/*
Theme Name: Healthy Pixels
Author: Healthy Pixels
Description: Healthy Pixels stylesheet
Version: 1.0.0
Text Domain: Healthy Pixels
*/

* {scroll-padding-top: 6rem;}
html {scroll-behavior: smooth}
html, body {height: 100%;}
:root {
	--font: 'futura-100-latin-ext', -apple-system, system-ui, BlinkMacSystemFont, “Segoe UI”, Helvetica, Arial, sans-serif, “Apple Color Emoji”, “Segoe UI Emoji”, “Segoe UI Symbol”, sans-serif;
	--regular: 400;
	--demi: 600;
	--bold: 700;
	
	--black: #212121;
	--white: #fff;
	--bright: #F5F5F5;
	--purple-brightest: #C492EB;
	--purple-bright: #7d50a0;
	--purple: #4c2a64;
	--purple-dark: #311b45;
	--grey: #4a4b4c;
	--grey-dark: #414042;
	
	--highlight: #FFB81E;
	--highlight-dark: #f4ac1c;

	--br-sm: 10px;
	--br-md: 15px;
	--br-lg: 25px;
	--border-w: 2px;
	
	--moz-box-shadow: 0 2px 5px -1px rgba(26,26,26,.3);
	--webkit-box-shadow: 0 2px 5px -1px rgb(26 26 26 / 30%);
	--box-shadow: 0 2px 5px -1px rgb(26 26 26 / 30%);
	
	--transition: all .3s ease;
}
@media only screen and (max-width:767px) {
	:root {
		--br-sm: 3px;
		--br-md: 10px;
		--br-lg: 20px;
		--max: 15px;
	}
}
@media only screen and (min-width:768px) {
	:root {--max: 5vw;}
	.fluid-xxl-max, .fluid-max, .wp-block-columns {
		margin-left: var(--max);
		margin-right: var(--max);
	}
	.fluid-max-left {margin-left: var(--max);}
	.fluid-max-right {margin-right: var(--max);}
}
@media only screen and (min-width:1600px) {
	:root {--max: 10vw;}
}
body, .editor-styles-wrapper.block-editor-writing-flow {
	margin: 0;
	font-family: var(--font);
	font-size: 1rem;
	font-weight: var(--regular);
	text-align: left;
	line-height: 1.5;
	word-spacing: .5px;
	letter-spacing: .3px;
	background: var(--bright);
	color: var(--grey-dark);
	width: 100%;
	overflow-x: hidden;
	
	display: flex;
	flex-direction: column;
}
#main {
	flex: 1 0 auto;
	width: 100%;
	overflow: clip;
}

/* Accessibility */
.screenreader-desktop {
	position: fixed;
	left: -999px;
	width: 1px;
	height: 1px;
	top: 0;
}
.screenreader-desktop:focus {
	color: var(--white);
	text-decoration: none;
	background: var(--black);
	display: inline-block;
	height: auto;
	width: auto;
	position: fixed;
	margin: auto;
	z-index: 999999999;
	top: 15px;
	left: 15px;
	padding: 8px 16px;
	border-radius: 25px;
	-moz-box-shadow: var(--moz-box-shadow);
	-webkit-box-shadow: var(--webkit-box-shadow);
	box-shadow: var(--box-shadow);
}

/* Text handling */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 1.35;
	margin-bottom: 1rem;
}
h1, h2, h3, h4, h5, h6 {font-weight: var(--regular);}
h1 {
	font-size: 3.1rem;
	line-height: 1.2;
	color: var(--purple-dark);
}
h2 {font-size: 1.9rem;}
h3 {font-size: 1.6rem;}
h4 {font-size: 1.3rem;}

.post-content h2 {
    font-size: 1.7rem;
    padding-top: 2.5rem;
}
.post-content h2:first-child {padding-top: 0;}
.post-content h3 {
    font-size: 1.3rem;
    font-weight: var(--regular);
    padding-top: 1.5rem;
}

b, strong, .strong {font-weight: var(--demi);}
.sub {
	text-transform: uppercase;
	letter-spacing: 3px;
}
.sub.butterfly {
	display: inline-block;
	position: relative;
	margin-left: 45px;
}
.sub.butterfly:before, .bg.butterfly:before {
	content: "";
	width: 34px;
	height: 34px;
	position: absolute;
	background-image: url("/wp-content/uploads/2026/06/evolva-butterfly.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.sub.butterfly:before {
	left: 0;
	margin-top: -5px;
	margin-left: -45px;
}
.bg.butterfly:before {
	margin-top: calc(-34px / 2);
	margin-left: calc(50% - 17px);
}

.hero .lead {font-size: 1.5rem;}
.lead {font-size: 1.25rem;}
.muted {
	opacity: .8;
	font-size: 90%;
}
.arrow-txt {
    display: flex;
    align-items: flex-start;
    width: 100%;
}
.arrow-txt span {
    display: flex;
    align-items: flex-start;
    flex: 1;
}
.arrow-txt span::after {
    content: "";
    flex: 1;
    min-width: 40px;
    height: 2px;
	margin-top: 13px;
	margin-right: -13px;
    margin-left: 10px;
    background: var(--grey-dark);
}
.arrow-txt::after {
    content: "";
    width: 20px;
    height: 20px;
    flex-shrink: 0;
	margin-top: 4px;
    background: var(--grey-dark);
    -webkit-mask: url('/wp-content/uploads/2025/02/caret-right.svg') center / contain no-repeat;
    mask: url('/wp-content/uploads/2025/02/caret-right.svg') center / contain no-repeat;
}

/*.quote {
	margin: 1rem 0;
	padding: .5rem 0 .5rem 1rem;
}
p + .quote {margin-top: 0;}
.quote p {font-size: 1.1rem;}
.quote p:last-child {margin-bottom: 0;}*/

.caveat {font-size: .85rem;}

.badge {
	margin-bottom: 1rem;
	display: inline-block;
	font-size: .875rem;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.badge p {margin-bottom: 0;}
.hero .badge {color: var(--purple-bright);}

@media only screen and (max-width:767px) {
	h1 {font-size: 2rem;}
	h2 {font-size: 1.6rem;}
	h3 {font-size: 1.3rem;}
	h4 {font-size: 1.1rem;}
	.hero .lead {font-size: 1.25rem;}
}
@media only screen and (min-width:1600px) {
	body {font-size: 1.1rem;}
	h1 {font-size: 4rem;}
	h2 {font-size: 2.5rem;}
	h3 {font-size: 1.8rem;}
	h4 {font-size: 1.4rem;}
}

/* Spacing */
body {
	--sm-spacer: 2rem;
	--md-spacer: 3.5rem;
	--lg-spacer: 5rem;
}
@media only screen and (min-width:1600px) {
	body {
		--sm-spacer: 3rem;
		--md-spacer: 6rem;
		--lg-spacer: 9rem;
	}
}
@media only screen and (max-width:767px) {
	body {
		--sm-spacer: 1.5rem;
		--md-spacer: 2rem;
		--lg-spacer: 3rem;
	}
	.hide-mob {display: none;}
}
.mx-15 {
	margin-left: 15px;
	margin-right: 15px;
}
.sm-spacer, .sm-spacer-top {padding-top: var(--sm-spacer);}
.sm-spacer, .sm-spacer-btm {padding-bottom: var(--sm-spacer);}
.md-spacer, .md-spacer-top {padding-top: var(--md-spacer);}
.md-spacer, .md-spacer-btm {padding-bottom: var(--md-spacer);}
.lg-spacer, .lg-spacer-top {padding-top: var(--lg-spacer);}
.lg-spacer, .lg-spacer-btm {padding-bottom: var(--lg-spacer);}
.mb-30 {margin-bottom: 30px;}
.wp-block-columns {
	padding-top: var(--md-spacer) !important;
	padding-bottom: var(--md-spacer) !important;
}
:where(.wp-block-columns) {margin-bottom: 0;}
.intro-m.has-content {padding-bottom: var(--sm-spacer);}
.outro-m.has-content {padding-top: var(--sm-spacer);}

.rg-15 {row-gap: 15px;}
.rg-30 {row-gap: 30px;}

.wp-block-columns {padding: 15px;}

@media only screen and (min-width:768px) {
	.rg-md-15 {row-gap: 15px;}
	.rg-md-30 {row-gap: 30px;}
}
@media only screen and (min-width:992px) {
	.rg-lg-15 {row-gap: 15px;}
	.rg-lg-30 {row-gap: 30px;}
}

/* Backgrounds */
.bg-black {background: var(--black);}
.bg-white, .post-wrap {background: var(--white);}
.bg-purple-bright {background: var(--purple-bright);}
.bg-purple {background: var(--purple);}
.bg-purple-dark {background: var(--purple-dark);}
.bg-grey {background: var(--grey);}
.bg-grey-dark {background: var(--grey-dark);}

.bg-link {
	background: var(--white);
	-webkit-transition: var(--transition);
	transition: var(--transition);
}
.bg-link:has(a.overlay-link):hover, .bg-link:focus {
	background: var(--purple);
	color: var(--white);
}

.rounded-bg {border-radius: var(--br-lg);}

.pad-bg {padding: 3rem 0;}

.r-bg-top-l {border-top-left-radius: var(--br-lg);}
.r-bg-top-r {border-top-right-radius: var(--br-lg);}
.r-bg-btm-l {border-bottom-left-radius: var(--br-lg);}
.r-bg-btm-r {border-bottom-right-radius: var(--br-lg);}

.flipper {color: var(--white);}

@media only screen and (max-width:767px) {
	.pad-bg {padding: 1rem;}
}

/* Images and video files */
.wp-block-image img {width: 100% !important;}
img.rounded, .wp-block-gallery img, .rounded, figure.wp-block-image img {border-radius: var(--br-md) !important;}

.round-img {
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background-color: var(--white);
	border: 15px solid var(--white);
}
.bg-white .round-img {border-color: var(--bright);}
.w-80 {
	max-width: 80%;
	margin: 0 auto;
}
.round img, .round-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/*.butterfly-shapes {
	position: relative;
	z-index: 0;
}*/
.col-img {
	position: relative;
	z-index: 5;
}
.butterfly-shape:before, .butterfly-shape:after {
	content: "";
	position: absolute;
	width: 25%;
    height: auto;
	aspect-ratio: 131 / 229;
	background-color: var(--purple-bright);
	-webkit-mask: url('/wp-content/uploads/2026/06/evolva-wings.svg') center / contain no-repeat;
	mask: url('/wp-content/uploads/2026/06/evolva-wings.svg') center / contain no-repeat;
}
.flipper .butterfly-shape:before, .flipper .butterfly-shape:after {background-color: var(--white);}
.butterfly-shape:before {left: 5%;}
.butterfly-shape:after {
	right: 5%;
	bottom: 0;
	transform: rotateY(180deg);
}
.butterfly-left .butterfly-shape:before {bottom: 0;}
.butterfly-left .butterfly-shape:after {top: 0; bottom: auto;}

.butterfly-wrapper {position: relative;}
.butterfly-wrapper .butterfly-shapes {
    position: absolute;
    inset: 0;
    height: 100%;
    pointer-events: none;
}

.img-circle {
	position: relative;
	max-width: 90%;
	margin-bottom: 3rem;
}
.img-circle:after {
	content: "";
	right: 0;
	bottom: -2rem;
	margin-right: -10%;
	width: 130px;
	height: 130px;
	position: absolute;
	border: 3px solid var(--purple-bright);
	border-radius: 50%;
}
.bg-purple-bright .img-circle:after {border-color: var(--bright);}

@media only screen and (min-width:992px) {
	.same-height {align-items: stretch;}
	.img-wrap {
		position: relative;
		height: 100%;
		min-height: 300px;
		overflow: hidden;
	}
	.img-wrap img {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center center;
	}
}

.svg-icon + h2, .svg-icon + h3 {padding-top: 0;}
img.icon, .icons svg {
	width: 80px;
	height: 80px;
	margin: 1rem 0;
}
.svg-icon {
	max-width: 60px;
	max-height: 60px;
	margin: .5rem 0;
	display: block;
}
svg.centre-icon {margin: .5rem 0;}
p.icon-title {font-weight: var(--bold);}
@media only screen and (max-width:575px) {
	img.icon, .icons svg {
		width: 50px;
		height: 50px;
	}
}
@media only screen and (min-width:576px) {
	svg.centre-icon {margin: .5rem auto;}
}

/* Lists */
ul li::marker {color: var(--purple-bright);}
ul.checklist, ul.crosslist, .checklist ul, ul.bg, ul.inline {
	padding-inline-start: 0;
	list-style: none;
}
ul, ol {padding-inline-start: 20px;}
li:not(.menu-item) {padding-bottom:1rem}
li:last-child {padding-bottom:0}
ul.checklist li:before, ul.crosslist li:before, ul.checklist p:before, p.checkmark:before, ul.crosslist p:before, p.crossmark:before, .checklist ul li:before, .checklist ul p:before {
    content: "";
    display: inline-block;
    vertical-align: top;
	margin-top: 1px;
    margin-right: 4px;
    width: 20px;
    height: 20px;
	background-color: var(--purple-bright);
}
.flipper ul li:before {background-color: var(--white);}
ul.checklist li:before, ul.checklist p:before, ul.highlights li:before, p.checkmark:before, .checklist ul li:before, .checklist ul p:before {
	-webkit-mask: url('/wp-content/uploads/2025/02/check.svg') center / contain no-repeat;
	mask: url('/wp-content/uploads/2025/02/check.svg') center / contain no-repeat;
}
ul.crosslist li:before, ul.crosslist p:before, p.crossmark:before {
	-webkit-mask: url('/wp-content/uploads/2025/02/cross.svg') center / contain no-repeat;
	mask: url('/wp-content/uploads/2025/02/cross.svg') center / contain no-repeat;
}

ul.inline li {
	display: inline;
	position: relative;
	padding-left: 15px;
	padding-right: 2px;
}
ul.inline li:before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50px;
	margin-left: -15px;
	margin-top: 8px;
	background: var(--purple-bright);
	position: absolute;
}

ul.bg {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem 2rem;
}
ul.bg li {
	background: var(--white);
	color: var(--purple);
	padding: 1rem;
	border-radius: 0 50px 50px 0;
	text-align: left;
}
@media (max-width: 767px) {
	ul.bg {
		grid-template-columns: 1fr;
		gap: .5rem 0;
	}
	ul.bg li {padding: .5rem;}
}
@media (min-width: 768px) {
	ul.bg li:nth-child(odd) {
		text-align: right;
		border-radius: 50px 0 0 50px;
	}
}

/* Navigation */
.navbar-nav {position: absolute;}
.navbar-nav, .cta-bar {
	top: 15px;
	z-index: 9999999;
}
.navbar {
	padding: 0;
	display: flex;
    justify-content: center;
}
.cta-bar {
	right: var(--max);
	z-index: 99999;
	position: fixed;
}
.cta-bar ul {list-style: none;}
.cta-bar a {
	padding: .75rem 1.25rem;
	border-radius: 50px;
	font-weight: var(--demi);
	background: var(--white);
	border: 1px solid var(--purple-dark);
}
.cta-bar a:hover, .cta-bar a:focus, .navbar-nav li a:hover, .navbar-nav a:focus {color: var(--purple-bright);}
.cta-bar a:hover, .cta-bar a:focus {
	text-decoration: none;
	border-color: var(--purple-bright);
}
nav.main-nav {
    width: calc(90% - 30px);
    position: absolute;
    background: transparent;
    z-index: 9999999;
	transition: all .75s ease;
	-webkit-transition: all .75s ease;
}
.brand {margin-top: 15px;}
#menu-toggle, .hamburger-icon {display: none;}

.navbar-nav li a, .cta-bar li a {color: var(--purple-dark);}
.navbar-nav li.current-menu-item > a {
    color: var(--grey);
	opacity: .6;
}
.navbar-nav li.current-menu-ancestor > a {font-style: italic;}
.dropdown-menu {list-style: none;}

@media only screen and (min-width: 992px) {
	.navbar-nav li.current-menu-item > a {pointer-events: none;}
	.navbar-nav .menu-item-has-children .dropdown-menu {position: absolute;}
	.dropdown-menu {
		top: 60px;
		padding: 1rem;
		color: inherit;
		text-align: left;
		width: fit-content;
		background-color: var(--white);
		border-radius: var(--br-sm);
		-moz-box-shadow: var(--moz-box-shadow);
		-webkit-box-shadow: var(--webkit-box-shadow);
		box-shadow: var(--box-shadow);
	}
	.dropdown-menu li {margin-bottom: 1rem;}
	.dropdown-menu p, .dropdown-menu li:last-child {margin-bottom: 0;}
	.dropdown-item {padding: 0;}
}
@media only screen and (max-width: 991px) {
	.navbar, .cta-bar {display: none;}
	#menu-toggle:checked ~ .navbar {
		display: block;
		position: fixed;
		overflow-y: auto;
		width: 100vw;
		height: 100vh;
		left: 0;
		top: 0;
		z-index: 999999999;
		border-radius: 0;
		background: var(--white);
		padding: 5rem 2rem 0 2rem;
	}
	.hamburger-icon {
		display: inline-block;
        border-radius: 50px;
        z-index: 9999999999;
        display: inline-block;
        cursor: pointer;
        width: 45px;
        height: 45px;
        position: fixed;
        top: 15px;
        right: var(--max);
        background: var(--purple-bright);
    }
	.hamburger-icon span:nth-child(1) {margin-top: 15px;}
	.hamburger-icon span {
		background: var(--white);
        display: block;
        height: 2px;
        width: 20px;
        margin: 5px 12.5px;
        border-radius: 2px;
		transition: var(--transition);
		-webkit-transition: var(--transition);
	}
	#menu-toggle:checked + .hamburger-icon span:nth-child(1) {
		transform: rotate(45deg) translate(5px, 5px);
		transform-origin: center;
	}
	#menu-toggle:checked + .hamburger-icon span:nth-child(2) {opacity: 0;}
	#menu-toggle:checked + .hamburger-icon span:nth-child(3) {
    	transform: rotate(-45deg) translate(5px, -5px);
    	transform-origin: center;
	}
	.nav-link {display: inline-block;}
	ul.navbar-nav {
		margin-top: 4rem;
		padding-bottom: 3rem;
		width: calc(100% - 4rem);
	}
	.navbar-nav li {
		margin: 1rem 0;
		position: relative;
		width: 100%;
	}
	.navbar-nav li a {width: 100%;}
	.navbar-nav li a.dropdown-toggle {width: 80%;}
	.dropdown-toggle::after {
		content: "";
		position: absolute;
		right: 0;
		top: 1rem;
		border-top: .45em solid;
		border-right: .45em solid transparent;
		border-bottom: 0;
		border-left: .45em solid transparent;
	}
	.dropdown-menu {
		font-size: inherit;
		color: inherit;
		background-color: transparent;
		border: none;
	}
	.dropdown-item {padding: 0;}
}
/*
.scrolled nav.main-nav {
	background: var(--black);
	-moz-box-shadow: var(--moz-box-shadow);
	-webkit-box-shadow: var(--webkit-box-shadow);
	box-shadow: var(--box-shadow);
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1);
    right: 15px;
    top: 30px;
}
.navbar-nav {
    max-width: 100%;
	z-index: 9999998;
	padding: .5rem 1.5rem;
    border-radius: var(--br-lg);
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
}
.navbar-brand {
    z-index: 99999999999999;
    position: absolute;
	top: 8px;
}
.navbar-nav li {margin: 0 1rem;}
.cta-bar li {display: inline-block}
.cta-bar li.primary a {
	padding: 12px 20px;
	background: var(--white);
	color: var(--black);
	border-radius: var(--br-lg);
}
.cta-bar li.primary a:hover, .cta-bar li.primary a:focus {
	text-decoration: none;
	background-color: var(--black);
}
.cta-bar li.primary.current-menu-item {pointer-events: none;}
.cta-bar li.primary.current-menu-item a {
	background: transparent;
	color: var(--black);
	border-radius: 0;
	border-bottom: 1px solid var(--black);
}
#menu-toggle, .hamburger-icon {display: none;}	
@media only screen and (min-width: 992px) {
	.navbar-nav {flex-direction: unset !important;}
	.navbar-nav .menu-item-has-children .dropdown-menu {
		position: absolute;
		-moz-box-shadow: var(--moz-box-shadow);
		-webkit-box-shadow: var(--webkit-box-shadow);
		box-shadow: var(--box-shadow);
	}
	.dropdown-item {
		padding: .5rem;
		color: inherit;
	}
	.dropdown-menu {
		top: 60px;
		padding: .5rem 0;
		font-size: inherit;
		color: inherit;
		text-align: left;
		list-style: none;
		background-color: var(--white);
		border: none;
		border-radius: var(--br-sm);
	}
	.dropdown-item:focus, .dropdown-item:hover {
		background-color: transparent;
		color: var(--highlight) !important;
	}
}
@media only screen and (max-width: 991px) {
	.navbar-brand img {
		width: 240px;
		margin-left: -15px;
		transition: all .75s ease;
		-webkit-transition: all .75s ease;
	}
	.scrolled .navbar-brand img {margin-left: 0px;}
}
@media only screen and (max-width: 767px) {
	nav.main-nav {width: calc(100% - 30px);}
	.navbar-nav, .hamburger-icon {right: 24px;}
}
@media only screen and (min-width: 1600px) {
	nav.main-nav {width: calc(80% - 30px);}
}
.navbar-nav li {position: relative;}
.navbar-nav .menu-item-has-children .dropdown-menu {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: var(--transition);
		-webkit-transition: var(--transition);
    left: 0;
    z-index: 1000;
	border-radius: var(--br-sm);
	background: var(--white);
}
.navbar-nav .menu-item-has-children:hover .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
	transition: var(--transition);
	-webkit-transition: var(--transition);
}*/

/* Breadcrumbs */
.breadcrumb, nav.rank-math-breadcrumb {
	background-color: transparent;
	display: block;
	padding-left: 0;
}
.breadcrumb li a, .rank-math-breadcrumb p {font-size: .8rem !important}
.breadcrumb li a, .rank-math-breadcrumb p a, a.author {color: var(--purple)}
.breadcrumb li a:hover, .rank-math-breadcrumb p a:hover, a.author:hover {color: var(--purple-bright)}
.rank-math-breadcrumb p .last {color: var(--grey)}

/* WhatsApp */
.whatsapp {
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #25d366;
    transition: all 0.3s ease-out;
    z-index: 99999;
}
.wa-icon {
    width: 40px;
    margin-top: 7px;
    margin-left: 8px;
}
.whatsapp:hover, .whatsapp:focus {background-color: var(--black);}
.whatsapp a:hover, .whatsapp a:focus {cursor: pointer;}

/* Buttons and links */
.overlay-link {
	width: calc(100% - 30px);
	height: 100%;
	position: absolute;
	top: 0;
	left: 15px;
}

.clean-link a, .clean-link a:hover, .clean-link a:focus, a.clean-link, a.clean-link:hover, a.clean-link:focus {
	color: inherit;
	text-decoration: none !important;
}

p a, li a, a {color: var(--purple-bright);}
p a:hover, p a:focus, li a:hover, li a:focus, a:hover, a:focus {
	color: var(--purple-dark);
	text-decoration: none;
}

.btn, a.cky-banner-element, a.read-more, p.read-more {
	border-radius: 50px;
	font-weight: var(--demi);
	padding: 10px 40px;
	margin: 1rem 0;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	width: fit-content;
}
.btn:hover, .btn:focus, a.cky-banner-element:hover, a.cky-banner-element:focus {
	text-decoration: none;
}

.primary-btn, :where(.editor-styles-wrapper) .btn.primary-btn {
	background: var(--highlight);
	color: var(--black);
	position: relative;
}
.primary-btn:hover, .primary-btn:focus {
	color: var(--black);
	background: var(--highlight-dark);
	transform: translateY(-2px);
}

.secondary-btn, :where(.editor-styles-wrapper) .btn.secondary-btn, .cky-banner-element {
	border: 1px solid var(--purple);
	color: var(--purple);
}
.secondary-btn:hover, .secondary-btn:focus, .cky-banner-element:hover, .cky-banner-element:focus {
	border-color: var(--purple-bright);
	color: var(--purple-bright);
	transform: translateY(-2px);
}

.flipper .secondary-btn, :where(.editor-styles-wrapper) .flipper .btn.secondary-btn, .flipper .cky-banner-element {
	border: 1px solid var(--highlight);
	color: var(--highlight);
}
.flipper .secondary-btn:hover, .flipper .secondary-btn:focus, .flipper .cky-banner-element:hover, .flipper .cky-banner-element:focus {
	border-color: var(--white);
	color: var(--white);
}

a.read-more, p.read-more {
	color: var(--purple-dark);
	width: fit-content;
	display: inline-block;
	margin-bottom: 1rem;
	padding: 12px 20px;
	-webkit-transition: var(--transition);
	transition: var(--transition);
}
p.read-more {cursor: pointer;}
a.read-more:hover, a.read-more:focus, p.read-more:hover, p.read-more:focus {
	text-decoration: none;
	color: var(--purple-bright);
	transform: translateY(-2px);
}

@media only screen and (min-width:767px) {
	.primary-btn:has(+ .secondary-btn), .primary-btn:has(+ .read-more), .secondary-btn:has(+ .primary-btn), .secondary-btn:has(+ .read-more), .read-more:has(+ .primary-btn), .read-more:has(+ .secondary-btn) {
		margin-right: 1rem;
	}
}
@media only screen and (max-width:576px) {
	.btn {
		padding: 12px;
		width: 100%;
	}
}

/* HERO */
.hero-pad {padding-top: 7rem;}

.full-height-hero {
	position: relative;
	display: flex;
    flex-direction: column;
}
.full-hero-content {
	flex: 1;
	z-index: 1;
}
.hero-visual {
	z-index: 0;
	margin-top: auto;
	position: relative;
}

.hero-visual.hero-gradient-top:before {
	content: "";
	background: linear-gradient(0deg,rgba(255, 255, 255, 0) 2%, rgba(255, 255, 255, 1) 100%);
	position: absolute;
	top: 0;
	margin-top: -1px;
	height: 100px;
	width: 100vw;
}
.hero-gradient-btm {
	background: linear-gradient(0deg,rgba(245, 245, 245, 1) 5%, rgba(245, 245, 245, 0) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: -1px;
	height: 100px;
	width: 100vw;
}

@media only screen and (max-width: 767px) {
	.hero-pad {padding-top: 6rem;}
}
@media only screen and (max-width: 767px) {
	.full-height-hero .btn, .full-height-hero .read-more {
		text-align: center;
		width: 100%;
	}
}
@media only screen and (min-width: 1300px) {
	.hero-visual.move-img {margin-top: -5rem;}
	.full-height-hero {min-height: 100vh;}
}
@media only screen and (min-width: 1600px) {
	.hero-pad {padding-top: 9rem;}
}

/* Full height 
.full-height-hero {
    position: relative;
    background-color: var(--white);
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}
.full-height-hero.hero {
	margin-bottom: 0px;
    margin-top: 0px;
    display: flex;
    align-items: center;
    min-height: 100vh;
}
.full-height-hero.hero video, .full-height-hero.hero img {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
    width: 90%;
    height: 100%;
    object-fit: cover;
	margin: 0 auto;
}
.full-hero-content {
	position: relative;
	padding-top: 3rem;
	padding-bottom: 3rem;
}*/

/* Blog */
.post-wrap {
	padding: 1rem;
	border-radius: var(--br-md);
}
.post-wrap:hover {
	-moz-box-shadow: var(--moz-box-shadow);
	-webkit-box-shadow: var(--webkit-box-shadow);
	box-shadow: var(--box-shadow);
}
.post-content .post-hero-img {
	margin-top: 3rem;
	margin-bottom: 2rem;
}
.post-content .post-hero-img, .blog-listing-img {
	aspect-ratio: 14 / 9;
	overflow: hidden;
	border-radius: var(--br-md);
}
.post-content .post-hero-img img, .blog-listing-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.post-intro {margin: 1rem 0 2rem 0;}
.toc {
	margin: 1rem 0;
	padding: 1.5rem;
	background: var(--bright);
	border-radius: var(--br-md);
}
.toc ul {margin-block-end: 0;}
.toc ul li:hover::marker {color: var(--purple-dark);}
details summary::-webkit-details-marker, details summary::marker {
    display: none;
    content: "";
}
details summary {
    position: relative;
    padding-right: 2.5rem;
}
details summary::after {
    content: "";
    float: right;
    width: 15px;
    height: 15px;
    right: 10px;
    top: 0;
    position: absolute;
    transform: rotate(-45deg);
    -webkit-transition: var(--transition);
    background-color: var(--purple-dark);
    -webkit-mask: url('/wp-content/uploads/2025/02/cross.svg') center / contain no-repeat;
}
details[open] summary::after {
    transform: rotate(0deg);
}
@media only screen and (max-width: 767px) {
	.post-content {padding: 1rem 2rem 0 2rem;}
	.post-content .post-hero-img {
		margin-top: 0;
		margin-bottom: 0;
		padding-bottom: 0 !important;
	}
	.toc {padding: 1rem;}
}

/*.blog-img-h, .blog-listing-img {height: 400px;}
.blog-img-h img, .blog-listing-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: var(--br-sm);
}
.blog-badge {
    position: absolute;
    margin: 1rem 0 0 1rem;
    background: var(--black);
    border: 2px solid var(--white);
    color: var(--white);
    border-radius: 50px;
    padding: .75rem;
	font-size: .8rem;
}*/

.nowrap-row .row, .row.nowrap-row {
	flex-wrap: nowrap;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	cursor: grab;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}
.nowrap-row.is-dragging {
	cursor: grabbing;
	user-select: none;
	scroll-behavior: auto;
}
.customwrap-row, .nowrap-row {overflow-y: auto;}

.customwrap-row .row {flex-wrap: nowrap;}
.customwrap-row {overflow-y: auto;}
.nowrap-row::-webkit-scrollbar, .customwrap-row::-webkit-scrollbar {height: 10px;}
.nowrap-row::-webkit-scrollbar-track, .customwrap-row::-webkit-scrollbar-track {
	background-color: var(--purple);
	border-radius: 15px;
	max-width: 60% !important;
	margin-top: 3rem;
	margin-left: 35vw;
	margin-right: 35vw;
}
.nowrap-row::-webkit-scrollbar-thumb, .customwrap-row::-webkit-scrollbar-thumb {
	background-color: var(--purple-brightest);
	border-radius: var(--br-lg);
}
@-moz-document url-prefix() {
	.nowrap-row, .customwrap-row {
		scrollbar-width: thin;
		scrollbar-color: var(--purple-brightest) var(--purple);
		margin: 1rem;
	}
}

/* Tables 
.wp-block-table table {
	border-radius: var(--br-md);
    overflow: hidden;
	text-align: left !important;
}
.wp-block-table thead {
    border-bottom: 3px solid;
    background: var(--black) !important;
    color: var(--bright);
}
.wp-block-table td, .wp-block-table th {
	border: none !important;
}
.wp-block-table tbody tr:nth-child(odd) {background-color: var(--bright);}
.wp-block-table tbody tr:nth-child(even) {background-color: var(--grey);}

.tldr {
	background: var(--bright);
	border-radius: var(--br-md);
	padding: 1rem;
}*/

.bg-quote {
	background: var(--purple);
	color: var(--white);
	padding: 1rem;
	margin: 1rem 0;
	border-radius: var(--br-md);
}
.simple-quote {
	position: relative;
	font-size: 1.05rem;
	margin: 1.5rem 0;
	padding-left: 1rem;
	color: var(--grey);
}
.simple-quote:before {
	content: "";
	width: 4px;
	height: 100%;
	position: absolute;
	margin-left: -1rem;
	border-radius: 50px;
	background: var(--purple);
}
.bg-quote p:last-child, .simple-quote p:last-child {margin-bottom: 0;}

.highlight-content {
	padding: 1rem 1rem .5rem 1rem;
	border-radius: var(--br-md);
	margin-bottom: 1rem;
}
.highlight-content.bg-white {border: 1px solid var(--grey);}

.contact-details {
	border-left: 2px solid var(--purple-bright);
	padding-left: 1rem;
	margin: 2rem 1rem 1rem;
}

/* Misc */
.boxes {display: flex;}
.same-h {
	display: flex;
    flex-direction: column;
	height: 100%;
	flex: 1;
}
.push-down {margin-top: auto;}
.placeholder {
	min-height: 100px;
	height: 100%;
	width: 100%;
	background: var(--purple-bright);
}

.tab-buttons {margin-bottom: 1rem;}
.tab-buttons button {
	border: 1px solid var(--grey);
	padding: 1rem;
	border-radius: var(--br-sm);
	background: transparent;
	margin-bottom: 5px;
}
.tabs-block .tab-buttons button {margin-right: 5px;}
.tab-buttons button:hover, .tab-buttons button:focus {background: var(--white);}
.tab-buttons button.active {
	background: var(--purple-bright);
	border-color: var(--purple-bright);
	color: var(--white);
}
.tab-info {
	border-radius: var(--br-md);
	background: var(--white);
	padding: 1rem;
}
	
.tab-content {display: none;}
.tab-content.active, .block-editor .tab-content, .editor-styles-wrapper .tab-content, .tab-content.is-editor {display: block;}

.tab-info .row {align-items: stretch;}
.tab-info .headshot-col {display: flex;}

.tab-img {
	width: 100%;
	height: 100%;
}
.headshot {
	aspect-ratio: 9 / 12;
	max-height: 620px;
}
.sq-img {
	aspect-ratio: 10 / 9;
	max-height: 500px;
}
.tab-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

@media only screen and (max-width:767px) {
	.tab-buttons button {padding: .5rem;}
}

/* Testimonials */
.testimonial-bg {
	background: var(--white);
	border-radius: var(--br-md);
	padding: 1.5rem;
}
.testimonial-content p:first-child::before {content: '"';}
.testimonial-content p:last-child::after {content: '"';}

/* Accordions 
.accordions {
	margin-bottom: 30px;
	border-bottom: 1px solid var(--bright);
	padding-bottom: 1rem;
}
.accordions button {
	color: var(--black);
	position: relative;
	display: block;
 	width: 100%;
	background: transparent;
	border: none;
	text-align: left;
	font-weight: var(--bold);
	padding: 1rem 1rem 1rem 0;
}
.accordions button.collapsed {font-weight: var(--regular);}
.accordions button:after {
    content: "";
    float: right;
	width: 20px;
	height: 20px;
	right: 0;
    position: absolute;
    transform: rotate(-90deg);
    -webkit-transition: var(--transition);
	background-color: var(--grey);
	-webkit-mask: url('/wp-content/uploads/2025/02/caret-right.svg') center / contain no-repeat;
}
.accordions button.collapsed:after {transform: rotate(90deg);}
.accordions button:focus {outline: none;}
p.accordions-title {margin-bottom: 0;}
.accordions-button:not(.collapsed) {pointer-events: none;}
.accordions-content p:last-child {margin-bottom: 0;}
.accordions {margin-bottom: 30px;}*/

/* Social media 
@media only screen and (min-width:767px) {
	.socials .row {
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
	}
	.socials .col-md-3 {flex: 1 1 22%;}
}
a.social-link {color: var(--cta);}
a.social-link:hover, a.social-link:focus {text-decoration: none;}
.socials p {padding-top: 1rem;}
.social-icon {padding-bottom: 1rem;}
.social-icon:last-child {margin-right: 0;}
.social-icon:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
	background-color: var(--cta);
}
.social-icon:hover:before {background-color: var(--cta-focus);}

.social-icon.li:before {-webkit-mask: url('/wp-content/uploads/2024/12/linkedin.svg') center / contain no-repeat;}
.social-icon.ig:before {-webkit-mask: url('/wp-content/uploads/2024/12/instagram.svg') center / contain no-repeat;}
.social-icon.fb:before {-webkit-mask: url('/wp-content/uploads/2024/12/facebook.svg') center / contain no-repeat;}
.social-icon.yt:before {-webkit-mask: url('/wp-content/uploads/2024/12/youtube.svg') center / contain no-repeat;}
.social-icon.tt:before {-webkit-mask: url('/wp-content/uploads/2024/12/tiktok.svg') center / contain no-repeat;}
.social-icon.x:before {-webkit-mask: url('/wp-content/uploads/2024/12/twitter-x.svg') center / contain no-repeat;}
.social-icon.wa:before {-webkit-mask: url('/wp-content/uploads/2025/09/whatsapp.svg') center / contain no-repeat;}*/

/* Gravity */
#main .ginput_container input, #subscribe .ginput_container input, #main .ginput_container textarea {
    padding: 1.5rem 1rem;
	border-radius: var(--br-sm);
}
#main .ginput_container input, #subscribe .ginput_container input:foucs {outline: 2px solid red !important;}
#main .gform-theme--foundation .gform_fields {row-gap: 30px;}
#main .gfield_required .gfield_required_text {font-size: 0;}
#main .gfield_required .gfield_required_text:before {
    content: "*";
    font-size: 1rem;
	color: var(--purple);
}

.gform_wrapper {
	background: var(--white);
	padding: 1rem;
	border-radius: var(--br-md);
}

.floating-labels input::placeholder, .floating-labels textarea::placeholder, #main .gfield_description {font-size: 0;}

.floating-labels .gfield {position: relative;}
.floating-labels .gfield.gfield--type-text .gfield_label,
.floating-labels .gfield.gfield--type-email .gfield_label,
.floating-labels .gfield.gfield--type-phone .gfield_label,
.floating-labels .gfield.gfield--type-textarea .gfield_label,
.floating-labels .gfield.gfield--type-select .gfield_label,
.floating-labels .gfield.gfield--type-name .gfield_label {
	position: absolute;
	top: 11px;
	left: 8px;
	margin: 0;
	pointer-events: none;
	transition: var(--transition);
	font-weight: var(--regular);
	background: var(--white);
	padding: 0 6px;
	z-index: 2;
	font-size: 1rem;
	line-height: 1;
}
.floating-labels .gfield.gfield--type-phone .gfield_label {top: 11px;}

.floating-labels input[type="text"],
.floating-labels input[type="email"],
.floating-labels input[type="tel"],
.floating-labels input[type="number"],
.floating-labels input[type="password"],
.floating-labels textarea,
.floating-labels select {padding: 22px 14px 10px;}

/* Float on focus and has content */
.floating-labels .gfield:focus-within .gfield_label,
.floating-labels .gfield:focus-within .gform-field-label, 
.floating-labels .gfield.gfield--has-value .gfield_label,
.floating-labels .gfield.gfield--has-value .gform-field-label {
	top: -14px;
	font-size: .8rem;
}

.floating-labels .gfield.gfield--type-phone:focus-within .gfield_label, .floating-labels .gfield.gfield--type-phone.gfield--has-value .gfield_label {top: -10px;}

#main input, #main textarea, #main .gform-body legend, #main .gform-body .gform-field-label {
	font-size: 1rem;
}
#main input.gfield-choice-input {
	width: 30px;
    height: 30px;
    padding: 0;
}
#main .gfield-choice-input:before {
    width: 12px !important;
    height: 12px !important;
	background: var(--purple-bright);
}

#main .gchoice label {margin-top: 3px;}
#main .gchoice label:hover, #main .gchoice label:focus {
	color: var(--purple-bright);
	cursor: pointer;
}

/* Wizard */
#main .gform-theme--framework .gf_step_number {
	border-color: var(--purple);
	color: var(--purple);
}
#main .gf_step_active .gf_step_number {
	background-color: var(--purple);
	color: var(--white);
}
#main .gform-theme--framework .gf_step_completed .gf_step_number::after {
	background-color: var(--purple);
	border-color: var(--purple);
}

/* Gr btns */
#main .gform_next_button, #main .gform_previous_button, #main .gform_button button {border-radius: 50px;}
#main .gform_next_button {background-color: var(--purple);}
#main .gform_next_button:hover, #main .gform_next_button:focus {background: var(--purple-bright);}
#main .gform_previous_button {border-color: var(--purple);}
#main .gform_previous_button:hover, #main .gform_previous_button:focus {
	border-color: var(--purple-bright);
	color: var(--purple-bright);
}
#main .gform_button button {background-color: var(--highlight);}

/* FOOTER */
footer {
	position: relative;
	margin-top: 5rem;
	margin-bottom: 15px;
	background: var(--black);
	padding-top: var(--sm-spacer);
	padding-bottom: var(--md-spacer);
	border-radius: var(--br-lg) var(--br-lg) 0 0;
}
footer .lead {font-size: 1.5rem;}
footer .caveat {font-size: 90%;}
footer ul {
	list-style: none;
	padding-inline-start: 0;
}
footer ul li {margin-bottom: 1rem;}
footer ul li.menu-spacer {padding-top: 1rem;}
footer ul a {color: var(--white);}
footer ul a:hover, footer ul a:focus {color: var(--highlight);}
footer .policies ul li {font-size: 95%;}
footer .current-menu-item a {
	opacity: .5;
	pointer-events: none;
}
img.footer-logo {
    max-height: 50px;
    width: auto;
}
.footer-shape {
	position: absolute;
	right: var(--max);
	bottom: 0;
	width: 35%;
	height: 40vh;
	overflow: hidden;
	margin-top: -40vh;
	background-color: var(--grey);
	-webkit-mask: url('/wp-content/uploads/2026/06/evolva-wings.svg') bottom right / contain no-repeat;
	mask: url('/wp-content/uploads/2026/06/evolva-wings.svg') bottom right / contain no-repeat;
}
@media only screen and (min-width: 992px) {
	footer .policies ul li {
		display: inline;
		margin-right: 1rem;
	}
}

.mx-auto {margin: 0 auto;}