/**
* Theme Name: Villax Child
* Description: This is a child theme of Villax, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: villax
* Version: 1.2.0
*/

/* body general styles */

::-webkit-scrollbar {
	width: 6px;
	background: white;
}

::-webkit-scrollbar-thumb {
 background: var( --primary );
} 

/* Header */

span.call-us-header {
  background: var(--primary);
  color: white;
  padding: 10px 30px;
}

span.call-us-header-dropdown {
  display: none;
  position: absolute;
  background: white;
  padding: 15px 25px;
  margin-top: 9px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  left: 50%;
  transform: translate(-50%, 0);
}

span.call-us-header:hover span.call-us-header-dropdown {
  display: flex;
  flex-direction: column;
}

span.call-us-header span.call-us-header-dropdown svg {
  width: 20px;
  display: inline-block;
}

span.call-us-header span.call-us-header-dropdown a {
  display: flex;
  gap: 5px;
}

/* home */

#home-testimonials-slider .slick-dots li button {
  opacity: 1;
  background-color: #CCC2B8;
}

/* Contact Page */

div#elite-cyclades-contact-form form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

div#elite-cyclades-contact-form form label.your-message-textarea {
  grid-column: span 2;
}

div#elite-cyclades-contact-form form input {
  width: 100%;
}

div#elite-cyclades-contact-form form input[type="submit"] {
  line-height: 35px;
  margin-top: 20px;
  max-width: 140px;
  font-weight: normal;
  font-size: 16px;
}

.page-id-45 .grecaptcha-badge {
  bottom: 80px !important;
}

/* House Single */

/* House Images */

.to_book-template-default.single .booking_single_gallery .gallery-wrap img {
  height: 600px;
  object-fit: cover;
}

/* lightbox */

.to_book-template-default.single .pswp--open {
  z-index: 9999;
}

.to_book-template-default.single .d-none {
  display: none;
}

.to_book-template-default.single .pswp__bg {
  background: #00000078;
}

.to_book-template-default.single .elementor-widget-babe-price-form .item_info_price .item_info_price_from .item_info_price_night {
  display: none;
}
.to_book-template-default.single .item_info_price label {
  display: none;
}

.to_book-template-default.single .elementor-widget-babe-price-form .item_info_price .item_info_price_from {
  color: black;
} 

.to_book-template-default.single span.currency_amount::before { content:"Low Season: "} 

.to_book-template-default.single span.currency_amount::after {content:"/night"} 

/* end of lightbox */

/* single house */

.to_book-template-default.single .elementor-2098 .elementor-element.elementor-element-f373461 {
  box-shadow: 0px 10px 0px 0px var(--primary) inset;
}

#single-house-meta-info .elementor-widget-container .meta_item:nth-child(1) {
  order: 1;
}

#single-house-meta-info .elementor-widget-container .meta_item:nth-child(2) {
  order: 2;
}

#single-house-meta-info .elementor-widget-container .meta_item:nth-child(3) {
  order: 0;
} 

#single-house-meta-info .elementor-widget-container .meta_item:nth-child(4) {
  display: none;
}

.to_book-template-default.single .name-amenities {
  display: none;
}

.to_book-template-default.single .name-amenities.active {
  display: flex;
}

.to_book-template-default.single .elementor-2098 .elementor-element.elementor-element-561c092 .slick-slider button.slick-prev, .to_book-template-default.single .elementor-2098 .elementor-element.elementor-element-561c092 .slick-slider button.slick-next {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transform: translateY(-50%);
}

.to_book-template-default.single .elementor-2098 .elementor-element.elementor-element-561c092 .slick-slider button.slick-prev::before, .to_book-template-default.single .elementor-2098 .elementor-element.elementor-element-561c092 .slick-slider button.slick-next::before {
  font-size: 12px;
}

.to_book-template-default.single .elementor-widget.elementor-widget-babe-item-calendar {
  display: none;
}

.to_book-template-default.single .hentry {
 margin: 0;
}

#customer-reviews-house-single {
  max-width: 950px;
}

#customer-reviews-house-single .review-text {
  font-size: 32px;
  color: #FFFFFF;
  line-height: 44px;
  font-family: var(--e-global-typography-accent-font-family);
  max-width: 950px;
  text-align: center;
}

#customer-reviews-house-single .review-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 5px;
  color: #FFFFFF;
  font-family: var(--e-global-typography-accent-font-family);
  margin-top: 5px;
}

#testimonials-house-single.container-arrows-pagination {
  position: relative;
  max-width: 1300px;
  margin: auto;
}

#testimonials-house-single.container-arrows-pagination .swiper-pagination {
  bottom: -45px;
}

#customer-reviews-house-single .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

#testimonials-house-single.container-arrows-pagination .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
  opacity: 1;
  background-color: var(--e-global-color-primary_hover);
  width: 6px;
  height: 6px;
  transition: all .3s ease;
}

#testimonials-house-single.container-arrows-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: scale(2);
}

#testimonials-house-single .swiper-button-next, 
#testimonials-house-single .swiper-button-prev {
  background: white;
  color: var(--accent);
  width: 70px;
  height: 70px;
  top: 30%;
  transition: all 0.3s ease;
}

#testimonials-house-single .swiper-button-next:hover, 
#testimonials-house-single .swiper-button-prev:hover {
  background: var(--primary);
  width: 70px;
  height: 70px;
  top: 30%;
}

#testimonials-house-single .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: '';
  font-family: "villax-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 12px;
}

#testimonials-house-single .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "";
  font-family: "villax-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 12px;
}

.to_book-template-default.single .elementor-2098 .elementor-element.elementor-element-1814aa7 > .elementor-container {
  max-width: unset;
}

.no-customer-reviews {
  margin-top: 80px;
  text-align: center;
}

/* All Houses */

.babe_items.babe_items_2 div.item_info_price {
  color: black;
}

.babe_items.babe_items_2 div.item_info_price .room_info_after_price {
  font-size: 20px;
}

.babe_items.babe_items_2 .item_info_price label {
  font-size: 20px;
}

div.houses-archive-location ul.elementor-inline-items {
  margin: 20px 0;
  color: var(--primary);
}

.houses-archive-location ul li {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

/* sort by changes */

.babe_search_results_filters .filter-sort div.input_select_field .input_select_title {
  display: none;
}

.babe_search_results_filters .filter-sort > span::after {
  content: ' Price';
}

.babe_items_2 .item-meta {
  display: flex;
  justify-content: center;
}

.babe_all_items_item_inner .item-meta .guests {
  order: 0;
}

.babe_all_items_item_inner .item-meta .item-beds {
  order: 1;
}

.babe_all_items_item_inner .item-meta .item-baths {
  order: 2;
}

/* global house search */

#villax-search-box ul.add_ids_list_1 {
  margin-left: 1rem !important;
  list-style: disc !important;
}

/* search page */

.search .post-thumbnail .posted-on-square a {
  display: none;
}

/* archive */

.archive.tax-ba_types .babe_items .item-thumb img {
  max-height: 240px;
}

.archive.tax-ba_types .babe_items_2 .item_img {
  max-height: 240px;
}

/* footer */

.elementor-location-footer .footer-logo a img {
  width: auto;
}

/* termsfeed */

/* -- #termsfeed-com---nb -- */
#termsfeed-com---nb {
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 7px 5px, rgba(0, 0, 0, 0.13) 0px 1px 1px;
  right: auto;
  bottom: 20px;
  left: 20px;
  max-width: 526px;
  font-family: var(--e-global-typography-text-font-family);
}

#termsfeed-com---nb .cc-nb-main-container {
  padding: 2rem;
}

/* -- .termsfeed-com---palette-light -- */
div.termsfeed-com---palette-light div.cc-pc-head {
  border-bottom: none;
}

div.termsfeed-com---palette-light button.cc-nb-okagree,
div.termsfeed-com---palette-light button.cc-nb-reject {
  background-color: var(--primary);
  font-size: 12px;
  border-radius: 50px;
}

div.termsfeed-com---palette-light button.cc-nb-changep {
  background-color: var(--primary);
  color: #fff;
  font-size: 12px;
  border-radius: 50px;
}

div.termsfeed-com---palette-light button.cc-cp-foot-save {
  background-color: var(--primary);
  font-size: 12px;
  border-radius: 50px;
  opacity: 1;
}

div.termsfeed-com---palette-light button.cc-cp-foot-save:hover {
  background: var(--primary);
}

div.termsfeed-com---palette-light .cc-nb-title {
  color: #000;
  font-size: 16px !important;
  font-weight: unset;
}

div.termsfeed-com---palette-light .cc-nb-text {
  color: #000;
  font-size: 14px !important;
}

/* -- #termsfeed-com---preferences-center -- */
#termsfeed-com---preferences-center.termsfeed-com---palette-light .termsfeed-com---pc-dialog {
  right: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: 768px;
  max-width: 100%;
}

#termsfeed-com---preferences-center.termsfeed-com---palette-light 
  .termsfeed-com---pc-dialog
  .cc-pc-head-lang {
  min-width: 100%;
  min-height: unset !important;
  padding-bottom: 20px !important;
  padding: 3px 0;
  justify-content: space-between;
}

#termsfeed-com---preferences-center.termsfeed-com---palette-light
  .termsfeed-com---pc-dialog
  .cc-pc-head-lang
  select {
  color: #000;
  font-size: 12px;
  line-height: normal;
  background: #fff;
  padding: 10px 5px 10px 10px;
}

#termsfeed-com---preferences-center.termsfeed-com---palette-light
  .termsfeed-com---pc-dialog
  .cc-pc-head-lang
  select:focus {
  box-shadow: none;
}

/* Scrollbar */
#termsfeed-com---preferences-center.termsfeed-com---palette-light
  .termsfeed-com---pc-dialog
  .cc-pc-head-lang
  select::-webkit-scrollbar {
  width: 4px;
}

#termsfeed-com---preferences-center.termsfeed-com---palette-light
  .termsfeed-com---pc-dialog
  .cc-pc-head-lang
  select::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background: #707070;
}

#termsfeed-com---preferences-center.termsfeed-com---palette-light 
  .termsfeed-com---pc-dialog
  .cc-cp-body {
  background: #fff !important;
}

#termsfeed-com---preferences-center.termsfeed-com---palette-light
  .termsfeed-com---pc-dialog
  .cc-cp-body-tabs {
  min-width: 51%;
  background: #fff;
}

#termsfeed-com---preferences-center.termsfeed-com---palette-light
  .termsfeed-com---pc-dialog
  .cc-cp-body-tabs
  .cc-cp-body-tabs-item {
  background: #fff;
  border: none;
}

#termsfeed-com---preferences-center.termsfeed-com---palette-light
  .termsfeed-com---pc-dialog
  .cc-cp-body-tabs
  .cc-cp-body-tabs-item
  .cc-cp-body-tabs-item-link {
  color: #000;
  font-family: var(--e-global-typography-text-font-family);
  font-size: 11px;
}

#termsfeed-com---preferences-center.termsfeed-com---palette-light
  .termsfeed-com---pc-dialog
  .cc-cp-body-tabs
  .cc-cp-body-tabs-item
  .cc-cp-body-tabs-item-link:focus {
  box-shadow: none;
}

#termsfeed-com---preferences-center.termsfeed-com---palette-light
  .termsfeed-com---pc-dialog
  .cc-cp-body-tabs
  .cc-cp-body-tabs-item[active=true] {
  background: var(--primary) !important;
  border-radius: 50px;
  max-width: fit-content;
}

#termsfeed-com---preferences-center.termsfeed-com---palette-light
  .termsfeed-com---pc-dialog
  .cc-cp-body-tabs
  .cc-cp-body-tabs-item[active=true]
  button {
  color: #fff;
  padding: 10px 29px;
  position: relative;
  max-width: fit-content;
}

#termsfeed-com---preferences-center.termsfeed-com---palette-light
  .termsfeed-com---pc-dialog
  .cc-cp-body-tabs
  .cc-cp-body-tabs-item[active=true]
  button::after {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background: #fff;
  left: 14px;
  top: 15px;
  border-radius: 50px;
}

#termsfeed-com---preferences-center.termsfeed-com---palette-light
  .termsfeed-com---pc-dialog
  .cc-pc-head-title {
  display: none !important;
}

#termsfeed-com---preferences-center.termsfeed-com---palette-light
  .termsfeed-com---pc-dialog
  .cc-cp-foot-byline {
  color: #000;
  font-size: 12px;
}

#termsfeed-com---preferences-center.termsfeed-com---palette-light
  .termsfeed-com---pc-dialog
  .cc-cp-foot-byline a {
  color: var(--primary);
}

#termsfeed-com---preferences-center.termsfeed-com---palette-light
  .cc-cp-body-content {
  background: #fff !important;
}

#termsfeed-com---preferences-center.termsfeed-com---palette-light
  .cc-cp-body-content
  .cc-cp-body-content-entry {
  padding: 20px 5px 10px 10px;
}

#termsfeed-com---preferences-center.termsfeed-com---palette-light
  .cc-cp-body-content
  .cc-cp-body-content-entry
  .cc-cp-body-content-entry-title {
  color: #000;
  font-size: 14px;
  line-height: normal;
}

#termsfeed-com---preferences-center.termsfeed-com---palette-light
  .cc-cp-body-content
  .cc-cp-body-content-entry
  .cc-cp-body-content-entry-text {
  color: #000;
  font-size: 12px;
  line-height: normal;
}

#termsfeed-com---preferences-center.termsfeed-com---palette-light
  .cc-pc-container {
  border-radius: 1.5rem;
  padding: 10px 20px;
  font-family: var(--e-global-typography-text-font-family);
}

#termsfeed-com---preferences-center.termsfeed-com---palette-light
  .cc-pc-head-title-headline {
  color: #000;
  font-size: 16px;
  line-height: normal;
}

#termsfeed-com---preferences-center.termsfeed-com---palette-light
  .cc-pc-head-close {
  background: 0 0;
  border: 1px solid #000;
  border-radius: 50%;
  outline: 0;
  box-shadow: none;
  font-size: 12px;
  padding: 2px 6px;
  color: #000;
}

#termsfeed-com---preferences-center.termsfeed-com---palette-light
  .cc-pc-head-close:focus {
  box-shadow: none;
}

#termsfeed-com---preferences-center.termsfeed-com---palette-light
  .cc-pc-head-close:hover {
  background-color: var(--primary);
  color: #fff;
		border-color: var(--primary);
}

#termsfeed-com---preferences-center.termsfeed-com---palette-light
  .cc-cp-foot {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
  border: none;
  background: #fff;
}

#termsfeed-com---preferences-center.termsfeed-com---palette-light
  .cc-cp-body-tabs
  .cc-cp-body-tabs-item[active=true]
  button {
  max-width: unset;
}

#termsfeed-com---preferences-center.termsfeed-com---palette-light
  div.termsfeed-com---pc-dialog
  input[type=checkbox].cc-custom-checkbox:checked + label::before {
  background: var(--primary);
}

/* -- .cookie-popup a#open_preferences_center -- */
.cookie-popup a#open_preferences_center {
  z-index: 999;
  position: fixed;
  width: 47px;
  height: 47px;
  bottom: 10px;
  left: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
	color: var(--text);
	background: var(--primary);
  color: white;
  font-size: 21px;
}

header.elementor-sticky--effects .main-navigation ul.menu > li.menu-item > a {
  padding: 25px !important;
}

/* media queries */

@media screen and (min-width: 1200px) {
  #home-testimonials-slider .slick-dots {
    display: none !important;
  }

  #testimonials-house-single.container-arrows-pagination .swiper-pagination {
    display: none;
  }
}

@media (min-width: 768px) {
  .main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
    padding: 2.425em 1.5em !important;
  }
}

@media screen and (max-width: 1400px) {
  .to_book-template-default.single .booking_single_gallery .slick-slider button.slick-prev, .to_book-template-default.single .booking_single_gallery .slick-slider button.slick-next {
    width: 55px;
    height: 55px;
  }

  .to_book-template-default.single .booking_single_gallery .slick-slider button.slick-prev {
    left: 5px;
  }

  .to_book-template-default.single .booking_single_gallery .slick-slider button.slick-next {
    right: 5px;
  }
}

@media screen and (max-width: 1200px) {
  #home-testimonials-slider button.slick-next, #home-testimonials-slider button.slick-prev {
    display: none !important;
  }

  #testimonials-house-single.container-arrows-pagination .swiper-button-next, #testimonials-house-single.container-arrows-pagination .swiper-button-prev {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  #customer-reviews-house-single .swiper-slide {
    margin-top: 40px;
  }
}

@media (max-width: 880px) {
  #customer-reviews-house-single .review-text {
      font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  div#elite-cyclades-contact-form form {
    grid-template-columns: 1fr;
  }

  div#elite-cyclades-contact-form form label.your-message-textarea {
    grid-column: 1;
  }
  
  #customer-reviews-house-single .review-text {
    font-size: 22px;
    line-height: 36px;
  }
}

/* termsfeed media queries */

@media (max-width: 767.98px) {
  #termsfeed-com---nb {
    max-width: 100%;
    border-radius: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }

  #termsfeed-com---preferences-center.termsfeed-com---palette-light
    .cc-cp-foot {
    flex-direction: column;
    margin-top: 0;
    align-items: flex-start;
  }

  #termsfeed-com---preferences-center.termsfeed-com---palette-light
    .cc-cp-foot-byline {
    color: #000;
  }

  #termsfeed-com---preferences-center.termsfeed-com---palette-light
    div.termsfeed-com---pc-dialog {
    margin: 0;
    max-width: 100%;
  }

  #termsfeed-com---preferences-center.termsfeed-com---palette-light
    .cc-pc-container {
    padding: 0;
    border-radius: 0;
    min-height: 100vh;
    max-height: 100vh;
  }

  #termsfeed-com---preferences-center.termsfeed-com---palette-light
    .cc-pc-head,
  #termsfeed-com---preferences-center.termsfeed-com---palette-light
    .cc-cp-foot,
  #termsfeed-com---preferences-center.termsfeed-com---palette-light
    .cc-cp-body {
    padding: 0 10px;
  }

  #termsfeed-com---preferences-center.termsfeed-com---palette-light
    .cc-pc-head {
    padding-top: 50px;
  }

  #termsfeed-com---preferences-center.termsfeed-com---palette-light
    .cc-cp-foot {
    padding-bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  .cookie-popup a#open_preferences_center {
    width: 44px;
    height: 44px;
		
  }
  .cookie-popup a#open_preferences_center .fa {
    font-size: 17px;
  }

  .to_book-template-default.single .booking_single_gallery .gallery-wrap img {
    height: 300px;
    object-fit: cover;
  }

  .to_book-template-default.single .booking_single_gallery .slick-slider button.slick-prev, .to_book-template-default.single .booking_single_gallery .slick-slider button.slick-next {
    width: 40px;
    height: 40px;
  }
}

.privacy-policy-cont {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.privacy-policy-cont .wpcf7-list-item {
  margin: 0;
}

div#elite-cyclades-contact-form form input[type="checkbox"] {
  width: unset;
}

@media screen and (min-width: 768px) {
  .submit-cont {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
  }
}
