/*!
  * 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: hidden;
 }
 
 body.isVRPPage .site-header {
     z-index: 999;
 }
 
 body .abe {
     color: #444444;
     font-weight: 400;
     line-height: 1.6;
     font-family: "Montserrat", 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,
 #featured-units .button,
 button.abe-button,
 .abe input[type='button'],
 .abe input[type='reset'],
 .abe input[type='submit'] {
     background-color: #428227;
     border: 1px solid #428227;
     border-radius: 20px;
     color: #fff;
     cursor: pointer;
     display: inline-block;
     font-family: "Montserrat";
     font-size: 1rem;
     font-weight: 500;
     height: 2.6rem;
     line-height: 1.28 !important;
     letter-spacing: 0 ;
     padding: 8px 40px;
     margin-top: 0;
     margin-left: 0;
     margin-right: 0;
     text-align: center;
     text-decoration: none;
     text-transform: capitalize;
     white-space: nowrap;
     width: 100%;
 }
 
 .abe .button:focus,
 .abe .button:hover,
 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: #509E2F !important;
     border: 1px solid #509E2F !important;
     color: #fff !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: #002c2f;
     border-color: #002c2f;
 }
 
 .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: #428227;
     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: #36424A;
     border-color: #36424A;
     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: #002c2f;
 }
 
 .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: #002c2f;
 }
 
 .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: #002c2f;
 }
 
 .abe-sort-wrapper .abe-share, .abe-sort-wrapper .abe-favorite-show a {
     font-size: 0.9rem;
     color: #444444;
     font-weight: 400;
 }
 
 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 #002c2f;
     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 #36424A;
     color: #36424A;
     border-radius: 2px;
     box-shadow: none;
     box-sizing: inherit;
     height: 2.6rem;
     font-size: 0.9rem;
     padding: .2rem 0.25rem;
     width: 100%;
     background-color: #fff;
 }
 
 body.custom-search .abe select {
     border: none;
 }
 
 .dates-line {
     font-size: 20px;
     align-content: center;
     flex-wrap: wrap;
 }
 
 .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: #002c2f;
     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="%23444444" d="M0,0l6,8l6-8"/></svg>');
 }
 
 ::placeholder {color:#444444;}
 
 .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;
 }

 .abe input[type='checkbox']#terms {
     width:2rem;
     height:2rem;
 }
 
 .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;
 }
 .abe-terms-input input:required {
     margin-top: 6px;
 }
 .abe-terms-input span a {
     color: #428227;
 }
 .abe-terms-input span a:hover {
     color: #509e2f;
 }
 
 .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%;
 }
 .fields-row {
     row-gap: 10px;
 }
 
 .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: #36424A;
     text-decoration: none;
 }
 
 .abe a:focus, .abe a:hover {
     color: #444444;
 }
 .abe .fas { font-size: 1.1rem; color: #6e818a; }
 
 .abe .fas, .abe .fa-solid, .abe .fa-brands { font-size: 1.1rem; color: #32621D; }
 .abe .fas.fa-share-alt {
     display: flex;
     align-content: center;
     flex-wrap: wrap;
 }
 .guests-count-book div:not(:last-of-type)::after {
     content: '|';
     margin: 0 10px;
 }
 .abe .fa-solid.fa-magnifying-glass {color: #ffffff;}
 .guests-count-book {
     display: flex;
 }
 
 .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;
     list-style: none;
 }
 
 .entry-content .abe ul:not([class]) li:before {
     width: 0;
     height: 0;
     display: none;
     background-image: none;
 }
 
 .entry-content .abe ul:not([class]) li {
     padding-left: 0;
 }
 
 .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 {
     font-size: 2.625rem;
     line-height: 1.2;
 }
 
 .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: 0 !important;
 }
 
 .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: 240px;
     object-fit: cover;
 }
 li.select2-results__option:has(span.United.States) {
     display: none;
 }
 .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,
 .filter-petsFriendly label {
     display: inline;
     font-size: 14px;
 }
 
 .abe-filters-wrapper .attr-item, .abe-filters-wrapper .type-item, .filter-petsFriendly { display: flex; width: 200px; margin: 0 12px 2px 0; align-items: center;}
 
 .abe-filters-wrapper .attr-item input, .abe-filters-wrapper .type-item input, .filter-petsFriendly input {margin-right: 0.25rem; }
 
 .abe .text-right {
     text-align: right;
 }
 
 .abe-filter-title {
     margin-top: 10px;
     font-size: 18px;
     font-weight: 600;
     color: #444444;
     border-bottom: 1px dashed #495c65;
 }
 .clear-filter-row {
     margin-bottom: 20px;
 }
 .amenities-checkboxes .abe-column, .type-checkboxes {
     display: grid !important;
     grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
 }
.wrap-warning-message {
    padding: 5px;
}
#warning-message {
    padding: 20px;
    margin-bottom: 10px;
    background-color: #ffecb5;
    border-radius: 0.375rem;
    color: #664d03;
    display: none;
    border: 1px solid #ffecb5;
}
#warning-message.warning {
    background-color: #ffecb5;  
}
#warning-message.error {
    background-color: rgba(207,46,46,0.7);
    color:#000;  
}
#warning-message.success {
    background-color: #FFF;
    color:#000;
    text-align: center;
    border: 1.5px solid #444444;
    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%);
}
 @media all and (min-width: 450px) {
     .amenities-checkboxes .abe-column {
         grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
     }
     .type-checkboxes {
         grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
     }
 }
 @media all and (min-width: 550px) {
     .type-checkboxes {
         grid-template-columns: repeat(auto-fit, minmax(33%, 1fr));
     }
 }
 @media all and (min-width: 600px) {
     .amenities-checkboxes .abe-column {
         grid-template-columns: repeat(auto-fit, minmax(33%, 1fr));
     }
 }
 @media all and (min-width: 840px) {
     .amenities-checkboxes .abe-column, .type-checkboxes {
         grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
     }
 }
 
 /* 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; */
     /* background-color: #fff; */
     -webkit-transition: .4s;
     transition: .4s;
 }
 
 .slider:before {
     position: absolute;
     content: "";
     height: 22px;
     width: 22px;
     left: 3px;
     bottom: 2px;
     /* background-color: white; */
     -webkit-transition: .4s;
     transition: .4s;
 }
 
 input + .slider:before {
     background-color: #428227;
 }
 
 input:checked + .slider:before {
     background-color: #fff;
 }
 
 input + .slider {
     background-color: #fff;
 }
 
 input:checked + .slider {
     background-color: #428227;
 }
 
 input:focus + .slider {
     box-shadow: 0 0 1px #002c2f;
 }
 
 input:checked + .slider:before {
     -webkit-transform: translateX(26px);
     -ms-transform: translateX(26px);
     transform: translateX(26px);
 }
 
 /* Rounded sliders */
 .slider.round {
     border-radius: 34px;
     border: 2px solid #428227;
 }
 
 .slider.round:before {
     border-radius: 50%;
 }
 /* GMAP display street view icon */
 .abe-results.map-active .gm-svpc > div,
 .abe-unit #location .gm-svpc > div {
   left: 0% !important;
   width: 40px !important;
 }
 .abe-map-activator .heading {
     font-size: 14px;
     /* padding: 0 0.6rem 0.5rem; */
     padding: 4px 0.6rem 0;
 }
 /* end of toggle map */
 
 /* Results page */
 .abe-results > div {
     flex-wrap: wrap;
     justify-content: space-between;
 }
 
 .abe-results {
     justify-content: center;
     padding: 0;
 
 }
 .abe-results.map-active { padding: 0; }
 
 #abe-map-results {
     background: #19334626;
 }
 
 
 .abe-row .abe-column-50.unit-list {
     flex: 0 0 100%;
     max-width: 100%;
     row-gap: 1.5rem;
 }
 
 .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: #002c2f !important; background: #eef4f7 !important; border-color: #eef4f7 !important; }*/
 .abe .button#abe-filters-activator {
     width: 100%;
     padding: 8px 14px;
     background-color: #428227;
     color: #428227;
     border: 1px solid #428227;
     justify-content: center;
     color: #fff;
     display: flex;
     gap: 5px;
     align-items: center;
 }
 
 .abe .button#abe-filters-activator:hover,
 .abe .button#abe-filters-activator:focus,
 .abe .button#abe-filters-activator:active {
     background-color: #509E2F !important;
     border-color: #509E2F !important;
 }
 
 .abe .button#abe-filters-activator img {
     width: auto;
     height: 100%;
 }
 
 
 #bookingform .abe-row.check-in-out-holder { flex-direction: column; }
 
 .hasDatepicker { /*background: #fff url(../images/calendar.svg) 100% no-repeat; */padding: 0.2rem 0; }
 
 .abe-results.map-active .abe-item {
     position: relative;
     flex-basis: 48%;
 }
 
 .abe-item {
     position: relative;
     flex-basis: 100%;
     width: 100%;
     padding: 0;
     margin: 0;
     border-bottom: 1.5px solid  transparent;
     border-radius: 0;
     transition: border 0.7s;
     transition: all 0.4s;
     background: #fcf9f9;
     width: 100%;
     padding: 0.3rem 0.15rem 0;
     /* margin: 0 0 1.25rem; */
     border: 1.5px solid transparent;
     border-radius: 2px;
     transition: border 0.7s;
     transition: all 0.4s;
 }
 .abe-column.unit-info .abe-row {
     height: 100%;
 }
 .abe-column.unit-info .abe-row .abe-column {
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     height: 100%;
     gap: 10px;
 }
 .abe-column.unit-info .unit-name h2,
 .abe-row.above-unit-title p {
     margin-bottom: 0;
 }
 
 .abe-column.unit-info .unit-name h2 {
     width: 90%;
 }
 .star-rating-results {
    font-weight: 500;
    font-size: 16px;
 }
 .abe-item .star-rating {
     justify-content: right;
     align-items: center;
 }
 /*
 .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;
     row-gap: 0.4rem;
 }
 
 .abe-item .rate-container {
     /* position: absolute; */
     /* bottom: 20px; */
     height: auto;
     align-items: flex-end;
     margin-top: 20px;
     flex-direction: column !important;
     /* width: 45%; */
 }
 
 .abe-item .rate-container .abe-column:first-of-type {
     /* width: 48%; */
     width: 100%;
 }
 
 .abe .unit-button a.button {
     border-radius: 20px;
     /* font-size: 0.8rem; */
     font-family: inherit;
     font-weight: 500;
     font-size: 16px;
     height: 2rem;
     line-height: 1.9rem;
     margin-bottom: 0;
     padding-top: 5px;
     padding-left: unset;
     padding-bottom: 5px;
     padding-right: unset;
 }
 
 .unit-location p {
     color: #444444;
     font-weight: 500;
     margin-bottom:1.25rem;
 }
 
 .abe-fixed-w-500-700 {
     min-width: 500px;
     max-width: 700px;
 }
 
 .abe-image-container .abe-favorite {
    transition: 0.3s;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 10px;
    padding: 7px;
    border-radius: 50%;
    width: 30px !important;
    height: 30px !important;
    display: flex;
    z-index: 1;
    background: #fff;
    align-items: center;
    justify-content: center;
 }
 
 .abe-image-container .abe-favorite i{
    color: #428227ba;
    font-size: 1rem;
    margin-top: 2px;
 }
 
 .abe-favorite.active i, .abe-favorite.active:hover .fa-heart {
     color: #006BA6 !important;
 }
 
 .abe-item h2 {
     font-size: 1.4rem;
     margin: 2px 0 1.25rem 4px;
     line-height: 1;
     letter-spacing: -1px;
 }
 .abe-item h2 a { font-weight: 700; color: #36424A; }
 .abe-item strong {
     color: #36424A;
     font-size: 16px;
 }
 .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;
     height: auto;
 }
 .row-spliter {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}
 .icons-info { 
    font-size: 14px; 
    margin: 10px 0 0 4px;
    line-height: 1.1;     
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

 .abe-results.map-active .abe-item:only-child .icons-info {
    justify-content: flex-start;
 }
 .icons-info span { display: inline-block; /*line-height: 1.4rem;*/ line-height: 1.1; color: #36424A; }
 .abe-results.map-active .abe-item:only-child .icons-info span {margin-right: 20px;}
 .icons-info span:last-child { padding-right: 0; margin-right: 0; border-right: none; }
 .icons-info span .fas { font-size: 0.8rem; color: #36424A;}
 .abe-item .abe-rate { font-size: 16px; color: #757575; padding-left: 1px; margin: 0 0 2px 5px; }
 .abe-item .abe-rate div {
     line-height: 1.1;
     font-size: 13px;
 }
 .abe-item .stars { margin-left: 5px; }
 
 
 .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 {
     background: #fff;
 }
 
 .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: #428227; padding: 0.25rem 1rem 0.2rem; background: #fff; border: 1px solid #428227; border-radius: 7px; }
 .abe-cd-pagination li a:hover { color: #fff; background: #509E2F; border-color: #509E2F; }
 
 .abe-cd-pagination li a.current { font-weight: 700; color: #fff; background: #428227; }
 .abe-pagination-btn a.disabled {
     color: #99a2a9;
     pointer-events: none;
     background: #f4f6f7;
 }
 
 .abe-pagination-btn:hover a, .abe-cd-pagination li:hover a {
     background: #509E2F;
     border-color: #509E2F;
     color: #fff;
 }.abe-pagination-btn:hover a.disabled {
     color: #99a2a9;
     pointer-events: none;
     background: #f4f6f7;
     border-color: #428227;
 }
 .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; }
 
 .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 */
 body.custom-unit .entry-header h2 {
     display: none;
 }
 body.custom-unit .site-content {
     padding: 32px;
 }
 .abe-row .abe-column.abe-unit-info {
     padding: 0;
 }
 
 .abe-unit .abe-container {
     padding: 0.8rem 0;
 }
 
 .abe-unit-twosides-wrapper {
     width: 100%;
     justify-content: center;
 }
 .unit-details {
     padding: 0 2rem;
 }
 
 .abe #unit-details .button {
     width: fit-content;
     display: flex;
     align-items: center;
 }
 
 .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: #4444441f;
     border-radius: 12px;
     margin-bottom: 2rem;
 }
 
 .abe-title-wrapper span, .abe-title-wrapper .fas {
     color: #444444ab;
     font-size: 18px;
 }
 
 .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 #002c2f;
 }
 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;
 }
 
 .abe-unit .room-type-container.slick-initialized .slick-list.draggable {
     width: 100% !important;
 }
 .room-type-container.slick-initialized .slick-slide {
     width: 100% !important;
 }
 
 .unit-section-container .slick-arrow .fas {
     font-size: 1.3rem;
     color: #428227;
 }
 
 .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: #36424A;
     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;
 }
 
 #abe-gallery-preview {
     display: grid;
     grid-template-columns: repeat(auto-fill, minmax(24%, 1fr));
     grid-gap: 12px;
     grid-auto-rows: minmax(auto, auto);
     height: 60vh;
     max-height: 750px;
     grid-auto-flow: dense;
     border-radius: 12px;
 }
 
 #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;
 }
 
 #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, #open-mobile-video-btn-gallery*/ {
     position: absolute;
     width: auto;
     text-transform: capitalize;
     display: flex;
     gap: 5px;
     align-items: center;
 }
 
 #open-mobile-gallery-btn, #open-mobile-video-btn-gallery {
     /* position: absolute; */
     width: auto;
     display: inline-block;
     max-width: 49%;
     text-transform: capitalize;
     padding: 8px;
 }
 #open-mobile-video-btn-gallery {
     max-width: 60%;
 }
 
 #open-gallery-btn i, #open-mobile-gallery-btn i, #open-video-btn-gallery i, #open-mobile-video-btn-gallery i {
     color: #fff;
     margin-right: 2px;
 }
 
 #open-video-btn-gallery {
     position: absolute;
     width: auto;
     text-transform: capitalize;
     left: 10rem;
     /* bottom: 2.5rem; */
     bottom: 60px;
 }
 
 #open-mobile-video-btn-gallery {
     
 }
 
 #open-gallery-btn {
     right: 3.5rem;
     bottom: 2.5rem;
 }
 
 #open-mobile-gallery-btn {
     right: 0.25rem;
     /* bottom: -0.75rem; */
     bottom: 0;
 }
 
 #abe-gallery-modal {
     display: none;
     top: 0;
     left: 0;
     right: 0;
     width: 100%;
     height: 100%;
     z-index: 1000;
     position: fixed;
     overflow: overlay;
     min-height: 100%;
 }
 
 #abe-gallery-modal .modal-img-container {
     position: relative;
     background-color: #fff;
     color: #444444;
     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: #fff;
     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;
 }
 
 
 #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 #444444;
     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: #428227;
     font-weight: 500;
     border-radius: 0 12px 0 12px;
     max-width: 90%;
 }
 .gallery-img-container .caption {
     bottom: 32px;
 }
 #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: 51px;
     background-color: #fff;
     border-radius: 2px;
     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: 20px; */
     list-style-type: none;
 }
 
 .unit-nav li a {
     display: block;
     width: 100%;
     height: 100%;
     padding: 2px 0;
     color: #428227;
 }
 
 #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 #44444457; */
     /* border: 1px solid #36424A; */
     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: 2px solid #428227;
     background: #fff;
     font-weight: 500;
 }
 
 #abe-tabs .ui-state-default:hover, .unit-nav li:hover {
     background: #509E2F;
     border-color: #509E2F;
 }
 
 #abe-tabs .ui-state-default:hover a, .unit-nav li:hover a {
     color: #fff;
 }
 
 #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-tabs {
     background: #428227;
     border: 2px solid #428227;
     border-bottom: none;
 }
 
 #abe-tabs .ui-state-active a,
 .unit-nav li.active-tabs 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 #444444ab;
     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;
 }
 
 .abe-unit h1 {
     font-size: 2.15rem;
     text-align: left;
     font-weight: 700 !important;
     line-height: 44px;
 }
 
 .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: #428227;
     border: 2px solid #428227;
     border-radius: 20px;
 }
 .abe-sort-wrapper .abe-share,
 .abe-unit .abe-share {
     align-content: center;
     display: flex;
     flex-wrap: wrap;
     gap: 5px;
     justify-content: center;
     padding: 6.5px;
     width: 100%;
 }
 .first-filter-ac-wrapper, .second-filter-ac-wrapper {
     display: flex;
     align-items: center;
 }
 /*.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: column;
 }
 .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: #509E2F;
     border-color: #509E2F;
     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: #509E2F !important;
 }
 
 /* .abe-sort-wrapper .abe-share,
 .abe-print, .abe-inquiry {
     padding: 0.4rem 0.5rem;
     cursor: pointer;
     display: block;
     text-align: center;
     color: #444444;
     font-size: 16px;
     border: 1px solid #44444470;
 } */
 
 .abe-sort-wrapper .abe-favorite-show { display: block; font-size: 16px; text-align: center; }
 .abe-sort-wrapper .abe-favorite-show a { color: #509E2F; padding: 8px; border-radius: 16px;}
 
 .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 {
     width: auto;
     padding: 10px 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;
     border: 1px solid #36424A;
     border-radius: 2px;
     /* background: #002c2f05; */
 }
 
 #abeSubmitReviewForm .form-group,
 #abeSubmitReviewForm .form-group .abe-row {
     display: flex;
     flex-direction: column;
     gap: 10px;
 }
 
 .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%);*/
     border-top: 1px solid #c2c2c2;
     width: calc(100% - 5px) !important;
     padding: 40px 10px 40px 10px;
 }
 
 .review-title h3{
     display: inline-block;
     font-weight: 700 !important;
     margin: 10px 0 20px;
 }
 
 .review-date {
     color: #002c2f;
     font-size: 16px;
 }
 
 .review-response {
    padding: 20px 20px 20px 50px;
    background: #faf9f5;
    margin-top: 20px;
    border-radius: 0.2rem;
 }
 
 .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; }
 
 .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: #002c2f;
     border: 1px solid #444444c9 !important;
 }
 
 #calendar table td .cal-rate {
     color: #333;
     font-size: 12px;
     font-weight: 400;
 }
 
 #calendar table thead {
     background: #f5fafc;
     border-bottom: 4px solid #002c2f;
     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: #36424A;
     color: #fff;
 }
 
 .abe #calendar .calendar {
     width: 32%;
     display: inline-block;
     vertical-align: text-top;
 }
 
 .abe-calendar caption {
     margin: 2.5rem 0 0.5rem;
     color: #444444ab;
     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: 1px solid #36424A;
     border-radius: 2px;
     padding: 0.8em 0.8em 0.6em;
     margin: 0 auto 1em;
     /* box-shadow: 0 4px 20px rgb(61 82 97 / 50%); */
 }
 
 #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;
 }
 
 #bookingform input, #bookingform select {
     border: none;
     line-height: 40px;
     /* background-color: #fbfbfb; */
 }
 
 #bookingform input[type="submit"] {
     background-color: #428227;
 }
 
 #bookingform h3 {
     text-align: center;
     margin-bottom: 10px;
     font-size: 1.3rem;
     color: #36424A;
     color: #36424A;
     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, div#reviewed-units .slick-prev.slick-arrow {
     left: -35px !important;
     z-index:2;
 }
 .mfp-bottom-bar {
    background: #fff;
    color: #000 !important;
 }
 div#featured-units .slick-next.slick-arrow, div#reviewed-units .slick-next.slick-arrow {
     right: -30px !important;
     z-index:2;
 }
 .abe-row.abe-confirmation-page b {
     color: #36424A;
     font-weight: 700;
 }
 .unit-star-rating {
    display: inline-flex !important;
    flex-direction: row;
    align-items: center;
    column-gap: 5px;
 }
 .confirmation-bold-text {
     color: #36424A;
     font-weight: 600;
 }
 input.payment-proceed-btn {
     margin-bottom: 0.5rem !important;
     background-color: #002c2f !important;
     color: #fff !important;
     border: 2px solid #002c2f !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: #36424A;
     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-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 #444444;
     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%; */
     height: 125%;
     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;
 }
 @media (max-width:800px) {
     #track-payment-container {
         min-height: 750px;
     }
 }
 
 .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;
     margin-bottom: 10px;
 }
 .abe-checkavail form label {
     font-family: 'Montserrat Light', sans-serif;
     font-size: 15px;
     color: #0c1d3f;
 }
 
 .guests-container {
     border-radius: 20px;
     border: 2px solid #428227;
     color: #428227;
     text-align: center;
 }
 
 #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 {
     border-color: #509E2F;
     background: #509E2F;
     color: #fff;
     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: auto;
 }
 
 #rates thead {
     border-bottom: 2px solid #428227;
     background: #44444429;
     font-size: 14px;
 }
 
 .ui-datepicker .ui-datepicker-header {
     background-color: #fff;
     color: #444444;
 }
 
 .ui-widget-header {
     border: none;
     border-bottom: 3px solid #002c2f;
     border-radius: 0;
 }
 
 .ui-widget.ui-widget-content {
     border: 1px solid #444444;
     border-radius: 7px;
 }
 
 .ui-datepicker-calendar td a,
 .ui-datepicker-calendar td .ui-state-default{
     font-family: 'Montserrat', sans-serif;
     border: 2px solid #002c2fa1 !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: #36424A91 !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: #36424A;
     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: #002c2f;
     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: 0;
     top: 68px;
     height: 90%;
     overflow-x: hidden;
     overflow-y: scroll;
 }
 @media all and (min-width: 450px) {
     .abe-filters-wrapper {
         height: auto;
         overflow-y: hidden;
     }
 }
 .abe-row.type-checkboxes {
     margin-bottom: 20px;
     flex-wrap: wrap;
 }
 .share-form-wrapper,
 .inquiry-form-wrapper {
     position: fixed;
     /* bottom: 0; */
     top: 20%;
     z-index: 150;
 }
 .inquiry-form-wrapper button[type="submit"] > span {
     margin: 0 !important;
 }
 .inquiry-form-wrapper {
     height: 60vh;
     overflow-y: scroll;
 }
 .inquiry-form-wrapper .gfield_label {
     display: flex !important;
 }
 .inquiry-form-wrapper .gfield_label span {
     margin: 0 !important;
 }
 .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 0;
     padding: 4px 8px 0;
     border-radius: 20px;
 }
 .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;
     border-bottom: none;
 }
 
 .abe-guests-close.okay-btn {
     background: #428227;
     margin: 1rem !important;
     padding: 8px 20px;
 }
 
 .abe-guests-close.okay-btn:hover {
     background: #509E2F !important;
 }
 
 .abe-guests-close p {margin: 0;}
 
 .abe-unit-features a {
     color: #428227;
     border-radius: 20px;
 }
 /*.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; }
 #vrpbookform label { margin-top: 4px; margin-bottom: 0; }
 .client-info-holder,
 .client-info-holder .abe-row {
     display: flex;
     flex-direction: column;
     gap: 5px;
 }
 
 .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;
 }
 .insurance-box {
    display: flex;
    justify-content: flex-start;
    column-gap: 10px;
    flex-direction: column;
}
.standard-ins, .cancel-ins {
    margin-bottom: 20px;
    text-align: left;
    padding: 0 20px;
}
a.learnmore-travel-ins {
    width: fit-content;
    display: block;
    text-align: left;
    font-weight: 500;
    color: #509E2F;
    margin-left: 20px;
}
.ins-inputs {
    display: flex;
    column-gap: 5px;
    align-items: center;
}
 .abe-travel-ins {
     border: 1px solid #36424A;
     border-radius: 2px;
     margin-bottom: 20px;
     padding: 20px;
     text-align: center;
 }
 .abe-travel-ins p { margin-bottom: 20px; font-size: 18px;}
 .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:after {
     content: '';
     margin: 0 10px;
 }
 .first-details span:last-child:after {
     content: '';
 }
 .abe-ratebreakdown table tr td:first-of-type {
     width: 70%;
     word-break: break-word;
 }

 .abe-ratebreakdown table tr.payments {
    background: #002c2f0d;
 }

 .abe-ratebreakdown table tr.payments td{
    text-align: left;
    padding: 4px 8px;
 }
 .abe-ratebreakdown table tr.payment-0 td {
    font-weight: bold;
 }
 .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: #002c2f0d; }
 .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-find-your-rentals #map-container {
    position: relative !important;
    top: 0px !important;
    margin: 0 !important;
    max-height: 550px !important;
    min-height: 550px !important;
 }
 #abe-find-your-rentals #map-container > #abe-map-results {
    max-height: 550px !important;
    min-height: 550px !important;
    position: relative !important;
    top: 0 !important;
 }
 #abe-find-your-rentals #abe-result-container {
    overflow-y: scroll;
    height: 550px !important;
 }

 #abe-find-your-rentals #abe-result-container::-webkit-scrollbar {
    width: 10px; 
}

/* Track (background) */
#abe-find-your-rentals #abe-result-container::-webkit-scrollbar-track {
    background-color: #F5F5F5; 
    border-radius: 8px; 
}

/* Thumb (scrollbar handle) */
#abe-find-your-rentals #abe-result-container::-webkit-scrollbar-thumb {
    background-color: #888; 
    border-radius: 8px; 
}


#abe-find-your-rentals #abe-result-container::-webkit-scrollbar-thumb:hover {
    background-color: #555; 
}
 @media all and (min-width: 1024px) {
     .abe-unit .abe-container {
         padding: 0 2rem 2rem;
     }
     .abe-booking-details .fixed {
         position: relative;
         top: 0;
     }    
     #bookingform input#checkbutton {
         display: none;
     }
 }
 
 .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 10px 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: #428227;
 }
 
 [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: #002c2f;
 }
 .price-range-wrapper p { font-size: 18px; margin-bottom: 8px; }
 
 /* end of multi range slider */
 
 .abe-jumbo {
     /* position: sticky; */
     /* top: 68px; */
     z-index: 10;
     width: auto;
 }
 #abe-results-search .button {
    padding: 8px 0px;
 }
 #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; }
 .results-add-filters-wrapper .abe-column.no-padding:first-of-type {
     margin-bottom: 10px;
 }
 .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: 1.2rem;}
 .abe-jumbo .abe-button {
     min-width: 75px;
     padding: 8px 40px;
     font-size: 1rem;
 }
 .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: none;/*border: 1px solid #44444470;*/ }
 /* .abe-sort select:hover { border-color: #444444; } */
 .abe-sort select:active, .abe-sort select:focus { border-color: #002c2f; }
 .abe-sort option { font-size: 14px; }
 /* .abe-sort .abe-column:last-child {
   padding-right: 0px;
 } */
 
 .abe-flex-form {
     background-color: #fff;
     border-radius: 2px;
     padding: 1.2rem;
     border: 1px solid #44444470;
 }
 
 /*.abe-flex-form .abe-column,*/ .results-add-filters-wrapper .abe-column {margin: 0 0.15rem;}
 
 /* .abe-form-wrapper .abe-column.group.date-search-container {padding: 0 0.25rem;} */
 
 .date-search-container .abe-column {
     padding: 0;
     margin: 0 !important;
     position: relative;
 }
 .read-more-link.button, .read-less-link.button, #amenities-view-toggle {
    text-align: left;
    align-items: flex-start;
    padding: 0;
    border: none !important;
    background: transparent !important;
    color: #428227 !important;
    text-transform: capitalize;
    font-size: 18px;
 }
 .read-more-link.button:hover, .read-less-link.button:hover, #amenities-view-toggle:hover {
    text-align: left;
    align-items: flex-start;
    padding: 0;
    border: none !important;
    background: transparent !important;
    color: #428227 !important;
    text-transform: capitalize;
 }
 .date-search-container .abe-column:first-child:after {
     content: "";
     background-color: #44444470;
     position: absolute;
     /* width: 1px; */
     height: 20px;
     top: 12px;
     right: 0;
     display: block;
 }
 
 .date-search-container #search-arrival {
     border: none;
     border-top-right-radius: 0;
     border-bottom-right-radius: 0;
     padding-left: 0.75rem;
 }
 
 .abesearcher-flex-wrapper.datepicker-container  #search-departure,
 .date-search-container #search-departure {
     border: none;
     border-top-left-radius: 0;
     border-bottom-left-radius: 0;
     /* padding-left: 0.75rem; */
     padding-right: 0.75rem;
     text-align: right;
 }
 
 .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: #002c2f; }
 
 .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;
 }
 .second-filter-ac-wrapper > .abe-column {
    max-width: 50%;
 }
 .second-filter-ac-wrapper > div.abe-column:first-of-type, .where-column-search {
    height: 2.6rem;
 }
 .second-filter-ac-wrapper > div.abe-column:first-of-type span.select2-container, .where-column-search span.select2-container {
    width: 100% !important;
 }
 .second-filter-ac-wrapper > div.abe-column:first-of-type span.select2-selection,  .where-column-search span.select2-selection {
    border: none;
    height: 2.6rem;
 }

 .second-filter-ac-wrapper {
    justify-content: flex-end;
 }
 .second-filter-ac-wrapper > div.abe-column:first-of-type span.select2-selection span#select2-select-where-container, .where-column-search span.select2-selection span#select2-select-where-container {
    line-height: 2.75rem;
    height: 2.75rem;
    border: 1px solid #36424A;
    border-radius: 2px;
 }
 .abesearcher-flex-wrapper span.select2-selection.select2-selection--single {
     border: 0px !important;
 }
 /* .button.abe-apply-promo {
     margin-top: 16px !important;
 } */
 .unit-banner {
     position: absolute;
     color: #FFF;
     font-weight: 600;
     height: 30px;
     width: 170px;
     padding: 0 20px;
     background-color: #428227;
     border-bottom-right-radius: 20px;
     top: 0px;
     font-size: 18px;
     z-index: 1;
     text-align: center;
     /* for 45 deg */
     /* height: 0px; */
     /* width: 91px; */
     /* font-size: 14px; */
     /* line-height: 36px; */
     /* top: 24px; */
     /* left: -21px; */
     /* white-space: nowrap; */
     /* transform: rotate(-45deg); */
 }
 .unit-banner:before {
     box-sizing: border-box;
     border-style: solid;
     border-color: transparent;
     border-width: 37px;
     border-left-width: 37px;
     border-right-width: 37px;
     content: "";
     display: none;
     /* left: -49px; */
     left: -45px;
     position: absolute;
     width: 200%;
     border-top-width: 0px;
     border-bottom-color: #489142;
     /* top: 0px; */
     top: 27px;
     z-index: -1;
     /* for 45 deg */
     /* display: block; */
 }
 .unit-banner span {
     font-size: 12px;
     /* for 45 deg */
     /* top: 27px; */
     /* position: relative; */
 }
 .unit-banner.flexiblecancellation span{
     top: 25px;
     left: -16px;
 }
 .unit-banner.featuredproperty span{
     top: 25px;
     left: -10px;
 }
 
 .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: 2px;
 }
 
 .abe-image-container img {
     height: 240px;
     border-radius: 2px;
 }
 
 #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; }
 
 #shareForm .abe-row.share-row-1 {
     row-gap: 10px;
     margin-bottom: 10px;
 }
 #shareForm .abe-row.share-row-2 .abe-column input {
     margin-bottom: 10px;
 }
 
 
 /* #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: 100%;
     padding: 15px 15px 20px;
     border: 1px solid #444444;
     border-radius: 2px;
 }
 
 .abe-share-close, .abe-inquiry-close, .abe-quote-close, .abe-filter-close, .abe-guests-close { margin: 0 0 10px 0; }
 
 .vrp-amen-group h3 {
     margin: 0 0 5px 0;
 }
 .filter-header-wrapper,
 .abe-share-header {
     display: flex;
     justify-content: space-between;
 }
 .filter-header-wrapper h3 {
     margin: 0;
 }
 
 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: 1rem;
     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: 1.2rem; */
     padding: 8px;
     border: 1px solid #36424A;
     border-radius: 2px;
     margin-top: 15px;
     /* margin-bottom: 16px !important; */
 }
 .abesearcher .abe-container {
     margin: 0;
     padding: 0;
     position: relative;
     width: 100%;
     max-width: 1920px;
 }
 
 /* border green focus-within */
 .abe-row.border-holder,
 .abe-column.border-holder,
 .first-filter-ac-wrapper .abe-column,
 .second-filter-ac-wrapper .abe-column,
 #abeSubmitReviewForm .abe-row .abe-column,
 #vrpinquire .abe-row .abe-column {
     border: 1px solid rgba(0,0,0,0);
 }
 .abe-row.border-holder:focus-within,
 .abe-column.border-holder:focus-within,
 .first-filter-ac-wrapper .abe-column:focus-within,
 .second-filter-ac-wrapper .abe-column:focus-within,
 #abeSubmitReviewForm .abe-row .abe-column:focus-within,
 #vrpinquire .abe-row .abe-column:focus-within {
     border-top: none;
     border-bottom: none;
 }
 .abesearcher-flex-wrapper.datepicker-container .abe-column:first-of-type {
     flex-direction: row-reverse;
 }
 .abesearcher-flex-wrapper,
 .field-select-wrapper,
 body.custom-search .abe .abe-filters-wrapper select,
 #abeSubmitReviewForm .abe-row .abe-column input,
 #abeSubmitReviewForm .abe-row .abe-column textarea,
 #vrpinquire .abe-row .abe-column input,
 #vrpinquire .abe-row .abe-column select,
 #vrpinquire .abe-row .abe-column textarea {
     display: flex;
     border: 1px solid #36424A;
     border-radius: 2px;
     padding: 0;
     width: 100%;
     margin: 0.4rem 0;
 }
 #abeSubmitReviewForm .abe-row .abe-column input,
 #abeSubmitReviewForm .abe-row .abe-column textarea,
 #vrpinquire .abe-row .abe-column input,
 #vrpinquire .abe-row .abe-column select,
 #vrpinquire .abe-row .abe-column textarea {
     padding-left: 4px;
 }
 body.custom-search .abe .abe-filters-wrapper select {
     padding-left: 4px;
     margin: 0;
 }
 .field-select-wrapper {
     margin: 0;
 }
 .field-wrapper {
     border: 1px solid #36424A;
     border-radius: 2px;
     display: flex;
     width: 100%;
 }
 
 .abesearcher-flex-wrapper:focus-within,
 .field-select-wrapper:focus-within,
 .field-wrapper:focus-within,
 body.custom-search .abe .abe-filters-wrapper select:focus-within,
 #abeSubmitReviewForm .abe-row .abe-column input:focus,
 #abeSubmitReviewForm .abe-row .abe-column textarea:focus,
 #vrpinquire .abe-row .abe-column input:focus,
 #vrpinquire .abe-row .abe-column select:focus,
 #vrpinquire .abe-row .abe-column textarea:focus {
     border: 2px solid #428227;
 }
 
 .abesearcher .abe-row {
     flex-direction: row;
     flex-wrap: wrap;
     row-gap: 0.25rem;
     column-gap: 0.5rem;
 }
 
 .abesearcher .abe-column {
     display: flex;
     margin: 0;
 }
 
 .abesearcher .guest-column {
     /* width: 72%; */
     width: 100%;
     max-height: 44px;
 }
 
 .guest-column .abe-column {}
 
 /* #search-arrival {border-right: 1px solid #444444;} */
 
 .abesearcher input[type='text'], .abesearcher select {
     border: none;
     border-radius: 0;
     height: 1.7rem;
 }
 .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.4rem 0;
 }
 
 .abesearcher button {
     line-height: 1;
     width: 100%;
     height: 100%;
     padding: 0.5rem 40px;
     margin: 0 !important;
     /* as button Find Rentals */
     border-radius: 17.5px;
     line-height: 1.28;
     padding: 7.5px 15px;
 }
 
 .vrp_main {margin-top: 8rem;}
 
 .isPetFriendly {
     margin: 1.25rem 0.25rem;
     margin: 0 0.25rem;
     color: #444444;
     font-size: 14px;
 }
 
 .isPetFriendly .fas {color: #36424A;}
 
 .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 #36424A;
     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: 25px !important;
     height: 25px !important;
     margin-top: 4px;
     border: 4px solid #ffffff;
     transform: rotate(0deg);
 }
 
 .searcher-button-wrap .loader {
     margin-top: 0;
 }
 .review-entry {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
    row-gap: 15px;
}
.review-entry .button {
    margin: 0 !important;
}
span.rating-decimal-wrap {
    font-size: 18px;
    font-weight: 500;
}
span.rating-counter-wrap {
    color: #428227;
    font-weight: 500;
}
.review.abe-container {
    display: flex;
    flex-direction: column;
}
span.reviewer-name {
    font-size: 20px;
    font-weight: 700;
}
#review-pagination button.disabled {
    pointer-events: none !important;
    opacity: 0.3 !important;
}
#review-pagination button.active {
    color: #428227 !important;
}
div#review-pagination {
    text-align: center;
}
#review-pagination button {
    background: transparent !important;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 15px;
}
.review-response p {
    font-weight: 700;
    margin-bottom: 10px;
}
.reviewer-wrap {
    margin-top: 15px;
}
img.review-image-source {
    width: 30%;
    object-fit: contain;
}

 .room-type-container {
     margin-bottom: 1rem !important;
     display: flex !important;
     padding: 0 !important;
     column-gap: 0.5rem;
     row-gap: 1rem;
     flex-wrap: wrap;
     justify-content: flex-start;
 }
 .room-type-container:has(.room-type-4) {
    justify-content: space-between;
    column-gap: 0;
 }
 .room-type.slick-slide {
     margin: 1rem;
 }
 
 .room-type-inner {
     padding: 0.3rem;
     margin-top: 0rem;
     /* width: auto; */
     width: calc(100% - 5px);
     /* min-width: 14vw; */
     /* min-height: 12vw; */
     border: 1px solid #36424A;
     display: flex;
     /* background-color: #fbfbfb; */
     flex-direction: column;
     justify-content: center;
     align-items: center;
     border-radius: 2px;
     min-height: 120px;
     height: 100%;
     /* box-shadow: 0 4px 20px rgb(61 82 97 / 20%); */
 }
 
 .room-type svg {
     width: 20vw;
     height: auto;
 }
 .average-rate-banner {
    position: absolute;
    top: 10px;
    right: 0;
    padding: 5px 10px;
    background: #fff;
}
.average-rate-banner strong {
    color: #006ba6;
}
.average-rate-banner span {
    font-size: 12px;
    font-weight: 700;
}
 .room-type-txt {
     text-align: center;
     font-size: 18px;
 }
 
 .room-type-txt p {
     margin: 0 !important;
     font-size: 16px;
 }

 .room-type-inner .bed {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.room-type-inner p{
    text-align: center;
}
 
 /* .abe-item .rate-container {
     position: relative;
     bottom: unset;
     width: 100%;
     right: unset;
 } */
 
 .abe-results-page {
     display: flex;
     flex-direction: column;
 }
 
 .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;
 }
 .video-tour-opener > a {
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     width: 100%;
     z-index: 2;
 }
 .inquiry-form-wrapper .gform_title {
     display: none;
 }
 .video-tour-opener > a > iframe {
     z-index: 1;
 }
 .unit-mobile-scroll-avail {
     position: fixed;
     width: 100%;
     left: 0;
     bottom: -200px;
     z-index: 999;
     background-color: #428227;
     transition: all .8s ease-out;
 }
 .fe-reviews {
    display: inline-flex;
    column-gap: 0.2rem;
    align-items: flex-end;
 }
 .terms-checker {
     display: flex;
     flex-direction: row;
     flex-wrap: nowrap;
     align-items: center;
     gap: 10px;
     padding: 15px 0;
     justify-content: center;
 }

 .terms-explainer {
     display: flex;
     flex-direction: row;
     text-align: center;
     border: 1px solid #ffdd9a;
     background: #ffffcc;
     padding: 0.5rem;
     margin-top: 0.5rem;
     display: none;
 }

 .terms-explainer p {
     margin: 0;
     padding: 0;
 }

 .mobile-iframe-item-wrapper::after {
     content: ""; background: transparent; width: 100%; height: 100%; min-height: 1px; position: absolute; top: 0;
 }
 .review.abe-container .abe-row:first-of-type {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
 }
 .review.abe-container .abe-row:last-of-type {
    margin-top: 30px;
 }
 .flex-center {
     display: flex;
     justify-content: center;
     align-items: center;
 }
 .cancel-policy-holder {
     border: 1px solid #000;
     padding: 10px;
     height: 100px;
     overflow-y: scroll;
 }

 .terms-conditions-wrapper {
     position: relative;
 }

 .terms-conditions-holder {
     border: 1px solid #000;
     padding: 10px;
     height: 200px;
     overflow-y: scroll;
 }

 .terms-conditions-wrapper .scroll-hint {
     position: absolute;
     width: 100%;
     height: 100%;
     background-color: rgba(0,0,0,0.60);
     top: 0;
     left: 0;
     pointer-events: none;
     display: flex;
     flex-direction: column;
     justify-items: center;
 }

.terms-conditions-wrapper .scroll-hint .inner {
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    height: 100%;
    width: 100%;
    color: #fff;
    padding-bottom: 1.0rem;
}
.terms-conditions-wrapper .scroll-hint .inner h4 {
    margin: 0;
    padding: 0;
}

.terms-conditions-wrapper .scroll-hint .inner i {
    color: #fff;
}

.terms-conditions-wrapper .scroll-hint .inner h4,
.terms-conditions-wrapper .scroll-hint .inner i {
    text-shadow: 0px 0px 4px black;
}

 .price-nd-reviews {
    margin: 15px 0;
 }
 .cancel-policy-holder ul li {
     list-style: disc !important;
     margin-left: 20px !important;
     margin-bottom: 10px !important;
 }
 .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 0 0 10px;
     border-radius: 0 !important;
     margin: 0 !important;
 }
 
 #mobile-checkavail {
     margin-bottom: 6rem;
 }
 
 .abe-booking-details .first-details br {display: block;}
 
 /* Everything higher then -> Mobile */
 @media all and (min-width: 430px) {
     #bookingform .abe-row.check-in-out-holder {
         flex-direction: row;
     }
 }
 @media all and (min-width: 480px) {
     .abe-amen-name {min-width: 48%;}
     .abe-filters-wrapper .attr-item, .abe-filters-wrapper .type-item , .filter-petsFriendly{ width: unset; }
     /* .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-row .abe-column.abe-column-50#abe-map-results { /*flex: 1 1 auto;*/ max-width: 100%; height: 310px; 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 {
         top: 57px;
         column-gap: 0.25rem;
         z-index: 111;
     }
 
     #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: '|';
     }
 
 
 }
 
 @media all and (min-width: 540px) {
     .abe-booking-details .first-details br {display: none;}
 
     
     
     .abe-item .rate-container {
         position: absolute;
         bottom: 20px;
         height: auto;
         align-items: flex-end;
         flex-direction: column;
         /* margin-top: auto; */
         flex-direction: column !important;
         width: 45%;
     }
 
     .abe-item .abe-row {
         display: flex;
         flex-direction: row;
     }
 
     .abe-item .unit-info {
        display: flex;
        flex-direction: column;
        padding: 0.75rem 0.5rem;
        height: 100%;
        justify-content: space-between;
     }
 
     .abe-item .rate-container {
         height: auto;
         align-items: flex-end;
     }
 }
 
 @media all and (min-width: 600px) {
     #abe-tabs .ui-state-default {
         font-size: 16px;
         width: 16%;
     }
     .room-type svg {
         width: 12vw;
         height: auto;
     }
     #abe-gallery-modal .img-grid-item {
         width: 48%;
     }
 }
 
 @media all and (min-width: 768px) {
     .unit-nav li {
         width: 16%;
     }
     .results-add-filters-wrapper .abe-column.no-padding:first-of-type {
         margin-bottom: 0;
     }
     .insurance-box {
        flex-direction: row;
     }
     .room-type svg {
         width: 12vw;
         height: auto;
     }
     .calkey {display: block;}
 
     .abesearcher .guest-column {
         width: 100%;
     }
     .abe-results.map-active .abe-item {
        width: 49%;
        flex-basis: 49%;
        display: flex;
        flex-direction: column;
     }

     .abe-results.map-active .abe-item:only-child {
        width: 99%;
        flex-basis: 99%;
    }        

     .abe-item .abe-row {
        flex-direction: column;
        height: 100%;
     }
     .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: 240px;}
     .abe-results .abe-image.fyr-image .lSSlideOuter {max-height: 200px;}

     .abe-results.map-active .abe-item:only-child .lSSlideOuter {max-height: 330px;}
     .abe-results.map-active .abe-item:only-child .abe-image.fyr-image .lSSlideOuter {max-height: 280px;}
 
     .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; */
         height: auto;
     }
 
     .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 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: 16px;
     }
 
     .gallery-wrapper .fa-chevron-right, .gallery-wrapper .fa-chevron-left {
         font-size: 2.2rem;
     }
     .share-form-wrapper, .inquiry-form-wrapper {
         position: fixed;
         bottom: initial;
         top: 20%;
         z-index: 150;
         transform: translateY(-20%);
         width: 90%;
         left: 5%;
         right: 5%;
     }
     /*.abe-detailed-quote {
         position: fixed;
         top: 20%;
         transform: translateY(-20%);
         width: 90%;
     }*/
     .abe-guests-select {
         position: fixed;
         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: 240px; }
     .abe-image-container .abe-image.fyr-image img {
        height: 200px;
        min-height: 200px;
     }
    .abe-results.map-active .abe-item:only-child .abe-image-container .abe-image.fyr-image img {
        height: 280x;
        min-height: 280px;
    }
     .abe-payment .abe-book { flex-direction: column-reverse; }
     .abe-booking-details { padding: 0 !important; margin-bottom: 2%; border-left: none; border-bottom: 2px solid #002c2f; }
     #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 0; }
     .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: 47%; max-width: 47%;}
     .abe-item {
         position: relative;
         flex-basis: 49%;
         width: 49%;
         padding: 0;
         margin: 0;
         border: 1.5px solid  transparent;
         border-radius: 2px;
         transition: border 0.7s;
         transition: all 0.4s;
         display: flex;
         flex-direction: column;
     }
 
     .abe-item:hover {
         border: 1.5px solid #428227;
         box-shadow: 4px 6px 9px 4px rgb(0 0 0 / 15%);
     }
     .client-info-holder .abe-row {
         gap: 0;
     }
     #review-pagination button {
        font-size: 18px;
        margin: 0 10px;
        padding: 10px 20px;
    }
 }
 
 @media all and (min-width: 986px) {
     .abe-unit h1, .abe-unit a.return-to-search {
         padding: 0 2rem;
     }

     .abe-unit a.return-to-search {
         margin-bottom: 1.0rem;
     }

     .gallery-wrapper {
         display: flex;
     }
 
     .mobile-gallery-wrapper {
         display: none;
     }
 
     .abe-unit .abe-container {
         max-width: 1500px;
         padding: 2rem;
     }
 }
 
 @media all and (min-width: 1024px) {
     .abe-unit .abe-container.unit-info-holder {
         padding-top: 0;
     }
    
     .review-entry {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 30px;
    }
     img.review-image-source {
        width: 60%;
        margin-top: 20px;
    }
     #abe-gallery-modal .modal-img-grid {
         column-gap: 2%;
     }
     .review.abe-container {
        display: flex;
        flex-direction: row;
        padding: 40px 10px 40px 10px;
    }
    .review.abe-container .abe-row:first-of-type {
        width: 34%;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .review.abe-container .abe-row:last-of-type {
        width: 66%;
        margin-top: 0;
    }
     #abe-gallery-modal .img-grid-item {
         width: 32%;
         height: 300px;
     }
     /* fix for unit page img galery desktop */
     #abe-gallery-preview {
         min-height: 496px;
         height: auto;
         width: 100%;
     }
     .gallery-img-container,
     .gallery-preview-img.img-overlay,
     .gallery-preview-img.img-overlay img {
         max-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: 555px;
     }
     /* end fix for unit page img galery desktop */
 
     .abe-jumbo {
         /* top: 72px; */
         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 > .abe-container > form > .abe-row {
         flex-direction: row;
         flex-wrap: unset;
     }
 
     .abesearcher-flex-wrapper {
         width: 100%;
         margin: 0;
     }
     .abesearcher .abe-container {
         margin: 0;
         padding: 0;
         position: relative;
         width: 100%;
         max-width: 1920px;
     }
     .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;
     }
     body.custom-search .abesearcher-flex-wrapper {
         margin: 0 !important;
         padding: 0;
     }
 
     .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 100%;
        max-width: 100%;
     }
     .abe-results.map-active .abe-column-50.unit-list {
        flex: 0 0 55%;
        max-width: 55%;
        padding: 0;
        
     }
     .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%; */
         /* max-width:217px; */
         max-width: 21.5%;
     }
     .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: 70%;
     }
     .abe-unit-twosides-wrapper #abe-tabs {
         border: 0;
         margin: 0;
     }
     .abe-unit-twosides-wrapper .abe-checkavail {
         width: 30%;
         padding: 0 0 0 2% !important;
     }
     .abe-checkavail-wrapper.fixed {
         top: 81px;
     }
     .abe-unit-info > .abe-container {
         width: 96%;
         margin: 0 auto;
     }
     .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 #444444;
         box-shadow: 0 15px 25px -19px #444444;
         justify-content: left;
     }
     .abe-results.map-active > div {
         justify-content: space-between;
     }
     .first-filter-ac-wrapper, .second-filter-ac-wrapper {
         width: 50%;
     }
     .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);
     }
 
     .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: 20%;
         bottom: auto;
         height: auto;
         max-height: 75vh;
         max-width: 900px;
         overflow-y: scroll;
     }
     .abe-results.map-active .abe-item {
         position: relative;
         max-height: 550px;
     }
     .share-form-wrapper, .inquiry-form-wrapper {
         top: 55%;
         transform: translateY(-50%);
         max-width: 560px;
     }
     #map-container, #abe-map-results {
         position: sticky !important;
         top: 156px !important;
         height: calc(99.25vh - 156px) !important;
         z-index: 8;
     }
     /*#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;
         padding: 4px 0 10px;
         color: #36424A;
         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%;
         /* width: auto; */
     }
     .abe-row.abe-results.map-active {
         flex-direction: row;
         padding: 0;
         margin: 0 auto;
         justify-content: space-between;
         max-width: 1920px;
     }
     .results-add-filters-wrapper {
         width: 85%;
     }
     .results-add-filters-wrapper .abe-column.no-padding:first-child {
         width: 32%;
         /* width: auto; */
     }
     .abe-form-wrapper form {
         flex-direction: row;
         flex-wrap: nowrap;
         gap: 0.5rem;
     }
     .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%;
     }
 
     #bookingform .abe-row.check-in-out-holder {
         flex-direction: column;
     }
 
     .room-type svg {
         width: 3vw;
         height: auto;
     }
     .abe-column.room-type-container .room-type {
        width: 24%;
    }
     .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: 1100px; */
         min-height: unset;
     }
 
     .abe-favorites .abe-item {
         width: 31%;
         max-width: 31%;
     }
 }
 
 @media all and (min-width: 1199px) and (max-width: 1200px) {
     .abe-checkavail-wrapper.fixed {
         top: 122px;
     }
 }
 
 @media all and (min-width: 1200px) {
     .abe-checkavail-wrapper.fixed {
         top: 102px;
     }
     .unit-nav {
         top: 81px;
     }
 }
 
 @media all and (min-width: 1260px) {
     #bookingform .abe-row.check-in-out-holder {
         flex-direction: row;
     }
 }
 
 @media all and (min-width: 1280px) {
     .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: 24%;
         width: 24%;
         display: flex;
         flex-direction: column;
     }
 
     .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-between;
     }
 }
 
 @media all and (min-width: 1440px) {
    .abe-row .abe-column-50.unit-list {
        flex: 0 0 100%;
        max-width: 100%;
     }
     .abe-results.map-active .abe-column-50.unit-list {
        flex: 0 0 49%;
        max-width: 49%;
        padding: 0;
        
     }
 
     .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: 31%; width: 31%;}
 
     .featured-units-wrapper .slick-list.draggable {
         margin: 0 10%;
     }
 
     div#featured-units .slick-prev.slick-arrow, div#reviewed-units .slick-prev.slick-arrow {
         left: -42px !important;
         z-index: 2;
     }
 
     div#featured-units .slick-next.slick-arrow, div#reviewed-units .slick-next.slick-arrow {
         right: -35px !important;
         z-index: 2;
     }
 
     .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%; */
             max-width: 318px;
     }
 
     #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;
 }
 #abe-find-your-rentals .abe-image-container {
    position: relative;
    }
 .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;
     height: 16vh;
     overflow-y: scroll;
 }
 .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;
 }
 div#abe-find-your-rentals {
    margin-bottom: 40px;
}
 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 .abe-item  {
     margin-bottom: 30px;
     position: relative;
 }
 .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 (max-width: 1199px) {
    .site-header, #site-navigation, #sticky-navigation {
        display: none !important;
        opacity: 0.0;
    }
    #mobile-header {
        display: block !important;
        width: 100% !important;
    }
    #mobile-header .main-nav > ul {
        display: none;
    }
    #mobile-header.toggled .main-nav > ul, #mobile-header .menu-toggle, #mobile-header .mobile-bar-items {
        display: block;
    }
}

 @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: #444444 !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: #444444 !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: #444444;
         margin: 12px;
         padding: 0.15rem;
         justify-content: center;
     }
 }
 @media all and (max-width:1024px) {
    div#abe-map-results {
        min-height: 310px;
        max-height: 310px;
    }
    .where-column-search {
        padding: 0 !important;
        margin-bottom: 10px;
     }
 }
 @media all and (max-width:540px) {
    div#abe-map-results, div#map-controls {
        max-height: 310px;
    }
    .abe-column.room-type-container .room-type {
        width: 48%;
    }
    .fav-map {
        margin-top: 20px;
    }
 }
 @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:1440px) {
    .abe-item .unit-info {
        padding: 0.75rem 0.5rem 0 0.5rem;
        row-gap: 0rem;
    }
    .abe-results .abe-image.fyr-image .lSSlideOuter {
        max-height: 160px;
    }
    .abe-image-container .abe-image.fyr-image img {
        height: 160px;
        min-height: 160px;
    }
 }
 @media screen and (max-width:1023px) {
    #abe-find-your-rentals #abe-result-container {
        margin-top: 20px !important;
        display: flex !important;
        height: 550px !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow: hidden;
    }
    .swiper-button-prev, .swiper-button-next {
        background: transparent !important;
        color: transparent !important;
        width: 40px !important;
        height: 40px !important;
        border-radius: 50% !important;
    }
    .swiper-button-next {
        right: -35px !important;
    }
    .swiper-button-prev {
        left: -35px !important;
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 16px !important;
    }
    .swiper-button-next::after, .swiper-button-prev::after {
        content: none !important;
    }
    #abe-find-your-rentals i.fa-solid.fa-chevron-left, #abe-find-your-rentals i.fa-solid.fa-chevron-right {
        color: #36424A;
        font-size: 30px;
    }
 }
 /* Homepage select Where do you want to go */
 body .hp-top-block .grid-container {
     padding-top: 16px;
 }
 body .hp-h1 {
     font-size: 2rem;
 }
 body .acf-block-search-block#search-bar .grid-container {
     padding: 16px 32px !important;
 }
 
 
 body .grecaptcha-badge {
     right: -286px !important;
 }
 
 .copyright p {
     margin-bottom: 140px;
 }
 
 .copyright p img {
     height: 18px;
     width: auto;
 }
 @media screen and (min-width:592px) {
     .copyright p {
         margin-bottom: 110px;
     }
 }
 @media screen and (min-width:767px) {
     .copyright p {
         margin-bottom: 3rem;
     }
 }
 @media screen and (max-width:1023px) {
    #abe-find-your-rentals .abe-item .unit-info {
        min-height: 250px;
        justify-content: space-between;
    }
    #abe-find-your-rentals .swiper-wrapper {
        margin-bottom: 10px;
    }
 }
 input.promo-valid, tr.abe-promo-cell.valid {
    border: 1px solid #428227 !important;
    background: #42822738 !important;
 }
 input.promo-invalid, tr.abe-promo-cell.invalid {
    border: 1px solid #ba3e3e !important;
    background: #ba3e3e30 !important;
 }
 .abe-row .notification {
    padding: 15px;
 }
 .abe-row .notification.error, .promo-code-tr.error, .unit-promo-field.invalid {
    border: 1px solid #ba3e3e !important;
    background: #ba3e3e30 !important;
 }
 .abe-row .notification.success, .promo-code-tr.success, .unit-promo-field.valid {
    background: #42822738 !important;
    border: 1px solid #428227 !important;
 }

 button, .button {
     touch-action: manipulation !important;
 }