#calendar-search-widget-form {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding: 20px 100px;
    background-color: #3a3a3a99;
}

#calendar-search-widget-form-mobile {
    display: none;
}

.calendar-search-label {
    display: block;
    font-size: 12px;
    color: #fff;
    margin-bottom: 5px;
}

.where-to-field-container {
    position: relative;
}

.where-to-field-container .down-arrow {
    pointer-events: none;
}

.where-to-field-container .down-arrow path {
    fill: #4d4d4f;
}

.where-to-field-container svg {
    position: absolute;
    right: 5%;
    top: 50%;
    width: 13px;
    height: 13px;
}

.fake-input,
#roomPicker {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    width: 100%;
    padding: 15px 20px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 300;
    cursor: pointer;
}

.fake-input span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fake-input span,
.fake-input .svg-cal {
    display: block;
}

.fake-input .svg-cal {
    width: 20px;
    height: 20px;
    align-self: center;
}

.fake-input .svg-cal path {
    fill: #4d4d4f;
}

.calendar-search-fields,
.calendar-search-additional-fields {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 5px;
}

.calendar-search-button {
    display: block;
    width: 17%;
    padding: 15px 0px;
    align-self: flex-end;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background-color: #aa9471;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    margin-top: 25px;
    text-decoration: none;
    text-align: center;
}
.calendar-search-button:hover{
    text-decoration: none;
    
}


.hotel-list-calendar-widget #calendarSearchWidgetButtonHotelListing {
    align-self: center;
    /* margin-top: 0px; */
}


.page-layout-rooms-listing-page-layout .hotel-list-calendar-widget #calendarSearchWidgetButtonHotelListing {
    margin-top: 25px;
}

.page-layout-rooms-listing-page-layout .hotel-list-calendar-widget > div[data-content-type="text"] > p:first-of-type {
    display: none;
}

.calendar-search-button:hover {
    background: #97805f;
    border: none;
    color: #fff;
}

.calendar-search-button:focus {
    color: #fff;
    background-color: #aa9471;
    border: none;
}

.calendar-search-button:focus:hover {
    background-color: #97805f;
    border: none;
}

.calendar-search-fields .manage-reservations-text,
.manage-reservations-text-bottom {
    font-weight: 300;
    font-size: 16px;
    margin-top: 25px;
    color: #fff;
    align-self: center;
    cursor: pointer;
}

.calendar-search-fields .manage-reservations-text:hover,
.manage-reservations-text-bottom:hover {
    text-decoration: none;
}

.calendar-search-additional-fields .manage-reservations-text-bottom:visited {
    color: #fff;
}

.calendar-search-widget-input:first-of-type {
    padding: 15px 20px;
    border-radius: 5px;
    border: none;
    font-size: 18px;
    line-height: 1.42857143;
    font-weight: 300;
}

.calendar-search-widget-input {
    width: 100%;
    padding: 15px 20px;
    border-radius: 5px;
    border: none;
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.calendar-search-widget-input:focus {
    outline: none;
}

#whereTo {
    width: 100%;
    height: unset;
    font-family: montserrat, sans-serif;
}

[id^="autoComplete_list"] {
    display: none;
}

.manage-reservations-text-bottom {
    display: none;
}

/* #roomPicker {
    background-color: #fff;
} */

.calendar-search-fields .calendar-search-field {
    width: 20%;
}

.calendar-search-fields .calendar-search-field:first-of-type {
    width: 24%;
}

#html-body.page-layout-rooms-listing-page-layout .calendar-search-fields .calendar-search-field {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 10px;
}
#html-body.page-layout-rooms-listing-page-layout .calendar-search-fields .calendar-search-field .placeholder-content{
    height: 25px;
    visibility: hidden;
}
#html-body.page-layout-rooms-listing-page-layout .calendar-search-fields .calendar-search-field:first-of-type {
    width: 24%;
    margin-left: 0px;
}
#html-body.page-layout-rooms-listing-page-layout .calendar-search-fields .calendar-search-field:first-of-type p{
    margin: 0;
}
#html-body.page-layout-rooms-listing-page-layout  #calendarSearchWidgetButtonHotelListing {
    align-self: center;
    min-width: 230px;
    display: block;
    margin:0px 20px;
    align-self: flex-end;
}

#html-body.page-layout-rooms-listing-page-layout .manage-reservations-text{
    display: block;
    white-space: nowrap;
    height: 44px;
    align-self: flex-end;
}
.calendar-search-field label {
    color: #fff;
    font-size: 14px;
    text-align: left;
}

.calendar-search-additional-fields .calendar-search-field label {
    font-size: 16px;
}

.calendar-price-loader {
    width: 25px;
    height: 6.4px;
    margin: 0 auto;
    background: radial-gradient(circle closest-side, #aa9471 90%, #0000) 0% 50%,
        radial-gradient(circle closest-side, #aa9471 90%, #0000) 50% 50%,
        radial-gradient(circle closest-side, #aa9471 90%, #0000) 100% 50%;
    background-size: calc(100% / 3) 100%;
    background-repeat: no-repeat;
    animation: dots-zcf63l 1s infinite linear;
}

/* STYLE FOR CUSTOM CHECKBOX  */
.page-layout-generic-listing-page-layout #promo-dropdown-caret ,.page-layout-rooms-listing-page-layout #promo-dropdown-caret{
margin-top: 15px;
}
.page-layout-property-landing-page-layout #promo-dropdown-caret,
.page-layout-property-landing-page-layout #room-picker-dropdown-caret,
.page-layout-corporate-landing-page-layout #promo-dropdown-caret,
.page-layout-generic-listing-page-layout #promo-dropdown-caret,
.page-layout-corporate-landing-page-layout .room-picker-top-bar #room-picker-dropdown-caret,
.page-layout-generic-listing-page-layout .room-picker-top-bar #room-picker-dropdown-caret,
.page-layout-rooms-listing-page-layout #promo-dropdown-caret,
.page-layout-rooms-listing-page-layout .room-picker-top-bar #room-picker-dropdown-caret,
.page-layout-property-subcategory-page-layout #promo-dropdown-caret,
.page-layout-book-trump-page-layout #promo-dropdown-caret,
.page-layout-book-trump-page-layout .room-picker-top-bar #room-picker-dropdown-caret,
.room-picker-top-bar #room-picker-dropdown-caret,
#promo-dropdown-caret
{
    display: none;
 }

 .rotate-180{ 
    transform: rotate(180deg) 
}
.search-bar-mobile-content .check-option-filter {
    border: 1px solid #c2c2c2;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    border-radius: 5px;
    padding-bottom: 0px;
}
.search-bar-mobile-content  .check-option-filter label{
    padding:10px 20px 10px 10px;
}
.search-bar-mobile-content .check-option-filter input[type="checkbox"]:checked {
    outline: none;
}
.search-bar-mobile-content  .check-option-filter input[type="checkbox"] {
    height: 100%;
    margin: 0;
    top: 0;
    border: none;
    border-radius: 0px;

}
.search-bar-mobile-content .check-option-filter input[type="checkbox"]:checked {
    outline: none;
    background-color: #fef7ea;
}
.search-bar-mobile-content .check-option-filter input[type="checkbox"]::before {
    content: none;
}

.search-bar-mobile-content .check-option-filter  input:checked + label,.search-bar-mobile-content .check-option-filter  input:checked  {
    background-color: #fef7ea;
}
.search-bar-mobile-content .check-option-filter input:disabled+ label, .search-bar-mobile-content .check-option-filter input:disabled{
    background-color: #fef7ea;
    cursor:not-allowed;
    opacity: 0.5;
}
.search-bar-mobile-content .check-option-filter  input[type="checkbox"]:disabled{
    cursor:not-allowed;
}
.search-bar-mobile-content .check-option-filter input[type="checkbox"]:disabled:checked::before {
    background-color: #fef7ea;
    top: 30%;
    left: 60%;
    cursor:not-allowed;
}
.search-bar-mobile-content .check-option-filter  input[type="checkbox"]:checked::before {
    background-color: #fef7ea;
    top: 30%;
    left: 60%;
}

.search-bar-mobile-modal .datepicker__month table>thead>tr>th{
    padding: 4px 5px;
}
.search-bar-mobile-content .check-option-filter input[type="checkbox"]:focus{
    outline:none;
}
#html-body.page-layout-rooms-listing-page-layout .search-bar-mobile-content  #calendarSearchWidgetButtonHotelListing {
    margin-top: 30px;
}
@keyframes dots-zcf63l {
    33% {
        background-size: calc(100% / 3) 0%, calc(100% / 3) 100%,
            calc(100% / 3) 100%;
    }

    50% {
        background-size: calc(100% / 3) 100%, calc(100% / 3) 0%,
            calc(100% / 3) 100%;
    }

    66% {
        background-size: calc(100% / 3) 100%, calc(100% / 3) 100%,
            calc(100% / 3) 0%;
    }
}

input[type="checkbox"].calendar-search-filter {
    width: 20px;
    height: 20px;
    top: 4px;
    accent-color: #fff;
    cursor: pointer;
}
/* for calendar widget*/
input[type="checkbox"].calendar-search-filter {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    cursor: pointer;
    outline: none; 
}


input[type="checkbox"].calendar-search-filter::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #000000; 
    background-color: #fff; 
    box-sizing: border-box; 
}
input[type="checkbox"].calendar-search-filter:checked::before {
    content: ''; 
    display: block;
    position: absolute;
    top: 2px;
    left: 8px;
    width: 6px;
    height: 14px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
input[type="checkbox"].calendar-search-filter:checked {
    outline:0.5px solid #000;
    background-color: white;
    border-radius: 0px;
} 


#add-a-code {
    color: #fff;
    font-size: 16px;
}

.calendar-search-additional-fields {
    width: 53%;
    column-gap: 30px;
}

#add-a-code {
    display: block;
    margin-left: auto;
    margin-top: 6px;
}

.hero-banner div .pagebuilder-banner-wrapper .pagebuilder-overlay {
    max-width: unset;
    padding: 30px 0;
    width: 100%;
}

/* ---------- START::Properties Picker Styles ---------- */
.properties-wrapper {
    width: 420px;
    max-height: 415px;
    overflow-y: auto;
    background-color: #fff;
    font-size: 18px;
    text-align: left;
    scrollbar-width: thin;
    scrollbar-color: #000000 #ffffff;
  }
  
  /* Webkit browsers */
  .properties-wrapper::-webkit-scrollbar {
    width: 16px;
  }
  
  .properties-wrapper::-webkit-scrollbar-track {
    background: #ffffff;
  }
  
  .properties-wrapper::-webkit-scrollbar-thumb {
    background-color: #000000;
    border-radius: 10px;
    border: 5px solid #ffffff;
  }
  
  /* For Internet Explorer */
  .properties-wrapper {
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  
  /* iOS and macOS devices */
  @supports (-webkit-overflow-scrolling: touch) {
    .properties-wrapper {
      -webkit-overflow-scrolling: touch;
    }
  }
  
.properties-wrapper h3 {
    font-weight: 500;
    padding-left: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    color: #000000;
    line-height: unset;
    margin-top: unset;
    margin-bottom: unset;
}

.properties-wrapper ul {
    list-style: none;
    border-bottom: 1px solid #d8d8d8;
    padding: 20px;
    font-weight: 300;
    margin-bottom: unset;
}

.properties-wrapper ul:last-of-type {
    border-bottom: none;
}

.properties-wrapper li {
    font-family: garamond-premier-pro, serif;
    padding-left: 20px;
    padding-top: 15px;
    font-size: 18px;
    margin-bottom: unset;
    cursor: pointer;
}
.properties-wrapper li:hover{
    border-bottom: 4px solid #aa9471;
}
.property-heading{
    border-bottom: 2px solid #dadada
}
.property-heading.golf-properties {
    margin-top: 20px;
}

.calendar-search-field-room-listing-wrapper{
    width: 45%;
    margin: 0 20px;
}
.calendar-search-field-room-listing-wrapper ,.calendar-search-field-golf-listing-wrapper{
    display: flex;
    gap:20px;
}
.calendar-search-field-room-listing-wrapper .calendar-search-field{
    width: 50% !important;
}
.calendar-search-field-golf-listing-wrapper .teetime-date.date-input {
    position: relative;
    display: flex;
    width: 100%;
}
.calendar-search-field-golf-listing-wrapper .search-option input {
    height: 35px;
    border-radius: 5px;
    border: 0;
}
.calendar-search-field-golf-listing-wrapper .teetime-date.date-input span {
    position: absolute;
    scale: 1;
    z-index: 2;
    top: 0.9rem;
    right: 1rem;
}
.calendar-search-field-golf-listing-wrapper  label{
    color:white;
}
.calendar-search-field-golf-listing-wrapper .teetime-date.date-input input , .calendar-search-field-golf-listing-wrapper  select#teetime_golfers{
    height:55px;
    font-size:18px;
    border-radius: 5px;
    font-family: montserrat, sans-serif;
    font-weight: 300;

    
}
.calendar-search-field-golf-listing-wrapper .search-option .teetime-date , .calendar-search-field-golf-listing-wrapper .search-option #teetime_golfers{
    margin-top: 3px;
}
.calendar-search-fields .manage-reservations-text{
    white-space: nowrap;
}

/* ---------- END::Properties Picker Styles ---------- */

/* ---------- START::Room Picker Styles ---------- */
.room-picker-wrapper {
    width: 450px;
    background-color: #fff;
}

#roomPickerPopup .room-picker-top-bar,
#promo-code-popup .promo-top-bar,
.date-picker-top-bar {
    display: flex;
    justify-content: space-between;
    font-size: 22px;
    border-bottom: 1px solid #e2e0e0;
    padding-bottom: 20px;
}

.room-picker-top-bar h3,
#promo-code-popup .promo-top-bar h3 {
    font-style: italic;
    font-size: 17px;
    margin: unset;
}

.room-picker-wrapper .rooms-count-wrapper {
    padding: 15px 0;
    border-bottom: 1px solid #e2e0e0;
}

.room-picker-wrapper .room-count-container {
    display: flex;
    display: none;
    justify-content: flex-start;
    padding: 20px 0 15px 0;
    border-bottom: 1px solid #e2e0e0;
}

.room-picker-wrapper .room-count-container h3 {
    font-size: 18px;
    align-self: center;
}

.room-picker-wrapper .rooms-count-wrapper label,
.room-picker-wrapper .room-guests-count-wrapper h3 {
    font-size: 18px;
    font-weight: 300;
    margin: 30px 0 0 5px;
    color: #000000;
    text-align: left;
}

.rooms-count-wrapper .rooms-count-label {
    font-size: 24px;
}

.room-picker-wrapper .guest-options-wrapper {
    max-height: 240px;
    overflow-y: scroll;
    text-overflow: hidden;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
.room-picker-wrapper .guest-options-wrapper {
    scrollbar-width: thin;
    scrollbar-color: #aa9471 #ffffff;
}

/* Chrome, Edge, and Safari */
.room-picker-wrapper .guest-options-wrapper::-webkit-scrollbar {
    width: 16px;
}

.room-picker-wrapper .guest-options-wrapper::-webkit-scrollbar-track {
    background: #ffffff;
}

.room-picker-wrapper .guest-options-wrapper::-webkit-scrollbar-thumb {
    background-color: #aa9471;
    border-radius: 10px;
    border: 5px solid #ffffff;
}

/* ===== Scrollbar CSS ===== */

.room-picker-wrapper .room-guests-count-wrapper select,
.room-picker-wrapper select {
    font-size: 18px;
    padding: 10px 45px 10px 17px;
    border-radius: 5px;
    border: 1px solid #707070;
    height: unset;
    width: unset;
    line-height: unset;
    color: #707070;
}

.room-picker-wrapper #roomCount {
    margin-left: 20px;
    width: unset;
    height: 50px;
    margin-top: auto;
}

.room-picker-wrapper .room-guests-count-wrapper label,
.room-picker-wrapper label {
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: black;
    margin-bottom: 5px;
    text-align: unset;
}

.room-picker-wrapper label {
    display: unset;
}

.room-picker-wrapper .room-guests-count-wrapper .guest-picker-wrapper {
    display: flex;
    column-gap: 40px;
    margin: 20px 0 0 10px;
    padding-bottom: 25px;
}
.page-layout-generic-listing-page-layout .collapse ,.page-layout-rooms-listing-page-layout .collapse{
    display: block;
}
.room-picker-wrapper .room-guests-count-wrapper {
    border-bottom: 1px solid #e2e0e0;
}

.room-picker-bottom-bar,
.promo-code-popup-bottom-bar {
    padding-top: 25px;
    display: flex;
    justify-content: flex-end;
}

.room-picker-bottom-bar .room-picker-close-button,
.promo-code-popup-bottom-bar .promo-code-popup-apply-button {
    border: none;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    padding: 18px 20px;
    cursor: pointer;
    color: #fff;
    background-color: #aa9471;
}

/* ---------- END::Room Picker Styles ---------- */

/* ---------- START::Tippy Styles ---------- */
.tippy-box {
    background-color: #fff;
    color: #4d4d4f;
    padding: 25px 20px;
    border-radius: 10px;
    border: 1px solid #707070;
    font-size: 22px;
}

.tippy-content {
    padding: unset;
}

.tippy-arrow {
    color: #fff;
}

.tippy-box[data-placement^="top"]>.tippy-arrow:before {
    bottom: -15px;
    border-width: 15px 18px 0;
    left: 40px;
}

.tippy-box[data-placement^="bottom"]>.tippy-arrow:before {
    top: -15px;
    border-width: 0px 18px 15px;
}

/* ---------- END::Tippy Styles ---------- */

/* ---------- START::Promo Code Styles ---------- */
#add-a-code {
    cursor: pointer;
}

.tippy-box[data-theme="promo-code-tippy"][data-placement^="top"]>.tippy-arrow:before {
    left: 0;
}

#promo-code-popup .promo-top-bar {
    width: 450px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#promo-code-popup .promo-top-bar .promo-popup-close,
.room-picker-top-bar .room-picker-popup-close,
.date-picker-top-bar .date-picker-popup-close {
    display: block;
    width: 20px;
    height: 20px;
    align-self: center;
    cursor: pointer;
}

.promo-code-popup .promo-top-bar h3 {
    font-size: 18px;
}

.date-picker-top-bar h3 {
    font-size: 20px;
    font-style: italic;
}

#promo-code-popup .promo-code-section .promo-code-wrapper .code-type-dropdown,
#promo-code-popup .promo-code-section .promo-code-wrapper .code-entry-field {
    font-size: 18px;
    font-weight: 300;
    padding: 14px;
    border-radius: 5px;
    height: max-content;
    width: 175px;
    line-height: unset;
    border: 1px solid #707070;
}

#promo-code-popup .promo-code-section .promo-code-wrapper .code-type-dropdown {
    align-self: flex-end;
}

#promo-code-popup .promo-code-section .promo-code-wrapper {
    display: flex;
    column-gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #e2e0e0;
}

#promo-code-popup .promo-code-section .promo-code-wrapper .promo-code-section-label {
    display: block;
    font-size: 14px;
    font-weight: 300;
    width: max-content;
}

.promo-code-wrapper .code-entry-field::placeholder {
    font-style: italic;
}

.promo-code-wrapper .code-type-dropdown,
.room-picker-wrapper #roomCount,
.room-picker-wrapper .guest-count-dropdown,
.room-picker-wrapper .guest-child-age-dropdown {
    appearance: none;
    -webkit-appearance: initial;
    -moz-appearance: initial;
    background-image: url("../../images/select-drop-down-icon.svg");
    background-repeat: no-repeat;
}

.promo-code-wrapper .code-type-dropdown {
    background-position-x: calc(100% - 15px);
    background-position-y: calc(100% - 24px);
}

.room-picker-wrapper #roomCount,
.room-picker-wrapper .guest-count-dropdown,
.room-picker-wrapper .guest-child-age-dropdown {
    padding-right: 25px;
    background-position-x: calc(100% - 12px);
    background-position-y: calc(100% - 20px);
}

.room-listing-hotel-name {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2rem;
    color: #fff;
    margin-top: 12px;
}
.room-listing-hotel-name[data-hotel-id="51478"],.room-listing-hotel-name[data-hotel-id="27315"]{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
    margin-top: 22px;
}
.room-listing-hotel-name[data-hotel-id="61172"] {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.1rem;
    color: #fff;
    margin-top: 22px;
    margin-bottom: 22px;
}
/* ---------- END::Promo Code Styles ---------- */

#calendar-search-widget-form-mobile {
    color: #fff;
}

#calendar-search-widget-form-mobile .search-header-wrapper .search,
#calendar-search-widget-form-mobile .search-header-wrapper .dates-and-guests-wrapper {
    background-color: #aa9471;
    padding: 20px;
}

#calendar-search-widget-form-mobile .search-header-wrapper .search {
    display: flex;
    align-items: center;
    margin-right: 3px;
    padding-right: 0px;
    padding-left: 10px;
    text-align: center;
    font-size: 12px;
}

#calendar-search-widget-form-mobile .search-header-wrapper .dates-and-guests-wrapper {
    width: 100%;
    margin-right: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
}

#calendar-search-widget-form-mobile .search-header-wrapper {
    display: flex;
}

.dates-and-guests-wrapper label {
    font-weight: 600;
}

.search-bar-mobile-modal {
    background: #fff;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}

.search-bar-mobile-header {
    display: flex;
    justify-content: space-between;
    padding: 15px 30px;
    font-size: 1.8rem;
    font-family: garamond-premier-pro, serif;
    background-color: #ae946c;
    color: #fff;
}

.search-bar-mobile-modal .datepicker {
    top: unset;
    width: 100%;
    border-radius: 0;
    border-bottom: 1px solid #d8d8d8;
}

.search-bar-mobile-modal .datepicker__month {
    width: 100%;
}

.search-bar-mobile-modal .date-picker-close-button,
.search-bar-mobile-modal #dateRangePickerCloseIcon {
    display: none;
}

.search-bar-mobile-modal .date-picker-bottom-bar .date-picker-legends {
    width: 50%;
}

#datepicker-dateRangePicker::after {
    content: none;
}

.search-bar-mobile-modal .datepicker__months {
    height: auto;
}

.search-bar-mobile-content {
    padding: 20px;
}

.guest-child-age-wrapper {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 40px;
    margin: 0 0 0 10px;
}

.guest-child-age-wrapper.with-content-block {
    padding: 25px 0;
    border-bottom: 1px solid #e2e0e0;
}
.guest-child-age-wrapper.with-content-block .child-age-block label{
    color:#000;
}

.child-age-block {
    display: flex;
    flex-direction: column;
}

.hotel-list-calendar-widget {
    position: relative;
}

.agent-code-placeholder-text {
    font-size: 1.2rem;
    margin-right: 10px;
}

.enter-code-container {
    display: flex;
    flex-direction: column;
}

.agent-code-err-text {
    color: #e02b27;
    font-size: .9rem;
}

@media only screen and (max-width: 1550px) {
    #calendar-search-widget-form {
        padding: 20px 60px;
    }

    .calendar-search-additional-fields {
        width: 53%;
    }
}

@media only screen and (max-width: 1440px) {
    #calendar-search-widget-form {
        padding: 20px 40px;
    }

    .calendar-search-fields .calendar-search-field:first-of-type {
        width: 20%;
    }

    .calendar-search-fields .calendar-search-field:nth-of-type(2) {
        width: 23%;
    }

    .calendar-search-additional-fields {
        width: 52.5%;
    }
}

@media only screen and (max-width: 1366px) {
    .cms-select-a-hotel.page-layout-generic-listing-page-layout #calendar-search-widget-form-mobile .expand-cart-wrapper {
        display: none;
    }

    #calendar-search-widget-form-mobile .expand-cart-wrapper {
        background: #aa9471;
        color: white;
    }

    #calendar-search-widget-form-mobile .expand-cart-wrapper {
        width: 22%;
        max-width: 100px;
        background: #aa9471;
        color: white;
        display: flex;
        flex-direction: column;
    }

    #calendar-search-widget-form-mobile .expand-cart-wrapper .cart-expand-icon {
        align-self: center;
        margin: auto;
        margin-bottom: 8px;
    }

    #calendar-search-widget-form-mobile .expand-cart-wrapper .suitcase-icon {
        fill: white;
        scale: 0.9;
        height: 30px;
        margin: 20px 10px 5px 10px;
    }

    #calendar-search-widget-form-mobile .expand-cart-wrapper div {
        margin: auto;
        gap: 10px;
    }

    .calendar-search-additional-fields {
        width: 100%;
    }
    .page-layout-book-trump-page-layout  .calendar-search-label.whereto {
        display: block;
    }
    .page-layout-book-trump-page-layout  .calendar-search-fields, .calendar-search-additional-fields{
        justify-content: flex-start !important;
        gap:30px !important;
    }
   .page-layout-book-trump-page-layout .calendar-search-fields .calendar-search-field:first-of-type{
        width: 50% !important;
    }
    .page-layout-book-trump-page-layout .calendar-search-field-room-listing-wrapper ,   .page-layout-book-trump-page-layout .calendar-search-field-golf-listing-wrapper{
        display: none !important;
    }
    .page-layout-book-trump-page-layout .calendar-search-additional-fields{
        width: 100% !important;
    }
    .page-layout-book-trump-page-layout .calendar-search-button{
        font-size: 1rem;
    }
    .page-layout-book-trump-page-layout   .calendar-search-widget-input#whereTo{
        font-size: 1rem;
    }
    .page-layout-book-trump-page-layout .calendar-search-fields .calendar-search-field .calendar-search-label.whereto{
        display: block !important;
    }
    .page-layout-book-trump-page-layout  .manage-reservations-text-bottom{
        display: none;
    }

}

@media only screen and (max-width: 1280px) {
    #calendar-search-widget-form {
        padding: 20px 20px;
    }

    .calendar-search-fields .calendar-search-field {
        width: 20%;
    }

    .calendar-search-fields .manage-reservations-text {
        font-size: 14px;
    }

    .calendar-search-button {
        width: 15%;
        font-size: 16px;
        padding: 14px 0px;
    }

    .fake-input,
    #roomPicker,
    #whereTo {
        font-size: 16px;
    }


    .calendar-search-additional-fields .calendar-search-field label,
    .calendar-search-additional-fields #add-a-code {
        font-size: 14px;
    }
    .page-layout-generic-listing-page-layout .enter-code-container  ,.page-layout-rooms-listing-page-layout  .enter-code-container{
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1366px) {
    #calendar-search-widget-form {
        padding: 20px 75px;
    }

    .calendar-search-field.room-search-field {
        display: none;
    }

    .calendar-search-fields .calendar-search-field {
        width: 40%;
    }

    .calendar-search-fields .calendar-search-field:first-of-type {
        width: 30%;
    }

    .calendar-search-fields .calendar-search-field:nth-of-type(2) {
        width: 40%;
    }

    .fake-input,
    #roomPicker,
    #whereTo {
        font-size: 18px;
    }

    .calendar-search-button {
        padding: 15px 0px;
        width: 25%;
        font-size: 18px;
    }

    .calendar-search-fields .manage-reservations-text,
    .manage-reservations-text-bottom {
        font-size: 14px;
    }

    .calendar-search-fields .manage-reservations-text {
        display: none;
    }


    .manage-reservations-text-bottom {
        display: block;
        margin-left: auto;
        margin-top: 0;
    }

    #promo-code-popup .promo-top-bar {
        width: auto;
        column-gap: 20px;
    }

    .search-bar-mobile-content #promoCodeWrapper #promo-code-popup .promo-top-bar h3 {
        margin-top: 20px;
    }

    .search-bar-mobile-content #promoCodeWrapper #promo-code-popup .promo-top-bar svg.promo-popup-close {
       display: none;
    }
    .page-layout-rooms-listing-page-layout  .search-bar-mobile-content #promoCodeWrapper #promo-code-popup .promo-top-bar svg#promo-dropdown-caret ,
    .page-layout-rooms-listing-page-layout .room-picker-top-bar #room-picker-dropdown-caret ,
  .page-layout-generic-listing-page-layout  .search-bar-mobile-content #promoCodeWrapper #promo-code-popup .promo-top-bar svg#promo-dropdown-caret ,
   .page-layout-generic-listing-page-layout .room-picker-top-bar #room-picker-dropdown-caret {
        display: block;
     }
 

    .room-picker-top-bar .room-picker-popup-close,
    .cms-room-listings #calendar-search-widget-form,
    #roomPickerWrapper .room-picker-bottom-bar,
    .cms-select-a-hotel #calendar-search-widget-form {
        display: none;
    }

    .cms-room-listings #calendar-search-widget-form-mobile,
    .cms-select-a-hotel #calendar-search-widget-form-mobile {
        display: block;
    }

    #roomPickerWrapper .room-picker-wrapper {
        width: auto;
    }

    #roomPickerWrapper .room-guests-count-wrapper h3 {
        font-size: 1rem;
    }

    #roomPickerWrapper .guest-count-dropdown.adult-guest-count,
    #roomPickerWrapper .guest-count-dropdown.children-guest-count,
    .guest-child-age-dropdown {
        background-position-x: calc(100% - 12px);
        background-position-y: calc(100% - 20px);
        margin-top: auto;
        -webkit-appearance: initial;
        -moz-appearance: initial;
        background-image: url(../../images/select-drop-down-icon.svg);
        background-repeat: no-repeat;
        font-size: 18px;
        padding: 10px 45px 10px 17px;
        border-radius: 5px;
        border: 1px solid #707070;
        height: unset;
        width: unset;
        line-height: unset;
        color: #707070;
        max-width: 75px;
    }

    #roomPickerWrapper .guest-type-container {
        display: flex;
        flex-direction: column;
    }

    #roomPickerWrapper .guest-type-container {
        font-size: 0.8rem;
        font-weight: 500;
    }

    #roomPickerWrapper .guest-picker-wrapper {
        display: flex;
        gap: 2.5rem;
        margin-left: 20px;
    }

    #roomPickerWrapper .room-guests-count-wrapper {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .room-picker-wrapper {
        border-bottom: 1px solid #ae946c;
    }

    .guest-child-age-wrapper.with-content-block {
        border-bottom: 0;
    }

    #roomPickerWrapper .guest-child-age-wrapper.with-content-block{
        border-bottom: 0;
        padding-top: 0;
        margin: 0 0 0 20px;
    }

    .search-bar-mobile-content .datepicker {
        box-shadow: none;
    }

    .search-bar-mobile-content .datepicker__inner {
        padding: 0 0 25px 0;
    }

    .search-bar-mobile-content .calendar-search-additional-fields {
        display: flex;
        justify-content: center;
        margin: 30px 0px;
    }

    .search-bar-mobile-content .calendar-search-additional-fields .calendar-search-field label {
        color: #333;
    }

    .promo-code-popup-bottom-bar .promo-code-popup-apply-button {
        padding: 7px 15px;
        background: #aa947166;
        color: rgb(78, 77, 79);
    }

    #searchButtonWrapper {
        display: flex;
        justify-content: center;
        margin-top: 20px;
        position: sticky;
        width: 100%;
        z-index: 2;
        bottom: 0;
        border-top: 1px solid #aa9471;
        background: #fff;
    }

    #searchButtonWrapper button {
        width: 330px;
        font-weight: 500;
        padding: 15px 10px;
        font-size: 1.5rem;
        margin-top: 20px;
    }

    #promoCodeWrapper {
        padding-bottom: 20px;
    }

    .calendar-widget-footer {
        display: none;
        text-align: right;
        padding: 20px 0;
        margin-bottom: 20px;
        border-bottom: 1px solid #aa9471;
    }

    #roomPickerPopup .room-picker-top-bar {
        margin-top: 20px;
    }

    .tax-exclusion-msg {
        font-style: italic;
    }

    .rate-estimation {
        font-weight: 600;
    }

    #calendar-search-widget-form-mobile .search-header-wrapper .search:before {
        content: url(../../images/arrow-left-white.svg);
    }

    .date-picker-top-bar h3 {
        margin-top: 10px;
        font-size: 16px;
    }

    .calendar-widget-header span {
        font-weight: 600;
    }

    .hotel-list-calendar-widget {
        position: unset;
    }
    .datepicker__week-name {
        font-size: 15px;
        font-weight: 300;
        background-color: #f3f4f5;
        text-align: center;
        padding-left: 5px;
        padding-right: 5px;
    }
    .datepicker__month-day {
        padding: 10px 0px;
        font-size: 15px;
    }
.price-for-current-date {
    font-size: 11px;
    width: 46px;
    height: 1rem;
    color: #606060;
}
.page-layout-generic-listing-page-layout .collapse ,    .page-layout-rooms-listing-page-layout  .collapse{
    display: none;
}
}

@media only screen and (max-width: 992px) {
    #calendar-search-widget-form {
        padding: 20px 60px;
    }
}

@media only screen and (max-width: 768px) {
    .room-picker-wrapper {
        width: 100%;
    }

    .calendar-search-fields .calendar-search-field:nth-of-type(2) {
        display: none;
    }

    #calendar-search-widget-form {
        padding: 20px 30px;
    }

    .calendar-search-fields .calendar-search-field:first-of-type {
        width: 55%;
    }

    .calendar-search-button {
        width: 40%;
        margin-top: 0;
    }

    .calendar-search-fields .manage-reservations-text,
    .manage-reservations-text-bottom,
    .calendar-search-fields .calendar-search-field .calendar-search-label.whereto {
        display: none;
    }

    .calendar-search-widget-input#whereTo {
        padding: 9px 20px;
        font-size: 20px;
    }
    .page-layout-book-trump-page-layout  #calendarSearchWidgetButton{
        padding: 8px 0px;
        width: 40% !important;
 }
    .calendar-search-button {
        padding: 11px 0px;
        font-size: 20px;
    }

    .search-bar-mobile-modal .date-picker-bottom-bar .date-picker-legends {
        width: 70%;
    }

    .calendar-search-additional-fields {
        width: 100%;
        column-gap: 20px;
    }
    #calendar-search-widget-form-mobile .search-header-wrapper .dates-and-guests-wrapper {
        font-size: 15px;
    }
}

@media only screen and (max-width: 576px) {
    .search-bar-mobile-modal .date-picker-bottom-bar .date-picker-legends {
        width: 100%;
    }

    .calendar-search-additional-fields {
        column-gap: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .room-picker-wrapper {
        width: 100%;
    }

    .properties-wrapper {
        width: 100%;
        font-size: 16px;
    }

    .properties-wrapper h3 {
        font-size: 20px;
    }

    .properties-wrapper li {
        font-size: 16px;
    }
    #calendar-search-widget-form-mobile .search-header-wrapper .dates-and-guests-wrapper {
        font-size: 13px;
    }
    .datepicker__month-button {
        width:10px
    }
    .datepicker__week-name {
        font-size: 12px;
        font-weight: 300;
        background-color: #f3f4f5;
        text-align: center;
        padding-left: 5px;
        padding-right: 5px;
    }
    .datepicker__month-day {
        padding: 8px 0px;
        font-size: 15px;
    }
.price-for-current-date {
    font-size: 9px;
    width: 37px;
    height: 0.8rem;
    color: #606060;
}

    .datepicker__months {
        overflow: hidden;
    }
    .datepicker__month-name ,.datepicker__month-caption{
        vertical-align: middle;
    }
    .datepicker__month-button {
        padding: 3px;
    }
    .datepicker__month-caption th:nth-child(1),.datepicker__month-caption th:nth-child(3){
        padding: 3px;
    }
    #promo-code-popup .promo-code-section .promo-code-wrapper {
        flex-direction: column;
    }
    #promo-code-popup .promo-code-section .promo-code-wrapper .code-type-dropdown {
        align-self: flex-start;
    }
}
.room-listing-hotel-location {
    color: white;
    text-transform: uppercase;
    margin-top: -15px;
}

@media screen and (min-width: 1366px) and (max-width: 1633px) {
    .page-layout-rooms-listing-page-layout .hotel-list-calendar-widget #calendarSearchWidgetButtonHotelListing {
        margin-top: 0;
    }

    .hotel-list-calendar-widget .calendar-search-fields .manage-reservations-text,
    .manage-reservations-text-bottom {
        margin-top: 0px;
    }   
}

@media only screen and (min-width: 1367px) {

    .cms-room-listings #calendar-search-widget-form-mobile,
    .cms-select-a-hotel #calendar-search-widget-form-mobile {
        display: none;
    }

    .cms-room-listings #calendar-search-widget-form,
    .cms-select-a-hotel #calendar-search-widget-form {
        display: block;
    }

}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
    .page-layout-rooms-listing-page-layout .hotel-list-calendar-widget #calendarSearchWidgetButtonHotelListing {
        margin-top: 0;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px){
    .search-bar-mobile-modal {
        top: 130px;
    }
}
@media only screen and (max-device-width: 1024px)
{
    .hero-banner div .pagebuilder-banner-wrapper .pagebuilder-overlay {
        padding-top: 0px;
    }
}