/*
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}
@font-face {
	font-family: 'Chillax';
	src: url('assets/fonts/Chillax-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Chillax';
	src: url('assets/fonts/Chillax-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Chillax';
	src: url('assets/fonts/Chillax-Semibold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Chillax';
	src: url('assets/fonts/Chillax-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Source Serif 4';
	src: url('assets/fonts/SourceSerif418pt-MediumItalic.woff2') format('woff2');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}
:root {
	--font: 'Chillax', -apple-system, system-ui, BlinkMacSystemFont, “Segoe UI”, Helvetica, Arial, sans-serif, “Apple Color Emoji”, “Segoe UI Emoji”, “Segoe UI Symbol”, sans-serif;
	--accent-font: 'Source Serif 4', var(--font);
	--regular: 400;
	--medium: 500;
	--semi: 600;
	--bold: 700;
	
	--black: #262626;
	--charcoal: #505050;
	--white: #fff;
	--cream: #F8F6F4;
	--parchment: #F2EEE9;
	--dust: #D9D4CD;
	--carrot: #E38D23;
	--carrot-dark: #CC8237;
	--teal: #6FAAA7;
	--teal-dark: #609592;
	--fern: #78BE1F;

	--br-sm: 4px;
	--br-md: 10px;
	--br-lg: 20px;
	--border-w: 2px;
	
	--moz-box-shadow: 0 0px 25px 0 rgba(227,141,35,.1);
	--webkit-box-shadow: 0 0px 25px 0 rgb(227 141 35 / 10%);
	--box-shadow: 0 0px 25px 0 rgb(227 141 35 / 10%);
	
	--transition: all .3s ease;
}
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(--parchment);
	
	color: var(--black);
	width: 100%;
	overflow-x: hidden;
	
	display: flex;
	flex-direction: column;
}
@media only screen and (max-width:767px) {
	body {
		--br-sm: 3px;
		--br-md: 10px;
		--br-lg: 20px;
	}
}
@media only screen and (min-width:768px) {
	body {--max: 5vw;}
}
@media only screen and (min-width:1600px) {
	body {--max: 10vw;}
}
#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;
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: auto;
	hyphenate-limit-chars: 10 4 4;
    margin-block-start: 0;
    margin-block-end: 0;
}
h1, h2 {font-weight: var(--medium);}
h4, h5, h6 {font-weight: var(--light);}
h1 {
	font-size: 3.75rem;
	line-height: 1.1;
	margin-bottom: 1rem;
}
h2 {
	font-size: 2.5rem;
	margin-bottom: .5rem;
}
h3 {
	font-size: 1.25rem;
	font-weight: var(--bold);
	margin-bottom: .5rem;
}
h4 {font-size: 1.4rem;}
h1 em, h2 em, .script, .sub {
	font-family: var(--accent-font);
	font-weight: var(--medium);
	font-style: italic;
	color: var(--carrot);
}

.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 {font-weight: var(--semi);}

.sub {font-size: 1.375rem;}
.sm-sub {
	font-size: .81rem;
	margin-bottom: 0;
	font-weight: var(--medium);
	text-transform: uppercase;
}

p.md {font-size: .94rem;}
.lead {font-size: 1.1rem;}
.small {font-size: 90%;}

.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 {
	background: transparent;
	font-weight: var(--semi);
	font-size: .85rem;
	padding: .5rem 0 .5rem 25px;
	margin-bottom: 1rem;
	display: block;
	width: fit-content;
	position: relative;
}
.badge p {margin-bottom: 0;}
.badge:before {
	content: "";
    width: 20px;
    height: 21px;
	position: absolute;
	margin-left: -25px;
	background-color: var(--black);
	-webkit-mask: url('/wp-content/uploads/2026/05/healthy-pixels-logo-icon.svg') center / contain no-repeat;
	mask: url('/wp-content/uploads/2026/05/healthy-pixels-logo-icon.svg') center / contain no-repeat;
}

@media only screen and (max-width:767px) {
	h1 {font-size: 2.4rem;}
	h2 {font-size: 1.7rem;}
	h3 {font-size: 1.3rem;}
	h4 {font-size: 1.1rem;}
}
@media only screen and (max-width:991px) {
	h2.large {font-size: 3rem;}
}
@media only screen and (min-width:1600px) {
	body {font-size: 1.1rem;}
	h1 {font-size: 5rem;}
	h2 {font-size: 3.25rem;}
	h3 {font-size: 1.6rem;}
	h4 {font-size: 1.3rem;}
}

/* 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;
}
.intro-m.has-content {padding-bottom: var(--sm-spacer);}
.outro-m.has-content {padding-top: var(--sm-spacer);}

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

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

/* Backgrounds */
.bg-black {background: var(--black);}
.bg-charcoal {background: var(--charcoal);}
.bg-white {background: var(--white);}
.bg-cream {background: var(--cream);}
.bg-parchment {background: var(--parchment);}
.bg-dust {background: var(--dust);}
.bg-grey {background: var(--cream);}
.bg-carrot {background: var(--carrot);}
.bg-teal {background: var(--teal);}
.bg-teal-dark {background: var(--teal-dark);}

.white-gr {
	background: var(--cream);
	-moz-box-shadow: var(--moz-box-shadow);
	-webkit-box-shadow: var(--webkit-box-shadow);
	box-shadow: var(--box-shadow);
	position: relative;
}

.pad-bg {padding: 2rem;}
.pad-bg:has(.icon-container) {padding-top: 5rem;}
.pad-bg.rotate-bg-1 {padding: 2.5rem 2rem;}
.pad-bg.rotate-bg-2 {padding: 3rem 2rem;}
.pad-bg.rotate-bg-3 {padding: 3.5rem 2rem;}
.pad-bg-sm {padding: 1rem;}

.pad-bg-lg-v {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

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

.rotate-bg-1 {
	transform: rotate(-1deg);
	margin-top: -.75rem;
}
.rotate-bg-1 .no-rotate {transform: rotate(1deg);}
.rotate-bg-2 {
	transform: rotate(-2deg);
	margin-top: -1rem;
}
.rotate-bg-2 .no-rotate {transform: rotate(2deg);}
.rotate-bg-3 {
	transform: rotate(-3deg);
	margin-top: -1.25rem;
}
.rotate-bg-3 .no-rotate {transform: rotate(3deg);}

.case-move-up {margin-top: -1rem;}
@media only screen and (min-width:992px) {
	.case-move-up {margin-top: -4rem;}
}
@media only screen and (max-width:767px) {
	.pad-bg, .pad-bg.rotate-bg-1, .pad-bg.rotate-bg-2, .pad-bg.rotate-bg-3 {padding: 1rem;}
}

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

.icon-container {
	top: 0;
	right: 3rem;
	padding: 1rem;
	margin-top: -4rem;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(-2deg);
	border-radius: var(--br-md);
	background: var(--parchment);
	border: 1px solid var(--dust);
}
.icon-container .icon {
	max-width: 60px;
	max-height: 60px;
}
.icon-container img.icon {margin: 0;}

.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;
}
p.icon-title {font-weight: var(--bold);}
@media only screen and (max-width:576px) {
	img.icon, .icons svg {
		width: 50px;
		height: 50px;
	}
	.icon-container {
		right: 1rem;
		margin-top: -2rem;
	}
}

iframe.youtube {
    aspect-ratio: 16 / 9;
    width: 100%;
}

/* Image mask shapes */
.flip-mask {transform: scaleX(-1);}
.flip-mask img {transform: scaleX(-1);}
.mask-container {
	display: inline-block;
	aspect-ratio: 296 / 221;

	-webkit-mask-image: url("/wp-content/themes/healthypixels/images/shape1.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-position: center;

	mask-image: url("/wp-content/themes/healthypixels/images/shape1.svg");
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: center;
}
.mask-70 {max-width: 70%;}
.mask-container.mask2 {
	aspect-ratio: 235 / 218;
	-webkit-mask-image: url("/wp-content/themes/healthypixels/images/shape2.svg");
	mask-image: url("/wp-content/themes/healthypixels/images/shape2.svg");
}
.mask-container.mask3 {
	aspect-ratio: 248 / 274;
	-webkit-mask-image: url("/wp-content/themes/healthypixels/images/shape3.svg");
	mask-image: url("/wp-content/themes/healthypixels/images/shape3.svg");
}
.mask-container.mask4 {
	aspect-ratio: 221 / 281;
	-webkit-mask-image: url("/wp-content/themes/healthypixels/images/shape4.svg");
	mask-image: url("/wp-content/themes/healthypixels/images/shape4.svg");
}

.mask-container img {
	width: 102%;
	height: 102%;
	object-fit: cover;
}

/* Lists */
ul.checklist, ul.crosslist, .checklist ul, ul.inline {
	padding-inline-start: 0;
	list-style: none;
	margin-block-start: 0;
}
ul {padding-inline-start: 15px;}
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-right: 4px;
    width: 20px;
    height: 20px;
	background-color: var(--black);
}
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, ul.inline p, ul.bulletlist p {
	position: relative;
	padding-left: 12px;
	padding-right: 2px;
}
ul.inline li, ul.inline p {display: inline;}
ul.inline li:before, ul.inline p:before, ul.bulletlist p:before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50px;
	margin-left: -12px;
	margin-top: 8px;
	background: var(--black);
	position: absolute;
}
.flipper ul.inline li:before, .flipper ul.inline p:before, .flipper ul.bulletlist p:before {background: var(--white);}

/* Navigation */
.navbar {
	z-index: 9999999;
	display: flex;
	right: calc(var(--max) - 5px);
    justify-content: end;
	position: fixed;
	background: var(--parchment);
	border: 1px solid transparent;
	border-radius: var(--br-md);
	padding: .25rem;
	padding-left: .75rem;
	margin-top: 15px;
	transition: var(--transition);
	-webkit-transition: var(--transition);
}
.scrolled .navbar {border-color: var(--dust);}
.navbar-brand {
    z-index: 99999999;
    position: absolute;
	margin-top: 15px;
}
.navbar li a {color: var(--black);}
li.home-btn a {
    font-size: 0;
	opacity: 0;
	width: 20px;
    height: 20px;
	display: inline-block;
    background-image: url('/wp-content/uploads/2026/05/healthy-pixels-logo-icon.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: var(--transition);
	-webkit-transition: var(--transition);
}
.scrolled li.home-btn a {opacity: 1;}

@media only screen and (min-width: 992px) {
	#menu-toggle, .hamburger-icon {display: none;}
	
	.navbar-nav li a {position: relative;}
	.navbar-nav li a:hover, .navbar-nav li a:focus {text-decoration: none;}
	.navbar-nav li:not(.home-btn) a::before {
		content: "";
		position: absolute;
		left: 50%;
		bottom: 0;
		width: 100%;
		height: 1px;
		background-color: var(--black);
		transform: translateX(-50%) scaleX(0);
		transform-origin: center;
		transition: transform 0.3s ease;
	}
	.navbar-nav li a:hover::before, .navbar-nav li a:focus::before, .navbar-nav li.current-menu-item > a:before {transform: translateX(-50%) scaleX(1);}
	.navbar-nav li.current-menu-item > a {pointer-events: none;}
	.navbar-nav li.current-menu-item > a:before {background-color: var(--carrot);}
	
	.navbar-nav .menu-item-has-children .dropdown-menu {position: absolute;}
	.dropdown-menu {
		top: 60px;
		padding: 1rem;
		color: inherit;
		text-align: left;
		list-style: none;
		width: fit-content;
		border: 1px solid var(--dust);
		background-color: var(--parchment);
		border-radius: var(--br-md);
		-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;}
	
	.menu-item-icon {
		width: auto;
		height: 30px;
		display: inline-block;
		position: absolute;
		flex: 0 0 auto;
		margin-right: .5rem;
	}
	.menu-item-icon * {fill: var(--black);}

	span.menu-item-text, .dropdown-menu p {
		margin-left: 2.4rem;
		position: relative;
	}
	span.menu-item-text {font-weight: var(--semi);}
	span.menu-item-text .small {font-weight: var(--regular);}
}
@media only screen and (max-width: 991px) {
	.navbar, input#menu-toggle {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 1rem 0 1rem;
		margin-top: 0;
		text-align: center;
	}
	.hamburger-icon {
        z-index: 9999999999;
        display: inline-block;
        cursor: pointer;
        width: 50px;
        height: 50px;
        position: fixed;
        top: 15px;
        right: 5%;
    }
	.hamburger-icon span:nth-child(1) {margin-top: 14px;}
	.hamburger-icon span {
		background: var(--charcoal);
        display: block;
        height: 2.5px;
        width: 25px;
        margin: 6px 11.5px;
        transition: var(--transition);
        border-radius: 2px;
	}
	#menu-toggle:checked + .hamburger-icon span:nth-child(1) {
		transform: rotate(45deg) translate(6px, 6px);
		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(6px, -6px);
    	transform-origin: center;
	}
	li.home-btn a {
		width: 30px;
		height: 30px;
		opacity: 1;
	}
	.home-btn {margin-bottom: .5rem;}
	.navbar li a {color: var(--charcoal);}
	.menu-item-icon, .menu-item-text .small {display: none;}
	ul.dropdown-menu {
		list-style: none;
		padding-inline-start: 0;
		margin-bottom: 1.25rem;
	}
	.dropdown-item {padding: .5rem;}
}
/*.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .8);
    border-color: rgba(255, 255, 255, .8);
    right: 15px;
    top: 30px;
    position: absolute;
}
.navbar-nav {
    max-width: 100%;
	position: relative;
	padding: .25rem 1rem;
	border-radius: 50px;
}
.navbar li a:hover, .navbar li a:focus {color: var(--cta-focus);}
.navbar li.current-menu-item > a {
    color: var(--black);
	pointer-events: none;
}
.navbar li.current-menu-ancestor > a {
    border-bottom: none;
	font-style: italic;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
}
.navbar-nav li {
	margin: 0 1rem;
	margin-top: .25rem;
}
.navbar-nav li:last-child {padding-bottom: inherit;}

@media only screen and (min-width: 992px) {
	.navbar-nav {flex-direction: unset !important;}
	.dropdown-item {
		padding: .5rem;
		color: inherit;
	}
	.dropdown-menu-right {
		right: 0;
		left: auto !important;
	}
	.dropdown-item:focus, .dropdown-item:hover {
		background-color: transparent;
		color: var(--grey);
	}
	.dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu li.current-menu-item a {
		color: var(--grey);
		font-style: italic;
	}
}
@media only screen and (max-width: 991px) {
	.navbar-brand {position: absolute;}
	.navbar-nav {
		background: transparent;
		padding: 0;
	}
	.nav-link {display: inline-block;}
	.navbar-nav li {margin: 1rem 0;}
	.navbar li a {
		width: 100%;
		font-size: 1.15rem;
		color: var(--white);
	}
	.navbar li a:hover, .navbar li a:focus {color: var(--cta-focus);}
	.navbar li.current-menu-item > a {color: var(--cta);}
	.navbar li a.dropdown-toggle {width: 80%;}
	.navbar-nav .menu-item-has-children:hover .dropdown-menu {font-style: italic;}
	.dropdown-toggle::after {
		content: "";
		position: absolute;
		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;
		text-align: center;
	}
}
@media only screen and (max-width: 767px) {
	.hamburger-icon {right: 15px;}
}
.navbar-nav li {position: relative;}
.navbar-nav .menu-item-has-children .dropdown-menu {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: var(--transition);
    left: 0;
    z-index: 1000;
}
.navbar-nav .menu-item-has-children:hover .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
	transition: var(--transition);
} */

/* Breadcrumbs */
.breadcrumb, nav.rank-math-breadcrumb {
	background-color: transparent;
	display: block;
	padding-left: 0;
	text-align: right;
	font-style: italic;
}
.breadcrumb li a, .rank-math-breadcrumb p {font-size: .8rem !important}
.breadcrumb li a, .rank-math-breadcrumb p a, a.author {
	color: var(--black);
	text-decoration: none;
}
.breadcrumb li a:hover, .rank-math-breadcrumb p a:hover, a.author:hover {color: var(--carrot);}

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

.btn, .read-more, #main .gform_button, #subscribe .gform_button {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: .875rem;
}
.btn:hover, .read-more:hover, .btn:focus, .read-more:focus, #main .gform_button:hover, #main .gform_button:focus, #subscribe .gform_button:hover, #subscribe .gform_button:focus {text-decoration: none;}

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

a.read-more, p.read-more {
	color: var(--black);
	display: inline-block;
	font-weight: var(--medium);
	margin-bottom: 1rem;
	transition: var(--transition);
	-webkit-transition: var(--transition);
	cursor: pointer;
	position: relative;
	text-decoration: none;
}
a.read-more:hover, a.read-more:focus, p.read-more:hover, p.read-more:focus, .post-wrap:hover .read-more {color: var(--teal);}
a.read-more:before, p.read-more:before, a.read-more:after, p.read-more:after, .testimonial-btn a.prev:before, .testimonial-btn a.next:before, .testimonial-btn a.prev:after, .testimonial-btn a.next:after, .scroll-arrow:before, .scroll-arrow:after, .service-nav:before, .service-nav:after {
	content: "";
	left: 0;
    display: inline-block;
    vertical-align: middle;
	transition: var(--transition);
	-webkit-transition: var(--transition);
}
a.read-more:before, p.read-more:before, .testimonial-btn a.prev:before, .testimonial-btn a.next:before, .scroll-arrow:before, .service-nav:before {
    margin-right: 5px;
    width: 28px;
    height: 28px;
	background-color: rgba(111,170,167, .2);
	border-radius: 50%;
	border: 1px solid rgba(111,170,167, .6);
}
a.read-more:after, p.read-more:after, .testimonial-btn a.prev:after, .testimonial-btn a.next:after, .scroll-arrow:after, .service-nav:after {
    width: 14px;
    height: 12px;
	position: absolute;
	top: 0;
	margin-top: 8px;
	margin-left: 8px;
	background-color: var(--teal);
	-webkit-mask: url('/wp-content/uploads/2025/02/arrow-right.svg') center / contain no-repeat;
	mask: url('/wp-content/uploads/2025/02/arrow-right.svg') center / contain no-repeat;
}
.service-nav.service-next {margin-right: 30px;}
.service-nav.service-next:before, .service-nav.service-next:after {
	right: 0;
	left: auto;
	margin-right: -30px;
	position: absolute;
}
.service-nav.service-next:after {
	margin-right: -24px;
}
a.read-more:after, p.read-more:after, .testimonial-btn a.prev:after, .testimonial-btn a.next:after, .scroll-arrow:after, .scroll-arrow.arrow-prev:after, .service-nav.arrow-next:after, .service-nav.service-next:after, .service-nav.service-prev:after {
	animation-duration: 0.30s;
	animation-fill-mode: forwards;
	animation-timing-function: ease;
}
a.read-more:hover:after, a.read-more:focus:after, p.read-more:hover:after, p.read-more:focus:after, .testimonial-btn a.next:hover:after, .scroll-arrow:hover:after, .testimonial-btn a.prev:hover:after, .scroll-arrow.arrow-prev:hover:after, .service-nav:hover:after, .post-wrap:hover .read-more:after {background-color: var(--black);}

a.read-more:hover:after, a.read-more:focus:after, p.read-more:hover:after, p.read-more:focus:after, .testimonial-btn a.next:hover:after, .scroll-arrow:hover:after, .service-nav.arrow-next:hover:after, .post-wrap:hover .read-more:after {animation-name: arrow-shoot;}
@keyframes arrow-shoot {
	0% {
		transform: translateX(0);
		opacity: 1;
	}
	35% {
		transform: translateX(12px);
		opacity: 0;
	}
	36% {
		transform: translateX(-12px);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

.post-wrap:hover .blog-listing-img {
	-moz-box-shadow: var(--moz-box-shadow);
	-webkit-box-shadow: var(--webkit-box-shadow);
	box-shadow: var(--box-shadow);
}

.testimonial-btn a.prev:hover:after, .scroll-arrow.arrow-prev:hover:after, .service-nav.arrow-prev:hover:after, .service-nav.service-prev:hover:after {animation-name: arrow-shoot-flip;}
@keyframes arrow-shoot-flip {
	0% {
		transform: translateX(0) rotate(180deg);
		opacity: 1;
	}
	35% {
		transform: translateX(-12px) rotate(180deg);
		opacity: 0;
	}
	36% {
		transform: translateX(12px) rotate(180deg);
		opacity: 0;
	}
	100% {
		transform: translateX(0) rotate(180deg);
		opacity: 1;
	}
}

.service-nav.arrow-prev {margin-left: 35px;}
.service-nav.arrow-prev:before {margin-left: -35px;}
.service-nav.arrow-prev:after {margin-left: -28px;}

p a, li a, a {color: var(--carrot);}
p a, ul.checklist a, ul.crosslist a, .checklist ul a {
	text-decoration: underline;
}
p a:hover, p a:focus {text-decoration: none;}
p a:hover, p a:focus, li a:hover, li a:focus, a:hover, a:focus {color: var(--black);}

.btn, a.cky-banner-element, #main .gform_button, #subscribe .gform_button {
	border-radius: var(--br-md);
	padding: 12px 30px;
	margin: 1rem 0;
	font-weight: var(--semi);
	transition: var(--transition);
	-webkit-transition: var(--transition);
}

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

.primary-btn, :where(.editor-styles-wrapper) .btn.primary-btn {
	background: var(--teal);
	color: var(--white);
	position: relative;
}
.primary-btn:hover, .primary-btn:focus {
	background: var(--teal-dark);
	color: var(--white);
}

.secondary-btn, :where(.editor-styles-wrapper) .btn.secondary-btn, .cky-banner-element {
	background: transparent;
	border: 2px solid var(--teal);
	color: var(--teal);
}
.secondary-btn:hover, .secondary-btn:focus, .cky-banner-element:hover, .cky-banner-element:focus {
	border: 2px solid var(--teal-dark);
	color: var(--teal-dark);
}

.primary-btn:hover, .primary-btn:focus, #main .gform_button:hover, #main .gform_button:focus, #subscribe .gform_button:hover, #subscribe .gform_button:focus, .secondary-btn:hover, .secondary-btn:focus, .cky-banner-element:hover, .cky-banner-element:focus {
	transform: translateY(-3px);
}

@media only screen and (max-width:576px) {
	.btn {
		padding: 12px;
		width: 100%;
	}
}

/* HERO */
.hero-pad {margin-top: 7.2rem !important;}
.hero-pad:has(.rank-math-breadcrumb) {margin-top: 5rem !important;}

.hero-col {padding: 3rem 0;}
.hub-hero {
	margin-top: -6rem;
	aspect-ratio: 16 / 9;
}
.hub-hero img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.side-hero .move-left {
	margin-left: -25%;
	margin-top: 10px;
}
.side-hero .move-left img {
	background: var(--parchment);
	border: 2px solid var(--parchment);
}

/* Full height */
.full-height-hero {
    position: relative;
    background-color: var(--black);
    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: 100%;
    height: 100%;
    object-fit: cover;
}
.full-hero-content {
	position: relative;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

@media only screen and (max-width:767px) {
	.hero-pad {margin-top: 6rem !important;}
	.hero-col {padding: 0 1rem;}
	.hub-hero {margin-top: -2rem;}
}

/* Client logo slider */
.client-slideshow {
    overflow: hidden;
    width: 100%;
    padding: 1rem 0;
}
.client-logos {
    display: flex;
    flex-wrap: nowrap;
}
.client-logos img {
    flex: 0 0 auto;
    height: 100px;
    margin-right: 3rem;
    white-space: nowrap;
}

/* Testimonial slider */
.no-p p:last-child {margin-bottom: 0;}
.testimonial-content {margin-bottom: 15px;}

.testimonial-slide .author {
	font-style: italic;
	position: relative;
	color: var(--charcoal);
}
.testimonial-slide .author:before {
	content: "—";
	margin-right: 3px;
}

.testimonial-btn a.prev, .testimonial-btn a.next {position: relative}
.testimonial-btn a.prev:before, .testimonial-btn a.next:before, .scroll-arrow:before, .service-nav:before {
	background: rgba(227,131,25, .2);
	border-color: rgba(227,131,25, .6);
}
.testimonial-btn a.prev:after, .testimonial-btn a.next:after, .scroll-arrow:after, .service-nav:after {background: var(--carrot);}
.testimonial-btn a.prev:hover, .testimonial-btn a.next:hover {cursor: pointer;}
.testimonial-btn a.prev:after, .scroll-arrow.arrow-prev:after, .service-nav.service-prev:after {transform: rotate(180deg);}
.scroll-arrow {padding: 0;}
.scroll-arrows {
	display: inline-flex;
	gap: 1rem;
}
.scroll-arrow {
	width: 28px;
    height: 28px;
	border: none;
	position: relative;
	background: transparent;
}

.testimonial-content {
	transition: var(--transition);
	-webkit-transition: var(--transition);
}
.active .testimonial-content {
	background: var(--black);
	color: var(--cream);
	transform: rotate(-1deg);
}
.active .testimonial-content .t-quote {transform: rotate(1deg);}

/* Blog */
.blog-listing-img, .post-hero-img {
	overflow: hidden;
	aspect-ratio: 16 / 9;
	border-radius: var(--br-lg);
}
.blog-listing-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: var(--br-sm);
}
.blog-hero {
	margin-top: 2rem;
	margin-bottom: 3rem;
}
#main:has(.post-hero-img) .blog-hero {
	padding-bottom: 10rem !important;
	margin-bottom: 0;
}
.hero-up:has(.post-hero-img) {margin-top: -7rem;}
.post-hero-img {
	margin-bottom: 3rem;
	-moz-box-shadow: var(--moz-box-shadow);
	-webkit-box-shadow: var(--webkit-box-shadow);
	box-shadow: var(--box-shadow);
}
.post-hero-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
@media only screen and (max-width:992px) {
	.post-hero-img {
		margin-left: 1rem;
		margin-right: 1rem;
	}
}
/*.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;
}*/

/* TOC */
details {
    padding: 1rem;
    border-radius: var(--br-md);
	margin-bottom: 2rem;
    background: var(--cream);
	-moz-box-shadow: var(--moz-box-shadow);
	-webkit-box-shadow: var(--webkit-box-shadow);
	box-shadow: var(--box-shadow);
	max-height: 250px;
    overflow-x: auto;
}
details summary::-webkit-details-marker, details summary::marker {
    display: none;
    content: "";
}
details summary {
    position: relative;
    padding-right: 2.5rem;
	transition: var(--transition);
    -webkit-transition: var(--transition);
}
details summary:hover {
	cursor: pointer;
	color: var(--teal);
}
details summary::after {
    content: "";
    float: right;
	width: 20px;
	height: 20px;
	right: 10px;
	top: 0;
    position: absolute;
    transform: rotate(-45deg);
	transition: var(--transition);
    -webkit-transition: var(--transition);
	background-color: var(--charcoal);
	-webkit-mask: url('/wp-content/uploads/2025/02/cross.svg') center / contain no-repeat;
}
details summary:hover:after {background-color: var(--teal);}
details[open] summary::after {transform: rotate(0deg);}
details ul {margin-bottom: 0;}
details ul a {color: var(--black);}
details ul a:hover, details ul a:focus {
	text-decoration: none;
	color: var(--carrot);
}
@media only screen and (min-width:767px) {
	details {
		width: 40%;
		float: right;
		margin: 0 0 1rem 1rem;
		max-height: 400px;
	}
}

/* Author section */
.author-block .author-img {
	border-radius: 50%;
	display: inline-block;
	overflow: hidden;
	width: 200px;
    height: 200px;
	-moz-box-shadow: 0 0px 25px 0 rgba(227,141,35,.3);
	-webkit-box-shadow: 0 0px 25px 0 rgb(227 141 35 / 30%);
	box-shadow: 0 0px 25px 0 rgb(227 141 35 / 30%);
}
.author-block .author-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.author-block .author-link a {
	font-size: .95rem;
	border: 1px solid var(--dust);
	display: block;
	width: fit-content;
	padding: .35rem .75rem;
	margin: 1.5rem auto;
	border-radius: var(--br-sm);
	color: var(--charcoal);
}
.author-block .author-link a:hover, .author-block .author-link a:focus {
	color: var(--teal);
	text-decoration: none;
	border-color: var(--teal);
}
.author-block .display {
	font-size: 2rem;
	font-weight: var(--bold);
}

.author-block .author-arrow {
	position: relative;
	margin-left: -400px;
}
.author-block .author-arrow:after {
	content: "";
	position: absolute;
    display: inline-block;
    vertical-align: top;
    margin-left: 7px;
	margin-top: -10px;
    width: 107px;
    height: 34px;
	background-color: var(--carrot);
	-webkit-mask: url('/wp-content/uploads/2026/05/arrow.svg') center / contain no-repeat;
	mask: url('/wp-content/uploads/2026/05/arrow.svg') center / contain no-repeat;
}

.author-icon {
    font-size: 0;
    width: 30px;
    height: 30px;
	position: absolute;
	border-radius: var(--br-sm);
	background-color: var(--black);
	transform: rotate(-3deg);
}
.author-icon:hover {background-color: var(--carrot);}
.author-icon.au-email {
	margin-top: 100px;
	margin-left: -215px;
}
.author-icon.au-li, .author-icon.au-web {
	margin-left: -30px;
	transform: rotate(3deg);
}
.author-icon.au-li {margin-top: 30px;}
.author-icon.au-web {margin-top: 140px;}
.author-icon:after {
    content: "";
    display: inline-block;
    vertical-align: center;
    width: 20px;
    height: 20px;
	margin-top: 5px;
	background-color: var(--white);
}
.author-icon.au-email:after {
	-webkit-mask: url('/wp-content/uploads/2024/12/email.svg') center / contain no-repeat;
	mask: url('/wp-content/uploads/2024/12/email.svg') center / contain no-repeat;
}
.author-icon.au-li:after {
	-webkit-mask: url('/wp-content/uploads/2024/12/linkedin.svg') center / contain no-repeat;
	mask: url('/wp-content/uploads/2024/12/linkedin.svg') center / contain no-repeat;
}
.author-icon.au-web:after {
	-webkit-mask: url('/wp-content/uploads/2026/05/web.svg') center / contain no-repeat;
	mask: url('/wp-content/uploads/2026/05/web.svg') center / contain no-repeat;
}
@media only screen and (max-width:767px) {
	.author-block .author-arrow:after {position: relative;}
	.author-block .author-arrow {
		margin-left: 0;
		margin-top: 1rem;
	}
}

/* Sub menu */
.menu-items a {
	padding: .25rem .5rem;
	color: var(--charcoal);
	border-radius: var(--br-sm);
	border: 1px solid var(--charcoal);
	margin: 0 15px 15px 0;
	display: inline-block;
}
.menu-items a:hover, .menu-items a:focus {
	text-decoration: none;
	color: var(--teal-dark);
	border-color: var(--teal-dark);
}

.horizontal-scroll {
	overflow-x: auto;
	overflow-y: visible;
}
.row.nowrap-row {
	flex-wrap: nowrap;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	padding-bottom: 1rem;
}
.row.nowrap-row:not(.horizontal-scroll .row.nowrap-row) {
	overflow-y: auto;
}

.nowrap-row::-webkit-scrollbar {height: 10px; margin-top:3rem;}
.nowrap-row::-webkit-scrollbar-track {
	background-color: var(--white);
	border-radius: 50px;
	margin-left: 75vw;
	margin-right: var(--max);
}
.nowrap-row.lg-scroll::-webkit-scrollbar-track {margin-left: 65vw;}
.bg-white .nowrap-row::-webkit-scrollbar-track {background: var(--parchment);}
.nowrap-row::-webkit-scrollbar-thumb, .customwrap-row::-webkit-scrollbar-thumb {
	background-color: var(--carrot);
	border-radius: var(--br-lg);
}

.horizontal-scroll.no-scroll::-webkit-scrollbar {display: none;}
@-moz-document url-prefix() {
	.nowrap-row, .customwrap-row {
		scrollbar-width: thin;
		scrollbar-color: var(--carrot) var(--white);
		margin: 1rem;
	}
}
@media only screen and (max-width:767px) {
	.nowrap-row::-webkit-scrollbar-track, .nowrap-row.lg-scroll::-webkit-scrollbar-track {
		margin-left: 25vw;
		margin-right: 25vw;
	}
}

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

.highlight-content {
	background: var(--cream);
	padding: 1rem;
	border-radius: var(--br-md);
	margin-bottom: 1.5rem;
}
.highlight-content.bg-dust {background: var(--dust);}
.highlight-content p:last-child, .highlight-content ul:last-child {margin-bottom: 0;}

.bg-quote {
	background: var(--dust);
	padding: 1rem;
	margin: 1rem 0;
	font-size: 1.1rem;
	border-radius: var(--br-md);
}
.simple-quote {
	border-left: 4px solid var(--dust);
	padding-left: calc(1rem - 4px);
	font-weight: var(--light);
	font-size: 1.1rem;
	margin: 2.5rem 0;
}
.bg-quote p:last-child, .simple-quote p:last-child {margin-bottom: 0;}

/* Google maps */
.map {
    position: relative;
    width: 100%;
    padding-top: 30%;
    overflow: hidden;
}
.sq-map {
	padding-top: 90%;
	border-radius: var(--br-lg);
}
@media only screen and (max-width:767px) {
	.map {padding-top: 70%;}
}

/* Waves */
.brand-wave .st0 {fill: transparent !important;}
.brand-wave {
	width: 102vw;
	height: auto;
	fill: none;
	stroke: var(--carrot);
	stroke-linecap: square; /* flat | round */
	stroke-miterlimit: 10;
	stroke-width: 8px;
	position: absolute;
	pointer-events: none;
}
.rounded-wave {stroke-linecap: round;}
.wave3 {
	width: 80vw;
	left: 10vw;
}
.brand-wave.wave-hero {
	margin-left: -40vw;
	margin-top: -7%;
}
.brand-wave.wave-hero2 {
	margin-left: calc(var(--max) * -1 * 2);
	margin-top: -24%;
	z-index: 0;
}
.brand-wave {width: 100vw;}
.brand-wave.wave-footer {
	margin-top: -14%;
	transform: rotate(0);
	z-index: 1;
	left: 0;
}
.wave-rotate {transform: rotate(180deg);}

.m-top-wave {margin-top: 12%;}
@media only screen and (min-width:1600px) {
	.wave-hero-full, .brand-wave.wave-footer {
		width: 120vw;
		margin-left: -10vw;
	}
	.brand-wave.wave-footer {margin-left: -19vw;}
}
@media only screen and (max-width:1200px) {
	.brand-wave.wave-footer {
		width: 100vw;
		left: 0;
		margin-left: 0;
	}
}
@media only screen and (max-width:992px) {
	.wave3 {left: 0;}
	.wave-btm {position: relative;}
	.wave-btm .brand-wave {bottom: 3rem;}
	.brand-wave.wave-hero {margin-top: 0;}
}

/* Services */
.service-section {
	min-height: 400px;
	display: flex;
    align-items: center;
}
.service-card {
    position: relative;
    min-height: 100px;
    overflow: visible;
    transform: rotate(-2deg);
}
.service-card-content {
    position: relative;
    z-index: 2;
    transform: rotate(2deg);
}
.service-card-img img {
	max-height: 400px;
	object-fit: contain;
	display: block;
	width: 100%;
	height: auto;
}

.services-slider .horizontal-scroll {
	overflow-x: auto;
	scroll-behavior: smooth;
	scrollbar-width: none;
}
	
/* TALL Layout */
.service-badge, .service-nav strong {
    font-size: .875rem;
    letter-spacing: 5px;
	font-weight: var(--semi);
    text-transform: uppercase;
}	
.service-badge {
    position: relative;
    text-align: center;
    margin-top: -1.5rem;
    background: var(--parchment);
    padding: 1rem;
    width: fit-content;
    margin: 0 auto;
    margin-top: -2.7rem;
}
.service-badge:before {
	content: "";
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
    width: 20px;
    height: 20px;
	background-color: var(--black);
	-webkit-mask: url('/wp-content/uploads/2026/05/healthy-pixels-logo-icon.svg') center / contain no-repeat;
	mask: url('/wp-content/uploads/2026/05/healthy-pixels-logo-icon.svg') center / contain no-repeat;
}
.service-img {
	text-align: center;
	position: relative;
	z-index: 1;
}
.service-img img {
	max-height: 350px;
	object-fit: contain;
}
.service-panel {display: none;}
.service-panel.is-active {display: block;}
.service-panel .service-pad	{
	padding: 4rem;
	z-index: 0;
}

.service-nav-row {margin-top: -3.5rem;}
.service-nav {
	border: 0;
	background: transparent;
	position: relative;
	padding: 0;
	text-align: left;
	cursor: pointer;
}
.service-nav strong {color: var(--charcoal);}
.service-nav span {
	display: block;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}
.text-right .service-nav {text-align: right;}

@media only screen and (min-width:992px) {
	.service-card {width: 80%;}
	.service-card-content {max-width: 70%;}
	.service-card-img {
		position: absolute;
		z-index: 1;
		right: -20%;
		top: 50%;
		transform: translateY(-50%) rotate(2deg);
		width: 50%;
	}
	
	.service-nav-row {margin-top: -5rem;}
}
@media only screen and (max-width:991px) {
	.service-card-img {transform: rotate(2deg);}
	.service-nav-row {margin-top: 3rem;}
}
@media only screen and (max-width:767px) {
	.service-panel .service-pad	{padding: 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(--cream);
}

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

.img-placeholder {
	width: 100%;
	padding-bottom: 100%;
	background: var(--cream);
}

.contact-details {
	padding: 5px 0 5px 20px;
	position: relative;
}
.contact-details p:last-child {margin-bottom: 0;}
.contact-details:before {
	content: "";
	top: 0;
	width: 5px;
	height: 100%;
	position: absolute;
	border-radius: 10px;
	margin-left: -17px;
	background: var(--carrot);
}

.team-box {
	background: var(--bright);
	border-radius: var(--br-sm);
	padding: 1rem;
}
.headshot {
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	margin-bottom: 1rem;
}
.headshot img {
	height: 100%;
    width: 100%;
    object-fit: cover;
}

/* Accordions */
.accordions {
	margin-bottom: 30px;
	border-bottom: 1px solid var(--dust);
	padding-bottom: 1rem;
}
.accordions:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
p.accordions-title {margin-bottom: .5rem;}
.accordions-content {padding-left: 1.25rem;}
.accordions-content p:last-child {margin-bottom: 0;}

.accordions button {
	color: var(--black);
	position: relative;
	display: block;
 	width: 100%;
	background: transparent;
	border: none;
	text-align: left;
	font-weight: var(--bold);
	padding: 0 0 0 1.25rem;
}
.accordions button.collapsed {font-weight: var(--regular);}
.accordions button:before, .accordions button:after {
    content: "";
    float: right;
	width: 15px;
	height: 4px;
	left: 0;
	top: 0;
	margin-top: 12px;
    position: absolute;
	border-radius: 50px;
	background-color: var(--carrot);
	transition: var(--transition);
    -webkit-transition: var(--transition);
}
.accordions button.collapsed:before {
	border: 1px solid var(--black);
	background-color: transparent;
}
.accordions button.collapsed:hover:before {
	border-color: var(--carrot);
	background-color: var(--carrot);
}
.accordions button:before {transform: translateY(-50%)}
.accordions button:after {transform: translateY(-50%) rotate(-90deg);}
.accordions button.collapsed:after {opacity: 0;}
.accordions button:focus {outline: none;}

/* 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(--teal);}
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(--teal);
}
.social-icon:hover:before, footer .social-icon:before {background-color: var(--charcoal);}
footer .social-icon:hover:before {background-color: var(--teal);}
.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;}

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

/* Gravity */
#main .ginput_container input, #main .ginput_container textarea, #subscribe .ginput_container input {
	font-size: 1rem;
    padding: 1.5rem 1rem;
	border-radius: var(--br-md);
}
#main .ginput_container input {border-color: var(--charcoal);}
#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(--black);
}
#main .gform_required_legend {display: none;}

.floating-labels input::placeholder, .floating-labels textarea::placeholder {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: 16px;
	left: 8px;
	margin: 0;
	pointer-events: none;
	transition: var(--transition);
	font-weight: var(--regular);
	background: #fff;
	padding: 0 6px;
	z-index: 2;
	font-size: 1rem;
	line-height: 1;
	border-radius: 5px 5px 0 0;
}
.floating-labels .gfield.gfield--type-phone .gfield_label {top: 13px;}

.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 .gform-body legend {
	font-size: 1.5rem;
	display: inline-block;
}
#main .gfield_description {
	font-size: 1rem;
	padding: .25rem 0 .5rem 0;
}
#main .gform-body .gchoice label {
	font-size: 1rem;
	padding-top: 4px;
	font-weight: var(--medium);
}
#main .gchoice {
	border: 1px solid var(--white);
	border-radius: var(--br-md);
	background: var(--white);
	padding: 8px;
}
#main .gchoice:hover, #main .gchoice:focus {border-color: var(--charcoal);}
#main .gchoice:hover, #main .gchoice:focus, #main .gchoice:has(:checked) {
	-moz-box-shadow: var(--moz-box-shadow);
	-webkit-box-shadow: var(--webkit-box-shadow);
	box-shadow: var(--box-shadow);
}
#main .gchoice:has(:checked) {
	background: var(--dust);
	border-color: var(--charcoal);
}

#main .gchoice:hover, #main .gchoice:focus {cursor: pointer;}
#main .ginput_container .gchoice input {
	padding: 0;
	width: 30px;
	height: 30px;
}
#main .ginput_container .gchoice:has(:checked) input {border-color: var(--charcoal);}
#main .gfield-choice-input:before {
    color: var(--charcoal);
}
#main .gfield--type-radio input:before {background-color: var(--charcoal);}

#main .gform-theme-button {font-size: 1rem;}
#main .gform_next_button {background: var(--teal);}
#main .gform_next_button:hover, #main .gform_next_button:focus {background: var(--teal-dark);}

#main .gform_button, #subscribe .gform_button {
	background: var(--charcoal);
	color: var(--white);
	position: relative;
	margin: 0;
}

#main .gform_button:hover, #main .gform_button:focus, #subscribe .gform_button:hover, #subscribe .gform_button:focus {
	background: var(--black);
	color: var(--white);
}

#main input:focus, #main textarea:focus, #main .gfield-choice-input:focus {outline-color: var(--charcoal);}

#main .gform-theme--framework .gf_progressbar {background-color: var(--white);}
#main .gform-theme--framework .gf_progressbar .percentbar_blue {background-color: var(--carrot);}

#main .gform-theme--foundation .gform_page_footer, #main .gform-footer {
	position: relative;
	min-height: 50px;
}
#main .gform_button, #main .gform_next_button {
    position: absolute;
    right: 0;
    margin: 0;
}
@media only screen and (max-width:767px) {
	#main .gform-body legend {font-size: 1.15rem;}
}

/* FOOTER */
footer {
	padding: 3rem 0;
	/*margin-top: var(--sm-spacer);*/
	background: var(--black);
}
.footer-note {
	border-radius: var(--br-sm) var(--br-sm) 0 0;
	margin-top: var(--sm-spacer);
	background: var(--carrot);
	padding: 1rem;
	z-index: 99;
}
body:has(.no-f-margin) footer {margin-top: 0;}
.footer-box {
	background: var(--parchment);
	border-radius: var(--br-lg);
	padding: 1.5rem;
}
img.footer-logo {
	max-width: 58px;
    max-height: 60px;
}
footer .tagline {
	font-size: 1.25rem;
	margin-top: 1.25rem;
}
footer #subscribe form, #mailing form {
	position: relative;
	text-align: left;
}
footer #subscribe .ginput_container input, #mailing .ginput_container input {
	background: transparent;
	padding: 1.5rem 9rem 1.5rem 1rem
}
footer #subscribe .gform-theme--foundation .gform_footer, #mailing .gform-theme--foundation .gform_footer {margin-block-start: 0;}
footer #subscribe .gform_button, #mailing .gform_button {
    margin: 0;
    margin-top: -48px;
    position: absolute;
    right: 2px;
    height: 46px;
    padding: 12px 15px;
}
body:has(.hide-footer-form) .footer-form, .footer-display {display: none;}
body:has(.hide-footer-form) .footer-display {display: block;}
footer .gfield_description {
	font-size: 1rem !important;
	color: var(--black) !important;
}
footer .lead {font-weight: var(--bold);}
footer hr {border-top: 1px solid var(--black);}

footer .charities li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
	margin-right: 5px;
    width: 25px;
    height: 25px;
	margin-top: -2px;
	background-color: var(--charcoal);
}
.charities li:hover:before {background-color: var(--teal);}

.charities li.animal:before {-webkit-mask: url('/wp-content/uploads/2026/05/pet-paw.svg') center / contain no-repeat;}
.charities li.racing:before {-webkit-mask: url('/wp-content/uploads/2026/05/race-flag.svg') center / contain no-repeat;}

.greenhosting {
	background: var(--fern);
	display: inline-block;
	width: fit-content;
	border-radius: var(--br-md);
	padding: .5rem 1rem .5rem 2.1rem;
	position: relative;
}
.greenhosting p:last-child {margin-bottom: 0;}
.greenhosting:before {
	content: "";
    width: 20px;
    height: 20px;
	position: absolute;
	left: .5rem;
	background-color: var(--black);
	-webkit-mask: url('/wp-content/uploads/2026/05/leaf-green.svg') center / contain no-repeat;
	mask: url('/wp-content/uploads/2026/05/leaf-green.svg') center / contain no-repeat;
}

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(--cta);}
footer ul a:hover, footer ul a:focus {color: var(--cta-focus);}
footer .policies ul li {font-size: 95%;}
footer .current-menu-item a {
	opacity: .5;
	pointer-events: none;
}

@media only screen and (min-width: 992px) {
	footer .policies ul li {
		display: inline;
		margin-right: 1rem;
	}
	.footer-shape {position: relative;}
	.footer-shape:before {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		margin-left: -30px;
		width: 30px;
		height: 55px;
		background-color: var(--parchment);
		-webkit-mask: url('/wp-content/uploads/2026/05/footer-shape.svg') center / contain no-repeat;
		mask: url('/wp-content/uploads/2026/05/footer-shape.svg') center / contain no-repeat;
	}
}
@media only screen and (max-width: 991px) {
	footer {padding-bottom: 5rem;}
	.wave-footer {display: none;}
}

/* XXL breakpoint */
@media only screen and (max-width: 767px) {
	.service-pad {
		margin-left: 15px;
		margin-right: 15px;
	}
	.py-sm-15 {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.wp-block-columns, .px-15 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.container-fluid .container-fluid .fluid-xxl-max, .container-fluid .container-fluid .fluid-max {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}
@media only screen and (min-width: 576px) {
	.mt-6 {margin-top: 6rem;}
}
@media only screen and (max-width: 576px) {
	footer #subscribe .gform_button, #mailing .gform_button {
		margin-top: 15px;
		position: relative;
		width: 100%;
	}
}
@media only screen and (min-width: 768px) {
	.py-15 {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.fluid-xxl-max, .fluid-max, .wp-block-columns {
		margin-left: var(--max);
		margin-right: var(--max);
	}
	.fluid-max-left {padding-left: calc(var(--max) + 15px);}
	.fluid-max-right {padding-right: calc(var(--max) + 15px);}
	.container-fluid .container-fluid .fluid-xxl-max, .container-fluid .container-fluid .fluid-max {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.px-md-15 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
@media only screen and (min-width: 992px) {
	.px-lg-15 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
@media only screen and (min-width: 1600px) {
	.container.container-xxl-fluid {
		width: 100%;
		max-width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}
	.container-fluid .container-fluid .fluid-xxl-max, .container-fluid .container-fluid .fluid-max {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.contact-banner, .hero-pad .pad-bg {
		padding-top: var(--md-spacer);
		padding-bottom: var(--md-spacer);
	}
	.service-img img {max-height: 500px;}
}