/* FONTS */

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter24pt-Regular.woff2') format('woff2'),
		url('../fonts/Inter24pt-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter24pt-Light.woff2') format('woff2'),
		url('../fonts/Inter24pt-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter24pt-Italic.woff2') format('woff2'),
		url('../fonts/Inter24pt-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter24pt-SemiBold.woff2') format('woff2'),
		url('../fonts/Inter24pt-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}


/* PALETTE & Typography */



:root {
	--crispy-yellow: #FFC72D;
	--crispy-yellow-100: #fff5c6;
	--crispy-yellow-200: #ffe888;
	--crispy-yellow-300: #ffd74a;
	--crispy-yellow-500: #f9a207;
	--light-yellow: #F8F76A;
	--crispy-soft-red: #dc3c4d;
	--offwhite: #FDFDFD;
	--bodytext: #444444;
	--dark: #0E0E0E;
	--dark-purple: #321D3D;
	--darker-purple: #120a16;
	--crispy-pink: #ed70c0; 
	--pink: #FF66C4;
	--mid-gray: #eaeaea;
	--dark-gray: #5B6256;
	--light-gray: #f8f8f8;
	--light-gray-100: #f1f1f1;
	--salmon: #dc3c4d;
	--bs-pagination-active-bg: #dc3c4d;
	--bs-pagination-active-border-color: #dc3c4d;
	//--salmon-200: #fd8b49;
	--salmon-200: var(--crispy-soft-red);
	--bs-link-color: var(--crispy-yellow);
	--bs-link-hover-color: var(--salmon);
	--bs-orange: #fd7e14;
	--bs-pink: #d63384;
	--bs-primary: #FFC72D;
	--bs-primary-rgb: 255,199,45;
	--bs-secondary: #5B6256;
	--bs-secondary-rgb: 91,98,86;
	--bs-body-font-family:  "Inter",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif;
	--bs-headers-font-family: "Inter", system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif;
	--shadow-crispy: * 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
	--bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
	--tec-color-accent-primary: var(--crispy-yellow);
	--tec-color-background-events-bar-submit-button-hover: var(--crispy-yellow-500);
	--tec-font-family-sans-serif: var(--bs-body-font-family);
	--tec-font-weight-bold: 600;
	--tec-color-text-secondary: var(--dark-gray);
	--tec-color-text-event-title-list: var(--dark);
	--tec-color-text-events-title: var(--dark);
	--drop-shadow-xs: 0 1px 1px rgb(0 0 0 / 0.05);
	--drop-shadow-sm: 0 1px 2px rgb(0 0 0 / 0.15);
	--drop-shadow-md: 0 3px 3px rgb(0 0 0 / 0.12);
	--drop-shadow-lg: 0 4px 4px rgb(0 0 0 / 0.15);
	--drop-shadow-xl: 0 9px 7px rgb(0 0 0 / 0.1);
	--drop-shadow-2xl: 0 25px 25px rgb(0 0 0 / 0.15);
	--tec-color-button-primary: #dc3c4d;
	--tec-color-background-events-bar-submit-button-active:#dc3c4d;
	
}


html {
	font-size: 16px;
}



body {
	font-size: 17px;
	background: var(--offwhite);
	
}

a.disabled {
	pointer-events: none;
}

.pagination {
	--bs-pagination-padding-x: 0.75rem;
	--bs-pagination-padding-y: 0.375rem;
	--bs-pagination-font-size: 1rem;
	--bs-pagination-color: var(--bs-link-color);
	--bs-pagination-bg: #fff;
	--bs-pagination-border-width: 1px;
	--bs-pagination-border-color: #dee2e6;
	--bs-pagination-border-radius: 0.375rem;
	--bs-pagination-hover-color: var(--bs-link-hover-color);
	--bs-pagination-hover-bg: #e9ecef;
	--bs-pagination-hover-border-color: #dee2e6;
	--bs-pagination-focus-color: var(--bs-link-hover-color);
	--bs-pagination-focus-bg: #e9ecef;
	--bs-pagination-focus-box-shadow: none;
	--bs-pagination-active-color: #fff;
	--bs-pagination-active-bg: var(--crispy-soft-red);
	--bs-pagination-active-bg: var(--crispy-soft-red);
	--bs-pagination-active-border-color: var(--crispy-soft-red);
	--bs-pagination-disabled-color: #6c757d;
	--bs-pagination-disabled-bg: #fff;
	--bs-pagination-disabled-border-color: #dee2e6;
	display: flex;
	padding-left: 0;
	list-style:none
}

.container-fluid{
	max-width: 1600px;
	padding-left: 2rem;
	padding-right: 2rem;
}

h1,h2,h3,h4,h5,h6 {
	font-family: var(--bs-headers-font-family);
}

section {
	outline: none!important;
}

h1, h2 {
	font-weight: 600;
}

.h2-large {
	font-size: 2.5rem;
}


@media (min-width: 992px) {
.h2-large {
	font-size: 3rem;
}
 }

.rad-25 {
	border-radius: 25px;
	overflow: hidden;
}

.min-vh-50 {
	min-height: 50vh;
}

.max-600 {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.max-750 {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.max-850 {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}

.max-950 {
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
}

.max-1050 {
	max-width: 1050px;
	margin-left: auto;
	margin-right: auto;
}

.dot-above-h {
	border-radius: 50%;
	background-color: var(--crispy-yellow);
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 1rem;
}

.dot-above-h-start {
	border-radius: 50%;
	background-color: var(--crispy-yellow);
	display: inline-block;
	margin-bottom: 1rem;
}

.dot30 {
	width: 30px;
	height: 30px;
}

.dot50 {
	width: 50px;
	height: 50px;
}



.upcoming-event-item .btn-primary:hover {
	box-shadow: none!important;
}

/* Page Typography */

h1.page-title {
	font-size: 3rem;
	margin-bottom: 3rem;
}

.single-page-main h3 {
	margin-top: 1rem; 
	margin-bottom: 2rem; 
}

/* NAVBAR */

#wrapper-navbar {
	border-top: 5px solid var(--crispy-yellow);
}

.navbar-brand {
	max-width: 120px;
}


@media (min-width: 1200px) {
	.navbar-brand {
		max-width: 200px;
	}
 }
@media (min-width: 1400px) {

 }

.nav-link {
	font-family: var(--bs-headers-font-family);
	text-transform: uppercase;
	font-weight: 600;
	color: var(--dark-purple);
	padding: 1rem!important;
	font-size: 0.9rem;
}

#main-menu a {
  position: relative;
}

#main-menu a::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%) translateY(-15px); /* start slightly above */
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--crispy-yellow);
  opacity: 0;
  transition: 
	opacity 0.3s ease,
	transform 0.3s cubic-bezier(0.25, 0.8, 0.5, 1.5); /* gives a bounce-like feel */
}

#main-menu .wpml-ls-item a::before {
	display: none;
}

#main-menu .wpml-ls-item {
	margin-top: 6px;
}

#main-menu a:hover::before,
#main-menu .current-menu-item > a::before,
#main-menu a.active::before {
  opacity: 1;
  transform: translateX(-50%) translateY(0); /* falls into place */
}

#main-menu li:last-child a {
  padding-right: 0!important;
}

.offcanvas.offcanvas-end.show .nav-link:hover {
	color: var(--dark-purple);
	text-decoration: underline;
}

.offcanvas.offcanvas-end.show #main-menu li:last-child a {
  padding-right: 1rem!important;
}

.nav-link:hover {
	color: var(--crispy-yellow);
}

.offcanvas-body {
	flex-grow: 1;
	padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
	overflow-y: auto;
	text-align: center;
	display: flex;
	align-items: center;
}

.offcanvas.offcanvas-end {
	top: 0;
	right: 0;
	width: 80%;
	border-left: none;
	transform:translateX(100%);
	
}

.navbar-toggler {
	border: 0px;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

/* Dot container */
.crispy-toggler {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 24px;
  height: 30px;
}

.crispy-toggler span {
  width: 6px;
  height: 6px;
  background-color: var(--crispy-yellow); /* use theme color */
  border-radius: 50%;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Animate on hover */
.navbar-toggler:hover .crispy-toggler span:first-child {
  transform: translateX(8px) rotate(-45deg);
}

.navbar-toggler:hover .crispy-toggler span:nth-child(2) {
  transform: translateX(-10px);
}

.navbar-toggler:hover .crispy-toggler span:last-child {
  transform: translateX(8px) rotate(45deg);
}

/* BUTTONS */

.btn-primary {
	font-weight: 500;
	--bs-btn-color: #fff;
	--bs-btn-bg: var(--crispy-yellow);
	--bs-btn-border-color: var(--crispy-yellow);
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: var(--crispy-yellow);
	--bs-btn-hover-border-color: var(--crispy-yellow);
	--bs-btn-focus-shadow-rgb: 111, 82, 255;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: var(--crispy-yellow-500);
	--bs-btn-active-border-color: var(--crispy-yellow-500);
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: var(--dark-gray);
	--bs-btn-disabled-border-color: var(--dark-gray);
	--bs-btn-padding-y: 0.7rem;
	--bs-btn-border-radius: 0.7rem;
	--bs-btn-padding-x: 1.2rem;
	transition: all ease-in-out 0.3s;
}

.btn-primary:hover {
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
	transform: scale(1.05);
}

.btn-secondary {
	--bs-btn-color: white;
	--bs-btn-bg: var(--crispy-soft-red);
	--bs-btn-border-color: var(--crispy-soft-red);
	--bs-btn-hover-color: white;
	--bs-btn-hover-bg: var(--salmon);
	--bs-btn-hover-border-color: var(--salmon-200);
	--bs-btn-focus-shadow-rgb: 130, 138, 145;
	--bs-btn-active-color: white;
	--bs-btn-active-bg: var(--salmon-200);
	--bs-btn-active-border-color: var(--salmon-200);
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: var(--salmon-200);
	--bs-btn-disabled-border-color:var(--salmon-200);
	--bs-btn-padding-y: 0.7rem;
	--bs-btn-border-radius: 0.7rem;
	--bs-btn-padding-x: 1.2rem;
	transition: all ease-in-out 0.3s;
}

.btn-secondary:hover {
	//box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
	transform: scale(1.05);
}

.btn-outline {
	background: transparent;
	border: 1px solid #fff;
	color: white;
	font-weight: 500;
	padding: 0.7rem 1.2rem;
	border-radius: 0.7rem;
	transition: all ease-in-out 0.3s;	
}

.btn-outline:hover {
	transform: scale(1.05);
	border: 1px solid black;
	color: white;
}

.btn-outline-primary {
	--bs-btn-color: var(--crispy-soft-red);
	--bs-btn-border-color: var(--crispy-soft-red);
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: var(--crispy-soft-red);
	--bs-btn-hover-border-color: var(--crispy-soft-red);
	--bs-btn-focus-shadow-rgb: 85, 51, 255;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: var(--crispy-soft-red);
	--bs-btn-active-border-color: var(--crispy-soft-red);
	--bs-btn-disabled-color: var(--crispy-soft-red);
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: var(--crispy-soft-red);
	--bs-gradient:none
	font-weight: 500;
	padding: 0.7rem 1.2rem;
	border-radius: 0.7rem;
	transition: all ease-in-out 0.3s;
	margin-left: 7px;
}

.btn-text {
	padding: 0;
	border-radius: 0;	
	font-weight: 6500;
	color: white;
	padding-bottom: 0.3rem;
	border-bottom: 1px solid #fff;
}


.btn-shadow {
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.btn-shadow:hover{
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important
}

.btn-outline-white {
	background: none!important;
	border: 2px solid white;
	color: white;
	font-weight: 600;
}

.btn-outline-white:hover {
	background: none!important;
	border: 2px solid white;
	color: white;
	font-weight: 600;
}

/* === TYPEFORM BUTTON OVERRIDE === */

/* Reset and restyle Typeform's generated button */
button[data-tf-popup] {
  all: unset!important;
  font-family: var(--bs-headers-font-family);
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  padding: var(--bs-btn-padding-y, 0.7rem) var(--bs-btn-padding-x, 1.2rem);
  border-radius: var(--bs-btn-border-radius, 0.7rem);
  background-color: var(--crispy-yellow);
  color: var(--dark-purple);
  border: 2px solid var(--crispy-yellow);
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  transition: all 0.3s ease;
}

/* Hover state (matches .btn-outline-white + .btn-shadow hover) */
button[data-tf-popup]:hover {
  background-color: var(--crispy-yellow-500);
  border-color: var(--crispy-yellow-500);
  color: var(--dark-purple);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  transform: translateY(-1px);
}

/* Focus and active states */
button[data-tf-popup]:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(255, 199, 45, 0.4);
}

button[data-tf-popup]:active {
  background-color: var(--crispy-yellow-200);
  border-color: var(--crispy-yellow-200);
  transform: translateY(1px);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

/* Disabled state (for completeness) */
button[data-tf-popup][disabled] {
  background-color: var(--dark-gray);
  border-color: var(--dark-gray);
  color: #fff;
  cursor: not-allowed;
  box-shadow: none;
}

/* END TYPEFORM BTN OVERRIDE */



/* HOME PAGE HERO */

.home-page-hero {
	margin-top: 1rem;
	min-height: 60vh;
	display: flex; 
	flex-direction: column;
	background-color: var(--crispy-yellow-200);
	background: linear-gradient(90deg,rgba(255, 245, 198, 1) 0%, rgba(255, 199, 45, 1) 70%);
	border-radius: 25px;
	position: relative;
	z-index: 1000;
	/*box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);*/
}



.home-page-hero > .container-fluid {
  height: 100%;
  flex: 1;
}

.bento-hero {
	margin-top: 1rem;
	min-height: 60vh;
	display: flex; 
	flex-direction: column;
	background-color: var(--crispy-yellow-200);
	background: linear-gradient(90deg,rgba(255, 245, 198, 1) 0%, rgba(255, 199, 45, 1) 70%);
	border-radius: 25px;
	position: relative;
	z-index: 1000;
}


@media (min-height: 850px) {
	.home-page-hero, .bento-hero {
		min-height: 50vh;
	}
}
@media (min-height: 1039px) {
	.home-page-hero, .bento-hero {
		min-height: 40vh;
	}
}
@media (min-height: 1299px) {
	.home-page-hero, .bento-hero {
		min-height: 40vh;
	}
}
@media (min-height: 1398px) {
	.home-page-hero, .bento-hero {
		min-height: 34vh;
	}
}

.bento-hero > .container-fluid {
	height: 100%;
	  flex: 1;
}

.hero-h1 {
	line-height: 1.13;
	font-weight: 600;
	letter-spacing: -1px;
	margin-bottom: 1rem;
	font-family: var(--bs-headers-font-family);
}

.hero-intro, .bento-hero-intro{
	font-weight: 300;
	font-size: 1.5rem;

}


/* HERO FULL SIZE */
#main-nav {
	z-index: 10;
}

.hero-full {
	position: relative;
	clip-path: inset(-9999px 0 0 0);
}

.hero-full-headline {
	padding: 5rem 4rem;
	text-align: center;
}

.hf-hero-intro {
	font-weight: 300;
	line-height: 1.4;
	font-size: clamp(1.2rem, 1.5vw, 2rem);
}

.hf-ani-image {
	position: absolute;
	right: 1%;
	bottom: -15%;
	z-index: 1;
	pointer-events: none;
	width: 50vw;
	height: auto;
}

.hero-full-image-wrapper {
	position: relative;
	z-index: 2;
}

.hero-full-image-wrapper img {
	display: block;
	width: 100%;
	height: auto;
}

@media (min-width: 992px) {
	.hero-full {
		height: calc(100vh - 160px);
	}
	.hero-full-headline {
		padding: 7rem 5rem 7rem 7rem;
		text-align: left;
	}
}

.hero-pcc .hero-full-image-wrapper {
	max-width: 70%;

}



/* INTRO */

#intro-dot {
	height: 70vh; 
	width: 100%;
	position: relative;
	padding: 1rem 0 3rem;
	margin-bottom: 4rem;
	/*background-image: url('../img/hex-people.jpg'); 
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;  
	background-size: 110%; */
}


.intro-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}


@media (min-width: 1200px) {
	#intro-dot {
	height: 90vh; }
	
	.intro-bg {
	  position: absolute;
	  inset: 0;
	  background-image: url('../img/hex-people.jpg');
	  background-size: cover;
	  background-position: center;
	  opacity: 0;
	  z-index: -1;
	}

	
 }

.bg-circle { 
	background-color: var(--crispy-yellow-200);
	background: linear-gradient(135deg,rgba(255, 245, 198, 1) 0%, rgba(255, 199, 45, 1) 70%); 
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin: 0 auto;             /* keeps it centered horizontally */
	position: relative;
	display: hidden;
	z-index: 100;
	position: relative;
	  z-index: 10;
	  flex-shrink: 0;
	  margin: auto;
}

.bg-circle h2 {
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 1.1;
	margin-bottom: 2rem;
	font-size: 2rem;
	
}

.intro-dot-text .pre {
	font-size: 1.2rem;
	line-height: 1.2;
}


@media (min-width: 992px) {
	.bg-circle h2 {
		font-size: 3rem;
	}
 
 }

.section-lead {
	

	font-weight: 300;
	font-size: 1.5rem;

}

/* ACADEMY */





 .hex-item {
	 background: var(--mid-gray);
	 border-top-right-radius: 10px;
	 border-bottom-right-radius: 10px; 
	 padding-left: 25px;
	 padding-right: 10px;
	 height: 30px;
	 position: relative;
	 display: inline-flex;
	 align-items: center;
	 margin-right: 10px;
	 
 }
 
 .hex-container {
	 padding-left: 15px;
	 margin-bottom: 1rem;
 }
 
 .hex-item p{
	 margin-bottom: 0;
	 font-size: 0.8rem;
	  font-weight: bold;
	  text-transform: uppercase;
 }
 
 .hex-svg{
	 width: auto;
	 height: 30px;
	 position: absolute;
	 top:0;
	 left: -15px;
 }
 

 @media (min-width: 1400px) {
	 .hex-item {
		 padding-right: 15px;
	 }
	 .hex-item p {
		 font-size: 0.9rem;
	 }
 
  }

/* FOOTER */


#wrapper-footer {

	color: var(--offwhite);
	padding-top: 0rem;
	padding-bottom: 1.5rem;
	background: var(--dark);

}


#prefooter {
	
	padding: 3em 0 3em;
}

#prefooter h3, #prefooter p {
	color: var(--crispy-yellow);
}

#prefooter h3 {
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
	margin-bottom: 1em;
}

#prefooter p {
	color: var(--offwhite);
	margin-bottom: 0.2em;
	font-size: 0.8em;
}

#prefooter a, #prefooter a:visited, #prefooter a:active {
	color: var(--offwhite);
	text-decoration: none;
	transition: all ease-in-out 0.2s;
	display: inline-block;
	position: relative;
}

#prefooter a:hover {
	color: var(--crispy-yellow);
	text-decoration: none;
}

#prefooter .dot-link a::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -10px;
  transform: translateX(-15px); /* start slightly above */
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--crispy-yellow);
  opacity: 0;
  transition: 
	opacity 0.3s ease,
	transform 0.3s cubic-bezier(0.25, 0.8, 0.5, 1.5); /* gives a bounce-like feel */
}

#prefooter .dot-link a:hover::before,
#prefooter .dot-link a.active::before {
  opacity: 1;
  transform: translateX(-50%) translateY(0); /* falls into place */
}

.site-footer p {
	 color: var(--offwhite);
}

.site-info {
	opacity: 60%;
	padding-top: 2rem;
}

.footer-widget {
	margin-bottom: 2em;
}


@media (min-width: 1200px) {
.footer-widget {
	margin-bottom: 0em;
}
 }

.footer-logo {
	max-width: 250px;
}

.nn-logo {
	max-width: 130px;
	height: auto;
}
/* HERO Home and Academy */

/* SINGLE POST */

.single-post nav {
	background: var(--crispy-yellow-100);
}

.single-post-wrapper {
	margin-bottom: 6rem;
    color: var(--bodytext);
}

.single-post-wrapper h1, .single-post-wrapper h2, .single-post-wrapper h3, .single-post-wrapper h4, .single-post-wrapper h5 {
	color: var(--dark);
}

.single-post-wrapper .entry-content img {
	margin-top: 1rem;
	margin-bottom: 2rem;
}

.single-post-wrapper blockquote {
	background-color: var(--light-gray);
	font-style: italic;
	margin: 1rem 2rem 1rem 0.5rem;
	padding: 1.5rem 1.5rem 0.5rem 2rem;
	border-left: 5px solid var(--crispy-yellow-300);
}

.single-post-wrapper h2 {
	margin-bottom: 1.2rem;
	margin-top: 2.2rem;
}

.single-training-wrapper h2 {
	margin-top: 1.2rem;
}

.single-training-wrapper .tcwp-title {
	margin-top: 2.2rem;
}

.posted-on {
	font-size: 0.9rem;
}

.single-post-wrapper h3, .single-post-wrapper h4, .single-post-wrapper h5{
	margin-bottom: 0.9rem;
	margin-top: 1.8rem;
}

.single-post-wrapper h3 {
	font-size: 1.5rem;
	font-weight: 600;
}

.single-post-wrapper .entry-header {
	background: #FFFFFF;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 245, 198, 1) 65%);
	padding: 4rem 0;
	width: 100%;
	margin-bottom: 0rem; 
}

.single-post-header-wrapper {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;

}

.single-entry-category {
	text-transform: uppercase; 
	font-weight: 600;
	font-size: 0.9rem;
	display: inline-block;
	margin-bottom: 0.7rem;
}

.single-entry-category a {
	color: var(--salmon);
	text-decoration: none;
}



.spt-thumbnail {
	margin-bottom: 4rem;
}

.spt-shadow {
	box-shadow: var(--bs-box-shadow);
}

.spt-rounded {
	border-radius: 25px;
}

.sp-grid {
	display: grid;
	grid-template-columns: 1fr minmax(auto, 740px) 1fr;
	grid-gap: 2rem;
	width: 100 percent;
}

/* Left aside */
.sp-grid-left {
	grid-column: 1;
}

/* Main content */
.sp-grid .entry-content {
	grid-column: 2;
}

/* Right aside */
.sp-grid-right {
	grid-column: 3;
}

/* Mobile stacking */
@media screen and (max-width: 768px) {
	.sp-grid {
		grid-template-columns: 1fr;
	}

	.sp-grid-left,
	.sp-grid-right {
		order: 2;
	}

	.sp-grid .entry-content {
		order: 1;
	}
}


/* POSTS IN HOME page: */

.posts-card-title {
	font-size: 1.5rem; 
	font-weight: 500;
}

.insights-thumb-wrapper-home {
	min-height: 270px;
}


//UNUSED, keep for later

.single-post .entry-footer {
		//padding: 3rem;
		border-radius: 25px;
		max-width: 840px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		
	}

/* PAGE TEMPLATE INSIGHTS */

.blog nav#main-nav, .category-crispy-academy-insights nav#main-nav, .category-crispy-academy-erkentnisse nav#main-nav, .category-crispy-content-snacks nav#main-nav {
	background: var(--crispy-yellow-100);
}

.blog .single-entry-category {
	text-transform: uppercase; 
	font-weight: 500;
	font-size: 0.7rem;
	display: inline-block;
	margin-bottom: 0.2rem;


}

.blog .single-entry-category a {
	color: var(--salmon);
	text-decoration: none;

	
}

.insights-hero {
	background: #FFFFFF;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 245, 198, 1) 65%);
}

.insight-item {
	padding: 4rem 2rem;
	background: transparent;
	border: none;
	border-radius:0px;
	box-shadow: var(--shadow-crispy);
	border-bottom: 1px solid var(--light-gray-100)
}

.insight-wrapper:last-of-type .insight-item {
	border-bottom: none;
}

.insights-thumb-wrapper {
	text-align: center;
	background-color: white;
	border-radius: 25px;
	overflow: hidden;
	//box-shadow: var(--bs-box-shadow);
}

a.read-more {
	text-decoration: none; 
	transition: all ease-in-out 0.2s;
	color: var(--crispy-yellow);
}

a.read-more:hover {
	color: var(--salmon);
}

.insight-content-wrapper h2 a {
	color: var(--dark);
	font-size: 1.8rem;
	font-weight: 600;
	transition: all ease-in-out 0.2s;
}

.insight-content-wrapper h2 a:hover {
	color: var(--crispy-yellow-500);
}

/* SINGLE EVENT */

.event-details h3 {
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 1.1rem;
}

.event-details {
	border-left: 0; 
	border-top: 1px solid var(--crispy-yellow-200);  
	padding: 2rem 0 0 0;
	text-align: center;
}

.single-event-wrapper {
	border: 1px solid var(--light-gray-100); 
	background: var(--light-gray); 
	padding: 4rem 2rem; 
	border-radius: 25px;
}

@media (min-width: 1280px) {

.event-details {
	border-left: 1px solid var(--crispy-yellow-200);  
	border-top: none;
	padding: 0rem 2rem 0 3rem;
	text-align: left;
	
}
}

.event-details p {
	margin-bottom: 0.3rem; 
	font-size: 1rem;
}

.single-event-content {
	font-size: 1rem;
}

hr.crispyhr {
	background: var(--crispy-yellow);
}

.tribe-events-event-image {
	margin-bottom: 1rem;
}

.tribe-events-calendar-list__event-featured-image {
max-width: 250px!important;
margin-left: auto;
margin-right: auto;
}

/* SINGLE TEAM MEMBER */

#team-member-single {
	padding-top: 5rem;
	padding-bottom: 4rem;
}

.tms-img-wrapper {
	padding-right: 4rem;
	padding-left: 4rem;
	background: white;
}

.tms-desc {
	padding-right: 4rem; 
	padding-left: 4rem;
	padding-top: 0rem;
}


@media (min-width: 992px) {
	.tms-desc {
	padding-right: 0rem;
	padding-left: 0rem;
	padding-top: 0rem;
}
 }

.trainer-group-label {
	font-size: 0.8rem;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0.4rem 0.8rem;
	border-radius: 25px;

}

/* SINGLE TRAINING */
.training-hero .hero-h1 {
  position: relative;
  display: inline-block;
  color: var(--dark-purple)!important;
}

.training-hero {
	background: var(--light-gray);
	border: 1px solid var(--light-gray-100);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center; 
	border-radius: 25px;
	min-height: 70vh;
	margin-top: 3rem;
}

.single-training-thumb {
	max-width: 380px;
	filter: drop-shadow(var(--drop-shadow-xl));
}



.single-training-type {
	color: var(--dark-purple); /* controls the hexagon fill */

	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	text-align: center;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 10px;
	font-weight: 600;
	right: 10%;

}

.single-training-type span {
	color: var(--offwhite);
	text-transform: uppercase;
	font-size: 0.7rem;
}

.hero-intro {
	font-size: 1.4rem;
}

.training-duration {
	border: 1px solid var(--crispy-yellow);
	text-transform: uppercase;
	font-weight: 500;
	font-size: 0.7rem;
	padding: 0.3rem 0.6rem;
	color: var(--crispy-yellow-500);
	display: inline-block;
	margin-bottom: 0.2rem;
	
}



/*LAYOUTS*/

/* CLIENTS */

#clients {
	min-height: 50vh;
	padding: 4rem 0 5rem;
	background-color: var(--light-gray);
	
}

#clients h2 {
	font-weight: 600;
	font-size: 3rem;
}




/* CLIENT LOGO GRID */
.logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  gap: 4rem;
  justify-items: center;
  align-items: center;
}

/* exactly 6 per row on large screens */
@media (min-width: 1200px) {
  .logo-grid {
	grid-template-columns: repeat(6, 1fr);
  }
}

/* around 4 per row on tablets */
@media (min-width: 768px) and (max-width: 1199px) {
  .logo-grid {
	grid-template-columns: repeat(4, 1fr);
  }
}

/* 3 per row on mobile */
@media (max-width: 767px) {
  .logo-grid {
	grid-template-columns: repeat(3, 1fr);
  }
}

.logo-item {
  width: 100%;
  aspect-ratio: 3 / 2; /* Keeps each logo cell consistent */
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
}




/* HOME >> BENTO 2 COL */

.bento-2col .card {
	border-radius: 25px;
	cursor: auto;
	transition: all ease-in-out 0.2s;
}

.bento-2col .card:hover {
	transform: scale(1.01);
}

.bento-2col .card-header {
	padding: 2rem; 
	border: 0;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

.bento-2col .card-body {
	border-bottom-left-radius: 25px; 
	border-bottom-right-radius: 25px;
}

.cta-large h2 {
	font-size: 2.5rem;
}


/* PAGE - TEAM MEMBERS SECTION */

@media (min-width: 992px) {
.tm-section-text-wrapper {
	padding-right: 0.7rem;
}
 }

.tm-title {
	font-size: 3rem;
}

.tm-byline {
	font-size: 1.2rem;
	font-weight: 300;
}


/* MASONRY GALLERY */

.masonry-gallery-headline {
	font-size: 3rem;
	margin-bottom: 2rem;
}

.text-above-h-masonry {
	font-size: 0.9rem;
	font-weight: 600;
	
}

/* LDTT TRAINING */

	#ldtt {
	padding: 4rem 0;	
}

.ldtt-card-item {
	background: var(--light-gray-100);
	border-radius: 25px;
	padding: 2rem;
}

.ldtt-card-item h4 {
	margin: 0 0 0.2rem 0;
	font-weight: 600;
}

.ldtt-text h2 {
	font-size: 3rem;
	
}

.ldtt-card-item p {
	margin-bottom:0;
	font-size:1rem;
}

.ldtt-text p {
	font-size: 1.4rem; 
	font-weight: 400;
}

.ldtt-icon {
	color: #ffffff;
	background-color: #ffc72c;
	border-color: #ffffff;
	font-size: 25px;
	display: inline-block;
	line-height: 55px;
	height: 55px;
	width: 55px;
	border-width: 0px;
	border-radius: 50% 50% 50% 50%;
	margin-bottom: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Button fix for scheduling */

.qxCTlb {
	font-family: var(--bs-body-family)!important;
	font-weight: 400!important;
	font-size: 16px!important;
	padding: 15px 25px!important;
	border-radius: 15px!important;
}

/* CF7 */

.form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=color], .wpcf7 input[type=date], .wpcf7 input[type=datetime-local], .wpcf7 input[type=datetime], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=month], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=search], .wpcf7 input[type=submit], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=time], .wpcf7 input[type=url], .wpcf7 input[type=week], .wpcf7 select, .wpcf7 textarea {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.9;
	color: #212529;
	background-color: var(--offwhite);
	background-clip: padding-box;
	border: 1px solid var(--mid-gray);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .575rem;
	margin-top: 0.3rem;
	transition:border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.wpcf7 .wpcf7-form label {
width: 100%;
margin-top: 1rem;

}

.form-control:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input[type=color]:focus, .wpcf7 input[type=date]:focus, .wpcf7 input[type=datetime-local]:focus, .wpcf7 input[type=datetime]:focus, .wpcf7 input[type=email]:focus, .wpcf7 input[type=file]:focus, .wpcf7 input[type=month]:focus, .wpcf7 input[type=number]:focus, .wpcf7 input[type=range]:focus, .wpcf7 input[type=search]:focus, .wpcf7 input[type=submit]:focus, .wpcf7 input[type=tel]:focus, .wpcf7 input[type=text]:focus, .wpcf7 input[type=time]:focus, .wpcf7 input[type=url]:focus, .wpcf7 input[type=week]:focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
	color: #212529;
	background-color: var(--offwhite);
	border-color: var(--crispy-yellow);
	outline: 0;
	box-shadow: none;;
}

.wpcf7 input[type=submit] {
	--bs-btn-color: var(--crispy-yellow);
	--bs-btn-border-color: var(--crispy-yellow);
	--bs-btn-hover-color: var(--offwhite);
	--bs-btn-hover-bg: var(--crispy-yellow);
	--bs-btn-hover-border-color: var(--crispy-yellow);
	--bs-btn-focus-shadow-rgb: 85, 51, 255;
	--bs-btn-active-color: var(--offwhite);
	--bs-btn-active-bg: var(--crispy-yellow);
	--bs-btn-active-border-color: var(--crispy-yellow);
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: var(--crispy-yellow);
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: var(--crispy-yellow);
	--bs-gradient:none
}

/* block of three */

.bot-single-dark {
	color: var(--dark-gray);
}
.bot-single-dark h2{
	color: var(--dark-gray);
}

.bot-single-dark a{
	color: var(--dark-gray);
	text-decoration: none;
}

.bot-single-dark a:hover{
	color: var(--crispy-soft-red);
	text-decoration: none;
}

/* TRAININGS GRID IN TEAM MEMBER PAGE */

	.tm-trainings-grid .training-card .training-title {
	font-size: 1.2rem;
	font-weight: 600;
}

.tm-trainings-grid .training-card .training-afterline {
	font-size: 0.85rem;
	color: var(--bodytext);
}

.tm-trainings-grid .training-card .training-type {
	color: var(--dark-gray);
	font-weight: 600;
	font-size: 0.8rem;
}

.tm-trainings-grid .training-card {
	padding: 0.5rem 1rem;
	min-height: 170px;
	display: flex;
	align-items: center;
	transition: transform 0.2s ease;
	transform-origin: center;
}

.tm-trainings-grid .training-card:hover {
	transform: scale(1.02);
}

.tm-trainings-grid .training-card-body {
	position: relative;
	padding: 1.2rem;
}

.tm-trainings-grid .training-card-hex {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 0.4rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: -2px;
}

.tm-trainings-grid .training-card-link {
	color: inherit;
}

.tm-trainings-grid .training-card-link:hover .training-title {
	text-decoration: none;
}

.tm-trainings-grid .training-img-wrapper {
	border-radius: 25px 25px 0 0;
	overflow: hidden;
}

.tm-trainings-grid .training-thumb {
	width: auto;
	height: 100% !important;
	object-fit: contain;
}

.tm-trainings-grid .training-img-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (min-width: 768px) {
	.tm-trainings-grid .training-img-wrapper {
		border-radius: 25px 0 0 25px;
		max-height: 140px;
	}
}

@media (max-width: 1400px) {
	.tm-trainings-grid .training-card {
		min-height: 190px;
	}
}

@media (max-width: 1200px) {
	.tm-trainings-grid .training-card {
		min-height: 210px;
	}
}

@media (max-width: 767.98px) {
	.tm-trainings-grid .training-card .training-title {
		font-size: 1rem;
	}

	.tm-trainings-grid .training-card {
		min-height: 320px;
	}

	.tm-trainings-grid .training-card .training-afterline {
		font-size: 0.78rem;
	}

	.tm-trainings-grid .training-img-wrapper {
		max-height: 110px;
	}

	.tm-trainings-grid .training-card {
		text-align: center;
	}

	.tm-trainings-grid .training-card-body {
		align-items: center;
	}
}


.paper {
	background: #fff;
	padding: 30px;
	position: relative;
}

.paper, .paper::before, .paper::after {
	/* Styles to distinguish sheets from one another */
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
	border: 1px solid #bbb;
}

.paper::before, .paper::after {
	content: "";
	position: absolute;
	height: 95%;
	width: 99%;
	background-color: #eee;
}

.paper::before {
	right: 5px;
	top: 0;
	transform: rotate(-2deg);
	z-index: -1;
}

.paper::after {
	top: 5px;
	right: -5px;
	transform: rotate(1deg);
	z-index: -2;
}

/* NOTABLE NUMBERS SECTION */
.notable-number-item {
	padding: 2rem 1rem;
}

.notable-number-header {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	margin-bottom: 1.5rem;
}

.notable-icon-img {
	width: 52px;
	height: 52px;
	object-fit: contain;
	filter: brightness(0) saturate(100%) invert(72%) sepia(60%) saturate(600%) hue-rotate(5deg) brightness(105%);
	flex-shrink: 0;
}

.notable-number-value {
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 700;
	color: #FFD400;
	line-height: 1;
}

.notable-number-plus {
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 700;
	color: #FFD400;
	line-height: 1;
}

.notable-number-title {
	font-size: clamp(0.85rem, 1.8vw, 5rem);
	color: #1a1a1a;
	margin: 0;
	font-weight: 300;
}

@media (max-width: 575.98px) {
	.notable-number-item {
		padding: 1.25rem 0.5rem;
	}

	.notable-icon-img {
		width: 36px;
		height: 36px;
	}

	.notable-number-value,
	.notable-number-plus {
		font-size: 1.75rem;
	}

	.notable-number-title {
		font-size: 0.8rem;
	}
}

/* MODAL CONTACT */

.modal-form {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	color: var(--bs-modal-color);
	pointer-events: auto;
	background-clip: padding-box;
	border: var(--bs-modal-border-width) solid var(--crispy-yellow);
	border-radius: 25px;
	outline: 0;
	margin-top: 3rem;
	margin-bottom: 3rem;
	text-align: left;
	background-color: var(--light-gray-100);
	padding: 1rem;
}

.modal-form .modal-title {
	font-weight: 600;
}

.modal-form .wpcf7 .wpcf7-form label {
	margin-top: 0.2rem;
}

.modal-form .modal-header {
	margin-bottom: 1.5rem;
 
}