/*!
  * Milligram v1.4.1
  * https://milligram.io
  *
  * Copyright (c) 2020 CJ Patoilo
  * Licensed under the MIT license
 */

*,
*:after,
*:before {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

body {
    overflow-x: visible;
}

/* sr: Screen Reader only */
.sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

body .abe {
    color: #2e2e2e;
    font-weight: 400;
    line-height: 1.6;
    font-family: "Inter", sans-serif;
}

.abe blockquote {
    border-left: 0.3rem solid #d1d1d1;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 1.5rem;
}

blockquote *:last-child {
    margin-bottom: 0;
}

.hiddeninputscc {
    visibility: hidden;
    opacity: 0;
    height: 0;
}

.abe-flex-form {
    display: flex;
    flex-direction: column;
}

.abe-form-wrapper {
    justify-content: center;
}

.abe .button,
.abe-button,
#featured-units .button,
button.abe-button,
.abe input[type='button'],
.abe input[type='reset'],
.abe input[type='submit'] {
    background-color: #3E5D49;
    border: 1px solid #3E5D49;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    height: 2.6rem;
    line-height: 2.5rem;
    letter-spacing: 0;
    padding: 0 1.0rem;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%;
}

[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
    background-color: #CBAE82;
    border-color: #CBAE82;
}

.abe .button:focus,
.abe .button:hover,
.abe-button:hover,
.abe-button:focus,
button.abe-button:focus,
button.abe-button:hover,
#featured-units .button:focus,
#featured-units .button:hover,
.abe input[type='button']:focus,
.abe input[type='button']:hover,
.abe input[type='reset']:focus,
.abe input[type='reset']:hover,
.abe input[type='submit']:focus,
.abe input[type='submit']:hover {
    background-color: #E9DDC7 !important;
    border: 1px solid #E9DDC7 !important;
    color: #65625B !important;
    outline: 0;
}

.abe .button[disabled],
.abe input[type='button'][disabled],
.abe input[type='reset'][disabled],
.abe input[type='submit'][disabled] {
    cursor: default;
    opacity: .5;
}

.abe .button[disabled]:focus,
.abe .button[disabled]:hover,
.abe input[type='button'][disabled]:focus,
.abe input[type='button'][disabled]:hover,
.abe input[type='reset'][disabled]:focus,
.abe input[type='reset'][disabled]:hover,
.abe input[type='submit'][disabled]:focus,
.abe input[type='submit'][disabled]:hover {
    background-color: #7a7774;
    border-color: #7a7774;
}

.abe .button.button-outline,
.abe button.button-outline,
.abe input[type='button'].button-outline,
.abe input[type='reset'].button-outline,
.abe input[type='submit'].button-outline {
    background-color: #CBAE82;
    color: #fff;
}

.abe .button.button-outline:focus,
.abe .button.button-outline:hover,
.abe button.button-outline:focus,
.abe button.button-outline:hover,
.abe input[type='button'].button-outline:focus,
.abe input[type='button'].button-outline:hover,
.abe input[type='reset'].button-outline:focus,
.abe input[type='reset'].button-outline:hover,
.abe input[type='submit'].button-outline:focus,
.abe input[type='submit'].button-outline:hover {
    background-color: #E9DDC7;
    border-color: #E9DDC7;
    color: #fff;
}

.abe .button.button-outline[disabled]:focus,
.abe .button.button-outline[disabled]:hover,
.abe button.button-outline[disabled]:focus,
.abe button.button-outline[disabled]:hover,
.abe input[type='button'].button-outline[disabled]:focus,
.abe input[type='button'].button-outline[disabled]:hover,
.abe input[type='reset'].button-outline[disabled]:focus,
.abe input[type='reset'].button-outline[disabled]:hover,
.abe input[type='submit'].button-outline[disabled]:focus,
.abe input[type='submit'].button-outline[disabled]:hover {
    border-color: inherit;
    color: #7a7774;
}

.abe .button.button-clear,
.abe button.button-clear,
.abe input[type='button'].button-clear,
.abe input[type='reset'].button-clear,
.abe input[type='submit'].button-clear {
    background-color: transparent;
    border-color: transparent;
    color: #7a7774;
}

.abe .button.button-clear:focus,
.abe .button.button-clear:hover,
.abe button.button-clear:focus,
.abe button.button-clear:hover,
.abe input[type='button'].button-clear:focus,
.abe input[type='button'].button-clear:hover,
.abe input[type='reset'].button-clear:focus,
.abe input[type='reset'].button-clear:hover,
.abe input[type='submit'].button-clear:focus,
.abe input[type='submit'].button-clear:hover {
    background-color: transparent;
    border-color: transparent;
    color: #4f6169;
}

.abe .button .abe .button-clear[disabled]:focus,
.abe .button .abe .button-clear[disabled]:hover,
button .abe .button-clear[disabled]:focus,
button .abe .button-clear[disabled]:hover,
.abe input[type='button'] .abe .button-clear[disabled]:focus,
.abe input[type='button'] .abe .button-clear[disabled]:hover,
.abe input[type='reset'] .abe .button-clear[disabled]:focus,
.abe input[type='reset'] .abe .button-clear[disabled]:hover,
.abe input[type='submit'] .abe .button-clear[disabled]:focus,
.abe input[type='submit'] .abe .button-clear[disabled]:hover {
    color: #7a7774;
}

.abe-sort-wrapper .abe-share,
.abe-sort-wrapper .abe-favorite-show a {
    font-size: 0.9rem;
    color: #2e2e2e;
    font-weight: 400;
}

.vrpsorter option[value*="search[sort]=Rate"] {
    display: none !important;
    /* the !important keeps other styles from overriding */
}

code {
    background: #f4f5f6;
    border-radius: .2rem;
    font-size: 86%;
    margin: 0 .2rem;
    padding: .2rem .5rem;
    white-space: nowrap;
}

pre {
    background: #f4f5f6;
    border-left: 0.3rem solid #7a7774;
    overflow-y: hidden;
}

pre>code {
    border-radius: 0;
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre;
}

hr {
    border: 0;
    border-top: 1px solid #f4f5f6;
    margin: 3.0rem 0;
}

.abe input[type='color'],
.abe input[type='date'],
.abe input[type='datetime'],
.abe input[type='datetime-local'],
.abe input[type='email'],
.abe input[type='month'],
.abe input[type='number'],
.abe input[type='password'],
.abe input[type='search'],
.abe input[type='tel'],
.abe input[type='text'],
.abe input[type='url'],
.abe input[type='week'],
.abe input:not([type]),
.abe textarea,
.abe select {
    -webkit-appearance: none;
    border: 1px solid #2E2E2E;
    color: #2E2E2E;
    border-radius: 7px;
    box-shadow: none;
    box-sizing: inherit;
    height: 2.6rem;
    font-size: 0.9rem;
    padding: .2rem 0.25rem;
    width: 100%;
    background-color: transparent;
}

.abesearcher select {
    color: #fff;
}

.abe input[type='color']:focus,
.abe input[type='date']:focus,
.abe input[type='datetime']:focus,
.abe input[type='datetime-local']:focus,
.abe input[type='email']:focus,
.abe input[type='month']:focus,
.abe input[type='number']:focus,
.abe input[type='password']:focus,
.abe input[type='search']:focus,
.abe input[type='tel']:focus,
.abe input[type='text']:focus,
.abe input[type='url']:focus,
.abe input[type='week']:focus,
.abe input:not([type]):focus,
.abe textarea:focus,
.abe select:focus {
    border-color: #7a7774;
    outline: 0;
}

.abe select {
    /* background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 8" width="18"><path fill="%23023459" d="M0,0l6,8l6-8"/></svg>') center right no-repeat;
    padding-right: 1.4rem; */
    /* background-color: #fff; */
}

.abe select:focus {
    /* background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 8" width="18"><path fill="%232e2e2e" d="M0,0l6,8l6-8"/></svg>'); */
}

.abe select path {
    fill: #fff !important;
}

.white-letters ::placeholder {
    color: #fff;
    opacity: 1;
}

.white-letters :-ms-input-placeholder {
    color: #fff;
}

.white-letters ::-ms-input-placeholder {
    color: #fff;
}

#flexible-search,
#pets-in-form {
    align-items: center;
    justify-content: center;
    padding: .2rem 0.25rem;
    margin: 0.3rem 0;
}

#flexible-dates-holder .text-holder,
#pets-in-form-holder .text-holder {
    color: #fff;
}

#flexible-dates-modal,
#pets-in-form-modal {
    background-color: rgb(255, 255, 255);
    display: none;
    position: absolute;
    top: 45px;
    width: 100px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(153, 153, 153);
    border-image: initial;
}

#flexible-dates-modal label,
#pets-in-form-modal label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 10px;
}

#advanced-search-modal {
    text-align: left;
}

#flexible-dates-modal.show,
#pets-in-form-modal.show {
    display: block;
}

#advanced-search-modal.show {
    margin-left: -20px;
    padding-left: 20px;
}

#advanced-search-modal .attr-item {
    align-items: center;
    display: flex;
    gap: 5px;
}

.abesearcher .searcher-button-wrap button {
    background-color: #CBAE82;
    border-color: #CBAE82;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.abe select[multiple] {
    background: none;
    height: auto;
}

.abe textarea {
    min-height: 6.5rem;
}

label,
legend {
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

fieldset {
    border-width: 0;
    padding: 0;
}

.abe input[type='checkbox'],
.abe input[type='radio'] {
    display: inline;
}

.label-inline {
    display: inline-block;
    font-weight: normal;
    margin-left: .5rem;
}

input:required,
textarea:required,
select:required {
    position: relative;
}

input:required,
textarea:required,
select:required {
    vertical-align: top;
    background: url('../images/asterisk.svg') no-repeat 99% center;
    background-size: 12px 12px;
}

#abeSubmitReviewForm input:required,
#abeSubmitReviewForm textarea:required,
#abeSubmitReviewForm select:required {
    background: none;
}

.abe-container {
    margin: 0 auto;
    padding: 1.5rem;
    position: relative;
    width: 100%;
    max-width: 1920px;
}

.abe-row {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
}

.abe-row.abe-row-no-padding {
    padding: 0;
}

.abe-row.abe-row-no-padding>.abe-column {
    padding: 0;
}

.abe-row.abe-row-wrap {
    flex-wrap: wrap;
}

.abe-row.abe-row-top {
    align-items: flex-start;
}

.abe-row.abe-row-bottom {
    align-items: flex-end;
}

.abe-row.abe-row-center {
    align-items: center;
}

.abe-row.abe-row-stretch {
    align-items: stretch;
}

.abe-row.abe-row-baseline {
    align-items: baseline;
}

.abe-row .abe-column {
    display: block;
    flex: 1 1 auto;
    margin-left: 0;
    max-width: 100%;
    padding: 0 0.2rem;
    width: 100%;
}

.abe-row .abe-column.abe-column-offset-10 {
    margin-left: 10%;
}

.abe-row .abe-column.abe-column-offset-20 {
    margin-left: 20%;
}

.abe-row .abe-column.abe-column-offset-25 {
    margin-left: 25%;
}

.abe-row .abe-column.abe-column-offset-33,
.abe-row .abe-column.abe-column-offset-34 {
    margin-left: 33.3333%;
}

.abe-row .abe-column.abe-column-offset-40 {
    margin-left: 40%;
}

.abe-row .abe-column.abe-column-offset-50 {
    margin-left: 50%;
}

.abe-row .abe-column.abe-column-offset-60 {
    margin-left: 60%;
}

.abe-row .abe-column.abe-column-offset-66,
.abe-row .abe-column.abe-column-offset-67 {
    margin-left: 66.6666%;
}

.abe-row .abe-column.abe-column-offset-75 {
    margin-left: 75%;
}

.abe-row .abe-column.abe-column-offset-80 {
    margin-left: 80%;
}

.abe-row .abe-column.abe-column-offset-90 {
    margin-left: 90%;
}

.abe-row .abe-column.abe-column-10 {
    flex: 0 0 10%;
    max-width: 10%;
}

.abe-row .abe-column.abe-column-20 {
    flex: 0 0 20%;
    max-width: 20%;
}

.abe-row .abe-column.abe-column-25 {
    flex: 0 0 25%;
    max-width: 25%;
}

.abe-row .abe-column.abe-column-33,
.abe-row .abe-column.abe-column-34 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.abe-row .abe-column.abe-column-40 {
    flex: 0 0 40%;
    max-width: 40%;
}

.abe-row .abe-column.abe-column-50 {
    flex: 0 0 50%;
    max-width: 50%;
}

.abe-row .abe-column.abe-column-60 {
    flex: 0 0 60%;
    max-width: 60%;
}

.abe-row .abe-column.abe-column-66,
.abe-row .abe-column.abe-column-67 {
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
}

.abe-row .abe-column.abe-column-75 {
    flex: 0 0 75%;
    max-width: 75%;
}

.abe-row .abe-column.abe-column-80 {
    flex: 0 0 80%;
    max-width: 80%;
}

.abe-row .abe-column.abe-column-90 {
    flex: 0 0 90%;
    max-width: 90%;
}

.abe-row .abe-column .abe-column-top {
    align-self: flex-start;
}

.abe-row .abe-column .abe-column-bottom {
    align-self: flex-end;
}

.abe-row .abe-column .abe-column-center {
    align-self: center;
}

.abe a {
    /* color: #E9DDC7; */
    color: #C96A32;
    text-decoration: none;
}

.abe a:focus,
.abe a:hover {
    color: #2e2e2e;
}

.abe .fas {
    font-size: 1.1rem;
    color: #6e818a;
}

.abe .fas,
.abe .fa-solid,
.abe .fa-brands {
    font-size: 1.1rem;
    color: #C96A32;
}

.guests-count-book div:not(:last-of-type)::after {
    content: '|';
    margin: 0 8px;
}

.abe .fa-solid.fa-magnifying-glass {
    color: #ffffff;
}

.guests-count-book {
    display: flex;
    flex-wrap: wrap;
}

.abe dl,
.abe ol,
.abe ul {
    list-style: none;
    margin-top: 0;
    padding-left: 0;
}

.abe-unit {
    margin-bottom: 2rem;
}

.abe-unit .lSSlideOuter {
    margin: 0;
}

.abe dl dl,
.abe dl ol,
.abe dl ul,
.abe ol dl,
.abe ol ol,
.abe ol ul,
.abe ul dl,
.abe ul ol,
.abe ul ul {
    font-size: 90%;
    margin: 1.5rem 0 1.5rem 3.0rem;
}

.abe ol {
    list-style: decimal inside;
}

.abe ul {
    list-style: circle inside;
}

.abe .button,
.abe button,
.abe dd,
.abe dt,
.abe li {
    margin-bottom: 1.0rem;
}

.abe fieldset,
.abe input,
.abe select,
.abe textarea {
    margin-bottom: 0.75rem;
}

.abe blockquote,
.abe dl,
.abe figure,
.abe form,
.abe ol,
.abe p,
.abe pre,
.abe table,
.abe ul {
    margin-bottom: 1.5rem;
}

.abe table {
    border-spacing: 0;
    overflow-x: auto;
    text-align: left;
    width: 100%;
}

.abe td,
.abe th {
    border-bottom: 1px solid #e1e1e1;
    padding: 0.4rem 1.2rem 0.2rem;
}

.abe b,
.abe strong {
    font-weight: bold;
}

.abe p {
    margin-top: 0;
}

.abe h1,
.abe h2,
.abe h3,
.abe h4,
.abe h5,
.abe h6 {
    font-weight: 400 !important;
    margin-bottom: 2.0rem;
    margin-top: 0;
}

.abe h1,
.vrp_main h1 {
    font-family: Cinzel;
    font-weight: 400;
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -1.05px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}

.abe h2 {
    font-size: 1.6rem;
    line-height: 1.25;
}

.abe h3 {
    font-size: 1.4rem;
    line-height: 1.3;
}

.abe h4 {
    font-size: 1rem;
    letter-spacing: -.08rem;
    line-height: 1.35;
}

.abe h5 {
    font-size: 0.8rem;
    letter-spacing: -.05rem;
    line-height: 1.5;
}

.abe h6 {
    font-size: 0.6rem;
    letter-spacing: 0;
    line-height: 1.4;
}

.abe img {
    max-width: 100%;
}

/*.abe-image-container img {
    object-fit: cover;
    width: 100%;
    height: 300px;
}*/

.abe-column.unit-image {
    width: 100%;
    max-width: 100%;
    padding-bottom: 0.3rem;
    align-items: center;
    justify-content: center;
}

.abe-column.unit-image .lSAction>a {
    opacity: 0.75;
}

.abe-column.unit-image .lSSlideOuter {
    margin-bottom: 0;
}

.abe-image-container img {
    width: 100%;
    height: 100%;
    min-height: 275px;
    object-fit: cover;
}

.gallery-wrapper .lSSlideOuter .lSPager.lSGallery {
    display: none;
}

.gallery-wrapper,
.mobile-gallery-wrapper {
    position: relative;
}

.gallery-wrapper #fullscreen-cta,
.mobile-gallery-wrapper #fullscreen-cta {
    position: absolute;
    bottom: 12px;
    right: 10px;
    z-index: 10;
    background: #000000a6;
    padding: 6px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-wrapper .lSNext {
    right: 0;
}

.gallery-wrapper #fullscreen-cta i,
.mobile-gallery-wrapper #fullscreen-cta i {
    color: #fff;
    font-size: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    text-align: center;
}

.abe .clearfix:after {
    clear: both;
    content: ' ';
    display: table;
}

.abe .float-left {
    float: left;
}

.abe .float-right {
    float: right;
}

#search-wrap .abe-container form {
    max-width: 1200px !important;
    margin: 0 auto;
}

.attr-item label,
.type-item label {
    display: inline;
    font-size: 14px;
}

.abe-filters-wrapper .attr-item,
.abe-filters-wrapper .type-item {
    display: flex;
    width: 200px;
    margin: 0 12px 2px 0;
}

.abe-filters-wrapper .attr-item input,
.abe-filters-wrapper .type-item input {
    margin-right: 0.25rem;
}

.abe .text-right {
    text-align: right;
}

.abe-filter-title {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #2e2e2e;
    border-bottom: 1px dashed #495c65;
}

.abe-jumbo .abe-button#clear-dates,
.abe-jumbo .abe-button#reset-filters {
    width: auto;
    font-size: initial;
    padding: 0 1rem;
    margin-bottom: 0;
    margin-right: 0.5rem;
}

.abe-jumbo .clear-buttons .abe-button {
    min-width: 130px;
}

.abe-row .abe-column.num-results-column {
    display: flex;
    align-items: center;
    width: auto;
}

.num-results-container {
    padding: 0 0.5rem 0.5rem;
}

.num-results-container p {
    margin-bottom: 0;
    text-wrap: nowrap;
    font-weight: 100;
    color: #2e2e2e;
    border-bottom: 1px solid #2e2e2e70;
    font-size: 0.82rem;
    line-height: 15px;
}

#num-results {
    font-size: 1.2rem;
    font-weight: 700;
    color: #CBAE82;
}

.ellipsis {
    display: inline-block;
    animation-name: ellipsisBounce;
    animation-duration: 750ms;
    animation-iteration-count: infinite;

    /*animation-timing-function: ease-out;*/
    &:nth-child(2) {
        animation-delay: 75ms;
    }

    &:nth-child(3) {
        animation-delay: 200ms;
    }
}

@keyframes ellipsisBounce {
    0% {
        transform: none;
    }

    33% {
        transform: translate(0, -0.5em);
    }

    66% {
        transform: none;
    }
}

.abe-row .abe-column.clear-buttons {
    display: flex;
    align-items: flex-end;
    margin-bottom: 1rem;
}

.clear-buttons button {
    padding-right: 1rem;
}

/* Toggle Map */
.switch {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 30px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d3dee4;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #CBAE82;
}

input:focus+.slider {
    box-shadow: 0 0 1px #7a7774;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
    border: 1px solid #2e2e2e;
}

.slider.round:before {
    border-radius: 50%;
}

.abe-map-activator .heading {
    font-size: 14px;
    padding: 0 0.6rem 0.5rem;
}

/* end of toggle map */

/* Results page */
.abe-results>div {
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.abe-results {
    justify-content: center;
    padding: 0 1rem;

}

.abe-results.map-active {
    padding: 0;
}

#abe-map-results {
    background: #19334626;
    border-radius: 12px;
    min-height: 75vh;
    height: auto;
}

#map-container {
    position: relative;
}

#map-controls {
    padding: 0.33rem 0.66rem;
    position: absolute;
    top: 100px;
    left: 12px;
    z-index: 10;
}

#map-controls label {
    display: flex;
    align-items: center;
    background: #ffffff33;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 7px;
    height: 2.2rem;
    padding: 0 0.33rem;
    cursor: pointer;
}

#moving-search {
    margin-top: 0;
    margin-bottom: 0;
    width: 16px;
    height: 16px;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 1);
}

#map-controls span {
    display: inline;
    padding: 0 0.33rem;
    font-weight: 600;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.66);
}

#reset-map {
    width: 100%;
    line-height: unset;
    height: 2.2rem;
    padding: 0 1.5rem;
    background-color: #ffffff33;
    color: #ffffff;
    border: 1px solid #ffffff;
    margin-top: 6px;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.66);
    cursor: pointer;
}

.abe-row .abe-column-50 {
    padding: 0 0.5rem;
}

.abe-row .abe-column-50.unit-list {
    flex: 0 0 100%;
    max-width: 100%;
}

.abe-row .abe-column.abe-column-50#abe-map-results {
    flex: 0 0 58.33%;
    max-width: 58.33%;
    margin-left: 0;
}

/*.abe .button#abe-filters-activator { line-height: 2.5rem; margin-bottom: 0.5rem; background:  #f4f9fb !important; }
.abe .button#abe-filters-activator:hover { color: #7a7774 !important; background: #eef4f7 !important; border-color: #eef4f7 !important; }*/
.abe .button#abe-filters-activator {
    width: 100%;
    padding: 0.4rem 1.3rem;
    background-color: #fff;
    color: #2e2e2e;
    border: 1px solid #2e2e2e;
}

.abe .button#abe-filters-activator:hover,
.abe .button#abe-filters-activator:focus,
.abe .button#abe-filters-activator:active {
    background-color: #d7d7d7 !important;
    border-color: #2e2e2e !important;
}

.abe .button#abe-filters-activator img {
    width: auto;
    height: 100%;
}

.abe-column.arrival-column {
    background: url(../images/icon-check-in.svg) 10px no-repeat;
}

.abe-column.departure-column {
    background: url(../images/icon-check-out.svg) 10px no-repeat;
}

.abe-column.adults-column {
    background: url(../images/icon-form-guests.svg) 10px no-repeat;
}

.abe-column.rooms-column {
    background: url(../images/icon-form-rooms.svg) 10px no-repeat;
}

.abe-column.pets-column {
    background: url(../images/icon-form-pets.svg) 10px no-repeat;
}

body select option {
    color: #2e2e2e;
    text-align: center;
}

.hasDatepicker {
    background-color: transparent;
}

/* .hasDatepicker { background: #fff url(../images/calendar.svg) 92% no-repeat; } */

.abe-results.map-active .abe-item {
    position: relative;
    flex-basis: 48%;
}

.abe-item {
    position: relative;
    flex-basis: 100%;
    align-self: flex-start;
    width: 100%;
    padding: 0.3rem 0.15rem 0;
    margin: 0 0 1.5%;
    border-bottom: 1.5px solid #E9DDC7;
    border: none !important;
    border-radius: 20px !important;
    box-shadow: 0px 20px 25px 0px #0000001A;
    transition: border 0.7s;
    transition: all 0.4s;
}

.inline-img {
    display: inline;
    max-width: 15px;
}

.abe-item .star-rating {
    justify-content: right;
}

.star-info span {
    display: flex !important;
    flex-direction: row;
    gap: 3px;
}

/*
.abe-item .abe-row {
    display: flex;
    flex-direction: row;
}

.abe-item .unit-info {
    display: flex;
    flex-direction: column;
    padding: 0.75rem;
}

.abe-item .rate-container {
    height: 100%;
    align-items: flex-end;
}*/

.abe-item .abe-row {
    display: flex;
    flex-direction: column;
}

.abe-item .unit-info {
    display: flex;
    flex-direction: column;
    padding: 0.75rem;
    /* border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    border-top-right-radius: 20px; */
}

.abe-item .rate-container {
    height: auto;
    align-items: flex-end;
    flex-direction: row;
    margin-top: 1rem;
}

.abe-item .rate-container .abe-column {
    width: 48%;
}

.unit-button a.button {
    /* font-size: 0.8rem; */
    /* height: 2rem; */
    /* line-height: 1.9rem; */
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    /* letter-spacing: 1px; */
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;

}

.unit-location p {
    /* color: #2e2e2eab; */
    margin-bottom: 1.25rem;


    color: #C9670E;
    font-family: "Inter";
    font-weight: 300;
    font-style: Light;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
}

.abe-fixed-w-500-700 {
    min-width: 500px;
    max-width: 700px;
}

.abe-image-container .abe-favorite {
    transition: 0.3s;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 10px;
    padding: 13px 5px 0 5px;
    z-index: 1;
}

.abe-image-container .abe-favorite i {
    color: #f5eded;
    font-size: 2rem;
}

.abe-favorite.active i,
.abe-favorite.active:hover .fa-heart {
    color: #f50000 !important;
}

.abe-item h2 {
    font-size: 1.4rem;
    margin: 2px 0 1.25rem 4px;
    line-height: 1;
    letter-spacing: -1px;
}

.abe-item h2 a {
    color: #1A2B23;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 28px;
    letter-spacing: -0.21px;
    vertical-align: middle;
}

.abe-item strong {
    color: #C9670E;
}

.gallery-wrapper .fa-chevron-right,
.gallery-wrapper .fa-chevron-left {
    color: #fff;
    font-size: 1.6rem;
}

.gallery-wrapper .lSPrev,
.gallery-wrapper .lSNext {
    opacity: 1;
    cursor: pointer;
}

.abe-item .abe-row.above-unit-title {
    flex-direction: row;
}

.icons-info {
    font-size: 16px;
    margin-left: 6px
}

.icons-info span {
    display: inline-block;
    line-height: 1.4rem;
    color: #8B8680;
    padding: 0 6px 0 2px;
    margin-right: 1px;
    border-right: 1px solid #98a6ad;
}

.icons-info span img {
    display: inline-block;
}

.icons-info span:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.icons-info span .fas {
    font-size: 1rem;
}

.abe-item .abe-rate {
    font-size: 16px;
    color: #757575;
    padding-left: 0x;
    margin: 0;
    line-height: 1;
}

.abe-item .abe-rate span,
.taxes-fees-text span {
    font-size: 12px;
    font-weight: 700;
}

.abe-item .stars {
    margin-left: 5px;
}

.abe-row .abe-column.stars-column {
    width: auto;
}

.fa-star.checked {
    color: orange;
}

.star-rating,
.back-stars,
.front-stars {
    display: flex;
}

#featured-units .star-rating,
#featured-units .back-stars,
#featured-units .front-stars {
    justify-content: center;
}

.star-rating {
    font-size: 1em;
    height: 18px;
}

.back-stars {
    color: #DFE7EF;
    position: relative;
}

.front-stars {
    color: #ffb200;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: all 0.5s;
}

.abe-cd-pagination {
    text-align: center;
    margin: 3% auto 0 !important;
    display: block;
}

.abe-cd-pagination li {
    display: inline-block;
    margin: 0 4px 8px;
}

.abe-cd-pagination li a {
    display: inline-block;
    font-weight: 400;
    color: #E9DDC7;
    padding: 0.25rem 1rem 0.2rem;
    background: #fff;
    border: 1px solid #2e2e2e;
    border-radius: 7px;
}

.abe-cd-pagination li a:hover {
    color: #000;
    background: #fff;
}

.abe-cd-pagination li a.current {
    font-weight: 700;
    color: #fff;
    background: #E9DDC7;
}

.abe-pagination-btn a.disabled {
    color: #99a2a9;
    pointer-events: none;
    background: #f4f6f7;
}

.abe-pagination-btn:hover a,
.abe-cd-pagination li:hover a {
    background: #E9DDC7;
    color: #fff;
}

/*.marker-infobox img { max-width: 160px; }
.marker-infobox h5 { font-size: 1.1em; font-weight: 500; line-height: 1rem; letter-spacing: 0; width: 160px; margin-top: 2px; margin-bottom: 5px; }
.icons-map { margin-left: 1px; }
.icons-map span { display: inline-block; padding-right: 6px; margin-right: 5px; border-right: 1px solid #98a6ad; }
.icons-map span:nth-of-type(3) { padding-right: 0; margin-right: 0; border: none; }
.icons-map .fas { font-size: 13px; }
#abe-map-results .gm-ui-hover-effect { top: 2px !important; right: 2px !important; width: 18px !important; height: 18px !important; background: #fff !important; border: 2px solid #b2bcc3 !important; border-radius: 8px !important; opacity: 1 !important; }
#abe-map-results .gm-ui-hover-effect:hover { border: 2px solid #bd0707 !important; }
 #abe-map-results .gm-ui-hover-effect img, .gm-ui-hover-effect span { margin: 0 !important; }*/

/* Results Map Pins */
.abe-map-pin {
    width: 30px;
    height: 30px;
    border: 1px solid #005485;
    border-radius: 50% 50% 50% 0;
    background: #009dff;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg) !important;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -15px;
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    -ms-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
}

.abe-map-pin::after {
    content: '';
    width: 14px;
    height: 14px;
    margin: 7px 0 0 7px;
    background: #005485;
    position: absolute;
    border-radius: 50%;
}

.abe-map-pin.pin-highlight {
    background: #ff0008;
    z-index: 99;
}

.abe-map-pin.pin-highlight::after {
    background: #810006;
    z-index: 99;
}

.pin-pulse {
    background: rgba(162, 0, 44, 0.65);
    border-radius: 50%;
    height: 12px;
    width: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 1px 0 0 -6px;
    -webkit-transform: rotateX(55deg);
    -moz-transform: rotateX(55deg);
    -o-transform: rotateX(55deg);
    -ms-transform: rotateX(55deg);
    transform: rotateX(55deg);
    z-index: -2;
}

.pin-pulse:after {
    content: "";
    border-radius: 50%;
    height: 60px;
    width: 60px;
    position: absolute;
    margin: -24px 0 0 -24px;
    -webkit-animation: pulsate 1s ease-out;
    -moz-animation: pulsate 1s ease-out;
    -o-animation: pulsate 1s ease-out;
    -ms-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-box-shadow: 0 0 2px 4px #ff0053;
    box-shadow: 0 0 2px 4px #ff0053;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

@-moz-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-o-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-moz-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }

    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }

    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }

    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

@-webkit-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }

    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }

    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }

    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

@-o-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }

    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }

    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }

    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

@keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }

    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }

    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }

    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

/* Results Map Pins with Prices */
.abe-map-pricePin {
    background-color: #2eafc1;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 12px;
    padding: 3px 4px;
    position: relative;
}

.abe-map-pricePin::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #2eafc1;
}

.abe-map-pricePin.pin-highlight {
    background-color: #CBAE82;
    z-index: 99;
}

.abe-map-pricePin.pin-highlight::after {
    border-top: 8px solid #CBAE82;
    z-index: 99;
}

.pin-bounce {
    animation: pin-bounce 3s infinite;
    -webkit-animation: pin-bounce 3s infinite;
    -moz-animation: pin-bounce 3s infinite;
    -o-animation: pin-bounce 3s infinite;
}

@-webkit-keyframes pin-bounce {

    0%,
    10%,
    30%,
    75%,
    100% {
        -webkit-transform: translateY(0);
    }

    20% {
        -webkit-transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes pin-bounce {

    0%,
    10%,
    30%,
    75%,
    100% {
        -moz-transform: translateY(0);
    }

    20% {
        -moz-transform: translateY(-30px);
    }

    50% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes pin-bounce {

    0%,
    10%,
    30%,
    75%,
    100% {
        -o-transform: translateY(0);
    }

    20% {
        -o-transform: translateY(-30px);
    }

    50% {
        -o-transform: translateY(-15px);
    }
}

@keyframes pin-bounce {

    0%,
    10%,
    30%,
    75%,
    100% {
        transform: translateY(0);
    }

    20% {
        transform: translateY(-30px);
    }

    50% {
        transform: translateY(-15px);
    }
}

/* ----- Map Pin Popup ----- */
.gm-style .gm-style-iw-c {
    top: 4px;
    border: 3px solid #6493f9;
    max-width: 400px !important;
    padding: 0;
    opacity: 0;
    transition: all 0.6s;
}

.gm-style .gm-style-iw-tc {
    opacity: 0;
    transition: all 0.6s;
}

.gm-style-iw-chr {
    margin-bottom: -14px;
}

.gm-style-iw-ch {
    padding-top: 0;
}

button.gm-ui-hover-effect {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: 2px !important;
    right: 2px !important;
    width: 26px !important;
    height: 26px !important;
    background: #fff !important;
    border: 2px solid #950042 !important;
    border-radius: 7px !important;
    opacity: 1 !important;
}

#abe-map-results .gm-ui-hover-effect:hover {
    border: 2px solid #bd0707 !important;
}

#abe-map-results .gm-ui-hover-effect img,
.gm-ui-hover-effect span {
    width: 26px !important;
    height: 26px !important;
    background-color: #c40000 !important;
    margin: 0.2rem 0 0 0 !important;
}

.gm-style-iw .abe-row {
    align-items: stretch;
    flex-direction: row;
}

.gm-style-iw .abe-row .abe-column.popup-img {
    width: 50%;
    max-width: 50%;
    align-self: center;
    justify-items: center;
}

.gm-style-iw .img-container {
    align-items: center;
    display: flex;
    justify-content: center;
}

.popup-img img {
    max-width: 100%;
    border-radius: 12px;
}

.gm-style-iw .details {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: flex-end;
    padding-right: 1rem;
    padding-left: 1.25rem;
    padding-bottom: 0.25rem;
}

.gm-style-iw .unit-name {
    color: #324f82;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 8px;
    margin-top: 4px;
}

.gm-style-iw .city {
    color: #787878;
    font-size: 12px;
    margin-bottom: 8px;
    margin-top: 4px;
}

.gm-style-iw .features {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.gm-style-iw .unit-feature {
    align-items: center;
    background: #F5F5F5;
    color: #324f82;
    border-radius: 5px;
    border: 1px solid #ccc;
    display: flex !important;
    font-size: 10px;
    font-weight: 700;
    gap: 3px;
    padding: 4px;
}

.gm-style-iw.highlight .details {
    display: flex;
}

.gm-style-iw .bed {
    color: #FFA000;
}

.gm-style-iw .bath {
    color: #03A9F4;
}

.gm-style-iw .sleeps {
    color: #388E3C;
}

@media all and (max-width: 600px) {
    .gm-style-iw .abe-row {
        flex-direction: column;
    }

    .gm-style .gm-style-iw-c {
        max-width: 220px !important;
    }

    .gm-style-iw .abe-row .abe-column.popup-img {
        width: 85%;
        max-width: 85%;
    }

    .gm-style .gm-style-iw-d {
        margin-bottom: 3px;
    }

    .abe-row .abe-column.clear-buttons {
        flex-direction: column !important;
        gap: 6px;
    }

    .abe-jumbo .abe-row .abe-column.clear-buttons .abe-button {
        width: 100% !important;
        margin: 0 !important;
    }

    .abe-row .abe-column.clear-buttons .note {
        text-align: center;
        width: 100%;
    }
}

/* End Unit Popup */

/*#abe-map-results .gm-style-iw-chr {
    position: absolute;
    top: 4px;
    right: 4px;
}

#abe-map-results .gm-ui-hover-effect {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: 3px !important;
    right: 3px !important;
    width: 30px !important;
    height: 30px !important;
    background: #ff0e63 !important;
    border: 2px solid #950042 !important;
    border-radius: 7px !important;
    opacity: 1 !important;
}

#abe-map-results .gm-ui-hover-effect:hover {
    border: 2px solid #bd0707 !important;
    background-color: #ff4a9e !important;
}

#abe-map-results .gm-ui-hover-effect img,
.gm-ui-hover-effect span {
    width: 30px !important;
    height: 30px !important;
    background-color: #c40000 !important;
    margin: 0.2rem 0 0 0 !important;
}

#abe-map-results .gm-style .gm-style-iw-tc,
#abe-map-results .gm-style .gm-style-iw-tc:after {
    height: 47px !important;
    width: 170px !important;
    filter: drop-shadow(0px 7px 1px rgba(51, 51, 51, 0.5));
}*/

.abe-results .abe-row.abe-column-50 .abe-image {
    position: relative;
    height: 100%;
    min-height: 275px;
    background-color: #9898986b;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

body .abe-column.unit-image {
    padding: 0;
}

.abe-results .abe-row.abe-column-50 .lSSlideOuter .lSPager,
.abe-results .abe-row.abe-column-50 .lSSlideOuter .lightSlider {
    margin: 0 !important;
}

.abe-results .abe-row.abe-column-50 .abe-image ul li {
    list-style-type: none !important;
}

.abe-results .abe-row.abe-column-50 .lSAction>a {
    background-image: url(../assets/icons/controls.png);
}

.abe-results .abe-row.abe-column-50 .abe-image {
    position: relative;
}

.abe-results .abe-row.abe-column-50 .lSSlideOuter .lSPager,
.abe-results .abe-row.abe-column-50 .lSSlideOuter .lightSlider {
    margin: 0 !important;
}

.abe-results .abe-row.abe-column-50 .abe-image ul li {
    list-style-type: none !important;
}

.abe-results .abe-row.abe-column-50 .lSAction>a {
    background-image: url(../images/controls.png);
}

/* end of Results page */

/* Unit page */
.abe-row .abe-column.abe-unit-info {
    padding: 0;
}

.abe-unit .abe-container {
    padding: 0.8rem;
}

.abe-unit-twosides-wrapper {
    width: 100%;
    justify-content: center;
}

.unit-details {
    padding: 0 2rem;
}

.unit-section-container {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.unit-section-container .abe-container {
    padding: 0;
}

.unit-section-container h2 {
    font-size: 2rem;
    font-weight: 600 !important;
}

.amenities-preview {
    height: 625px;
    overflow: hidden;
    --mask: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 0) 100% 50% / 100% 100% repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);
}

.amenities-full {
    height: unset;
    overflow: unset;
    mask: unset;
}

.section-separator {
    height: 1.5px;
    background-color: #2e2e2e1f;
    border-radius: 12px;
    margin-bottom: 2rem;
}

.abe-title-wrapper span {
    color: #2e2e2eab;
    font-size: 18px;
}

.abe-title-wrapper .fas {
    color: #C96A32;
    font-size: 18px;
}

.abe-title-wrapper p>span {
    color: #C96A32;
}

.abe-title-wrapper p>span .fas {
    color: #2e2e2e69;
}

.abe i.fas.slick-arrow {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border: 1.5px solid #ffffff00;
    border-radius: 7px;
    z-index: 10;
    font-size: 2.25rem;
    cursor: pointer;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
    transition: all 0.4s;
}

.abe i.fas.slick-arrow:hover,
.abe i.fas.slick-arrow:focus,
.abe i.fas.slick-arrow:active {
    color: #fff;
    border-color: #ffffff;
    background-color: #ffffff10;
    box-shadow: 0 0 3px #7a7774;
}

i.fas.fa-chevron-left.slick-arrow {
    left: 20px;
}

i.fas.fa-chevron-right.slick-arrow {
    right: 20px;
}

.unit-section-container .slick-arrow {
    position: absolute;
    top: 16px;
    border: none !important;
    padding: 0.25rem 0.5rem;
    z-index: 8;
}

.unit-section-container .slick-arrow .fas {
    font-size: 1.3rem;
    color: #CBAE82;
}

.unit-section-container .slick-arrow:hover,
.unit-section-container .slick-arrow:active,
.unit-section-container .slick-arrow:focus {
    background-color: #fbfbfb26;
    border: none !important;
}

.unit-section-container .slick-arrow:hover .fas,
.unit-section-container .slick-arrow:active .fas,
.unit-section-container .slick-arrow:focus .fas {
    background-color: #fbfbfb;
    color: #E9DDC7;
    border: none !important;
}

.unit-section-container .slick-prev {
    left: 22%;
}

.unit-section-container .slick-next {
    right: 22%;
}

.gallery-wrapper {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    max-width: 1500px;
    padding: 2rem;
    margin: 0 auto;
}

#all-reviews-container {
    z-index: 1;
}

/* fix for unit page img galery desktop */
#abe-gallery-preview {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(24%, 1fr));
    grid-gap: 12px;
    grid-auto-rows: minmax(auto, auto);
    height: 600px;
    overflow: hidden;
    max-height: 554px;
    grid-auto-flow: dense;
}

#abe-gallery-preview .grid-item-1 {
    grid-column-end: span 2;
    grid-row-end: span 2;
}

#abe-gallery-preview .grid-item img {
    height: 100%;
    object-fit: cover;
    max-height: 242px;
}

#abe-gallery-preview .grid-item:first-of-type img {
    height: 100%;
    object-fit: cover;
    max-height: 554px;
}

/* end fix for unit page img galery desktop */

#abe-gallery-preview .grid-item-1 img,
#abe-gallery-preview .grid-item-1 .img-overlay {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

#abe-gallery-preview .grid-item-3 img,
#abe-gallery-preview .grid-item-3 .img-overlay {
    border-top-right-radius: 12px;
}

#abe-gallery-preview .grid-item-5 img,
#abe-gallery-preview .grid-item-5 .img-overlay {
    border-bottom-right-radius: 12px;
}

#open-gallery-btn,
#open-mobile-gallery-btn {
    position: absolute;
    width: auto;
    text-transform: capitalize;
}

#open-gallery-btn i,
#open-mobile-gallery-btn i {
    color: #fff;
    margin-right: 8px;
}

#open-gallery-btn {
    right: 3.5rem;
    bottom: 2.5rem;
}

#open-mobile-gallery-btn {
    right: 0.25rem;
    bottom: -0.75rem;
}

#abe-gallery-modal {
    display: none;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    position: fixed;
    overflow: overlay;
    min-height: 100%;
}

#abe-gallery-modal .modal-img-container {
    position: relative;
    background-color: #fff;
    color: #2e2e2e;
    width: 100%;
    min-height: 100%;
    transition: all .3s ease-out;
    bottom: 0;
    overflow: hidden;
}

.define-gallery-spacing {
    max-width: 1440px;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 4rem 0;
}

.modal-header .gallery-unit-title {
    text-align: center;
    font-weight: 600 !important;
    clear: both;
}

.modal-header .gallery-close-btn {
    width: fit-content;
    position: fixed;
    top: 3rem;
    right: 1.25rem;
    padding: 5px 20px;
    margin-right: 2rem;
    background-color: #ff1668;
    border: 1.5px solid #d4004b;
    color: #fff;
    font-weight: 600;
    border-radius: 7px;
    z-index: 100;
}

.modal-header .gallery-close-btn span {
    margin: 0 3px;
}

.modal-header .gallery-close-btn:hover {
    background-color: #d4004b;
    border-color: #ff1668;
    cursor: pointer;
}

#abe-gallery-modal .modal-img-grid {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1.75rem;
    column-gap: 4%;
}

#abe-gallery-modal .img-grid-item {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
}

#abe-gallery-modal .img-grid-item img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgb(61 82 97 / 50%);
}

#abe-gallery-modal .img-grid-item .img-overlay,
#abe-gallery-preview .grid-item .img-overlay {
    display: inline-block;
    background: #CBAE82;
    padding: 0;
    width: 100%;
    height: 100%;
}

#abe-gallery-modal .img-grid-item .img-overlay {
    border-radius: 12px;
}

.img-overlay img {
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.img-overlay:hover img {
    opacity: 0.5;
}

.no-scroll {
    overflow-y: hidden;
}

#abe-mobile-slider {
    margin-left: 0;
    margin-bottom: 0;
    padding: 0 !important;
}

#abe-mobile-slider li {
    list-style: none;
    margin: 0;
}

#abe-mobile-slider,
#abe-mobile-slider li,
#abe-mobile-slider img {
    min-height: 45vh;
}

.lSSlideWrapper {
    height: 81%;
}

.lSPager.lSGallery {
    margin-top: 0 !important;
}

.lSPager.lSGallery li {
    list-style-type: none;
    height: 84px;
    margin-bottom: 0;
}

.abe-image-container ul {
    margin-bottom: 0;
}

.abe-image-container ul li {
    margin-bottom: 0;
    display: flex;
    width: 100%;
}

.abe-image-container ul li a {
    width: 100%;
}

.abe-unit .slick-track {
    display: flex;
    height: 100%;
}

#abe-mobile-slider li {
    list-style: none;
    margin-bottom: 0;
    position: relative;
    display: flex;
    height: 100%;
}

#abe-mobile-slider li a {
    width: 100%;
    height: 100%;
}

#abe-mobile-slider img {
    width: 100%;
    /*height: 100%;
    min-height: 750px;*/
    object-fit: cover;
    border-radius: 0;
}

ul#abe-mobile-slider-thumb {
    margin-bottom: 0;
}

ul#abe-mobile-slider-thumb li {
    margin: 6px 3px !important;
    height: 110px;
    border: 1px solid #2e2e2e;
    border-radius: 7px;
    box-shadow: 0 2px 5px rgb(61 82 97 / 30%);
}

ul#abe-mobile-slider-thumb li img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    cursor: pointer;
    border-radius: 7px;
}

.caption {
    position: absolute;
    bottom: 0;
    padding: 2px 20px 2px 20px;
    color: #fff;
    font-size: 14px;
    background-color: #CBAE82;
    font-weight: 500;
    border-radius: 0 12px 0 12px;
    max-width: 90%;
}

#abe-mobile-slider li.slick-slide {
    opacity: 1;
    transition: all 0.4s ease-out;
}

#abe-mobile-slider li.slick-slide.slick-current.slick-active.slick-center {
    opacity: 1;
}

#abe-tabs .ui-widget-header {
    border: none;
    background: initial;
    padding: 0;
}

.abe-unit #abe-tabs .ui-widget-header {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    border: 0;
    justify-content: center;
}

.abe-unit #abe-tabs .ui-helper-clearfix:before,
.abe-unit #abe-tabs .ui-helper-clearfix:after {
    display: none;
}

.unit-nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    column-gap: 0;
    row-gap: 0.5rem;
    margin: 1.5rem 0 0.25rem !important;
    position: sticky;
    top: 65px;
    background-color: #fff;
    border-radius: 7px;
    z-index: 111;
}

#abe-tabs .ui-state-default,
.unit-nav li {
    width: 32%;
    font-size: 12px;
    text-align: center;
    margin: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 7px;
    list-style-type: none;
}

.unit-nav li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 2px 0;
    color: #2e2e2e;
    font-weight: 400;
}

#abe-tabs {
    padding: 0;
    border: none;
}

#abe-tabs .ui-widget.ui-widget-content {
    border: none;
    padding: 0;
}

#abe-tabs .ui-tabs,
#abe-tabs .ui-tabs-nav,
.unit-nav {
    border: 1px solid #2e2e2e57;
    padding: 0.5rem 0.25rem !important;
    box-shadow: 0 4px 20px rgb(61 82 97 / 25%);
}

#abe-tabs .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active,
.unit-nav li {
    border: 1px solid #2e2e2e70;
    background: #fff;
    font-weight: 500;
}

#abe-tabs .ui-state-default:hover,
.unit-nav li:hover {
    background: #E9DDC7;
    border-color: #E9DDC7;
    color: #2e2e2e;
}

#abe-tabs .ui-state-default:hover a,
.unit-nav li:hover a {
    color: #2e2e2e;
}

#abe-tabs ul li:focus,
#abe-tabs ul li a:focus,
.unit-nav.ul li:focus,
.unit-nav.ul li a:focus {
    outline: none;
}

#abe-tabs .ui-state-active.ui-state-default,
.unit-nav li.active {
    background: #CBAE82;
    border: 2px solid #CBAE82;
    border-bottom: none;
}

#abe-tabs .ui-state-active a,
.unit-nav li.active a {
    color: #fff;
}

.abe h1 {
    font-size: 2.625rem;
    line-height: 1;
    margin-bottom: 8px;
}

#rates {
    max-width: 900px;
}

#rates tbody tr:nth-child(even) {
    background: #f3f7fa;
}

#rates tr th:nth-child(3),
#rates tr td:nth-child(3) {
    text-align: right;
}

#rates tr th:nth-child(4),
#rates tr td:nth-child(4) {
    text-align: center;
}

#rates th,
#rates td {
    border-bottom: none;
}

#rates td {
    font-size: 16px;
}

.abe-icons {
    margin: 0 0 1rem;
}

.abe-icons span {
    margin: 0 6px 2px 0;
    padding-right: 10px;
    display: inline-block;
    line-height: 1.4;
    border-right: 2px solid #2e2e2eab;
    font-size: 18px;
}

.abe-icons span:last-of-type {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.abe-checkavail .buttons-wrap .abe-column {
    padding: 0;
}

#vrpinquire .abe-column {
    display: flex;
}

.abe-inquiry-header {
    display: flex;
    flex-direction: row;
}

.flex-column {
    flex-direction: column !important;
}

.date-column {
    gap: 10px;
}

.abe-unit h1 {
    font-size: 2.15rem;
    text-align: left;
}

.abe-unit .abe-share,
.abe-unit .abe-favorite,
.abe-print,
.abe-inquiry {
    padding: 0.4rem 0.5rem;
    cursor: pointer;
}

.abe-favorite-show a {
    display: block;
    padding: 0.4rem 0.5rem;
}

.abe-favorite .fas.fa-plus {
    font-size: 0.6rem;
}

.abe-favorite.active .fas.fa-plus {
    display: none;
}

.abe-unit .abe-share,
.abe-unit .abe-favorite,
.abe-unit .abe-favorite-show,
.abe-sort-wrapper .abe-favorite-show,
.abe-sort-wrapper .abe-share,
.abe-inquiry,
.abe-print {
    background: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #2e2e2e;
    border: 1px solid #2e2e2e70;
    border-radius: 7px;
}

.filter-ac-holder {
    row-gap: 6px;
}

.first-filter-ac-wrapper,
.second-filter-ac-wrapper {
    display: flex;
}

.type-checkboxes .abe-column {
    /*grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));*/
    display: flex;
    /* flex-basis: 32.5%; */
    /* max-width: 32.5%; */
}

.amenities-checkboxes .abe-column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.abe-unit .abe-share:hover,
.abe-unit .abe-favorite:hover,
.abe-unit .abe-favorite-show:hover,
.abe-unit .abe-favorite-show:hover a,
.abe-sort-wrapper .abe-favorite-show a:hover,
.abe-sort-wrapper .abe-share:hover,
.abe-print:hover,
.abe-inquiry:hover {
    background: #E9DDC7;
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.abe-unit .abe-share:hover .fas,
.abe-unit .abe-favorite:hover .fas,
.abe-unit .abe-favorite-show:hover .fas,
.abe-sort-wrapper .abe-favorite-show:hover .fas,
.abe-sort-wrapper .abe-share:hover .fas,
.abe-print:hover .fas,
.abe-inquiry:hover .fas {
    color: #ffffff;
}

.abe-unit .abe-share:active,
.abe-unit .abe-favorite:active,
.abe-unit .abe-favorite-show:active,
.abe-sort-wrapper .abe-favorite-show:active,
.abe-sort-wrapper .abe-share:active,
.abe-print:active,
.abe-inquiry:active {
    border-color: #2e2e2e !important;
}

.abe-sort-wrapper .abe-share,
.abe-print,
.abe-inquiry {
    padding: 0.4rem 0.5rem;
    cursor: pointer;
    display: block;
    text-align: center;
    color: #2e2e2e;
    font-size: 16px;
    border: 1px solid #2e2e2e70;
}

.abe-sort-wrapper .abe-favorite-show {
    display: block;
    font-size: 16px;
    text-align: center;
}

.abe-sort-wrapper .abe-favorite-show a {
    color: #2e2e2e;
    padding: 0.5rem;
    border-radius: 7px;
}

.abe-unit #description {
    text-align: justify;
}

.abe-amen-group h3 {
    margin: 0 0 5px 0;
    border-bottom: 1px solid #54595F;
    color: #54595F;
    font-size: 24px;
    font-weight: 800;
}

li.abe-amen-name {
    font-size: 16px;
    margin: 0 10px 10px 0;
    padding: 5px 15px;
    color: #54595F;
    list-style-type: none !important;
}

ul.abe-amen-list {
    display: flex;
    flex-wrap: wrap;
}

#abe-review-activator {
    border-color: rgb(203, 174, 130);
    width: auto;
    padding: 0 25px;
}

#abe-review {
    display: none;
}

/* Review form styling block */
#abe-tabs #reviews .review.abe-container {
    width: 100%;
    margin: 0 0 20px;
}

#rating {
    float: left;
    padding: 0.5rem 2rem;
}

.rating {
    /*width:100%;
    display: inline-block;
    height: 50px;
    padding: 5px;
    margin: 0px 0px 0px 0px;*/
    left: 0px;
    margin-left: 0px;
    margin: 0;
    position: relative;
}

.rating span {
    float: right;
    right: 80% !important;
    position: relative;
    padding-left: 2px;
}

.rating span input {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}

.rating span label {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #bdbdbd;
    /* background:#999999; */
    font-size: 30px;
    margin-right: 2px;
    line-height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.rating span:hover~span label,
.rating span:hover label,
.rating span.checked label,
.rating span.checked~span label {
    color: #F90;
}

#reviews label.fa {
    font-size: 30px !important;
}

.checked {
    color: #F90;
}



#abeSubmitReviewForm {
    padding: 10px;
    background: #7a777405;
}

.review.abe-container {
    padding: 1rem;
    background: #fbfbfb;
    border-radius: 12px;
    margin: 3.5rem 1rem 1rem 1rem;
    box-shadow: 0 4px 20px rgb(61 82 97 / 20%);
}

.review-title h3 {
    display: inline-block;
    font-weight: 500 !important;
    margin: 10px 0 20px;
}

.review-date {
    color: #7a7774;
    font-size: 16px;
}

.review-response {
    margin-left: 30px;
    padding: 20px;
    background: #fdfdfd;
    margin-top: 20px;
    border-radius: 0.2rem;
    border-left: 2px solid #7a7774;
}

.review .star-rating {
    margin-top: 12px;
}

#availability-calendars {
    width: 100%;
}

.calendars-container {
    margin-bottom: 1rem !important;
    display: flex !important;
    padding: 0 !important;
    column-gap: 2rem;
    row-gap: 1rem;
    flex-wrap: wrap;
    max-width: 100%;
}

.single-cal-container {
    margin: 1rem;
}

.abe #calendar .abe-container {
    width: 100%;
    margin: 0;
}

#calendar .easepick-wrapper {
    z-index: 1;
}

.abe #calendar table {
    width: 100%;
    float: left;
    height: 320px;
    text-align: center;
    margin: 0 2% 2% 0;
    order: 1 !important;
}

#calendar table td {
    font-size: 16px;
    font-weight: 500;
    color: #7a7774;
    border: 1px solid #2e2e2ec9 !important;
}

#calendar table td .cal-rate {
    color: #333;
    font-size: 12px;
    font-weight: 400;
}

#calendar table thead {
    background: #f5fafc;
    border-bottom: 4px solid #7a7774;
    font-size: 14px;
}

.calkey {
    display: none;
}

.abe-calendar .dDate,
.abe-calendar .highlighted.dDate,
.calkey .isavailable.dDate {
    background: #fff0f5;
    background: -moz-linear-gradient(to left bottom, #fff 50%, #d6d6d6 50%);
    background: -webkit-gradient(linear, left bottom, color-stop(50%, #fff), color-stop(50%, #d6d6d6));
    background: -webkit-linear-gradient(to left bottom, #fff 50%, #d6d6d6 50%);
    background: -o-linear-gradient(to left bottom, #fff 50%, #d6d6d6 50%);
    background: -ms-linear-gradient(to left bottom, #fff 50%, #d6d6d6 50%);
    background: linear-gradient(to left bottom, #fff 50%, #d6d6d6 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f5', endColorstr='#7fffd4', GradientType=1);
}

.abe-calendar .aDate,
.abe-calendar .highlighted.aDate,
.calkey .isavailable.aDate {
    background: #7fffd4;
    background: -moz-linear-gradient(to right top, #fff 50%, #d6d6d6 50%);
    background: -webkit-gradient(linear, right top, color-stop(50%, #fff), color-stop(50%, #d6d6d6));
    background: -webkit-linear-gradient(to right top, #fff 50%, #d6d6d6 50%);
    background: -o-linear-gradient(to right top, #fff 50%, #d6d6d6 50%);
    background: -ms-linear-gradient(to right top, #fff 50%, #d6d6d6 50%);
    background: linear-gradient(to right top, #fff 50%, #d6d6d6 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fffd4', endColorstr='#fff0f5', GradientType=1);
}

.calendar>.days-grid>.day.dDate {
    background: #fff0f5;
    background: -moz-linear-gradient(to left bottom, #fff 50%, #d6d6d6 50%);
    background: -webkit-gradient(linear, left bottom, color-stop(50%, #fff), color-stop(50%, #d6d6d6));
    background: -webkit-linear-gradient(to left bottom, #fff 50%, #d6d6d6 50%);
    background: -o-linear-gradient(to left bottom, #fff 50%, #d6d6d6 50%);
    background: -ms-linear-gradient(to left bottom, #fff 50%, #d6d6d6 50%);
    background: linear-gradient(to left bottom, #fff 50%, #d6d6d6 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f5', endColorstr='#7fffd4', GradientType=1);
}

.calendar>.days-grid>.day.aDate {
    background: #7fffd4;
    background: -moz-linear-gradient(to right top, #fff 50%, #d6d6d6 50%);
    background: -webkit-gradient(linear, right top, color-stop(50%, #fff), color-stop(50%, #d6d6d6));
    background: -webkit-linear-gradient(to right top, #fff 50%, #d6d6d6 50%);
    background: -o-linear-gradient(to right top, #fff 50%, #d6d6d6 50%);
    background: -ms-linear-gradient(to right top, #fff 50%, #d6d6d6 50%);
    background: linear-gradient(to right top, #fff 50%, #d6d6d6 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fffd4', endColorstr='#fff0f5', GradientType=1);
}

/* #calendar .calendar .highlighted, #calendar .calendar .aDate.dDate, #calendar .calkey .highlighted {
  background: rgb(155 77 202);
  color: rgb(255 255 255 / 25%);
} */

.abe-calendar .highlighted,
.abe-calendar .aDate.dDate,
.calkey .highlighted {
    background: #d6d6d6;
    color: #838383;
}

#calendar td.passed,
#calendar td.today.highlighted.aDate {
    background: #DADADA;
    color: #ABABAB;
}

#calendar td.today {
    -webkit-box-shadow: inset 0 0 0 2px rgba(30, 100, 110, 1);
    -moz-box-shadow: inset 0 0 0 2px rgba(30, 100, 110, 1);
    box-shadow: inset 0 0 0 2px rgba(30, 100, 110, 1);
}

.abe #calendar td,
.abe #calendar th {
    border: none;
    padding: 0;
    vertical-align: middle;
    height: 65px;
}

.abe #calendar th {
    height: 40px;
    background-color: #E9DDC7;
    color: #fff;
}

.abe #calendar .calendar {
    width: 32%;
    display: inline-block;
    vertical-align: text-top;
}

.abe-calendar caption {
    margin: 2.5rem 0 0.5rem;
    color: #2e2e2eab;
    font-weight: 600;
    font-size: 20px;
}

.calkey {
    clear: both;
    order: 0 !important;
    font-size: 16px;
    padding-top: 0;
    width: 100%;
    text-align: center;
}

.calkey .key-item,
.calkey .key,
.calkey span {
    display: inline-block;
}

.calkey .key-item {
    margin: 0 16px 2px 0;
}

.calkey .key {
    width: 15px;
    height: 15px;
    border: 1px solid #404040;
}

.abe #calendar table {
    order: 1 !important;
    box-shadow: 0 4px 20px rgb(61 82 97 / 30%);
}

.abe-column.custom-calendar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#bookingform {
    display: block;
    background: #fbfbfb;
    border-radius: 12px;
    padding: 0.8em 0.8em 0.6em;
    margin: 0 auto 1em;
    box-shadow: 0 4px 20px rgb(61 82 97 / 50%);
    position: relative;
}

#bookingform .abe-row {
    flex-direction: row;
    border-bottom: 1px solid #0c1d3f33;
}

#bookingform .abe-column {
    padding: 0.35rem 0.5rem;
    margin: 0.75rem 0;
}

#bookingform .checkin-col {
    border-right: 1px solid #0c1d3f33;
    display: flex;
    flex-direction: column;
}

#bookingform input,
#bookingform select {
    border: none;
    line-height: 40px;
    background-color: #fbfbfb;
}

#bookingform input[type="submit"] {
    background-color: #CBAE82;
}

#bookingform h3 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 1.65rem;
    color: #E9DDC7;
    color: #c96a32;
    font-weight: 600 !important;
}

#bookingform .abe-column.no-margin {
    margin-bottom: 0;
}

.abe-checkavail-wrapper.fixed {
    /* position: sticky; */
    top: 60px;
    z-index: 100;
}

div#featured-units .slick-prev.slick-arrow {
    left: 5px !important;
    z-index: 2;
}

div#featured-units .slick-next.slick-arrow {
    right: 5px !important;
    z-index: 2;
}

.abe-row.abe-confirmation-page b {
    color: #E9DDC7;
    font-weight: 700;
}

.confirmation-bold-text {
    color: #E9DDC7;
    font-weight: 600;
}

input.payment-proceed-btn {
    margin-bottom: 0.5rem !important;
    background-color: #7a7774 !important;
    color: #fff !important;
    border: 2px solid #7a7774 !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    height: 2.6rem !important;
    line-height: 2.5rem !important;
    padding: 0 1rem !important;
    border-radius: 0 !important;
}

input.payment-proceed-btn:hover {
    background-color: #4f6169 !important;
    color: #fff !important;
    border: 2px solid #4f6169 !important;
}

span#countdown {
    color: #E9DDC7;
    font-weight: 800;
}

.abe-confirmation-page {
    margin: 0 auto 40px auto;
    padding: 5px;
    max-width: 1440px;
    flex-direction: column !important;
}

.abe-confirmation-page .abe-booking-details {
    order: 0;
}

.abe-ratebreakdown .tooltip {
    display: none;
}

.abe-booking-details .night-details {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
}

.abe-booking-details .night-details .abe-column {
    display: flex;
    flex-direction: column;
}

.abe-confirmation-page .payment-column {
    padding-top: 3rem;
    order: 1;
}

#confirmation-message {
    display: none;
    flex-direction: column;
    justify-content: center;
    border: 1.5px solid #2e2e2e;
    border-radius: 12px;
    align-items: center;
    text-align: center;
    padding: 1rem 2rem;
    min-height: 350px;
    box-shadow: 0 4px 20px rgb(61 82 97 / 50%);
}

#confirmation-message p {
    font-size: 1.2rem;
}

.cart {
    visibility: hidden;
}

#track-payment-container {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 550px;
    padding-bottom: 100%;
    overflow: hidden;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

#track-payment-container iframe {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#track-payment-container::-webkit-scrollbar {
    display: none;
}

.abe-unit-features span {
    display: inline-block;
    width: 100%;
    margin-top: 0.4rem;
    margin-right: 2%;
}

#bookingform input#checkbutton {
    float: none !important;
    line-height: 1.5;
}

.abe-checkavail form label {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #0c1d3f;
}

.guests-container {
    border-radius: 7px;
}

#checkavailbox input,
#checkavailbox select,
.guests-container {
    background-color: #fbfbfb;
    border: 1px solid #fbfbfb;
    transition: all 0.4s;
}

#checkavailbox input:hover,
#checkavailbox select:hover,
.guests-container:hover {
    cursor: pointer;
    background-color: #f3f3f3;
    border: 1px solid #e5e5e5;
}

.lSAction>a {
    background-image: none;
    cursor: pointer;
    color: #fff;
    font-size: 3rem;
}

#vrpinquire {
    margin-bottom: 0;
}

#vrpinquire label {
    font-size: 1rem;
    color: #7a7a7a;
}

#vrpinquire h2 {
    margin: 30px 0px;
}

#vrpinquire input[type="submit"] {
    width: 100%;
}

#rates thead {
    border-bottom: 2px solid #CBAE82;
    background: #2e2e2e29;
    font-size: 14px;
}

.ui-datepicker .ui-datepicker-header {
    background-color: #fff;
    color: #2e2e2e;
}

.ui-widget-header {
    border: none;
    border-bottom: 3px solid #7a7774;
    border-radius: 0;
}

.ui-widget.ui-widget-content {
    border: 1px solid #2e2e2e;
    border-radius: 7px;
}

.ui-datepicker-calendar td a,
.ui-datepicker-calendar td .ui-state-default {
    font-family: 'Inter', sans-serif;
    border: 2px solid #7a7774a1 !important;
    border-radius: 7px;
    padding: 7px 5px 0 5px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background-color: #E9DDC791 !important;
    color: #fff;
}

.ui-datepicker:not(.gform-legacy-datepicker) a.ui-state-default {
    border-radius: 7px !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    cursor: pointer;
}

.ui-datepicker-calendar td a:hover {
    background: #E9DDC7;
    color: #fff;
}

.ui-datepicker-calendar .ui-state-active {
    color: #000 !important;
    background: #c5d4dd !important;
}

#ratebreakdown {
    display: none;
    margin-bottom: 16px;
}

#ratebreakdown th,
#ratebreakdown td {
    border: none;
}

#ratebreakdown td {
    padding: 2px;
}

#ratebreakdown td:last-child {
    text-align: right;
}

#booklink {
    display: none;
}

/* End of review styling block */
#errormsg {
    transition: 0.3s;
    display: none;
    padding: 8px 12px;
    font-size: 18px;
    line-height: 1.4em;
    background: #fff9c9;
    margin-bottom: 10px;
}

/* Loading circle */
.loader {
    width: 100px;
    height: 100px;
    transform: rotate(0deg);
    stroke-linecap: round;
    stroke-width: 4;
    fill: none;
}

div#loadingicons p {
    margin: 0;
}

.loader .internal-circle {
    stroke: #7a7774;
    stroke-dashoffset: 0;
    transform-origin: center;
}

.loader .internal-circle {
    stroke-dasharray: 187;
    -webkit-animation: internal 1s ease-in-out infinite;
    animation: internal 1s ease-in-out infinite;
    opacity: 0.6;
}

@-webkit-keyframes internal {
    0% {
        stroke-dashoffset: 187;
    }

    25% {
        stroke-dashoffset: 80;
    }

    100% {
        stroke-dashoffset: 187;
        transform: rotate(360deg);
    }
}

@keyframes internal {
    0% {
        stroke-dashoffset: 187;
    }

    25% {
        stroke-dashoffset: 80;
    }

    100% {
        stroke-dashoffset: 187;
        transform: rotate(360deg);
    }
}

#loadingicons {
    display: none;
    text-align: center;
}

#bookingform #loadingicons {
    margin-top: 1rem;
}

/* End of loading circle */

.abe-filters-wrapper,
.share-form-wrapper,
.inquiry-form-wrapper,
.abe-guests-select {
    display: none;
    top: 68px;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(25, 51, 70, 0.3);
    z-index: 99999;
    background: #fff;
    padding: 40px 40px 36px;
}

.abe-filters-wrapper {
    position: fixed;
    max-width: 960px;
    bottom: auto;
    top: 68px;
    height: 90%;
    left: 10%;
    right: 10%;
    width: 80%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.abe-row.type-checkboxes {
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.share-form-wrapper,
.inquiry-form-wrapper {
    position: fixed;
    bottom: 0;
    top: 150px;
    z-index: 999;
}

.abe-share-heading h3,
.abe-inquiry-heading h3 {
    margin: 0;
}

.abe-share-close,
.abe-inquiry-close,
.abe-quote-close,
.abe-filter-close,
.abe-guests-close {
    cursor: pointer;
    display: inline-block;
    float: right;
    color: #fff;
    background: #bd0707;
    font-size: 14px;
    margin: -40px -40px 20px auto;
    padding: 4px 8px 0;
    border-radius: 7px;
}

.abe-share-close:hover,
.abe-inquiry-close:hover,
.abe-quote-close:hover,
.abe-filter-close:hover,
.abe-guests-close:hover {
    background: #a40505;
}

.abe-share-close .fas,
.abe-inquiry-close .fas,
.abe-quote-close .fas,
.abe-filter-close .fas,
.abe-guests-close .fas {
    color: #fff;
}

#bookingform .abe-row.close-container {
    flex-direction: column;
    align-items: flex-end;
}

.abe-guests-close.okay-btn {
    background: #CBAE82;
    margin: 1rem !important;
    padding: 8px 20px;
}

.abe-guests-close.okay-btn:hover {
    background: #E9DDC7 !important;
}

.abe-guests-close p {
    margin: 0;
}

.abe-unit-features a {
    color: #2e2e2e;
}

/*.abe-detailed-quote,
#abe-quote-activator {
    display: none;
}*/

#abe-quote-activator {
    margin-bottom: 0.5rem;
    display: none;
}

.abe-detailed-quote {
    /*position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 96%;
    background: rgb(255, 255, 255);
    padding: 20px;
    box-shadow: 0 0 20px rgba(25,51,70,0.3);
    border-radius: 0.2rem;
    margin: 0 auto;
    left: 0;
    right: 0;*/
    z-index: 99;
}

.abe-guests-select {
    display: none;
}

#bookingform .abe-guests-select {
    left: unset;
    right: unset;
    z-index: 101;
}

table#ratebreakdown tr td:first-of-type {
    width: 70%;
    word-break: break-word;
}

table#ratebreakdown {
    font-size: 16px;
}

.abe-quote-info {
    text-align: center;
    margin-bottom: 6px;
}

.abe-quote-info span {
    font-weight: 500;
}

.share-form-wrapper #shareForm {
    margin-bottom: 0;
}

.share-form-wrapper label {
    font-size: 1rem;
    text-align: left;
    display: none;
}

#share-response p {
    padding: 10px !important;
    text-align: left;
    margin: 0;
}

.share-form-wrapper .disclaimer span {
    width: 100%;
    display: block;
    font-size: 14px;
    text-align: left;
    line-height: 1;
    margin: 0 0 22px 4px;
}

#share-response.alert.alert-danger {
    background: #ff00000a;
    border-radius: 0.2rem;
    margin-bottom: 20px;
}

/* end of unit page */

/* Booking Page */
#vrpbookform h3 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

#vrpbookform .abe-terms-input {
    font-size: 16px;
    padding-left: 8px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

#vrpbookform .abe-terms-input input {
    margin-bottom: 0 !important;
    width: 15px;
    height: 15px;
}

#vrpbookform label {
    margin-top: 4px;
    margin-bottom: 0;
}

.abe-card-wrapper {
    position: relative;
    min-height: 300px;
}

.abe-booking-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    background-position: 50% 62% !important;
    background-size: cover !important;
    position: relative;
    margin-bottom: 1.5rem;
    text-shadow: 1px 1px 6px #000;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.abe-booking-hero h1 {
    color: #fff;
}

.abe-card {
    position: absolute;
    width: 60%;
    margin-left: 20%;
    padding: 20px;
    border-radius: 0.5rem;
    background: rgb(135, 0, 218);
    background: linear-gradient(313deg, rgba(135, 0, 218, 1) 0%, rgba(75, 0, 83, 1) 37%, rgba(217, 128, 255, 0.9668242296918768) 100%);
    color: #fff;
    box-shadow: 0px 0px 2px 2px #b1b1b159;
}

.abe-card-number {
    padding: 40px 40px 10px 40px;
    text-shadow: 0px 2px 2px black;
    letter-spacing: 0.3rem;
}

.abe-card-dates {
    padding: 0px 40px 0px 70px;
    text-shadow: 0px 2px 2px black;
    letter-spacing: 0.2rem;
}

.abe-card-holder {
    padding: 0px 40px 10px 40px;
    text-shadow: 0px 2px 2px black;
    letter-spacing: 0.2rem;
}

.abe-card-logo {
    text-align: right;
}

.abe-card-logo img {
    width: 150px;
}

.abe-travel-ins {
    text-align: center;
    padding: 20px;
    background: #7a77740d;
    margin-bottom: 20px;
    border-radius: 0.2rem;
}

.abe-travel-ins p {
    margin-bottom: 8px;
}

.abe-travel-ins span {
    font-weight: 500;
}

.abe .abe-booking-details {
    padding: 0;
}

.dep-text-wrapper i {
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.abe-reservation-label-wrapper h3 {
    font-size: 1.1rem;
    margin-bottom: 0px;
}

.abe-reservation-label-wrapper h2 {
    margin-bottom: 1rem;
}

.first-details span {
    display: inline-block;
}

.first-details span:after {
    content: '';
    margin: 0 8px;
}

.first-details span:last-child:after {
    content: '';
}

.abe-ratebreakdown table tr td:first-of-type {
    width: 70%;
    word-break: break-word;
}

.abe-booking-details p {
    margin-bottom: 2px;
}

.abe-booking-background {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
    width: 100%;
    text-align: center;
    color: #e0e0db;
    text-shadow: 1px 1px 1px #050b3080;
    border-radius: 12px;
    margin-top: 15px;
    box-shadow: inset 0 0 0 2000px rgba(10, 10, 10, 0.4);
}

.abe-booking-background h1 {
    color: #fff !important;
    font-size: 2rem !important;
    padding: 0 10px;
    font-weight: 600;
}

.abe-booking-background p {
    font-weight: 300;
    color: #fff;
    font-size: 1rem;
    text-shadow: 1px 1px 1px #050b3080;
}

#abe-province-wrapper,
#abe-othercountry-wrapper,
#abe-region-wrapper {
    display: none;
}

.abe-ratebreakdown {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 16px;
}

.abe-ratebreakdown table {
    margin-top: 30px;
}

.abe #vrpbookform .flexed-fields {
    flex-direction: row;
}

.abe-ratebreakdown thead {
    background: #7a77740d;
}

.abe-ratebreakdown tr th,
.abe-ratebreakdown tr td {
    padding: 4px 8px;
}

.abe-ratebreakdown tr th:last-child,
.abe-ratebreakdown tr td:last-child {
    text-align: right;
}

.abe-booking-details .fixed {
    position: sticky;
    top: 112px;
}

.abe-bold {
    font-weight: 700;
}

.abe-book-info i {
    margin-right: 10px;
}

.abe-terms {
    cursor: pointer;
    display: none;
    position: fixed;
    top: 10%;
    width: 50%;
    left: 25%;
    background: white;
    bottom: 10%;
    padding: 10px;
    border-radius: 0.2rem;
    box-shadow: 0px 0px 3px 3px #94949414;
    z-index: 101;
}

/* End of Booking page */

/* Favorites page */
.abe-row.abe-favorites {
    flex-wrap: wrap;
}

.abe-favorites .abe-item {
    flex-basis: 100%;
    width: 100%;
}

.abe-favorites .abe-item li {
    list-style-type: none;
    margin-bottom: 0;
}

.abe-favorites .unit-image {
    padding-bottom: 0 !important;
}

.favorite-units {
    margin-top: 4rem;
}

/* End of Favorites page */

/* Multi range slider */
[slider] {
    position: relative;
    height: 14px;
    border-radius: 10px;
    text-align: left;
    margin: 15px 0 10px;
}

[slider]>div {
    position: absolute;
    left: 13px;
    right: 15px;
    height: 16px;
    border: 1px solid #eee;
    border-radius: 6px;
}

[slider]>div>[inverse-left] {
    position: absolute;
    left: 0;
    height: 14px;
    border-radius: 10px;
    background-color: #fff;
    margin: 0 7px;
}

[slider]>div>[inverse-right] {
    position: absolute;
    right: 0;
    height: 14px;
    border-radius: 10px;
    background-color: #fff;
    margin: 0 7px;
}

[slider]>div>[range] {
    position: absolute;
    left: 0;
    height: 14px;
    border-radius: 14px;
    background-color: #CBAE82;
}

[slider]>div>[thumb] {
    position: absolute;
    top: -7px;
    z-index: 2;
    height: 28px;
    width: 28px;
    text-align: left;
    margin-left: -11px;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    background-color: #fff;
    border-radius: 50%;
    outline: none;
}

[slider]>input[type="range"] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 3;
    height: 14px;
    top: -2px;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    cursor: pointer;
}

div[slider]>input[type="range"]::-ms-track {
    -webkit-appearance: none;
    background: transparent;
    color: transparent;
}

div[slider]>input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    background: transparent;
    color: transparent;
}

div[slider]>input[type="range"]:focus::-webkit-slider-runnable-track {
    background: transparent;
    border: transparent;
}

div[slider]>input[type="range"]:focus {
    outline: none;
}

div[slider]>input[type="range"]::-ms-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
}

div[slider]>input[type="range"]::-moz-range-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
}

div[slider]>input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
    -webkit-appearance: none;
}

div[slider]>input[type="range"]::-ms-fill-lower {
    background: transparent;
    border: 0 none;
}

div[slider]>input[type="range"]::-ms-fill-upper {
    background: transparent;
    border: 0 none;
}

div[slider]>input[type="range"]::-ms-tooltip {
    display: none;
}

[slider]>div>[sign] {
    opacity: 0;
    position: absolute;
    margin-left: -11px;
    top: -39px;
    z-index: 3;
    background-color: #54B3EB;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}

[slider]>div>[sign]:after {
    position: absolute;
    content: "";
    left: 0;
    border-radius: 16px;
    top: 19px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top-width: 16px;
    border-top-style: solid;
    border-top-color: #54B3EB;
}

[slider]>div>[sign]>span {
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
}

[slider]:hover>div>[sign] {
    opacity: 1;
}

.price-range-wrapper {
    font-weight: 700;
    padding: 10px 0;
}

.price-range-wrapper span {
    color: #7a7774;
}

.price-range-wrapper p {
    font-size: 18px;
    margin-bottom: 8px;
}

/* end of multi range slider */

.abe-jumbo {
    position: sticky;
    top: 160px;
    z-index: 200;
    width: auto;
}

#abe-results-search .button,
#abe-results-search .abe-button,
#abe-results-search input,
#abe-results-search select {
    margin-bottom: 0;
}

.abesearcher .button,
.abesearcher input,
.abesearcher select {
    margin: 0.3rem 0 !important;
}

.abe-jumbo,
.abe-sort-wrapper {
    width: 100%;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

.abe-jumbo .abe-form-wrapper,
.abe-sort-wrapper>.abe-row {
    max-width: 1920px;
    margin: 0 auto;
}

.abe-sort-wrapper>.abe-row {
    padding: 0 0.2em;
}

.abe-sort-wrapper {
    padding-top: 1em;
    margin-bottom: 1.5em;
}

.abe-sort-wrapper .abe-column.no-padding {
    padding: 0;
}

.abe-form-wrapper form {
    width: 100%;
    padding: 0.8em 0.7em 0.4em;
    margin-bottom: 0;
    flex-direction: row;
    flex-wrap: wrap;
}

.abe-jumbo form {
    padding: 0.5rem;
}

.abe-jumbo .abe-button {
    min-width: 75px;
    padding: 0.25rem;
    font-size: 1.2rem;
}

.vrps-sorter-wrapper {
    display: flex;
}

.abe-form-wrapper .abe-column.group {
    display: flex;
    padding: 0;
    flex-direction: row;
}

.abe-sort select {
    font-size: 14px;
    height: 2.55rem;
    border: 1px solid #2e2e2e70;
}

.abe-sort select:hover {
    border-color: #2e2e2e;
}

.abe-sort select:active,
.abe-sort select:focus {
    border-color: #7a7774;
}

.abe-sort option {
    font-size: 14px;
}

/* .abe-sort .abe-column:last-child {
  padding-right: 0px;
} */

.abe-flex-form {
    background-color: #fff;
    border-radius: 7px;
    padding: 1.2rem;
    border: 1px solid #2e2e2e70;
}

.abe-flex-form .abe-column,
.results-add-filters-wrapper .abe-column {
    margin: 0;
}

.abe-form-wrapper .abe-column.group.date-search-container {
    padding: 0 0.25rem;
}

.date-search-container .abe-column {
    display: flex;
    padding: 0;
    margin: 0 !important;
    position: relative;
}

.date-search-container .abe-column:first-child:after {
    content: "";
    background-color: #2e2e2e70;
    position: absolute;
    width: 1px;
    height: 20px;
    top: 12px;
    right: 0;
    display: block;
}

.date-search-container #search-arrival {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-left: 0.75rem;
}

.date-search-container #search-departure {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 0.75rem;
}

.abe-flex-form .abe-column.abe-filters-activator,
.results-add-filters-wrapper .abe-column.abe-filters-activator {
    order: 1;
    margin-top: 0.5rem;
}

.abe-jumbo .abe-button-res-wrapper {
    order: 2;
    margin-top: 0.5rem;
}

.date-search-container {
    width: 100%;
}

.abe-filters-activator,
.abe-button-res-wrapper {
    flex: 1 !important;
}

#bookingform input[type="text"]:focus,
#bookingform select:focus {
    border-color: #7a7774;
}

.abe-filters-wrapper select {
    border-color: #a5bac5;
}

.abe-results-info {
    text-align: center;
    line-height: 1em;
    margin-bottom: 0.5rem;
    padding: 4px 6px 10px;
    font-size: 16px;
}

.abe-sort-wrapper .abe-row.flex-switch {
    flex-direction: row;
}

span.abe-favorite {
    width: 100%;
    display: block;
}

.abe-title-wrapper {
    text-align: left;
    margin-top: 1.5rem;
}

.full-width .fusion-row {
    max-width: 1920px !important;
    margin: 0 auto;
}

.button.abe-apply-promo {
    margin-top: 16px !important;
}

.lSSlideOuter {
    margin-bottom: 1em;
}

.gallery-wrapper .lSPager.lSGallery li {
    height: 70px;
}

.gallery-wrapper ul.lSPager.lSGallery li a {
    height: inherit;
}

.gallery-wrapper ul.lSPager.lSGallery li a img {
    height: inherit;
    width: 100%;
    object-fit: cover;
}

.abe-amen-name {
    min-width: 100%;
}

.abe-checkavail .flex-switch.promo-pets {
    flex-direction: column;
}


.rating span {
    float: right;
    right: 20% !important;
    position: relative;
    padding-left: 2px;
}

#bookingbuttonvrp {
    padding: 0 1rem;
}

.abe-book {
    flex-direction: column-reverse;
}

.abe-booking-details h1 {
    margin-bottom: 22px;
    font-size: 1.7rem;
    font-weight: 500 !important;
}

.abe-booking-details p {
    margin-bottom: .5rem;
}

.abe-terms-input {
    text-align: center;
    margin-bottom: 30px;
}

.abe-travel-ins {
    padding: 20px 0px;
}

.abe-sort-wrapper .flex-switch .abe-column:nth-of-type(3) {
    display: none;
}

.abe-sort {
    flex-direction: column;
}

.abe-sort-wrapper .abe-favorite-show {
    margin-bottom: 0.5rem;
}

#abe-map-results {
    flex: none;
    max-width: 100%;
    height: 500px;
    border-radius: 16px;
}

.abe-map-activator {
    display: none;
}

.abe-image-container img {
    height: 300px;
    /* border-radius: 12px; */
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

#rates table th,
#rates table td {
    font-size: 14px;
}

#vrpbookform .abe-row {
    flex-direction: column;
}

.abe-item h2 {
    margin: 0 0 1.25rem 4px;
}

#abe-tabs .ui-tabs-panel {
    padding: 1em 0 1em;
}

.abe td,
.abe th {
    padding: 0.3rem;
}

#vrpinquire .abe-row {
    flex-direction: column;
}

#shareForm .abe-row {
    flex-direction: column;
}


/* #abe-tabs .ui-tabs-panel { padding: 1.5em 2.1em; } */
.abe-filters-wrapper,
.share-form-wrapper,
.inquiry-form-wrapper,
.abe-guests-select {
    left: 0;
    right: 0;
    width: 90%;
    padding: 15px 15px 20px;
    border: 1px solid #2e2e2e;
    border-radius: 12px;
    bottom: inherit;
}

.abe-share-close,
.abe-inquiry-close,
.abe-quote-close,
.abe-filter-close,
.abe-guests-close {
    margin: 0 0 10px auto;
}

.vrp-amen-group h3 {
    margin: 0 0 5px 0;
}

.filter-header-wrapper .abe-row {
    flex-direction: row;
}

.filter-header-wrapper h3 {
    margin: 0;
}

.note,
.price-range-wrapper span.note {
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #9f9f9f;
}

div#calendar .calkey {
    order: 0;
}

div#calendar .abe-calendar {
    order: 1;
}

div#calendar>.abe-container>.abe-row>.abe-column {
    display: flex;
    flex-direction: column;
}

.abe-row.abe-unit-features.flex-switch {
    display: flex;
    flex-direction: row;
    column-gap: 0.4rem;
}

.date-range-checkavail {
    font-size: 16px;
}

#bookingform .detailed-quote-heading h3 {
    margin: 0;
    font-size: 1.25rem;
    margin-bottom: 4px;
}

#card-element {
    height: 40px;
    width: 100%;
}

#card-element {
    -webkit-appearance: none;
    border: 1px solid #a5bac5;
    box-shadow: none;
    box-sizing: inherit;
    height: 40px;
    font-size: 17px;
    padding: 0.2rem 0.5rem;
    width: 100%;
    background-color: #fff;
    padding-top: 8px
}

.abesearcher {
    /* background-color: #fff; */
    padding: 0.7rem;
    /* border: 1px solid #2e2e2e; */
    border-radius: 10px;
    background-color: #2e2e2e50;
    backdrop-filter: blur(8px);
}

.search-form-holder {
    width: 100%;
}

.abesearcher .abe-container {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    max-width: 1920px;
}

.abesearcher-flex-wrapper {
    display: flex;
    border: 1px solid #fff;
    border-radius: 7px;
    padding: 0;
    width: calc(50% - 8px);
    margin: 0;
}

.abesearcher .abe-row {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    /* row-gap: 0.25rem;
    column-gap: 0.5rem; */
}

.abesearcher .abe-column {
    display: flex;
    margin: 0;
}

.abesearcher .guest-column {
    width: 72%;
    max-height: 44px;
}

.abesearcher input,
.abesearcher select {
    text-align: center;
}

.guest-column .abe-column {}

/* #search-arrival {border-right: 1px solid #2e2e2e;} */

.abesearcher input[type='text'],
.abesearcher select {
    border: none;
    border-radius: 0;
    height: 2rem;
}

.abesearcher input[type='text']:hover,
.abesearcher select:hover {
    cursor: pointer;
}

.abesearcher form,
.abesearcher fieldset,
.abesearcher input {
    margin: 0.3rem 0;
}

.abesearcher select {
    margin: 0.3rem 0;
}

.abesearcher .searcher-button-wrap {
    width: 15%;
    margin: 0;
}

.abesearcher button {
    line-height: 1;
    width: 100%;
    height: 100%;
    padding: 0.8rem;
    margin: 0 !important;
}

.vrp_main {
    margin-top: 60px;
}

.vrp_main.vrp_main_unit {
    margin-top: 150px;
}

.isPetFriendly {
    margin: 1.25rem 0.25rem;
    color: #2e2e2eab;
}

.isPetFriendly .fas {
    color: #2e2e2eab;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    right: 0 !important;
    width: auto !important;
    padding: 0 0.5rem !important;
}

.mfp-arrow {
    width: 75px !important;
    height: 75px !important;
}

.mfp-arrow:before,
.mfp-arrow:after {
    top: -8px !important;

}

.mfp-arrow:before {
    margin-top: 26px !important;
}

.mfp-arrow:after {
    margin-left: 25px !important;
}

.mfp-arrow-left:before,
.mfp-arrow-right:before {
    margin-left: 20px !important;
}

.loader {
    width: 90px;
    height: 90px;
    stroke-linecap: round;
    stroke-width: 4;
    fill: none;
    border: 4px solid #E9DDC7;
    border-radius: 2000px;
    animation: internal 1s linear infinite;
    -webkit-animation: internal 1s linear infinite;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
}

.abe-jumbo .loader,
.searcher-button-wrap .loader {
    width: 22px !important;
    height: 22px !important;
    margin-top: 4px;
    border: 4px solid #ffffff;
    transform: rotate(0deg);
}

.searcher-button-wrap .loader {
    margin-top: 0;
}

.room-type-container {
    margin-bottom: 1rem !important;
    display: flex !important;
    padding: 0 !important;
    column-gap: 2rem;
    row-gap: 1rem;
    flex-wrap: wrap;
    z-index: 1;
}

.room-type.slick-slide {
    margin: 1rem;
}

.room-type-inner {
    padding: 0.3rem;
    margin-top: 3rem;
    width: auto;
    min-width: 14vw;
    min-height: 12vw;
    border: 1.5px solid #2e2e2e26;
    display: flex;
    background-color: #fbfbfb;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgb(61 82 97 / 20%);
}

.room-type svg {
    width: 20vw;
    height: auto;
}

.room-type-txt {
    text-align: center;
    font-size: 18px;
}

.room-type-txt p {
    margin: 0 !important;
}

.abe-item .rate-container {
    position: relative;
    bottom: unset;
    width: 100%;
    right: unset;
}

.abe-results-page {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 95%;
    max-width: 1360px;
    margin: auto;
}

#loadingicons.results-loader {
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 2.5rem;
    background: #ffffff;
    border: 2px solid #E9DDC7;
    border-radius: 12px;
    box-shadow: 4px 6px 9px 4px rgb(0 0 0 / 15%);
    z-index: 9999;
}

.results-loader .loader {
    width: 145px;
    height: 145px;
    margin: 1rem;
    stroke-linecap: round;
    stroke-width: 8;
    fill: none;
    border: 8px solid #E9DDC7;
    border-radius: 2000px;
    animation: internal 1.5s linear infinite;
    -webkit-animation: internal 1.5s linear infinite;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
}

.no-map-results.abe-item {
    padding: 6rem 2rem;
}

.no-map-results h2 {
    font-size: 1.7rem;
}

.no-map-results .abe-row,
.no-map-results .abe-column,
.no-map-results h2,
.no-map-results h3 {
    align-items: center;
    justify-content: center;
    text-align: center;
}

#abe-result-container,
#map-container {
    opacity: 0;
}

.abe-results-page .unit-list {
    order: 1;
}

.abe-results-page .abe-row.abe-results.map-active .abe-column.abe-column-50 {
    flex: 0 0 100%;
    order: 0;
    max-width: 100%;
    margin-bottom: 2rem;
}

.abe-results {
    max-width: 1920px;
    margin: 0 auto;
}

.unit-mobile-scroll-avail {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: -200px;
    z-index: 999;
    background-color: #CBAE82;
    transition: all .8s ease-out;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cal-icon {
    width: 20px;
    height: 20px;
}

.unit-mobile-scroll-avail-btn.abe-button {
    background: none;
    color: #fff;
    border: none;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    padding: 10px;
    border-radius: 0 !important;
    margin: 0 !important;
}

#mobile-checkavail {
    margin-bottom: 6rem;
}

.abe-booking-details .first-details br {
    display: block;
}

.vrp-hero-section {
    background-image: url(/wp-content/uploads/2025/09/Property-1image-5.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 582px;
    position: relative;
    width: 100%;
}

.vrp-hero-section .article-header {
    position: absolute;
    top: 250px;
    width: calc(100% - 60px);
}

.vrp-hero-section h1.page-title {
    color: #fff;
    font-size: 48px;
    font-weight: 400;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

.top-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

#featured-units h2 {
    margin-bottom: 0;
}

#archive-container,
#single-post-content {
    max-width: 1140px;
}

.abe-rate .button.click-for-price {
    margin: 0;
    font-size: 13px;
    padding: 0 0.5rem;
}

@media all and (max-width: 409px) {
    body .search-form-holder {
        padding: 0 !important
    }

    .abe-column.departure-column {
        padding-left: 23px;
    }
}

@media all and (min-width: 410px) {
    .abesearcher {
        padding: 1.2rem;
    }

    .abesearcher .guest-column {
        width: 80%;
    }
}

/* Everything higher then -> Mobile */
@media all and (min-width: 480px) {
    .abe-amen-name {
        min-width: 48%;
    }

    .type-checkboxes .abe-column {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .abe-filters-wrapper .attr-item,
    .abe-filters-wrapper .type-item {
        width: 47%;
    }

    .abe-sort-wrapper .flex-switch {
        margin-bottom: 0.2rem;
    }

    .abe-sort-wrapper .flex-switch,
    .abe-sort {
        flex-direction: row;
    }

    .abe-sort .wrap {
        width: 100%;
    }

    .abe-results.map-active {
        padding: 0;
    }

    .abe-results.map-active .abe-item,
    .abe-item {
        margin-bottom: 2rem;
    }

    .abe-row .abe-column.abe-column-50#abe-map-results {
        /*flex: 1 1 auto;*/
        max-width: 100%;
        height: 400px;
        margin: 0;
    }

    .abe-row {
        flex-direction: column;
        width: calc(100%);
    }

    /*.abe-row .abe-column {
        margin-bottom: inherit;
    }*/
    .abe-row.amenities-checkboxes {
        flex-direction: row;
    }

    .abe-favorites .abe-item {
        flex-basis: 100%;
        width: 100%;
    }

    .unit-nav {
        column-gap: 0.25rem;
        z-index: 2;
    }

    #abe-tabs .ui-state-default,
    .unit-nav li a {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .abe-booking-details .night-details {
        flex-direction: row;
    }

    .abe-booking-details .first-details span:after {
        content: '|';
    }

    .abe-booking-details .first-details span:last-child:after {
        content: '';
    }
}

@media all and (min-width: 540px) {
    .abe-booking-details .first-details br {
        display: none;
    }

    .abe-column.unit-image {
        max-width: 49.5%;
        padding-bottom: 0.3rem;
    }

    .abe-item .abe-row {
        display: flex;
        flex-direction: row;
    }

    .abe-item .unit-info {
        display: flex;
        flex-direction: column;
        padding: 0.75rem;
    }

    .abe-item .rate-container {
        height: auto;
        align-items: flex-end;
    }
}

@media all and (min-width: 600px) {
    body.dialog-body .abe-jumbo body.dialog-body .unit-nav {
        top: 110px;
    }

    #abe-tabs .ui-state-default,
    .unit-nav li {
        font-size: 16px;
        width: 13%;
    }

    .room-type svg {
        width: 8vw;
        height: auto;
    }

    #abe-gallery-modal .img-grid-item {
        width: 48%;
    }
}

@media all and (min-width: 710px) {

    .abe-filters-wrapper .attr-item,
    .abe-filters-wrapper .type-item {
        width: 31%;
    }

    ;
}

@media all and (min-width: 768px) {
    .room-type svg {
        width: 12vw;
        height: auto;
    }

    .calkey {
        display: block;
    }

    .abesearcher .guest-column {
        width: 90%;
    }

    .abesearcher .searcher-button-wrap {
        width: 8%;
    }

    .abe-checkavail {
        max-width: 460px !important;
        padding: 0 !important;
        margin: 0 auto !important;
    }

    .date-search-container .hasDatepicker {
        background-position: 96% center;
    }

    .abe-results .lSSlideOuter {
        max-height: 275px;
    }

    .buttons-wrap .abe-row,
    .abe-results>div:first-child,
    .abe-form-wrapper .abe-column.group {
        flex-direction: row;
    }

    .abe-sort-wrapper span.abe-favorite-show,
    .abe-sort-wrapper .abe-share {
        height: 2.55rem;
    }

    .results-add-filters-wrapper {
        display: flex;
    }

    .abe-form-wrapper form {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .featured-units-wrapper .slick-list.draggable {
        margin: 0 40px;
    }

    .featured-units-wrapper .abe-item {
        margin: 0 10px !important;
    }

    .abe-image-container .abe-favorite {
        width: auto;
    }

    .abe-terms {
        width: 90%;
        left: 5%;
    }

    .abe-fixed-w-500-700 {
        min-width: auto;
        /*max-width: auto;*/
    }

    #abe-map-results {
        min-height: 55vh;
    }

    .abe-column.unit-image {
        align-items: unset;
        justify-content: unset;
    }

    .abe input[type='color'],
    .abe input[type='date'],
    .abe input[type='datetime'],
    .abe input[type='datetime-local'],
    .abe input[type='email'],
    .abe input[type='month'],
    .abe input[type='number'],
    .abe input[type='password'],
    .abe input[type='search'],
    .abe input[type='tel'],
    .abe input[type='text'],
    .abe input[type='url'],
    .abe input[type='week'],
    .abe input:not([type]),
    .abe textarea,
    .abe select {
        font-size: 0.9rem;
    }

    .gallery-wrapper .fa-chevron-right,
    .gallery-wrapper .fa-chevron-left {
        font-size: 2.2rem;
    }

    .share-form-wrapper,
    .inquiry-form-wrapper {
        position: fixed;
        bottom: initial;
        z-index: 999;
        width: 90%;
        left: 5%;
        right: 5%;
    }

    /*.abe-detailed-quote {
        position: fixed;
        top: 20%;
        transform: translateY(-20%);
        width: 90%;
    }*/
    .abe-guests-select {
        position: absolute;
        top: 20%;
        transform: translateY(-20%);
        width: 90%;
    }

    .abe-book-info {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }

    .abe-reservation-label-wrapper {
        text-align: center;
    }

    #add-ons>.abe-column {
        width: 50%;
    }

    #add-ons {
        flex-wrap: wrap;
    }

    #abe-tabs {
        margin-bottom: 2em;
        border-bottom: 2px solid #758d98;
    }

    .abe-image-container img {
        height: 275px;
    }

    .abe-payment .abe-book {
        flex-direction: column-reverse;
    }

    .abe-booking-details {
        padding: 0 !important;
        margin-bottom: 2%;
        border-left: none;
        border-bottom: 2px solid #7a7774;
    }

    #vrpbookform .abe-row {
        flex-direction: row;
    }

    .abe-share-close,
    .abe-inquiry-close,
    .abe-quote-close,
    .abe-filter-close,
    .abe-guests-close {
        margin: 0 5px 10px auto;
    }

    .abe-icons {
        font-size: 16px;
    }

    .abe-flex-form {
        flex-direction: row;
    }

    .abe table {
        display: table;
        overflow-x: initial;
    }

    .abe-amen-name {
        margin-bottom: 3px !important;
        padding-bottom: 3px;
    }

    /*.abe-filters-wrapper {
        left: 2%;
        right: 2%;
        width: 96%;
        top: 50%;
        bottom: initial;
        transform: translateY(-50%);
        height: auto;
    }*/
    .gallery-wrapper .lSSlideOuter .lSPager.lSGallery {
        display: block;
    }

    .gallery-wrapper #fullscreen-cta,
    .mobile-gallery-wrapper #fullscreen-cta {
        bottom: 10%;
    }

    .ui-tabs .ui-tabs-nav li {
        width: fit-content;
    }

    .abe-row.abe-favorites {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        column-gap: 2rem;
        max-width: 1920px;
        margin: 0 auto;
    }

    .abe-favorites .abe-item {
        width: 100%;
        max-width: 100%;
    }

    .abe-item {
        position: relative;
        flex-basis: 100%;
        align-self: flex-start;
        width: 100%;
        /* padding: 0.3rem 0.15rem 0; */
        padding: 0 0.15rem;
        margin: 0 0 1.25rem;
        border: 1.5px solid #E9DDC7;
        border-radius: 16px;
        transition: border 0.7s;
        transition: all 0.4s;
        box-shadow: 4px 6px 9px 3px rgb(0 0 0 / 15%);
    }

    .abe-item:hover {
        border: 1.5px solid #CBAE82;
        box-shadow: 4px 6px 9px 6px rgb(0 0 0 / 15%);
    }
}

@media all and (min-width: 782px) {

    body.dialog-body .abe-jumbo,
    body.dialog-body .unit-nav {
        top: 140px;
    }
}

@media all and (min-width: 986px) {
    .gallery-wrapper {
        display: flex;
    }

    .mobile-gallery-wrapper {
        display: none;
    }

    .abe-unit .abe-container {
        max-width: 1500px;
        padding: 2rem;
    }

    /* fix for unit page img galery desktop */
    #abe-gallery-preview {
        min-height: 554px;
        height: auto;
        width: 100%;
    }

    .gallery-img-container,
    .gallery-preview-img.img-overlay,
    .gallery-preview-img.img-overlay img {
        max-height: 271px;
        min-height: 271px;
        width: 100%;
    }

    .gallery-img-container.grid-item-1,
    .grid-item-1 .gallery-preview-img.img-overlay,
    .grid-item-1 .gallery-preview-img.img-overlay img {
        max-height: 554px;
    }

    #unit-data .abe-container {
        padding-top: 60px;
    }

    /* end fix for unit page img galery desktop */
}

@media all and (min-width: 1024px) {
    #advanced-search-modal.show {
        margin-left: 0;
    }

    .abe-jumbo {
        z-index: 100;
    }

/*     body.dialog-body .abe-jumbo,
    body.dialog-body .unit-nav {
        top: 205px;
    } */

    #abe-gallery-preview {
        min-height: 496px;
        height: auto;
        width: 100%;
    }

    #abe-gallery-modal .modal-img-grid {
        column-gap: 2%;
    }

    #abe-gallery-modal .img-grid-item {
        width: 32%;
        height: 300px;
    }

    .abe-jumbo {
        top: 74px;
        padding: 0 0.5rem;
    }

    .abe-jumbo,
    .abe-sort-wrapper {
        width: 100%;
        padding: 0 1rem 1rem 1rem;
        margin-left: auto;
        margin-right: auto;
    }

    .abe-flex-form .abe-column.abe-filters-activator,
    .results-add-filters-wrapper .abe-column.abe-filters-activator,
    .abe-jumbo .abe-button-res-wrapper {
        order: unset;
        margin: unset;
    }

    .abesearcher {
        background-color: #2e2e2e50;
        backdrop-filter: blur(8px);
    }

    .abesearcher>.abe-container>form>.abe-row {
        flex-direction: row;
        flex-wrap: unset;
    }

    .abesearcher-flex-wrapper {
        width: 100%;
        margin: 0;
    }

    .abesearcher .abe-row {
        row-gap: 0.25rem;
        column-gap: 0.5rem;
    }

    .abesearcher .abe-container {
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
        max-width: 1920px;
    }

    #flexible-search,
    #pets-in-form {
        padding: 0;
        margin: 0;
    }

    .abesearcher .searcher-button-wrap {
        width: auto;
        margin: 0;
    }

    .abesearcher .searcher-button-wrap button {
        margin: 0;
        height: 100%;
    }

    .abesearcher form,
    .abesearcher fieldset,
    .abesearcher input,
    .abesearcher select,
    .abesearcher button {
        margin: 0;
    }

    .abesearcher .button,
    .abesearcher .abe-button,
    .abesearcher input,
    .abesearcher select {
        margin: 0 !important;
    }

    .abesearcher-flex-wrapper {
        margin: 0 0.25rem !important;
        padding: 0.25rem;
    }

    .gallery-wrapper .lSSlideOuter .lSPager.lSGallery {
        display: block;
    }

    .abe .button#abe-filters-activator {
        width: auto;
        max-width: 75px;
    }

    .abe .button#abe-filters-activator img {
        max-width: unset;
    }

    .abe-row .abe-column-50.unit-list {
        flex: 0 0 48%;
        max-width: 48%;
    }

    .abe-row .abe-column-50 {
        padding: 0 0.25rem;
        position: relative;
    }

    .abe-row .abe-column.abe-column-50#abe-map-results {
        flex: 0 0 48%;
        max-width: 48%;
        margin-left: 0;
    }

    .abe-item {
        flex-basis: 48%;
    }

    .abe-results>div {
        justify-content: space-between;
    }

    .abe-sort-wrapper {
        margin-bottom: 0.3em;
    }

    div#calendar .calkey {
        width: 100%;
    }

    /*.abe-detailed-quote {
        max-width:50%;
    }*/
    /* .abe-guests-select {
        max-width:50%;
    } */
    .abe-quote-info {
        font-size: 18px;
    }

    /*.abe-detailed-quote {
        top: 50%;
        transform: translateY(-50%);
    }*/
    .abe-guests-select {
        top: 50%;
        transform: translateY(-50%);
    }

    .abe-reservation-label-wrapper h2 {
        font-size: 2rem;
    }

    #bookingform {
        margin-top: 25px;
    }

    #abe-mobile-slider li {
        height: 75vh;
    }

    .abe-title-wrapper {
        text-align: left;
    }

    .abe-unit-twosides-wrapper {
        display: flex;
    }

    .abe-unit-twosides-wrapper .abe-unit-infocol {
        width: calc(100% - 300px);
    }

    .abe-unit-twosides-wrapper #abe-tabs {
        border: 0;
        margin: 0;
    }

    .abe-unit-twosides-wrapper .abe-checkavail {
        width: 300px;
        padding: 0 0 0 2% !important;
    }

    .abe-checkavail-wrapper.fixed {
        top: 81px;
    }

    body.dialog-body .abe-checkavail-wrapper.fixed {
        top: 113px;
    }

    /* fix for unit page img galery desktop */
    #unit-data .abe-container {
        padding-top: 0;
    }

    /* end fix for unit page img galery desktop */
    .abe-unit-info>.abe-container {
        width: 96%;
        margin: 0 auto;
    }

    .unit-nav {
        top: 74px;
    }

    body.dialog-body .unit-nav {
        top: 106px;
    }

    .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        font-size: 17px;
    }

    .abe-unit #abe-tabs .ui-widget-header {
        gap: 0.7%;
        border-bottom: 1px solid #2e2e2e;
        box-shadow: 0 15px 25px -19px #2e2e2e;
        justify-content: left;
    }

    .amenities-checkboxes .abe-column,
    .type-checkboxes .abe-column {
        grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
    }

    .abe-results.map-active>div {
        justify-content: space-evenly;
    }

    .first-filter-ac-wrapper,
    .second-filter-ac-wrapper {
        width: 100%;
    }

    .abe-filters-wrapper>.abe-row {
        flex-direction: row;
    }

    .abe #description-body {
        font-size: 16px;
        line-height: 26px;
    }

    .abe #description .preview {
        --mask: linear-gradient(to bottom,
                rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 1) 90%,
                rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 0) 100% 50% / 100% 100% repeat-x;

        -webkit-mask: var(--mask);
        mask: var(--mask);
    }

    .read-more-link.button,
    .read-less-link.button,
    #amenities-view-toggle {
        width: auto;
        color: #fff !important;
        text-transform: capitalize !important;
    }

    .unit-mobile-scroll-avail {
        bottom: -200px !important;
    }

    #mobile-checkavail {
        margin-bottom: unset;
    }

    .abe-icons {
        margin: 0 0 20px;
    }

    .abe .abe-icons i {
        font-size: .9em;
    }

    div#calendar>.abe-container>.abe-row>.abe-column {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .abe #calendar table {
        width: 48%;
    }

    .ui-tabs .ui-tabs-nav li {
        margin: 0;
    }

    .abe-filters-wrapper {
        left: 10%;
        right: 10%;
        width: 90%;
        top: 25%;
        bottom: auto;
        height: auto;
        max-width: 900px;
        overflow-x: hidden;
        overflow-y: hidden;
    }

    .abe-results.map-active .abe-item {
        position: relative;
        flex-basis: 92%;
    }

    .share-form-wrapper,
    .inquiry-form-wrapper {
        /* top: 50%;
        transform: translateY(-50%); */
        max-width: 560px;
    }

    #map-container,
    #abe-map-results {
        position: sticky !important;
        top: 228px !important;
        height: calc(99.25vh - 228px) !important;
        z-index: 9;
    }

    /*#abe-map-results {
        position: sticky !important;
        top: 156px !important;
        height: calc(99.25vh - 156px) !important;
        z-index: 9;
    }*/
    .abe-sort-wrapper .flex-switch .abe-column:nth-of-type(3) {
        display: block;
        width: 60%;
    }

    .abe-map-activator {
        display: flex;
        align-items: center;
        justify-content: center;
        float: none !important;
    }

    .abe-results-info {
        text-align: center;
        line-height: 1em;
        margin-bottom: 0.5rem;
        padding: 4px 0 10px;
        color: #E9DDC7;
        font-size: 16px;
        font-weight: 600;
    }

    .abe-sort-wrapper>.abe-row {
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
    }

    .abe-sort-wrapper>.abe-row>.abe-column:first-child {
        width: 15%;
        display: flex;
        justify-content: center;
    }

    .results-add-filters-wrapper .abe-column.no-padding:not(:first-child) {
        width: 50%;
    }

    .abe-row.abe-results.map-active {
        flex-direction: row;
        padding: 0;
        margin: 0 auto;
        column-gap: 1.5rem;
        max-width: 1920px;
    }

    .results-add-filters-wrapper {
        width: 85%;
    }

    .results-add-filters-wrapper .abe-column.no-padding:first-child {
        width: 32%;
    }

    .abe-form-wrapper form {
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .abe-jumbo .abe-button-res-wrapper,
    .abe-jumbo .abe-filters-activator {
        width: auto;
    }

    .abe-item .rate-container {
        position: absolute;
        bottom: 20px;
        width: 45%;
        right: 20px;
    }

    .abe-results-page .unit-list {
        order: 0;
    }

    .abe-results-page .abe-row.abe-results.map-active .abe-column.abe-column-50 {
        flex: 0 0 50%;
        order: 1;
        max-width: 50%;
    }

    .room-type svg {
        width: 4vw;
        height: auto;
    }

    .abe-confirmation-page {
        flex-direction: row !important;
        padding: 20px;
    }

    .abe-confirmation-page .abe-booking-details {
        order: 1;
    }

    .abe-confirmation-page .payment-column {
        order: 0;
        padding-top: 1rem;
    }

    #track-payment-container {
        min-height: unset;
    }
}

@media all and (min-width: 1140px) {
    .abe-unit-twosides-wrapper .abe-unit-infocol {
        width: 70%;
    }

    .abe-unit-twosides-wrapper .abe-checkavail {
        width: 30%;
        padding: 0 0 0 2% !important;
    }
}

@media all and (min-width: 1280px) {
    #rooms .slick-list.draggable {
        width: 1000px;
    }

    .room-type-inner {
        min-width: 450px;
        min-height: 180px;
    }

    .abe-checkavail .flex-switch {
        flex-direction: column;
    }

    .abe-container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .abe #calendar table {
        float: none;
        width: 100%;
        margin: 0;
    }

    .abe-results .abe-item {
        flex-basis: 48%;
        width: 48%;
    }

    .abe-results.map-active .abe-item {
        flex-basis: 100%;
        width: 100%;
        margin: 0 0 1.25rem;
    }

    .abe-payment .abe-book {
        flex-direction: row;
    }

    .abe-row.abe-book>div:first-of-type {
        padding-top: 1rem;
        padding-right: 5px;
    }

    .abe-row.abe-book>div:last-child {
        padding-left: 20px !important;
        border-left: 1px solid #dfe9ef;
        border-bottom: 0;
    }

    .abe.abe-payment {
        margin-top: 20px;
    }

    .abe-book-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .abe-reservation-label-wrapper {
        text-align: left;
    }

    .abe-ratebreakdown {
        margin-top: 20px;
    }

    .abe-reservation-label-wrapper h3 {
        font-size: 1.4rem;
    }

    .abe-reservation-label-wrapper h2 {
        font-size: 2.2rem;
    }

    .abe.abe-payment>.abe-container {
        width: 90%;
        margin: 0 auto;
    }

    .abe-results {
        padding: 0;
    }

    .abe-row.abe-column-50 {
        justify-content: space-evenly;
    }

    .abe-results.map-active .abe-item {
        flex-basis: 100%;
        width: 100%;
        margin: 0 0 3rem;
    }
}

@media all and (min-width: 1440px) {
    .abe-row .abe-column-50.unit-list {
        flex: 0 0 48%;
        max-width: 48%;
    }

    .abe-row .abe-column.abe-column-50#abe-map-results {
        flex: 0 0 48%;
        max-width: 48%;
    }

    .abe-amen-name {
        min-width: 31.3%;
    }

    .abe-item {
        flex-basis: 100%;
    }

    .abe-favorites .abe-item {
        flex-basis: 48%;
        width: 48%;
    }

    .featured-units-wrapper .slick-list.draggable {
        margin: 0 10%;
    }

    div#featured-units .slick-prev.slick-arrow {
        left: 0 !important;
        z-index: 2;
        opacity: 0;
    }

    div#featured-units:hover .slick-prev.slick-arrow {
        opacity: 1;
    }

    div#featured-units .slick-next.slick-arrow {
        right: 0 !important;
        z-index: 2;
        opacity: 0;
    }

    div#featured-units:hover .slick-next.slick-arrow {
        opacity: 1;
    }

    .abe-unit-info>.abe-container {
        width: 98%;
    }

    .abe-unit-twosides-wrapper .abe-checkavail {
        width: 33%;
        margin: 0 !important;
    }

    .abe-unit-twosides-wrapper .abe-unit-infocol {
        width: 67%;
    }

    .abe h1 {
        font-size: 2.625rem;
        /* font-weight: 600 !important; */
    }

    .abe #description p {
        font-size: 18px;
    }

    .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        font-size: 18px;
    }

    /*.abe-detailed-quote {
        max-width: 40%;
    }*/

    /* .abe-guests-select {
        max-width: 24%;
    } */

    #abe-mobile-slider li.slick-slide {
        opacity: 0.4;
    }

    #abe-mobile-slider img {
        width: 100%;
        height: 100%;
        min-height: 750px;
        object-fit: cover;
        border-radius: 12px;
    }

    .abe i.fas.slick-arrow {
        position: absolute;
        top: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffffd4;
        border: 2px solid #ffffffd4;
        border-radius: 7px;
        z-index: 10;
        font-size: 2.5rem;
        cursor: pointer;
        box-shadow: 0 0 5px #081010d4;
    }
}

div#abe-map-results {
    max-width: 100%;
    width: 100%;
    min-height: 60vh;
}

.abe-container.abe-sort-wrapper>div.abe-row {
    padding-bottom: 0.5rem;
}

.abe-results-view-changer {
    display: flex;
    flex-direction: row;
}

.abe-results-view-changer input {
    opacity: 0;
    visibility: hidden;
    width: 0;
}

.abe-results.map-full-active>div:first-of-type {
    display: none;
}

.abe-results.map-full-active div#abe-map-results {
    min-height: 85vh;
}

form.abe-results-view-changer svg {
    height: 25px;
    width: 35px;
}

form.abe-results-view-changer input.selected-view+label {
    background: #54b9e0;
    transition: all 0.5s ease-in-out;
}

#fullscreen-swiper .swiper-pagination-bullets {
    bottom: -2px;
}

#fullscreen-swiper .swiper-pagination-bullet {
    background: #fff;
    opacity: .5;
}

.abe-sort-wrapper>.abe-row>div:first-of-type {
    display: none;
}

#fullscreen-swiper .swiper-pagination-bullet-active {
    background: #007aff;
}

#fullscreen-swiper {
    display: none;
    height: calc(100% - 110px);
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.abe-unit-info .gallery-thumbs {
    display: none;
    bottom: 10px;
    padding: 0 10px;
    position: fixed;
    left: 0;
    width: 100%;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.gallery-thumbs .swiper-arrow-nav,
.main-thumbs .swiper-arrow-nav {
    display: none;
}

#fullscreen-swiper .swiper-slide {
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

#fullscreen-swiper .swiper-slide img {
    height: auto;
    max-width: 95%;
    width: auto;
    max-height: 95%;
    object-fit: contain;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.gallery-thumbs img,
.main-thumbs img {
    height: 100px !important;
}

.gallery-thumbs a,
.main-thumbs a {
    height: 100px !important;
}

.swiper-slide {
    transition: all 0.4s ease-in-out;
}

.swiper-slide.slider-active {
    opacity: 0.5;
    transition: all 0.4s ease-in-out;
}

.gallery-thumbs .caption,
.main-thumbs .caption {
    display: none;
}

#fullscreen-swiper .caption {
    position: absolute;
    left: 50%;
    border-radius: 5px;
    transform: translateX(-50%);
    max-width: 80vw;
    width: fit-content;
}

.abe-unit-info .swiper-button-next:after,
.abe-unit-info .swiper-button-prev:after {
    font-weight: 600;
    color: #fff;
    font-size: 1.4rem;
}

#fullscreen-swiper-backdrop {
    background: #000000f2;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.mySwiper-results-page .swiper-button-next,
.mySwiper-results-page .swiper-button-prev {
    display: block;
    height: 35px;
    width: 35px;
    background: #174A7C;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 3;
}

.abe-row.amenities-checkboxes {
    margin-bottom: 10px;
}

.mySwiper-results-page .swiper-button-next::after,
.mySwiper-results-page .swiper-button-prev::after {
    font-size: 1.4rem;
    color: #fff;
    z-index: 3;
}

.mySwiper-results-page .swiper-button-next::after {
    margin-right: -3px;
}

.mySwiper-results-page .swiper-button-prev::after {
    margin-left: -3px;
}

#fullscreen-swiper-close {
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    padding: 1px 6px 0;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10000;
}

.slider-counter {
    color: #fff;
    font-size: 20px;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 10000;
}

#fullscreen-swiper-close i {
    color: #fff;
    font-size: 1.6rem;
}

.no-scroll {
    height: 100%;
    overflow: hidden
}

form.abe-results-view-changer label svg path,
form.abe-results-view-changer label svg polygon {
    fill: #174A7C;
}

form.abe-results-view-changer input.selected-view+label svg path,
form.abe-results-view-changer input.selected-view+label svg polygon {
    fill: #fff;
}

.unitpage-swiper-slide img {
    height: 53vh;
    width: 100%;
    object-fit: cover;
    cursor: pointer;
}

.abe-info-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.abe-info-modal .popup-info-imgholder {
    display: flex;
    justify-content: center;
}

.abe-info-modal .popup-info-imgholder img {
    height: 40px;
    margin-bottom: 20px;
}

.abe-info-modal-content p {
    font-size: 20px;
    margin: 0;
    text-align: center;
}

.abe-info-modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.abe-info-close {
    float: right;
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;
}

.abe-info-close:hover {
    color: red;
}

.unit-pages .inner-container {
    margin-top: 0;
}

.unitpage-swiper-slide .caption {
    position: absolute;
    bottom: 26px;
    left: 0;
    background: #fff;
    padding: 5px 15px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.unitpage-swiper-slide {
    position: relative;
}

form.abe-results-view-changer label {
    margin: 0;
    display: flex;
    background: #fff;
    padding: 5px;
    border: 1px solid #174A7C;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

form.abe-results-view-changer label:nth-child(5) {
    border: none;
    border-top: 1px solid #174A7C;
    border-bottom: 1px solid #174A7C;
}

form.abe-results-view-changer label:nth-child(2) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

form.abe-results-view-changer label:nth-child(8) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.abe-row.abe-favorites {
    margin-bottom: 50px;
}

.abe-row.abe-favorites .abe-item {
    margin-bottom: 30px;
    position: relative;
    margin: auto;
    width: 90%;
}

.abe-image-container img {
    border-radius: 12px;
}

.featured-amenities img {
    height: 50px;
    width: 50px;
}

i.fa-solid.fa-circle-info {
    color: #0d3562;
    position: relative;
}

i.fa-solid.fa-circle-info .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #54b9e0;
    color: #fff;
    box-shadow: 0 2pt 7pt #00000080;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 50%;
    left: 150%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
}

@media all and (max-width: 1024px) {

    .elementor-261 .elementor-element.elementor-element-4416d185:not(.elementor-motion-effects-element-type-background),
    .elementor-261 .elementor-element.elementor-element-4416d185>.elementor-motion-effects-container>.elementor-motion-effects-layer,
    .elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-wrapper {
        background-color: #ffffff !important;
    }

    #atlas-main-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-title-container .e-n-menu-title-text,
    .elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current),
    .elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) a {
        color: #2e2e2e !important;
    }

    .elementor-261 .elementor-element.elementor-element-93be2dc>.elementor-widget-container>.e-n-menu>.e-n-menu-wrapper>.e-n-menu-heading>.e-n-menu-title:hover:not(.e-current) {
        border-color: #2e2e2e !important;
    }

    .elementor-261 .elementor-element.elementor-element-93be2dc>.elementor-widget-container>.e-n-menu>.e-n-menu-wrapper>.e-n-menu-heading>.e-n-menu-title,
    .elementor-261 .elementor-element.elementor-element-93be2dc>.elementor-widget-container>.e-n-menu>.e-n-menu-wrapper>.e-n-menu-heading>.e-n-menu-title>.e-n-menu-title-text,
    .elementor-261 .elementor-element.elementor-element-93be2dc>.elementor-widget-container>.e-n-menu>.e-n-menu-wrapper>.e-n-menu-heading>.e-n-menu-title>a.e-n-menu-title-link>.e-n-menu-title-text {
        background-color: transparent;
        color: #2e2e2e;
        margin: 12px;
        padding: 0.15rem;
        justify-content: center;
    }

    #pets-in-form-holder,
    #flexible-dates-span span {
        font-size: 0.9rem;
    }
}

@media screen and (min-width: 769px) {
    .abe-form-wrapper form .container.lock-plugin.range-plugin.show {
        transform: translateX(0) !important;
        left: 0 !important;
    }
}

@media screen and (min-width:1024px) {
    .abe-form-wrapper form .container.lock-plugin.range-plugin.show {
        transform: translateX(0) !important;
        left: 0 !important;
    }
}

@media screen and (min-width:1024px) and (max-width:1170px) {
    #abe-results-search .departure-column input {
        padding-left: 18px;
    }
}

@media screen and (min-width:1024px) and (max-width:1240px) {

    #abe-results-search .button,
    #abe-results-search .abe-button,
    #abe-results-search input,
    #abe-results-search select,
    #pets-in-form-holder,
    #flexible-dates-span span {
        font-size: 12px;
    }
}

@media screen and (min-width:1024px) and (max-width:1360px) {

    .abe-column.arrival-column,
    .abe-column.departure-column,
    .abe-column.adults-column,
    .abe-column.rooms-column,
    .abe-column.pets-column {
        background-position-x: 0px;
    }
}

@media screen and (max-width: 950px) {
    .abe-jumbo {
        top: 100px;
        z-index: 13;
    }

    .book-now-header a {
        max-width: 205px;
        margin: 20px 0 0;
    }

    .elementor-12 .elementor-element.elementor-element-e35012d .elementor-nav-menu .elementor-item {
        display: flex;
    }
}

@media (max-width: 767px) {
    .abe-container .container:not(.inline).show main {
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }

    .abe-container .container:not(.inline).show {
        height: 100dvh !important;
    }
}

.onetap-container-toggle .onetap-toggle {
    right: inherit !important;
    left: 0 !important;
	margin-left: 15px!important;
}