/*
Theme Name: Escape Society
Theme URI: 
Author: Henri Fayolle
Author URI: 
Description: A custom theme for Escape Society.
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: escape-society
Tags: 
*/


@keyframes shine {
  from {
    transform: translateX(-100%) rotate(25deg);
  }
  to {
    transform: translateX(100%) rotate(25deg);
  }
}

header.wp-block-template-part {
    position: absolute;
    z-index: 999;
    width: 100%;
}

body {
    overflow-x: hidden !important;
}



/* STICKY HEADER  */

header.wp-block-template-part.sticky-header {
    position: fixed;
    background: #bdb2a1;
/*    max-width: 1500px;*/
    z-index: 99;
    top: 0;
/*    backdrop-filter: blur(12px);*/
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12), 0 3px 12px rgba(0, 0, 0, 0.08);

}

.header-phone a.wp-block-button__link:after {
    content: "";
    background-image: url(/wp-content/themes/escape-society/assets/img/icon-whatsapp.png);
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 17px;
    top: 9px;
    background-size: cover;
}

.header-phone a.wp-block-button__link {
    padding-left: 45px;
}

header.wp-block-template-part.sticky-header > .wp-block-group > .wp-block-group {
    padding: 15px 0 !important;
}

header.wp-block-template-part.sticky-header img.custom-logo {
    width: 90px;
}

.sticky-header .wp-block-navigation .wp-block-navigation-item {
    font-size: 14px;
}

header .wp-block-navigation .wp-block-navigation-item, header a.wp-block-button__link {
    transition: all ease 300ms;
}

header.wp-block-template-part {
    max-width: 2200px;
    transition: all ease 300ms;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.wp-block-site-logo img {
    transition: all ease 300ms;
}

.woocommerce-checkout header.wp-block-template-part {
    position: inherit;
    background: #f7f7f7;
    box-shadow: none;
}

header.wp-block-template-part > .wp-block-group > .wp-block-group > * {
    width: 25%;
    display: flex;
}

.admin-bar header.wp-block-template-part.sticky-header {
    top: 32px;
}

.header-side .wp-block-navigation__responsive-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 350px;
  height: 100%;
  background: #fff;
  box-shadow: 2px 0 12px rgba(0,0,0,0.2);
  transform: translateX(-100%) !important;
  transition: all 0.3s ease-in-out !important;
  z-index: 99;
  overflow-y: auto;
  animation: none !important;
  display: block;
}


.header-side .wp-block-navigation__responsive-container.is-menu-open {
  transform: translateX(0) !important;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
  z-index: 9;
}

.has-modal-open body::before {
  opacity: 1;
  pointer-events: auto;
}

/* STICKY HEADER ENDS HERE  */

main {
    margin-top: 0;
}

figure.tours-img, .tours-img img {
	width: 100%;
}

.banner-icons figure.wp-block-media-text__media img {
    width: auto;
}

.banner-icons .wp-block-media-text {
    display: flex;
    align-items: center;
}

.banner-icons .wp-block-media-text>.wp-block-media-text__media {
    display: flex;
}

.banner-icons .wp-block-media-text>.wp-block-media-text__content {
    padding-left: 11px;
    padding-right: 10px
}

.wp-block-group.banner-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.banner-icons .wp-block-media-text>.wp-block-media-text__content p {
    white-space: nowrap;
    margin: 0
}

.is-layout-grid .owl-nav, .related-carousel .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 20px;
    z-index: -2;
    position: relative;
    transform: scale(0.7)
}

body .owl-carousel .owl-nav button.owl-next, body .owl-carousel .owl-nav button.owl-prev {
    background: #fff;
    padding: 13px 23px !important;
    border-radius: 25px;
    display: flex;
    transition: all ease 300ms;
    transform: scale(1)
}

body .owl-carousel .owl-nav button.owl-next:hover, body .owl-carousel .owl-nav button.owl-prev:hover {
    background: #AC442A;
/*    transform: scale(1.2);*/
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
/*    padding: 13px 33px !important;*/
    
}

body .owl-carousel .owl-nav button.owl-next:hover svg path, body .owl-carousel .owl-nav button.owl-prev:hover svg path {
    stroke: #fff !important;
}

.wp-block-group.team-more {
    clip-path: inset(0 0 100% 0);
    position: absolute;
    z-index: 1;
    margin-top: -12px;
    z-index: -1;
    transition: all ease 300ms;
    border: 2px solid #000;
    border-top: 0
}

.team-carousel.owl-carousel .owl-stage-outer {overflow: visible;}

body {overflow-x: hidden;}

.team-carousel.owl-carousel .owl-item > .wp-block-group {
    transition: all ease 300ms;
}

.team-carousel.owl-carousel .owl-item > .wp-block-group:hover {
    cursor: pointer;
    margin-top: -60px;
}

.team-carousel.owl-carousel .owl-item > .wp-block-group > h3 {
    z-index: -2;
    position: relative
}

.team-carousel.owl-carousel .owl-item > .wp-block-group:hover .wp-block-group.team-more {
    clip-path: inset(0);
}

.reviews-carousel .review-text {
  transition: all esase 300ms
}

.reviews-carousel .owl-item {transition: all ease 300ms;}

.reviews-carousel .owl-item.center .review-text {
  width: auto; 
  opacity: 1;
  transform: scale(1);
  margin-top: 50px;
  margin-left: -100% !important;
  margin-right: -100% !important;
  max-width: inherit;
   transition: all ease 300ms
}

.reviews-carousel .owl-item:not(.center) {
  opacity: 0.6;
}

.reviews-carousel .owl-item:not(.center) .review-text {
  opacity: 0;
  display: none;
}

.reviews-carousel.is-layout-grid .owl-nav {
    margin-top: -50px !important;
    justify-content: space-between;
    z-index: 9;
}

.owl-item.active:not(.center){
    cursor: pointer;
}

.story-carousel .owl-item{
  flex: 1; 
  transition: flex 0.4s ease;
}

.story-carousel .owl-item.center {
  flex: 2;
}

.story-carousel .owl-item:not(.center) .story-date {
    display: none;
}

.story-carousel .owl-item.active:not(.center) {
  flex: 0.5;
}

.story-carousel .owl-stage {
    display: flex;
}

.story-carousel a {
    text-decoration: none;
}

.wp-block-group.story-title {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    transition: all ease 300ms;
}

.escape_magazine ul li:first-child {
    flex: 0.6;
}

.escape_magazine ul {
    display: flex;
}

.escape_magazine ul li {
    flex: 1;
}


/* Card Style 2  */

.team-carousel.owl-carousel .owl-item {
/* height: 420px */
    aspect-ratio: 3 / 4;
    margin-bottom: 40px;
}

.team-carousel.owl-carousel .owl-item > .wp-block-group {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  transition: all ease 400ms;
  cursor: pointer;
}

/* Smooth scale and shadow */
.team-carousel.owl-carousel .owl-item > .wp-block-group:hover {
/*  transform: scale(1.05);*/
  transform: scale(1) translateY(0px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  margin: 0 !important;
}

.team-carousel.owl-carousel .owl-item > .wp-block-group img {
/*  height: 370px;*/
  object-fit: cover;
  transition: all ease 400ms
}

.team-carousel.owl-carousel .owl-item > .wp-block-group:hover img{
/*  height: 530px;*/
   aspect-ratio: 3 / 4.7 !important;
}

.team-carousel.owl-carousel .owl-item > .wp-block-group::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.7));
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: inherit;
  z-index: 1;
}
.team-carousel.owl-carousel .owl-item > .wp-block-group:hover::before {
  opacity: 1;
}

.team-carousel.owl-carousel .owl-item > .wp-block-group h3 {
  transition: all ease 300ms;
}

.team-carousel.owl-carousel .owl-item > .wp-block-group:hover > h3 {
  margin-top: -40px;
  opacity: 0;
}

/* Content area */
.team-carousel.owl-carousel .owl-item > .wp-block-group .wp-block-group.team-more {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%) translateY(20px);
  text-align: center;
  color: #fff;
  background: transparent !important;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 2;
  border: 0;
  clip-path: inset(0) !important;
}
.team-carousel.owl-carousel .owl-item > .wp-block-group:hover .wp-block-group.team-more {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.team-carousel.owl-carousel .owl-item > .wp-block-group .wp-block-social-links {
  margin-top: 30px !important
}
.team-carousel.owl-carousel .wp-block-social-links li {
  display: inline-block;
  opacity: 0;
  transform: scale(0) !important;
  transition: all 0.3s ease;
}
.team-carousel.owl-carousel .owl-item > .wp-block-group .wp-block-social-links a {
  color: #fff;
}

.team-carousel.owl-carousel .owl-item > .wp-block-group:hover .wp-block-social-links li {
  opacity: 1;
  transform: scale(1) !important;
  transition: all ease 300ms;
}
.team-carousel.owl-carousel .owl-item > .wp-block-group:hover .wp-block-social-links li:nth-child(1) {transition-delay: .1s;}
.team-carousel.owl-carousel .owl-item > .wp-block-group:hover .wp-block-social-links li:nth-child(2) { transition-delay: .2s; }
.team-carousel.owl-carousel .owl-item > .wp-block-group:hover .wp-block-social-links li:nth-child(3) { transition-delay: .3s; }

/* Card Style 2 end  */

.wp-block-image.es-curve-effect, .wp-block-group.es-curve-effect {
  perspective: 1200px;
  display: inline-block;
}

.wp-block-image.es-curve-effect img, .wp-block-group.es-curve-effect {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.5s cubic-bezier(.18,.9,.32,1), 
              box-shadow 0.5s ease;
  will-change: transform;
}

.wp-block-image.es-curve-effect:hover img, .wp-block-group.es-curve-effect:hover {
  /* transform: scale(1.12) rotateX(8deg) rotateY(8deg); */
	transform: scale(1.05) rotateX(6deg) rotateY(8deg);
  box-shadow: 0 25px 60px rgba(0,0,0,0.25); 
}


.foundation-carousel figure.wp-block-image, .foundation-carousel figure.wp-block-image img {
    width: 100% !important;
    height: 500px !important;
    object-fit: cover;
}

.foundation-carousel .owl-dots, .foundation-carousel-2 .owl-dots, .support-carousel-2 .owl-dots {
    position: absolute;
    left: -30px;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
}

.foundation-carousel .owl-dots button.owl-dot, .foundation-carousel-2 .owl-dots button.owl-dot, .support-carousel .owl-dots button.owl-dot {
    height: 20px;
    width: 6px;
    background: #E2D9D7;
    border-radius: 10px;
    transition: all ease 300ms;
}

.foundation-carousel.owl-carousel .owl-stage-outer {border-radius: 24px;overflow: hidden;}

.foundation-carousel .owl-dots button.owl-dot.active, .foundation-carousel-2 .owl-dots button.owl-dot.active, .support-carousel .owl-dots button.owl-dot.active {
    background: #AC442A;
}

.foundation-carousel-2 .owl-dots {
    left: auto;
    right: -30px;
    margin: auto;
}

.foundation-carousel-2 .foundation-img {
    margin-right: -70px !important;
}

.owl-carousel .owl-item .support-logo img {
    width: auto;
}

.support-carousel .owl-dots button.owl-dot {
    width: 20px;
    height: 6px;
}

.support-carousel .owl-dots {
    flex-direction: row;
    gap: 6px;
    display: flex;
    margin-top: -20px;
    z-index: 9;
    position: relative;
}

.wp-element-button {
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
}

.wp-element-button::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.25) 20%, transparent 60%);
  transform: rotate(25deg);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.wp-element-button:hover {
  /* transform: translateY(-2px) scale(1.15);*/
  /*box-shadow: 0 6px 20px rgb(133 132 132 / 51%);*/
}

.wp-element-button:hover::before {
  opacity: 1;
  animation: shine 1s forwards;
}

header a:not(.wp-element-button):not(.custom-logo-link), footer a:not(.wp-element-button):not(.custom-logo-link) {
  position: relative;
  transition: color 0.3s ease;
}

header a:not(.wp-element-button):not(.custom-logo-link)::after, footer a:not(.wp-element-button):not(.custom-logo-link)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #ac442a, #ac442a);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease;
}

header a:not(.wp-element-button):not(.custom-logo-link)::after {
  background: linear-gradient(90deg, #fff, #fff);
}

footer a:not(.wp-element-button):not(.custom-logo-link):hover {
  color: #000 !important;
}

header a:not(.wp-element-button):not(.custom-logo-link):hover::after, footer a:not(.wp-element-button):not(.custom-logo-link):hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.wp-block-group.es_pro_front {
    position: relative;
    margin: 0;
    transition: all ease 300ms
}

.wp-block-group.es_pro_front h2.es_pro_front_title.has-medium-font-size {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 25px;
    color: #fff;
    font-size: 20px !important;
    text-align: left;
    padding-right: 110px;
    min-height: 96px;
    display: flex;
    align-items: center;
    transition: all ease 300ms;
    opacity: 1;
}

.wp-block-group.es_pro_back h2.es_pro_back_title.has-medium-font-size {
    color: #fff;
    font-size: 20px !important;
    text-align: left;
}

.wp-block-group.es_pro_back h2.es_pro_back_title.has-medium-font-size a {
    color: #fff
}


li.wc-block-product:hover h2.es_pro_front_title.has-medium-font-size {
    opacity: 0
}

li.wc-block-product:hover .wp-block-group.es_pro_front {
    opacity: 0.3
}


.es_pro_front_btn {
    position: absolute;
    bottom: 30px;
    right: 25px;
}

.es_pro_front_btn.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
    background-image: url('data:image/svg+xml;utf8,<svg width="20" height="18" viewBox="0 0 20 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.75 9.00001H18.25M18.25 9.00001L10.4583 1.20834M18.25 9.00001L10.4583 16.7917" stroke="black" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-color: #fff !important;
    font-size: 0 !important;
    width: 54px;
    height: 54px;
    background-position: center;
}

.tours-carousel .wp-block-group.es_pro_back {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 70px 25px 30px;
    color: #fff;
    transition: all ease 300ms;
    opacity: 0;
    transform: translatey(63%);
}

.tours-carousel.owl-carousel .owl-stage-outer{
    overflow: visible;
}

.tours-carousel li.wc-block-product {
    border-radius: 20px;
    overflow: hidden !important;
    position: relative;
    transition: all ease 200ms;
    z-index: 9;
    background: #000;
}


.tours-carousel li.wc-block-product:hover {
/*    transform: scale(1.05);*/
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    margin: 0 !important;
    z-index: 99;
}

.tours-carousel li.wc-block-product:hover .wp-block-group.es_pro_back {
    opacity: 1;
    transform: translatey(0);
}

.tours-carousel li.wc-block-product:hover .es_pro_front .wc-block-components-product-image img {
    transform: scale(1.1);
}

.tours-carousel li.wc-block-product .es_pro_front .wc-block-components-product-image img {
    transition: all ease-out 300ms;
}

.es_pro_back_btm {
    position: absolute;
    bottom: 0;
}

.tours-carousel .wp-block-group.es_pro_back > .wp-block-group {
    position: relative;
    height: 100%;
}

li.wp-block-post:hover figure img {
    transform: scale(1.1);
}

li.wp-block-post figure {
    overflow: hidden;
    border-radius: 25px;
}

li.wp-block-post figure img {
    transition: all ease-out 300ms;
}

.es_pro_front .wc-block-components-product-image__inner-container {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}

.tours-carousel .owl-nav {
    padding: 20px 20px 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    transform: scale(0.7)
}

.belt-gallery-container {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.belt-gallery {
    display: inline-flex;
    flex-wrap: nowrap;
    position: relative;
    flex-shrink: 0; 
    white-space: nowrap; 
    left: 0;
    gap: 0 !important;
}

.belt-gallery > figure {
    width: auto !important;
    margin-right: 25px !important;
    height: 300px;
    flex-grow: initial;
    flex: 0 0 auto;
    border-radius: 20px;
    overflow: hidden;
}

body .related-carousel.owl-carousel .owl-nav button.owl-next, body .related-carousel.owl-carousel .owl-nav button.owl-prev {
    border: 2px solid #954932;
}

.related-carousel span.woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
    display: none;
}

.related-carousel .wc-block-components-product-price:before {
    content: "";
    width: 13px;
    height: 20px;
    display: block;
    opacity: 1;
    visibility: visible;
    background: url(/wp-content/themes/escape-society/assets/img/euro-sign.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left -4px center;
    position: absolute;
    left: 0;
}

.related-carousel .wc-block-components-product-price {
    display: flex;
    align-items: center;
    padding-left: 25px;
}

.inner-team-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.host-box {
    box-shadow: 0px -8px 34px rgba(0, 0, 0, 0.05);
}

.woocommerce div.product {
    margin-top: 0;
}

.es-zoom-effect.wp-block-cover .wp-block-cover__image-background {
    transform: scale(1);
    transition: all ease 300ms;
}

.es-zoom-effect.wp-block-cover:hover .wp-block-cover__image-background {
    transform: scale(1.2) rotate(-7deg);
}

.wp-block-cover.es-no-bg {
    z-index: 1;
}

.wp-block-cover.es-no-bg img.wp-block-cover__image-background, .wp-block-cover.es-no-bg span.wp-block-cover__background {
    display: none;
}


/* Review carousel 2 start  */
.reviews-carousel .owl-item > div >  figure.wp-block-image {
    display: none;
}

body .reviews-carousel .owl-item .review-text {
    background: #fff;
    border-radius: 20px;
    padding: 50px 40px;
    margin: 0 !important;
    display: block !important;
    opacity: 1 !important;
}

.reviews-carousel .owl-item.center .review-text {
    background: #fff;
    border-radius: 20px;
    padding: 50px 40px;
    margin: 0 !important;
}

body .reviews-carousel.is-layout-grid .owl-nav {
    margin: 30px 0 0 !important;
    justify-content: center;
}

/* Review carousel 2 end  */

.banner-icon-inner {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 25px;
}

.es-tour-buttons {
    margin-top: 50px;
}

:root :where(.wp-block-button.is-style-outline--4 .wp-block-button__link) {
    background: transparent none;
    border-color: currentColor;
    border-width: 2px;
    border-style: solid;
    color: currentColor;
    padding-top: 0.667em;
    padding-right: 1.33em;
    padding-bottom: 0.667em;
    padding-left: 1.33em;
}

p.activity-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.es-custom-qfacts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
ul.es_product_links {
    display: flex;
    list-style: none;
    gap: 12px;
}

ul.es_product_links a {
    color: inherit;
    text-decoration: none;
    padding: 0 5px;
}

.es-custom-field-value ul li {
    padding-bottom: 20px;
}

.es-custom-field-value ul {
    padding-left: 1.5rem
}

.host-box {
    background: #fff;
    border-radius: 20px;
    display: flex;
    overflow: hidden;
    gap: 20px;
}

.host-box > * {flex: 1;align-items: center;margin: 0;display: flex;}

.host-box > figure img {
    border-radius: 22px;
    padding: 7px;
    height: 100%;
    object-fit: cover;
}

.host-box > .wp-block-group {padding-right: 40px;}

.es_itinerary_single {
    border: 1px solid #e8e2df;
    border-radius: 20px;
    padding: 25px 40px;
    margin-bottom: 20px;
    cursor: pointer;
}

.es_itinerary_single .es_itinerary_summary {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.es_itinerary_single .es_itinerary_summary .es_itinerary_day {
    flex-grow: 1;
    width: 10%;
    font-size: 16px;
    padding: 20px 0;
}

.es_itinerary_single .es_itinerary_summary .es_itinerary_desc {
    flex-grow: 1;
    width: 90%;
}

.es_itinerary_single .es_itinerary_summary .es_itinerary_desc h3.wp-block-heading {
    margin: 0;
}

.es_itinerary_full {
    display: none;
}

.es_itinerary_single .es_itinerary_summary .es_itinerary_desc p {
    margin-bottom: 0;
}

.es_itinerary_full {
    border-top: 1px solid #e8e2df;
    margin-top: 25px;
    padding-top: 25px;
    font-size: 15px;
    line-height: 25px;
}

.es_itinerary_full p:empty {display: none}


.es_itinerary_single:after {
    content: "";
    background: url(/wp-content/themes/escape-society/assets/img/toggle.png);
    display: block;
    width: 20px;
    background-size: contain;
    position: absolute;
    right: 40px;
    top: 0;
    transition: all ease 300ms;
    height: 113px;
    background-repeat: no-repeat;
    background-position: center;
}

.es_itinerary_single.es_toggle_open:after {
    transform: rotate(222deg);
}

.practical-single {
    border-bottom: 1px solid #dfd8d0;
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
}

.practical-single:last-child {
    border: 0;
}

.practical-single span.pr_left {
    color: #ac442a;
}

.hidden {
    display: none !important;
}

.wp-block-group.es-under-banner {
    z-index: 9;
}

.es_overview_image img {
    aspect-ratio: 3 /2;
    object-fit: cover;
    border-radius: 20px;
}

h4.es_overview_subheading {
    color: #AC442A;
    margin-bottom: 0;
    padding-left: 20px;
}

h3.es_overview_head {
    margin-top: 5px;
    font-size: 22px;
    margin-bottom: 11px;
    padding-left: 20px;
}

.es_overview_repeater_desc {
    line-height: 21px;
    padding-left: 20px;
}

.es_overview_image:after {
    content: "";
    border-bottom: 2px dashed #AC442A;
    width: calc(100%);
    display: block;
    position: absolute;
    bottom: 0;
    left: 37px;
}

.es_overview_image:before {
    content: "";
    width: 11px;
    height: 11px;
    background: #AC442A;
    display: block;
    position: absolute;
    bottom: -4px;
    transform: rotate(45deg);
    left: 24px;
}

.es_overview_image {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.wp-block-group.es_booking_slots_wrap {}

.es_booking_slots_single {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    min-height: 74px;
    box-sizing: border-box;
}

.es_slot_row.es_slot_summary {
    display: flex;
    align-items: center;
    padding: 16px 36px;
    min-height: 75px;
    box-sizing: border-box;
    cursor: pointer;
}

.es_slot_col {
    flex-grow: 1;
}

.es_slot_col.es_slot_price {
    text-align: right;
    font-size: 18px;
}

.es_slot_col.es_slot_info {
    font-size: 12px;
    color: #ac442a;
    text-align: center;
}

.es_slot_col.es_slot_start, .es_slot_col.es_slot_end {
    flex: 0 0 27%;
}

.es_slot_col.es_slot_info {
    flex: 0 0 13%;
}


.es_slot_row.es_slot_details {
    display: none;
    padding: 20px 36px 30px;
    position: relative;
}

.es_slot_row.es_slot_details:before {
    content: "";
    border-top: 1px solid #dfd8d0;
    display: block;
    top: 0;
    position: absolute;
    height: 2px;
    width: calc(100% - 40px);
    left: 20px;
}

.es_slot_col.es_slot_info span {
    width: 100%;
    display: block;
    color: #000;
    font-size: 13px;
    margin-top: 5px;
}

.trip-container {
    display: flex;
    gap: 20px;
    padding: 20px 0;
    align-items: center;
}

.trip-container .trip-section {
    flex-grow: 1;
    flex: 0 0 calc(33% - 10px);
}

.trip-section h3 {
    font-size: 14px;
    margin-bottom: 4px;
    margin-top: 0;
}

.trip-section .place {font-size: 18px;}

.trip-section .date {
    font-size: 13px;
    margin-top: 4px;
    opacity: 0.7;
}

.trip-section.trip-location {
    border: 2px dashed #000;
    border-radius: 20px;
    padding: 30px 20px;
    box-sizing: border-box;
}

.trip-section.trip-booking-section .wp-block-button {display: flex;justify-content: center;}

.trip-section.trip-booking-section button {
    font-size: 15px;
    padding: 16px 80px;
    background: transparent;
    border: 2px solid #ac442a;
    color: #ac442a;
}

.trip-section.trip-booking-section button:hover {
    background: #ac442a;
    color: #fff;
}

.trip-section.trip-booking-section {
    text-align: center;
}

.trip-section.trip-booking-section .duration {
    font-size: 21px;
}

:root .es-custom-qfacts :where(.is-layout-flow) > p {
    margin-top: 8px;
}


/* Checkout Styling */

.wc-block-components-order-summary .wc-block-components-order-summary-item {
    display: flex;
    flex-direction: column;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image {
    position: absolute;
    width: 100px;
    margin-top: 0;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image > img {
    width: 100%;
    max-width: 100%;
    max-height: 250px;
    object-fit: cover;
    border-radius: 20px;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image > .wc-block-components-order-summary-item__quantity {
    display: none;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__description {
    padding: 0;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__description h3.wc-block-components-product-name {
    font-size: 20px;
    padding-left: 111px;
    padding-top: 20px;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__description span.wc-block-components-order-summary-item__individual-prices.price.wc-block-components-product-price {
    padding-left: 113px;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 38px;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-formatted-money-amount {
    font-weight: normal;
}

.wc-block-components-product-metadata__description {
    display: none;
}

.wc-block-components-product-details.wc-block-components-product-details {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: column;
}

.wc-block-components-product-details.wc-block-components-product-details li {
    display: flex;
    flex-direction: column;
}

.wc-block-components-product-details.wc-block-components-product-details li span:first-child {font-size: 14px;margin-bottom: 2px;}

.wc-block-components-order-summary .wc-block-components-order-summary-item__total-price {
    display: none;
}

.wp-block-woocommerce-checkout-order-summary-coupon-form-block {
    display: none;
}

.wp-block-woocommerce-checkout-order-summary-block {
    background: #f5f0ea;
    border-radius: 20px;
    border: 0;
    padding: 30px 26px;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary {
    padding: 0;
}

.wc-block-components-sidebar .wc-block-components-totals-item {
    padding: 0;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-weight: normal;
    font-size: 20px;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-weight: normal;
    font-size: 18px;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
    margin: 0 0 10px 0;
    font-size: 21px;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
    margin-top: 0;
}

.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
    border-color: #b6b6b6;
    height: 60px;
    border-radius: 40px;
    padding: 10px 15px;
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill, .wc-block-components-form .wc-block-components-text-input.is-active input[type=email], .wc-block-components-form .wc-block-components-text-input.is-active input[type=number], .wc-block-components-form .wc-block-components-text-input.is-active input[type=password], .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-form .wc-block-components-text-input.is-active input[type=text], .wc-block-components-form .wc-block-components-text-input.is-active input[type=url], .wc-block-components-text-input input:-webkit-autofill, .wc-block-components-text-input.is-active input[type=email], .wc-block-components-text-input.is-active input[type=number], .wc-block-components-text-input.is-active input[type=password], .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-text-input.is-active input[type=text], .wc-block-components-text-input.is-active input[type=url] {
    padding: 15px 20px 0;
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label, .wc-block-components-form .wc-block-components-text-input.is-active label, .wc-block-components-text-input input:-webkit-autofill+label, .wc-block-components-text-input.is-active label {
    left: 20px;
    top: 6px;
}

.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
    left: 15px;
    top: 30px;
}

.wc-block-components-validation-error {
    font-size: 13px;
}

.wc-block-components-form .wc-block-components-text-input.has-error input, .wc-block-components-form .wc-block-components-text-input.has-error input:active, .wc-block-components-form .wc-block-components-text-input.has-error input:focus, .wc-block-components-form .wc-block-components-text-input.has-error input:hover, .wc-block-components-text-input.has-error input, .wc-block-components-text-input.has-error input:active, .wc-block-components-text-input.has-error input:focus, .wc-block-components-text-input.has-error input:hover {
    border-color: #cc1818;
}

.wc-block-components-form .wc-block-components-text-input input[type=email]:focus, .wc-block-components-form .wc-block-components-text-input input[type=number]:focus, .wc-block-components-form .wc-block-components-text-input input[type=password]:focus, .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus, .wc-block-components-form .wc-block-components-text-input input[type=text]:focus, .wc-block-components-form .wc-block-components-text-input input[type=url]:focus, .wc-block-components-text-input input[type=email]:focus, .wc-block-components-text-input input[type=number]:focus, .wc-block-components-text-input input[type=password]:focus, .wc-block-components-text-input input[type=tel]:focus, .wc-block-components-text-input input[type=text]:focus, .wc-block-components-text-input input[type=url]:focus {border-color: #ac442a !important;outline-color: #ac442a !important;}

fieldset#payment-method {
    display: none;
}

.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    border-radius: 30px;
    width: auto;
    padding: 14px 50px;
}

.wc-block-components-checkout-return-to-cart-button {
    display: none;
}

.wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
    border: 0;
    padding: 0;
}

.wc-block-components-title.wc-block-components-title {
    font-size: 20px;
}

.wc-blocks-components-select .wc-blocks-components-select__select {
    border-color: #b6b6b6;
    height: 60px;
    border-radius: 40px;
    padding: 15px 20px 0;
}

.wc-blocks-components-select .wc-blocks-components-select__container {
    height: 60px;
}

.wc-blocks-components-select .wc-blocks-components-select__label {
    left: 20px;
    top: 6px;
}

.woocommerce-checkout header.wp-block-template-part > .wp-block-group > .wp-block-group > * {
    display: block;
}

.wc-block-components-form .wc-block-components-checkout-step {
    margin-bottom: 20px;
}

.wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step {
    margin-bottom: 25px;
}

.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    transition: all ease 300ms;
}

.wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
    margin-bottom: 30px;
}


/* NEW CHECKOUT PAGE  */

.wp-block-woocommerce-checkout-order-summary-block {
    width: 100%;
}

.wc-block-components-sidebar-layout.wc-block-checkout.is-large {
    display: flex;
}

.wc-block-components-sidebar-layout.wc-block-checkout.is-large > div {
    order: 2;
}

.wc-block-components-sidebar-layout.wc-block-checkout.is-large .wc-block-components-sidebar {
    order: 1;
    width: 100%;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image {
    width: 35%;
    right: 30px;
    position: inherit;
    float: right;
}

.wc-block-components-order-summary-item {
    display: flex;
}

.wc-block-components-sidebar-layout.wc-block-checkout.is-large > div.wc-block-components-main {
    padding: 0;
    margin: 60px auto 0;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__description {
    width: 62%;
}

.wc-block-components-order-summary-item {
    display: flex !important;
    flex-direction: row !important;
    gap: 30px;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__description h3.wc-block-components-product-name {
    font-size: 34px;
    line-height: normal;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__description span.wc-block-components-order-summary-item__individual-prices.price.wc-block-components-product-price {
    font-size: 18px;
    margin-top: 7px;
    padding-bottom: 20px;
}

.wc-block-components-product-details.wc-block-components-product-details li {
    display: inline-block;
    align-items: center;
}

.wc-block-components-product-details.wc-block-components-product-details {
    font-size: 14px;
    color: #444;
}

.wc-block-components-product-details.wc-block-components-product-details li span:first-child {color: #000;font-weight: 700;letter-spacing: 0.3px;}

.wp-block-woocommerce-checkout-order-summary-totals-block {
    display: none;
}

.wc-block-components-totals-wrapper {
    border: 0;
    padding: 0;
}

.wc-block-components-totals-item.wc-block-components-totals-footer-item {
    display: none;
}

p.wc-block-components-checkout-order-summary__title-text {
    display: none;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__description h3.wc-block-components-product-name {
    padding-left: 0;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__description span.wc-block-components-order-summary-item__individual-prices.price.wc-block-components-product-price {
    padding-left: 0;
}

.wc-block-checkout__sidebar.is-sticky {
    position: initial;
}

.wp-block-woocommerce-checkout.alignwide.wc-block-checkout.is-loading {
    display: flex;
    justify-content: center !important;
    align-items: center;
    flex-direction: column-reverse;
}

.wp-block-woocommerce-checkout.alignwide.wc-block-checkout.is-loading .wp-block-woocommerce-checkout-totals-block {
    width: 100%;
    padding: 0 !important;
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-order-summary-block {
    height: 300px;
    border-radius: 20px;
}

.es_pro_back_features .wp-block-group.banner-icons.es-tour-info {
    flex-direction: column;
    gap: 15px;
}

.es_pro_back_features .wp-block-group.banner-icons.es-tour-info img {
    max-width: 18px;
}

.es_pro_back h2 a {
    color: inherit;
}

body .es_accomodation_carousel {
    display: flex;
    flex-direction: row;
}

.es_accomodation_repeater_single {
    flex: 1;
}


.es_accomodation_repeater_single .es_accomodation_image img {border-radius: 20px;overflow: hidden;display: flex;aspect-ratio: 5/4;object-fit: cover;}

.es_accomodation_repeater_single h3 {
    font-size: 22px;
    margin-bottom: 0;
}

.es_accomodation_repeater_single p.es_accomodation_loc {
    font-size: 12px;
    margin-top: 8px;
}

.es_accomodation_repeater_single p.es_accomodation_days {
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    padding: 10px 0;
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.es_accomodation_repeater_single ul.es_accomodation_features {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.es_accomodation_repeater_single ul.es_accomodation_features li.border-line{
    border-right: 1px solid #ccc
}

.about-video {overflow: hidden}

.page-template-wp-custom-template-blog-template li.wp-block-post {
    margin-bottom: 20px;
}

.page-template-wp-custom-template-blog-template li.wp-block-post figure:hover img {
    transform: scale(1.3);
}

.page-template-wp-custom-template-blog-template li.wp-block-post figure img {
    transition: all ease 200ms;
}

.page-template-wp-custom-template-blog-template li.wp-block-post figure {
    border-radius: 20px;
    overflow: hidden;
}

.wp-block-query-pagination-numbers a, .wp-block-query-pagination-numbers span {border: 2px solid #000;background: #000;width: 35px;height: 35px;display: inline-flex;justify-content: center;align-items: center;color: #fff;text-decoration: none;border-radius: 50%;font-weight: 700;font-size: 14px;transition: all ease 300ms;}

.wp-block-query-pagination-numbers span {
    background: transparent;
    color: #000;
}

.wp-block-query-pagination-numbers {
    gap: 11px;
    display: flex;
}

a.wp-block-query-pagination-prev, a.wp-block-query-pagination-next {
    width: 70px;
    height: 35px;
    border: 2px solid #000;
    border-radius: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #000;
    text-decoration: none;
    font-size: 20px;
    transition: all ease 300ms;
}

a.wp-block-query-pagination-prev span, a.wp-block-query-pagination-next span {
    margin: 0 !important;
}

.wp-block-query-pagination-numbers a:hover {transform: scale(1.2);}

a.wp-block-query-pagination-prev:hover, a.wp-block-query-pagination-next:hover {
    transform: scale(1.1);
}

.single-post .wp-block-post-content figure img {
    border-radius: 30px;
    margin: 20px 0;
}

.bookly-service-step > * {visibility: hidden;opacity: 0;}

.bookly-service-step {
    background: url(/wp-content/themes/escape-society/assets/img/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.bookly-css-root .bookly\:min-w-\[200px\] {
    background: url(/wp-content/themes/escape-society/assets/img/Subtract.png);
    padding: 0 20px;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 360px;
    min-width: 328px !important;
    padding: 30px 12px 0;
    margin-right: 0 !important;
}

.bookly-css-root .bookly\:bg-white {
    background: transparent !important;
    border: 0 !important;
}

.bookly-css-root .bookly\:border-slate-100 {
    border: 0 !important;
}

.bookly-css-root .bookly-calendar-controls-mark .bookly-calendar-middle-button-mark {
    height: 35px !important;
    border: 1px solid #E8E2DF !important;
    border-radius: 20px;
    color: #000 !important;
        transition: all ease 300ms
}

.bookly-css-root .bookly-calendar-controls-mark .bookly-calendar-middle-button-mark:hover {
    color: #fff !important;
    opacity: 1 !important;
}

.bookly-css-root .bookly-calendar-controls-mark .bookly-calendar-left-button-mark, .bookly-css-root .bookly-calendar-controls-mark .bookly-calendar-right-button-mark {
    height: 35px !important;
    width: 35px !important;
    transition: all ease 300ms;
    border: 1px solid #E8E2DF !important;
    border-radius: 20px;
    color: #000 !important;
}

.bookly-css-root .bookly-calendar-controls-mark .bookly-calendar-left-button-mark:hover, .bookly-css-root .bookly-calendar-controls-mark .bookly-calendar-right-button-mark:hover {
    color:#fff !important;
    opacity: 1 !important;
    border-color: #AC442A
}

.bookly-css-root .bookly-calendar-controls-mark .bookly-calendar-left-button-mark {margin-right: 10px !important}

.bookly-css-root .bookly-calendar-controls-mark .bookly-calendar-right-button-mark {margin-left: 10px !important}

.bookly-css-root .bookly\:text-slate-600 {
    color: #000 !important;
}

.bookly-css-root .bookly\:leading-4 {border-radius: 50%;height: 40px !important;max-width: 40px !important;}

.bookly\:flex.bookly\:w-full {
    justify-content: space-between;
    gap: 4px;
    margin-bottom: 4px;
}

button#escape_bookcall {opacity: 1;background: #AC442A;padding: 10px 20px;border-radius: 20px;color: #fff;position: absolute;bottom: 0;left: 130px;transition: all ease 300ms;z-index: 99;}

.bookly-css-root .bookly-form {
    display: flex;
    justify-content: flex-start;
    position: relative;
    padding-left: 24px;
    flex-wrap:  wrap;
}

.bookly-css-root .bookly-form > * {
    order: 0;
}

.bookly-time-step {
    opacity: 0;
    transition: all ease 1s;
    margin-right: -100vw !important;

}

.es-calendar-toggle .bookly-time-step {
    margin-right: 0 !important;
    opacity: 1;
}

.bookly-time-screen .bookly-column {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}

.bookly-time-screen .bookly-column button.bookly-day.bookly-js-first-child {
    background: transparent !important;
    color: #000 !important;
    font-weight: normal !important;
    border: 0 !important;
    font-size: 16px !important;
    text-align: left;
    padding: 0;
    flex: 0 0 100%;
}

.bookly-time-screen .bookly-column button.bookly-hour {
    flex: 0 0 120px;
    border: 2px solid #AC442A !important;
    border-radius: 30px;
    height: 42px;
    background: transparent !important;
}

.bookly-columnizer .bookly-hour .bookly-hour-icon {
    display: none;
}

.bookly-time-step .bookly-columnizer-wrap {
    height: auto !important;
}

.bookly-time-step {
    display: flex;
    align-items: center;
    padding-left: 30px;
    width: calc(100% - 328px) !important;
    max-height: 360px;
    overflow: hidden;
    margin-left: auto !important;
}

.bookly-box.bookly-nav-steps.bookly-clear {
    display: none;
}

button#escape_bookcall:hover {
	cursor: pointer;
	opacity: 0.8;
	/*transform: translate(0px, -10px) scale(1.2);*/
}

.wp-block-group.es-bookly-head.es-calendar-toggle {
    margin-left: -100vw;
    min-width: 57%;
    opacity: 0.5;
}

.wp-block-group.es-bookly-head {
    transition: all ease 2s;
    opacity: 1;
}

.wp-block-group.es-bookly-cal.es-calendar-toggle {
    flex-basis: 100%;
    width: 100% !important;
}

.bookly-form .bookly-form-group > label {
    font-weight: normal;
    color: #000 !important;
}

body .bookly-form input[type="text"], body .bookly-form input[type="tel"], body .bookly-form input[type="number"], body .bookly-form input[type="password"], body .bookly-form textarea {
    border: 1px solid #ddd !important;
    height: 43px !important;
    border-radius: 30px !important;
}

.bookly-form input[type="text"]:not(.iti__tel-input), .bookly-form input[type="tel"]:not(.iti__tel-input) {
    padding: 0 20px !important;
}

body .bookly-form textarea {padding: 10px 20px !important;min-height: 130px;border-radius: 20px !important;border: 1px solid #ddd !important;}
.bookly-nav-steps {
    flex: 0 0 100%;
    border: 0 !important;
    padding: 0 !important;
}

.bookly-box.bookly-nav-steps button, .bookly-box.bookly-nav-steps .bookly-back-step {
    height: 42px !important;
    border-radius: 30px !important;
    padding: 0 30px !important;
}

.bookly-box.bookly-nav-steps button span {
    font-size: 14px !important;
    font-weight: normal !important;
    text-transform: initial !important;
}

.bookly-time-screen .bookly-column button.bookly-hour span.ladda-label.bookly-time-main.bookly-bold {
    background: #AC442A;
    padding: 11px 9px !important;
    display: inline-block;
    margin: -10px -20px;
    border-radius: 30px;
    color: #fff !important;
    font-weight: normal !important;
    width: calc(100% + 15px);
}

.bookly-time-screen .bookly-column button.bookly-hour {
    border: 1px solid #ccc !important;
    transition: all ease 200ms;
}

.bookly-time-screen .bookly-column button.bookly-hour:hover {
    background: #AC442A !important;
}

.bookly-time-screen .bookly-column button.bookly-hour:hover span {
    color: #fff !important;
}

.bookly-time-screen .bookly-column button.bookly-hour span {
    transition: all ease 200ms;
}

/*.bookly-box.bookly-nav-steps .bookly-back-step {*/
/*    display: none;*/
/*}*/

.es_form_thankyou {
    display: flex;
    align-items: center;
    gap: 15px;
}

.es_form_thankyou p, .es_form_thankyou b {
    font-size: 18px;
}

.es_form_thankyou b {
    font-weight: normal;
    color: #AC442A;
}

.es_form_thankyou p {
    line-height: 30px;
}

.es_form_thankyou h3 {
    font-size: 47px;
    margin-bottom: 15px;
}

.es_form_thankyou > img {
    flex: 0 0 30%;
    max-width: 30% !important;
}

.es_form_thankyou > div {
    flex: 0 0 calc(70% - 15px);
}

body .ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {left: 0;right: 0 !important;width: 100%;top: 0;bottom: 0 !important;height: 100%;display: flex;align-items: center;justify-content: center;transform: scale(0.6);}

header .wp-block-navigation >.has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container {
    
    display: flex;
}

header .wp-block-navigation >.has-child:not(.open-on-click)>.wp-block-navigation__submenu-container {
    min-width: 800px !important;
    margin-top: 8px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden !important;
    flex-direction: row;
    border: 0;
    flex-wrap: wrap;
    padding: 0px !important;
}

header .wp-block-navigation >.has-child:not(.open-on-click)>.wp-block-navigation__submenu-container > li {
    background: #fff;
    flex: 0 0 33%;
    display: block;
    flex-direction: row;
    align-items: flex-start;
    padding: 20px 30px;
    flex-wrap: wrap;
    justify-content: flex-start !important;
    box-sizing: border-box;
    width: 33%;
}

header .wp-block-navigation >.has-child:not(.open-on-click)>.wp-block-navigation__submenu-container > li > a {
    font-size: 15px;
    padding: 10px 0;
    margin: 0px 0 10px;
    color: #000;
    border-bottom: 1px solid #999 !important;
}

header .wp-block-navigation >.has-child:not(.open-on-click)>.wp-block-navigation__submenu-container > li > button.wp-block-navigation__submenu-icon {
    display: none;
}

.header-main .wp-block-navigation__responsive-container-content > ul > li > a {
    font-size: 14px;
    cursor: default;
}

header .wp-block-navigation >.has-child:not(.open-on-click)>.wp-block-navigation__submenu-container > li > ul {
    position: initial;
    background: transparent;
    border: 0;
    display: block !important;
    left: 0 !important;
    top: 0 !important;
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: auto;
}

header .wp-block-navigation >.has-child:not(.open-on-click)>.wp-block-navigation__submenu-container > li > ul li a {
    color: #666;
    font-size: 12px;
    padding: 4px 0;
    display: inline !important;
    width: auto !important;
    flex-grow: initial !important;
    border-bottom: 1px solid transparent;
    line-height: 10px;
    margin-bottom: 4px;
}

header .wp-block-navigation .wp-block-navigation__submenu-icon {
    display: none;
}

header .wp-block-navigation >.has-child:not(.open-on-click)>.wp-block-navigation__submenu-container > li > ul li a:hover {
    color: #000;
    border-bottom: 1px solid #000;
}

header .wp-block-navigation >.has-child:not(.open-on-click)>.wp-block-navigation__submenu-container > li:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

header .wp-block-navigation >.has-child:not(.open-on-click)>.wp-block-navigation__submenu-container > li:last-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

header .wp-block-navigation  li > a:after {
    display: none;
}

header .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
    padding-bottom: 10px;
    margin-bottom: -10px;
}

.es_category-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #000;
}

.tax-product_cat .wp-block-cover__inner-container {
    position: initial;
}

.es_category-img img {
    width: 109%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
}

header .wp-block-navigation >.has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container {
    padding-top: 20px !important;
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    padding-top: 10px !important;
    margin-bottom: 14px;
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content .wp-block-navigation-item {
    font-size: 16px;
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content .wp-block-navigation-item .wp-block-navigation-item {
    font-size: 14px;
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container li:not(:last-child) {
    padding-bottom: 6px;
}


.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
    font-size: 50px !important;
}

.wp-block-navigation__responsive-container-close svg {
    width: 30px;
    height: 30px;
    transition: all ease 300ms;
}

.wp-block-navigation__responsive-container-close:hover {
    transform: rotate(-90deg) !important;
}

.wp-block-navigation__responsive-container-close {
    transition: all ease 300ms;
}

.wp-site-blocks {overflow-x: hidden}

/* NEW FIXED HEADER */

header.wp-block-template-part.sticky-header {
    background: #fff;
    border-radius: 0;
    border-bottom: 1px solid #f5f0ea;
    box-shadow: none;
}

header.wp-block-template-part.sticky-header img {
    filter: brightness(0.2);
    -webkit-filter: brightness(0.2);
    -moz-filter: brightness(0.2);
}

.sticky-header .header-side, .sticky-header .header-main {
    color: #000 !important;
}

.single-product .wp-site-blocks {
	overflow-x: initial;
}

.__es_overview_main_wrap {
    display: flex;
    align-items: flex-start;
}

.__es_overview_repeater_images, .__es_overview_repeater_wrap {
    width: 50%;
}

.wp-block-group.single-tour-menu {
    position: sticky;
    top: 71px;
    overflow: visible;
    z-index: 9;
}
.admin-bar .wp-block-group.single-tour-menu {
    top: 103px
}

.__es_overview_repeater_images {
    height: calc(100vh - 121px);
    overflow: hidden;
    position: sticky;
    top: 121px;
}
.__es_overview_repeater_images .es_overview_image, .__es_overview_repeater_images .es_overview_image figure, .__es_overview_repeater_images .es_overview_image img {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    object-fit: cover;
    border-radius: 0;
}

.es_overview_image:before, .es_overview_image:after {
    display: none;
}

.__es_overview_img_container {
    position: sticky;
}

.item.es_overview_repeater_single {
    margin-left: 40px;
    position: relative;
    padding-left: 20px;
    padding-bottom: 60px;
}

.item.es_overview_repeater_single:before {
    content: "";
    border-left: 2px dashed #AC442A;
    width: 2px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    top: 22px;
}

.__es_overview_repeater_wrap> div {
    gap: 4px;
}

h4.wp-block-heading.es_overview_subheading:before {
    content: "";
    width: 17px;
    height: 17px;
    background: #AC442A;
    display: block;
    position: absolute;
    bottom: 0;
    transform: rotate(45deg);
    left: -28px;
}

h4.wp-block-heading.es_overview_subheading {
    position: relative;
}

.item.es_overview_repeater_single:last-child:before {
    display: none;
}

.es-active h4.wp-block-heading.es_overview_subheading, .es-active  h4.wp-block-heading.es_overview_head {
    font-weight: 700;
}

.es-active h4.wp-block-heading.es_overview_subheading {
    font-size: 14px;
}

.es-active h3.wp-block-heading.es_overview_head {
    font-weight: 700;
    color: #AC442A;
    font-size: 30px;
}

.wp-block-group.es-mega-menu {position: fixed;z-index: 9999;top: 0px;width: 100%;height: 100%;background: rgba(0,0,0,0.4);display: none;}

.admin-bar .wp-block-group.es-mega-menu {top: 32px;}

.wp-block-group.es-mega-menu-grid {
    max-width: 1440px;
}

.wp-block-group.es-mega-layer {
    background: #fff;
}

.wp-block-group.es-mega-layer.menu_second, .wp-block-group.es-mega-layer.menu_third {
    display: none;
}

.es-map-marker {
  position: absolute;
  transform: translate(-50%, -100%);
  cursor: pointer;
  transition: transform 0.2s ease;
  z-index: 10;
}
.es-map-marker img {
  width: 40px;
  height: 40px;
  transition: transform 0.3s ease;
}
.es-map-marker:hover img {
  transform: scale(1.3);
}

.es-map-infobox {
  position: absolute;
  transform: translate(-50%, 40px) scale(0.95);
  background: white;
  padding: 0;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  width: 340px;
  z-index: 20;
  transition: opacity 0.3s ease;
  overflow: hidden;
  padding-bottom: 12px;
  font-family: 'Poppins', sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  cursor: pointer;
}

.es-map-infobox.show {
  opacity: 1;
  transform: translate(-50%, 20px) scale(1);
}

.es-map-infobox img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}
.es-map-infobox h4 {
  margin: 10px 0 5px;
  font-size: 15px;
  margin-bottom: 3px;
  padding: 0 15px;
}
.es-map-infobox p {
  font-size: 13px;
  margin-bottom: 8px;
  color: #6a6a6a;
  padding: 0 15px;
  margin: 0px 0;
  font-family: var(--wp--preset--font-family--adamina);
}
.es-map-infobox button {
  transition: all ease 300ms;
  color: #000;
  padding: 0;
  border: none;
  cursor: pointer;
  font-size: 30px;
  position: absolute;
  background: rgba(255,255,255,0.6);
  right: 8px;
  top: 8px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
}

.es-map-infobox button:hover {
    transform: scale(1.2);
    background: #fff;
}

.es-map-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  z-index: 9999;
  transition: opacity 0.3s ease;
  background: #f5f5f5;
}

.es-map-loader .es-dot {
  width: 12px;
  height: 12px;
  background: #222222/*#4a5743*/;
  border-radius: 50%;
  animation: bounce 1.4s infinite ease-in-out both;
}

.es-map-loader .es-dot:nth-child(2) {
  animation-delay: 0.2s;
}
.es-map-loader .es-dot:nth-child(3) {
  animation-delay: 0.4s;
}

.header-menu a.wp-element-button {
    border: 0 !important;
    font-size: 0;
    width: 40px;
    height: 40px;
    background: url(/wp-content/themes/escape-society/assets/img/menu.png);
    background-size: contain;
    border-radius: 0;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
}

.header-menu a.wp-element-button:before {
    display: none;
}

.sticky-header .header-menu a.wp-element-button {
    filter: brightness(0.3);
}

.wp-block-group.es-mega-layer:not(.menu_third) p, .wp-block-group.es-mega-layer:not(.menu_third) a {
    font-size: 14px;
    text-decoration: none;
    display: block;
    margin-top: 0;
}
.wp-block-group.es-mega-layer.menu_third p {
    margin-top: 7px
}
.wp-block-group.es-mega-layer.menu_third a:after {
    height: 1px;
    background-color: #000 !important;
}
.wp-block-group.es-mega-layer.menu_third a {
    font-size: 14px;
    text-decoration: none;
    margin-top: 0;
}

.wp-block-group.es-mega-layer:not(.menu_third) a:after {
    display: none;
}

.wp-block-group.es-mega-layer:not(.menu_third) a {
    padding: 11px 0;
}

.wp-block-group.es-mega-layer:not(.menu_third) p {padding: 11px 0;border-top: 1px solid transparent;border-bottom: 1px solid transparent;position: relative;margin-bottom: -1px;}

.wp-block-group.es-mega-layer:not(.menu_third) p a {
    margin: -11px 0;
}

.wp-block-group.es-mega-layer:not(.menu_third) p:hover, .wp-block-group.es-mega-layer:not(.menu_third) p[data-active="true"] {
    border-color: currentColor;
    cursor: pointer;
}

.wp-block-group.es-mega-layer:not(.menu_third) p:after {
    content: "";
    background: url(/wp-content/themes/escape-society/assets/img/right-arrow.png);
    width: 24px;
    height: 18px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    opacity: 0;
}

.wp-block-group.es-mega-layer:not(.menu_third) p:hover:after, .wp-block-group.es-mega-layer:not(.menu_third) p[data-active="true"]:after {
    opacity: 0.8;
}

.menu_third > .wp-block-group {
    margin-top: 0;
}

.header-close-menu a.wp-element-button {
    border: 0;
    font-size: 0 !important;
    background: url();
}

.header-close-menu a.wp-element-button {
    background: url(/wp-content/themes/escape-society/assets/img/close.png);
    width: 40px;
    height: 40px;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0 !important;
	margin: 0 -10px;
}

.header-close-menu a.wp-element-button:hover {
    transform: rotate(180deg);
}

.menu_second > .wp-block-group, .menu_third > .wp-block-group {
    padding-top: 72px !important;
}

.single-tour-articles li.wp-block-post figure {
    border-radius: 0;
}

.single-tour-articles li.wp-block-post .wp-block-group {
    overflow: hidden;
}

.woocommerce-order-received header.wp-block-template-part {
    position: fixed !important;
    top: 0 !important;
    border-radius: 0 !important
}

.woocommerce-order-received header.wp-block-template-part img.custom-logo {
    width: 90px;
}

.woocommerce-order-received header.wp-block-template-part img {
    filter: brightness(0.2);
    -webkit-filter: brightness(0.2);
    -moz-filter: brightness(0.2);
}

.woocommerce-order-received .header-menu a.wp-element-button {
    filter: brightness(0.3);
}

.woocommerce-order-received .header-phone .wp-block-buttons {
    justify-content: flex-end;
}

.woocommerce-order-received .wp-block-site-logo {justify-content: center;display: flex;}

.woocommerce-order-received header.wp-block-template-part > .wp-block-group > .wp-block-group {
    padding: 15px 0 !important;
}

.woocommerce-order-received main {
    margin-top: 140px;
}

.woocommerce-order-received .trip-confirmation {
    text-align: center;
    font-family: 'Adamina';
    font-size: 20px;
}

.woocommerce-checkout .wc-block-components-address-card {
    border-radius: 20px;
    border-color: #b6b6b6;
    padding: 20px  20px;
}

.woocommerce-checkout .wc-block-components-address-card__edit {
    color: #000;
}

.woocommerce-checkout .wc-block-components-checkout-step__heading {
    text-align: center;
}

.woocommerce-checkout p.wc-block-components-checkout-step__description {
    text-align: center;
}

.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout__guest-checkout-notice {
    text-align: center;
}

.woocommerce-checkout .wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
    text-align: center;
}

.woocommerce-checkout .wc-block-checkout__actions .wc-block-checkout__actions_row {
    justify-content: center;
}

.woocommerce-checkout .wc-block-checkout__add-note {
    display: none;
}

.es-trip-confirmation.trip-confirmation {
    display: flex;
    gap: var(--wp--preset--spacing--60);
    align-items: center;
    text-align: left;
}

.tc-left {
    width: 43%;
}

.tc-right {
    width: 57%;
}

.tc-left img {
    aspect-ratio: 5/4;
    object-fit: cover;
    border-radius: 20px;
}

.tc-right {
    font-size: 18px;
    line-height: 1.7;
}

.tc-right h2 {
    margin: 0;
}

.tours-carousel .wp-block-group.es_pro_front h2.es_pro_front_title {
    min-height: auto;
    padding: 15px 13px 5px;
    color: #000;
    margin-bottom: 0 !important;
    bottom: -51px;
    width: 100%;
}

.tours-carousel li.wc-block-product {
    background: transparent;
}

.tours-carousel .wp-block-group.es_pro_front > .wc-block-components-product-image {
    overflow: hidden;
    background: #000;
}

.tours-carousel li.wc-block-product {
    overflow: visible !important;
}

.tours-carousel .wp-block-group.es_pro_back {
    transform: none;
}

.tours-carousel li.wc-block-product:hover h2.es_pro_front_title.has-medium-font-size {
    opacity: 1;
}

.tours-carousel li.wc-block-product:hover .wp-block-group.es_pro_front {
    opacity: 1;
}

.tours-carousel li.wc-block-product:hover .wp-block-group.es_pro_front img {
    opacity: 0.5;
}

.tours-carousel h2.es_pro_back_title a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 0 !important;
    margin: -70px -25px -30px !important;
}

.tours-carousel h2.has-text-align-left.es_pro_back_title.wp-block-post-title {
    margin: 0 !important;
}

.tours-carousel .wp-block-group.es_pro_back_features {
    margin-top: 0;
}

.tours-carousel .wp-block-group.es_pro_front h2.es_pro_front_title a {
    color: #000;
    display: flex;
    align-items: center;
    gap: 13px;
}

.tours-carousel .wp-block-group.es_pro_front h2.es_pro_front_title a:after {
    content: "";
    background-image: url(/wp-content/themes/escape-society/assets/img/right-arrow.png);
    width: 20px;
    height: 30px;
    display: inline-block;
    background-size: contain;
    background-position: left center;
}

.page-template-full-width-page header.wp-block-template-part {
    background: #fff;
    border-radius: 0;
    border-bottom: 1px solid #f5f0ea;
    box-shadow: none;
}

.page-template-full-width-page header.wp-block-template-part img {
    filter: brightness(0.2);
    -webkit-filter: brightness(0.2);
    -moz-filter: brightness(0.2);
}

.page-template-full-width-page .header-side, .page-template-full-width-page header .header-main {
    color: #000 !important;
}

.page-template-full-width-page .header-menu a.wp-element-button {
    filter: brightness(0.3);
}

.page-template-full-width-page main {
    padding-top: 160px !important;
}

.page-template-full-width-page-2 .header-row > .wp-block-group:not(.site-logo-wrap) {
    visibility: hidden !important;
}

.icon-img-black {
    background: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -27px;
    left: 0;
    right: 0;
}

.icon-img-black img {
    max-width: 19px;
}

.single-landing-pages .wp-block-woocommerce-accordion-item {
    background: #36363699;
    border: 1px solid #ffffff3d;
    padding: 20px 30px 25px;
    border-radius: 2px;
    transition: all ease 300ms;
}

.single-landing-pages .wp-block-woocommerce-accordion-item:hover {
    transform: scale(1.05);
}

.esFadeInUpNew {
	  opacity: 0;
	  transform: translateY(30px);
	  transform: matrix(1, 0, 0, 1, 0, 50); 
	  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1),
				  transform 2s cubic-bezier(0.19, 1, 0.22, 1);
	  will-change: transform, opacity;
	  transition: opacity 0.8s ease, transform 0.8s ease;
	}
	
	.esFadeInUpNew.visible {
	  opacity: 1;
	  transform: matrix(1, 0, 0, 1, 0, 0); 
	}

@media all and (min-width: 768px) {
      
    .video-background iframe {
        width: 100vw !important;
        height: 56.25vw !important; 
        opacity: 0.6 !important;
    }
    .video-background #ytThumbnail {
        opacity: 0.6 !important;
    }
	
	/*.esFadeInUp {
	  opacity: 0;*/
	/*  transform: translateY(30px);*/
	  /*transform: matrix(1, 0, 0, 1, 0, 50); 
	  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1),
				  transform 2s cubic-bezier(0.19, 1, 0.22, 1);
	  will-change: transform, opacity;*/
	/*  transition: opacity 0.8s ease, transform 0.8s ease;*/
	/*}*/
	
	.esFadeInUpNew {
	  opacity: 0;
	  transform: translateY(30px);
	  transform: matrix(1, 0, 0, 1, 0, 50); 
	  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1),
				  transform 2s cubic-bezier(0.19, 1, 0.22, 1);
	  will-change: transform, opacity;
	  transition: opacity 0.8s ease, transform 0.8s ease;
	}
	
	.esFadeInUpNew.visible {
	  opacity: 1;
	  transform: matrix(1, 0, 0, 1, 0, 0); 
	}

	.esFadeInUp.visible {
	  opacity: 1;
	  transform: matrix(1, 0, 0, 1, 0, 0); 
	}
	
	body .hidden-desktop {
		display: none !important;
	}
	
	.item.es_overview_repeater_single {
		padding-right: 130px;
	}
	
	body.home .owl-nav {
		position: absolute !important;
		top: -90px !important;
		right: -26px;
		margin-top: 0 !important;
	}

	body.home .team-carousel .owl-nav {
		right: 2.5rem;
		top: -80px !important;
	}

	body.home .story-carousel .owl-nav {
		top: -55px !important;
	}

	body.home .tours-carousel .owl-nav {
		right: 9rem;
		top: -100px !important;
	}

	body.home .section-expeditions > .wp-block-group:first-child h2.wp-block-heading {
		text-align: left;
		padding-left: calc(12rem) !important;
		width: 100% !important;
		max-width: calc(100% - 35rem);
		margin-left: 0 !important;
	}

	body.home .section-expeditions > .wp-block-group:first-child {
		width: 100% !important;
		max-width: 100% !important;
	}

	body.home .section-team > .wp-block-group:first-child {
		width: 100% !important;
		max-width: 80% !important;
		padding-left: calc(2.5rem + 25px)  !important;
		margin-left: 0 !important;
	}

	body.home .section-team > .wp-block-group:first-child h2, body.home .section-team > .wp-block-group:first-child p {
		text-align: left;
		width: 100% !important;
		max-width: 100%;
	}
	
	body.single-product .reviews-carousel.is-layout-grid .owl-nav {
		display: flex !important;
		justify-content: center;
		gap: 20px;
		z-index: -2;
		transform: scale(0.7);
		position: absolute !important;
		top: -90px !important;
		right: -26px;
	}
	
	.item.es_overview_repeater_single:last-child {
		padding-bottom: 50vh;
	}
	.es_accomodation_repeater_single {
		max-width: 33%;
	}
	body .es_accomodation_carousel {
		justify-content: center;
	}
	.es_itinerary_single .es_itinerary_summary .es_itinerary_desc {
		padding-right: 80px;
	}
}

@media all and (max-width: 767px){
	header nav.header-main.wp-block-navigation {
		display: none;
	}
	
	body .hidden-mobile {
		display: none !important;
	}

	header.wp-block-template-part > .wp-block-group > .wp-block-group > .wp-block-group.site-logo-wrap {
		width: 50%;
	}

	header.wp-block-template-part > .wp-block-group > .wp-block-group > * {
		width: 15%;
	}

	header.wp-block-template-part > .wp-block-group .header-phone a {
		font-size:0;
		height: 45px;
		width: 45px;
		margin-right: -10px;
	}

	.header-phone a.wp-block-button__link:after {
		left: 0;
		right: 0;
		top: -2px;
		bottom: 0;
		margin: auto;
	}

	.header-side button.wp-block-navigation__responsive-container-open {
		background: #ac442a;
		width: 45px;
		height: 45px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-left: -10px;
	}
	
	header.wp-block-template-part, header.wp-block-template-part.sticky-header {background: #fff;border-radius: 0;position: fixed;}
	
	header.wp-block-template-part img.custom-logo, header.wp-block-template-part.sticky-header img.custom-logo {
		width: 77px;
		filter: brightness(0.2);
		-webkit-filter: brightness(0.2);
		-moz-filter: brightness(0.2);
	}
	
	header.wp-block-template-part > .wp-block-group > .wp-block-group, header.wp-block-template-part.sticky-header > .wp-block-group > .wp-block-group {
		padding: 3px 0 !important;
	}

	header + main {
		margin-top: 51px !important;
	}

	.header-side button.wp-block-navigation__responsive-container-open {
		background: transparent;
		color: #000;
	}

	header .wp-block-navigation__responsive-container-open svg {
		width: 48px;
		height: 60px;
		transform: scaleY(0.6) scaleX(0.9);
	}
	
	header.wp-block-template-part > .wp-block-group .header-phone .wp-block-button {
		display: flex;
	}

	header.wp-block-template-part > .wp-block-group .header-phone a {
		background: transparent;
		filter: brightness(0.2);
	}

	.header-phone a.wp-block-button__link:after {
		top: 0;
		width: 24px;
		height: 24px;
	}

	.wp-block-cover.header-banner {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	header > .wp-block-group {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	h2 {
		font-size: 30px;
	}

	.section-appointment > .wp-block-group {
		flex-direction: column;
		padding: 0 30px;
		text-align: center;
	}

	.section-appointment > .wp-block-group .has-text-align-left {
		text-align: center;
	}

	.bookly-css-root .bookly-form {
		padding: 0;
	}

	button#escape_bookcall {
		left: 0;
		right: 0;
		max-width: 120px;
		margin: auto;
	}

	.section-adventure > .wp-block-group {
		flex-direction: column;
		padding: 0 30px;
	}

	.section-adventure > .wp-block-group > .wp-block-group {
		flex-direction: column-reverse;
	}

	.section-adventure > .wp-block-group > .wp-block-group {align-items: center;}

	.section-adventure > .wp-block-group > .wp-block-group h2, .section-adventure > .wp-block-group > .wp-block-group p {
		text-align: center;
	}

	.section-adventure > .wp-block-group figure {
		width: 100%;
	}

	.section-magazine > div {
		padding: 0 30px;
	}

	.escape_magazine ul {
		flex-direction: column;
	}

	.escape_magazine ul img {
	}

	.escape_magazine ul figure.wp-block-post-featured-image, .escape_magazine ul figure.wp-block-post-featured-image img, .escape_magazine ul figure.wp-block-post-featured-image a {
		aspect-ratio: 1/1 !important;
		height: auto !important;
	}

	.escape_magazine ul li {
		margin-bottom: 10px;
	}

	.section-foundation > .wp-block-group {
		padding: 0 30px;
		display: flex;
		flex-direction: column;
	}

	.foundation-carousel .owl-dots, .foundation-carousel-2 .owl-dots, .support-carousel-2 .owl-dots {
		left: -15px;
		right: auto;
	}
	
	.team-carousel.owl-carousel .owl-stage-outer, .tours-carousel.owl-carousel .owl-stage-outer {
		overflow: hidden
	}
	.section-reviews > .wp-block-group {
		padding: 0 30px;
	}
	.tours-carousel li.wc-block-product .es_pro_front .wc-block-components-product-image img {
		aspect-ratio: 9/12 !important;
	}
	.story-carousel .owl-item {
		flex: initial !important;
	}
	.section-reviews > .wp-block-group {
		padding: 0 30px;
	}

	.tours-carousel li.wc-block-product .es_pro_front .wc-block-components-product-image img {
		aspect-ratio: 9/12 !important;
	}

	.story-carousel .owl-item {
		flex: initial !important;
	}

	.foundation-carousel-2 .wp-block-group > .wp-block-group {
		display: flex;
		flex-direction: column;
	}

	.foundation-carousel-2 .foundation-img {margin: 0 !important;border-radius: 20px;overflow: hidden;}

	.foundation-carousel .owl-dots, .foundation-carousel-2 .owl-dots, .support-carousel-2 .owl-dots {
		left: auto;
		right: auto;
		bottom: -20px;
		top: auto;
		flex-direction: row;
		margin: 0 auto !important;
		a;:;
	}

	.foundation-carousel .owl-dots button.owl-dot, .foundation-carousel-2 .owl-dots button.owl-dot, .support-carousel .owl-dots button.owl-dot {
		height: 6px;
		width: 20px;
	}

	.foundation-carousel, .foundation-carousel-2 {
		margin-bottom: 40px !important;
		align-items: center;
		display: flex !important;
		justify-content: center;
	}

	.support-carousel .owl-item > .wp-block-group {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.section-support > .wp-block-group {
		padding: 0 30px;
	}

	.support-carousel .owl-item > .wp-block-group figure {text-align: center;justify-content: center;display: flex;}

	.support-carousel .owl-dots {
		margin-top: 20px;
		justify-content: center;
	}

	footer > div > .wp-block-group:nth-child(1) {
		flex-direction: column;
		display: flex;
		padding: 0 30px;
		text-align: center;
		gap: 50px;
	}

	footer > div > .wp-block-group .wp-block-navigation {
		display: flex;
		justify-content: center;
		width: 100%;
		align-items: center;
	}

	footer > div > .wp-block-group .wp-block-group .wp-block-group:not(:first-child) {
		margin-top: 45px;
	}
	.support-carousel .wp-block-group {
		padding-right: 0 !important;
	}
	
	.wp-block-group.es-bookly-head.es-calendar-toggle {
		margin: 0;
		opacity: 1;
	}

	.es-calendar-toggle .bookly-time-step {
		margin: 0;
	}

	.bookly-time-step {
		width: 100% !important;
		padding: 0;
		margin-right: 0 !important;
		opacity: 1;
		margin-top: -100%;
	}

	.bookly-time-screen .bookly-column {
		justify-content: center;
		margin-bottom: 0;
	}

	.bookly-css-root .bookly-form > .bookly-slot-calendar {
		z-index: 2;
	}

	.bookly-time-screen .bookly-column button.bookly-day.bookly-js-first-child {
		text-align: center;
	}

	.es-calendar-toggle button#escape_bookcall {
		opacity: 0;
	}
	body .bookly-form input[type="text"], body .bookly-form input[type="tel"], body .bookly-form input[type="number"], body .bookly-form input[type="password"], body .bookly-form textarea {
		border-color: #bababa !important;
	}

	.es_form_thankyou {
		flex-direction: column;
	}

	.es_form_thankyou h3 {
		font-size: 26px;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.es_form_thankyou p, .es_form_thankyou p b {
		font-size: 14px;
		line-height: 23px;
	}

	.es_form_thankyou > img {
		flex: 100%;
		max-width: 220px !important;
	}
	.section-team > .wp-block-group:first-child {
		padding: 0 30px;
	}

	.bookly-css-root .bookly-form {
		justify-content: center;
	}

	.team-carousel.owl-carousel .owl-item > .wp-block-group:hover {
		transform: none;
	}

	.team-carousel.owl-carousel .owl-item > .wp-block-group:hover img {
		aspect-ratio: 3 / 4 !important;
	}

	.team-carousel.owl-carousel .owl-item > .wp-block-group:hover .wp-block-group.team-more {
	}

	.team-carousel.owl-carousel .owl-item > .wp-block-group:hover > h3 {
		margin-top: -20px;
	}
	.tax-product_cat .es_category-img {
		height: 100%;
	}

	.tax-product_cat .wp-block-group.tour-cat-title {
		flex-direction: column;
		gap: 0;
	}

	.tax-product_cat .wp-block-group.tour-cat-title p {
		font-size: 25px !important;
	}

	.tax-product_cat .wp-block-group.section-travel-ideas {
		padding: 0 30px;
	}

	.tax-product_cat .wc-block-product-template__responsive.columns-2 {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}

	.tax-product_cat .wp-block-group.section-related {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.tax-product_cat .tour-cat-banner {
		padding: 0 30px !important;
	}
	.es-section {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.single-product .es-custom-qfacts.wp-block-group {
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	.single-product .es-custom-qfacts.wp-block-group .wp-block-cover {
		min-height: 230px !important;
	}

	.single-product .wp-block-group.st-highlights-inner {
		flex-direction: column;
		display: flex;
	}

	.single-product .wp-block-group.st-highlights-inner .wp-block-group:last-child {
		padding: 50px 0 0 0 !important;
		border: 0 !important;
		border-top: 1px solid #beb5aa !important;
	}

	.single-product .wp-block-group.host-box {
		flex-direction: column;
		gap: 0;
	}

	.single-product .wp-block-group.host-box .wp-block-group {
		padding: 0 30px 20px 30px;
	}

	.single-product .wp-block-group.single-tour-host {
		margin-top: 40px !important;
		margin-bottom: 30px !important;
		padding: 0 !important;
	}

	.single-product .single-tour-gallery.es-section {
		padding: 0 !important;
		margin: 90px 0 60px !important;
	}

	.single-product .es_itinerary_single .es_itinerary_summary {
		flex-direction: column;
		gap: 5px;
	}

	.single-product .es_itinerary_single .es_itinerary_summary .es_itinerary_day, .single-product .es_itinerary_single .es_itinerary_summary .es_itinerary_desc {
		width: 100%;
	}

	.single-product .es_itinerary_single .es_itinerary_summary .es_itinerary_day {
		padding-bottom: 0;
		padding-top: 10px;
		font-size: 15px;
	}

	.single-product .es_itinerary_single .es_itinerary_summary p {
		line-height: 22px;
	}

	.single-product .es_itinerary_single .es_itinerary_summary .es_itinerary_desc h3 {
		font-size: 20px !important;
	}

	.single-product .es_itinerary_single {
		background: #ffffff !important;
		border: 0;
		box-shadow: 0 0 0 1px rgba(0,0,0,.02),0 4px 23px 0 rgba(0,0,0,.1);
	}

	body.single-product .es_accomodation_carousel {
		flex-direction: column;
		gap: 40px;
	}

	.single-product .es_slot_row.es_slot_summary {
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 5px;
		padding: 28px 30px 28px;
		box-shadow: 0 0 0 1px rgba(0,0,0,.02),0 4px 23px 0 rgba(0,0,0,.1);
		align-items: flex-start;
		position: relative;
	}

	.single-product .es_slot_row.es_slot_summary .es_slot_col.es_slot_start, .single-product .es_slot_row.es_slot_summary .es_slot_col.es_slot_end {
		flex: 0 0 68%;
		text-align: center;
		padding: 0 -3px;
	}

	.single-product .es_slot_row.es_slot_summary .es_slot_col.es_slot_info {
		flex: 0 0 68%;
		text-align: left;
		margin-top: 3px;
	}

	.single-product .es_slot_row.es_slot_summary .es_slot_col.es_slot_info span {
		width: auto;
		display: inline-block;
		padding-left: 6px;
		font-size: inherit;
		margin: 0;
	}

	.single-product .es_slot_col.es_slot_price {
		text-align: center;
		flex: 0 0 30%;
		position: absolute;
		right: 0;
		height: 100%;
		top: 0;
		display: flex;
		align-items: center;
		right: 30px;
	}

	.single-product .trip-container {
		flex-direction: column;
	}

	.single-product .trip-section.trip-location {
		width: 100%;
		padding: 20px 20px;
		border-width: 1px;
	}

	.single-product .trip-section .place {
		font-size: 15px;
	}

	.single-product .trip-section h3 {
		font-size: 12px;
	}

	.single-product .trip-section .date {
		font-size: 12px;
	}

	.single-product .trip-section.trip-booking-section .duration {
		font-size: 15px;
	}

	.single-product .trip-section.trip-booking-section button {
		padding: 11px 30px;
		margin-top: 10px;
	}

	.single-product .es_slot_row.es_slot_details {
		border-top: 11px solid #fff;
		z-index: 9;
	}

	.single-product .es_slot_row.es_slot_summary .es_slot_col.es_slot_start, .single-product .es_slot_row.es_slot_summary .es_slot_col.es_slot_end {
		text-align: left;
		font-size: 15px;
	}

	.single-product .wp-block-group.single-tour-related {
		padding-bottom: 10px !important;
	}

	.single-product .wp-block-group.single-tour-related-2 {
		padding-bottom: 10px !important;
	}

	.single-product .wp-block-group.st-pi-inner {
		padding: 40px 30px !important;
	}

	.single-product .wp-block-group.st-pi-inner > .wp-block-group {
		margin: 0 !important;
	}

	.single-product ul.es_product_links {
		overflow-y: scroll;
		padding: 0;
	}

	.single-product .wp-block-group.single-tour-menu {
		position: sticky;
	}
	.single-product .wc-block-components-product-summary p {
		line-height: 23px;
		margin-bottom: 0;
	}

	.single-product .single-tour-banner .wp-block-group {
		text-align: center;
		justify-content: center;
	}

	.single-product .single-tour-banner .wp-block-group.banner-icons.es-tour-info {
		gap: 15px;
	}

	.single-product .single-tour-banner .wp-block-group.banner-icons.es-tour-info > div {
		padding-right: 10px;
	}

	.single-product .wc-block-components-product-summary {
		margin-bottom: 0;
	}

	.single-product h1 {
		font-size: 36px;
	}

	.single-product .single-tour-banner .es-tour-buttons.wp-block-buttons {
		justify-content: center;
	}
	.single-product .wp-block-group.single-tour-related.es-section, .single-product .wp-block-group.single-tour-related-2.es-section {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.single-product .wp-block-group.single-tour-related.es-section .wp-block-heading, .single-product .wp-block-group.single-tour-related-2.es-section .wp-block-heading {
		padding: 0 30px;
	}
	.single-product .wp-block-group.st-team-inner {
		margin-left: -30px;
		margin-right: -30px;
	}
	
	body:not(.home):not(.single-product) h1 {
		font-size: 36px;
		line-height: normal;
	}

	body:not(.home):not(.single-product) h2 {
        font-size: 30px !important;
        line-height: normal;
    }

	body:not(.home):not(.single-product) p {
		font-size: 15px !important;
		line-height: 26px !important;
	}

	body:not(.home):not(.single-product) .es-section .wp-block-columns {
		padding: 0 !important;
	}

	body:not(.home):not(.single-product) .es-reverse {
		flex-direction: column-reverse;
	}
	.section-blog-inner figure.wp-block-post-featured-image {
		aspect-ratio: 1/1 !important;
		margin-bottom: 20px;
	}
	
	.es-section-center {
		text-align: center;
	}

	.es-section-center .wp-block-group {
		justify-content: center;
	}
	.woocommerce-checkout figure.site-checkout-logo {
		min-width: 200px;
	}

	.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content {
		display: block;
	}

	.woocommerce-checkout .wc-block-components-checkout-order-summary__title {
		display: none !important;
	}

	.woocommerce-checkout .wc-block-components-order-summary-item {
		flex-direction: column !important;
		gap: 20px;
	}

	.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image {
		width: 100%;
	}

	.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__description h3.wc-block-components-product-name {
		padding-top: 0;
	}

	.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__description {
		width: 100%;
	}

	.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__description span.wc-block-components-order-summary-item__individual-prices.price.wc-block-components-product-price {
		padding-bottom: 10px;
	}

	body.woocommerce-checkout  .wc-block-components-sidebar-layout .wc-block-components-main {
		margin-top: 10px;
		margin-bottom: 50px;
	}

	.woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step:after {
		display: none;
	}

	.woocommerce-checkout .wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step {
		padding-top: 10px;
		font-size: 17px;
	}

	.woocommerce-checkout span.wc-block-components-checkbox__label {
		line-height: 20px;
	}

	.woocommerce-checkout .wc-block-checkout__actions .wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper {display: none;}

	.woocommerce-checkout .wc-block-checkout__actions {
		padding-top: 0;
	}

	.woocommerce-checkout .wc-block-checkout__actions .wc-block-checkout__actions_row {
		align-items: flex-start;
	}
	.owl-nav {
		display: none !important;
	}
	.wp-block-group.section-reviews {
		padding: 0 !important;
	}
	
	.header-menu a.wp-element-button {
		filter: brightness(0.3);
 	}
	
	
	.wp-block-group.es-mega-menu {
		padding: 0 !important;
	}

	.wp-block-group.es-mega-layer {
		width: 100% !important;
		position: absolute;
		z-index: 99 !important;
		margin-top: 0 !important;
	}

	.wp-block-group.es-mega-menu-grid {
		display: block;
	}

	.wp-block-group.es-mega-layer p {
		text-align: left;
	}

	.wp-block-group.es-mega-layer.menu_second, .wp-block-group.es-mega-layer.menu_third {
		margin-top: 50px !important;
	}

	.menu_second > .wp-block-group, .menu_third > .wp-block-group {
		padding-top: 20px !important;
	}

	.menu_first > .wp-block-group > .wp-block-group {
		margin-top: 13px !important;
	}

	.menu_third > .wp-block-group > .wp-block-group {display: grid;}
	
	.header-close-current-menu a.wp-element-button {
		position: absolute;
		top: -25px;
		right: 20px;
		left: auto;
		bottom: auto;
		height: auto;
		width: auto;
		padding: 0 !important;
		border: 0;
		padding-left: 30px !important;
		border-radius: 0 !important;
	}

	.header-close-current-menu a.wp-element-button:after, .wp-block-group.es-mega-layer.menu_third .header-close-current-menu a.wp-element-button:after {
		content: "";
		background: url(/wp-content/themes/escape-society/assets/img/right-arrow.png);
		width: 21px;
		height: 18px;
		display: block !important;
		opacity: 1 !important;
		visibility: visible;
		transform: rotate(-181deg);
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		left: 0;
		top: 1px;
		background-color: transparent !important;
	}
	.__es_overview_main_wrap {
		margin-left: -30px;
		margin-right: -30px;
		flex-direction: column;
	}

	.single-product .wp-block-group.single-tour-menu {
		top: 53px;
	}

	.__es_overview_repeater_images, .__es_overview_repeater_wrap {
		width: 100%;
	}

	.__es_overview_repeater_images {
		height: 30vh;
		top: 101px;
		z-index: 2;
	}

	.__es_overview_repeater_wrap {
		padding: 0 27px 0 0;
		box-sizing: border-box;
	}

	.es-active h3.wp-block-heading.es_overview_head {
		font-size: 20px;
	}

	.es-active h4.wp-block-heading.es_overview_subheading {
		font-size: 12px;
	}
	.qfacts-carousel.owl-carousel .owl-item .wp-block-cover__inner-container img {
		width: auto;
	}

	.es-custom-qfacts.hidden-desktop {
		margin: 0 -30px !important;
	}

	.qfacts-carousel .owl-dots {
		display: none;
	}
	.tours-carousel.owl-carousel .owl-stage-outer {
		padding-bottom: 90px;
	}

	.tours-carousel .wp-block-group.es_pro_front h2.es_pro_front_title {
		min-height: 100px !important;
		bottom: -100px;
		display: flex;
		align-items: flex-start;
	}

	.tours-carousel .wp-block-group.es_pro_front h2.es_pro_front_title a {
		gap: 7px;
	}

	.wp-block-group.section-expeditions {
		padding-bottom: 20px !important;
	}
	.single-product .es_itinerary_single {
		position: relative;
	}
	.es-typeform, .es-typeform .wp-block-group {
    padding: 0 !important;
    overflow: hidden;
}
	.top-icons .owl-item > .wp-block-group {
    margin-top: 24px;
}
	.wp-block-group.lp-content-wrap figure.wp-block-image.icon-img img {
    border-radius: 0;
}
}