:root {
  --dark-green-color: #225555;
  --main-color: #225555;
  --light-green-color: #a4bb29;
}

@font-face{
  font-family: "Lindsey";
    src: url("lindsey-signature.otf") format("otf"),
         url("lindsey-signature.ttf") format("truetype"),
         url("lindsey-signature.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.lindsey-font {
  font-family: "Lindsey";
  font-size: 72px;
}
body {
 background-color: #fafef5;
}
p {
  font-size: 1.12em;
  line-height: 1.7em;
}
h1, h2, h3 , h4, h5, h6 {
  color: #005656;
  font-weight: 500;
}
.slick-arrow i {
    font-size: 42px;
    color: #005656;
    position: absolute;
    left: 0;
    top: 0;
}
#slideshow .slick-arrow i {
    color: #fff;
    opacity: 0.8;
    text-shadow: 0 0 5px #0003;
}
.thereview-inner {
    margin: 0 40px;
}


@media screen and (max-width: 1024px) {

  i.fa.fa-arrow-down.fa-dod {
      color: #efefef;
      position: absolute;
      pointer-events: none;
      opacity: 0;
      visibility: hidden;
      right: 0;
      top: 0;
      width: 39px;
      height: 39px;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  #menu-toggle:checked ~ nav .menu > li i.fa.fa-arrow-down.fa-dod {
    opacity: 1;
    visibility:visible;
  }
  #menu-toggle ~ nav .menu li .sub-menu {
    display: none;
    padding-left: 15px;
  }
  #menu-toggle ~ nav .menu > li {
    max-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ nav .menu > li {
    /*border: 1px solid #333;*/
    min-height: 2.5em;
    max-height: 550px;
    text-align: center;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ nav .menu > li a{
    padding: 0.5em 1em;
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #225555;
  }
  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
  ul.sub-menu {
    background-color: #224a4a;
  }
  ul.sub-menu li {
      display: flex;
      text-align: left;
  }
  .menu-item-has-children > a {
      flex: 1 0 27%;
  }
  .menu > li a {
      transition: none;
  }
  .header-nav a {
    text-align: left;
  }
  
  input.sub-button {
      position: absolute;
      right: 0;
      top: 0;
      opacity: 0;
      visibility: hidden;
      background-color: #93be2c;
      width: 39px;
      height: 39px;
      border:1px solid #93be2c;
      border-radius: 40px 0 0 40px;
      transition: 0s ease-out;
  }
  input.sub-button:hover {
      background-color: #293030;
      border-color: #293030;
  }
  #menu-toggle:checked ~ nav input.sub-button{
      opacity:1;
      visibility:visible;
  }
  
  .header-logo h1 {
    margin: 0;
      display: flex;
  }
  .header-logo h1 a {
      display: flex;
  }
  .header-nav {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 80px;
  }
  .header-nav a {
      color: #fff;
      font-weight: 400;
      text-decoration: none;
      text-shadow: 0 0 8px #000;
  }
  .nav-holder {
      display: flex;
      height: 100%;
  }

  .menu > li {
    margin: 0 1rem;
    overflow: hidden;
  }

  .menu-button-container {
    display: flex;
    height: 100%;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .menu {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    margin-top: 78px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  

  .menu-button,
  .menu-button::before,
  .menu-button::after {
    display: block;
    background-color: #fff;
    position: absolute;
    height: 4px;
    width: 30px;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
  }

  .menu-button::before {
    content: '';
    margin-top: -8px;
  }

  .menu-button::after {
    content: '';
    margin-top: 8px;
  }

  #menu-toggle:checked + .menu-button-container .menu-button::before {
    margin-top: 0px;
    transform: rotate(45deg);
  }

  #menu-toggle:checked + .menu-button-container .menu-button {
    background: rgba(255, 255, 255, 0);
  }

  #menu-toggle:checked + .menu-button-container .menu-button::after {
    margin-top: 0px;
    transform: rotate(135deg);
  }
  .sub-menu {
      margin-left: 0;
      width: 100%;

  }
  .zabe-overlay-boxcontent {
    padding: 40px 40px 60px;
  }
  .footer-main-grid {
    margin-bottom: 40px;
  }
  .vrpsearcher {
    background-color: #fafef5;
  }
  .vrpsearcher .abe form, .abe .vrpsearcher-results form {
    border-radius: 0 0 20px 20px;
    overflow: hidden; 
  }
}
#menu-toggle {
    display: none;
  }

.main-header {

  position: relative;
  width:100%;
  z-index: 100;
  background-color: #93be2c;
  height: 78px;
}
.header-container {
    margin: 0 auto;
    display: flex;
    width: 94%;
    column-gap: 18px;
    justify-content: space-between;
    align-items:flex-start;
}
.header-logo {
    background-color: #225555;
    border-radius: 0 0 15px 15px;
    box-shadow: 0px 0px 8px #0006;
}
.header-logo h1 {
    margin: 10px 15px;
}
.header-logo img {
    height: 100%;
    max-height: 50px;
    width: auto;
}


.homepage-hero {
    width: 100%;
    height: 100vh;
    max-height: 58vh;
    display: flex;
    flex-direction: column;
}
.hero-placeholder {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#slideshow .slick-prev.slick-arrow {
    left: 20px !important;
}
.slick-list {
    width: 100%;
    height: 100%;
}
.slick-slide {
    display: none;
    float: left;
    background-size: cover;
    background-position: center;
    height: 100%;
    min-height: 1px;
}
.slick-next {
    width: 26px;
    height: 42px;
    right: 25px !important;
}
.slick-prev{
    width: 26px;
    height: 42px;
}
#guestWPReviews .slick-next.slick-arrow {
    
    right: -20px !important;
}
#guestWPReviews .slick-prev.slick-arrow {
    width: 26px;
    height: 42px;
    left: -20px !important;
}
button.slick-arrow:hover, button.slick-arrow:focus{
    background-color: transparent !important;
    border: 0 !important;
}
.homepage-hero-slider-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 58%;
    margin: 0 auto;
    text-align: center;
}
div#slideshow {
  width: 100%;
  height:100%
}
.homepage-hero-slider {
  width: 100%;
}
.lindsey-headline {
  margin: 10px;
  text-align:center;
}
.lindsey-headline h3 {
  margin: 30px 0;
}

.top-right-corner {
    display: none;
    top: 0;
    padding: 20px;
    position: absolute;
    color: #fff;
    /* z-index: -1; */
    text-align: center;
    text-shadow: 1px 1px 8px #000;
}
.homepage-hero .top-right-corner {
    padding: 20px 50px;
    display: block;
    font-size: 54px;
}

.slick-prev, .slick-next {
  z-index:3;
}

/* Regular single page hero */

.subpage-hero {
    width: 100%;
    /* height: 800px; */
    min-height: 85vh;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
}
.subpage-hero.vrp-hero {
  min-height: 40vh;
}

.featured-image {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background-size: cover;
    background-position: center;
}
.featured-image:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #0000001c;
}
.featured-image h1 {
    margin: 0 auto;
    padding: 10px;
    color: #fff;
    font-weight: 300;
    text-shadow: 1px 1px 5px #000;
    font-size: 2.4em;
    width: 100%;
    text-align:center;
    position: relative;

}


/* VRP */
.vrpsearcher .abe form, .abe .vrpsearcher-results form {
  margin-bottom: 0;
  border: 1px solid #000;
  
}
.abe .vrpsearcher-results form {
  border-radius: 10px;
}
.vrpsearcher form > .abe-row > .abe-column, .vrpsearcher-results form .abe-column.group > .abe-column {
    padding: 0;
}
.vrpsearcher .abe select, .vrpsearcher .abe input[type='text'], .vrpsearcher .abe button,.abe .vrpsearcher-results input[type='text'], .abe .vrpsearcher-results  select, .abe .vrpsearcher-results  input, .abe .vrpsearcher-results  button {
    margin: 0;
    border-radius: 0;
    height: 42px;
}
.vrpsearcher .abe .abe-jumbo input[type="submit"]{
    height: 42px;
}
.abe .vrpsearcher-results .abe-filters-wrapper select, .abe .vrpsearcher-results .abe-filters-wrapper input, .abe .vrpsearcher-results .abe-filters-wrapper button {
  border-radius: 3px;
}
.vrpsearcher-results form > div:last-of-type .abe-column:last-of-type input[type="submit"]{
    height: 42px;
}

.main-bg {
  background-color: #fafef5;
}
.main-bg-asbefore{
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  max-width: 854px;
  height: 640px;
  background-color: #fafef5;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  background-blend-mode: multiply;
  opacity: 0.4;
  z-index: -1;
}

.welcomecontent {
    position: relative;
}
.welcomecontent .lindsey-font {
    margin: 0 0 40px 0;
    line-height: 1em;
}
.welcome-div {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.welcomecontent {
  padding: 40px;
}/*
.welcome-div:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    max-width: 854px;
    height: 640px;
    background-color: #fafef5;
    background-image: url(https://rentkeywest1.wpengine.com/wp-content/uploads/2022/08/palm-hp.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    background-blend-mode: multiply;
    opacity: 0.3;
    z-index: -1;
}*/
.zabe-row {
    display: flex;
    flex-direction: column;
}
.shorten-zabe-row {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.zabe-container {
    margin: 0 auto;
    max-width: 1760px;
    width: 95%;
}
/* GRID 3*/

.zabe-grid3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
    row-gap: 10px;
}
.zabe-box {
    flex: 0 0 100%;
    display: flex;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 0 14px #0005;
    position: relative;
}
.zabe-box a {
    width: 100%;
    height: 280px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* padding: 30px; */
    text-decoration: none;
    transition: all .4s ease-out;
    overflow: hidden;
    position: relative;
}
.zabe-box a:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #00000017;
    transition: all 0.3s ease-out;
}
/*
.zabe-box:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,.1);
}*/
.zabe-box:after {
    position: absolute;
    left: -100%;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent, rgba(255,255,255,.1), transparent);
    transition: 0.5s;
}
.zabe-box:hover:after {
    left: 100%;
}

.zabe-box:hover a {
  transform: scale(1.05);
}
.zabe-box a h3 {
    color: #fff;
    text-shadow: 0 0 9px #000;
    font-weight: 300;
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

.zabe-overlay-row {
    margin: 5% 0;
    position: relative;
    display: flex;
    align-items: center;
}
.zabe-overlay-row-asbefore {
    position: absolute;
    height: 100%;
    content: "";
    z-index: -1;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.review-overlay-box {
  width: 100%;
}
.asbeforeright .zabe-overlay-row-asbefore{
    right: 0;
}
.asbeforeleft .zabe-overlay-row-asbefore{
    left: 0;
}
.zabe-overlay-boxcontent {
    display: flex;
    border-radius: 25px;
    background-color: #fff;
    box-shadow: 1px 1px 15px #0005;
    margin: 60px auto;
    width: 90%;
    padding: 40px;
}
.zabe-overlay-box h2 {
  font-size: 30px;
}
div#guestWPReviews {
  position:relative;
  width: 100%;
}
.thereview h4 {
    margin: 0;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    text-shadow: 1px 1px 3px #0002;
}
.prop-services .zabe-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.prop-services .zabe-box h3 {
    padding: 50px;
    /* background-color: #fff; */
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900 !important;
    background-color: #ffb900 !important;
    border-radius: 7px !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #a4bb29 !important;
    background-color: #a4bb29 !important;
    border-radius: 10px !important;
}

.featured-image.main404 {
    flex-direction: column;
}
.message404 {
    background-color: #a4bb29;
    padding: 0 40px;
    border-radius: 10px;
    color: #fff;
}


/* Contact form*/
.contact-form-full-bg {
    margin: 100px 0;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
}
.contact-form-full-bg:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0,0,0,.38);
}

.contact-form-container {
    padding: 20px;
    max-width: 853px;
    margin: 100px auto;
    position: relative;
}
.contact-form-container h4 {
    color: #fff;
    margin: 0;
    text-align: center;
}
.footer-regular-flex {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
}
.footer-regular-column {
    flex: 1 0 48%;
    display: flex;
}
.footer-regular-column > span {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.footer-regular-column > span > input {
    width: 100%;
    padding: 10px;
    border-radius: 7px;
}
.footer-regular-full {
    flex: 0 0 100%;
}
.footer-regular-full textarea {
    width: 100%;
    padding: 10px;
    border-radius: 12px;
}
input[type="submit"].regularButton, .regularButton {
    margin: 0 auto;
    min-width: 140px;
    padding: 12px 46px;
    border: none;
    border-radius: 12px;
    background: #a4bb29;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 1px 1px 3px #0005;
    display: block;
    cursor: pointer;
}
/*
footer span.select2.select2-container.select2-container--default {
    max-width: 330px !important;
}*/

.newsletter-form-wrap form input {
    padding: 7px 10px;
    width: 100%;
    margin-bottom: 10px;
    /* flex-direction: column; */
}
.newsletter-form-wrap input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    border-radius: 10px;
    min-height: 41px;
    background-color: #a4bb29;
    border: 0;
}



/* Button*/
.bordered-button {
    padding: 10px 20px;
    border: 2px solid;
    font-size: 1.2em;
    font-weight: bold;
    text-shadow: 1px 1px 3px #0007;
    box-shadow: 1px 1px 3px #0007;
    transition: all 0.3s ease-out;
}
.white-bordered {
    border-color: #fff;
    color: #fff;
}
.bordered-button:hover, .white-bordered.bordered-button:hover {
    background-color: #a4bb29;
    color: #225555;
    text-shadow: none;
    border-color: #a4bb29;
}
/* BLOG */

#blog {margin-bottom:1rem;}
#blog .flex-posts {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    flex: 0 0 100%;
    border-radius: 10px;
    box-shadow: 0 0 14px #0002;
    background-color: #fff;
}
.inner-posts {
    width: 90%;
    margin: 0 auto;
}
.blog-flex {
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    column-gap: 2%;
}
.blog-content {
    margin-left: 2%;
}
.blog-content h2 {
    margin-top: 0;
}
.pagination {
    margin: 50px 0;
}
.pagination-inner {
    text-align: center;
}
.page-numbers {
    background: #225555;
    padding: 10px;
    color: #fff;
    border-radius: 10px;
}
.page-numbers:hover {
    color: #ccc;
}
.flex-posts-background {
    height: 340px;
    width: 100%;
    border-radius: 10px 10px 0 0;
    display: flex;
}
.flex-posts-background a {
    width: 100%;
    height: 100%;
}
.flex-blog-eachpost {
    background-color: #fff;
    padding: 15px;
    border-radius: 0 0 10px 10px;
}
.blog-content .post-meta a {
    text-decoration: none;
}
.blog-content .post-meta h2 {
    font-size: 1.6em;
    /* text-decoration: none; */
}
.blog-content {
    margin-left: 2%;
}
a.readmorebut {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid;
    width: 130px;
    font-weight: bold;
    color: #a4bb29;
}



/* FOOTER*/

footer#colophon {
    background-color: #225555;
}

.footer-main-grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.footer-info-main .footer-main-grid-in {
    padding: 40px 35px 0 35px;
}
.footer-main-grid-in h3 {
    color: #c69e48;
}
.footer-main-grid-in h4 {
    margin: 0;
    text-align: center;
    color: #fff;
}

.footer-main-grid-in p {
    margin: 0;
    color: #fff;
}

.footer-logo {
    margin-bottom: 25px;
    width: 240px;
}

.footer-main-grid-in ul#footer-primary-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-main-grid-in ul#footer-primary-menu a {
    text-decoration: none;
    line-height: 1.2em;
}
.footer-main-grid-in li a {
    color: #fff;
}
.footer-main-grid-in p > a {
    color: #fff;
}

.footer-main-grid-in h3 {
    color: #a1a572;
    font-weight: 400;
    margin: 0 0 7px 0;
    font-size: 1.5em;
}

.mfp-image-holder .mfp-close {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    padding: 0;
    cursor: pointer !important;
}
.social-grid {
    display: flex;
    column-gap: 10px;
}

.social-grid a {
    padding: 7px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    transition: all 0.2s ease-out;
}
.social-grid a:hover {
    background-color: #a4bb29;
}

footer input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email::placeholder {
    color: #fff;
}

.afterFooter {
    /* margin: 0 auto; */
    /* max-width: 1600px; */
    display: flex;
    justify-content: space-between;
    align-items:center;
    flex-wrap: wrap;
}
.afterFooter-column {
    display: flex;
    flex-direction: column;
    text-align: right;
    justify-content: center;
}
.afterFooter-column.imger {
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    column-gap: 30px;
    align-items: center;
    flex-wrap: wrap;
}
.afterFooter-column p {
    margin: 0;
}
.footer-main.footer-info-main.afterFooter {
    padding: 20px 32px;
}
button.mfp-close:hover, button.mfp-close:hover , button.mfp-arrow:hover {
    background-color: transparent !important;
    border: 0 !important;
}

.container-post form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    column-gap: 13px;
}
.container-post form p {
    margin: 6px;
    /* width: 100%; */
}
.container-post form p input {
    width: 100%;
    padding: 11px;
    border-radius: 10px;
    border: 2px solid #000;
}




/* Events  */



/* About us*/

.wide-content-container {
    width: 93%;
    margin: 0 auto;
}
.wide-flex-bg img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px #0003;
}
.wide-banner {
    margin: 40px 0;
    height: 213px;
    background-size: cover;
    background-position: center;
}
.wide1200 {
    max-width: 1200px;
}
.wide-content-container h2, .wide-content-container h3, .wide-content-container p{
    margin: 0;
}
div#featured-units-here .abe-item {
    margin-bottom: 12px;
}

.blog-categories {
    text-align: center;
    margin: 10px;
}
.categories-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    row-gap: 10px;
}
.categories-flex a {
    padding: 5px 15px;
    background-color: #a4bb29;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 1.1em;
    transition: all 0.2s ease-in-out;
}
.categories-flex a:hover {
    background-color: #225555;
}

/* Single post*/

.single-post-container {
    margin: 50px auto 50px auto;
    max-width: 1166px;
}
.single-post-container h2 {
    margin: 25px 0;
}
.single-post-container h3, .single-post-container h4, .single-post-container h5, .single-post-container h6, .single-post-container p {
    margin-bottom: 15px;
}
.single-post-container a {
    color: #225555;
    word-break: break-word;
}

.contact-page-form-container {
    padding: 25px;
    margin: -20px auto 0;
    max-width: 800px;
    background-color: #fafef5;
    position: relative;
    border-radius: 17px;
}
.nav-links a {
    text-decoration: none;
    color: #225555;
}
.nav-links span {
    padding: 12px;
    background-color: #a4bb29;
    border-radius: 10px;
}





@media screen and (min-width: 720px){
  .zabe-row {
    flex-direction: row;
  }
  .zabe-grid3 {
    row-gap: 20px;
  }
  .zabe-1-3 {
      flex: 1 0 33%;
  }
  .zabe-2-3 {
      flex: 1 0 66%;
  }
  .zabe-box {
      flex: 1 0 45%;
  }
  #blog .flex-posts {
      flex: 1 0 47%;
  }
  .footer-main-grid {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-info-main .footer-main-grid-in {
    padding: 40px 35px;
    flex: 0 0 48%;
  }
  .top-right-corner {
    display: block;
  }
}

@media only screen and (max-width: 800px) {
    .flex-posts-background {
        width: 100%;
        height: 250px;
    }
    .flex-blog-eachpost {
        width: 100%;
    }
    .flex-posts {
        flex-direction: column;
    }
}

@media screen and (min-width: 1024px){
  .contact-page-form-container {
    margin: -100px auto 0 auto;
  }
  .wide-flex-div {
      display: flex;
      column-gap: 30px;
  }
  .wide-flex-bg {
      flex: 0 0 30%;
  }
  #blog .flex-posts {
      flex: 1 0 31%;
  } 
}



@media screen and (min-width: 1025px){
  .main-header {
      background-color: rgba(0,0,0,0.35);
      position: absolute;
      width: 100%;
      height: 60px;
      top: 0;
  }
  /*
  .main-header:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(0deg, #0000 , #0007);
      opacity: 0.8;
      content: "";
      z-index: -1;
      transition: all 0.3s ease-out;
  }*/

  .main-header:hover:before {
      opacity: 1;
  }
  .header-logo img {
    max-height: 80px;
  }
  .mobilevpl {
    display: none;

  }
  .desktopvpl {
    display: block;
  }
  .menu-button-container {
    display: none;
  }
  .nav-holder {
      min-height: 60px;
      display: flex;
      align-items: center;
  }
  #menu-primary-menu > li > a {
    color: #fff;
    text-decoration:none;
    font-size: 1.1em;
  }
  .menu {
    position: static;
    top: 0;
    margin-top: 0;
    left: 0;
    flex-direction: initial;
    width: initial;
    justify-content: initial;
    align-items: initial;
  }
  .nav-custom-flex {
      flex-direction: row;
  }
    .nav-custom-flex a{
      width: initial;
      background-color: #fff;
  }
  .menu > li {
    overflow: visible;
  }
  .nav-holder nav {
    display: flex;
    align-items: center;
  }
  .menu-primary-menu-container > ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    
  }
  .menu-primary-menu-container > ul > li {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
  }
  .menu-primary-menu-container > ul > li > input, .menu-primary-menu-container > ul > li > i {
      display: none;
  }
  .menu-primary-menu-container > ul > li:before {
      position: absolute;
      top: -5px;
      width: 0;
      height: 1px;
      background-color: #fff;
      content: "";
      transition: all 0.4s ease-in-out;
  }
  .menu-primary-menu-container > ul > li:hover:before {
    width: 100%;
  }
  .menu-primary-menu-container > ul > li.current-menu-item:before, .menu-primary-menu-container > ul > li.current-menu-ancestor:before {
    width: 100%;
  }
  .menu-primary-menu-container > ul > li > a {
      padding: 10px;
  }
  .sub-menu {
      min-width: 160px;
      padding: 0;
      opacity: 0;
      transform: translateY(-50px);
      visibility: hidden;
      position: absolute;
      top: 53px;
      /* text-align: center; */
      background-color: var(--main-color);
      box-shadow: 0px 8px 9px #0004;
      z-index: -1;
      transition: all 0.4s ease-out;
  }
  .menu-primary-menu-container > ul > li:hover .sub-menu {
      transform: translateY(0px);
      opacity: 1;
      visibility: visible;
  }
  ul.sub-menu li {
      padding: 10px;
      display: flex;
      line-height: 1.2em;
      /* text-transform: uppercase; */
      transition: all 0.3s ease-out;
  }
  ul.sub-menu li:hover {
      background-color: #171717;
  }
  .header-nav ul.sub-menu a {
      font-weight: 400;
      font-size: 18px;
      width: 100%;
      height: 100%;
      text-decoration: none;
      color: #fff;
  }
  .homepage-hero {
      min-height: 89vh;
  }
  h1.top-right-corner {
    top: 30px;
    right: 10px;
    font-size: 3em;
  }

  /* VRP*/
  .vrpsearcher {
      overflow: hidden;
      background-color: #a4bb29;
      display: flex;
      align-items: center;
  }
  .vrpsearcher-container {
      margin: 24px auto;
      max-width: 1300px;
      width: 100%;
  }
  .vrpsearcher .abe form {
      margin-bottom: 0;
      border-radius: 10px;
  }

  .vrpsearcher form {
      border-radius: 10px;
  }
  .vrpsearcher form > .abe-row > .abe-column:first-of-type input {
      border-radius: 8px 0 0 8px;
  }
  .vrpsearcher form > .abe-row > .abe-column:last-of-type button {
      border-radius: 0px 8px 8px 0;
      width: 100.2%;
  }
  .vrpsearcher-results form > div:first-of-type .abe-column:first-of-type > div {
      border-radius: 8px 0 0 8px;
  }
  .vrpsearcher-results form > div:last-of-type .abe-column:last-of-type input[type="submit"] {
      border-radius: 0px 8px 8px 0;
      width: 100.3%;

  }


  /* HP content*/

  .shorten-zabe-row {
      margin: 0 auto;
      max-width: 88%;
      column-gap: 30px;
  }
  .zabe-row {
      display: flex;
  }
  .zabe-1-3 {
      flex: 1 0 33%;
  }
  .zabe-2-3 {
      flex: 1 0 66%;
  }

  .zabe-box {
      flex: 1 0 30%;
      max-width: 568px;
  }
  .zabe-overlay-row-asbefore {
    width: 55%;
    box-shadow: 0 0 14px #0005;
  }

  .asbeforeright .zabe-overlay-row-asbefore {
    border-radius: 25px 0 0 25px;
  }
  .zabe-overlay-boxcontent {
    margin: 40px 0;
    padding: 60px 80px;
    width: 55%;
  }
  .asbeforeleft .zabe-overlay-row-asbefore {
    border-radius: 0 25px 25px 0;
  }
  .asbeforeleft .zabe-overlay-boxcontent {
    margin: 40px 0 40px auto;
  }


  /*Footer*/


  .footer-main.footer-info-main {
      margin: 0 auto;
      max-width: 90%;
  }
  .footer-main-grid {
      flex-direction: row;
      justify-content: space-between;
  }
  .footer-main-grid-in {
      flex: 1 0 22%;
      display: flex;
      max-width: 350px;
      flex-direction: column;
      /* justify-content: center; */
  }
  .newsletter-main .footer-main-grid-in {
      justify-content: center;
      padding: 20px 35px;
      border-bottom: 2px solid #fff;
  }

}
@media screen and (min-width: 1100px){
    .thereview-inner {
        margin: 0 2.3vw;
    }
    #guestWPReviews .slick-next.slick-arrow {
        right: -44px !important;
    }
    #guestWPReviews .slick-prev.slick-arrow {
        left: -44px !important;
    }
}
@media screen and (min-width: 1400px){
    .header-logo img {
      max-height: 112px;
    }
    .zabe-box a {
      height: 400px;
    }
}
@media screen and (min-width: 1600px){
    .wide-flex-bg img {
        height:100%;
        object-fit: cover;
    }
    .zabe-overlay-boxcontent {
        padding: 80px 110px 120px;
    }
}