.eltd-page-content-holder .booking .eltd-hotel-filter-holder {
  padding: 0 60px; }
@media (max-width: 1024px) {
  .eltd-page-content-holder .booking {
    width: 768px;
    margin: 0 auto;
    margin-top: -85px;
    background-color: #ffffff;
    position: relative;
    z-index: 1; }
    .eltd-page-content-holder .booking .eltd-hotel-filter-holder {
      padding: 0 30px; } }
@media (max-width: 768px) {
  .eltd-page-content-holder .booking {
    width: 600px; } }
@media (max-width: 680px) {
  .eltd-page-content-holder .booking {
    width: 420px; } }
@media (max-width: 420px) {
  .eltd-page-content-holder .booking {
    width: 320px; } }

@media (min-width: 1140px) {
  .pop-up-callendar {
    max-width: 1140px;
    margin: 0 auto;
    right: 0;
    z-index: 1; } }
.pop-up-callendar {
  width: 100%;
  /* Set width to 100% of the viewport */
  min-height: 300px;
  background-color: #ffffff;
  /* Set background color to white */
  position: fixed;
  /* Stay at the bottom, relative to the viewport */
  bottom: -100%;
  /* Start off the screen, based on its height */
  left: 0;
  /* Align to the left */
  opacity: 0;
  /* Initially invisible */
  transition: bottom 0.8s ease-in-out, opacity 0.8s ease-in-out;
  /* Transition for bottom and opacity */
  z-index: 0;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2); }
  .pop-up-callendar.active {
    bottom: 0;
    /* Slide up to the bottom of the screen */
    opacity: 1;
    /* Make it visible */
    z-index: 999999; }
  .pop-up-callendar.inactive {
    bottom: -100%;
    /* Slide down off the screen */
    opacity: 0;
    /* Fade out */
    z-index: -1; }
  .pop-up-callendar .inner-callendar {
    padding-left: 10%;
    padding-right: 10%;
    align-content: flex-start;
    overflow-y: scroll;
    width: 100%;
    height: 0; }
    .pop-up-callendar .inner-callendar table {
      width: 100%;
      text-align: center;
      display: flex;
      justify-content: center; }
      .pop-up-callendar .inner-callendar table strong {
        width: 100%;
        display: block;
        text-align: left;
        color: #202020;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0.6px;
        line-height: 22px; }
      .pop-up-callendar .inner-callendar table .month {
        margin-top: 30px; }
      .pop-up-callendar .inner-callendar table tr {
        border: 0; }
        .pop-up-callendar .inner-callendar table tr.border {
          border-bottom: 1px solid #ebebeb; }
          .pop-up-callendar .inner-callendar table tr.border td {
            height: 10px; }
        .pop-up-callendar .inner-callendar table tr td {
          width: 45px;
          font-weight: 600;
          height: 44px;
          cursor: pointer;
          padding: initial;
          text-align: center;
          vertical-align: middle; }
  .pop-up-callendar .sticky-top {
    display: flex;
    justify-content: center;
    padding-left: 10%;
    padding-right: 10%;
    width: 100%;
    border-bottom: 1px solid #d0d0d0;
    text-align: center;
    padding-bottom: 20px;
    margin-top: 20px; }
    .pop-up-callendar .sticky-top tr {
      border: 0; }
      .pop-up-callendar .sticky-top tr th {
        width: 44px;
        font-size: 12px;
        font-weight: 500;
        border: 0; }
  .pop-up-callendar .selectable.start {
    background-color: #202020 !important;
    border-radius: 50%;
    color: #ffffff; }
  .pop-up-callendar .selectable.end {
    background-color: #202020 !important;
    border-radius: 50%;
    color: #ffffff; }
  .pop-up-callendar .selectable.highlighted {
    background-color: red; }
  .pop-up-callendar .top-area:before {
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 3px;
    width: 40px;
    background-color: #121212;
    height: 5px;
    position: absolute;
    border-radius: 25px; }
  .pop-up-callendar .top-area .close-button-dates {
    position: absolute;
    left: 2%;
    top: 7%;
    text-decoration: none; }
    .pop-up-callendar .top-area .close-button-dates i {
      font-size: 45px;
      line-height: 22px;
      color: #121212; }
    .pop-up-callendar .top-area .close-button-dates svg {
      width: 24px;
      height: 24px; }
  .pop-up-callendar .dynamic-inputs {
    padding-left: 5%;
    padding-right: 5%; }
  .pop-up-callendar .check-in-box,
  .pop-up-callendar .check-out-box {
    flex: 0 0 48%;
    align-content: center;
    align-items: center;
    height: 70px;
    border: 1px solid #d0d0d0;
    border-radius: 10px; }
    .pop-up-callendar .check-in-box label,
    .pop-up-callendar .check-out-box label {
      color: #d0d0d0;
      font-size: 16px;
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      text-align: center;
      justify-content: center;
      margin: 0;
      font-weight: 600; }
  .pop-up-callendar .checkin-value,
  .pop-up-callendar .checkout-value {
    color: #121212;
    font-size: 16px;
    font-weight: 600; }
    .pop-up-callendar .checkin-value .date,
    .pop-up-callendar .checkout-value .date {
      color: #202020; }

/*# sourceMappingURL=vc_booking.css.map */
