/*
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;
}

.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;*/
}

.esFadeInUp.visible {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0); 
}

/* 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.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, .sticky-header a.wp-block-button__link {
    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(-40px);
  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 / 5 !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); 
  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.5);
}

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

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

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

.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 {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;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: 10px 10px !important;
    display: inline-block;
    margin: -10px -20px;
    border-radius: 20px;
    color: #fff !important;
    font-weight: normal !important;
    width: calc(100% + 20px);
}

/*.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);
}

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: 5px 0px 15px;
}

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 .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;
}

.wp-block-navigation__responsive-container ul.wp-block-navigation__submenu-container.wp-block-navigation-submenu {
    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;
}

@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;
    }
}