/*
Theme Name: Barefoot
Theme URI: https://www.barefootdesigner.co.uk
Author: TidyThemes
Author URI: https://www.barefootdesigner.co.uk
Description: Donations: https://calmestghost.com/donate. BlankSlate is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2023
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.barefootdesigner.co.uk
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2023 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/
/* basic fade */
.transition-fade {
  opacity: 1;
  transition: opacity 1s ease;
}

.category-cancer-fit .widget_wpc_filters_widget{display:none;}

/* during change */
html.is-changing .transition-fade { opacity: 0; }
body.is-leaving .transition-fade { opacity: 0; }

.stage { position: relative; overflow: hidden; }
#swup { position: relative; transition: transform .5s ease, opacity .5s ease; }
html.is-changing #swup { transform: translateX(-58%); opacity:0; }

.wp-block-getwid-recent-posts{

  max-width:1200px;
  margin:auto;
  padding:40px;
}

.giftcardbutton{

  background:#b29d84;
  font-size:2em;
  color:#fff;
  border:0px;
  padding:20px;
  width:100%;
  border-radius:20px;
}

.wc-block-cart__submit-button{

  background: #b29d84;
  color:#fff;
  font-weight:bold;
  font-size:2em;
}

.wc-block-cart-items__header{

  display:none;
}

.wc-block-components-checkout-place-order-button {

  background: #b29d84;
  color:#fff;
  font-weight:bold;
    font-size:2em;

}


.wc-block-components-product-name {
    font-size: 2em !important;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.wc-block-cart-item__image{

}

.single .memberme{

  display:none;
}

.package-comparison {
  display: flex;
  gap: 2em;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 3em auto;
  max-width: 1200px;
}

.ur-frontend-form{
	
	max-width:100% !important;
}

.ur-submit-button{
	
	width:100% !important;
	background: #b29d84 !important;
	font-size:2em !important;
	border:0px !important;
	padding:20px !important;
}

.ur-button-container {
	
	width:100% !important;
}

.package-card {
  flex: 1 1 260px;
  min-width: 260px;
  max-width: 320px;
  background: #f8fafb;
  border-radius: 2em;
  box-shadow: 0 4px 24px #0001, 0 1.5px 4px #7fa8cf14;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #181818;
  margin-bottom: 2em;
  overflow: hidden;
  transition: transform 0.15s, box-shadow 0.15s;
  position: relative;
}
.package-card:hover {
  transform: translateY(-4px) scale(1.025);
  box-shadow: 0 12px 32px #427dca12, 0 4px 20px #7fa8cf18;
}
.card1 { background: #bca68f;}
.card2 { background: #9da993;}
.card3 { background: #99aec9}
.card4 { background: #e5b5b5;}

.package-title {
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  padding: 1.3em 0 0.4em 0;
  color: #fff;
  letter-spacing: 0.01em;
}

.package-features {
  padding: 0 1.3em 1.3em 1.3em;
  flex-grow: 1;
}

.feature {
  border-bottom: 1px solid #eaeaea;
  padding: 0.98em 0 0.98em 0;
  font-size: 1.07em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.feature span:first-child {
  color: #fff;
  flex-basis: 50%;
}
.price {
  font-weight: 700;
  color: #fff;
  font-size: 1.05em;
  margin-top: 0.1em;
  display: inline-block;
}
.tick {
  color: #fff;
  font-size: 1.45em;
}
.cross {
  color: #fff;
  font-size: 1.38em;
}

.package-buy {
  padding: 1.3em;
  text-align: center;
}

.buy-btn {
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 1.15em;
  padding: 0.95em 2.4em;
  border-radius: 1.2em;
  border: none;
  cursor: pointer;
  transition: background 0.15s, transform 0.15s;
  text-decoration: none;
  letter-spacing: 0.02em;
  display: inline-block;
}
.buy-btn:hover {
  transform: scale(1.045);
}

@media (max-width: 1150px) {
  .package-comparison {
    gap: 1.5em;
    max-width: 970px;
  }
}
@media (max-width: 900px) {
  .package-comparison {
    flex-wrap: wrap;
    gap: 1em;
    max-width: 98vw;
  }
  .package-card {
    min-width: 250px;
    max-width: 390px;
    margin-bottom: 1.3em;
  }
}
@media (max-width: 700px) {
  .package-comparison {
    flex-direction: column;
    gap: 1.5em;
  }
  .package-card {
    min-width: 0;
    width: 100%;
    max-width: 97vw;
    margin: 0 auto 1.4em auto;
  }
}



.bigger{
	
	font-size:3em;
	color:#b29d84;
	padding-bottom:20px;
	
	}

#menu-item-70 a{
	
	background:#b29d84;
	color:#fff !important;
	border-radius:10px;
}

  .welcome {
      margin-bottom: 2rem;
    }

    .welcome h1 {
      font-size: 2.5rem;
      margin-bottom: 0.5rem;
    }

    .card-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 1.5rem;
    }

    .card {
      background: rgba(255, 255, 255, 0.28);
      border: 1px solid rgba(255, 255, 255, 0.15);
      border-radius: 1rem;
      padding: 2.5rem;
      backdrop-filter: blur(10px);
      box-shadow: 0 8px 24px rgba(0,0,0,0.2);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .card:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 30px rgba(0,0,0,0.3);
    }

    .card h2 {
      margin-top: 0;
      font-size: 1.3rem;
    }

    .card p {
      font-size: 0.95rem;
      line-height: 1.4;
    }

    .card a {
      color: #fff;
      text-decoration: underline;
      font-weight: 500;
      display: inline-block;
      margin-top: 0.8rem;
    }

.menu-label{
	
	font-size:0.6em;
	letter-spacing:2px;
}


.holder {
  height: 100vh;
	background-size:cover;
    background: linear-gradient(145deg, #f9f9fb 0%, #eef1f5 100%);
	box-sizing:border-box;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
}

.memlogo{

  float:left;
  width:100%;
  padding:20px 30px;
}

.container {
  display: flex;
  height: 100%;

}

.sidebar li {list-style:none !important;}

.sidebar {
  width: 150px;
  padding:10px;
  background: linear-gradient(to bottom, #bca78d 0%, #a28c70 70%, #6f5a44 100%);
  box-shadow: 2px 0 10px rgba(0,0,0,0.05);

}

.members-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.members-menu li {
  margin: 1rem 0;
  text-align: center;
  width:100%;
  float:left;
}
.members-menu li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.members-menu li a i {
  font-size: 2.6rem;
  margin-bottom: 0.8rem;
}
.members-menu li a .fa {
  font-size: 4.4rem;
  margin-bottom: 0.3rem;
}
.sidebar svg{

  margin-bottom:5px;
}
.members-menu li.fa-solid::before,
.members-menu li[class*="fa-"]::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 3.6rem;
  display: block;
  text-align: center;
  margin-bottom: 0.4rem;
  color: white;
}
.sidebar li{

  margin-bottom:5px;
}


.members-menu a {
  text-decoration: none;
  color: white;
  font-size: 1.1rem;
  display: block;
  padding: 0.5rem 0;
}

.members-menu a:hover {
  background: rgba(255,255,255,0.1);
  border-radius: 4px;
}


.content {
  flex: 1;
  padding: 6rem;
	overflow-y:scroll;
}


.members-menu li[class*="fa-"]::before {
  display: none;
}



.ghostkit-testimonial{
	
}

.point img{
	
	width:60px;
	margin-bottom:20px;
}

strong p{
	
	color:#000 !important;
}

.pagecta{
	
	background:#f8f9fa;
	border-radius:30px;
	padding:60px !important;
}

.reasons{
	
	background:#f8f9fa;
	border-radius:30px;
	padding:60px !important;
}


.reasons ul {
  list-style: none; /* Remove default bullets */
  padding: 0;
  margin: 0;
}

.reasons ul li {
  position: relative;
  padding-left: 37px; /* Space for the icon */
	  list-style: none !important; /* Remove default bullets */
	margin-bottom:20px;

}

.hand{
	
		 font-family: "Permanent Marker", serif;
  font-weight: 400;
  font-style: normal;
	font-size:2em;
}

.claimstout{
	
	padding-top:0px;
	padding-bottom:0px;
	text-align:right;
	 font-family: "Permanent Marker", serif;
  font-weight: 400;
  font-style: normal;
	font-size:1.5em;
	opacity:0.5;
	background:url(https://gap.barefootdev.co.uk/wp-content/uploads/2025/01/arrow.png);
	background-position:bottom right 50px;
	background-repeat:no-repeat;
	padding-right:90px;
	background-size:50px;
	margin-right:90px;
}

.claimstout p{
	
	padding-right:70px;
}

.reasons ul li::before {
  content: '\2713'; /* Unicode for check mark */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: solid 2px #20326b; /* Circle color */
  color: #20326b; /* Tick color */
  width: 20px; /* Circle size */
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%; /* Makes it a circle */
  font-size: 14px; /* Adjust tick size */
}



.pagecta ul {
  list-style: none; /* Remove default bullets */
  padding: 0;
  margin: 0;
}

.pagecta ul li {
  position: relative;
  padding-left: 50px; /* Space for the icon */
	  list-style: none !important; /* Remove default bullets */
	margin-bottom:20px;

}

.pagecta ul li::before {
  content: '\2713'; /* Unicode for check mark */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #00aaff; /* Circle color */
  color: white; /* Tick color */
  width: 20px; /* Circle size */
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%; /* Makes it a circle */
  font-size: 14px; /* Adjust tick size */
}


.nowinnofee{
	
	color:#ff3a80;
	font-size:2em;
	text-transform:uppercase;
	font-size:2em;
	font-weight:800;
}


.nothingtopay{
	
	color:#20326b;
	font-size:2em;
	font-size:4em;
	font-weight:800;
	line-height:1em;
}

.pagecta li{
	
	color:#20326b;
	font-size:2em;
	font-size:2em;
	font-weight:800;
	line-height:1em;
}


#transition-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

#transition-overlay .overlay-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8); /* Semi-transparent background */
  backdrop-filter: blur(10px); /* Applies the blur effect */
  -webkit-backdrop-filter: blur(10px); /* Safari support */
  z-index: 1;
}

#transition-overlay img {
  position: relative;
  z-index: 2; /* Keeps the GIF above the blurred backdrop */
  max-width: 70px; /* Adjust size as needed */
}


:root {
  --accent-color: #333;
  --max-width:1300px;
    --vpad:150px;

}




#half{
	
	float:left;
	width:45%;
}

p strong {
	
	font-weight:bold;
}

.single article{

  
}

.single #container {
float: left;
width: 100%;
margin-top: 160px;
}




.noround img{

  border-radius:0px !important;
}



html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

#wpadminbar { display:none !important;}

.slick-center img{

  transform: scale(1.0) !important;
  transition-duration:1s;
}

.slick-slide img{

  border-radius:30px;
  transform: scale(0.8);
    transition-duration:1s;

}

.nopadding .slick-slide img{

  border-radius:30px;
  transform: scale(1.0);
    transition-duration:1s;

}

html{

	padding: 0px;
	margin: 0px;
  margin-top:0px !important;
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
	font-size: 14px;
	color: #333;
  background:#fff;
  overflow-x:hidden;
}

body{
  overflow-x:hidden;


}


/*
HEADER
*/


#header{

	

   

}

/* Hide hamburger by default */
.nav-toggle,
.nav-toggle-label {
  display: none;
}

@media (max-width: 900px) {
  .header-inner {
    flex-wrap: wrap;
    position: relative;
  }

  .main-nav {
    position: absolute;
    right: 0;
    top: 90px;
    background: #fff;
    width: 100%;
    max-width: none;
    box-shadow: 0 8px 24px rgba(0,0,0,0.07);
    display: none;
    z-index: 100;
  }

  /* Hamburger appears */
  .nav-toggle-label {
    width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 101;
	    overflow: visible;

  }

  .nav-toggle-label span {
  display: block;
  width: 100%;
  height: 4px;
  background: #222;
  margin: 5px 0;
  border-radius: 2px;
  transition: 0.3s;
  }

  /* Show menu when checked */
  .nav-toggle:checked ~ .mobile-nav {
    display: block;
  }

  /* Hide the menu desktop */
  .main-nav .menu {
    flex-direction: column;
    gap: 0;
  }
  .menu li {
    border-bottom: 1px solid #eee;
  }
  .menu li a {
    padding: 1.2rem 2rem;
  }
}

.mobile-nav{display:none;}

.mobile-nav{
  position: fixed;
  /* full-viewport overlay */
  inset: 0; /* shorthand for top/right/bottom/left */
  padding: 100px 20px 20px;

  /* glassy background using your colour */
  background: linear-gradient(
    to bottom right,
    rgba(178, 157, 132, 0.85),
    rgba(178, 157, 132, 0.65)
  );
  -webkit-backdrop-filter: blur(14px) saturate(120%);
  backdrop-filter: blur(14px) saturate(120%);

  /* optional niceties */
  border: 1px solid rgba(255,255,255,0.35);
  outline: 1px solid rgba(0,0,0,0.08);
  box-shadow:
    0 10px 30px rgba(0,0,0,0.12),
    inset 0 1px 0 rgba(255,255,255,0.45);

  width: 100%;
  height: 100%;
  z-index: 9999;

  /* scroll the menu content if tall */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* Fallback if backdrop-filter isn’t supported */
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .mobile-nav {
    background: rgba(178, 157, 132, 0.6);
  }
}
.nav-toggle-label {
  /* ...your styles already... */
  transition: 0.3s;
}

.nav-toggle:checked + .nav-toggle-label span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 7px);
}

.nav-toggle:checked + .nav-toggle-label span:nth-child(2) {
  opacity: 0;
}

.nav-toggle:checked + .nav-toggle-label span:nth-child(3) {
  transform: rotate(-45deg) translate(10px, -15px);
}

.mobile-nav .menu-item{
	
text-align:right;	

}


.site-header {
  width: 100%;
	position:fixed;
	left:0px;
	padding:10px;
	z-index:9;
		background:#fff;
	position:fixed;
	top:0px;
	transition-duration:1s;
	box-shadow: 1px 1px 58px 0px rgba(0,0,0,0.32);
-webkit-box-shadow: 1px 1px 58px 0px rgba(0,0,0,0.32);
-moz-box-shadow: 1px 1px 58px 0px rgba(0,0,0,0.32);
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 2rem;
  height: 90px;
}

.site-logo img {
  max-height: 90px;
	padding:10px;
		transition-duration:1s;

}

.scrolled .site-logo img {
max-height: 70px;
padding: 5px;
	transition-duration:1s;
}

.main-nav .menu {
  display: flex;
  gap: 1rem;
  list-style: none;
  margin: 0;
}

.menu li {
  position: relative;
}

.menu li a {
  color: #333;
  text-decoration: none;
  padding:20px 10px;
  display: block;
  transition: color 0.2s;
	font-size:16px;
}

.mobile-nav .menu li a {

	font-size:24px;
}


.menu li:hover > a {
}


.menu .sub-menu {
  display: none;
  position: absolute;
  top: 95%;
  right: 0;
  min-width: 270px;
  z-index: 9999;
	border-radius:10px;
}

.menu li:hover > .sub-menu {
  display: block;
}

.menu .sub-menu li {
  width: 100%;
}

.menu .sub-menu a {
  padding: 0.7rem 1.2rem;
  color: #fff;
  white-space: nowrap;
	text-align:right;
}

.menu .sub-menu li:hover > a {
}


.mobile-nav .sub-menu{
	
position:relative;
	display:block;
	float:left;
	width:100%;
	  box-shadow: 0 8px 24px rgba(0,0,0,0.0);
	background:none;
	padding:0px !important;
  font-size:0.9em;
  margin-bottom:30px;


}

.mobile-nav .sub-menu li{
  
border-bottom:0px;


}


#headercontain{


  width:100%;
display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  max-width:1300px;
  margin:auto;
  padding:15px 40px;
}


.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding: 100px 12% 100px 8%;
}

.wp-block-media-text .wp-block-media-text__content {
    padding: 100px 12% 100px 8%;
}














#call{

   display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
 font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
font-size:1.2em;
	background:url(https://gap.barefootdev.co.uk/wp-content/uploads/2025/01/call.png);
	background-position:left center;
padding-left:60px;	background-repeat:no-repeat;
	background-size:15%;

	
}

.call1{
	
	font-size:1.2em;
	padding-bottom:10px;
}

#call a{

	color:#bbb9c6;
	font-weight:700;
	font-size:1.4em;
}


#ctacall a{
	
	border-radius:20px;
	background:none;
	padding:15px 30px;
	color:#ff3a80;
	font-weight:700;
	font-size:2.0em;
}

#cta{

display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;

  
}




@keyframes wiggle {
  0% { transform: rotate(0); }
  25% { transform: rotate(-5deg); }
  50% { transform: rotate(5deg); }
  75% { transform: rotate(-5deg); }
  100% { transform: rotate(0); }
}

.wp-block-group {

position:relative;
}

.current-menu-item {

}


.ghostkit-col-3{



}

.ghostkit-col-6{

  
}



}


#mobilemenu .current-menu-item{

  border-bottom:0px;
}


#mobilemenu{

	position: fixed;
	top: 100px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-color: #242c51;

		text-align: right;
			  padding: 20px;
  	font-size: 2.5em;
  	z-index: 99;
  	display: none;
	padding-top:100px;
 font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;

}

#mobilemenu a{

	color: #fff;
}

#mobilemenu li{

  list-style:none !important;
  padding:5px;
}

#mobilemenu .menu{


}


.menu, .menu ul, .main-nav .menu, .main-nav .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}



/*
CTA
*/

.cta{

	background-color: var(--accent-color);
	color: #fff;
	padding: 15px 20px;
	text-align: center;
}


#option{


  float:left;
  width:30%;
  margin-right:1%;
   background: rgb(255,255,255);
background: linear-gradient(160deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.51) 100%);
padding:30px;
border-radius:20px;
text-align:center;
height:200px;
}

/*
HIDE BURGER
*/

.hamburger{

	display: none;
}


.bannercta{

  position:absolute;
  bottom:-2px;
  right:0px;
  width:350px;
}

.bannercta img{

  width:100%;
}


/*
ARCHIVES
*/


.category section{
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-column-gap: 50px;
grid-row-gap: 50px;
margin:auto;
	margin-top:10px;

}

.category section article{

  background-color:#fff;
  border-radius:20px;
  padding:20px;
		transition-duration:1s;

}

.category section article:hover{

 transform: scale(1.07);
	transition-duration:1s;
	box-shadow: 0px 40px 37px -43px rgba(0,0,0,0.55);
-webkit-box-shadow: 0px 40px 37px -43px rgba(0,0,0,0.55);
-moz-box-shadow: 0px 40px 37px -43px rgba(0,0,0,0.55);

}
.category section article img{
	
		transition-duration:3s;

}


.category section article:hover img{
	
	 transform: scale(1.04);
		transition-duration:1s;
		box-shadow: 0px 40px 37px -43px rgba(0,0,0,0.35);
-webkit-box-shadow: 0px 40px 37px -43px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 40px 37px -43px rgba(0,0,0,0.35);

}

#thumb{

  float:left;
  width:100%;
  margin-bottom:20px;
}

#thumb img{width:100%; border-radius:10px; height:220px; object-fit:cover;}



.category-latest-news section img{

  width:100%;
  height:200px;
  object-fit:cover;
}


.newsfloat{

  float:left;
  width:70%;
  padding:50px;
}

#sidebar{

  float:right;
  width:30%;
  padding:50px;
  background-color:#eee;
}

/*
FIX ON SCROLL
*/


.fix{

	
	position: fixed !important;
	transition-duration: 1s;
	height:100px !important;
	-webkit-box-shadow: -1px 2px 89px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 2px 89px 0px rgba(0,0,0,0.75);
box-shadow: -1px 2px 89px 0px rgba(0,0,0,0.75);
background: #63996b;
width:100% !important;
left:0px !important;

}

.fix #call{

  color:#fff;
  position:absolute;
  top:40px;
  left:170px;
  height:50px;
}

.fix #logo{

	width:60px;
		transition-duration: 1s;
    top:10px;
    left:20px;

}

.fix #menu {

  top:20px;
  padding-right:20px;
}

.fix #menu li {
    	transition-duration: 1s;

    
}



  .wp-block-cover, .wp-block-cover-image {
}

.shape{
	
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	z-index:-1;
}

.theform{
	
	background:#bbb9c6;
	z-index:99;
	position:relative;
	border-radius:30px;
	padding:40px 40px 0px 40px;

}

.point{
	
	background:#bbb9c6;
	padding:20px;
	text-align:center;
	border-radius:20px;
}

.point2{
	
	background:#eee;
	padding:20px;
	text-align:center;
	border-radius:20px;
}



/*
BLOCKS
*/

.fixed{

  position:absolute;
  bottom:0px;
  left:0px;
  width:100%;
}

.wp-block-cover .wp-block-cover__inner-container h2{
	
	

}

.wp-block-cover .wp-block-cover__inner-container h2 span{



}

.wp-block-cover .wp-block-cover__inner-container p{
  

  
}

.wp-block-cover .wp-block-cover__inner-container .wp-block-buttons {

}

.scrolldown{

  position:absolute;
  bottom:0px;
  right:0px;
  width:80px;
  padding:15px;
}

.icon{

  width:50%;
  margin-bottom:20px;
  margin-left:25%;
}


.wp-block-cover .wp-block-cover__inner-container .wp-block-button__link {


}


.wp-block-cover .wp-block-cover__inner-container .wp-block-button__link:hover {

}


.scrolled {
	
	background:#fff;
	position:fixed;
	top:0px;
	transition-duration:1s;
	box-shadow: 1px 1px 58px 0px rgba(0,0,0,0.32);
-webkit-box-shadow: 1px 1px 58px 0px rgba(0,0,0,0.32);
-moz-box-shadow: 1px 1px 58px 0px rgba(0,0,0,0.32);
}

.scrolled .sub-menu li a {
color: #fff;

}

#menu-item-178{
	
	background:#deafaf;
	padding:10px;
		border-top-left-radius:20px;
		border-top-right-radius:20px;
}

#menu-item-180{
	
	background:#99aec9;
		padding:10px;
	border-bottom-left-radius:20px;
		border-bottom-right-radius:20px;


}

#menu-item-181{
	
	background:red;
		padding:10px;

}

#menu-item-179{
	
	background:#939f89;
		padding:10px;

}




.wp-block-cover .wp-block-cover__inner-container {
    z-index: 1;
    margin: auto;
    padding: 190px 0px 150px 0px;
max-width: var(--max-width);

    color: #fff;
}

.ghostkit-grid {

max-width: var(--max-width);
margin: auto;
padding: 0px 40px;



}

.less{

padding: 0px 100px !important;
}

.ghostkit-grid p{


}



.wp-block-group {

  padding:100px 40px;
}

.ghostkit-carousel-slide img{

  margin-bottom:20px;
  border-radius:15px;

}

.ghostkit-carousel-slide p{

 
}


.ghostkit-carousel-arrow{

  top:30%;
	opacity:1 !important;
}

.wp-block-getwid-section__inner-content{

  max-width:1000px;
  margin:auto;
  text-align:center !important;
  padding:100px 50px;
}

.nopad {
padding-bottom:0px;
}


.nopad .wp-block-getwid-section__inner-content{
padding-bottom:0px;
}

.wp-block-getwid-section__inner-content img{

  width:100px;
  margin-bottom:30px;

}



.ghostkit-carousel {

  max-width:100%;
  margin:auto;
  padding:0px 40px;
}

.ghostkit-carousel-slide {
 
}

.ghostkit-testimonial-content {
	background:#f8f9fa;


}

/*
TYPE
*/

a{

	text-decoration: none;
	color: #444;
}

.feature{
	

}


.pull{

  max-width:500px;


}

.ghostkit-testimonial-content p{
font-size:1.2em;
  line-height:1.4em;
  padding-bottom:10px;

}

.ghostkit-carousel-slide img:hover{


  transform: scale(1.1);
    transition-duration:1s;


}


.ghostkit-carousel-slide img{


    transition-duration:1s;


}


input, textarea{

  padding:10px;
  border-radius:15px !important;
  border:solid 2px #333;

  font-style: normal;
  width:100%;
}

.wpcf7-submit {

background-color:#b29d84;
color:#fff;
font-size:1.3em;
padding:15px;
    
  font-style: normal;
      border:0px !important;
      width:100% !important;


}

.wp-block-getwid-accordion__icon i{

  display:none;
}

p{


  font-size:1.3em;
  line-height:1.5em;
  padding-bottom:20px;
}

.wp-block-getwid-accordion__header-title{

 font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
font-size:2em;
}

.wp-block-getwid-accordion__content{

  background-color:#fff;
}

h1 strong{
	
	color:#bbb9c6;
}

.moveup{
	
	background:#fff;
	padding:80px;
	margin-top:-200px;
}

.moveimg{
	
	padding-right:80px;
}

h1,h2,h3,h4,h5{

font-weight:500;

}


h1{
	
	font-size:1em;
	margin-bottom:20px;
}

h2{
	
	font-size:5em;
	margin-bottom:20px;

}
h3 {
  font-size: 2em;
  margin-bottom: 20px;
  line-height: 1.3em;
}

h3.bigger {
  font-size: 3em;
  color: #b29d84;
  padding-bottom: 20px;
}

h4{
	
	font-size:1.5em;
	margin-bottom:20px;

}


.wp-block-getwid-accordion__header{

  background-color:#fff;
  font-size:2em;
}


has-cyan-bluish-gray-background-color {
    background-color: #ebeae7 !important;
}


.wp-block-post-excerpt__excerpt{

  font-size:0.8em;
}

.wp-block-post{

  list-style:none !important;
}

strong{
	
	
}



.wp-block-list li{
	
	padding-bottom:15px;
  font-size:1.3em;
  line-height:1.3em;
  list-style:disc;
  margin-left:20px;
}

.wp-block-image img{

  border-radius:20px;

}

.radius{



}



.foot{

  font-size:0.7em;
}

.up{

  margin-top:-10vh;
}

.home .up{

  margin-top:-18vh;
}

.up2{

  margin-top:-22vh;
}



/*
FOOTER
*/

.ghostkit-carousel-arrow {
    top: 40%;
    opacity: 1 !important;
}

#footer{

	float: left;
	width: 100%;
	background-color: #eee;
	color: #333;
	padding: 20px 10%;
	  	float: left;
  	width: 100%;
  	display:none;
}

.ghostkit-carousel-arrow{

  background-color:#000 !important;
  color:#fff;
}
.wp-block-button__link {
color: #fff;
background-color: #b29d84;
border-radius: 10px;
box-shadow: none;
text-decoration: none;
padding: calc(.667em + 2px) calc(1.333em + 2px);
font-size: 1.5em;
}

#copyright{

	font-size: 0.6em;
}


#tout{

  display:none;
}




/*
Mobile
*/

@media only screen and (max-width: 1200px) {


.up{

  margin-top:0vh;
}

#logos{

  display:none;
}


.category section {
    display: grid
;
    grid-template-columns: 1fr 1fr ;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin: auto;
    margin-top: 10px;
}


.content {
    flex: 1;
    padding: 3rem;
    overflow-y: scroll;
}

}


@media only screen and (max-width: 600px) {


      .nav-toggle-label span {
        display: block;
        width: 100%;
        height: 4px;
        background: #fff;
        margin: 5px 0;
        border-radius: 2px;
        transition: 0.3s;
    }



      .scrolled .nav-toggle-label span {
        display: block;
        width: 100%;
        height: 4px;
        background: #333;
        margin: 5px 0;
        border-radius: 2px;
        transition: 0.3s;
    }

.site-logo img {
    max-height: 70px;
    padding: 10px;
    transition-duration: 1s;
}


.scrolled .site-logo img {
    max-height: 60px;
    padding: 10px 7px 5px;
    transition-duration: 1s;
}

  .members-menu{margin-top:-8px;}
	
	.wpc-filters-widget-wrapper {
display: grid;
grid-template-columns: 1fr  1fr !important;
gap: 16px;
align-items: stretch;
}

.wpc-filters-widget-wrapper {
gap: 12px;
overflow-x: auto;
scroll-snap-type: x mandatory;
padding-bottom: 6px;
}

.sidebar {
width: 100%;
padding: 10px;
background: linear-gradient(to bottom, #bca78d 0%, #a28c70 70%, #6f5a44 100%);
box-shadow: 2px 0 10px rgba(0,0,0,0.05);
height:80px;
}

.category section {
display: grid;
grid-template-columns: 1fr 1fr;
grid-column-gap: 20px;
grid-row-gap: 20px;
margin: auto;
margin-top: 10px;
}

.holder{

  overflow-y:scroll;
}


.container {
display: INHERIT;
height: 100%;
}

.members-menu li {
margin: 10px 4px;
text-align: center;
width: 15%;
float: left;
font-size:1.1em;
}


.content {
flex: INHERIT;
padding: 10px;
overflow-y: scroll;
WIDTH:100%;
MARGIN-TOP:10PX;
overflow-y: scroll;

}


.memlogo {
float: right;
width:80%;
}


.memlogo {
float: left;
width: 50px;
padding: 10px;
}




.members-menu a{

  font-size:0.9em;
}











  .trust{
		
		padding:0px 30%;
	}


  html:not(.no-js) .aoswp-enabled [data-aos] {
        opacity: 1!important;
        -webkit-transform: none!important;
        transform: none!important;
        transition: none!important;
        transition-timing-function: unset!important;
        transition-duration: unset!important;
        transition-property: none!important;
    }
.ghostkit-carousel{


}
	
	.nothingtopay {
   
    font-size: 3em;
   
}
	
	.reasons {
   
    padding: 30px !important;
		border-radius:0px;
}
	
	.pagecta {
       padding: 30px !important;
		border-radius:0px;
}
	
	.reasons ul li {
   text-align:left;
		padding-left:50px;
}
	
	.pagecta ul li {
      text-align:left;
		padding-left:50px;

}

  .scrolldown {
    position: absolute;
    bottom: 0px;
    right: 40%;
    width: 20%;
    padding: 15px;
}

	#logo img{
		
		width:100%;
	}
#call {
background:none;
	margin-right:80px;
text-align:left;	margin-top:15px;
font-size:1em;
	padding-left:0px;

}

#tout a{color:#fff;}

#logos{

  display:none;
}

#cta{

  display:none;
}

#tout{

  position:fixed;
  bottom:20px;
  left:5%;
  width:90%;
  background-color:#000;
  color:#fff;
  border-radius:20px;
  padding:20px;
  z-index:99;
  font-family: 'Alro';
  opacity:0;
  display:block;
  transition-duration:2s;
}

.makehere{

  opacity:1 !important;
    transition-duration:2s;

}


  .wp-block-cover, .wp-block-cover-image {
}



  .wp-block-cover{


  }
	
	.moveup {
background: #fff;
padding: 20px;
margin-top: -200px;
}
	
	.moveimg{
		
		padding-right:0px;
		padding:0px 10%;
	}

  #extract h3 {
    font-size: 1.2em;
    margin-bottom: 20px;
    line-height: 1.3em;
}


  #thumb img {
    width: 100%;
    border-radius: 10px;
    height: 150px;
    object-fit: cover;
}

  .go{

    display:none;
  }

  .ghostkit-grid {
  
    padding: 0px 10px;
}


.wp-block-group {
}

  #option{

    width:98%;
  }
  .wp-block-buttons>.wp-block-button {
    margin: auto;
}
	
  html{

    text-align:center !important;
  }

#footing{

  font-size:0.5em;
}

  .icon {
    width: 33%;
    margin-bottom: 20px;
    margin-left: 32%;
}


.scrolled .menu li a {
    color: #fff;
}
	
	.wp-block-cover .wp-block-cover__inner-container {
    z-index: 1;
    margin: auto;
    padding: 5px 1% 5px 1%;
    color: #fff;
}

.tabs-wrapper label {
    width: 100%;
    display: block;
    border-bottom: 1px solid #4d4c47;
    border-radius: 0;
    font-size:1em;
  }

.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img {
    height: 100%;
    object-fit: cover;
 position: relative;
    width: 100%;
}

  .single .wp-block-cover__inner-container h2{

    font-size:3em;
    padding-top:100px;
  }


#container {
    float: left;
    width: 100%;
    margin-top: 130px;
}
	

  h2 {
    font-size: 3em;
    margin-bottom: 20px;
}


.has-text-align-right {
    text-align: center;
}

	#headercontain {
   
    padding: 10px 10px;
}
	
.hamburger{

	display: block;
}

#header{

  height:100px;
}
	
	
	.wp-block-getwid-section__inner-content {
  
padding:0px ;
}
	
.ghostkit-carousel-slide {
 
}


#menu{

	display: none;
}


.fix .hamburger{
  top:20px;

      transition-duration: 1s;


}

.fix #call {
    
    left: 120px;
}

.wp-block-cover .wp-block-cover__inner-container .wp-block-buttons {
    float: left;
    clear: left;
    width: 100%;
}


}


@media (max-width: 480px) {
    .bd-class {
        grid-template-columns:  1fr !important;
        padding: 10px;
    }
}



/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 37px 15px;
  cursor: pointer;
position:absolute;
	top:0px;
	right:0px;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: #bbb9c6;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #fff; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -80px;
      top: -80px;
      transform: translate3d(80px, 80px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -80px;
      top: -80px;
      transform: translate3d(-80px, 80px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -80px;
      top: 80px;
      transform: translate3d(80px, -80px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -80px;
      top: 80px;
      transform: translate3d(-80px, -80px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/* --- Membership tier cards (pathways -> hub tier rename, Jul 2026) --- */
/* Digital tiers (Bronze, Bronze+, Silver): green. PT tiers (Gold, Platinum): blue. */
.card-bronze { background: #9da993; }
.card-bronze-plus { background: #9da993; }
.card-silver { background: #9da993; }
.card-gold { background: #99aec9; }
.card-platinum { background: #99aec9; }
.card-cancer-fit { background: #e0a9a9; }

.package-pricing {
  text-align: center;
  color: #fff;
  padding: 0 1em;
}
.package-price {
  font-size: 2.1em;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.package-cadence {
  font-size: 0.85em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.85;
  margin-left: 0.35em;
}
.package-note {
  text-align: center;
  color: #fff;
  font-size: 0.78em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  opacity: 0.9;
  padding: 0.6em 1.5em 0 1.5em;
}
.package-desc {
  color: #fff;
  font-size: 0.92em;
  line-height: 1.55;
  padding: 0.9em 1.6em 0 1.6em;
  opacity: 0.95;
}
.feature-list {
  list-style: none;
  margin: 1em 0 0 0;
  padding: 0 1.6em 1em 1.6em;
  flex-grow: 1;
}
.feature-list li {
  color: #fff;
  font-size: 0.95em;
  padding: 0.5em 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  gap: 0.55em;
  align-items: flex-start;
}
.feature-list li:last-child { border-bottom: 0; }
.feature-list li::before {
  content: "\2713";
  font-weight: 700;
  flex-shrink: 0;
}
.package-badge {
  position: absolute;
  top: 1.1em;
  right: 1.1em;
  background: #fff;
  color: #181818;
  font-size: 0.7em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.45em 0.85em;
  border-radius: 1em;
}

/* 6 tier cards: prefer 3 per row on desktop */
.package-comparison .package-card {
  flex-basis: 28%;
  max-width: 350px;
}

/* Services we offer — Nutrition added 2026-08-17.
   Longevity gives up the dropdown's rounded bottom; Nutrition takes it,
   in the brand brown (#B29D84) that matches the FREE TRIAL button. */
#menu-item-180 { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
#menu-item-2040 { background: rgb(178, 157, 132); padding: 10px; }
#menu-item-2116 { background: #bbb9c6; padding: 10px; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; }

/* Nutrition page (2038) — recipe pack cards, added 2026-08-17.
   The 9 covers come from two sources with slightly different aspect ratios
   (800x1035 from the PDFs, 800x1049 / 800x1042 from the hub), which made the
   middle tile sit ~4px taller than its neighbours and knocked the titles out of
   line. Locking the ratio makes every cover render identical height. */
.page-id-2038 .ghostkit-col-4 figure.wp-block-image { margin-bottom: 22px; }
.page-id-2038 .ghostkit-col-4 figure.wp-block-image img {
  display: block;
  width: 100%;
  aspect-ratio: 800 / 1035;
  object-fit: cover;
}

/* ── Extras row: Recipe Packs, Lymphoedema eBook, Gift Voucher (memberships
   page), rebuilt 2026-09-03 as VERTICAL cards. They used to be two full-width
   horizontal cards; with the gift voucher joining them the page is now three
   rows of three, all the same shape. Colours keep the dropdown convention
   (brown = nutrition, pink = cancer) and the voucher takes the brand gold. */
.card-recipes { background: rgb(178, 157, 132); }
.card-ebook   { background: rgb(224, 169, 169); }
.card-voucher { background: #bca68f; }

/* Pack rows: name, count, price — no tick, the price sits hard right. */
.card-recipes .recipes-list li::before { content: none; }
.card-recipes .recipes-list li { align-items: baseline; }
.card-recipes .r-name  { flex: 1 1 auto; min-width: 0; }
.card-recipes .r-count { flex: 0 0 auto; opacity: 0.75; font-size: 0.85em; white-space: nowrap; }
.card-recipes .r-price { flex: 0 0 auto; font-weight: 800; white-space: nowrap; }

/* The eBook's clinical precondition — set apart from the description, and
   kept next to the Buy button so it is the last thing read before buying. */
.package-caution {
  color: #fff;
  font-size: 0.85em;
  line-height: 1.5;
  font-style: italic;
  opacity: 0.9;
  padding: 0 1.6em;
}

/* ── Footer (reusable block 1103), rebuilt 2026-08-17 ───────────────────
   Mirrors the structure of the old exercise-prescription.co.uk footer:
   headed columns, a rule, then a copyright bar with the socials on the
   right. Replaces the previous four unlabelled columns. */
#footing { padding-bottom: 0.5em; }

#footing .footer-heading {
  color: rgb(178, 157, 132);
  text-transform: uppercase;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin: 0 0 1.1em;
}
#footing .footer-main p { line-height: 1.75; margin: 0 0 1.1em; }
#footing .footer-main a { text-decoration: none; }
#footing .footer-main a:hover { text-decoration: underline; }
#footing .footer-main figure { margin: 0; max-width: 260px; }

/* Hub button — outlined so it reads as a quiet footer link, not a hard sell. */
#footing .footer-hub-btn .wp-block-button__link {
  background: transparent;
  color: rgb(178, 157, 132);
  border: 2px solid rgb(178, 157, 132);
  font-size: 0.95rem;
  padding: 0.6em 1.4em;
}
#footing .footer-hub-btn .wp-block-button__link:hover {
  background: rgb(178, 157, 132);
  color: #fff;
}

#footing .footer-rule {
  border: 0;
  border-top: 1px solid rgba(178, 157, 132, 0.45);
  margin: 2.5em 0 1.6em;
  opacity: 1;
}
#footing .footer-copyright { margin: 0; font-size: 0.95rem; }
#footing .footer-bottom .wp-block-social-links { margin: 0; }

@media (max-width: 860px) {
  #footing .footer-main figure { margin: 0 auto 1.5em; }
  #footing .footer-bottom { text-align: center; }
  #footing .footer-copyright { text-align: center; margin-bottom: 1em; }
  #footing .footer-bottom .wp-block-social-links { justify-content: center; }
}

/* Old footer used plain black social glyphs, not coloured circles. */
#footing .footer-bottom .wp-block-social-links.is-style-logos-only .wp-social-link a { color: #1f1f1f; }
#footing .footer-bottom .wp-block-social-links.is-style-logos-only svg { width: 26px; height: 26px; }
#footing .footer-bottom .wp-block-social-links.is-style-logos-only .wp-social-link { margin-right: 0.6em; }
#footing .footer-bottom .wp-block-social-links.is-style-logos-only .wp-social-link:last-child { margin-right: 0; }
#footing .footer-bottom .wp-block-social-links.is-style-logos-only .wp-social-link:hover a { color: rgb(178,157,132); }

/* footer.php adds data-aos="zoom-in" to EVERY .ghostkit-grid. The footer sits at
   the very bottom of a long page and the site's scrolling is JS-driven, so that
   animation can fail to fire and leave the footer (and its social icons)
   invisible. The footer should never depend on a scroll animation. */
#footing [data-aos] {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

/* === EP blog articles (.ep-article wrapper) — added 28 Aug 2026 ===
   The single-post template renders content bare with no container, and the
   global reset strips heading sizes/table padding. Plain blog posts wrap their
   body in a group block with this class; designed posts (covers/media-text)
   are untouched. */
.ep-article{max-width:800px;margin:3.5rem auto 5rem;padding:0 24px}
.ep-article p{margin:0 0 1.35em;line-height:1.75}
.ep-article h3{margin:2.1em 0 .65em}
.ep-article figure.wp-block-image{margin:2.2em auto}
.ep-article figure.wp-block-image img{width:100%;height:auto}
.ep-article .ep-portrait{max-width:440px}
.ep-article .wp-block-columns{display:flex;gap:20px;flex-wrap:wrap;margin:2.2em 0}
.ep-article .wp-block-column{flex:1 1 240px;min-width:0}
.ep-article .wp-block-column figure.wp-block-image{margin:0}
.ep-article figure.wp-block-table{margin:1.8em 0;overflow-x:auto}
.ep-article table{width:100%;border-collapse:collapse;font-size:.95em}
.ep-article th,.ep-article td{border:1px solid #e2dbd1;padding:.6em .9em;text-align:left}
.ep-article th{background:#f6f2ec;font-weight:600}

/* Starting-point note under self-serve buy buttons — agreed 2 Sep 2026.
   Invites anyone mid-treatment or managing a condition to Tracey's free
   intro call before they start. Link only; nothing collected. Mirrors
   StartingPointNote in the hub. */
.package-safety {
  color: #fff;
  font-size: 0.8em;
  line-height: 1.45;
  opacity: 0.92;
  padding: 1em 0.3em 0 0.3em;
  text-align: center;
}
.package-safety a { color: #fff; text-decoration: underline; font-weight: 600; }
.package-safety a:hover { opacity: 0.85; }
p.ep-safety-note {
  font-size: 0.9em;
  line-height: 1.5;
  opacity: 0.92;
  max-width: 640px;
  margin-top: 0.4em;
}
p.ep-safety-note.has-text-align-center { margin-left: auto; margin-right: auto; }
p.ep-safety-note a { color: inherit; text-decoration: underline; font-weight: 600; }
p.ep-safety-note a:hover { opacity: 0.85; }

/* Hero variant of the starting-point note (2 Sep 2026, Kirsty): a line of
   air under the button and a soft dark backing so it reads over the photo. */
.wp-block-cover p.ep-safety-note {
  display: inline-block;
  margin-top: 1.6em;
  padding: 0.7em 1.1em;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 0.6em;
  font-size: 0.95em;
  opacity: 1;
}
/* Hero note: centre it (inline-block ignored the auto margins). */
.wp-block-cover p.ep-safety-note {
  display: block;
  width: fit-content;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/* === EP blog articles: lists + h4 inside .ep-article — added 2 Sep 2026 ===
   The global reset (ol,ul{list-style:none}) leaves article lists bullet-less. */
.ep-article ul,.ep-article ol{margin:0 0 1.35em 1.4em;padding:0;line-height:1.75}
.ep-article ul{list-style:disc}
.ep-article ol{list-style:decimal}
.ep-article li{margin:0 0 .35em}
.ep-article h4{margin:1.7em 0 .5em;font-weight:600}
