/*************** css for header ************/
body {background: #fff !important;}
.mt-5 {margin-top: 5px;}
.mb-5 {margin-bottom: 5px;}
h1,
h2,
h3,
h4,
h5,
h6 {color: #172927;}

.hide-menu-item {display: none;}

#header,
#header.cloned {padding: 8px 8px 8px 0;}

#navigation.style-1 ul li a {
  color: #2a403e;font-weight: 500;letter-spacing: -0.16px;
}
#header .header-widget {
  top: 0;display: flex;align-items: center;gap: 10px;border: none;
}

#logo {margin-top: 0px;}

#header .button.list-retreat-btn {
  top: 0px;
  padding: 7px 15px;
  height: 40px;
  margin-left: 5px;
  background: #fff;
  color: #62908f;
  border: 1px solid #62908f;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.16px;
  position: relative;
}

#header .button.list-retreat-btn:hover {
  background: rgba(98, 144, 143, 0.06); color: #62908f;
}

#navigation.style-1 .find-a-retreat.menu-item a {
  background: #62908f;
  color: #fff;
  position: relative;
  padding: 7px 35px 7px 15px;
  height: 40px;
  line-height: 1.6;
  border: 1px solid #62908f;
}
#navigation.style-1 .find-a-retreat.menu-item a:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f002";
  position: absolute;
  right: 15px;
  margin-top: 1px;
  color: #fff;
  opacity: 1;
  font-size: 13px;
  line-height: 1;
  top: 12px;
}

#navigation.style-1 .find-a-retreat.menu-item:hover a:after {
  /* color: #62908f; */
}

.usrname {
  color: #2a403e;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.16px;
}

.header-widget .button.border {
  font-weight: 600;
  letter-spacing: -0.16px;
  color: #2a403e;
  text-align: center;
  font-size: 16px;
  font-style: normal;
}

.user_not_logged_in .header-widget .sign-in {
  background-color: transparent;
  border: 1px solid #c9cfcd;
  padding: 5px 8px 5px 4px !important;
  height: 40px;
  font-size: 16px;
  color: #172927;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.313px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  top: 0px;
  min-width: 91px;
}

.user_not_logged_in .header-widget .sign-in:hover {border: 1px solid #62908f;}
#header .user-menu {top: 0px;margin-left: 30px;}
#header #responsive {display: flex;height: 100%;align-items: center;}
#header #responsive .menu-item-7428,
#header #responsive .menu-item-7459 {display: none;}
#header .right-side {display: flex;}
#header .right-side nav#navigation {padding-right: 3px;}

/* 
.custom-btns {
  background: #699692; padding: 12px 14px; border-radius: 24px;
}
.custom-btns a {
  color: #fff !important; height: 40px; display: flex !important; align-items: center;
}
.custom-btns:hover { background-color: #5A9F9C;} 
*/

.mobile-nav-header {background: #699692;}
.mmenu-trigger { background-color: transparent; width: 40px;}

.mobile-navigation-list li a {
  color: #172927 !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 138.462% !important;
  letter-spacing: -0.26px !important;
  text-decoration: none !important;
}
.loggedin-menu-open .main-profiles-menus {
  /* transform: translateX(0%) !important; */
  transform: translateX(12%) !important;
}
.user-menu .main-profiles-menus {
  visibility: visible;
  opacity: 1;
  transform: translateX(200%);
  position: fixed;
  right: 0px;
  left: inherit;
  width: 360px;
  height: 100dvh;
  top: 0px;
  z-index: 99999;
  border-radius: 0px;
  padding: 30px;
  margin: 0px;
  min-height: 111vh;
  max-height: 100dvh;
  pointer-events: auto;
}
.logged-in .user-menu .main-profiles-menus {padding-top: 50px;}

.user-menu:hover .main-profiles-menus {transform: translateX(200%);}
.user-menu ul li {margin-bottom: 10px;}

.user-menu ul li a {
  color: #172927;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 138.462%;
  letter-spacing: -0.26px;
}
.inner-li-container {
  position: relative;
  display: flex;
  padding: 0px 10px;
}
.inner-li-container .inner-ul-container {
  position: relative;
  width: 100%;
  opacity: 1;
  visibility: visible;
  box-shadow: none;
  padding: 23px 0px;
  left: 0px;
  top: 0px;
  border-color: #e0e4e3;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-radius: 0px;
  margin-bottom: 0px;
  transform: none;
}
.inner-li-container .inner-ul-container .add-listing-link:last-child {margin: 0;}
.add-listing-link {display: flex;}

.add-listing-link a {
  padding-left: 7px !important;
  font-weight: 700 !important;
  color: #699692 !important;
  letter-spacing: -0.26px;
}
.main-profiles-menus .profile-detail {
  display: flex;
  justify-content: center;
  position: relative;
  border-bottom: 1px solid #e0e4e3;
  margin-left: 13px;
  margin-right: 13px;
  padding-bottom: 14px;
  margin-bottom: 20px;
}
.main-profiles-menus .profile-detail .close-icon {
  position: absolute;
  left: 0px;
  z-index: 999;
  line-height: 1;
}
.main-profiles-menus .profile-detail .text-content {
  padding: 0;
  color: #172927;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.16px;
}

body {transition: all 0.5s;}
.body-menu-open {overflow: hidden; transition: all 0.5s;}

.body-menu-open:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.1);
  z-index: 999;
}
.body-menu-open.slim-mobile-menu .right-side {top: 0px;right: 0px;}

@media screen and (min-width: 1200px) {
  #header .left-side {
    display: flex;
    align-items: center;
  }
  /*
  .listingSectionRight div#waitlist-container {
    top: 40px !important;
    position: sticky !important;
    inset-inline-start: inherit !important;
    padding-bottom: 25px;
  }
  .listingSectionRight div#waitlist-container + div#booking-widget-anchor {
    top: 390px !important;
    position: sticky !important;
    inset-inline-start: inherit !important;
  }
  .listingSectionRight div#waitlist-container + div#waitlist-container {
    display: none !important;
  }*/
}

@media screen and (min-width: 1024px) and (max-width: 1239px) {
  #navigation.style-1 {
    width: 60%;
    padding: 3px 0px;
    margin: 0px;
  }
  #navigation.style-1::before {
    display: none;
  }
  .user-menu.after-loggedin { min-width: 125px; }

  .logged-in #header-container #header .left-side{
    display: flex;
    gap: 10px;
    width: auto;
  }

}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  #header .container {
    /* max-width: 1150px; */
    max-width: 1280px;
    width: 100%;
    margin: auto;
  }
}

@media screen and (max-width: 1024px) {
  .mmenu-trigger {margin: 0px;}
  #header-container div#header #navigation .menu-item-7432 {display: none;}

}

@media screen and (min-width: 992px) and (max-width: 1008px) {
  .logged-in #dashboard{padding: 0px !important;}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .user_not_logged_in .right-side {
    margin-top: -46px;
    right: 45px;
  }
  #header .right-side {
    position: absolute;
    right: 50px;
    left: inherit;
    justify-content: flex-end;
    top: 40px;
    margin-right: 40px;
  }
  #header-container div#header #navigation {width: auto;}
  .logged-in #header-container.dashboard div#header #navigation {width: 100%;}
  .logged-in #header-container div#header #navigation .dashboard-header-message{ justify-content: center;}
  #logo {width: 130px;z-index: 99;}

  #header .container {position: relative; width: 100%;}
  #header .header-widget {padding: 10px 0px;}
  #header .button.list-retreat-btn {display: none !important;}

}

@media screen and (min-width: 768px) {
  .user_not_logged_in .header-widget .sign-in:hover img { filter: brightness(3);}
  .user_not_logged_in .header-widget a.sign-in:hover {background: #62908f; color: #fff;}
  .slim-mobile-menu.user_not_logged_in div.header-widget .sign-in {font-size: 16px !important; display: flex; top: 30px;}

}

@media screen and (min-width: 769px) {
  .slim-mobile-menu.user_not_logged_in div.header-widget .sign-in { top: 0px;}

}

@media screen and (max-width: 767px) {
  #post-117 .elementor-117 .elementor-element.elementor-element-dbfcd8a{ padding-inline: 20px !important;}
  #header .user-menu {top: 0px; margin-left: 20px;}
  .slim-mobile-menu.user_not_logged_in .header-widget .sign-in {border: 0px; padding: 0px !important;}
  .slim-mobile-menu.user_not_logged_in .header-widget .sign-in {line-height: 1;}
  #header .header-widget .sign-in { display: flex;justify-content: center;}

  .user_not_logged_in .header-widget .sign-in {min-width: 43px;}
  .slim-mobile-menu #logo {max-width: calc(100% - 275px);}
  .slim-mobile-menu .right-side {right: 60px !important;}
  .user-menu .main-profiles-menus {padding: 15px !important;}
  #header .header-widget {padding-right: 25px;}

  .slim-mobile-menu.user_not_logged_in .header-widget .sign-in {font-size: 0px !important;}

}

@media screen and (max-width: 540px) {
  .slim-mobile-menu #logo {max-width: calc(100% - 235px);}

}

/******************************** css for home page *************************/
.form-help-message {
  margin-top: 15px;
  text-align: center;
  color: #fff;
  text-align: center;
  font-family: "Urbanist", Sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 100;
  line-height: 133.333%;
  letter-spacing: 0.18px;
}
.form-help-message a {
  font-weight: 500;
  font-style: normal;
  color: #fff;
}
.form-help-message a.cls-browse-all-retreats { text-decoration: underline;}
.form-help-message span.cls-arrow {
  font-size: 18px;
  color: #fff;
  position: relative;
  left: 3px;
  top: 2px;
}
.listmyretreatFormLeft {
  align-self: center !important; top: -70px;
}
.new-home-banner .main-search-input {
  max-width: 532px !important;
  width: 100%;
  border-radius: 20px !important;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(0, 0, 0, 0.2) !important;
  backdrop-filter: blur(35px);
  -webkit-backdrop-filter: blur(35px);
}
.new-home-banner .main-search-container.alt-search-box .main-search-input { width: 100%; }
.new-home-banner .main-search-input h1 {
  color: #fff !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  margin-bottom: 15px !important;
  line-height: 1 !important;
}
.new-home-banner .main-search-input h4 {
  color: #e0e4e3 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  margin-bottom: 0px !important;
}
.new-home-banner .main-search-input { padding: 0px !important; }
.new-home-banner .main-search-input-headline {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 20px !important;
  width: 100%;
}
.new-home-banner #listeo_core-search-form { padding: 20px !important; }
.new-home-banner .caret::before {
  content: "";
  width: 2px;
  background: #e0e4e3;
  height: 18px;
  right: 20px;
  position: relative;
  display: block;
  top: -6px;
}
.new-home-banner .caret::after {
  position: absolute;
  right: -3px;
  top: 4px;
}
.btn-group .dropdown-toggle .filter-option {
  color: #2a403e;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.main-search-input-item input {
  padding: 0px 10px !important;
  border-radius: 8px !important;
  height: 50px !important;
}
.new-home-banner .main-search-input .bootstrap-select.btn-group button {
  height: 50px; padding: 0px 10px !important;
}

.new-home-banner .btn-group .dropdown-toggle .filter-option {
  padding-top: 19px; line-height: 1 !important;
}

.main-search-input-item .keyword_search,
.main-search-input-item .keyword_search::placeholder {
  color: #2a403e;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.main-search-input-item .date_range,
.main-search-input-item .date_range::placeholder {
  color: #2a403e;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.main-search-input-item .date_range + .fa-calendar::before {
  background: url("/wp-content/uploads/2025/05/calendar-icon.svg") no-repeat;
  color: transparent;
  width: 24px;
  height: 24px;
  display: block;
}
.main-search-input .search-input-icon i.fa-calendar {
  position: absolute;
  right: 12px;
}

.new-home-banner .main-search-form .button {
  width: 100%;
  border-radius: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 10px;
}

.bootstrap-select .dropdown-menu.open {max-width: 100%;}

.caret:after { color: #616f6e;}
.browseAllbtn .elementor-button-icon i {transform: rotate(-45deg); }
.browseAllbtn .elementor-button { padding: 12px 14px 12px 14px !important; }
.retreat_category_wrapperlist { display: flex; gap: 20px;justify-content: space-between;}
.retreat_category_wrapperlist .retreat_category_item {min-width: 90px;text-align: center;}

.retreat_category_wrapperlist::-webkit-scrollbar { /* display: none; */}
.retreat_category_wrapperlist::-webkit-scrollbar {width: 5px; height: 5px;}

.retreat_category_wrapperlist::-webkit-scrollbar-track {background: #eee; border-radius: 10px;}
.retreat_category_wrapperlist::-webkit-scrollbar-thumb {
  background-color: #699692;
  border-radius: 10px;
  transition: background-color 0.3s ease-in-out;
}

.retreat_category_wrapperlist::-webkit-scrollbar-thumb:hover {background-color: #699692;}

.whyBookGrid::-webkit-scrollbar {display: none;}
.retreat_category_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
}
.retreat_category_icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.retreat_category_wrapperlist {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
  overflow: auto;
  align-items: center;
  padding-bottom: 10px;
}

.retreat_category_inner .retreat_category_description {
  font-family: "Urbanist", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.08px;
  color: #616f6e;
  margin: 0;
  white-space: nowrap;
}

.retreat_category_link:hover .retreat_category_inner {transform: translateY(-5px);transition: all 0.5s;}
.retreat_category_link:hover
  .retreat_category_inner
  .retreat_category_description {
  color: #172927;
}

.retreat_category_inner {transition: all 0.5s;}
.upcomingRetreats .fw-carousel-item {padding-left: 10px; padding-right: 10px;}

.upcomingRetreats .listing-item-container.compact .listing-item { box-shadow: none !important; }

.upcomingRetreats .fw-carousel-item .listing-item-container {
  border-radius: 20px;
  border: 1px solid #e0e4e3;
  box-shadow: 0px 0px 13.8px 0px rgba(0, 0, 0, 0.11);
}

.upcomingRetreats .listing-item-content { padding: 14px !important;}

.custom-listing-card-ui.listing-item-container {
  border-radius: 20px;
  border: 1px solid #e0e4e3;
  box-shadow: 0px 0px 13.8px 0px rgba(0, 0, 0, 0.11);
  overflow: hidden;
}
.custom-listing-card-ui.listing-item-container.compact .listing-item {box-shadow: none !important;}
.listing-item-container.compact .listing-item {box-shadow: none; border-radius: 0px !important;}

.listing-card-bottom-footer .listing-item-content {padding: 14px !important;}
.listing-item .listing-card-bottom-footer span.tooltip {
  position: absolute;
  z-index: 9999;
  display: block;
  visibility: visible;
  line-height: 1.3;
  opacity: 0;
  filter: alpha(opacity=0);
}
.listing-item .listing-card-bottom-footer .like-icon {right: 6px;top: 6px;}
.upcomingRetreats .listing-item-container .listing-item .like-icon {right: 6px;top: 6px;}
.upcomingRetreats .listing-small-badges-container {top: 15px;left: 10px;}

.whyBookGrid {margin-top: 30px !important;}
.whyBookGrid .icon-box-2 { margin: 0px; padding: 30px 25px; background: transparent;}
.whyBookGrid .icon-box-2 h3 {
  color: #172927;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 116.667%;
}
.whyBookGrid .icon-box-2 p {
  color: #616f6e;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  font-family: "Urbanist", Sans-serif;
}

body .whyBookGrid .icon-box-2 svg {width: 70px; height: 70px;}
body .whyBookGrid .icon-box-2 svg g path {fill: revert-layer;}
body .whyBookGrid .icon-box-2 i {background: transparent; margin-bottom: 0;}
body .whyBookGrid .icon-box-2 svg g {fill: inherit;}
body .whyBookGrid .icon-box-2 svg mask {display: none;}

.all-Inclusive svg path:last-child {fill: transparent;}
.all-Inclusive svg path:nth-last-child(2) {fill: transparent;}
.sleep-sorted svg > path {fill: #fff !important;}

body .work-browse .icon-box-2 svg path,
body .work-book .icon-box-2 svg path,
body .work-retreat .icon-box-2 svg path {
  fill: revert-layer;
}

body .workBookGrid .icon-box-2 i {
  width: 76px;
  height: 76px;
  line-height: 76px;
}

body .workBookGrid .icon-box-2 svg {width: 65px;height: 65px;}

.copuleRetreats .slick-track {
  gap: 20px;
  display: flex;
  padding-right: 8px;
  padding-left: 8px;
  padding-bottom: 8px;
  padding-top: 8px;
}

.copuleRetreats .slick-track .fw-carousel-item .listing-item-content { padding: 14px;}
.copuleRetreats .slick-track .fw-carousel-item .like-icon {top: 10px; right: 10px;}
.copuleRetreats .slick-track .fw-carousel-item .listing-small-badges-container {left: 10px;top: 20px;}
.copuleRetreats .slick-track .fw-carousel-item .listing-item {
  /* box-shadow: none !important; */
  border: 1px solid #e0e4e3;
  overflow: hidden;
  border-radius: 20px !important;
  background: transparent !important;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.11) !important;
}
.copuleRetreats .slick-track .listing-item-container {border-radius: 20px;}

.copuleRetreats .slick-track::before,
.copuleRetreats .slick-track::after {
  display: none;
}
.newsBlog .blog-compact-item-content {
  padding: 0px 15px;
  position: absolute;
  top: 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.newsBlog .blog-post-tags { position: absolute; top: 10px;}
.newsBlog .blog-post-tags li {
  background: rgba(3, 3, 3, 0.42);
  backdrop-filter: blur(12px);
  border-radius: 24px;
}

.newsBlog .blog-compact-item {
  border-radius: 20px !important;
  overflow: hidden;
  border: 1px solid #e0e4e3;
  box-shadow: 0px 0px 13.8px 0px rgba(0, 0, 0, 0.11);
}
.lv_retreats_cards .slick-track .fw-carousel-item { height: 390px; }
.lv_retreats_cards .slick-track .fw-carousel-item .listing-item {height: 100%; }

.simple-fw-slick-carousel {margin: 0 5px;}
.lv_retreats_cards .slick-list {display: flex;}
.howItwork .elementor-element {height: 100%;}

.customArrow .slider-controls { width: 100%; background: transparent;}
.customArrow .slider-controls .slide-m-dots {opacity: 0;}
.customArrow .slider-controls-container .slick-arrow {
  width: 55px;
  height: 55px;
  background-size: 23px !important;
  background-color: #fff !important;
  border-radius: 100%;
  position: absolute;
  z-index: 9;
  box-shadow: 0px 2px 8.4px 0px rgba(0, 0, 0, 0.25);
  top: -270px;
}
.customArrow .slider-controls-container .slide-m-prev.slick-arrow {
  left: -20px;
  background-image: url("/wp-content/uploads/2025/06/slider-arrows-left.svg");
  transform: inherit;
}
.customArrow .slider-controls-container .slide-m-next.slick-arrow {
  right: -20px;
  background-image: url("/wp-content/uploads/2025/06/slider-arrow-right.svg");
}

.whyBookScrollMob .elementor-widget-listeo-iconbox { height: 100%;}

@media screen and (max-width: 767px) {
  .howItWorksMobile .swiper-slide {
    height: 240px !important;
    border-radius: 20px;
    overflow: hidden;
    background: #fff !important;
  }

  .howItWorksMobile .swiper-slide-contents {max-width: 100% !important;}
  .howItWorksMobile .swiper-slide-contents .elementor-slide-heading { display: none; }
  .howItWorksMobile .swiper-slide-contents .icon-box-2 { padding: 0px;}
  .howItWorksMobile .swiper-slide-contents .icon-box-2:hover {transform: translateY(0px); }
  .howItWorksMobile .swiper-slide-contents .elementor-slide-description { margin: 0px; }

  .howItWorksMobile .eicon-chevron-right,
  .howItWorksMobile .eicon-chevron-left {  color: #699692; }
  .simple-fw-slick-carousel { margin: 0px 0px 10px 0px !important;}
  .lv_retreats_cards .slick-track .fw-carousel-item { padding: 10px 10px 0 10px;}
  .form-help-message { font-size: 14px;}

}

/******************************** css for home page *************************/

/********************************* list-your-retreat *********************************/
.cls-opportunity-to { width: 100%; }

.cls-opportunity-to h2 {
  margin: 0;
  color: #172927;
  text-align: center;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 104.348%;
  letter-spacing: -0.46px;
}
.cls-opportunity-to p {
  color: #616f6e;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.16px;
  max-width: 790px;
  margin: 20px auto 0px;
}

body .whyBookGrid .ApplyNowWork .icon-box-2 svg mask,
body .whyBookGrid .GetApproved .icon-box-2 svg mask {
  display: block;
}
body .ApplyNowWork .icon-box-2 svg rect,
body .GetApproved .icon-box-2 svg rect {
  fill: revert-layer;
}

.priceTableGrid .elementor-widget-price-table {
  border-radius: 7px;
  /* overflow: hidden; */
  box-shadow: none;
}
.priceTableGrid .priceTableColTwo {
  border-width: 7px 1px 1px 1px;
  border-style: solid;
  border-color: #699692;
  box-shadow: none !important;
}

.priceTableGrid .elementor-widget-container {
  border: none !important;
  box-shadow: none !important;
  border-radius: 7px !important;
}

.priceTableGrid .priceTableColOne,
.priceTableGrid .priceTableColThree {
  border-width: 7px 1px 1px 1px;
  border-style: solid;
  border-color: #d1c1b2;
  box-shadow: none !important;
}
.priceTableGrid .elementor-widget-price-table .elementor-price-table__header {
  background: transparent;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 0px;
}

.priceTableGrid
  .elementor-price-table__header
  h3.elementor-price-table__heading {
  color: #151b26;
  font-size: 30px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 120%;
  text-align: left;
  margin-bottom: 20px;
  font-family: "Urbanist", Sans-serif !important;
}
.priceTableGrid
  .elementor-price-table__header
  .elementor-price-table__subheading {
  color: #699692;
  font-size: 16px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 150%;
  letter-spacing: 0.26px;
  width: 100%;
  text-align: left;
  display: block;
  font-family: "Urbanist", Sans-serif !important;
}

.priceTableGrid .elementor-price-table .elementor-price-table__price {
  color: #151b26;
  font-family: "Urbanist", Sans-serif !important;
  font-style: normal;
  line-height: 120.945%;
  letter-spacing: -0.36px;
  padding: 24px !important;
  justify-content: flex-start;
}

.priceTableGrid .elementor-price-table .elementor-price-table__currency {
  font-weight: 400 !important;
  font-size: 36px !important;
}

.priceTableGrid .elementor-price-table .elementor-price-table__integer-part {
  font-size: 35px;
  font-weight: 700;
}

.priceTableGrid .elementor-price-table .elementor-price-table__period {
  display: inline;
  width: auto;
  font-family: "Urbanist", Sans-serif !important;
  margin-left: 3px;
  color: #000 !important;
}

.priceTableGrid .elementor-price-table__features-list li {
  color: #3d3d3d;
  font-family: "Urbanist", Sans-serif !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 150% !important;
  letter-spacing: 0.32px;
  text-align: left;
  margin-bottom: 18px !important;
}
.priceTableGrid .elementor-price-table__features-list li::before {
  display: none !important;
}
.priceTableGrid .elementor-price-table__feature-inner {
  display: flex;
  align-items: flex-start;
}
.priceTableGrid .elementor-price-table__feature-inner i.far {
  position: relative;
  top: 5px;
  color: #699692;
  font-size: 19px !important;
}

.priceTableGrid .elementor-price-table__ribbon {
  transform: none;
  text-align: center;
  width: 100%;
  height: auto !important;
  top: -20px;
}
.priceTableGrid .elementor-price-table__ribbon-inner {
  transform: none !important;
  background: #699692 !important;
  margin: 0px auto !important;
  width: 100px;
  border-radius: 40px;
  padding: 0px 10px !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 257.143% !important;
  text-transform: capitalize;
}

.priceTableGrid .elementor-price-table .elementor-price-table__footer {
  padding: 20px;
}
.priceTableGrid .elementor-price-table__footer .elementor-price-table__button {
  background: #699692 !important;
  width: 100%;
  color: #fff;
  font-family: "Urbanist", Sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.priceTableGrid .elementor-price-table__additional_info {
  color: #3d3d3d !important;
  font-family: "Urbanist", Sans-serif !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 150% !important;
  letter-spacing: 0.32px;
  text-align: left;
  margin: 20px 0px 0px !important;
}
.priceTableGrid {padding-bottom: 0px;}

.extrasAddOnsEnhance .elementor-widget-container {
  border-radius: 20px;
  border-top: 3px solid #699692 !important;
}

.extrasAddOnsEnhance .elementor-widget-container .elementor-icon-box-title {margin: 0px;}
.extrasAddOnsEnhance .elementor-widget-container .elementor-icon-box-title a {
  color: #172927 !important;
  font-family: "Urbanist", Sans-serif !important;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 116.667%;
  margin-bottom: 15px;
}
.extrasAddOnsEnhance .elementor-icon-box-description b {
  color: #172927 !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 144.444%;
}
.extrasAddOnsEnhance .elementor-icon-box-description {
  color: #616f6e !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 144.444%;
  letter-spacing: 0.18px;
}
.extrasAddOnsEnhance .forMoreInformation {
  font-size: 18px;
  color: #172927;
  font-weight: 700;
  line-height: 144.444%;
  letter-spacing: 0.18px;
  margin-top: 15px;
  margin-bottom: 0px !important;
}
.extrasAddOnsEnhance .forMoreInformation a {
  font-weight: 500;
  line-height: 144.444%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  color: #616f6e;
}
.extrasAddOnsEnhance .elementor-icon-box-content p:last-child {display: none;}

.faqListYourRetreat .elementor-widget-container {border: none !important;}
.faqListYourRetreat .elementor-widget-container .elementor-toggle-item {
  background: #f8f7f3;
  padding: 20px !important;
  border-radius: 16px;
}
.faqListYourRetreat
  .elementor-widget-container
  .elementor-toggle-item
  .elementor-tab-content {
  padding-bottom: 0px !important;
  border: none;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 1.8 !important;
  color: #616f6e !important;
}

.faqListYourRetreat
  .elementor-widget-container
  .elementor-toggle-item
  .elementor-tab-title
  .elementor-toggle-title {
  color: #172927 !important;
  font-size: 20px;
  line-height: 135%;
  font-weight: 600;
  text-shadow: none;
  font-family: "Urbanist", Sans-serif !important;
}
.faqListYourRetreat
  .elementor-widget-container
  .elementor-toggle-item
  .elementor-tab-title {
  border: none;
  padding: 0 !important;
}
.faqListYourRetreat
  .elementor-widget-container
  .elementor-toggle-item
  .elementor-tab-title.elementor-active {
  padding-bottom: 15px !important;
}
.faqListYourRetreat
  .elementor-widget-container
  .elementor-toggle-item
  .elementor-tab-content
  p {
  margin: 0;
}
.faqListYourRetreat .elementor-widget-container .elementor-toggle-icon {
  width: 35px !important;
  background-color: #fff;
  border: 1px solid #e8e2d9;
  height: 35px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: relative;
  top: -5px;
}
.faqListYourRetreat
  .elementor-widget-container
  .elementor-toggle-icon
  .elementor-toggle-icon-closed {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faqListYourRetreat .elementor-widget-container .elementor-toggle-icon svg {
  margin: 0px !important;
  position: relative;
  left: -1px;
  top: 1px;
  fill: #699692 !important;
}
.faqListYourRetreat
  .elementor-toggle
  .elementor-tab-title.elementor-active
  .elementor-toggle-icon-closed {
  display: none;
}
.faqListYourRetreat
  .elementor-toggle
  .elementor-tab-title.elementor-active
  .elementor-toggle-icon-opened {
  display: flex;
  align-items: center;
  justify-content: center;
}

.faqListYourRetreat
  .elementor-toggle
  .elementor-tab-title.elementor-active
  .elementor-toggle-icon-opened
  svg {
  fill: #699692 !important;
  margin: 0px !important;
  position: relative;
  left: 1px;
}

.faqListYourRetreat .elementor-widget-container {
  padding-top: 10px !important;
}

@media screen and (max-width: 767px) {
  .cls-opportunity-to h2 {
    font-size: 32px;
  }
}

@media screen and (max-width: 640px) {
  .cls-opportunity-to h2 {
    font-size: 24px;
  }

  .TrustedimageCarousel .swiper-slide .swiper-slide-inner {
    margin: auto !important;
  }
  .page-template-template-dashboard-php.user_not_logged_in .child-theme-login ul.tabs-nav {
    display: flex;
    justify-content: center;
  }
  .user_not_logged_in .child-theme-login ul.tabs-nav li{
    width: auto;
  }



}

/********************************* list-your-retreat *********************************/

/*************** Blog posts cards ******************/
div.blogPostCard div.elementor-post__card {
  box-shadow: 0px 0px 13.8px 0px rgba(0, 0, 0, 0.11) !important;
  border: 1px solid #e0e4e3;
}
.blogPostCard div.elementor-post__card .elementor-post__thumbnail__link {
  margin: 0px 0px 3px 0px;
}
.blogPostCard div.elementor-post__card .elementor-post__text {
  padding: 0px 14px 20px;
}
.blogPostCard div.elementor-post__card .elementor-post__meta-data {
  position: absolute;
  padding: 0px;
  left: 10px;
  top: 12px;
  border: none;
}
.blogPostCard div.elementor-post__card .elementor-post-date {
  border-radius: 24px;
  background: rgba(3, 3, 3, 0.42);
  backdrop-filter: blur(12px);
  padding: 4px 12px;
  font-family: "Urbanist", Sans-serif;
}
.blogPostCard div.elementor-post__card .elementor-post__read-more {
  background: #699692;
  color: #fff !important;
  padding: 12px 14px;
  border-radius: 24px;
  height: 40px;
  display: inline-flex;
  align-items: center;
}

.homeBlogCard .elementor-button-wrapper {display: none;}
.blogPostCard div.elementor-post__card .elementor-post__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.blogPostCard div.elementor-post__card .elementor-post__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blogPostCard .elementor-post__excerpt {position: relative;}

.blogPostCard .elementor-post__excerpt {
  position: relative;
  padding-top: 30px;
}

.blogPostCard .elementor-post__excerpt:before {
  content: "Article Summary";
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  font-family: "Playfair Display";
  position: absolute;
  top: 0px;
  background: #fff;
  z-index: 1;
  left: 20px;
  padding: 0px 10px;
}
.blogPostCard .elementor-post__excerpt:after {
  content: "";
  width: 70%;
  position: absolute;
  height: 1px;
  background: #979f9e;
  top: 12px;
}

@media screen and ((min-width: 767px)) {
  .blogPostCard div.elementor-post__card .elementor-post__title {min-height: 44px;}

}

/******* blog card slider ******/
.blogcardForMobile .elementor-widget-image img {border-radius: 20px 20px 0px 0px;}
.blogCardsLoopCarousel .elementor-loop-container {padding: 10px 10px;}

.blogCardsLoopCarousel .elementor-heading-title {
  padding: 0px 14px 10px;
  margin-top: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  min-height: 44px;
  max-height: 51px;
}
.blogCardsLoopCarousel .elementor-widget-container {height: 55px;}

.blogCardsLoopCarousel
  .elementor-widget-text-editor
  .elementor-widget-container {
  color: #616f6e;
  font-family: "Urbanist", Sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.06px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-top: 30px;
}
.blogCardsLoopCarousel
  .elementor-widget-text-editor
  .elementor-widget-container::before {
  content: "Article Summary";
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  font-family: "Playfair Display";
  position: absolute;
  top: 0px;
  background: #fff;
  z-index: 1;
  left: 20px;
  padding: 0px 10px;
}
.blogCardsLoopCarousel
  .elementor-widget-text-editor
  .elementor-widget-container::after {
  content: "";
  width: 70%;
  position: absolute;
  height: 1px;
  background: #979f9e;
  top: 12px;
  left: 0;
}

.blogCardsLoopCarousel .elementor-widget-text-editor {padding: 0px 14px;}
.blogCardsLoopCarousel .elementor-widget-button {margin-top: 10px;padding: 10px 14px 20px;}
.elementor-widget-loop-carousel .eicon-chevron-left,
.elementor-widget-loop-carousel .eicon-chevron-right {
  color: #699692;
}

/*************** Blog posts cards ******************/

/******************* Slider Cards ****************************/
.custom-listing-card-ui .listing-item:before {display: none;}
.custom-listing-card-ui .listing-item {height: auto; background-color: #fff;}
.listing-card-bottom-footer .listing-item-content {position: relative;bottom: 0px;}
.listing-card-bottom-footer .tag {
  position: absolute;
  margin-top: -50px;
  color: #172927 !important;
  font-weight: 500 !important;
  background: #fff !important;
}
.listing-card-header .listing-card-image {height: 220px;}
.custom-listing-card-ui {background-color: #fff !important;}
.custom-listing-card-ui .listing-item-content h3 {
  color: #172927;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.1px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 55px;
}
.custom-listing-card-ui .listing-item-content span {
  color: #616f6e;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.28px;
}
.from-price-list .listing-small-badge.pricing-badge {
  display: block;
  box-shadow: none;
  background: transparent;
  padding: 0;
  color: #616f6e;
  text-align: left;
  font-family: "Urbanist", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.28px;
  margin: 0px;
  height: auto;
  padding-right: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  width: 100%;
}
.from-price-list .listing-small-badge.pricing-badge .fa-tag {display: none;}
.listing-card-bottom-ui {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
  border-top: 1px solid #979f9e;
  padding-top: 20px;
  min-height: 63px;
}
.elementor-field-group textarea.elementor-field-textual {height: 106px;}
.listing-card-price-from {
  display: flex;
  flex-direction: column;
  min-width: 65px;
}
.listing-locate-date {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: calc(100% - 75px);
  padding-left: 5px;
  position: relative;
}
.listing-locate-date::before {
  content: "";
  position: absolute;
  left: -10px;
  width: 1px;
  height: 100%;
  background-color: #979f9e;
  min-height: 41px;
}
.listing-locate-date.nobg::before {content: none;}

.list-card-label {
  color: #8f9794;
  font-family: "Urbanist", Sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.from-price-list {line-height: 1;}

.listing-locate-date .lt-date {
  color: #616f6e;
  font-family: "Urbanist", Sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  width: 100%;
}

.address-loaction {
  display: flex;
  gap: 4px;
  align-items: center;
}
.pr-location img {
  min-width: 18px;
  width: 18px !important;
  min-height: 18px;
  height: 18px !important;
}
.lc-address {
  width: 80%;
  display: flex !important;
}
.lc-address span {
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  color: #8f9794 !important;
  font-family: "Urbanist", Sans-serif;
  font-size: 10px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 120% !important;
  letter-spacing: 1px !important;
}

/******************** Slider Cards ***************************/

/*************** Blog page ******************/
.SubscribeNewsletter {position: relative;}

.BlogNewsletter .footer-widget h2 {
  margin: 0px 0px 14px 0px;
  color: #172927;
  font-family: "Urbanist", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 104.348%;
  letter-spacing: -0.46px;
}
.BlogNewsletter .footer-widget p {
  color: #2a403e !important;
  text-align: center;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  letter-spacing: 0.18px;
  margin-bottom: 0;
}
.BlogNewsletter aside#custom_html-2 {display: none;}
.BlogNewsletter .elementor-widget-html {
  width: 100%;
  margin: 0px auto;
  max-width: 980px !important;
}
.BlogNewsletter .needsclick .needsclick {
  max-width: 100% !important;
  min-height: auto !important;
  padding: 0 !important;
}
.BlogNewsletter .elementor-widget-html .elementor-widget-container {
  border-radius: 80px;
  background: rgba(232, 226, 217, 0.3);
  backdrop-filter: blur(32px);
  position: relative;
  top: 40px;
  padding: 8px;
  overflow: hidden;
  z-index: 11;
}
.BlogNewsletter .elementor-widget-html .elementor-widget-container input {
  border-radius: 70px !important;
  background: #fff;
  border: none !important;
  padding: 20px 175px 16px 40px !important;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 120% !important;
  letter-spacing: 0.2px !important;
  color: #2a403e !important;
  height: 70px !important;
}
.BlogNewsletter
  .elementor-widget-html
  .elementor-widget-container
  input::placeholder {
  color: #979f9e !important;
  font-weight: 500 !important;
}
.BlogNewsletter .elementor-widget-html .elementor-widget-container input:focus {
  outline: none !important;
  border: none !important;
}
.BlogNewsletter
  .needsclick
  .needsclick
  > .needsclick
  + .needsclick.kl-private-reset-css-Xuajs1:last-child:has(button) {
  position: absolute !important;
  right: 33px;
  width: 120px;
  height: 52px;
  justify-content: center !important;
  top: 9px;
}
.BlogNewsletter .needsclick button.needsclick {
  width: 170px;
  height: 52px !important;
  line-height: 80% !important;
  letter-spacing: -0.2px !important;
  font-weight: 700 !important;
  font-size: 19px !important;
  font-family: "Urbanist", sans-serif !important;
  border-radius: 24px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
}
.blogPostCard .elementor-button-link {
  padding: 12px 14px;
  width: 130px;
  height: 40px;
  border-radius: 24px;
  background-color: #699692;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 114.286%;
  letter-spacing: -0.14px;
  font-family: "Urbanist", sans-serif;
}
.blogPostCard .elementor-button-wrapper {
  margin-top: 70px !important;
}

@media screen and ((max-width: 767px)) {
  .BlogNewsletter .footer-widget h2 {font-size: 35px;}
  .BlogNewsletter .footer-widget p {font-size: 15px;}
  .BlogNewsletter .elementor-widget-html {width: 100%;}

}

@media screen and ((max-width: 560px)) {
  .BlogNewsletter .needsclick .needsclick {
    flex-direction: column !important;
  }
  .BlogNewsletter .elementor-widget-html .elementor-widget-container input {
    padding: 20px 15px 16px 15px !important;
    height: 52px !important;
  }
  .BlogNewsletter .elementor-widget-html .elementor-widget-container {
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 20px 10px 20px;
    top: -4px;
  }
  .BlogNewsletter .needsclick .needsclick {
    width: 100% !important;
    right: 0px !important;
  }
  .BlogNewsletter
    .needsclick
    .needsclick
    > .needsclick
    + .needsclick.kl-private-reset-css-Xuajs1:last-child:has(button) {
    position: inherit !important;
  }
}

/*************** Blog page ******************/

/****************** Blog Detials **************/

.WraperPostContent h3.wp-block-heading {
  font-size: 24px !important;
  line-height: 116.667% !important;
  color: #172927 !important;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 40px;
}

.WraperPostContent h4.wp-block-heading {
  font-size: 24px !important;
  line-height: 116.667% !important;
  color: #172927 !important;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 12px;
}

.WraperPostContent .wp-block-heading strong {font-size: 18px;}
.WraperPostContent a {font-weight: 600;color: #699692;}
.WraperPostContent a.button {color: #fff;}
.SideBarNewsletter {
  border: 1px solid #e8e2d9;
  background: #f8f7f3 !important;
  padding: 20px !important;
  border-radius: 20px !important;
  width: 100% !important;
}
.SideBarNewsletter [data-testid="form-row"].needsclick:nth-child(2) {
  position: absolute !important;
  right: 0px;
  height: 44px;
}
.SideBarNewsletter
  [data-testid="form-row"].needsclick:nth-child(2)
  button.needsclick {
  background: #699692 !important;
  color: #fff !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  height: 44px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  border: 1px solid #699692 !important;
}
.SideBarNewsletter
  [data-testid="form-row"].needsclick:nth-child(2)
  .needsclick {
  padding: 0px !important;
  top: 1px;
  right: 6px;
}
.SideBarNewsletter [data-testid="form-row"].needsclick:first-child input {
  height: 56px !important;
  border: 1px solid #e0e4e3 !important;
  padding-right: 140px !important;
  color: #2a403e !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  border-radius: 14px !important;
}

.SideBarNewsletter
  [data-testid="form-row"].needsclick:first-child
  input::placeholder {
  color: #616f6e !important;
}
.detailPostSidebar .widget_recent_entries .widget-title {
  line-height: 116.667%;
  font-size: 24px;
  color: #172927 !important;
  font-weight: 700;
}
.detailPostSidebar .widget_recent_entries ul a {
  color: #699692;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.08px;
}
.detailPostSidebar .widget_recent_entries ul li::before {
  content: ".";
  color: #699692;
}
.detailPostSidebar .widget_recent_entries ul li {
  margin-bottom: 2px;
}
.detailPostSidebar .search-form .search-field {
  border: 6px solid #f8f6f4;
  border-radius: 70px;
}
.detailPostSidebar .search-form .search-field {
  border: 6px solid #f8f6f4;
  border-radius: 70px;
  color: #2a403e !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.2px;
  padding-right: 50px;
}
.detailPostSidebar .search-form .input:before {right: 24px !important;}
.detailPostSidebar .widget_text .widget-title {
  color: #172927;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 116.667%;
  margin-bottom: 20px;
}
.detailPostSidebar .search-form .search-field::placeholder {color: #979f9e;}

.detailPostSidebar .widget_text .info-box {
  border-radius: 20px;
  border-top: none;
  padding: 20px;
  position: relative;
}
.detailPostSidebar .widget_text .info-box:before {
  content: "";
  width: 100%;
  height: 37px;
  position: absolute;
  left: 0;
  top: 0px;
  border-radius: 60px;
  border-top: 3px solid #699692;
}
.detailPostSidebar .widget_text .info-box p {
  font-size: 18px;
  color: #616f6e;
  line-height: 144.444%;
  letter-spacing: 0.18px;
  font-weight: 500;
}

.SideBarNewsletter .newsLetterMainTitle {
  color: #172927;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 116.667%;
  margin: 0px 0px 15px 0px;
}

.SideBarNewsletter .newsLetterSub {
  color: #616f6e;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.08px;
  margin-bottom: 18px;
}
.SideBarNewsletter {margin-top: 40px;}

/********************** About page **********************/
.takeBreakHealth .elementor-widget-wrap {
  max-width: 990px;
  margin: auto;
}
.readyForSomething .elementor-widget-container > p {
  color: #616f6e;
  text-align: center !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.16px;
  margin-bottom: 25px;
  margin-top: 5px;
}
.aboutInnerBox .elementor-widget-container > p {
  color: #616f6e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.08px;
  font-family: "Urbanist", sans-serif;
}
.aboutInnerBox .elementor-widget-container > p strong {font-weight: 700;}
.textEditorWrap {margin-bottom: 0px !important;}

/************************* Find A Retreat page **********************/

.retreatFull {margin-top: 70px;flex-direction: column;}
.custom-top-inner-banner {
  background-color: #e9e2d8;
  padding: 70px 15px;
}
.custom-top-banner {
  width: 100%;
  text-align: center;
}
.custom-top-banner-title {
  color: #172927;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 104.348%;
  letter-spacing: -0.46px;
}
.custom-top-banner-text {
  color: #2a403e;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  letter-spacing: 0.18px;
}

.retreatFull .fs-inner-container.content {
  width: 100%;
  box-shadow: none;
  padding-top: 0px !important;
}
.retreatFull .fs-content {
  display: flex;
  background: #fff;
  padding: 0px 15px;
}

.retreatFull .fs-content .search { width: 300px;}
.retreatFull .fs-content .search .row {margin: 0 -15px;}
.retreatFull .fs-content section.listings-container {width: calc(100% - 300px);}
.retreatFull .fs-content .search .with-forms {display: flex; flex-direction: column;}
.retreatFull #listeo-search-form_tax-event_category { width: 100%; padding: 0;}
.retreatFull #listeo-search-form_tax-region {width: 100%; padding: 0;}

.retreatFull .panel-wrapper {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.retreatFull .panel-dropdown {margin-bottom: 13px;}

.retreatFull .panel-dropdown a {
  width: 100%;
  position: relative;
  background: transparent !important;
  border-radius: 0px;
  color: #2a403e !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.18px;
  padding: 3px 0px;
}
.retreatFull .panel-dropdown.active a {background-color: #e0e4e3;}

.retreatFull .search .panel-dropdown.active a:after {
  color: #2a403e !important;
  font-size: 12px;
  color: #616f6e;
}
.retreatFull .panel-dropdown a::after {
  right: 0px;
  position: absolute;
  font-size: 12px;
  color: #616f6e;
}

.retreatFull .with-forms .btn-group .dropdown-toggle {
  padding: 3px 0px;
  color: #2a403e !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.18px;
  border: none;
  box-shadow: none;
  height: auto;
}

.retreatFull .with-forms .btn-group .dropdown-toggle .filter-option {
  color: #2a403e !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.18px;
  height: auto;
  text-transform: capitalize;
}
.retreatFull .bootstrap-select.btn-group .dropdown-toggle .caret {top: 0px; right: 0px;}
.retreatFull .bootstrap-select.open .dropdown-menu {margin-top: 1px;}

.retreatFull #listings-not-found {
  height: 290px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.retreatFull .layout-switcher {display: none;}

.map-view {
  height: 0px;
  width: 100%;
  overflow: hidden;
  transition: all 0.6s;
}
.map-view.active {
  height: 100vh;
  overflow: auto;
  transition: all 0.6s;
}

.map-views {
  width: 98%;
  height: 100vh;
  padding: 0px !important;
}
.retreatFull .copyrights {display: none;}

.view_hide_map {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.map_views {
  display: inline-flex;
  border-radius: 40px;
  border: 1px solid #699692;
  background: #699692;
  box-shadow: 0px 2px 4px 0px rgba(91, 159, 156, 0.08);
  padding: 9px 10px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 112.5%;
  letter-spacing: -0.16px;
  gap: 5px;
  cursor: pointer;
}
.retreatFull .fs-inner-container.content:after {display: none;}
.retreatFull div#_price-panel a {pointer-events: none;}
.retreatFull div#_price-panel a::after {display: none;}

.retreatFull div#_price-panel .panel-dropdown-content {
  opacity: 1;
  visibility: visible;
  width: 100%;
  border: none;
  box-shadow: none;
  padding: 0px;
  pointer-events: auto;
  height: auto;
  max-height: max-content;
  position: unset;
  padding: 0px;
}
.retreatFull div#_price-panel .panel-dropdown-content.checkboxes .row {margin: 0;}
.retreatFull div#_price-panel .panel-dropdown-content .range-slider-headline {display: none;}
.retreatFull div#_price-panel {margin-bottom: 20px;}

.retreatFull .panel-wrapper .panel-dropdown {
  border-top: 1px solid #e0e4e3;
  padding-top: 18px;
  padding-bottom: 10px;
}

.retreatFull #tax-listing_facility-panel a,
.retreatFull #tax-listing_feature-panel a {
  pointer-events: none;
}
.retreatFull #tax-listing_facility-panel a::after,
.retreatFull #tax-listing_feature-panel a::before {
  display: none;
}
.retreatFull #tax-listing_facility-panel .panel-dropdown-content.checkboxes,
.retreatFull #tax-listing_feature-panel .panel-dropdown-content.checkboxes {
  opacity: 1;
  visibility: visible;
  width: 100%;
  border: none;
  box-shadow: none;
  padding: 15px 0px 0px 0px;
  pointer-events: auto;
  height: auto;
  max-height: max-content;
}
.retreatFull
  #tax-listing_facility-panel
  .panel-dropdown-content.checkboxes
  .row,
.retreatFull
  #tax-listing_feature-panel
  .panel-dropdown-content.checkboxes
  .row {
  margin: 0;
}
.retreatFull .panel-dropdown-content.checkboxes .panel-checkboxes-container {
  flex-direction: column;
  padding: 0px;
}
.retreatFull
  .panel-dropdown-content.checkboxes
  .panel-checkboxes-container
  .panel-checkbox-wrap {
  width: 100%;
}
.mobile-filter-btn {
  padding: 10px;
  text-align: right;
}
.mobile-filter-wrapper form .row {
  margin: 0;
}
.mobile-filter-btn #toggle-mobile-filter {
  background: transparent;
  border: none;
  height: 35px;
}

.mobile-filter-wrapper .close-mobile-filter-wrapper {top: 10px;}
.mobile-filter-wrapper .close-mobile-filter-wrapper img {width: 16px;}
.mobileFormPArent {
  height: 100%;
  overflow: auto;
  padding-top: 0px;
  padding-right: 10px;
  margin-top: 30px;
}

.mobile-retreat-filteropen {overflow: hidden;}
.mobileFormPArent.search-inprogress {opacity: 0.1;}
.mobileFormPArent::-webkit-scrollbar {display: none;}

.mobile-filter-wrapper {
  position: fixed;
  top: 0;
  left: -100%; /* start offscreen */
  width: 88%;
  height: 100%;
  background: #fff;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
  transition: left 0.3s ease-in-out;
  z-index: 9999;
  padding: 20px;
}
.close-mobile-filter-wrapper {
  position: absolute;
  right: 10px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}
.mobile-filter-wrapper.active {left: 0;}

@media screen and (max-width: 1008px) {
  .retreatFull {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 992px) {
  .custom-top-banner-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  /* .mobile-filter-btn, .mobile-filter-wrapper {
      display: block;
  } */
}
@media screen and (min-width: 768px) {
  .mobile-filter-btn,
  .mobile-filter-wrapper {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .custom-top-banner-title {font-size: 24px;}
  .custom-top-banner-text {font-size: 14px;}
  .retreatFull .fs-content {flex-direction: column;}
  .retreatFull .fs-content .search {width: 100%; display: none;}
  .retreatFull .fs-content section.listings-container {width: 100%;margin: 0px !important;}
  .retreatFull #tax-listing_facility-panel .panel-dropdown-content.checkboxes,
  .retreatFull #tax-listing_feature-panel .panel-dropdown-content.checkboxes {
    position: relative;
  }
  .mobile-filter-wrapper .search-input-icon i {position: absolute;top: 37%;}
  .desktop-filters-retreat {display: none;}
  .retreatFull .custom-top-inner-banner {padding: 30px 15px;}

}

/************************* Find A Retreat paage **********************/

/************************ listing detail **************************/
#listeo-listings-container[data-style="grid"] .listing-item-container {
  max-height: max-content;
}

.listingBadgeWrap .claim-listing-button {
  background: #f8f7f3;
  border-radius: 10px;
  border: none;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.listingBadgeWrap .claim-listing-button .icon-not-verified {
  margin-right: 8px;
}

.listingBadgeWrap .claim-listing-button span {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #2a403e;
}
.listingBadgeWrap .claim-listing-button span.claim-isting-text {
  color: #699692;
  text-decoration: underline;
  margin-left: 1px;
  text-decoration-line: underline;
  text-decoration-style: solid;
}
.listing-section.pricing-section .rel-data-inner {
  padding: 0;
  margin-top: 20px;
}
.listing-section.pricing-section ul.pricing-menu-no-title {border: none !important;}

.elementor-widget-listeo-listing-faq #listing-faq .rel-data-inner {
  padding: 0;
  margin-top: 20px;
}
.elementor-widget-listeo-listing-faq #listing-faq .tabs-main-title,
.elementor-widget-listeo-listing-pricing-menu .tabs-main-title {
  display: inline-block;
  position: relative;
  font-family: "Urbanist", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 116.667%;
  color: #2a403e;
}
.elementor-widget-listeo-listing-faq #listing-faq .tabs-main-title:before,
.elementor-widget-listeo-listing-pricing-menu .tabs-main-title:before {
  content: "";
  position: absolute;
  left: 0px;
  margin-top: 4px;
  background-color: #c0ccc4;
  height: 5px;
  width: 100%;
  bottom: -10px;
}

.listingTagsTitles .listing-tag {
  background: #f7f2ea !important;
  color: #2a403e !important;
  font-size: 14px !important;
  letter-spacing: 0.14px !important;
  font-weight: 600 !important;
}

.listingTagsTitles div#titlebar.listing-titlebar h1 {
  color: #172927;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 111.111%;
  letter-spacing: -0.72px;
  margin-bottom: 10px;
}

.listingTagsTitles div#titlebar.listing-titlebar span .listing-address {
  color: #172927;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  letter-spacing: 0.18px;
}

.listingSectionLeft div#titlebar {
  padding-top: 0px;
  margin-top: 20px;
}
.listingSectionLeft .elementor-widget-wrap.elementor-element-populated { padding-left: 0px;}

.listingInnerTitles .elementor-heading-title {display: inline-block;position: relative;}

.listingInnerTitles .elementor-heading-title::before {
  content: "";
  position: absolute;
  left: 0px;
  margin-top: 4px;
  background-color: #c0ccc4;
  height: 5px;
  width: 100%;
  bottom: -10px;
}
.listingSectionRight form.elementor-form .elementor-button,
.listingSectionRight .elementor-widget-container .book-now {
  border-radius: 8px;
  border: 1px solid #4b8e8b !important;
  background: #699692 !important;
  height: 44px;
}
.listingSectionRight form.elementor-form input {
  margin-bottom: 5px;
  border-radius: 8px;
  border: 1px solid #8c8c8c;
  color: #6a6a6a !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal;
}
.listingSectionRight form.elementor-form input::placeholder {color: #2a403e;}
.listingSectionRight form.elementor-form input:focus {box-shadow: 0px 0px 0px 3px rgba(91, 159, 156, 0.22);} 
div#waitlist-container { /* top: 10px !important; */}

.listingSectionRight div#waitlist-container .elementor-widget-container {
  display: flex;
  padding: 0px !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #e0e4e3;
  border-radius: 20px;
  background: #fff !important;
  box-shadow: 0px 10px 30px 0px rgba(5, 29, 27, 0.06);
}
.listingSectionRight .elementor-widget-container .elementor-field-type-html {
  padding: 20px 20px 15px 20px !important;
}
.listingSectionRight .elementor-widget-container .elementor-field-type-html p {
  margin: 0px;
  color: #2a403e;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  font-family: "Urbanist", sans-serif !important;
}

.listingSectionRight .elementor-widget-container .elementor-field-type-text,
.listingSectionRight .elementor-widget-container .elementor-field-type-email {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.listingSectionRight .elementor-widget-container .elementor-field-type-submit {
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-bottom: 20px !important;
}
.listingSectionRight .booking-widget {
  border: 1px solid #e0e4e3;
  border-radius: 20px;
  background: #fff !important;
  padding: 25px 15px;
  box-shadow: 0px 10px 30px 0px rgba(5, 29, 27, 0.06);
}

.listingSectionRight .booking-widget .panel-dropdown a {
  margin-bottom: 5px;
  border-radius: 8px;
  /* border: 1px solid #8c8c8c; */
  border: 1px solid #dedada;
  color: #6a6a6a !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal;
  text-transform: capitalize;
  padding: 10px 10px;
}
.listingSectionRight .booking-widget .tickets-panel-inputWrapper-parent {
  width: 100%;
  display: flex;
}
.listingSectionRight .booking-widget .tickets-panel-inputWrapper {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #dedada;
  vertical-align: middle;
  align-items: center;
  border-radius: 10px;
  padding: 5px 10px;
}
.listingSectionRight .booking-widget .tickets-panel-inputWrapper.faded {opacity: 0.1;}

.listingSectionRight
  .booking-widget
  .tickets-panel-inputWrapper
  .lbl-heading-wrapper {
  width: 50%;
  color: #6a6a6a !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500 !important;
  padding: 0px;
}
.listingSectionRight .booking-widget .tickets-panel-inputWrapper .qtyButtons {
  width: 50%;
  padding-left: 5px;
  justify-content: flex-end;
  margin-top: 6px;
  display: flex;
}
.tickets-panel-inputWrapper .qtyButtons .qtyDec {
  margin-right: 5px; min-width: 35px;
}
.tickets-panel-inputWrapper .qtyButtons .qtyInc {
  margin-left: 5px; min-width: 35px;
}
.listingSectionRight
  .booking-widget
  .tickets-panel-inputWrapper
  input[type="text"] {
  padding: 0 10px;
  border-radius: 10px;
  width: 60px;
  background: #62908f;
  color: #fff;
  font-size: 17px;
}
.bookMarkListing span#bookmarks-counter {display: none;}
.bookMarkListing .listing-share {margin: 0 !important;}
.bookMarkListing .listing-share .like-button {border: none; padding: 0;}
.bookMarkListing .listing-share .like-button:hover {background: transparent;}
.shareIcon .elementor-button-wrapper {line-height: 1;}
.shareIcon .elementor-button-text {position: relative; top: 1px;}
.listingGallery #single-listing-grid-gallery a.slg-gallery-img:before {opacity: 0.4;}
.listingGallery a#single-listing-grid-gallery-popup {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.listingGallery #single-listing-grid-gallery {border-radius: 20px;}
#titlebar.listing-titlebar span.listing-tag a {color: #2a403e !important;}

.roomInfo .elementor-icon-list-text {
  color: #172927 !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 133.333%;
  letter-spacing: 0.18px;
  font-family: "Urbanist", sans-serif !important;
}
.roomInfo.meta-info .elementor-icon-list-item:nth-child(3),
.roomInfo.meta-info .elementor-icon-list-item:nth-child(4) {
  display: inline;
}
.roomInfo.meta-info .elementor-icon-list-item:nth-child(3) {
  margin-right: 15px;
}
.roomInfo .elementor-icon-list-icon i {
  color: #172927 !important;
}
.listingSectionRight .booking-widget .panel-dropdown a::after {
  top: 14px;
  right: 10px;
  color: #2a403e;
  font-size: 12px;
}
.listingSectionRight
  .booking-widget
  .panel-dropdown
  .panel-dropdown-content::before {
  display: none;
}

.bookmark-btn-title {
  display: flex !important;
}

.similar-listing-related h3 {
  font-family: "Urbanist", Sans-serif !important;
  font-size: 24px;
  font-weight: 700;
  line-height: 116.667%;
  color: #2a403e;
  position: relative;
  display: inline-block;
}
.similar-listing-related h3:before {
  content: "";
  position: absolute;
  left: 0px;
  margin-top: 4px;
  background-color: #c0ccc4;
  height: 5px;
  width: 100%;
  bottom: -10px;
}
.similar-listing-related .slider-controls {
  width: 100%;
  background: transparent;
}
.similar-listing-related .slide-m-prev.slick-arrow {
  left: -10px;
  background-image: url("/wp-content/uploads/2025/06/slider-arrows-left.svg");
  transform: inherit;
}
.similar-listing-related .slick-arrow {
  width: 55px;
  height: 55px;
  background-size: 23px !important;
  background-color: #fff !important;
  border-radius: 100%;
  position: absolute;
  z-index: 9;
  box-shadow: 0px 2px 8.4px 0px rgba(0, 0, 0, 0.25);
  top: -275px;
}
.similar-listing-related .slide-m-next.slick-arrow {
  right: -10px;
  background-image: url("/wp-content/uploads/2025/06/slider-arrow-right.svg");
}

@media screen and (max-width: 992px) {
  .listingTagsTitles div#titlebar.listing-titlebar h1 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .listingSectionLeft {
    order: inherit !important;
  }
  .listingTagsTitles div#titlebar.listing-titlebar h1 {
    font-size: 24px;
  }

  .similar-listing-related .slick-arrow {
    width: 45px;
    height: 45px;
  }
}

/************************ listing detail **************************/

/****************************** contact page ******************/
.contactIcons svg {
  fill: transparent !important;
}
.contactFormColumn .e-con-inner {
  border-radius: 18px;
  border: 1px solid #b0b0b0;
  padding-bottom: 0 !important;
  padding-top: 0px !important;
}
.contactFormColumn .contactformHeading {
  padding: 20px 20px 5px 20px;
}
.contactFormColumn .contactformSubtext {
  padding: 0px 20px 20px 20px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #eeeeee;
}

.contactFormColumn .elementor-widget-form {
  padding: 25px 20px 20px;
}
.contactFormColumn .e-con-inner .elementor-button-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  font-family: "Urbanist", Sans-serif !important;
}
.elementor-field-label.focused + textarea {
  padding-top: 20px;
}
.contactFormColumn .e-con-inner .elementor-button {
  height: 44px;
}

/****************************** contact page ******************/

/************************* footer css *******************/

.footer-widget .needsclick .needsclick > div + .needsclick:last-child {
  position: absolute !important;
  right: 0px;
}

.footer-widget .needsclick .needsclick button.needsclick {
  background: #699692 !important;
  height: 44px !important;
  color: #fff !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  padding: 0px 10px !important;
  font-family: "Urbanist", sans-serif !important;
}

.footer-widget h3 {
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.18px;
  margin-bottom: 16px;
}
.footer-widget p {
  color: #e0e4e3 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08px;
  font-family: "Urbanist", sans-serif;
}

.footer-widget p span {
  color: #fff !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08px;
  font-family: "Urbanist", sans-serif;
}

.footer-widget .needsclick.klaviyo-form {
  height: 50px;
  position: relative;
}

.footer-widget .needsclick.klaviyo-form div input {
  height: 50px !important;
  min-height: 50px;
  padding-right: 145px !important;
  color: #2a403e !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  border-radius: 14px !important;
  border: 1px solid #e0e4e3 !important;
}
.footer-widget .needsclick.klaviyo-form div input::placeholder{
  font-size: 16px !important;
}
.footer-widget .needsclick.klaviyo-form div input:focus-visible {
  outline: none;
}

.footer-widget .needsclick.klaviyo-form div input::placeholder {
  color: #2a403e !important;
}

aside#text-2 p {
  max-width: 292px;
}

#footer aside.widget_nav_menu #menu-helpful-links .menu-item a,
#footer aside.widget_nav_menu #menu-explore-retreats .menu-item a {
  color: #e0e4e3 !important;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08px;
  padding-left: 0px !important;
  padding-bottom: 8px;
}
#footer aside.widget_nav_menu #menu-helpful-links .menu-item a:hover,
#footer aside.widget_nav_menu #menu-explore-retreats .menu-item a:hover {
  color: #fff !important;
}

#footer aside.widget_nav_menu #menu-helpful-links .menu-item::before,
#footer aside.widget_nav_menu #menu-explore-retreats .menu-item::before {
  display: none;
}

#footer.dark .footer-new-bottom-inner {
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  margin-bottom: 0px;
}
#footer.dark .footer-new-bottom-inner .footer-new-bottom-left {
  width: 100%;
  color: #e0e4e3 !important;
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.18px;
}
#footer.dark .footer-new-bottom-inner .footer-new-bottom-right {
  display: none;
}

#footer h4 {
  margin-top: 0px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.18px;
  margin-bottom: 16px;
}

@media screen and ((min-width: 1790px)) {
  .upcomingRetreats .slick-track {
    display: flex;
    /* width: 100% !important; */
  }
  .upcomingRetreats .fw-carousel-item {
    /* flex: 0 0 25% !important;
        max-width: 25% !important;
        box-sizing: border-box;
        padding: 0 10px;
        width: 100% !important; */
  }
  .elementor-element.e-con > .e-con-inner {
    max-width: 1290px;
  }
}

@media screen and ((min-width: 1367px)) {
  .theme-listeo:not(.page-template-template-dashboard) .container {
    /* width: 1360px; */
  }
  #footer .footer_inner:nth-child(2) {
    padding-left: 50px;
  }

  #footer .footer_inner:nth-child(3) {
    padding-left: 50px;
  }
}

@media screen and ((min-width: 1200px)) {
  .footer_inner:last-child {
    padding: 0;
  }
}

@media screen and ((min-width: 1024px)) {
  .copuleRetreats .slick-track {
    width: 99% !important;
  }
  .copuleRetreats .slick-track .fw-carousel-item {
    width: 32% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .lv_retreat_col_right {
    margin-top: 19px !important;
    height: 380px !important;
  }
}

@media screen and ((min-width: 1024px)) and (max-width: 1200px) {
  .customArrow .slider-controls-container .slide-m-prev.slick-arrow {
    left: -10px;
  }
  .customArrow .slider-controls-container .slide-m-next.slick-arrow {
    right: -10px;
  }

  .elementor-field-group label.elementor-field-label {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 93%;
    overflow: hidden;
  }
  .listing-manager-form .add-listing-section .fieldsCol{
    margin-left: -15px;
  }
  .footer-widget div.needsclick .needsclick > div + .needsclick:last-child {
    position: relative !important;
  }

  .dashboard-list-box div.list-box-listing .list-box-listing-content .inner{
    max-width: 50%;
  }

}

@media screen and (min-width: 1024px) and (max-width: 1025px) {
  .logged-in #header-container #header .left-side .mmenu-trigger {
    display: none !important;
  }
  .logged-in #header-container.dashboard div#header #navigation .dashboard-header-message span {
    font-size: 13px;
  }
  .logged-in #header-container.dashboard div#header #navigation a.button.return-button {
    font-size: 14px;
    padding: 5px 15px;
  }

}

@media screen and (max-width: 1023px) {
  .lv_retreat_col_right {
    margin-top: 19px !important;
    height: 380px !important;
  }
  .customArrow .slider-controls-container .slide-m-prev.slick-arrow {
    left: 0px;
  }
  .customArrow .slider-controls-container .slide-m-next.slick-arrow {
    right: 0px;
  }
}

@media screen and ((min-width: 993px)) and (max-width: 1024px) {
  .howItWorks .whyBookGrid .elementor-widget-listeo-iconbox {
    width: 500px;
  }
  .elementor-page-7443 .daterangepicker .drp-calendar{
    max-width: 245px;
  }
  .elementor-page-7443 .daterangepicker.ltr .drp-calendar.left{
    padding-left: 5px;
  }
  .elementor-page-7443 .daterangepicker.ltr .drp-calendar.right {
    padding-left: 5px;
  }
  .dashboard-list-box div.list-box-listing .list-box-listing-content .inner{
    max-width: 50%;
  }

}

@media screen and ((min-width: 768px)) and (max-width: 992px) {
  .copuleRetreats .slick-track {
    gap: 5px !important;
  }
  .lv_retreats_cards .slider-controls-container {
    bottom: -50px;
  }
  .howItWorks .whyBookGrid .elementor-widget-listeo-iconbox {
    width: 560px;
  }
  .lv_retreat_col_right {
    margin-top: 19px !important;
    height: 380px !important;
  }

  .customArrow .slider-controls-container .slide-m-prev.slick-arrow {
    left: 0px;
  }
  .customArrow .slider-controls-container .slide-m-next.slick-arrow {
    right: 0px;
  }

  body .daterangepicker .calendar-table th, body .daterangepicker .calendar-table td{
    padding: 3px;
  }
  


}

@media screen and (max-width: 767px) {
  aside#text-2 p {
    max-width: 100%;
  }
  .howItwork .elementor-element {
    width: 100%;
  }
  .slider-controls-container {
    bottom: -40px;
  }
  .upcomingRetreats .fw-carousel-item .listing-item-container {
    margin-bottom: 0px;
  }

  .customArrow .slider-controls-container .slick-arrow {
    width: 45px;
    height: 45px;
  }
  .customArrow .slider-controls-container .slide-m-prev.slick-arrow {
    left: -10px;
  }
  .customArrow .slider-controls-container .slide-m-next.slick-arrow {
    right: -10px;
  }
  div#footer {
    padding-left: 10px !important;
    padding-right: 20px !important;
  }

  .whyBookGrid .icon-box-2 h3 {
    font-size: 20px;
  }

  .whyBookGrid .icon-box-2 p {
    font-size: 14px;
  }

  .whyBookGrid {
    width: 100% !important;
    left: 15px;
    padding-right: 20px !important;
  }
  .whyBookGrid .elementor-widget-listeo-iconbox {
    width: 85%;
  }
  .lv_retreat_col_right {
    padding: 0px !important;
    height: 260px !important;
  }
}
.animateBtn .elementor-button-link:hover .elementor-button-icon,
.animateBtn .elementor-button:hover .elementor-button-icon {
  animation: scrollX 400ms linear forwards;
  will-change: transform;
}
@keyframes scrollX {
  0% {
    transform: translateX(0rem);
    opacity: 1;
  }
  50% {
    transform: translateX(10px);
    opacity: 0;
  }
  51% {
    transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

.page-id-9663 .elementor-element.elementor-element-18a8b77 {
  display: none;
}
.load-more-checkboxes {
  background-color: #f0f0f0;
  color: #666;
  font-weight: 600;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 13px;
  padding: 3px 14px;
  border-radius: 50px;
  border: none;
  margin-top: 10px;
}

.listing-section.listing-faq h3.custom-faq-title {
  font-weight: 700;
  color: #1d201f;
  font-size: 18px;
  cursor: pointer;
}

.listing-faq .custom-faq-row {
  border-bottom: 1px solid #becbc5;
}
.listing-faq .custom-faq-row .custom-faq-title {
  display: flex;
  justify-content: space-between;
}
.listing-faq .custom-faq-row .custom-faq-title i {
  color: #292d32;
}

.booking-confirmation-page i {
  color: #699692;
}
.checkout-form-logo {
  width: 100%;
  text-align: left;
  padding: 20px 10px;
  border-bottom: 1px solid #eee;
}
.checkout-form-logo img {
  max-height: 43px;
  transform: translate3d(0, 0px, 0);
  width: auto;
}

.woocommerce-checkout #order_review.child-theme-checkout div#payment {
  padding: 15px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 20px;
}
.woocommerce-checkout
  #order_review.child-theme-checkout
  .payment_box.payment_method_stripe {
  background: #fff;
  border: 1px solid #f3f3f3;
}
.woocommerce-checkout
  #order_review.child-theme-checkout
  .woocommerce-terms-and-conditions-wrapper {
  margin-top: 15px;
}

.woocommerce-checkout
  #order_review.child-theme-checkout
  table.shop_table
  tfoot
  tr:first-child
  th,
.woocommerce-checkout
  #order_review.child-theme-checkout
  table.shop_table
  tfoot
  tr:first-child
  td {
  border-width: 1px 0px 0px 0px;
  padding-top: 10px !important;
  border-style: solid;
  border-color: #eee;
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
  .woocommerce-order-pay .elementor-element-44700b0f {
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media screen and (min-width: 1025px) {
  .woocommerce-checkout #order_review.child-theme-checkout {
    display: flex;
    background: transparent !important;
    gap: 30px;
  }
  body .woocommerce #order_review.child-theme-checkout table.shop_table td {
    vertical-align: baseline;
  }
}

.listing-item-container.compact.order-summary-widget {
  background: transparent;
}
.order-summary-wrapper-custom::before {
  display: none !important;
}
.order-summary-wrapper-custom .listing-item {
  display: flex !important;
  align-items: center;
}
.listing-item-container.compact.order-summary-wrapper-custom .listing-item {
  display: flex !important;
  align-items: center;
  box-shadow: none !important;
  background: transparent !important;
  height: auto;
  margin-bottom: 15px;
  border-radius: 0px !important;
  flex-direction: column;
}
.listing-item-container.compact.order-summary-wrapper-custom
  .listing-item:before {
  display: none;
}

.listing-item-container.compact.order-summary-wrapper-custom .listingCover {
  /* width: 100px;
    height: 100px;
    min-width: 100px;
    overflow: hidden;
    border-radius: 12px; */
  margin-bottom: 10px;
}
.listing-item-container.compact.order-summary-wrapper-custom
  .listing-item-content {
  padding: 0px;
  width: 100%;
  position: inherit !important;
  bottom: 0px;
}
.listing-item-container.compact.order-summary-wrapper-custom
  .listing-item-content
  h3,
.listing-item-container.compact.order-summary-wrapper-custom
  .listing-item-content
  span {
  color: #000;
}

.BookingSummary {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
  border: 1px solid #e6e8e8;
  padding: 20px;
}

/****** sticky header *********/

.booking-sticky-header {
  display: none;
}
.booking-sticky-header .container {
  display: flex;
}
.booking-sticky-header .button {
  float: right;
  margin: 0;
  padding: 8px 16px;
  line-height: 21px;
  font-size: 14px;
}
.booking-sticky-header h4 {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  padding: 0;
  margin: 0;
}

.booking-sticky-header-inner {
  position: fixed;
  top: 68px;
  background: #fff;
  width: 100%;
  left: 0px;
  border-bottom: 1px solid #e0e0e0;
  height: 60px;
  z-index: 9;
  padding-top: 10px;
  transition: all 0.5s;
}
.body-on-scroll .booking-sticky-header-inner {
  /* top: 0px;
  transition: all 0.5s; */
}

@media screen and (max-width: 767px) {
  .booking-sticky-header {
    display: none;
    height: 50px;
  }
}
/****** sticky header *********/

.error-404.not-found {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.error-404.not-found .page-header {
  display: flex;
  width: 100%;
}
.error-404.not-found .page-header h1.page-title {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .error-404.not-found .page-header h1.page-title {
    font-size: 24px;
  }
  .error-404.not-found .page-content {
    width: 100%;
    text-align: center;
    padding: 0 10px;
  }
  .sign-in-form.mt-2-per {
    margin-top: 5%;
  }
}

.sign-in-form.mt-2-per {
  margin-top: 2%;
}
/********* custom popup css start *********/

body.popup-active {
  overflow: hidden;
}

.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgb(224 224 224 / 60%);
  z-index: 9999;
  display: none;
}

.popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 30px 40px;
  border-radius: 10px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  z-index: 99999;
  display: none;
  text-align: center;
}
.popup-box .popup-close {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 22px;
  font-weight: bold;
  color: #721c24;
  cursor: pointer;
}

.popup-box .popup-close:hover {
  color: #000;
}

.popup-box.success h2 {
  margin-bottom: 10px;
  color: #28a745;
}

.popup-box .popup-title {
  font-size: 18px;
  color: #333;
}

.popup-box .popup-subtitle {
  font-size: 16px;
  color: #333;
}
.popup-active .dashboard-nav,
.popup-active #header-container.fixed {
  z-index: 9;
}
/********* custom popup css end *********/

.single-listing .elementor-popup-modal .dialog-close-button {
  inset-inline-end: 7px;
  top: 7px;
  font-size: 20px;
}
#backtotop {
  bottom: 78px;
}
.stripe-integration-msg-wrapper {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#dashboard .copyrights {
  text-align: center;
}

body #backtotop a {
  border: 1px solid #fff;
}
.listeo-form-search_on_homebox_page .main-search-input-item .bs-searchbox,
.btn-group.bootstrap-select .dropdown-menu .bs-searchbox {
  display: none;
}
.elementor-widget-listeo-homebanner-boxed .main-search-input {
  visibility: hidden;
}

.listeo-form-search_on_homebox_page
  .main-search-input-item
  .bootstrap-select
  .bs-searchbox::after {
  font-size: 17px;
  top: 25px;
  right: 14px;
}
.listeo-form-search_on_homebox_page
  .main-search-input-item
  .bootstrap-select
  .form-control {
  padding-right: 40px !important;
}

.listeo-form-search_on_homebox_page .bootstrap-select.btn-group .no-results {
  white-space: unset;
  font-size: 14px;
  word-wrap: break-word;
}

.like-icon:before {
  transform: scale(1);
  font-weight: 100;
}
.elementor-popup-modal .dialog-message {
  max-width: 98vw !important;
}

.wideBtn .elementor-button-link {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.user-name span img {
  object-fit: cover;
}

.needsclick [data-testid="form-row"] p {
  display: none;
}
.needsclick [data-testid="form-row"] h1 span.ql-font-poppins {
  font-size: 18px !important;
}

/* .dialog-type-lightbox {
  opacity: 0.1;
} */

#elementor-lightbox-slideshow-single-img {
  opacity: 0;
}
#singleListingMap {
  border-radius: 19.99px;
}
.wallet-redirection-link {
  font-size: 17px;
  font-weight: bold;
  color: #000;
}

.mfp-container.mfp-s-ready img.mfp-img {
  margin: 15px auto;
}

@media screen and (max-width: 767px) {
  .elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(
      .elementor-widget-divider--view-line_icon
    )
    .elementor-divider-separator {
    border-color: #979f9e !important;
    border-width: 3px !important;
  }
  .wideBtn .elementor-button-link {
    height: 52px;
    align-items: center;
    display: inline-flex;
    font-size: 20px !important;
  }
  form#retreathost .elementor-field-group-field_1dd73d5 input[type="checkbox"] {
    margin-bottom: 11px;
  }
  form#retreathost .elementor-field-group-field_5d79348 input[type="date"] {
    display: flex;
    align-items: center;
    -webkit-appearance: none;
  }
  form#retreathost
    .elementor-field-group-field_5d79348
    input[type="date"]::placeholder {
    color: #2a403e !important;
  }
  .whyBookScrollMob {
    padding: 0px !important;
    left: 0;
  }
  .mobSlidesSwap .swiper-wrapper {
    background: transparent !important;
  }

  .listingInnerTitles .elementor-heading-title::before {
    background-color: #c0ccc4;
    height: 3px;
  }

  .mobSlidesSwap .swiper-wrapper .swiper-slide {
    background: transparent !important;
    padding: 0px 10px !important;
  }
  .mobSlidesSwap .swiper-wrapper .swiper-slide .swiper-slide-bg {
    background: transparent !important;
  }
  .mobSlidesSwap .swiper-wrapper .swiper-slide .swiper-slide-inner {
    padding: 0px !important;
    background: transparent !important;
    width: 98%;
  }
  .mobSlidesSwap
    .swiper-wrapper
    .swiper-slide
    .swiper-slide-inner
    .swiper-slide-contents {
    background-color: #fff !important;
    border-radius: 20px;
    height: 100%;
    padding: 0px 20px;
    align-items: center;
    display: flex;
    width: 100%;
    justify-content: center;
  }
}

.listeo-register-form-fields-container .input-text,
.listeo-register-form-fields-container input[type="text"] {
  border: 1px solid #8c8c8c;
  color: #2a403e !important;
  font-weight: 600;
  font-family: "Urbanist", Sans-serif !important;
  font-size: 16px;
}
.listeo-register-form-fields-container .checkboxes label:before {
  border: 2px solid #8c8c8c;
}
.listeo-register-form-fields-container input:focus,
.listeo-register-form-fields-container input[type="text"]:focus {
  border: 1px solid #8c8c8c;
}
.booking-estimated-final-payable-cost {
  display: block;
  margin-top: 15px;
  margin-bottom: -5px;
  padding-top: 10px;
  border-top: 1px solid #e8e8e8;
}
.booking-estimated-final-payable-cost span {
  color: #62908f;
  text-align: right;
  float: right;
  font-size: 16px;
  position: relative;
  font-weight: 600;
}

li.total-payble-costs {
  font-size: 16px;
  border-top: 1px solid #e8e8e8;
  padding-top: 18px;
  margin-top: 18px;
}
li.total-payble-costs span {
  color: #62908f;
  font-weight: 600;
  text-align: right;
  float: right;
}
.strike-through {
  text-decoration: line-through;
}
.bookable-services input[type="checkbox"].custom-chkbox {
  display: none;
  position: absolute;
  z-index: 1;
  width: 16px;
  box-shadow: none;
  margin: 0;
  left: 10px;
  accent-color: #f7f2ea;
  line-height: 1;
  height: 20px;
  top: 17px;
}
.bookable-services input[type="checkbox"] + label.custom-chkbox-lbl {
  padding-left: 40px;
}
.booking-initial-msg {
  margin-top: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.booking-initial-msg span {
  font-family: "Urbanist", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.16px;
  color: #616f6e;
}
body .woocommerce #order_review table.shop_table tbody td {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #7a7a7a;
}
body .woocommerce #order_review table.shop_table td.product-name{
 font-size: 17px;
}
body .woocommerce #order_review table.shop_table tbody  td h5 {
  font-size: 17px;
  font-weight: 600 !important;
  color: #7a7a7a;
font-family: "Urbanist", Sans-serif !important;
}

.inner-booking-list.custom-inner-booking-list {
  margin-top: 10px;
}
.shop_table tfoot tr:first-child td {
  /* text-decoration: inherit; */
  text-decoration: initial;
}
.woocommerce-checkout .shop_table tfoot tr th {
  font-size: 16px;
  font-weight: 600;
  color: #7a7a7a;
  font-family: "Roboto", Sans-serif !important;
}
.woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  position: relative;
  top: -1px;
  margin-right: 2px;
}
.opening-hours.summary li:hover {
  color: inherit !important;
}
.opening-hours.summary li.total-costs span {
  color: #616f6e;
}

.opening-hours.summary li {
  margin-top: 10px;
}
.opening-hours.summary li span.summary-lbl {
  color: #616f6e;
  font-size: 16px;
  font-family: "Urbanist", Sans-serif;
  float: left;
  text-align: left;
  font-weight: 500;
}
.opening-hours.summary li span.summary-data {
  font-size: 15px;
  color: #616f6e;
  font-weight: 400;
  float: right;
  text-align: right;
}
.opening-hours.summary li.booking-confirmation-deposit-price span.summary-data,
.opening-hours.summary li.booking-confirmation-deposit-price span.summary-lbl {
  font-weight: 600;
}

.opening-hours.summary li.cost-amount-msg span {
  float: left;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
}
#booking-confirmation-summary-services ul li:first-child {
  color: #616f6e;
  font-size: 16px;
  font-family: "Urbanist", Sans-serif;
  font-weight: 600;
}
#booking-confirmation-summary li:last-child {
  font-size: 15px;
  font-weight: 400;
  color: #616f6e;
}
body .boxed-widget h3.booking-summary-heading {
  color: #62908f;
  font-weight: 700;
  font-size: 18px;
}
.BookingSummary #summary-services {
  font-size: 18px;
  font-weight: 600;
  color: #616f6e;
}
.light-border {
  border-top: 1px solid #e0e0e0;
  margin: 15px 0 10px 0;
  display: block;
  padding-top: 20px;
}

.woocommerce-checkout #order_review.listeo-pay-form {
  border-radius: 20px;
  background: transparent;
}
.woocommerce ul.order_details,
.woocommerce-customer-details address {
  border: 1px solid #eee;
}
.woocommerce-customer-details .woocommerce-column__title {
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .woocommerce-checkout .e-con-inner {
    padding-top: 25px !important;
  }
  .woocommerce-checkout .e-con-boxed.e-parent {
    padding-left: 20px;
    padding-right: 20px;
  }
  .woocommerce-checkout #order_review.child-theme-checkout table.shop_table {
    padding: 10px 5px;
  }
  .woocommerce-checkout #order_review.child-theme-checkout table.shop_table th {
    padding-left: 10px;
    padding-right: 10px;
  }
  .woocommerce-checkout
    #order_review.child-theme-checkout
    table.shop_table
    tbody
    td {
    padding-left: 10px;
    padding-right: 10px;
  }
  .wc-saved-payment-methods {
    padding-left: 0px;
  }
  .woocommerce-checkout
    #order_review.child-theme-checkout
    .payment_box.payment_method_stripe {
    padding: 15px;
  }
  .woocommerce-checkout #payment ul.payment_methods li label {
    font-size: 15px;
  }
}

.cls-arrow-back::before {
  color: #000;
}
i.cls-arrow-back {
  font-size: 15px;
}
.c-222 {
  color: #222;
}
.f-20 {
  font-size: 20px;
}
.f-20-imp {
  font-size: 20px !important;
}
.off-msg {
  color: #7a7a7a;
  font-weight: 400;
}
.err-message {
  margin-top: 15px;
  line-height: 20px;
  font-size: 13px;
  color: #d83838;
  background: #ffebeb;
  border-radius: 4px;
  padding: 13px 19px;
  margin-bottom: 8px;
}
.elementor-popup-modal .dialog-lightbox-widget-content .dialog-close-button {
  background: #e4e4e4;
  padding: 6px;
  top: 0px;
  inset-inline-end: 0px;
}

.included-items-container li {
  position: relative;
  list-style: none;
  padding-left: 20px;
}

.included-items-container li:before {
  content: "";
  background-image: url("/wp-content/uploads/2025/07/mark-chek.svg");
  width: 16px;
  position: absolute;
  height: 14px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  left: -8px;
  top: 6px;
}
.excluded-items-container li {
  position: relative;
  list-style: none;
  padding-left: 20px;
}
.excluded-items-container li:before {
  content: "";
  background-image: url("/wp-content/uploads/2025/07/mark-close.svg");
  width: 16px;
  position: absolute;
  height: 14px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  left: -8px;
  top: 6px;
}

@media screen and (max-width: 767px) {
  .listmyretreatFormLeft {
    top: 0px;
    align-items: flex-start;
    padding: 20px 0px;
  }
}

header.fullwidth .container {
  padding: 0 15px;
}

@media (min-width: 1024px) and (max-width: 1240px) {
  #navigation.style-1 .find-a-retreat.menu-item a {
    font-size: 0px;
  }
}
.mobile-filter-lbl {
  display: inline;
  float: right;
  width: 100%;
  text-align: right;
  font-size: 18px;
  font-weight: 800;
}
@media screen and (max-width: 320px) {
    /*list your retreate textarea*/
  .elementor-7328 input.elementor-field-textual{
    height: 70px !important;
  }
}

.booking-details-container .pwstrength_viewport_progress.password-strength-visible{
 display: none;
}
/***** july/16/2025 ***/

.booking-widget .booking-widget-title-wrap h3 {
  color: #699692;
  font-weight: 700;
}

.booking-widget .payment-term-heading {
  font-size: 15px;
  font-weight: 700;
  color: #62908f;
  text-decoration: underline;
  margin-bottom: 5px;
}
.payment_due_now {
  border: 1px solid #dedada;
  padding: 5px;
  border-radius: 10px;
  margin: 3px 0;
  width: 100%;
  display: flex;
  padding: 10px;
}
.payment_due_now strong {
  justify-content: flex-start;
  display: flex;
  width: 46%;
}
.payment_due_now .amtdue_now {
  justify-content: flex-end;
  display: flex;
  width: 65%;
  font-weight: 700;
  font-size: 15px;
}
.booking-widget .booking-info-msg {
  color: #62908f;
  margin: 3px 0;
  font-size: 16px;
}
.payment-policy-link-wrapper {
}
a.payment-policy-link {
  text-decoration: underline !important;
  color: #62908f;
  margin: 3px 0;
  font-size: 14px;
  position: relative;
}
a.payment-policy-link:hover {
  color: #62908f;
}
body .button.book-now .loadingspinner.show {
  opacity: 1;
}
/*
.page-id-117 #listeo-registration-btn{
 display: inherit;
}
 */

.pwstrength_viewport_progress.password-strength-visible {
  display: none;
}
.secure-checkout-heading span {
  font-size: 18px;
  font-weight: 700;
  color: #172927;
  font-family: "Urbanist", Sans-serif;
}
.secure-checkout-heading i.lock {
  background: url("/wp-content/uploads/2025/07/lock-key-light.svg")
    no-repeat;
  width: 24px;
  height: 24px;
}
.woocommerce-info a.popup-with-zoom-anim {
  font-weight: 700;
  font-size: 17px;
}
.inner-booking-list.custom-inner-booking-list.due-now-amt h5 {
  font-weight: 700 !important;
}
.inner-booking-list.custom-inner-booking-list.due-now-amt
  span.woocommerce-Price-amount {
  font-weight: 700;
  font-size: 17px;
}
body
  .woocommerce
  #order_review
  table.shop_table
  td.product-name
  span.retreat-address {
  display: flex;
  margin: 5px 0 10px 0;
  font-size: 16px;
}
body .woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  background: #62908f !important;
  border-radius: 50px;
  float: none !important;
  width: 40% !important;
  padding: 12px 20px !important;
  margin-inline: auto ;
}
body .woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
  background: #62908f !important;
}
.woocommerce-checkout .woocommerce-privacy-policy-text p{
 color: #7a7a7a;
}

.BookingSummary .listing-item-content h3{
 margin-left: 25px;
font-weight: 600;
color:#172927;
}
.BookingSummary .listing-item-content .retreat-address{
color:#172927;
font-weight: 400;
margin-left: 25px;
}

.notification.woo-summary {
  text-align: left;
  padding: 50px 50px;
  border-radius: 10px;
}
.notification.woo-summary i.fa-calendar-check{
 color: #333;
 margin-right: 4px;
}

.notification.woo-summary.owner{
 text-align: center;
}
.notification.woo-summary .booking-confirmed-msg {
  margin-bottom: 15px;
}
.notification.woo-summary .spot-msg {
  display: flex;
  flex-direction: column;
}
.notification.woo-summary .spot-msg .section-1 {
  color: #172927;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 7px;
}
.notification.woo-summary .spot-msg .section-2 {
  color: #616f6e;
  font-weight: 400;
  font-size: 16px;
}

.notification.woo-summary .what-happens-next {
  margin-top: 15px;
}

.notification.woo-summary .download-button-wrapper {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  margin: 15px 0px;
}
.notification.woo-summary .download-button-wrapper p,
.notification.woo-summary .msg-content p
{
  font-size: 16px;
  color: #616f6e;
}

.notification.woo-summary .msg-content a
{
  font-size: 16px;
  text-decoration: underline;
  color: #62908f;
  font-style: italic;
}

.notification.woo-summary .download-button-wrapper p.sharetag {
  text-decoration: underline;
  color: #616f6e;
}
.notification.woo-summary .what-happens-next ul, 
.notification.woo-summary ul
{
  margin: 10px 0;
}
.notification.woo-summary .what-happens-next ul li,
.notification.woo-summary ul li
{
  font-size: 16px;
  margin-bottom: 5px;
  color: #616f6e;
}
.notification.woo-summary .happens-heading {
  font-size: 17px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #172927;
}
.woocommerce-customer-details address {
  font-size: 16px;
  line-height: 1.8;
  border-radius: 10px;
}
.custom-thankyou-summary {
  border-radius: 10px;
}
.custom-thankyou-summary p {
  font-size: 16px;
  margin-bottom: 0px;
}
.custom-thankyou-summary p strong {
  font-weight: 600;
}
.custom-thankyou-summary h3 {
  color: #172927;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.1px;
}
.woocommerce-orderbilling-details .woocommerce-column__title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 35px;
}
a.payment-link-msg {
text-decoration: underline !important;
font-size: 16px;
color: #62908f;
font-style: italic;
}
.download-button-wrapper a.download-ticket-btn.button {
  border-radius: 50px;
}
.woocommerce-form-login label.woocommerce-form__label-for-checkbox.inline {
  padding-left: 0px;
}
.woocommerce-form-login
  label.woocommerce-form__label-for-checkbox.inline:before {
  content: none;
}
.woocommerce-form-login
  label.woocommerce-form__label-for-checkbox.inline:hover:before {
  content: none;
}
.notification.woo-summary.owner h3,
.notification.woo-summary.owner .heading-md strong
{
 color:#172927;
}
.woo-summary.owner > div p {
 color:#616f6e;
}
ul.order-received.order_details span.lbl{
 color: #172927;
font-size: 17px;
font-style: normal;
font-weight: 500;
}
ul.order-received.order_details span.data
{
font-size: 16px;
color: #616f6e;
font-weight: 400;
}
.woocommerce-customer-details address {
font-size: 16px;
color: #616f6e;
}
.elementor-widget-container .woocommerce{
font-size: 16px;
font-weight: 400;
color: #616f6e;
font-family: "Urbanist", Sans-serif !important;
}

.payment-terms-wrappr ul li,
.payment-terms-wrappr > div p
{
font-size: 16px;
font-weight: 400;
color: #616f6e;
font-family: "Urbanist", Sans-serif;
}
.booking-confirmation-page a.click-here{
 font-size: 18px;
}
/***** end ***/

/* ...by  17/7/2025.... */
.child-theme-checkout .checkout-heading h3 {
  color: #629090;
  font-weight: 700;
  margin-bottom: 0px;
  letter-spacing: 0.6px;
  font-size: 26px !important;
  margin-top: 15px;
}
.child-theme-checkout .checkout-heading {
  padding-bottom: 0px !important;
  height: 54px;
}
.child-theme-checkout .product-name {
  padding-block-start: 0px !important;
  font-weight: 600 !important;
  font-size: 17px;
}
.child-theme-checkout .product-name .retreat-address {
  font-weight: 500 !important;
  margin-top: 0px !important;
}
.child-theme-checkout .inner-booking-list {
  padding-block-start: 14px;
}
.child-theme-checkout .inner-booking-list.custom-inner-booking-list {
  padding-top: 0px !important;
}
.child-theme-checkout .product-name .inner-booking-list span {
  font-weight: 500 !important;
  font-size: 16px;
}
.child-theme-checkout .product-name .inner-booking-list li {
  font-weight: 500 !important;
  font-size: 16px;
}
.child-theme-checkout .product-name .highlighted {
  background-color: transparent !important;
  padding-inline: 0px !important;
}
.child-theme-checkout .inner-booking-list h5 {
  /* padding-inline-end: 8px; */
  max-width: 118px;
  width: 100%;
}
.child-theme-checkout .inner-booking-list h5 {
  font-weight: 500 !important;
}

.child-theme-checkout .custom-inner-booking-list.due-now-amt {
  padding-block-start: 10px !important;
}
#booking-confirmation .booking-registration-field i{
top: 59% !important;
right: 24px !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    #header .right-side {
        /* top: 0px !important; */
    }
    .logged-in #header .right-side {
      top: 0px !important;
    }
    .solid-header .main-search-container.full-height .main-search-inner {
        padding-top: 60px !important;
    }
    body .select2-container--open .select2-dropdown--below {
        margin-top:25px !important;
    }
    #booking-confirmation .booking-registration-field i {
    top: 70% !important;
}
   
       
 .fullwidth-filters .sort-by .sort-by-select{
        margin-top: 34px !important;
    }
}

@media screen and (max-width:1400px) {
  .payment_due_now strong{
    width: auto !important;
  }
  .payment_due_now .amtdue_now
{
  width: 20% !important;
    margin-inline-start: auto;
}
}
@media screen and (max-width:1100px) {
  .checkout-custom-wrapper{
  width: 100% !important;
  margin-bottom: 30px;
  }
  #order_review #payment{
width: 100% !important;
}
#payment.payment_wrapper_yyy .form-row #place_order{
width: auto !important;
}

}
@media screen and (max-width:1200px) {
  .elementor-element-f5901b9 .e-con>.e-con-inner{
        width: 90%;
  }
  .elementor-7254 .elementor-element.elementor-element-7ef11ffe > .elementor-container {
    max-width: 90% !important;
}
.elementor-element-f5901b9 .e-con-inner{
  width: 90% !important;
}
}
@media screen and (max-width:765px) {
#booking-confirmation .booking-registration-field i {
top: 70% !important;
}
body .select2-container--open .select2-dropdown--below {
margin-top: 0px !important;
}
.solid-header .main-search-container.full-height .main-search-inner {
padding-top: 60px !important;
}
#header .user-menu.after-loggedin {
top: 6px !important;
}
#header .header-widget{
padding-right: 0px !important;
margin-right: 2px;
}
.blogcardForMobile .elementor-widget-image img{
width: 100%;
height: 100%;
}
.blogcardForMobile .elementor-widget-container a{
width: 100%;
height: 100%;
}
}
@media screen and (max-width:480px) {
  #header .user-menu.after-loggedin {
    top: -2px !important;
  }
  #header .header-widget .user-menu.after-loggedin.loggedin-menu-open{
    top: 0px !important;
  }
  body:has(.loggedin-menu-open) .header-widget{
    top: 35px !important;
  }
  .header-widget .main-profiles-menus{
    top: 20px;
  }
  #payment .wp-block-button__link{
    width: auto !important;
  }
  #payment #place_order.button.alt {
    width: auto !important;
  }
}
@media screen and (max-width:991px) {
  .checkout-custom-wrapper{
    margin-bottom: 30px;
  }
}
@media screen and (max-width:1360px) {
  .solid-header .main-search-container.full-height .main-search-inner{
    padding-top: 140px;
  }
}

/*July/21/2025 */

.wp-block-button__link{
  background: #62908f !important;
  border-radius: 50px;
  float: none !important;
  width: 40% !important;
  padding: 12px 20px !important;
  margin-inline: auto !important;
}
.wp-block-button__link:hover{
 background: #62908f !important;
 color: #fff !important;
}
.wc-block-checkout-empty .wc-block-checkout-empty__title{
  color:#172927;
}

.wc-block-checkout-empty .wc-block-checkout-empty__description{
 color: #7a7a7a;
}

.inner-booking-list ul li.highlighted{
 color: #7a7a7a;
 line-height: 24px;
}


/*july/21/2025*/
.checkout-custom-wrapper{
  padding: 15px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  width: 40%;
}
.woocommerce-checkout .woocommerce table.shop_table{
  margin-bottom: 5px;
}

.woocommerce-checkout .woocommerce .checkout-custom-wrapper .shop_table{
  box-shadow: none ;
  padding: 0px ;
  background: transparent ;
  border: 1px solid #fff;
  border-radius: 0px ;
  border-bottom: 1px solid rgb(232, 232, 232) ;
  padding-block: 10px ;
}

.woocommerce-checkout .woocommerce .button-wrapper{
  display: flex;
  width: 90%;
  justify-content: center;
  gap: 10px;
  margin-inline: auto;
}
.woocommerce-checkout.woocommerce-page #payment #place_order{
  margin-inline: initial;
}
.back-gray.button{
  border-radius: 50px;
  background-color: #f9f9f9 !important;
  border:1px solid #eee;
}
.woocommerce-checkout .woocommerce .back-gray{
  color:#616f6e;
  float: none;
  width: 34% ;
  padding: 12px 20px ;
  background-color: transparent !important;
  margin-top: 25px;
  margin-left: 0px;
  font-size: 14px;
  font-weight: 400;
}
.checkout-custom-wrapper .payment-info-wrapper{
  padding-inline: 25px;
  padding-block-end: 25px;
  padding-top: 10px;
}
#payment{
  padding: 45px 48px 48px 48px !important;
  text-align: center;
}
#payment .wc-block-checkout-empty{
  padding: 0px !important;
}
.checkout-custom-wrapper .payment-info-wrapper span{
  display: block;
  color: #62908f;
  margin: 3px 0;
  font-size: 16px;
}
#order_review #payment{
  width: 60%;
}
.checkout-custom-wrapper .payment-term-heading-checkout{
  font-weight: 700;
  color: #629090 !important;
  text-decoration: underline;
  margin-bottom: 5px !important;
  font-size: 15px !important;
}

#payment .stripe-cards-icon{
  right: 50px !important;
}
#payment .stripe-afterpay_clearpay-icon{
  right: 50px !important;
}
.elementor-element-5e9e127 .elementor-heading-title{
 font-weight: 500 !important;
}
.elementor-element-ae3dc19 .elementor-heading-title{
  color: #2A403E !important;
}
.feature-has-icon a{
  color: #172927 !important;
}
.elementor-element-163b8c17{
  padding-top: 70px !important;
}
.elementor-8123 .elementor-element.elementor-element-75072a8{
      color: #616F6E !important;
}
.elementor-8123 .elementor-element.elementor-element-75072a8 strong{
  color: #172927 !important;
}
.elementor-7328 .retreat_heading label{
  font-family: "Urbanist", sans-serif !important;
}
.elementor-icon-list-text b{
  color:  #172927;
}
.elementor-element-b61815b .elementor-price-table__header h3.elementor-price-table__heading{
  font-weight: 500 !important;
}
.elementor-element-9f4b620 .elementor-price-table__header h3.elementor-price-table__heading{
  font-weight: 500 !important;
}
.elementor-element-a380517 .elementor-widget-container{
  padding: 100px 40px !important;
}
.elementor-message-success{
  padding-inline: 20px;
}
.list-box-listing-content h5{
  font-size: 17px;
  font-weight: 500 !important;
  color: #172927;
  font-family: "Roboto", Sans-serif !important;
  margin-block-end: 20px;
}
.list-box-listing-content ul{
 color: #7a7a7a;
 font-weight: 500 !important;
 font-size: 16px;
}
.dashboard-list-box .gray{
  color: #172927 !important;
}
.my-profile label{
  color: #172927 !important;
}
.my-profile input{
  color: #7a7a7a !important;
}
#booking-confirmation .input-without-icon label{
  color: #616f6e;
  font-size: 16px;
  font-family: "Urbanist", Sans-serif;
  font-weight: 500;
}
#booking-confirmation .input-with-icon.medium-icons label{
  color: #616f6e;
  font-size: 16px;
  font-family: "Urbanist", Sans-serif;
  font-weight: 500;
}
#booking-confirmation .message-wrapper label{
  color: #616f6e;
  font-size: 16px;
  font-family: "Urbanist", Sans-serif;
  font-weight: 500;
}
#booking-confirmation input{
  color: #6a6a6a !important;
  font-size: 16px;
}
#booking-confirmation textarea{
  color: #6a6a6a !important;
  font-size: 16px;
}
.elementor-element-362965ac .child-theme-pdetails{
  font-weight: 600;
  color: #629090;
}
.woocommerce a.payment-policy-link{
  position: relative;
  font-size: 14px;
}

.payment-policy-link::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f178";
  position: absolute;
  right: 0;
  color: #62908f;
  font-size: 12px;
  line-height: 1;
  top: 4px;
  left: 100%;
  margin-inline-start: 7px;
}
.elementor-element-362965ac .payment-policy-link::after { 
    top: 9px;
}
.BookingSummary .listing-item-container.compact .listing-item{
  align-items: flex-start;
  flex-direction: row;
  margin-bottom: 0px;
}
.BookingSummary .listing-item-container.compact .listing-item .listingCover{
  max-width: 40%;
}
.BookingSummary .listing-item-container.compact .listing-item .listing-item-content{
  max-width: 60%;
}
.BookingSummary .summary h3{
  margin-bottom: 10px !important;
  padding-block-end: 12px;
  margin-block-start: 0px;
}
.BookingSummary #booking-confirmation-summary li{
  margin-top: 0px;
}
.BookingSummary #booking-confirmation-summary .light-border{
  padding: 0;
}
.BookingSummary .boxed-widget{
  padding: 30px 32px 30px 32px;
}
/* 
if cart icon is there */
/*
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #header .header-widget {
        padding: 4px 0px;
    }
}
@media screen and (max-width: 767px) {
  #header .header-widget {
      padding-right: 25px;
      flex-wrap: nowrap;
    }
     #header .user-menu {
        top: 6px;
        margin-left: 20px;
    }
}
*/

.listing-item .listingCover img{
height: 200px;
width: 250px;
}

/*single listing detail page */

.single-listing .listingSectionLeft .elementor-widget-container,
.single-listing .listingSectionLeft .elementor-widget-container p
{
font-family: "Urbanist", Sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 24px; 
letter-spacing: 0.16px;
color:#616F6E;
}
.single-listing .listingSectionLeft .elementor-widget-container ul li{
font-family: "Urbanist", Sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 24px; 
letter-spacing: 0.16px;
color:#616F6E;
}
.listing-faq .my-faq-wrapper:last-child .custom-faq-row{
 border:none;
}
.single-listing .listingSectionLeft .date-info.elementor-widget-icon-list .elementor-widget-container .elementor-icon-list-text{
font-family: "Urbanist", Sans-serif !important;
color: #172927;
font-weight: 500 !important;
}
#titlebar.listing-titlebar{
 padding-bottom: 5px;
}
.single-listing .date-info.elementor-widget-icon-list .elementor-widget-container{
 margin-bottom: 50px;
}

.powered-by-stripe-paymenturl-wrapper{
 display:flex;
 justify-content:space-between;
 width:100%;
 margin:10px 0 10px 20px;
}
.booking-confirmation-page.powered-by-stripe{
 display:flex;
 justify-content:flex-start;
 width:50%;
 margin:10px 0 10px 20px;
}
.booking-confirmation-page.payment-policy-link-wrapper{
 display:flex;
 justify-content:flex-start;
 width:50%;
 margin:10px 0 10px 20px;
}
@media screen and (max-width: 767px){

 .powered-by-stripe-paymenturl-wrapper{
  flex-direction: column;
   margin: 18px 0;
  }

 .booking-confirmation-page.powered-by-stripe
 {
    width:100%;
 }
 .booking-confirmation-page.payment-policy-link-wrapper{
  width:100%;
 }

}

.single.listing-type-event #titlebar.listing-titlebar span.listing-tag a:last-child{
 margin-right: 0px;
}

.single.listing-type-event .listingTagsTitles .listing-tag {
    /* background: #f6f6f6 !important; */
    background: #fff !important;
    color: #2a403e !important;
    padding: 10px !important;
    border-radius: 0px !important;
}
.single.listing-type-event #titlebar.listing-titlebar span.listing-tag a{
    background: #fff;
    padding: 6px 13px;
    border: 1px solid #699692;
    border-radius: 10px;
    color: #699692 !important;
    margin-right: 5px;
    margin-bottom: 5px;
}
.single.listing-type-event .listing-titlebar span.listing-tag{
 font-size:0px !important;
}

/*booking widget*/

.payment_due_now{
 justify-content: space-between;
}
.booking-widget .price-container-wrapper
{
display: flex;
align-items: center;
gap: 8px;
}

/*
multicurrency css
*/

.woo-multi-currency.wmc-sidebar.wmc-right,
.woocommerce-multi-currency.wmc-sidebar
{
 display: none;
}
/*
price in card listing
*/
.listing-card-price-from{
 min-width: 76px;
}
.woocommerce-multi-currency.wmc-shortcode.plain-vertical.layout5
{
  display: flex !important;
  align-items: center;
  margin-right: 10px;
}
.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency
{
  border-radius: 5px;
  padding: 5px 20px 5px 10px !important;
}

.woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency{
 padding: 5px 10px !important;
}


@media screen and (max-width: 767px) {
  .woocommerce-multi-currency.wmc-shortcode.plain-vertical.layout5{
   margin-right: 15px;
  }
}

/***end */

/*css for home page contact form */

.interested-wrapper .finding-retreat .finding-retreat-row p {
margin-bottom: 0px;
}

.interested-wrapper .finding-retreat-col{
 position: relative;
}
.interested-wrapper .finding-retreat-col .wpcf7-not-valid-tip {
position: absolute;
bottom: -40px;
top: inherit;
}

.interested-wrapper .finding-retreat-col .wpcf7-form-control {
border-radius: 15px;
padding-left: 10px;
padding-right: 10px;
}

.interested-wrapper .finding-retreat-row span.wpcf7-spinner{
position: absolute;
right: 10px;
bottom: -30px;
}

.interested-wrapper .finding-retreat .finding-retreat-row {
display: flex;
gap: 20px;
justify-content: center;
position: relative;
}
.interested-wrapper .finding-retreat-col {
width: 25%;
}
.interested-wrapper .finding-retreat-col p > label {
font-weight: 500;
margin: 0;
}
.interested-wrapper .finding-retreat-col select.wpcf7-form-control {
 margin: 0;
}
.interested-wrapper .finding-retreat {
display: flex;
align-items: center;
gap: 20px;
padding: 20px;
border: 1px solid #e0e4e3;
overflow: hidden;
border-radius: 20px !important;
background: transparent !important;
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.11) !important;
margin-bottom: 50px;
}

.interested-wrapper .finding-retreat .finding-retreat-row p input.wpcf7-submit {
  color: #fff;
  font-weight: 500;
  margin-bottom: 0px;
}
.interested-wrapper .wpcf7-response-output {
  text-align: center;
  max-width: 520px;
  margin: 20px auto !important;
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .interested-wrapper .finding-retreat .finding-retreat-row{gap: 10px;}
  .interested-wrapper .e-con-inner { padding-left: 20px; padding-right: 20px;}
  div#dashboard-stat-listing-tile {width: 50%;}

}

@media screen and (max-width: 767px) {
  .interested-wrapper .finding-retreat{
    flex-wrap: wrap; justify-content: center; padding-bottom: 40px; margin-bottom: 20px;
  }
  .interested-wrapper .finding-retreat .finding-retreat-row{flex-wrap: wrap;}
  .interested-wrapper .finding-retreat-col {width: 100%;}
  .interested-wrapper .finding-retreat-row span.wpcf7-spinner{right: 20px;}
  .interested-wrapper .finding-retreat .finding-retreat-row p input.wpcf7-submit{margin-top: 10px;}

}

/******* for header sticky on mobile client requirement *****/
@media screen and (max-width: 1239px) {
  
  #wrapper {overflow: unset;}
  .logged-in #wrapper {
   /* overflow-x: hidden; */
  }
  #header-container {
    position: sticky;
    z-index: 1001;
    top: 0px;
    background: #fff;
  }
}
/********/

/***** Media queries after logged in ****/

.dashboard-list-box .list-box-listing .list-box-listing-content .inner{max-width: 65%;}



@media screen and (min-width: 993px) and (max-width: 1259px) {
  .change_password_col { margin-top: 30px;}

}

@media screen and (max-width: 1024px) {
   .user-menu .main-profiles-menus {
      transform: none !important;
      opacity: 0 !important;
      right: -60px !important;
      visibility: hidden;
      top: -12px;
    }

}

@media screen and (max-width: 991px) {
  .logged-in a.dashboard-responsive-nav-trigger{margin-top: 30px;}
  #booking-requests .list-box-listing.bookings .retreat-title-heading{
    margin-top: 10px;font-size: 17px;
  }
  #booking-requests .list-box-listing-content .inner-booking-list:last-child {margin-bottom: 5px;}
  #booking-requests .list-box-listing-content h5{
    margin-block-end: 0px;font-size: 16px;
  }

  /******* create a new listing ********/
  #dashboard .heading_header{top: 0px;}
  .listing-manager-form .add-listing-section{
    padding: 23px 20px !important;
    background: #fff;
    margin-bottom: 30px;
  }
  .add-listing-section .fieldsCol > div { padding: 0px;}
  #_address_wrapper a{top: 20px; }
  .listing-manager-form .add-listing-section .add-listing-headline{justify-content: space-between;}
  .listing-manager-form .add-listing-headline h3{max-width: 100%;}
  .add-listing-section.booking .notification{ margin: 10px 0px !important; padding: 20px;}
  .listing-manager-form .add-listing-section .add-listing-headline label.switch{min-width: 60px;}
  a.dashboard-responsive-nav-trigger{ padding: 10px 15px !important;}

  .add-listing-section.basic_prices{max-height: initial !important;}
  .notification.notice .close {top: 10px;right: -10PX;}

}

.user-menu.loggedin-menu-open .main-profiles-menus{
  opacity: 1 !important;
  visibility: visible;
 }

@media screen and (min-width: 768px) and (max-width: 770px) {
  .logged-in div#header .right-side{
    top: 25px !important;
    margin-right: 0px;
  }
  .mmenu-trigger{
    position: relative;
    z-index: 999;
  }
 

}

@media screen and (max-width: 767px) {
  /******* header after login ****/

  .logged-in #header .right-side{top: 32px;}
  .logged-in #header .left-side #navigation{width: 100%;}
  .logged-in #header .left-side #navigation .dashboard-header-message{
    justify-content: center;
    padding-bottom: 10px;
    gap: 15px;
  }
 
  .user-menu .main-profiles-menus{
    transform: none !important;
    opacity: 0 !important;
    right: -60px !important;
    visibility: hidden;
    top: -12px;
    display: none;
  } 
  .user-menu.loggedin-menu-open .main-profiles-menus{
    opacity: 1 !important; visibility: visible; display: block;
  }
  .user-menu:hover .main-profiles-menus{transform: none !important; display: block;}
  .logged-in .dashboard-header-message span{ margin-right: 0px;}

  .logged-in .headline-with-filters.list-view .booking-requests-filter{
    flex-wrap: wrap;
    flex-direction: unset;
    align-items: center;
    gap: 10px;
  }

  #booking-requests .list-box-listing-content .inner span img {width: 100%;}
  #booking-requests .list-box-listing-content{ padding: 0px;}
  .bookings .list-box-listing-content .inner,
  .dashboard-list-box .list-box-listing .list-box-listing-content .inner
  {
    width: 100%;
  }
  #booking-requests .list-box-listing.bookings .retreat-info-wrapper{ max-width: 100%; margin: 0px;}
  #booking-requests .list-box-listing-content .inner-booking-list{margin-block-end: 15px;}

  /******* create a new listing ********/
  .custom_checkboxes_wrapper{margin-right: 10px;}

  .listing-manager-form .add-listing-section .fieldsCol .select2-container--open.select2-container .select2-selection ul#select2-event_category-container{
    width: 100%;
    display: block;
    padding-right: 0px !important;
  }

}

@media screen and (min-width: 587px) and (max-width: 767px) {
  div#dashboard-stat-listing-tile { width: 50%;}
 
}

@media screen and (max-width: 586px) {
  .logged-in #header .left-side #navigation .dashboard-header-message{
    flex-direction: column;
    gap: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .dashboard-content .listeo-dashoard-widgets .col-lg-3, 
  .dashboard-content .listeo-dashoard-widgets a {
    width: 100% !important;
    flex: 0 0 100% !important;
  }

  /******* My Retreat Listings *******/
  #dashboard .dashboard-list-box h4{ padding: 25px 20px;}
  #dashboard .dashboard-list-box > ul > li {padding: 23px 20px;}
  
  /* Nested li (reset) */
  #dashboard .dashboard-list-box ul ul li {padding: 0;}
  
  /* Highlighted nested li */
  #dashboard .dashboard-list-box ul ul li.highlighted { padding: 2px 10px;}
  .dashboard-content .dashboard-list-box{margin-top: 15px !important;}
  .dashboard-list-box .list-box-listing-img{height: 200px;}
  #dashboard #titlebar h1, #dashboard  #titlebar h2{font-size: 26px; line-height: 1.3;}
  #dashboard .dashboard-list-box-static{padding: 23px 20px;}
  #dashboard #avatar-uploader.dropzone{max-width: 100%;}
  #dashboard .edit-profile-photo{margin-bottom: 20px;}
  .my-profile .switch_box{height: 30px;}
  .my-profile .switch_box input {margin-bottom: 0 !important;}
  .heading_header .heading_container h1{font-size: 24px !important;}
  .heading_header .heading_right .cmn-btn{
    padding: 9px 18px;
    height: 38px;
  }

  /*********** wallet **********/
  #dashboard .dashboard-list-box.invoices ul ul li {padding: 0;}
  #dashboard .dashboard-list-box.with-icons ul > li {padding-left: 87px;}
  .faq .form-field-_faq_list-container #repeatable-list-container td{width: 90%;}
  
}


@media screen and (max-width: 480px) {
  #dashboard .submit-page .heading_header {
    flex-direction: column;
  }

  .daterangepicker.show-calendar .drp-buttons{
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}

/**************** My profile Change Password **********/

.my-profile div {position: relative;}
.dashboard-list-box-static .button{color: #fff !important;}
.faq .form-field-_faq_list-container #repeatable-list-container td input[type="text"]{padding: 10px;}
.inner-booking-list ul li.highlighted:after{display: none;}

/****/

/***** Media queries after logged in end ****/

/** wallet **/

.mt-15{margin-top:15px;}
.mt-20{margin-top:20px;}
.payment-tab-content.stripe-status-wrapper{padding: 10px 20px 20px 20px; margin-top:10px;}
.stripe-connection-wrapper.payment-tab-content{padding-bottom: 30px; margin-top: 10px;}

.payment-tab-trigger .booking-connection-msg{
  margin: 0;
  color: #52545a;
  font-size: 24px;
  text-align: center;
  /* text-transform: capitalize; */
  font-weight: 600;
}

.stripe-vendor-connected {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.stripe-logo-flat img {width: 100px;}

.stripe-vendor-connected p.info{
  text-align: center;
  padding: 0; 
  margin: 0;
  line-height: 1.4;
  letter-spacing: 0.4px;
  font-size: 16px;
  color: #7A7A7A;
}
.stripe-btn-active {
  background: #54b858;
  padding: 8px 43px;
  display: block;
  border-radius: 16px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 800;
}
.have-account img.square-out{width: 19px;}
.stripe-reconnection-connection{text-align: center;}

.stripe-new-wrapper {
  padding: 20px;
  border-radius: 5px;
}
.stripe-new-wrapper-inner {
  display: flex;
  gap: 30px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.stripe-wrapper-icon {
  display: flex;
  gap: 20px;
  align-items: center;
}
.wrapper-site-logo {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
}
.stripe-wrap-info {text-align: center;}

.stripe-new-wrapper label.strip-inactive {
  background: transparent;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 17px;
  color: #3d3a41;
}
.stripe-wrap-info .stripe-card-text {margin: 0px 0px 20px;line-height: 1.4;letter-spacing: 0.4px;font-size: 16px;color: #7A7A7A;}
.stripe-status-wrapper .stripe-connected-msg{font-size: 16px;font-weight: 500;color: #707079;font-family: Raleway;}
.stripe-btn-reactive,
.listeo-create-stripe-express-link-account
{
  background:#635bff;
  padding: 3px 27px;
  display: inline-block;
  border: 1px solid #635bff;
  font-weight: 700;
  letter-spacing: 0.3px;
  border-radius: 16.5px;
  color: #fff;   
}

.conntect-w-stripe-btn{border-radius: 16.5px !important;background: #635bff !important;}
.conntect-w-stripe-btn img {position: relative;top: -2px;right: 3px;}
.listeo-create-stripe-express-link-account:hover{background-color:#635BFF;}
.have-account{display: flex;justify-content: center;align-items: center;gap: 10px;position: relative;top: 10px;}
.have-account p {margin: 0;line-height: 1;font-size: 16px;}

/*wallet end*/

/*price from in single listing*/

.single-listing .listingSectionLeft .elementor-widget-container .elementor-icon-list-text p.cls-price-from{
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  /* margin-left: 24px; */
  margin-top: 10px;
}
/*end**/

/**** All dates in home page search ***/
.all-dates-wrapper{display: flex;justify-content: flex-end;margin-right:5%;margin-top:20px;}
.all-dates-btn{
 background-color: #62908f; padding:8px 14px;  font-weight:bold;  cursor:pointer;  color:#fff; border:1px solid #62908f;
border-radius: 50px; transition: all 0.3s; font-size: 14px;
}
/****/

/*** css for booking/payment form *****/

#booking-confirmation textarea{line-height: 12px;min-height: initial;}
.main-booking-wrapper-right .view-full-payment-link {
  padding: 0px 30px 0px 15px !important; background: transparent; left: 0px; bottom: -3px; display: inline-flex; margin-top: 10px;
}
.main-booking-wrapper-left .booking-confirmation-btn {
  width: 100%; text-align: center; font-size: 21px; font-weight: 400; letter-spacing: 1.5px;
}
.main-booking-wrapper-left .booking-confirmation-page.powered-by-stripe {
  justify-content: center;align-items: flex-start;margin: 0px;padding: 0px;width: 100%;
}
.main-booking-wrapper-left .powered-by-stripe-paymenturl-wrapper.with-back-btn .back-btn-wrapper {display: flex;}
.main-booking-wrapper-left .powered-by-stripe-paymenturl-wrapper.with-back-btn {
  align-items: center; margin: 20px 0px 20px !important; gap: 10rem;
}
.main-booking-wrapper-left .powered-by-stripe-paymenturl-wrapper.with-back-btn .back-btn-wrapper a.button {margin: 0px !important;}
.continue-as-guest-wrapper { text-align: center; margin-bottom: 25px; position: relative;}
.continue-as-guest-wrapper:before {
  content: ''; position: absolute; width: 100%; height: 1px; background: #000; left: 0; top: 47%;
}

.as-guest {background: #fff; position: relative; padding: 0px 20px; font-size: 18px; color: #000;}
.woocommerce-checkout #order_review.child-theme-checkout div#payment {position: relative;}
.payment-methods-wrapper .payment-methods-inner-wrapper {text-align: left;}

.payment-methods-inner-wrapper .payment-options-heading {
  color: #629090;font-weight: 700; letter-spacing: 0.6px; font-size: 26px !important; margin: 0px 0px 25px 0px;
}

.payment-methods-wrapper div#wc-stripe-express-checkout-element {justify-content: flex-start;}
.payment-methods-wrapper #wc-stripe-express-checkout-button-separator {display: none !important;}
.payment-methods-wrapper ul.wc_payment_methods.payment_methods.methods {margin-top: 35px !important;}
.checkout-custom-wrapper span.payment-term-heading-checkout {display: none;}
.checkout-custom-wrapper .booking-confirmation-page.powered-by-stripe {
margin-left: 0px;text-align: left;align-items: flex-start;padding: 0;
}
.payment-methods-wrapper .button-wrapper {width: 100% !important;}
.woocommerce-checkout.woocommerce-page #payment.payment-methods-wrapper #place_order {width: 100% !important;letter-spacing: 0.5px;}
.woocommerce-checkout.woocommerce-page #payment.payment-methods-wrapper a.woocommerce-back-button.back-gray {
  min-width: 260px;text-align: left;
}

@media screen and (min-width: 1141px) and (max-width: 1380px) {
  .woocommerce-checkout.woocommerce-page #payment.payment-methods-wrapper a.woocommerce-back-button.back-gray{min-width: 160px;}
  .woocommerce-checkout.woocommerce-page #payment.payment-methods-wrapper #place_order{min-width: 210px;}

}

@media screen and (min-width: 1025px) and (max-width: 1140px) {
  .woocommerce-checkout.woocommerce-page #payment.payment-methods-wrapper a.woocommerce-back-button.back-gray{ min-width: 160px;}
  .woocommerce-checkout.woocommerce-page #payment.payment-methods-wrapper #place_order{min-width: 210px;}

}


@media screen and (min-width: 1024px) and (max-width: 1080px) {
 .logged-in #header-container #header .left-side{position: relative;z-index: 999;}

}



@media screen and (max-width: 767px){
  .main-booking-wrapper-left .powered-by-stripe-paymenturl-wrapper.with-back-btn{ gap: 20px; flex-direction: row;}
  div#payment.payment-methods-wrapper {padding: 30px !important;}

}

@media screen and (max-width: 620px){
  .payment-methods-wrapper .button-wrapper {flex-direction: column; align-items: center; justify-content: center;}
  .woocommerce-checkout.woocommerce-page #payment.payment-methods-wrapper a.woocommerce-back-button.back-gray{
    text-align: center; margin-top: 0px;
  }
}

@media screen and (max-width: 420px){
  div.payment-methods-inner-wrapper .payment-options-heading{font-size: 22px !important;}
  .child-theme-checkout .checkout-heading h3{font-size: 22px !important;}

}
/**** end *******/

/*booking confirmatin page*/
body.user_not_logged_in.booking-confirmation-pagewrapper .elementor-117 .elementor-element.elementor-element-dbfcd8a .e-con-inner{
 padding-top: 50px;
} 

/**end**/

/*account activation link wrapper*/

.activation-link-wrapper{font-weight: 500;margin:7% auto;}

/*retreat host connect form*/
.widget-wrapper{
  display: flex;
  padding: 0px !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #e0e4e3;
  border-radius: 20px;
  background: #fff !important;
  box-shadow: 0px 10px 30px 0px rgba(5, 29, 27, 0.06);
}
.widget-wrapper .html-wrapper{padding: 20px 20px 15px 20px;}

.widget-wrapper p{
  margin: 0px;
  color: #2a403e;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  font-family: "Urbanist", sans-serif !important;
}

#retreat-connect-form{width: 100%;}

.widget-wrapper .field-group{
  margin-bottom: 10px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  min-height: 1px;
  position: relative;
  padding: 0px 20px;
}
.widget-wrapper .field-group.submit-wrapper{padding-bottom: 15px;}

.widget-wrapper input,
.widget-wrapper textarea
{
  margin-bottom: 5px;
  border-radius: 8px;
  border: 1px solid #8c8c8c;
  color: #6a6a6a ;
  font-size: 16px;
  font-style: normal;
  font-weight: 500 ;
  line-height: normal;
  vertical-align: middle;
  width: 100%;
  flex-grow: 1;
  font-family: "Urbanist", sans-serif !important;
  box-sizing: border-box;
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.06);
  padding: 0 20px;
  outline: none;
  margin: 0 0 16px 0;
  min-height: 40px;
}
#retreat-connect-form .field-group textarea#scf_message{padding-top: 10px;}

.scf_response{width: 100%;text-align: center;margin:5px 0 5px 0;}
.widget-wrapper .submit-btn{
  border-radius: 8px;
  border: 1px solid #4b8e8b !important;
  background: #699692 !important;
  height: 44px;
  color:#fff;
  position: relative;
  padding-right: 35px;
  width: 100%;
}

.widget-wrapper .submit-btn.loading {pointer-events: none;opacity: 0.8;}

.widget-wrapper .submit-btn .spinner {
  position: absolute;
  right: 10px;
  top: 30%;
  transform: inherit;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-top: 2px solid #000;
  border-radius: 50%;
  animation: spin-3 0.8s linear infinite;
}

@keyframes spin-3 {
  to { transform: rotate(360deg); }
}
.widget-wrapper .error{display: none;font-size: 11px;color: #ff0000;}
.widget-wrapper .error.show{display: inline-block;}

/*end*/

/***custom loader in booking page**/

.single-listing .listingSectionRight .circle-loader.loading {
  pointer-events: none;
  opacity: 0.8;
  position: relative;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-listing .listingSectionRight .circle-loader.loading span {
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  border: 2px solid #eee;
  border-top: 2px solid #699692;
  top: 30%;
  border-radius: 50%;
  animation: spin-4 0.8s linear infinite;
}

@keyframes spin-4 {
  to { transform: rotate(360deg); }
}

/*
hide empty div for author box
*/
.listingInnerTitles.author_heading_h4 .elementor-widget-container:empty{display: none;}
.elementor-widget-author-box .elementor-widget-container:empty{display: none;}
.elementor-widget:has(> .elementor-widget-container > .hide-elementor-widget) {display: none !important;}

/* end */

/*show on blog page*/
.blog .needsclick [data-testid="form-row"] p {display: inherit;}

.footer-widget .footer_newsletter_wrapper .needsclick .needsclick > div + .needsclick:nth-child(3) 
{
    position: inherit !important;
}

.footer-widget .footer_newsletter_wrapper .needsclick .needsclick > div + .needsclick:nth-child(3) button.needsclick
{
    /*
    background: #fff !important;
    color:#000 !important;
    border-radius: 50px !important;*/
    background: #62908f !important;
    color: #fff !important;
    border-radius: 50px !important;
    border: 1px solid #fff !important;
}
@media screen and (max-width: 767px) {
  .footer-new-bottom-inner {margin-top: 100px;}
  .footer-widget .footer_newsletter_wrapper .needsclick .needsclick > div + .needsclick:nth-child(3) button.needsclick {
    margin-bottom: 30px;font-size: 20px !important;
  }
}

/*end*/

.needsclick input{outline: none !important;}
.workBookGrid > .elementor-widget-container {box-shadow: none !important;}
.workBookGrid > .elementor-widget-container .icon-box-2 {box-shadow: none !important;}

/*find your retreat filter css and list your retreat*/

@media screen and (max-width: 991px) {
  body.light-dashboard.page-template-template-dashboard .dashboard-content{width: 100%;}
  #dashboard .notice p {max-width: 95%;line-height: 1.4;}
  #dashboard .heading_header{flex-direction: column;}
  .dashboard-content #listing-gallery {width: 100%;}

}

@media screen and (max-width: 767px) {
  .mobile-retreat-filteropen .daterangepicker.calendar-visible {
    height: calc(100vh - 290px);
    overflow: auto;
    width: calc(100vw - 105px);
  }
  .listmyretreatFormContainer .listmyretreatForm {padding: 0px;}
  label.elementor-field-label[for="form-field-field_03770f7"] {display: none !important;}
  .host-marketing-contentwrapper {margin-top: 20px;}

  #retreathost .elementor-field-group .elementor-select-wrapper select{margin-bottom: 0px;}
  #retreathost .elementor-field-group .elementor-select-wrapper{margin-bottom: 16px;}
  .menu-logo a img{max-height: 65px;position: relative;left: -20px;}
  form#retreathost .elementor-field-group-field_5d79348 input[type="date"]{text-align: left;}
  form#retreathost .elementor-button{padding: 20px 12px;}

  .pricing-list-item td .fm-input{margin-left: 0px !important;margin-right: 0px;}
  #submit-listing-form div[class^="col-md-"]{min-height: auto;}
  .sticky-element{top: 0px;}
  .listing_preview_container #listing-nav{padding-top: 10px;}
  #pricing-list-container{width: 100%;}
  .pricing-list-item td .fm-close{right:15px;}
  
  .howItWorks .whyBookGrid.workBookGrid.howItwork {left: 0px;padding-right: 0px !important;margin: 0;}
  .fs-container .listings-container .fs-listings{padding: 0px;margin: 0;}
  .elementor-field-type-select.elementor-field-group.elementor-column.elementor-field-group-field_1dd73d5,
  .elementor-field-type-select.elementor-field-group.elementor-column.elementor-field-group-field_03770f7 {
    margin: 0 !important;
  }
  .listmyretreatFormContainer .e-con-inner {max-width: 100% !important;width: 100% !important;}
  .elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_be10860 {
    margin-bottom: 10px;
  }
  .elementor-element-7d27f33.e-flex .workBookGrid.whyBookGrid.howItWorksMobile {padding: 0 !important;width: 100% !important;left:0;}
  .elementor-element-cea8c42 .priceTableGrid {padding: 0;}
  .elementor-element-cea8c42 .elementor-element-e162d35 {padding: 0px;}
  .elementor-element-004ee47 .elementor-element-92e28e7 {padding: 0px;}


}

@media screen and (max-width: 601px) {
  .daterangepicker div.drp-calendar{ max-width: 100%; width: 100%;}
  .daterangepicker .drp-calendar.left{ padding: 12px 12px 12px 12px !important;}
  .daterangepicker.ltr .drp-calendar.left .calendar-table{ padding-right: 0px !important;}

  div.copuleRetreats .slick-track{gap: 0px;padding-right: 25px;margin-left: -8px;}
  .upcomingRetreats .fw-carousel-item{ padding-bottom: 10px;}
  .howItWorks .whyBookGrid.good_reviews{ margin-left: -8px;}
  .elementor-element-ec353a7 { padding: 0px 10px;}
  .fs-container .listings-container .fs-listings { padding: 0px; margin: 0;}
  .fullwidth-filters .sort-by .sort-by-select {margin: 0px;}
  .mobile-filter-btn{padding-bottom: 0px;}

  .sign-in-form {max-height: calc(55vh - -55px);overflow-x: auto;padding-left: 3px;}
  .small-dialog-header{padding: 18px;}
  #sign-in-dialog .mfp-close { right: 10px; top: 14px;}

  .daterangepicker.calendar-visible{ max-height: 400px; overflow: auto;}
  #footer.dark .footer-new-bottom-inner{ margin-bottom: 30px;}
  .mfp-fade.mfp-bg.mfp-ready{ opacity: 0.98;}
  .custom-desc p { word-wrap: break-word;}
  #titlebar .listing-titlebar-title .listing-tag { padding: 0px !important;}
  .listingSectionLeft div#titlebar{ margin-top: 0px;}
  .listingSectionLeft > .elementor-widget-wrap { padding: 0 !important;}
  .elementor-10362 .elementor-element.elementor-element-1328977{padding: 0 !important;}

}

@media screen and (max-width: 520px) {
  .header-action-buttons{flex-wrap: wrap;}
  .tabs-rel-data .data-inner-row{flex-direction: column;}
  .tabs-rel-data .data-inner-heading {width: 100%;}
  .tabs-rel-data .data-inner-info {width: 100%;}

}

/*find your retreat filter and list your retreat css css end*/

/*add overflow hidden class to body */
.overflow-h{ overflow: hidden;}

/*end*/
.single.listing-type-event #titlebar.listing-titlebar span.listing-tag a{ display: inline-flex; align-items: center;}
.single-listing .listingSectionLeft  .elementor-widget-text-editor ul li ul li { list-style: none;}
.single-listing .listingSectionLeft .elementor-widget-container ul > li { margin-bottom: 10px;}
.single-listing .listingSectionLeft .elementor-widget-container ul > li ul li { margin-bottom: 5px;}
.booking-widget .booking-widget-title-wrap h3 i {color: #62908f;}
.detailPostSidebar .widget_text .info-box:before{
  border-radius: 20px 20px 0px 0px;
}

/**** contact page ****/
.elementor-field-type-select.elementor-field-group.elementor-column.elementor-field-group-field_8a9f332{margin-bottom: 20px !important;}
select#form-field-field_8a9f332 {margin: 0;}
.listing-manager-form .add-listing-section .fieldsCol span.select2-container { min-height: auto;height: auto; max-height: max-content;}
.listing-manager-form .add-listing-section .fieldsCol .select2-container span.select2-selection{
  max-height: max-content; min-height: auto;height: auto;
}

.listing-manager-form .select2-container span.select2-search--inline .select2-search__field{line-height: 2.1;}
.listing-manager-form .add-listing-section .fieldsCol .select2-container .select2-selection ul#select2-event_category-container {
  padding: 0;
}
.add-listing-section  .select2-selection.select2-selection--multiple:before{top: 18px;}
.listing-manager-form .add-listing-section .fieldsCol .select2-container .select2-selection .select2-selection__rendered .select2-selection__choice{
  margin-bottom: 2px;
}
.add-listing-section .select2-container .select2-search--inline{ width: 100%; }
.form-field-_menu-container .fm-input.pricing-bookable-options select { padding-left: 4px;}

.blogPageCArs .elementor-posts .elementor-post__card .elementor-post__thumbnail img{width: 100%;height: 100%;object-fit: cover;}

.elementor-element-20ae89f .elementor-swiper-button {
  background: #629090;opacity: 1;padding: 9px;border-radius: 100%;
}
.elementor-element-20ae89f .elementor-swiper-button i {color: #fff;}
.elementor-element-20ae89f .swiper-slide figure.swiper-slide-inner{
  width: 180px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.elementor-element-20ae89f .swiper-slide figure.swiper-slide-inner img{max-width: 100%;max-height: 100%;object-fit: contain;}
.elementor-element-20ae89f .elementor-image-carousel-wrapper .swiper-wrapper{margin-bottom: 30px;}
.dashboard-list-box .button.gray:hover{color: #fff !important;}
.interested-wrapper .wpcf7-form-control-wrap {position: relative;display: flex;}
.interested-wrapper .finding-retreat-col span.wpcf7-not-valid-tip{
  bottom: -24px;top: inherit;margin-top: 0px; white-space: nowrap; right: auto;
}

@media screen and (min-width: 1366px) {
  #header .container{/* max-width: 1410px; */}
  header.fullwidth.dashboard .container{padding-left: 300px;}

}

@media screen and (min-width: 1241px) {
  .elementor-element-20ae89f .elementor-swiper-button.elementor-swiper-button-prev {left: -40px !important;}
  .elementor-element-20ae89f .elementor-swiper-button.elementor-swiper-button-next {right: -40px !important;}

}

button.mfp-arrow{z-index: 99999;}
.single-listing .mfp-wrap.mfp-gallery.mfp-auto-cursor.mfp-fade.mfp-ready {z-index: 99999;}

.listmyretreatFormRight .elementor-field-type-select {margin-bottom: 16px !important;}
.listmyretreatFormRight .elementor-field-type-select select {margin: 0;}

.page-template-template-dashboard-php.user_not_logged_in #footer aside.widget_nav_menu #menu-helpful-links .menu-item a, 
.page-template-template-dashboard-php.user_not_logged_in #footer aside.widget_nav_menu #menu-explore-retreats .menu-item a 
{
  /* color: #707070 !important; */
}
.page-template-template-dashboard-php.user_not_logged_in .footer-widget p
{
   /* color: #707070 !important; */
}
.page-template-template-dashboard-php.user_not_logged_in .footer-new-bottom-inner {
 /* color: #707070 !important; */
}
.page-template-template-dashboard-php.user_not_logged_in .header-widget .sign-in {display: none !important;}
.padding-0{padding: 0px;}
div.listing-small-badges-container{top: 15px; left: 15px;}

/*************** Phase 1: New Nav Layout — 15 Apr 2026 ***************/

/* New nav container layout */
.tgi-new-nav {
  display: flex !important;
  align-items: center;
  gap: 0;
  width: 100%;
  justify-content: space-between;
}

/* Centre: Find a Retreat button */
.tgi-nav-centre {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.tgi-find-retreat-btn {
  background: #62908f !important;
  color: #fff !important;
  padding: 8px 20px 8px 16px !important;
  height: 40px;
  border-radius: 24px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  border: 1px solid #62908f;
  transition: background 0.2s, opacity 0.2s;
  line-height: 1;
}
.tgi-find-retreat-btn:hover {
  opacity: 0.9;
  color: #fff !important;
}
.tgi-find-retreat-btn i {
  font-size: 13px;
}

/* Right: AUD + Menu */
.tgi-nav-right {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  position: relative;
}

/* Menu button */
.tgi-menu-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px 5px 5px;
  border: 1px solid #c9cfcd;
  border-radius: 24px;
  background: #fff;
  cursor: pointer;
  height: 40px;
  transition: box-shadow 0.2s, border-color 0.2s;
  font-family: "Urbanist", sans-serif;
}
.tgi-menu-btn:hover {
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  border-color: #62908f;
}
.tgi-menu-btn.tgi-menu-active {
  border-color: #62908f;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.tgi-menu-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tgi-menu-avatar img {
  width: 30px;
  height: 30px;
}

.tgi-menu-label {
  font-size: 15px;
  font-weight: 600;
  color: #2a403e;
  letter-spacing: -0.16px;
}

.tgi-menu-hamburger {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-left: 2px;
}
.tgi-menu-hamburger span {
  display: block;
  width: 16px;
  height: 2px;
  background: #2a403e;
  border-radius: 1px;
}

/* Menu dropdown */
.tgi-menu-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: #fff;
  border: 1px solid #e0e4e3;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  width: 260px;
  padding: 8px 0;
  z-index: 9999;
  display: none;
}
.tgi-menu-dropdown.tgi-menu-open {
  display: block;
}
.tgi-menu-dropdown a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 500;
  color: #2a403e;
  text-decoration: none;
  letter-spacing: -0.16px;
  transition: background 0.15s;
}
.tgi-menu-dropdown a:hover {
  background: #f5f3ef;
}
.tgi-menu-dropdown a img {
  width: 20px;
  height: 20px;
}
.tgi-menu-divider {
  height: 1px;
  background: #e0e4e3;
  margin: 4px 16px;
}

/* Hide old nav elements for non-logged-in users */
.user_not_logged_in .tgi-new-nav nav#navigation,
.user_not_logged_in .tgi-new-nav .header-widget,
.user_not_logged_in .tgi-new-nav .list-retreat-btn,
.user_not_logged_in .tgi-new-nav .sign-in {
  display: none !important;
}

/* Click outside overlay */
.tgi-menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 9998;
  display: none;
}
.tgi-menu-overlay.active {
  display: block;
}

/* Mobile responsive */
@media screen and (max-width: 1024px) {
  .tgi-nav-centre {
    position: static;
    transform: none;
  }
  .tgi-new-nav {
    gap: 8px;
  }
  .tgi-find-retreat-btn {
    font-size: 13px;
    padding: 6px 14px 6px 12px !important;
    height: 36px;
  }
  .tgi-menu-label {
    display: none;
  }
  .tgi-menu-btn {
    padding: 5px 8px 5px 5px;
  }
}

@media screen and (max-width: 768px) {
  .tgi-nav-centre {
    display: none;
  }
}

/*************** End Phase 1 Nav ***************/

/* Phase 1 addition: Menu wrapper positioning */
.tgi-menu-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
}


/* Phase 1: Hide old inline List Your Retreat button (now in Menu dropdown) */
.user_not_logged_in #header .button.list-retreat-btn,
#header .button.list-retreat-btn {
  display: none !important;
}


/*************** Phase 4: Sticky Filter Bar — ClassPass style ***************/

.tgi-sticky-filters {
  position: sticky;
  top: 60px;
  z-index: 99;
  background: #fff;
  border-bottom: 1px solid #e0e4e3;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  padding: 12px 0;
}

.tgi-sticky-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.tgi-filter-pills {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.tgi-filter-pills::-webkit-scrollbar { display: none; }

.tgi-filter-search-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid #e0e4e3;
  border-radius: 24px;
  padding: 0 14px;
  height: 40px;
  min-width: 200px;
  background: #fff;
  transition: border-color 0.2s;
}
.tgi-filter-search-wrap:focus-within { border-color: #62908f; }
.tgi-filter-search-wrap i { color: #999; font-size: 13px; }
.tgi-filter-search {
  border: none;
  outline: none;
  font-family: Urbanist, sans-serif;
  font-size: 14px;
  color: #2a403e;
  width: 100%;
  background: transparent;
}
.tgi-filter-search::placeholder { color: #999; }

.tgi-filter-pill-wrap { position: relative; }

.tgi-filter-pill {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 16px;
  height: 40px;
  border: 1.5px solid #e0e4e3;
  border-radius: 24px;
  background: #fff;
  font-family: Urbanist, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #2a403e;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s;
}
.tgi-filter-pill:hover { border-color: #c9cfcd; box-shadow: 0 2px 6px rgba(0,0,0,0.04); }
.tgi-filter-pill.tgi-pill-active { border-color: #2a403e; box-shadow: 0 2px 6px rgba(0,0,0,0.06); }
.tgi-filter-pill i { font-size: 10px; transition: transform 0.2s; }
.tgi-filter-pill.tgi-pill-active i { transform: rotate(180deg); }

/* Dropdown panels */
.tgi-filter-panel {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: #fff;
  border: 1px solid #e0e4e3;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  padding: 16px;
  z-index: 999;
  min-width: 300px;
}
.tgi-filter-panel.tgi-panel-open { display: block; }

.tgi-filter-panel-label {
  font-family: Urbanist, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #2a403e;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 10px;
}

.tgi-filter-panel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}

.tgi-filter-check {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 6px;
  font-family: Urbanist, sans-serif;
  font-size: 14px;
  color: #2a403e;
  cursor: pointer;
  transition: background 0.15s;
}
.tgi-filter-check:hover { background: #f5f3ef; }
.tgi-filter-check input[type="checkbox"] { accent-color: #62908f; width: 16px; height: 16px; }

.tgi-filter-dates-wrap {
  display: flex;
  gap: 12px;
}
.tgi-filter-dates-wrap > div { flex: 1; }
.tgi-filter-dates-wrap label {
  display: block;
  font-family: Urbanist, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #2a403e;
  margin-bottom: 6px;
}
.tgi-filter-dates-wrap input[type="date"] {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #e0e4e3;
  border-radius: 8px;
  font-family: Urbanist, sans-serif;
  font-size: 14px;
  color: #2a403e;
  outline: none;
  box-sizing: border-box;
}
.tgi-filter-dates-wrap input[type="date"]:focus { border-color: #62908f; }

.tgi-filter-panel-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #e0e4e3;
}
.tgi-filter-clear {
  padding: 6px 16px;
  border: 1px solid #e0e4e3;
  border-radius: 20px;
  background: #fff;
  font-family: Urbanist, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #2a403e;
  cursor: pointer;
}
.tgi-filter-clear:hover { background: #f5f3ef; }
.tgi-filter-done {
  padding: 6px 20px;
  border: none;
  border-radius: 20px;
  background: #62908f;
  font-family: Urbanist, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
.tgi-filter-done:hover { opacity: 0.9; }

/* Hide original sidebar on desktop */
section.search.desktop-filters-retreat { display: none !important; }

/* Make listings container full width */
.fs-listings { width: 100% !important; max-width: 100% !important; padding: 0 20px !important; }
.fs-listings .listings-container { max-width: 1200px; margin: 0 auto; }

/* Mobile */
@media screen and (max-width: 768px) {
  .tgi-sticky-filters { top: 50px; }
  .tgi-filter-search-wrap { min-width: 150px; }
  .tgi-filter-panel { min-width: 260px; right: 0; left: auto; }
  .tgi-filter-panel-grid { grid-template-columns: 1fr; }
}

/*************** End Phase 4 ***************/

/* Phase 4 fix: Hide the sidebar column and make listings full width */
.fs-inner-container .col-md-3 { display: none !important; }
.fs-inner-container .col-md-9 { width: 100% !important; flex: 0 0 100% !important; max-width: 100% !important; }
.fs-inner-container .row { margin: 0 !important; }
.fs-content { padding: 0 !important; }

/* Fix sticky filter position - stick below header */
.tgi-sticky-filters { top: 70px; }

/* Listings grid - 4 columns like ClassPass */
.listings-container.grid-layout .listing-item { width: 25% !important; }
@media screen and (max-width: 1200px) { .listings-container.grid-layout .listing-item { width: 33.33% !important; } }
@media screen and (max-width: 768px) { .listings-container.grid-layout .listing-item { width: 50% !important; } }
@media screen and (max-width: 480px) { .listings-container.grid-layout .listing-item { width: 100% !important; } }


/* Phase 4 fix v2: Force full width with higher specificity */
body .fs-inner-container .row > .col-md-3.col-xs-6 { display: none !important; width: 0 !important; }
body .fs-inner-container .row > .col-md-9 { width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important; float: none !important; padding: 0 20px !important; }
body .fs-inner-container > .row { display: block !important; width: 100% !important; max-width: 1200px !important; margin: 0 auto !important; }
body .fs-content { max-width: 100% !important; }

/* Sort dropdown alignment */
body .fs-inner-container .row > .col-md-9 .sort-by { margin-bottom: 20px; }


/* Phase 4 fix v3: Override Bootstrap col-md-9 float and width */
article.page .row.margin-bottom-25 > .col-md-3 { display: none !important; }
article.page .row.margin-bottom-25 > .col-md-9 {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  flex: 0 0 100% !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}


/* Phase 1: Hide custom menu button on mobile - theme has its own mobile nav */
@media screen and (max-width: 1024px) {
  .tgi-menu-wrapper { display: none !important; }
  #header .button.list-retreat-btn { display: none !important; }
}

