/*
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%;}
body, .editor-styles-wrapper.block-editor-writing-flow {
	--font: "avenir-lt-pro", -apple-system, system-ui, BlinkMacSystemFont, “Segoe UI”, Helvetica, Arial, sans-serif, “Apple Color Emoji”, “Segoe UI Emoji”, “Segoe UI Symbol”, sans-serif;
	--accent: "adobe-garamond-pro", serif;
	--light: 200;
	--regular: 400;
	--bold: 700;
	
	--alabaster: #EEEAE0;
	--stardew: #A6B2B5;
	--granite: #606B75;
	--dorian: #ABA69C;
	--repose: #CCC8BF;
	--white: #fff;
	--black: #212121;

	--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%);
	
	margin: 0;
	font-family: var(--font);
	font-size: 1rem;
	font-weight: var(--light);
	text-align: left;
	line-height: 1.5;
	word-spacing: .5px;
	letter-spacing: .3px;
	background: var(--white);
	
	color: var(--granite);
	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;
	}
}
#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(--purple-main);
	display: inline-block;
	height: auto;
	width: auto;
	position: fixed;
	margin: auto;
	z-index: 10000;
	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.2;}
h1, h2, h3, h4, h5, h6 {font-weight: var(--light);}
h1 {font-size: 4.3rem;}
h2 {font-size: 2.2rem;}
h3 {font-size: 1.5rem;}
h4 {font-size: 1.25rem;}

b, strong {font-weight: var(--bold);}

.lead {font-size: 1.1rem;}
.subhead p {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: var(--dorian);
}

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

.blog-content h2 {margin-top: 3rem;}
.blog-content h2:first-child {margin-top: 0;}
.blog-content h3 {margin-top: 2rem;}

@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 (min-width:1600px) {
	body {font-size: 1.1rem;}
	h1 {font-size: 6rem;}
	h2 {font-size: 2.8rem;}
	h3 {font-size: 1.8rem;}
	h4 {font-size: 1.5rem;}
}

/* Spacing */
.sm-spacer, .sm-spacer-top {padding-top: 2rem;}
.sm-spacer, .sm-spacer-btm {padding-bottom: 2rem;}
.md-spacer, .md-spacer-top {padding-top: 3.5rem;}
.md-spacer, .md-spacer-btm {padding-bottom: 3.5rem;}
.lg-spacer, .lg-spacer-top {padding-top: 5rem;}
.lg-spacer, .lg-spacer-btm {padding-bottom: 5rem;}
.mb-30 {margin-bottom: 30px;}
.wp-block-columns {
	padding-top: 3.5rem !important;
	padding-bottom: 3.5rem !important;
}
.custom-section .wp-block-columns {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

@media only screen and (min-width:1600px) {
	.sm-spacer, .sm-spacer-top {padding-top: 3rem;}
	.sm-spacer, .sm-spacer-btm {padding-bottom: 3rem;}
	.md-spacer, .md-spacer-top {padding-top: 6rem;}
	.md-spacer, .md-spacer-btm {padding-bottom: 6rem;}
	.lg-spacer, .lg-spacer-top {padding-top: 9rem;}
	.lg-spacer, .lg-spacer-btm {padding-bottom: 9rem;}
	.wp-block-columns {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important;
	}
	.custom-section .wp-block-columns {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
}
@media only screen and (max-width:767px) {
	.sm-spacer, .sm-spacer-top {padding-top: 1.5rem;}
	.sm-spacer, .sm-spacer-btm {padding-bottom: 1.5rem;}
	.md-spacer, .md-spacer-top {padding-top: 2rem;}
	.md-spacer, .md-spacer-btm {padding-bottom: 2rem;}
	.lg-spacer, .lg-spacer-top {padding-top: 3rem;}
	.lg-spacer, .lg-spacer-btm {padding-bottom: 3rem;}
	.wp-block-columns {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}
	.custom-section .wp-block-columns {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
}

.wp-block-columns {padding: 15px;}
/*.custom-section .wp-block-columns {padding: 0;}*/

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

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

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

/* Lists */
.checklist, .crosslist {
	padding-inline-start: 0;
	list-style: none;
}
ul {padding-inline-start: 15px;}
ol {padding-inline-start: 20px;}
li:not(.menu-item) {padding-bottom:1rem}
li:last-child {padding-bottom:0}
.checklist li:before, .crosslist li:before, .checklist p:before, p.checkmark:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
    width: 20px;
    height: 20px;
	background-color: var(--stardew);
}
.brighten .checklist li:before, .brighten .crosslist li:before, .brighten .checklist p:before, .brighten p.checkmark:before {background-color: var(--white);}
.checklist li:before, .checklist p:before, p.checkmark: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;
}
.crosslist li:before, .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;
}

/* Navigation */
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1);
    right: 15px;
    top: 30px;
}
.navbar-nav, .cta-bar {
	top: 15px;
	z-index: 9999999;
}
.navbar-nav {
    max-width: 100%;
	z-index: 9999998;
}
.navbar {
	padding: 0;
	display: flex;
    justify-content: center;
}
.navbar-brand {
    z-index: 99999999999999;
    position: absolute;
	top: 0;
}
.cta-bar {
	top: 30px;
	right: 5%;
	z-index: 99999;
}
.cta-bar li {display: inline-block}
.navbar-nav li {margin: 0 1rem;}
.navbar-nav li a, .cta-bar li a {color: var(--white);}
.cta-bar li a {
	padding: .975rem 2rem !important;
	font-weight: var(--bold);
}

.navbar-nav li a:hover, .navbar-nav li a:focus {color: var(--alabaster);}
.cta-bar li a:hover, .cta-bar li a:focus {
	text-decoration: none;
	background-color: var(--alabaster);
}
.navbar-nav li.current-menu-item > a, .cta-bar li.current-menu-item {pointer-events: none;}
.cta-bar li.current-menu-item a {
	font-weight: var(--regular);
	border-radius: 0;
	border: none;
}
.navbar-nav li.current-menu-item > a, .cta-bar li.current-menu-item a {
    color: var(--repose);
    border-bottom: 1px solid var(--repose);
}
.navbar-nav li.current-menu-ancestor > a {
    color: var(--repose);
	font-style: italic;
    border-bottom: none;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {background-color: transparent;}

#menu-toggle, .hamburger-icon {display: none;}
	
@media only screen and (min-width: 1600px) {
	.cta-bar {right: 10%;}
}
@media only screen and (min-width: 992px) {
	.navbar-dark .navbar-toggler, .navbar-nav, .nav-btn, .cta-bar {position: absolute;}
	.navbar-nav, .cta-bar li a {
		padding: .35rem 1.5rem;
		border: 1px solid var(--white);
		border-radius: 50px;
	}
	.navbar-nav {flex-direction: unset !important;}
	.navbar-nav .menu-item-has-children .dropdown-menu {position: absolute;}
	.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(--granite);
		border: none;
		border-radius: var(--br-sm);
	}
	dropdown-item:focus, .dropdown-item:hover {background-color: transparent;}
}
@media only screen and (max-width: 991px) {
	.navbar-brand img {width: 150px;}
	.navbar, .cta-bar {display: none;}
	.hamburger-icon {display: inline-block;}
	input#menu-toggle {display: none;}
	#menu-toggle:checked ~ .navbar {display: block;}
	#menu-toggle:checked ~ .navbar {
		position: fixed;
		overflow-y: auto;
		width: 100vw;
		height: 100vh;
		left: 0;
		top: 0;
		z-index: 999999999;
		border-radius: 0;
		background: var(--stardew);
		padding: 8rem 3rem 2rem 3rem;
	}
	.hamburger-icon {
        border-radius: 50px;
        z-index: 9999999999;
        display: inline-block;
        cursor: pointer;
        width: 50px;
        height: 50px;
        position: fixed;
        top: 15px;
        right: 5%;
        background: var(--granite);
		border: 1px solid var(--alabaster);
    }
	.hamburger-icon span:nth-child(1) {margin-top: 14px;}
	.hamburger-icon span {
		background: var(--white);
        display: block;
        height: 2.5px;
        width: 25px;
        margin: 6px 11.5px;
        transition: all 0.3sease;
        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;
	}
	
	.nav-link {display: inline-block;}
	.navbar-nav li {
		margin: 1.5rem 0;
		text-align: center;
		font-size: 2rem;
	}
	.glass-bg li a {width: 100%;}
	.glass-bg 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;
	}
}
@media only screen and (max-width: 767px) {
	.navbar-nav, .hamburger-icon {right: 15px;}
}
.navbar-nav li {position: relative;}
.navbar-nav .menu-item-has-children .dropdown-menu {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    left: 0;
    z-index: 1000;
}
.navbar-nav .menu-item-has-children:hover .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
	transition: opacity 0.2s ease-in-out;
}

/* 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(--alabaster)}
.breadcrumb li a:hover, .rank-math-breadcrumb p a:hover, a.author:hover {color: var(--white)}
.rank-math-breadcrumb p .last {color: var(--white)}

/* Buttons and links */
.overlay-link {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

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

a.read-more, p.read-more {
	color: var(--stardew) !important;
	border-bottom: 1px solid var(--stardew);
	width: fit-content;
}
p.read-more {cursor: pointer;}
a.read-more:hover, a.read-more:focus, p.read-more:hover, p.read-more:focus {
	color: var(--granite) !important;
	text-decoration: none !important;
	border-bottom: 1px solid var(--granite);
}
a.read-more:after, p.read-more:after {
	content: "";
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
	margin-top: 2px;
    width: 20px;
    height: 20px;
	background-color: var(--stardew);
	-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;
}
a.read-more:hover:after, a.read-more:focus:after, p.read-more:hover:after, p.read-more:focus:after {background-color: var(--granite) !important;}

p a, li a, a {color: var(--dorian);}
p a:hover, p a:focus, li a:hover, li a:focus, a:hover, a:focus {color: var(--granite);}

.btn, a.cky-banner-element, .crt-widget .crt-load-more {
	border-radius: 50px;
	font-weight: var(--bold);
	padding: 12px 40px;
	margin: 1rem 0;
	-webkit-transition: all .3s linear;
	width: fit-content;
}

.primary-btn {
	background: var(--granite);
	color: var(--white);
	position: relative;
	z-index: 1;
	overflow: hidden;

	-webkit-mask-image: 
		linear-gradient(white, white),
		url('/wp-content/uploads/2025/05/lumex-x.svg');
	-webkit-mask-repeat: no-repeat, no-repeat;
	-webkit-mask-position: 0 0, bottom right;
	-webkit-mask-size: 100% 100%, 31px 40px;
	-webkit-mask-composite: destination-out;

	mask-image: 
		linear-gradient(white, white),
		url('/wp-content/uploads/2025/05/lumex-x.svg');
	mask-repeat: no-repeat, no-repeat;
	mask-position: 0 0, bottom right;
	mask-size: 100% 100%, 31px 40px;
	mask-composite: exclude;
}
.brighten .primary-btn, .hero .primary-btn {
	background: var(--white);
	color: var(--granite);
}
.primary-btn:hover, .primary-btn:focus {
	background: var(--stardew);
	color: var(--white);
}

.secondary-btn, .cky-banner-element {
	border: 2px solid var(--granite);
	color: var(--granite);
}
.brighten .secondary-btn, .hero .secondary-btn {
	border: 2px solid var(--white);
	color: var(--white);
}
.secondary-btn:hover, .secondary-btn:focus, .cky-banner-element:hover, .cky-banner-element:focus {
	border: 2px solid var(--stardew);
	color: var(--stardew);
}

.w-100 .btn {width: 100%;}
.no-m .btn {margin-bottom: 0;}

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

#main .crt-widget .crt-load-more {
	background: transparent;
	border: 1px solid var(--granite);
	color: var(--granite);
}
#main .crt-widget .crt-load-more:hover, #main .crt-widget .crt-load-more:focus {
	border: 1px solid var(--dorian);
	color: var(--dorian);
}
#main .brighten .crt-widget .crt-load-more {
	border: 1px solid var(--alabaster);
	color: var(--alabaster);
}
#main .brighten .crt-widget .crt-load-more:hover, #main .brighten .crt-widget .crt-load-more:focus {
	border: 1px solid var(--repose);
	color: var(--repose);
}

/* Hero */
.hero-pad {
	padding-top: 8rem;
	padding-bottom: 4rem;
}
.full-height-hero, .hero-bg-img {min-height: calc(140vh);}
.hero-bg-img {
	width: 100vw;
	height: 100vh;
	position: absolute;
	z-index: -1;
	top: 0;
	margin-top: -5rem;
}
.hero-bg-img img, .hero-bg-img video {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.hero-bg-img:before {
	content: "";
	position: absolute;
	bottom: 0;
	margin-bottom: -1px;
	left: 0;
	width: 100%;
	height: 30vh;
	background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}
.full-height-hero {
	color: var(--white);
	background: linear-gradient(0deg,rgba(96, 107, 117, 0) 50%, rgba(96, 107, 117, 1) 100%);
	display: grid;
	align-items: center;
}
.full-height-hero .hero-content {padding-bottom: 35rem;}

.simple-hero {
	background: var(--stardew);
	background: linear-gradient(330deg,rgba(166, 178, 181, 1) 0%, rgba(96, 107, 117, 1) 100%);
	color: var(--white);
}
@media only screen and (max-width:1200px) {
	.full-height-hero, .hero-bg-img {min-height: calc(120vh);}
	.full-height-hero {background: linear-gradient(0deg, rgba(96, 107, 117, 0) 0%, rgba(96, 107, 117, .1) 30%, rgba(96, 107, 117, 1) 100%);}
	.full-height-hero .hero-content {padding-bottom: 24rem;}
}
@media only screen and (max-width:992px) {
	.full-height-hero, .hero-bg-img {min-height: calc(100vh);}
	.full-height-hero .hero-content {padding-bottom: 18rem;}
}
@media only screen and (max-width:767px) {
	.full-height-hero {background: linear-gradient(0deg, rgba(96, 107, 117, 0) 0%, rgba(96, 107, 117, .3) 20%, rgba(96, 107, 117, 1) 100%);}
	.full-height-hero .hero-content {padding-bottom: 5rem;}
}
@media only screen and (min-width:1600px) {
	.full-height-hero .hero-content {padding-bottom: 70rem;}
	.hero-bg-img:before {height: 20vh;}
}

/* Misc */
.bg-ala {background: var(--alabaster);}
.bg-star {background: var(--stardew);}
.bg-gran {background: var(--granite);}
.bg-dor {background: var(--dorian);}
.bg-rep {background: var(--repose);}
.bg-white {background: var(--white);}
.bg-black {background: var(--black);}
.bg-col.brighten:not(.bg-ala) {color: var(--white);}

.boxes {display: flex;}
.same-h {
	display: flex;
    flex-direction: column;
	height: 100%;
	flex: 1;
}
.push-down {margin-top: auto;}

.vertical-line {
	height: 50px;
	width: 2px;
	text-align: center;
	margin: 0 auto;
	background: var(--dorian);
	margin-bottom: 1.5rem;
	margin-top: 2.5rem;
}

.quote-bg {
    padding: 1rem;
    margin: 1.5rem 0;
    border-bottom: 1px solid var(--dorian);
    border-radius: var(--br-sm) var(--br-sm) 0 0;
}
.testimonial-bg {
	padding: 1rem;
	background: rgba(238,234,224, .5);
	border-radius: var(--br-sm);
}
.quote-bg p:last-child, .testimonial-bg p:last-child {margin-bottom: 0;}
.quotemarks {
    top: 5px;
    width: 50px;
    height: 50px;
    z-index: 0;
    background-color: var(--dorian);
    -webkit-mask: url('/wp-content/uploads/2025/02/quotes.svg') bottom right / contain no-repeat;
    mask: url('/wp-content/uploads/2025/02/quotes.svg') bottom right / contain no-repeat;
}
@media only screen and (min-width: 992px) {
    .quotemarks {left: 5px;}
}

.short-line {
	height: 5px;
	width: 50px;
	background: var(--dorian);
	margin-bottom: 1.5rem;
}

/* Gallery */
.square-container {
	width: 100%;
	aspect-ratio: 1 / 1;
}
.square-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* Product catalogue */
.bg-odd, .bg-even {
	border-radius: var(--br-sm);
	margin-right: 15px;
	overflow: hidden;
	color: var(--white);
}
.bg-odd {background: var(--stardew);}
.bg-even {background: var(--granite);}
	
.content-top {
	flex-grow: 1;
	padding: 1rem;
}
.product-img {width: 100%;}
.product-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/* Horizontal scrollbar */
.nowrap-row {overflow-y: auto;}
.nowrap-row .row {
    flex-wrap: nowrap;
	padding-left: 30px;
	padding-right: 30px !important;
}
.custom-scrollbar::-webkit-scrollbar, .steps-container::-webkit-scrollbar {height: 10px;}
.custom-scrollbar::-webkit-scrollbar-track, .steps-container::-webkit-scrollbar-track {
	background-color: var(--alabaster);
	border-radius: 15px;
	max-width: 60% !important;
	margin-top: 3rem;
	margin-left: 25vw;
	margin-right: 25vw;
}
.custom-scrollbar::-webkit-scrollbar-thumb, .steps-container::-webkit-scrollbar-thumb {
	background-color: var(--stardew);
	border-radius: var(--br-lg);
}
@-moz-document url-prefix() {
	.custom-scrollbar, .steps-container {
		scrollbar-width: thin;
		scrollbar-color: var(--stardew) var(--alabaster);
		margin: 1rem;
	}
}

/* Steps */
.steps-container .row {
    flex-wrap: nowrap;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.steps-container {overflow-y: auto;}
.step-box {
	border: 2px solid var(--alabaster);
	padding: 1rem;
	border-radius: var(--br-md);
	margin-bottom: 2rem;
}
.step-counter {
	font-family: var(--accent);
	font-weight: var(--bold);
	font-size: 1.5rem;
	line-height: 2.2;
	width: 50px;
	text-align: center;
	position: relative;
	padding-bottom: 5rem;
	z-index: 0;
	color: var(--dorian);
}
.step-counter:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	background: var(--alabaster);
	border-radius: 50px;
	z-index: -1;
	left: 0;
}
.brighten .step-box, .brighter .step-box {border: 2px solid var(--white);}
.brighten .step-counter:before, .brighter .step-counter:before {background: var(--white);}

/* Why choose us layout */
@media only screen and (min-width:992px) {
	.equal-height {
		display: flex;
		flex-wrap: wrap;
	}
	.equal-height > [class*='col-'] {
		display: flex;
		flex-direction: column;
	}
	.content-wrapper {
		display: flex;
		flex-direction: column;
		flex: 1;
	}
	.image-container {
		flex: 1;
		position: relative;
		width: 100%;
		min-height: 50vh;
		overflow: hidden;
	}
	.img-cover {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
}

/* Contact banner */
.contact-banner {
	position: relative;
	border-radius: var(--br-lg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	overflow: hidden;
}
.contact-banner-content {
	width: 60%;
	bottom: 12rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.contact-content, .contact-btn {
	width: 100%;
	flex: 1;
	padding: 2rem;
	border-radius: var(--br-md);
}
.contact-content {
	position: relative;
	padding: 2rem;
	border-radius: var(--br-md);
	background: var(--granite);
	color: var(--white);
	z-index: 1;
}
.contact-btn {
	position: absolute;
	top: 2rem;
	right: -2rem;
	height: calc(100% + 6rem);
	background: rgba(166, 178, 181, 0.8);
	border-radius: var(--br-md);
	z-index: 0;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}
@media only screen and (max-width:992px) {
	.contact-banner {padding: 2rem 0;}
	.contact-content {opacity: .95;}
	.contact-banner-content {
        width: 90%;
        left: 3%;
        margin: 0 auto;
    }
	.contact-btn {right: -1rem;}
	.hide-mob {display: none;}
}
@media only screen and (min-width:993px) {
	.contact-banner {min-height: calc(100vh - 30px);}
	.contact-banner-content {right: 6rem;}
	.contact-banner-content {position: absolute;}
}

/* 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(--granite);}
.brighten a.social-link {color: var(--alabaster);}
a.social-link:hover, a.social-link:focus {text-decoration: none;}
.socials p {padding-top: 1rem;}
.social-icon {
	padding-bottom: 1rem;
	margin-right: .5rem;
}
.social-icon:last-child {margin-right: 0;}
.social-icon:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
	background-color: var(--granite);
	-webkit-transition: all .3s linear;
}
.social-icon:hover:before {
	background-color: var(--stardew);
	transform: scale(1.1);
}
.brighten .social-icon:before, footer .social-icon:before {background-color: var(--alabaster);}
.brighten .social-icon:hover:before, footer .social-icon:hover:before {background-color: var(--white);}

.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/2024/12/twitter-x.svg') center / contain no-repeat;}

/* Forms */
.contact-form {
	background: rgba(255,255,255, .8);
	padding: 1rem;
	border-radius: var(--br-sm);
}
#main .forminator-design--material .forminator-pagination-steps .forminator-step .forminator-step-dot {
	background-color: var(--granite) !important;
}
#main .forminator-design--material .forminator-pagination-steps .forminator-step .forminator-step-label {
	color: var(--granite) !important;
}

#main .forminator-design--material .forminator-pagination-steps .forminator-step ~ .forminator-step .forminator-step-label {
	font-weight: var(--bold) !important;
}
#main .forminator-design--material .forminator-pagination-steps .forminator-step.forminator-current ~ .forminator-step .forminator-step-label {font-weight: var(--regular) !important;}

#main .forminator-field.forminator-merge-tags label {font-size: 1.25rem !important;}

#main .forminator-design--material .forminator-radio span[aria-hidden]:before {background-color: var(--stardew) !important;}
#main .forminator-design--material .forminator-radio input:checked + span[aria-hidden], #main .forminator-design--material .forminator-checkbox input:checked + span[aria-hidden] {border-color: var(--granite) !important;}
#main .forminator-ui.forminator-custom-form[data-design=material] .forminator-checkbox .forminator-checkbox-box:before {color: var(--stardew) !important;}

#main .forminator-design--material .forminator-is_active .forminator-textarea--wrap:after, #main .forminator-design--material .forminator-textarea--wrap:after {border-collapse: var(--stardew) !important;}

#main .forminator-design--material .forminator-input--wrap:after, #main .forminator-design--material .forminator-is_active .forminator-input--wrap:after {background-color: var(--granite) !important;}
#main .forminator-design--material .forminator-textarea--wrap:after {border-color: var(--granite) !important;}

#main .forminator-label {color: var(--granite) !important;}
#main .forminator-button {
    width: 49%;
    display: inline-block;
}
#main .forminator-button-next, #main .forminator-button-submit {
	background: var(--granite) !important;
	color: var(--white) !important;
    border: 1px solid var(--granite);
}
#main .forminator-button-back {
	background: transparent !important;
	border: 1px solid var(--granite);
	color: var(--granite) !important;
	margin-bottom: 0 !important;
}
#main .forminator-button-next:hover, #main .forminator-button-next:focus, #main .forminator-button-submit:hover, #main .forminator-button-submit:focus {
	background: var(--dorian) !important;
	color: var(--white) !important;
    border: 1px solid var(--dorian);
}
#main .forminator-button-back:hover, #main .forminator-button-back:focus {
	border: 1px solid var(--dorian);
	color: var(--dorian) !important;

}

/* FOOTER */
footer {
	margin-top: 5rem;
	margin-bottom: 15px;
	padding-top: 3rem;
	padding-bottom: 4rem;
	background: var(--granite);
	color: var(--white);
}
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(--alabster);}
footer .policies ul li {font-size: 95%;}
footer .current-menu-item a {
	opacity: .5;
	pointer-events: none;
}

.footer-logo {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}
.footer-logo img, img.footer-icon {
    max-height: 100px;
    width: auto;
}
footer .contact-info a {
	color: var(--white);
	margin-right: 1rem;
}
@media only screen and (min-width: 992px) {
	footer .policies ul li {
		display: inline;
		margin-right: 1rem;
	}
}
@media only screen and (max-width: 767px) {
	.footer-container {padding-top: 1rem;}
	footer p.lead {padding-top: 2rem;}
	.footer-logo img, img.footer-icon {max-height: 80px;}
	footer .contact-info a {display: block;}
	footer .contact-info, footer .contact-info a {margin-bottom: 1rem;}
}

/* XXL breakpoint */
@media only screen and (max-width: 767px) {
	.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: 768px) {
	.py-15 {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.fluid-xxl-max, .fluid-max, .wp-block-columns {
		margin-left: 5%;
		margin-right: 5%;
	}
	.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;
	}
	.fluid-xxl-max, .fluid-max, .wp-block-columns {
		margin-left: 10%;
		margin-right: 10%;
	}
	.container-fluid .container-fluid .fluid-xxl-max, .container-fluid .container-fluid .fluid-max {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.text-xxl-center {text-align: center;}
	.pt-xxl-3, .py-xxl-3 {padding-top: 5rem !important;}
	.pb-xxl-3, .py-xxl-3 {padding-bottom: 5rem !important;}
	.pt-xxl-5, .py-xxl-5 {padding-top: 10rem !important;}
	.pb-xxl-5, .py-xxl-5 {padding-bottom: 10rem !important;}
	.mt-xxl-3, .my-xxl-3 {margin-top: 5rem;}
	.mb-xxl-3, .my-xxl-3 {margin-bottom: 5rem;}
	.mt-xxl-5, .my-xxl-5 {margin-top: 10rem;}
	.mb-xxl-5, .my-xxl-5 {margin-bottom: 10rem;}
	.col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
		position: relative;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
	.col-xxl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xxl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
  .col-xxl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xxl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;	
	}
	.col-xxl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xxl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.offset-xxl-1 {margin-left: 8.333333%;}
}