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


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

 html {
    box-sizing: border-box;
 }
*/
 body .abe {
   color: #011738;
   font-weight: 400;
   line-height: 1.6;
 }

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

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

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

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

 .abe .button,
 .abe input[type='button'],
 .abe input[type='reset'],
 .abe input[type='submit'] {
   background-color: #00afef;
   border: 1px solid #00afef;
   color: #fff;
   cursor: pointer;
   display: inline-block;
   font-size: 1.1rem;
   font-weight: 700;
   height: 2.6rem;
   line-height: 2.5rem;
   letter-spacing: 0 !important;
   padding: 0 1.0rem;
   margin-top: 0 !important;
   margin-left: 0 !important;
   margin-right: 0 !important;
   text-align: center;
   text-decoration: none;
   text-transform: uppercase;
   white-space: nowrap;
   box-sizing: border-box;
   width: 100%;
   text-shadow: unset;
   box-shadow: unset;
 }

 .abe .button:focus, .abe .button:hover,
 button:focus,
 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: #00afef !important;
   border: 1px solid #00afef !important;
   color: #fff !important;
   outline: 0;
 }

 .abe .button[disabled],
 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,
 button[disabled]:focus,
 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: #5d7079;
   border-color: #5d7079;
 }

 .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: #011738;
   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: #00afef;
   border-color: #00afef;
   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: #2f3131;
 }

 .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: #2f3131;
 }

 .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: #00afef;
 }

 .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: #2f3131;
 }

 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 #5d7079;
   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;
   background-color: transparent;
   border: 1px solid #011738;
   border: 1px solid #ddd;
   box-shadow: none;
   box-sizing: border-box;
   height: 2.6rem;
   font-size: 1.1rem;
   padding: .2rem .5rem;
   width: 100%;
   background-color: #fff;
 }

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

 .abe textarea {
  border-radius: 12px;
 }

 .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="%23033F45" d="M0,0l6,8l6-8"/></svg>') center right no-repeat;*/
   padding-right: 1.4rem;
   background: #fff !important;
 }
 .abe-sort 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="%2300afef" d="M0,0l6,8l6-8"/></svg>') center right no-repeat !important;

 }
 .quicksearchform .abe-column {
  position: relative;
 }
  .quicksearchform .abe-column:not(:last-child):after {
    content:"\f078";
    font-family: "FontAwesome";
    color: #010909;
    padding: 12px 8px;
    position: absolute; right: 15px; top: 12px;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    font-size: 0.7rem;      
    pointer-events: none;
    box-sizing: border-box;   
  }
  .quicksearchform input.hasDatepicker {
    background: #fff !important;
  }
 .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="%234EA292" d="M0,0l6,8l6-8"/></svg>');
 }

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

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

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

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

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

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

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

 .abe-unit .abe-container {
   padding: 1.67rem 0.75rem;
 }
 .abe-unit > .abe-container {
  padding: 0 10rem;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 @media (min-width: 961px) {
   .abe-row {
     flex-direction: row;
     width: calc(100%);
   }
   .abe-row .abe-column {
     margin-bottom: inherit;
   }
   .abe-flex-form {
     flex-direction: row;
   }
 }

 .abe a {
   color: #517180;
   text-decoration: none;
 }

 .abe a:focus, .abe a:hover {
   color: #00afef;
     border-bottom: 0 solid #fff;
 }
 .abe .fas { font-size: 1.1rem; color: #00afef; }

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

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

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

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

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

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

 .abe blockquote,
 .abe dl,
 .abe figure,
 .abe form,
 .abe ol,
 .abe p,
 .abe pre,
 .abe table,
 .abe ul {
   margin-bottom: 2.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;
 }

 @media (min-width: 961px) {
   .abe table {
     display: table;
     overflow-x: initial;
   }
 }

 .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.2rem;
   line-height: 1.2;
 }

 .results-hero-image h1 {text-align: center;}

 .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-title {
   font-size: 2.8rem !important;
   text-align: center;
   margin: 3rem auto !important;
 }

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

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

 .abe-image-container .abe-image img {
    object-fit: cover;
    width: 100%;
    height: 260px;
    border-radius: 12px;
 }

 .abe-image #left-area ul, .abe-image .entry-content ul, .abe-image .et-l--body ul, .abe-image .et-l--footer ul, .abe-image .et-l--header ul, .abe-image .lightSlider {padding: 0 !important;}

 .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: 1920px !important; margin: 0 auto; }

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

 .abe-filters-wrapper .attr-item, .abe-filters-wrapper .type-item { display: inline-block; width: 120px; margin: 0 0.4rem 0.3rem 0; white-space:nowrap; }

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


.abe-item .lSAction>a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    /* background-image: url(../images/controls.png); */
    cursor: pointer;
    position: absolute;
    margin-top: -16px;
    opacity: .9;
    -webkit-transition: opacity .35s linear 0s;
    transition: opacity .35s linear 0s;
}
.abe-item .lSAction>a.lSPrev {
    background-image: url(/wp-content/themes/Divi-child/vrp/images/chevron-left.png);
}
.abe-item .lSAction>a.lSNext {
    background-image: url(/wp-content/themes/Divi-child/vrp/images/chevron-right.png);
    background-position: -30px 0;
}

@media all and (min-width: 360px){
    .abe .lSAction .fas {
        color: #fff;
        font-size: 0.8em;
    }
}


 /*# sourceMappingURL=milligram.css.map */

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

/* 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: #d6e9e6;
  -webkit-transition: .4s;
  transition: .4s;
}

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

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

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

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

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

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

.abe-map-activator .heading {
  display: block; float: left; font-size: 14px; padding: 11px 8px 0 0;
}
/* end of toggle map */

/* Results page */

.vrp-intro-wrap {
    margin: 0 8%;
}

.abe-results > div {
  flex-wrap: wrap;
  justify-content: space-betwen;
  column-gap: 26px;
  row-gap: 26px;
}

.abe-results {
  justify-content: center;
  padding: 0 8%;

}
/* Latest changes vrp-results */
.isvrp-search-page .results-page-vrp .abe-results, .isvrp-search-page .results-page-vrp .abe-sort-wrapper{
  padding: 0;
}
.isvrp-search-page .results-page-vrp .quicksearchform {
  margin-bottom: 1em;
}
.isvrp-search-page .results-page-vrp .quicksearchform .abe-jumbo > .abe-form-wrapper > form{
  margin: 0;
}
/* end of recent changes */


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

#abe-map-results {
  background: #19334626;
}

.abe-row .abe-column.abe-column-50#abe-map-results {
    flex: 1 0 55%;
    max-width: 87%;
    margin-left: 0.5%;
    border-radius: 12px;
}
.gm-ui-hover-effect>span {
  margin: 0 !important;
  border: 0 !important;
}
.buttons-filter {
  height: 100%;
}
.abe .button#abe-filters-activator { line-height: 2.5rem; margin-bottom: 0; background:  #fff !important; color: #011738; border-color:#ddd; height: 100%; display: flex; justify-content: center; align-items: center; column-gap: 8px; border-radius: 44px !important;}
.abe .button#abe-filters-activator:hover { color: #fff !important; background: #00afef !important; border-color: #00afef !important; }
.abe .button#abe-filters-activator i { color: #011738;}
.abe .button#abe-filters-activator:hover i { color: #fff !important;}
.hasDatepicker { background: #fff url(/wp-content/themes/altitude-pro/vrp/images/cal.png) right no-repeat; }
.abe .quicksearchform.fixed .button#abe-filters-activator {
  border-color: transparent;
}
.abe-results.map-active .abe-item {
  position: relative;
  flex-basis: 48%;
  /*margin: 0 1% 3.5%;*/
}

.abe-row.abe-results.map-active .abe-row.abe-column-50 {
    flex: 0 0 539px;
}

.abe-item {
  margin-bottom: 30px;
  position: relative;
  flex-basis: 30%;
  flex-grow: 1;
  /*margin: 0 0.5% 1.5%;*/
  max-width: 500px;
  border: 2px solid #fff;
  transition: border 0.7s;
}





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

.abe-image-container .abe-favorite {
  transition: 0.3s;
  cursor: pointer;
}

.img-icons {
    padding: 19px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.img-icons img {
    width: 30px;
    height: 30px;
}

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

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

.abe-item h2 {
  margin-top: 8px;
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -1px;
}
.abe-item h2 a { font-weight: 500; color: #011738; transition: color 0.7s;}
.abe-item:hover h2 a {color: #00afef;}
.abe-item strong {
  color: #00afef;
}
.icons-info {
    font-size: 16px;
    margin-left: 6px;
    display: flex;
    column-gap: 37px;
    row-gap: 10px;
}
.icons-info > span {
    padding: 10px 0;
    display: flex;
    column-gap: 3px;
}
.icons-info > span > img {
    margin-right: 8px;
    width: 20px;
}
.icons-info span:nth-of-type(4) { padding-right: 0; margin-right: 0; border-right: none; }
.icons-info span .fas { font-size: 1rem; }
.abe-item .abe-rate { font-size: 20px; color: #000; padding-left: 1px; margin: 20px 0 0 0; }
.abe-item .stars { margin-left: 5px; }

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

.loc-small {
  font-size: 14px;
  color: #808687;
}

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

.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: #fff; padding: 0.25rem 1rem 0.2rem; background: #00afef; }
.abe-cd-pagination li a:hover { color: #000; background: #fff; }

.abe-cd-pagination li a.current { font-weight: 600; color: #00afef; background: #fff; border: 0.5px solid #00afef; }
.abe-pagination-btn a.disabled {
  color: #99a2a9;
  pointer-events: none;
  background: #f4f6f7;
}
.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 transparent; !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 { margin: 0 !important; }



.option_item {
  display: block;
  position: relative;
  height: 145px;
  margin: 10px;
}
.option_item .amen-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  opacity: 0;
}
.option_item .option_inner {
  padding: 22px;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
  color: #585c68;
  display: block;
  border: 1px solid #ddd;
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  transition: all 0.4s ease-out;
}


.option_item .option_inner .name {
    user-select: none;
    margin: 0;
    font-size: 14px;
    text-align: left;
}
.option_inner img {
    width: 57px;
}
.option_item .amen-checkbox:checked ~ .option_inner {
  background-color: #DCECE9;
}
.quicksearchform .abe-row .custom-type-checkbox .abe-column:not(:nth-last-child(-n+2)) {
    border-right: 0;
}
.thecheckbox-wrap {
    display: flex;
}
.thecheckbox-main {
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 14px;
}
.thecheckbox-main input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}
.thecheckbox-image {
    position: relative;
    width: 23px;
    height: 25px;
    background-image: url(https://harrisvacation.wpengine.com/wp-content/uploads/2022/12/uncheck-square.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.thecheckbox-main input:checked ~ .thecheckbox-image {
    background-image: url('/wp-content/uploads/2022/12/fi_check-square.svg');
    width: 26px;
    height: 27px;
    
}

.quicksearchform .abe-jumbo #filtermodal .abe-custom-filter .abe-column select {
    padding: 10px !important;
}
#clearfilter {
    margin-bottom: 20px;
    display: block;
}
.anchorlookalike {
  border: 0!important;
  height: auto;
  background-color: transparent;
  color: blue;
  text-decoration: underline;
}
#filtermodal .button-harr, button.button-harr {
  background: transparent !important;
  border: 1px solid #2B3536 !important;
  padding: 11px 50px !important;
  font-size: 16px;
  line-height: 20px;
  color: #2B3536 !important;
  position: relative;
  transition: all 0.7s ease-in-out;
}
.button-harr:hover {
  padding: 11px 170px 11px 20px !important;
}

.abe-row.abe-favorites {
    max-width: 1500px;
    margin: 0 auto;
    width: 95%;
    column-gap: 30px;
    row-gap: 30px;
}

/* end of Results page */

/* Unit page */
.gallery-wrapper {
    position: relative;
}
.abe i.fas.slick-arrow {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 5;
    font-size: 3rem;
}
i.fas.fa-chevron-left.slick-arrow {
    left: 20px;
}
i.fas.fa-chevron-right.slick-arrow {
    right: 20px;
}

#abe-slider { margin-left: 0; margin-bottom: 0; padding: 0 !important; }
#abe-slider li { list-style: none; margin: 0 5px }

.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-slider li {
    list-style: none;
    margin-bottom: 0;
    position: relative;
    display: flex;
    height: 100%;
}
#abe-slider li a {
    width: 100%;
    height: 100%;
}
#abe-slider img {
    width: 100%;
    height: 100%;
    min-height: 750px;
    object-fit: cover;
    border-radius: 0 0 21px 0;
}
ul#abe-slider-thumb {
  margin-bottom: 0;
}
ul#abe-slider-thumb li {
    margin: 8px 4px !important;
    height: 90px;
}
ul#abe-slider-thumb li img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    cursor: pointer;
    border-radius: 12px;
}
.caption {
    position: absolute;
    bottom: 0;
    padding: 10px;
    background-color: #fff;
    border-radius: 0 21px 0 0;
    max-width: 90%;
}
#abe-slider li.slick-slide {
  opacity: 0.4;
  transition: all 0.4s ease-out;
}
#abe-slider li.slick-slide.slick-current.slick-active.slick-center {
  opacity: 1;
}



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

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

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

#abe-tabs .ui-tabs, #abe-tabs .ui-tabs-nav {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #00afef;
}

#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 {
    border-bottom: none;
    background: #fff;
    border-radius: 0;
    font-weight: 500;
    color: #00afef;
    border-radius: 30px;
}

#abe-tabs .ui-state-default a {
    color: #00afef;
    font-weight: 700;
    font-size: 18px;
    padding: 0.5em 0.9em;
}

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

#abe-tabs .ui-state-active.ui-state-default,
#abe-tabs .ui-state-default:hover {
  background: #00afef;
  border-bottom: none;
}

#abe-tabs .ui-state-active a {
  color: #fff;
}

#abe-tabs .ui-tabs-panel {
  padding: 2em 1em 1em;
  overflow: auto;
}
#abe-tabs > ul > li {
  margin: 0 .2em;
  border: 1px solid !important;
}
#abe-tabs .ui-state-default:hover a {
    color: #fff;
}
.abe h1 {
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 8px;
}

#rates { max-width: 900px; }
#rates tbody tr:nth-child(even) { background: #00afef21; }
#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 th { color: #fff;}
#rates td { font-size: 16px; }

.abe-icons {
  margin: 0 10px 20px;
}

.abe-icons span {
  margin: 0 6px 2px 0;
  padding-right: 10px;
  display: inline-block;
  line-height: 1.4;
  border-right: 1px solid #98a6ad;
}
.abe-icons span:last-child { padding-right: 0; margin-right: 0; border-right: none; }

.abe-checkavail .buttons-wrap { padding: 0 0.6em; }
.abe-unit .abe-share,
.abe-unit .abe-favorite,
.abe-print, .abe-inquiry {
  padding: 0.4rem 0.5rem;
  cursor: pointer;
  box-sizing: border-box;
}
.abe-unit .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: #00afef;
  border-radius: 44px;
  border: 1px solid #00afef;
  box-sizing: border-box;
  overflow: hidden;
}

.abe-sort-wrapper .abe-favorite-show,
.abe-sort-wrapper .abe-share {
    background: #00afef;
    color: #fff;
    border: 1px solid #00afef;
}

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

.abe-sort-wrapper .abe-favorite-show a:hover,
.abe-sort-wrapper .abe-share:hover {
    background: #fff;
    color: #00afef;
    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: #fff;
}

.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: #00afef !important;
}

.abe-sort-wrapper .abe-share {
    padding: 0.4rem 0.5rem;
    cursor: pointer;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 44px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.abe-print, .abe-inquiry {
  padding: 0.4rem 0.5rem;
  cursor: pointer;
  display: block;
  text-align: center;
  color: #00afef;
  font-size: 16px;
  border-radius: 44px;
  border: 1px solid #00afef;
  overflow: hidden;
}
.abe-sort-wrapper .abe-share:hover {border:1px solid #00afef;}
.abe-sort-wrapper .abe-favorite-show a i, .abe-sort-wrapper .abe-share i {
    color: #fff;
}
.abe-sort-wrapper .abe-favorite-show:hover a i.fas, .abe-sort-wrapper .abe-share:hover i.fas {
    color: #00afef;
}
a.ui-corner-all {
    border-radius: 50px !important;
    border: 1px solid #ddd;
}

.abe-sort-wrapper .abe-favorite-show { display: block; font-size: 16px; text-align: center; }
.abe-sort-wrapper .abe-favorite-show a { display: block; color: #fff; padding: 0.4rem 0.5rem; }

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

.abe h4.abe-amen-title {
  margin: 1.5rem 0 0.75rem 0 !important;
  border-bottom: 1px solid #cfcfcf;
  font-size:22px;
  letter-spacing: 0;
}
.abe .amenities-category ul {
  margin-bottom: 0;
}
.abe-amen-name {
  float: left;
  font-size: 16px;
  margin-right: 2%;
  margin-bottom: 5px !important;
  padding-bottom: 5px;
}

#abe-review-activator {
  width: auto;
  padding: 0 25px;
  border-radius: 40px;
}

#abe-review {
  display: none;
}
form#bookingform input, form#bookingform select, form#bookingform input {
    border-radius: 20px;
    border-color: #dddddd !important;
}

.filters-amenities .abe-column,
.filters-type .abe-column {
    display: flex;
    flex-direction: column;
}

.amenities-category {
    margin-bottom: 20px;
    padding: 20px;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    column-gap: 10px;
    row-gap: 10px;
    border: 1px solid #dfdfdf;
    border-radius: 12px;
}
.vrp-amen-group h4 {
    margin-bottom: 10px;
    font-size: 1.4em;
    color: #4db6b8;
    font-weight: 600 !important;
    border-bottom: 1px solid #cfcfcf;
}
.vrp-amen-group {
  padding: 10px 20px;
  border:1px solid #cfcfcf;
}
ul.vrp-amen-list {
    margin: 0 10px 10px 0px;
    display: grid;
    list-style-position: initial;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    
}
li.vrp-amen-name {
    margin-left: 23px;
    font-size: 18px;
    list-style-type: none;
    margin-bottom: 0.2em;
    color: #797979;
}
.abe h1.big-heading-72 {
  font-size: 64px;
  line-height: 72px;
  margin-bottom: 10px;
}


/* Review form styling block */
#abe-tabs #reviews .review.abe-container { width: 100%; margin: 0 0 20px; }
#rating {
    float: left;
    margin-left: 10em;
    margin-bottom: 15px;
}
.rating {
    /*width:100%;
    display: inline-block;
    height: 50px;
    padding: 5px;
    margin: 0px 0px 0px 0px;*/
    left: 0px;
    margin-left: 0px;
    margin: 0;
    position: relative;
}
.rating span { float:right; right: 80% !important; position:relative; padding-left: 2px;}
.rating span input {
    position:absolute;
    top:0px;
    left:0px;
    opacity:0;
}
.rating span label {
    display:inline-block;
    width:30px;
    height:30px;
    text-align:center;
    color: #bdbdbd;
    /* background:#999999; */
    font-size:30px;
    margin-right:2px;
    line-height:30px;
    border-radius:50%;
    -webkit-border-radius:50%;
}
.rating span:hover ~ span label,
.rating span:hover label,
.rating span.checked label,
.rating span.checked ~ span label {
    color:#F90;
}

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

.checked{
    color: F90;
}



#abeSubmitReviewForm {
  padding: 10px;
  background: #5d707905;
}

.review {
  padding: 23px;
  background: #5d70790f;
  border-radius: 0.2rem;
  margin-bottom: 30px;
}

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

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

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

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

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

.abe #calendar table {
    width: 48%;
    float: left;
    height: 320px;
    text-align: center;
    margin: 0 2% 2% 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 6px #0002;
}

.abe #calendar table tr:nth-child(even) {
background-color: transparent;
}

#calendar table td {
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #00afef30 !important;
}

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

#calendar table thead {
  background: #fff;
  border-bottom: 2px solid #00afef;
  font-size: 14px;
}

.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 .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 0px 0px 0px 2px rgba(225,174,127,1);
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(225,174,127,1);
  box-shadow: inset 0px 0px 0px 2px rgba(225,174,127,1);
}

.abe #calendar td, .abe #calendar th {
  border: none;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  color: #858585;
}
.abe #calendar th {
  color: #000;
}

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

.calkey { clear:both; font-size: 16px; padding-top: 18px; }
.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; }


#bookingform {
    display: block;
    background: #ffffff;
    padding: 0.8em 0.8em 0.6em;
    margin: 0 auto 1em;
    border: 1px solid #ddd;
    border-radius: 21px;
    box-shadow: 1px 1px 8px #0001;
}
#bookingform h2 { margin: 15px; text-align: center; margin-bottom: 10px; color:#011738;}
#bookingform .abe-column.no-margin { margin-bottom: 0; }

.abe-checkavail-wrapper{
  margin-top: 20px;
  position: relative;
  top: 0;
  transition: all .4s ease-out;
}
.abe-checkavail-wrapper.fixed {
  position: sticky;
  top: 120px;
}



.abe-unit-features span {
  display: inline-block;
  width: 100%;
  margin-top: 0.4rem;
  margin-right: 2%;
}
#bookingform input#checkbutton { float: none !important; line-height: 1.5; }
.abe-checkavail form label {
  font-size: 15px;
  display: none;
}

.abe #bookingform input[type="button"]:hover, .abe #bookingform input[type="button"]:focus {
  border: 2px solid #fff !important;
}

.abe-checkavail {
  max-width: 390px;
  padding: 0 0 0 1% !important;
}

.abe-unit-info {
  flex-basis: 300% !important;
  max-width: 75% !important;
}

.lSAction > a {
  background-image: none;
  cursor: pointer;
  color: #fff;
  font-size: 3rem;
  opacity: 0.7;
}
.fa-chevron-right, .fa-chevron-left {
  font-size: 3.7rem !important;
  color: #00afef !important;
}
#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 #00afef;
  background: #00afef;
  font-size: 14px;
}

.ui-datepicker {
    width: 18em;
}

.ui-datepicker-calendar td a,
.ui-datepicker-calendar td .ui-state-default{
  border: 1px solid #00afef2e !important;
  padding: 7px;
  border-radius: 12px;
}

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

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

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

#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: 120px;
  height: 120px;
  transform: rotate(-90deg);
  stroke-linecap: round;
  stroke-width: 4;
  fill: none;
}

.loader .internal-circle {
  stroke: #011738;
  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.4;
}

@-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;
}
/* End of loading circle */

.abe-filters-wrapper,
.share-form-wrapper,
.inquiry-form-wrapper {
  display: none;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-shadow: 0px 0px 20px rgba(25,51,70,0.3);
  z-index: 100;
  background: #fff;
  padding: 20px 40px 36px;
}
.abe-filters-wrapper {
  position: absolute;
    width: 960px;
  max-width: 1200px;
}
.share-form-wrapper,
.inquiry-form-wrapper {
  position: fixed;
  top: 23%;
  width: 800px;
}
.abe-share-close,
.abe-inquiry-close,
.abe-quote-close,
.abe-filter-close {
  cursor: pointer;
  display: inline-block;
  float: right;
  color: #fff;
  background: #bd0707;
  font-size: 14px;
  margin: -40px -40px 20px 0;
  padding: 4px 8px 0;
}
.abe-share-close:hover, .abe-inquiry-close:hover, .abe-quote-close:hover, .abe-filter-close:hover { background: #a40505; }
.abe-share-close .fas, .abe-inquiry-close .fas, .abe-quote-close .fas, .abe-filter-close .fas { color: #fff; }

.abe-unit-features a {
  color: #00afef;
}

.abe-unit-features a:hover {
    color: #fff;
}

.abe-detailed-quote,
#abe-quote-activator {
  display: none;
  border-radius: 20px;
}
#abe-quote-activator { margin-bottom: 0.5rem; }
.abe-detailed-quote {
  position: fixed;
  top: 19%;
  background: rgb(255, 255, 255);
  padding: 40px 40px 36px;
  box-shadow: 0px 0px 20px rgba(25,51,70,0.3);
  border-radius: 0.2rem;
  width: 350px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 99;
}

.abe-quote-info {
  text-align: center;
  margin-bottom: 6px;
  color: #565E5E;
  font-size: 20px;
    padding: 1rem 0;
}
.abe-quote-info span { font-weight: 500; font-size:20px; }
.share-form-wrapper #shareForm { margin-bottom: 0; }
.share-form-wrapper label {
  font-size: 1rem;
  text-align: left;
  display: none;
}

.abe-quote-info sup {bottom:0;}

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

.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;
}

.round-img {
  border-radius: 12px;
}
.re-img {
  max-width: 642px;
}

/* end of unit page */

/* Booking Page */
#vrpbookform { margin-right: 3%; }
#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; }

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

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

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

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

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

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

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

.abe-travel-ins {
  text-align: center;
  padding: 20px;
  background: transparent;
  border: 1px solid;
  margin-bottom: 20px;
  border-radius: 12px;
}
.abe-travel-ins p { margin-bottom: 8px; }
.abe-travel-ins span { font-weight: 500; }

.abe-booking-details {
  border-left: 2px solid #899faa;
  padding: 2% 0 0 2% !important;
}
.abe-booking-details p { margin-bottom: 2px; }

.abe-booking-background {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  height: 630px;
  width: 100%;
  text-align: center;
  color: #e0e0db;
  text-shadow: 1px 2px 1px #01173880;
  padding-top: 20%;
  border-radius: 0.2rem;
  box-shadow:inset 0 0 0 2000px rgba(3, 63, 69, 0.4);
}
.abe.abe-payment {
  padding: 20px 8% 20px 8%;
}
.abe.abe-payment .abe-ratebreakdown {
  width: 95%;
  margin-top: 20px;
}
.abe.abe-payment .abe-booking-details {
  padding: 0 0 0 2% !important;
}
.abe-booking-background h1 {
  color: #fff !important;
  font-size:3.3rem !important;
  padding: 0 10px;
  font-weight: 700;
}

.abe-booking-background p {
  font-weight: 500;
  color: #fff;
  font-size: 1.3rem;
  text-shadow: 1px 2px 1px #01173880;
}

/* .abe-booking-background {
  background: rgb(135,0,218);
  background: linear-gradient(254deg, rgba(135,0,218,1) 0%, rgba(75,0,83,1) 33%, rgba(79,4,88,1) 61%, rgba(217,128,255,0.9668242296918768) 100%);
  -webkit-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
  padding: 200px 0;
  margin-top: -190px;
} */

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

.abe-ratebreakdown {
  display: block;
  width: 80%;
  margin: 0 auto;
  margin-top: 40px;
}

.abe-ratebreakdown table {
  margin-top: 40px;
}
.abe-ratebreakdown thead { background: #00afef0d; }
.abe-ratebreakdown tr th,
.abe-ratebreakdown tr td {
  padding: 4px;
white-space: nowrap;
}
.abe-ratebreakdown tr th:last-child,
.abe-ratebreakdown tr td:last-child {
  text-align: right;
}

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

.abe-book-info i {
  margin-right: 10px;
  color: #00afef;
}
.abe-row.abe-book input, .abe-row.abe-book select {
    padding: 0 20px;
    border-radius: 40px;
    border-color: #ddd;
}
.abe-row.abe-book textarea {
  border-radius: 12px;
  border-color: #ddd;
}
.abe-row.abe-book input[type="submit"]{
  padding: 0;
}


.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-favorites {
  flex-wrap: wrap;
}
/* 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: #00afef;
}

[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: #00afef;
}
.price-range-wrapper p { font-size: 18px; margin-bottom: 8px; }

/* end of multi range slider */

.abe-jumbo, .abe-sort-wrapper { width: 100%; 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.7em; }
.abe-sort-wrapper { padding-top: 1em; margin-bottom: 1.5em; padding-left: 8%; padding-right: 8%}
.abe-sort-wrapper .abe-column.no-padding { padding: 0; }
.abe-form-wrapper form {
  width: 100%;
  padding: 0.8em 0.7em 0.4em;
  margin-bottom: 0px;
}
.abe-form-wrapper .abe-column.group { display: flex; padding: 0; }
.abe-sort select { font-size: 14px; height: 2.55rem; border: 1px solid #fff; border-bottom-color: #00afef; }
.abe-sort select:hover { border-color: #00afef; }
.abe-sort select:active, .abe-sort select:focus { border-color: #2f3131; }
.abe-sort option { font-size: 14px; }
/* .abe-sort .abe-column:last-child {
  padding-right: 0px;
} */

.abe-jumbo { background: #fff;}
.abe-jumbo input[type="text"], .abe-jumbo select, .abe-jumbo #abe-filters-activator, #bookingform input[type="text"], #bookingform select { border-color: #00afef; }
.abe .abe-jumbo input[type="submit"] { background-color: #011738; border-color: #011738; }
#bookingform input[type="text"]:focus, #bookingform select:focus { border-color: #00afef; }

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

.abe-results-info {
  font-size: 14px;
  text-align: center;
  line-height: 1em;
  padding-top: 14px;
  margin-bottom: 0.5rem;
  border: 1px solid #fff;
}

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

.abe-title-wrapper {
  text-align: center;
}

.abe-title-wrapper h1 {
  color: #011738;
}

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

.abe .button.abe-apply-promo {
  margin-top: 23px !important;
  border-radius: 40px;
}

.abe-payment { padding: 1rem; }


.vrp-confirm .abe-column {
  flex: 0.5;
  margin: 0 auto;
  border: 5px solid #00afef;
  text-align: center;
  color: #011738;
  padding: 3rem;
  box-shadow: 0px 0px 3px 3px #94949414;
}

.abe-row.vrp-confirm-info .abe-column {
    margin: 70px auto 0;
    max-width: 720px;
    text-align: center;
}



.vrp-confirm h3 {
  font-weight: 700;
  color: #011738;
}

#abe-map-results {
	position: sticky !important;
	max-height: 85.5vh;
	top: 104px;
}

.ast-container:has(.vrp_main),
.ast-container:has(.abe),
.ast-container .entry-content .abe {
  max-width: 1920px;
  display: block;
}

#atlas-footer {
  background-color: #BFBFBF;
  text-align: center;
  padding: 1rem 0;
}
#atlas-footer p, #atlas-footer a {
  font-size: 14px;
  color: #000;
  font-weight: 300;
}

/* Quick Search Form */
.quicksearchform input, .quicksearchform select, .quicksearchform button {
  margin: 0 !important;
  border: 0 !important;
  
}
.quicksearchform input[type="text"], .quicksearchform select {
  font-size: 12px !important;
  padding-top: 30px !important;
    height: 4.5rem !important;
}
.quicksearchform select {
  font-size: 14px;
  line-height: 20px;
  color: #AAAEAF;
  border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.quicksearchform select option {
  color: #2B3536
}
.quicksearchform input::placeholder {
  font-size: 14px !important;
  line-height: 20px;
  color: #AAAEAF;
}
.abe.quicksearchform input {
  font-size: 14px !important;
  line-height: 20px;
  color: #AAAEAF;
}
.quicksearchform input:hover {
  cursor: pointer;
}
.adddates-input, .addnumber-input {
    position: absolute;
    top: 15px;
    left:12px;
}
.quicksearchform .abe-column span {
  font-size: 14px;
  line-height: 1;
  color: #2B3536;
  pointer-events: none;
  text-align: left;
}
.quicksearchform form {
  width: 98%;
  margin: 0 auto;
  border-radius: 50px;
  padding: 0 5px;
  background: #fff;
}
.quicksearchform .button-column-vrp {
    display: flex;
    align-items: center;
}
body .quicksearchform.fixed .button-column-vrp button {
  width: 44px !important;
  height: 44px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quicksearchform.fixed .abe-column span {
  top: 17px;
}

.quicksearchform.fixed input, .quicksearchform.fixed select {
  padding-top: 25px !important;
}
.quicksearchform.fixed .abe-jumbo input, .quicksearchform.fixed .abe-jumbo select {
  padding-bottom: 10px !important;
}
.quicksearchform .abe-column:nth-last-child(2) select, .quicksearchform .abe-column:nth-last-child(3) select {
  padding-top: 40px !important;
}
.quicksearchform.fixed .abe-column:nth-last-child(2) select, .quicksearchform.fixed .abe-column:nth-last-child(3) select {
  padding: 25px 50px 25px 150px !important;
}
.quicksearchform.fixed .abe-column:nth-last-child(2) select option, .quicksearchform.fixed .abe-column:nth-last-child(3) select option {
  padding: 0 !important;
}
.quicksearchform .abe-filters-wrapper .abe-column select,
.quicksearchform .abe-filters-wrapper .abe-column select {
    padding-top: 10px !important;
}
.quicksearchform .abe-filters-wrapper input[type="text"], .quicksearchform .abe-filters-wrapper select {
    font-size: 16px !important;
    padding-top: 0 !important;
    height: 2.5rem !important;
}
.quicksearchform .abe-filters-wrapper .abe-column:not(:last-child):after {
    top: 0 !important;
}
body .quicksearchform .button-column-vrp button, body .quicksearchform .button-column-vrp input[type="submit"] {
  background: #00afef !important;
  border-radius: 47px !important;
  width: 60px !important;
  height: 60px !important;
}
.quicksearchform .button-column-vrp {
    width: auto;
    display: flex;
    align-items: center;
}
.quicksearchform .abe-row .abe-column:not(:nth-last-child(-n+2)) {
  border-right: 1px solid #EAEBEB;
}
body.dark-menu .isvrppage {
  padding-top: 2rem;
}
body.dark-menu .isvrp-search-page {
  padding-top: 2rem;
}
.big-heading-56 {
  font-size: 56px;
  line-height: 62px;
  margin-bottom: 40px;
}
.quicksearchform .abe-jumbo form {
  margin: 0 1rem;
  width: 100%;
  border:1px solid #ddd;
    padding: 10px;
}
.quicksearchform.fixed .abe-jumbo form {
    margin: 0;
    border: 1px solid transparent;
    padding: 10px;
}



/*modal*/
a#clearfilter {
    margin-bottom: 20px;
    display: block;
}

.themodal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 14px;
  z-index: 800;
  background-color: #fff;
  width: 500px;
  max-width: 80%;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
  transition: 350ms ease-in-out;
}
div#filtermodal.themodal {
  width: 100%;
  max-width: 1024px;
}
.quicksearchform .custom-type-checkbox .abe-column:not(:last-child):after {
  display: none;
}

.themodal.active {
  transform: translate(-50%, -50%) scale(1);
}

.themodal.widermodal {
  width: 100%;
  max-width: 90%;
}

.themodal.widermodal video {
  border-radius: 10px;
}

.themodal form {
  display: flex;
  flex-direction: column;
  row-gap: 13px;
}

.themodal .modal-header {
  padding: 10px;
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid #ddd;
}


.themodal .modal-header .modal-close-button {
    top: 35px;
    left: initial;
    right: 25px;
    font-size: 3rem;
    font-weight: 100;
    cursor: pointer;
    font-weight: 100;
    pointer-events: auto;
}

.themodal .modal-body {
  padding: 20px 45px 40px;
  max-height: 80vh;
  overflow-y: auto;
}

.themodal .modal-body table.ratebreakdown {
  margin-bottom: 15px;
}

.themodal .filter-heading h2 {
  font-size: 24px;
  font-weight: 600;
}

.themodal .filter-heading p {
  margin-top: 5px;
  font-size: 16px;
}

.themodal .price-input {
  width: 100%;
  display: flex;
  margin: 30px 0 35px;
}

.themodal .price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}

.themodal .price-input .field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 19px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}

.themodal .price-input .field input[type=number]::-webkit-outer-spin-button,
.themodal .price-input .field input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.themodal .price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}

.themodal .slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}

.themodal .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #ff9e00;
}

.themodal .range-input {
  position: relative;
}

.themodal .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.themodal input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #ff9e00;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0,0,0,.05);
}

.themodal input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #ff9e00;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0,0,0,.05);
}

#modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0%;
  background-color: rgba(0,0,0,.5);
  pointer-events: all;
  z-index: 8;
}

#modal-overlay.active {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

.modal-footer {
  padding: 40px;
  border-top: 1px solid #ddd;
}

p.mainfilterheading {
    margin: 22px 0;
    text-align: center;
    width: 100%;
    font-size: 28px;
    color: #000;
}
p.likeheading {
    margin: 30px 0 10px;
    font-size: 22px;
    color: #000;
}

.abe-image .lSSlideOuter {
  position: relative;
  display: flex;
  justify-content: center;

}
.abe-image .lSSlideWrapper {
  width: 100%;
}
ul.lSPager.lSpg {
    margin: 0 auto;
    position: absolute;
    bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    z-index: 0;
}
.share-form-wrapper, .inquiry-form-wrapper, .abe-detailed-quote {
  border-radius: 12px;
}
.share-form-wrapper input, .share-form-wrapper select, .inquiry-form-wrapper input, .inquiry-form-wrapper select, .abe-detailed-quote input, .abe-detailed-quote select {
  border-radius: 40px;
}

@media all and (max-width: 768px) {
    .select2-container {
        max-width: 100%;
    }
}

.select2-container--open .select2-dropdown--below {
    z-index: 99999;
}

.select2-container--default .select2-selection--single {
    background-color: #011129;
    border: 2px inset #0a1629;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}

.select2-container .select2-selection--single {
    height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    line-height: 46px;
    padding-left: 2.8rem;
    text-align: left;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 95%;
    border-color: #e2502f transparent transparent transparent;
    border-width: 7px 6px 0 6px;
    margin-left: -10px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered::before {
    content: '';
    background: url(/wp-content/themes/Divi-child/vrp/images/magnifyingglass-search.png);
    height: 20px;
    width: 20px;
    position: absolute;
    top: 15px;
    left: 15px;
}

#video-tour .fluid-width-video-wrapper {padding-top: 56.3% !important;}

/* FEATURED UNITS */

.specials-wrapper {
    margin-top: 60px;
    margin-bottom: 80px;
}
.specials-slider .slide-arrow {
    position: absolute;
    top:-115px;
    right: 220px;
    height:50px;
    width:50px;
    line-height:50px;
    text-align: center;
    border: 1px solid #333;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.specials-slider .slide-arrow:hover {
    border-color: #4EA292;
}

.specials-slider .slide-arrow:hover svg { fill:#ff0000}

.specials-slider .slide-arrow.prev-arrow {
    right:280px;
}

.special-image {position: relative;}
.special-image p.promotional-code {
    position: absolute;
    top:0;
    left: 0;
    padding: 0.7em 0 0.6em 0.6rem!important;
    border-bottom-right-radius: 12px;
    background-color: #ffffffcc;
    font-size: 16px;
    display: flex;
}
.vrp-confirm {
    margin: 4rem 0;
    padding-top: 2rem;
}
/* responsive */

@media all and (max-width: 1850px){
  .abe-results {
    padding: 0 2%;
  }
}

@media all and (max-width: 1440px) {

  .abe-results {
    padding: 0 2%;
  }
  .abe #calendar table { width: 48%; }
  .lSSlideOuter { margin-bottom: 0em; }
  .lSPager.lSGallery li { height: 64px; }
  .abe-amen-name { min-width: 31.3%; }
  .abe-item { flex-basis: 32.3%; max-width: 418px; }
  .abe-checkavail .flex-switch.promo-pets { flex-direction: column; }

  .icons-info {
    column-gap: 1rem;
  }
  .abe-row.abe-results.map-active .abe-row.abe-column-50 {
      flex: 0 0 440px;
  }
  
}

@media all and (max-width: 1280px) {
  .abe-container { width: 98%; margin-left: 1%; margin-right: 1%; }
  .abe #calendar table { float: none; width: 100%; margin: 0 0 5% 0;}
  .abe-results.map-active .abe-item { flex-basis: 98%; }
  .abe-results {
    padding: 0 1%;
  }
  .abe-results.map-active {
      padding: 0 0% 0 8%;
      justify-content: space-between;
  }
  .quicksearchform .abe-jumbo form {
    margin: 0 1%;
  }
  .abe-results > div {
    justify-content: space-between;
  }
  .abe-item {
    max-width: 546px;
  }
  .abe-results {
    padding: 0px 8%;
  }
  .abe-item {
    margin-bottom: 30px;
    max-width: 510px;
  }
  .abe-row.abe-results.map-active .abe-row.abe-column-50 {
    flex: 0 0 490px;
  }
  .abe-row .abe-column.abe-column-50#abe-map-results {
    max-width: 52%;
    flex: 1 0 55%;
  }
}
@media all and (min-width: 1025px) {
  .abe-detailed-quote {
    width: 45%;
  }
}
@media all and (max-width: 1440px ) {
  .abe-unit > .abe-container {
    padding: 0 0;
  }
}
@media all and (max-width: 1200px) {
  .abe-checkavail .flex-switch { flex-direction: column; }
}

@media all and (max-width: 1024px) {
  .quicksearchform form {
    border-radius: 17px;
  }
  .caption {
    font-size: 12px;
  }
  .ui-tabs .ui-tabs-nav li {
    width: 47%;
  }
  #abe-tabs > ul > li {
    margin-bottom: 0.4em;
  }
  #abe-slider li.slick-slide {
    opacity: 1;
  }
  body .quicksearchform .button-column-vrp button, body .quicksearchform .button-column-vrp input[type="submit"] {
    background: #00afef !important;
    border-radius: 47px !important;
    width: 100% !important;
    height: 44px !important;
  }
  #ratebreakdown {
    font-size: 13px;
  }
  td.rate-breakdown-value {
    width: 20%;
  }
  .quicksearchform > form .abe-row {
      display: flex;
      flex-wrap: wrap;
  }
  /*.quicksearchform form .abe-row .abe-column {
      flex: 1 0 48%;
  }*/
  .quicksearchform.fixed form .abe-row .abe-column {
      flex: 1 0 12%;
  }
  .quicksearchform.fixed .button-column-vrp {
    max-width: 44px;
  }
  .main-header.paint-header nav.navigation-header {
    height: 92vh;
  }
  .quicksearchform input, .quicksearchform select {
    padding-top: 30px !important;
  }
  
  .lSPager.lSGallery li { height: 46px; }
  .abe-item { flex-basis: 49%; }
  .abe-results {
    padding: 0 2%;
  }
  .abe-results.map-active {
    padding: 0 0 0 2%;
  }
  .abe-results > div {
    column-gap: 16px;
    row-gap: 16px;
  }
  .abe-item {
    max-width: 480px;
  }

}

@media all and (max-width: 1024px) {
    #page-container {padding-top: 0;}
  .abe-checkavail { max-width: 460px !important; padding: 0 !important; margin: 0 auto !important; }
  .buttons-wrap .abe-row { flex-direction: row; }
  .abe-unit-info {
    flex-basis: 300% !important;
    max-width: 100% !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-tabs { margin-bottom: 2em; border-bottom: 5px solid #011738; }
  .share-form-wrapper, .inquiry-form-wrapper, .abe-detailed-quote { top: 22%; left: 2%; right: 2%; width: 96%; padding: 40px 30px 30px; }
  .lSPager.lSGallery li { height: 56px; }
  .abe-filters-wrapper { width: 98%; padding: 40px 30px 30px; left: 1%; right: 1%; }
  .abe-filters-wrapper .abe-row {flex-direction: column;}
  .abe-filters-wrapper .attr-item, .abe-filters-wrapper .type-item { width: unset; }
  .abe-sort-wrapper > .abe-row { flex-direction: column-reverse; }
  .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-sort select { border-left-color: #fff; border-bottom-color: #00afef; }
  .abe-results.map-active { padding: 0 0.5%; }
  .abe-results.map-active .abe-item, .abe-item { margin-bottom: 4%; }
  .abe-row .abe-column.abe-column-50#abe-map-results { flex: 1 1 auto; max-width: 100%; height: 400px; margin: 0 0 20px 0; }
  .abe-image-container .abe-image img { height: 430px; }
  .abe-payment .abe-book { flex-direction: column-reverse; }
  .abe-booking-details { padding: 0 !important; margin-bottom: 2%; border-left: none; border-bottom: 2px solid #00afef; }
  #vrpbookform { margin: 0 2%; }
  #vrpbookform .abe-row { flex-direction: row; }
  .abe-share-close, .abe-inquiry-close, .abe-quote-close, .abe-filter-close { margin: -40px -30px 30px 0; }
}
@media all and (max-width: 960px) {
    .abe-results > div {flex-wrap: inherit;}
    .quicksearchform .abe-column:not(:last-child):after {top: 0;}
    .abe-title-wrapper h1 {
        font-size:48px;
        line-height: 1;
    }
    .quicksearchform form {
        padding-bottom: 0.5rem;
    }
}
@media all and (max-width: 820px){
  .quicksearchform.fixed form .abe-row .abe-column {
      flex: 1 0 30%;
  }
  .quicksearchform.fixed .button-column-vrp {
    max-width: 100%;
  }
  body .quicksearchform.fixed .button-column-vrp button {
      width: 100% !important;
  }
  .abe-results.map-active {
      padding: 0 2%;
  }

  .abe-row.abe-results.map-active .abe-row.abe-column-50 {
    flex:0 0 100%;
  }
  .abe-item {
    margin: 0 auto;
    max-width: 680px;
    max-height: 700px;
  }
  .abe-item .lSSlideOuter {
    margin-bottom: 0;
  }


}
@media all and (max-width: 768px) {
  .abe-icons { font-size: 16px; }
  .abe-amen-name { min-width: 100%; margin-bottom: 3px !important; padding-bottom: 3px; }
    .quicksearchform .abe-column:not(:last-child):after {top: 0 !important;}
}
.abe-title-wrapper h1 {
    font-size:36px;
}
.abe i.fas.slick-arrow {
    width: 25px;
    height: 35px;
}
.fa-chevron-right, .fa-chevron-left {font-size: 2.5rem !important;}

@media all and (max-width: 560px) {
   #abe-tabs.ui-tabs .ui-tabs-nav li {
        width: 100%;
       text-align: center;
    }
  .rating span {
      float: right;
      right: 20% !important;
      position: relative;
      padding-left: 2px;
  }
  #rating {
      float: initial;
      margin-left: initial;
  }
  #bookingbuttonvrp {
    padding: 0 1rem;
  }
  .abe-book {
    flex-direction: column-reverse;
  }
  .abe-booking-details {
   border-left: initial !important;
  }
  .abe-ratebreakdown {
    width: 94%;
  }
  .abe-booking-background {
    height: 260px;
  }
  .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 5px;
  }
  .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-results-info { padding: 4px 6px 2px; }
  .abe-item, .abe-results.map-active .abe-item { margin-bottom: 5%; }
  #abe-map-results {
    flex: none;
    max-width: 100%;
    height: 500px;
  }
  .abe-map-activator {
    display: none;
  }
  .abe-image-container .abe-image img { height: 300px; }
  #rates table th, #rates table td { font-size: 14px; }
  #vrpbookform .abe-row { flex-direction: column; }

    .abe-title-wrapper h1 {
        font-size:28px;
    }
}

@media all and (max-width: 480px) {
  .quicksearchform form {
    width: 98%;
  }
  div#filtermodal.themodal {
    width: 95%;
  }
  .quicksearchform.fixed input, .quicksearchform.fixed select {
    padding-top: 40px !important;
  }
  .themodal .modal-body {

    padding: 20px 15px 40px;
    max-height: 460px;
  }
  .themodal {
    top: 54%;
  }
  .quicksearchform form .custom-type-checkbox.abe-row .abe-column {
      flex: 1 0 50%;
  }

  #abe-slider img {
    min-height: 370px;
  }

  .abe-form-wrapper .abe-column.group:nth-of-type(1) { flex-direction: column; }
  .abe-item h2 { margin: 0px 0 2px 4px; }
  #abe-tabs .ui-tabs-panel { padding: 1.5em .4em 1em; }
  .abe td, .abe th { padding: 0.3rem; }
  .lSPager.lSGallery li { height: 90px; }
  #vrpinquire .abe-row { flex-direction: column; }
  .icons-info > span {
    flex-direction: column;
  }
  .abe-item {
    max-width: 360px;
  }
  .abe-image-container .abe-image img {
    height: 260px;
  }
  .abe-item h2 {
      margin: 10px 0 7px;
  }
  body.dark-menu .isvrppage {
    padding-top: 3rem;
  }
  .abe h1.big-heading-72 {
      font-size: 28px;
      line-height: 1;
  }
  .icons-info {
    margin-left: 0;
  }
  .icons-info > span > img {
      width: 34px;
      margin-bottom: 5px;
      margin: 0 auto;
  }
  .abe-item .abe-rate {
    margin: 5px 0 20px 0;
  }
  .abe-booking-background {
      padding-top: 50%;
      height: 500px;
  }
  .abe.abe-payment {
      padding: 0px;
  }
  .abe.abe-payment .abe-ratebreakdown td {
      word-break: break-word;
      min-width: 160px;
  }

}

@media all and (max-width: 380px) {
  .abe-form-wrapper .abe-column.group { flex-direction: column; }
  .abe-filters-wrapper, .share-form-wrapper, .inquiry-form-wrapper, .abe-detailed-quote { padding: 40px 20px 20px; }
  .abe-share-close, .abe-inquiry-close, .abe-quote-close, .abe-filter-close { margin: -40px -20px 10px 0; }
  #shareForm .abe-row { flex-direction: column; }
  .abe-item {
    max-width: 340px;
  }
}

@media all and (max-width: 360px) {
  #abe-tabs .ui-tabs-panel { padding: 1.5em .2 1em; }
  .abe-filters-wrapper, .share-form-wrapper, .inquiry-form-wrapper, .abe-detailed-quote { left: 1%; right: 1%; width: 98%; padding: 40px 10px 20px; }
  .abe-share-close, .abe-inquiry-close, .abe-quote-close, .abe-filter-close { margin: -40px -10px 10px 0; }
}
