/*
  Custom CSS
*/

/* Safari select crash fix */
select {
  font-family: sans-serif;
}

body.noscroll{
    position:fixed;
    overflow:hidden;
}
.book-form span{
  color: #fff;
  margin-left: 10px;
}
.logo-mobile{
  padding: 10px;
  max-width: 190px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 42px;
  display: none;
}
#about-hero{
  color: #c39638;
}
.mobile-cta{
  text-align: center;
  background: #c39638;
  /* color: #fff; */
  font-size: 18px;
  font-weight: bold;
  display: none;
  z-index: 20;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.feat-prop-grid .property-image {
  overflow: hidden;
}
.feat-prop-grid .property-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.extra-content p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 23px;
}
.extra-content h2 {
    margin-bottom: 20px;
}

.mobile-cta a{
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: block;
  width: 100%;
  padding: 12px 0;
  text-transform: uppercase;
}
.mobile-phone{
  width: 100%;
  padding: 5px 0 10px;
  text-align: center;
  font-size: 23px;
  display: none;
}
div.wpcf7-mail-sent-ok{
  display: inline-block !important;
}
.form-control:after{
  pointer-events: none;
}
.pricing__request{
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 30px;
}
.pricing__request i{
  color: #c39638;
}
.mobile-left .phone{
  display: none;
}
.navbar{
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.navbar.hide-top{
  -webkit-transform: translateY(-45px);
      -ms-transform: translateY(-45px);
          transform: translateY(-45px);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.navbar-header{
  z-index: 30;
}

.navbar-nav>li>a {
  font-size: 12px;
  letter-spacing: 2px;
}
@media screen and (max-width:1024px){
  .navbar-nav>li>a{
    font-size: 10px;
    letter-spacing: 2px;
    padding: 15px 0;
  }
  #menu-main-menu{
    margin-top: 10px;
  }
}

@media screen and (max-width:768px){
  .mobile-left{
    position: absolute;
    clear: both;
  }
  .search-wrapper h2:before, .search-wrapper h2:after{
    width: 20px;
  }
  .filter .filter-controls{
    margin-top: 10px;
  }
  .footer-search-wrapper .footer-title h4{
    font-size: 42px;
  }
  .footer-search-box h4:before, .footer-search-box h4:after{
    width: 10px;
    top: 13px;
  }

  .filter .filter-controls li a{
    font-size: 13px;
  }
  .navbar-header{
    padding-bottom: 5px;
  }
  .mobile-left .phone{
    display: block;
  }
  .mobile-phone{
    display: block;
  }

}
@media screen and (max-width:766px){
  .navbar-nav>li>a{
    padding: 10px 15px;
  }
}
@media screen and (max-width:375px){
  .logo-mobile{
    top: 45px;
    left: 10px;
    max-width: 150px;
  }
}
.form-popup{
  overflow: scroll;
}
@media screen and (max-width: 768px){
  .top-header-inner{
    padding: 0 !important;
  }
  .search-wrapper h2:before{
    left: -30px;
  }
  .search-wrapper h2:after{
    right: -30px;
  }
  .close-book-now{
    top: -90px;
  }
  .logo-mobile{
    display: block;
  }
}
@media screen and (max-width: 468px){
  .search-wrapper h2:before,.search-wrapper h2:after{
    display: none;
  }
}
.feat-prop-grid .mix,
.feat-prop-grid .gap{
  display: inline-block;
}

#villas-search-grid .feat-prop-grid .grid-item.mix{
  display: none;
}
#villas-search-grid .mix:nth-child(4n){
  margin-right: 0px;
}
div[id*="ajaxsearchliteres"].vertical{
  z-index: 9999;
}
div[id*="ajaxsearchlite"] .probox div.prosettings{
  display: none;
}
#ajaxsearchlite1 .probox, div[id*="ajaxsearchlite"] .probox{
  height: 35px;
}
div[id*='ajaxsearchlite'] .probox .proinput{
  margin: 5px 0px 0 10px;
}
.ajax-search-bar{
  display: none;
  margin: 7px 0;
  background-color: #fff;
  position: absolute;
  width: 100%;
}
.news-post-wrapper img{
  margin: 20px 0;
}

/*
  19-07-2019
*/

.villa-header-inner {
  padding-top: 140px;
}

.villa-info-wrapper {
  padding: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 13px rgba(0,0,0,0.1);
          box-shadow: 0 0 13px rgba(0,0,0,0.1);
}

.villa-title h2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.villa-header-image {
  height: 40vh;
  margin-bottom: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.property-gallery-top .swiper-slide {
  height: 500px;
  background-size: cover;
  background-position: center;
}

.property-gallery-top .property-image-prev,
.property-gallery-top .property-image-next {
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 42px;
  height: 52px;
  line-height: 52px;
  font-size: 34px;
  -webkit-box-shadow: 0 0 7px rgba(0,0,0,.2);
          box-shadow: 0 0 7px rgba(0,0,0,.2);
  background: rgba(255,255,255,.9);
  color: #c39638;
  z-index: 100;
  outline: 0;
}

.property-gallery-top .property-image-prev {
  left: 0;
}

.property-gallery-top .property-image-next {
  right: 0;
}

.property-gallery-top .swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.simplefavorite-button, .link-share {
  right: 25px;
  top: 25px;
}

.link-copy-info {
  right: 80px;
  top: 82px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.open-galery-lightbox {
  padding: 0;
  border: 0;
  font-size: 16px;
  color: #c79f4b;
  position: absolute;
  right: 30px;
  z-index: 20;
  width: 40px;
  top: 125px;
  right: 25px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(255,255,255,.9);
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 13px rgba(0,0,0,.2);
          box-shadow: 0 1px 13px rgba(0,0,0,.2);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.open-galery-lightbox:hover {
  background-color: #c79f4b;
  color: #fff;
}

.link-copy-info::before {
  display: none;
}

.property-gallery-thumbs-wrapper {
  position: relative;
  padding: 0 75px;
}

.property-gallery-thumbs-wrapper .property-gallery-thumbs {
  height: auto;
}

.property-gallery-thumbs-wrapper .property-gallery-thumbs .swiper-slide {
  height: 85px;
  background-size: cover;
  cursor: pointer;
}

.property-gallery-thumbs-wrapper .property-thumbs-prev,
.property-gallery-thumbs-wrapper .property-thumbs-next {
  position: absolute;
  display: block;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  color: #cfcfcf;
  font-size: 34px;
  z-index: 100;
  outline: 0;
}

.property-gallery-thumbs-wrapper .property-thumbs-prev {
  left: 15px;
}

.property-gallery-thumbs-wrapper .property-thumbs-next {
  right: 15px;
}

.property-gallery-thumbs-wrapper .swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.villa-info .villa-info-block {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: solid 1px rgba(0,0,0,0.1);
}

.book-now-widget {
  padding: 30px;
  padding-bottom: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 13px rgba(0,0,0,0.1);
          box-shadow: 0 0 13px rgba(0,0,0,0.1);
}

#book-now {
  margin-bottom: 0;
}

.book-now-widget .pricing__request {
  font-size: 15px;
  text-align: center;
}

.book-now-widget input {
  width: 100%;
  border: 1px solid #e8e8e8;
  padding: 10px 15px;
  border-radius: 0;
  height: 45px;
  background: #fff;
  margin-bottom: 15px;
}

.book-now-widget input[type="date"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.book-now-widget .pricing__request i {
  vertical-align: middle;
}

.villa-pricing-block {
  border: 1px solid #e8e8e8;
  padding: 10px 15px;
  margin-bottom: 10px;
}

.booking-widget-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.booking-widget-contact span {
  margin-right: 20px;
}

.booking-widget-contact-btn {
  text-transform: uppercase;
  border: 1px solid #c39638;
  padding: 7px 10px;
  border-radius: 5px;
}

.book-form fieldset {
  margin-bottom: 0;
}

.footer-list .caret {
  display: none;
}

.form-control:after {
  content: none;
}

@media(max-width:767px) {
  .villa-header-inner {
    padding-top: 90px;
  }
  .property-gallery-thumbs-wrapper {
    padding: 0px;
  }
  .villa-info-wrapper {
    padding: 30px 15px;
  }
}

@media(max-width:991px) {
  .book-now-widget {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media(max-width:1999px) {
  .property-description {
    text-align: center;
  }
}