/*
Theme Name: WhittiV2
Description: Custom theme for Whitti Designs
Author: idealPX
Version: 1.0.0

(C) Whitti Designs

*/

:root {
	--gray: #eaeaea;
	--background: #181818;
	--primary: #456cba;
	--white: #ffffff;
}

/* Text color utility classes */
.has-primary-color { color: var(--primary); }
.has-white-color { color: var(--white); }
.has-gray-color { color: var(--gray); }
.has-backgroun-color { color: var(--background); }

/* Background color utility classes */
.has-primary-background-color { background-color: var(--primary); }
.has-white-background-color { background-color: var(--white); }
.has-gray-background-color { background-color: var(--gray); }
.has-background-background-color { background-color: var(--background); }

.wp-admin .editor-styles-wrapper.block-editor-writing-flow {
	padding-bottom: 150px !important;
}

html {
	margin: 0 !important;
	padding: 0 !important;
}

body {
	height: 100%;
	min-height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	color: var(--foreground);
	font-family: 'Outfit', arial, helvetica, tahoma, sans-serif;
	font-size: clamp(1.25rem, 1.162rem + 0.3704vw, 1.5rem);
	font-weight: 300;
	line-height: 155%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #181818 !important;
}

.block-editor-iframe__body {
	background: #181818;
}

h1 {
	font-family: 'Outfit', arial, helvetica, tahoma, sans-serif;
	font-size: clamp(3.75rem, 2.8784rem + 3.6697vw, 6.25rem);
	color: var(--white);
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: none;
	font-weight: 800;
	line-height: 100%;
}

h2 {
	font-family: 'Outfit', arial, helvetica, tahoma, sans-serif;
	color: var(--white);
	margin: 0;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: none;
	font-size: clamp(2.875rem, 2.4792rem + 1.6667vw, 4rem);
	font-weight: 800;
	line-height: 120%;
}

h3 {
	font-family: 'Outfit', arial, helvetica, tahoma, sans-serif;
	color: var(--white);
	margin: 0;
	padding: 0;
	margin-top: 40px;
	margin-bottom: 20px;
	text-transform: none;
	font-size: clamp(2rem, 1.7801rem + 0.9259vw, 2.625rem);
	font-weight: 400;
	line-height: 120%;
}

h4 {
	font-family: 'Outfit', arial, helvetica, tahoma, sans-serif;
	color: var(--white);
	margin: 0;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: none;
	font-size: clamp(1.25rem, 1.162rem + 0.3704vw, 1.5rem);
	font-weight: 400;
	line-height: 155%;
}

h5 {
	font-family: 'Outfit', arial, helvetica, tahoma, sans-serif;
	color: var(--white);
	margin: 0;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: none;
	font-size: 22px;
	font-weight: 400;
	line-height: 155%;
}

#mouse-trailer {
	position: fixed;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: var(--primary);
	border-radius: 50%;
	pointer-events: none;
	transform: translate(-50%, -50%);
	transition: transform 0.1s ease-out;
	mix-blend-mode: difference;
	/* Optional cool effect */
	z-index: 9999;
}

@media (max-width:768px) {
	#mouse-trailer {
		display: none;
	}
}

/* Example: Change size on links */
#mouse-trailer.on-link {
	width: 50px;
	height: 50px;
	background-color: rgba(250, 6, 6, .23);
	z-index: 11;
	top: -20px;
	left: -5px;
}

/* Example: Change shape on buttons */
#mouse-trailer.on-portfolio {
	width: 70px;
	height: 70px;
	background-color: var(--secondary);
	top: -40px;
	left: -20px;
}

#mouse-trailer.on-portfolio::after {
	content: 'view';
	position: absolute;
	font-size: 16px;
	top: 0;
	text-align: center;
	width: 70px;
	height: 70px;
	background: var(--secondary);
	border-radius: 50%;
	line-height: 70px;
}

p {
	margin-top: 10px;
	clear: both;
}

p.has-text-align-center {
	max-width: 100%;
}

/* Narrow Styles for Paragraphs and headers */

.is-style-narrow-center {
	max-width: 1040px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

.is-style-narrow-left {
	max-width: 1040px !important;
	margin-right: auto !important;
	margin-left: 0 !important;
}

.is-style-narrow-right {
	max-width: 1040px !important;
	margin-right: 0 !important;
	margin-left: auto !important;
}


ul {
	max-width: 1100px;
}

img {
	border: none;
	padding: 0;
}

img a {
	border: none;
}

img.left {
	float: left;
	border: none;
	padding: 6px 0 0 0;
}

img.right {
	float: right;
	border: none;
	padding: 0 0 0 6px;
}

code {
	font-family: "Courier New", Courier, monospace;
}

/* links */

a {
	color: #000;
	text-decoration: underline;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

a:hover {
	text-decoration: none;
}


/* Buttons */

.wp-block-button__link {
	margin-top: 10px;
	display: inline-block;
	margin-top: 10px;
	padding: 16px 40px;
	background: var(--background);
	border: solid 2px var(--foreground);
	border-radius: 8px;
	color: #fff;
	text-decoration: none;
	transition: all .3s ease;
	font-size: 24px;
}

.wp-block-button__link:hover {
	box-shadow: 7px 7px 0px 0px var(--primary);
}

.top-widget .wp-block-button__link {
	border: none !important;
	padding-right: 0 !important;
	padding-left: 32px !important;
}

.top-widget .wp-block-button__link::after {
	left: 0;
}

.wp-block-button__link.wp-block-button.is-style-squared .wp-block-button__link {
	border-radius: 0;
}

.alignfull {
	margin: 32px calc(50% - 50vw) !important;
	max-width: 100vw;
	width: 100vw;
}

/* container */

.skip-link {
	left: -9999rem;
	top: 2.5rem;
	z-index: 999999999;
	text-decoration: underline;
}

.skip-link:focus {
	display: block;
	left: 6px;
	top: 7px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	line-height: normal;
	padding: 15px 23px 14px;
	z-index: 100000;
	right: auto;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}

.screen-reader-text:focus {
	background-color: #f7f7f7;
	border-radius: 4px;
	border: solid 1px #eaeaea;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.3);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #000;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	right: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#container {
	width: 100%;
	float: left;
	clear: left;
	position: relative;
	overflow: hidden;
}

.gooey-bg {
	width: 100vw;
	height: 100%;
	position: absolute;
	z-index: -1;
	overflow: hidden;
	background: var(--background);
	top: 0;
	left: 0;
}

.gooey-bg .svgBlur {
	display: none;
}

.gooey-bg .noiseBg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	mix-blend-mode: soft-light;
	opacity: 0.3;
}

.gooey-bg .gradients-container {
	filter: url(#goo) blur(40px);
	width: 100%;
	height: 100%;
}

.gooey-bg .gradients-container>div {
	will-change: transform, opacity, background;
}

.gooey-bg .g1 {
	position: absolute;
	background: radial-gradient(circle, rgba(250, 6, 6, .23) 0%, rgba(255, 255, 255, 0) 50%);
	mix-blend-mode: var(--blending);
	width: 1200px;
	height: 700px;
	top: calc(50% - var(--circle-size) / 2);
	right: 100px;
	transform-origin: center center;
	animation: moveVertical 50s ease infinite;
	opacity: 1;
}

.gooey-bg .g2 {
	position: absolute;
	background: radial-gradient(circle at center, rgba(var(--color2), 0.8) 0, rgba(var(--color2), 0) 50%) no-repeat;
	mix-blend-mode: var(--blending);
	width: 1200px;
	height: 400px;
	top: 300px;
	right: 0;
	animation: moveInCircle 30s reverse infinite;
	opacity: .3;
}

.gooey-bg .g3 {
	position: absolute;
	background: radial-gradient(circle at center, rgba(var(--color3), 0.8) 0, rgba(var(--color3), 0) 50%) no-repeat;
	mix-blend-mode: var(--blending);
	width: 800px;
	height: 700px;
	top: 0;
	right: calc(50% - var(--circle-size) / 2 - 500px);
	transform-origin: calc(50% + 400px);
	-webkit-animation: moveInCircle 40s linear infinite;
	animation: moveHorizontal 40s linear infinite;
	opacity: .2;
}


@keyframes moveInCircle {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(180deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes moveVertical {
	0% {
		transform: translateY(-50%);
	}

	50% {
		transform: translateY(20%);
	}

	100% {
		transform: translateY(-50%);
	}
}

@keyframes moveHorizontal {
	0% {
		transform: translateX(-50%) translateY(-10%);
	}

	50% {
		transform: translateX(50%) translateY(10%);
	}

	100% {
		transform: translateX(-50%) translateY(-10%);
	}
}

#container:after {
	content: '';
	position: absolute;
	right: 10%;
	top: 0px;
	width: 800px;
	height: 800px;
	background: radial-gradient(circle, rgba(250, 6, 6, .23) 0%, rgba(255, 255, 255, 0) 50%);
	z-index: -1;
	transform: skew(20deg);
	display: none;
}

#content-wrapper {
	width: 100%;
	float: left;
	position: relative;
	margin: 0;
	margin-top: 80px;
	margin-bottom: 140px;
}

@media (max-width: 768px) {
	#content-wrapper {
		margin-top: 40px;
		margin-bottom: 70px;
	}
}

.innerwrapper {
	max-width: 1460px;
	margin: 0 auto;
	padding-left: 40px;
	padding-right: 40px;
	box-sizing: border-box;
	position: relative;
}

@media (max-width: 550px) {
	.innerwrapper {
		padding-left: 30px;
		padding-right: 30px;
	}
}

/* header */


#header .innerwrapper {
	position: relative;
}

#logo {
	width: 84px;
	float: left;
	margin-top: 30px;
	margin-bottom: 5px;
	position: relative;
	z-index: 0;
}

#logo a {
	color: #fff;
	text-decoration: none;
	float: left;
}

.logo-whitti {
	max-width: 180px;
	margin-top: 10px;
}

.home.opened .whitti-color-logo,
.home .whitti-white-logo {
	display: block;
}

.whitti-white-logo,
.home.opened .whitti-white-logo,
.home .whitti-color-logo {
	display: none;
}

.nav-bars {
	display: none;
}

.mmenu {
	float: right;
	margin-top: 38px;
}

.mmenu ul li {
	list-style: none;
	float: left;
	margin-left: 40px;
}

.mmenu ul li a {
	color: var(--white);
	font-size: 20px;
	text-decoration: none;
	position: relative;
	text-transform: lowercase;
}

.mmenu ul li a::after {
	content: '';
	bottom: -7px;
	left: 0;
	width: 0;
	height: 2px;
	background: var(--primary);
	display: block;
	position: absolute;
	transition: all .3s ease;
}

.mmenu ul li.current-menu-item a::after {
	width: 20px;
}

.mmenu ul li a:hover::after {
	width: 100%;
}

/* Menu */
@media (max-width:550px) {

	.mmenu {
		display: block;
		float: left;
		clear: left;
		margin: 0;
		max-width: 100%;
		width: 100%;
		z-index: 100;
	}

	.mmenu::after {
		content: '';
		position: absolute;
		z-index: 0;
		top: 20px;
		right: 20px;
		width: 0;
		height: 0;
		background: #061D32;
		transition: all .4s ease;
		border-radius: 50%;
	}

	.opened .mmenu::after {
		width: 200%;
		height: 200vh;
		right: -50%;
		top: -50vh;
	}

	.mmenu ul {
		list-style: none;
		padding: 0;
		text-align: left;
		position: relative;
		height: auto;
		box-sizing: border-box;
		display: none;
		padding-top: 140px;
		z-index: 700;
		box-sizing: border-box;
	}

	.mmenu ul li {
		float: left;
		zoom: 1;
		position: relative;
		margin-top: 30px;
		opacity: 0;
		transition: all .5s ease;
		transition-delay: .3s;
		margin-left: 30px;
	}

	.opened .mmenu ul li {
		margin-top: 20px;
		opacity: 1;
	}

	.nav-bars {
		display: block;
		position: absolute;
		right: 30px;
		z-index: 999;
		width: 34px;
		height: 16px;
		line-height: 16px;
		letter-spacing: 3px;
		box-sizing: border-box;
		padding: 0;
		background: none;
		top: 50px;
		color: var(--secondary);
		font-size: 14px;
		font-weight: 400;
		cursor: pointer;
		clear: none;
		border: none;
		text-align: right;
		transition: all .3s ease;
		font-family: 'Outfit', arial, helvetica, tahoma, sans-serif;
		z-index: 900;
	}

	.opened .nav-bars .menu-word,
	.nav-bars .close-word {
		display: none;
	}

	.opened .nav-bars .close-word {
		display: block;
	}

	.home .nav-bars {
		color: var(--white);
	}

	.home.opened .nav-bars {
		color: var(--secondary);
	}

	.nav-bars .middle-bar {
		width: 34px;
		height: 2px;
		background: var(--white);
		margin-top: -1px;
		position: absolute;
		left: 0;
		top: 50%;
	}

	.nav-bars::before {
		content: '';
		display: block;
		width: 34px;
		height: 2px;
		background: var(--white);
		position: absolute;
		left: 0;
		top: -2px;
		transition: all 0.3s ease;
	}

	.nav-bars::after {
		content: '';
		display: block;
		width: 17px;
		height: 2px;
		background: var(--primary);
		position: absolute;
		left: 0;
		bottom: -2px;
		transition: all 0.3s ease;
	}

	.home .nav-bars .middle-bar,
	.home .nav-bars::before {
		background: var(--white);
	}

	.opened .nav-bars .middle-bar {
		display: none;
	}

	.nav-bars:hover::before {
		width: 34px;
		left: 0;
	}

	.nav-bars:hover::after {
		width: 34px;
	}

	.opened .nav-bars::before {
		transform: rotate(-45deg) translate(-2px, 3px);
		top: 3px;
		left: 0;
		width: 34px;
	}

	.opened .nav-bars::after {
		transform: rotate(45deg) translate(-2px, -2px);
		bottom: 5px;
		left: 0;
		width: 34px;
		background: var(--white);
	}

	.mmenu.mobile {
		position: absolute;
		left: 0;
		top: 0;
	}

	.mmenu.mobile.opened {
		height: 100vh;
		overflow-y: hidden;
		position: fixed;
	}

	body.opened {
		overflow-y: hidden;
	}

	.admin-bar.opened .nav-bars {
		top: 90px;
	}

	.mmenu .nav-bars i {
		font-weight: bold;
	}

	.mmenu.mobile {
		width: 100%;
	}

	.mmenu.mobile ul {
		display: none;
	}

	.mmenu.mobile ul li {
		width: 100%;
		float: none;
	}

	.mmenu.mobile .nav-bars {
		display: block;
	}

}


/* Top Section */

.top-section {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}

.top-widget {
	max-width: 1070px;
	float: left;
	position: relative;
	z-index: 9;
	margin-top: 220px;
	margin-bottom: 120px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}


@media (max-width: 768px) {
	.top-widget {
		margin-bottom: 0;
	}
}

@media (max-width: 768px) {

	.top-widget {
		margin-top: 180px;
		margin-right: 0;
	}

	.top-section {
		min-height: auto;
		padding-bottom: 100px;
	}
}


.top-widget .widget {
	width: 100%;
	margin-bottom: 0;
}

.top-widget h1 {
	text-transform: none;
	line-height: 100%;
	margin-top: 0;
	margin-bottom: 30px;
}

.top-widget h1 span.meets {
	font-weight: 300;
	color: var(--primary);
	margin-right: -58px;
}

@media (max-width: 1240px) {
	.top-widget h1 span.meets {
		margin-right: -50px;
	}
}

@media (max-width: 890px) {
	.top-widget h1 span.meets {
		margin-right: -40px;
	}
}

.top-widget h1 span.meets span {
	font-weight: 700;
}

@media (max-width: 598px) {
	.top-widget h1 span.meets span {
		font-weight: 300;
	}
}

/* Search Results */

.search-results #searchresult {
	text-align: left;
}

.search-results .type-page {
	width: 100%;
	float: left;
	clear: left;
	background: none;
	margin-bottom: 40px;

}

.frontCover {
	width: 70%;
	margin-left: 15%;
	margin-top: 100px;
	height: 520px;
	border-radius: 30px;
	overflow: hidden;
	animation-duration: 2s;
}

@keyframes widthOut {
	0% {
		opacity: 1;
		width: 70%;
	}

	100% {
		opacity: 1;
		width: 100%;
		margin-left: 0;
		margin-top: 0;
	}
}

@media (max-width: 450px) {
	.frontCover {
		margin-top: 60px;
	}
}

.widthOut.go {
	-webkit-animation-name: widthOut;
	animation-name: widthOut;
}

/* Process Block */

.process-block {
	margin-top: 100px;
}

.process-block .wp-block-columns {
	max-width: 800px;
	margin-bottom: 20px;
}

.process-block .wp-block-columns h3 {
	padding-left: 26px;
	position: relative;
	line-height: 100%;
}

.process-block .wp-block-column:first-child h3::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--primary);
}

.process-block .wp-block-column:nth-child(2) h3 {
	padding-left: 36px;
}

.process-block .wp-block-column:nth-child(3) h3 {
	padding-left: 46px;
}

.process-block .wp-block-column:nth-child(2) h3::before {
	content: '';
	position: absolute;
	left: 5px;
	top: 50%;
	width: 22px;
	height: 22px;
	background-image: url(images/refine-bg.svg);
	background-size: cover;
	margin-top: -6px;
}

.process-block .wp-block-column:nth-child(3) h3::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 32px;
	height: 32px;
	background-image: url(images/execute-bg.svg);
	background-size: cover;
	margin-top: -12px;
}

@media (max-width:782px) {
	.process-block .wp-block-columns {
		flex-wrap: nowrap !important;
	}
}

@media (max-width:660px) {
	.process-block .wp-block-columns {
		flex-wrap: wrap !important;
		margin-bottom: 50px;
	}

	.process-block .wp-block-columns h3 {
		margin-top: 0;
		margin-bottom: 0;
	}

	.process-block .wp-block-column:first-child h3::before {
		left: 10px;
	}

	.process-block .wp-block-column h3 {
		padding-left: 50px !important;
	}
}

/* Portfolio */

.portfolio-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	gap: 80px;
	margin-top: 40px;
}

.portfolio-list .type-portfolio {
	overflow: hidden;
	position: relative;
	border-radius: 30px;
	transition: all .3s ease;
	border: solid 3px #fff;
	padding: 30px;
	padding-bottom: 10px;
}

.portfolio-list .type-portfolio:hover {
	box-shadow: 7px 7px 0px 0px var(--primary);
}

.portfolio-list .type-portfolio img {
	position: relative;
	line-height: 70%;
	float: left;
	display: block;
	transition: all .3s ease;
	border-radius: 2px;
}


.portfolio-list .type-portfolio h2 {
	font-size: 42px;
	font-weight: 600;
	line-height: 100%;
	margin-top: 22px;
	float: left;
}

@media (max-width: 885px) {

	.home-portfolio {
		padding: 30px;
	}

	.portfolio-list {
		grid-template-columns: 1fr;
	}
}

.single-portfolio h1.entry-title {
	color: var(--white);
	margin: 0;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: none;
	font-size: clamp(2.875rem, 2.4792rem + 1.6667vw, 4rem);
	font-weight: 800;
	line-height: 120%;
}

.project-highlight {
	position: relative;
}

.project-highlight::after {
	content: '';
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	height: 2px;
	background: var(--foreground);
	display: block;
}

.project-highlight ul {
	margin: 0;
	padding: 0;
	margin-top: 30px;
}

.project-highlight ul li {
	list-style: none;
	font-size: 20px;
}

.project-highlight h4 {
    font-family: 'Outfit', arial, sans-serif;
    font-size: 24px;
    line-height: 100%;
	position: relative;
}

.project-highlight h4::after {
	content: '';
	position: absolute;
	bottom: -18px;
	left: 0;
	width: 120px;
	height: 2px;
	background: var(--primary);
	display: block;
	z-index: 2;
}

.single-project-columns {
	margin-top: 100px;
}

.single-project-columns img {
	margin-bottom: 30px;
}


.single-portfolio .content h3 {
	color: var(--primary);
}

@media (max-width: 768px) {

	.portfolio-list .type-portfolio,
	.portfolio-list .type-portfolio img {
		border-radius: 20px;
	}
}

/* Post Navigation */

.navigation h1 {
	display: none;
}

.post-navigation {
	width: 100%;
	float: left;
	clear: none;
	margin-top: 30px;
	margin-bottom: 10px;
}

.post-navigation a {
	width: 92px;
	height: 92px;
	display: block;
	font-size: 0;
	position: relative;
	border-radius: 50%;
	margin-bottom: 5px;
	border: solid 3px var(--foreground);
}

.post-navigation .nav-previous {
	float: left;
	margin-right: 20px;
	position: relative;
}

.post-navigation .nav-next {
	float: left;
	text-align: right;
	position: relative;
}

.post-navigation span.meta-nav {
	width: 100%;
	display: block;
	text-decoration: none;
	line-height: 32px;
}

.post-navigation .nav-previous a:before {
	content: '';
	position: absolute;
	display: block;
	width: 12px;
	left: 50%;
	top: 50%;
	margin-left: -6px;
	margin-top: -6px;
	height: 12px;
	border-left: solid 3px var(--primary);
	border-bottom: solid 3px var(--primary);
	transform: rotate(45deg);
	transition: all .3s ease;
}

.post-navigation .nav-previous a:hover:before {
	margin-left: -8px;
}

.post-navigation .nav-next a:before {
	content: '';
	position: absolute;
	display: block;
	width: 12px;
	left: 50%;
	top: 50%;
	margin-top: -6px;
	height: 12px;
	border-left: solid 3px var(--primary);
	border-bottom: solid 3px var(--primary);
	transform: rotate(-135deg);
	margin-left: -10px;
	transition: all .3s ease;
}

.post-navigation .nav-next a:hover:before {
	margin-left: -8px;
}

/* About page */

.process-columns {
	display: grid !important;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
	padding-top: 90px;
}

.process-columns .wp-block-cover {
	padding: 50px;
	padding-bottom: 30px;
	border-radius: 20px;
	overflow: hidden;
	height: 100%;
	color: var(--foreground) !important;
	align-items: start;
}

.process-columns .wp-block-cover h3 {
	margin: 0;
	padding: 0;
	line-height: 100%;
	font-weight: 700;
	margin-bottom: 30px;
}

.process-columns .wp-block-cover .wp-block-cover__background {
	transition: all .3s ease;
}

.process-columns .wp-block-cover:hover .wp-block-cover__background {
	opacity: .8;
}

.process-columns .wp-block-cover ul li {
	margin-bottom: 15px;
}

@media (max-width:1100px) {
	.process-columns {
		width: 420px;
		margin: auto;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 450px) {
	.process-columns {
		width: 100%;
	}

	.process-columns .wp-block-cover {
		padding: 40px;
		padding-bottom: 20px;
	}
}

.aboutCover {
	width: 70%;
	margin-left: 15%;
	margin-top: 100px;
	height: 520px;
	border-radius: 30px;
	overflow: hidden;
	animation-duration: 2s;
}

.aboutCover .wp-block-group.animated {
	animation-delay: 1s;
	max-width: 1000px;
	margin: 0 auto;
}

/* Contact Page */

.page-contact h1.entry-title {
	display: none;
}

.page-contact .content h2 {
	line-height: 100%;
	margin-top: 5px;
}

.page-contact h2.question-title {
	margin-top: 140px;
	margin-bottom: 5px;
}

@media (max-width: 768px) {

	.page-contact h2.question-title {
		margin-top: 100px;
	}

}

.wpcf7 form {
	max-width: 1000px;
	margin-top: 60px;
	box-sizing: border-box;
}

.wpcf7 textarea,
.wpcf7 input {
	background: var(--secondary);
	border-radius: 5px;
	padding: 20px 10px;
	border: none;
	color: #fff;
	font-family: "Outfit";
	width: 100%;
	box-sizing: border-box;
}

.contact-first-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

@media (max-width:768px) {
	.contact-first-row {
		grid-template-columns: 1fr;
		gap: 0;
	}
}

.wpcf7 span.required {
	color: var(--primary);
	margin-left: 3px;
}

.wpcf7 label {
	margin-bottom: 5px;
}

input.wpcf7-submit {
	margin-top: 10px;
	background-color: transparent;
	border: solid 1px var(--gray) !important;
	color: var(--white);
	font-weight: 300;
	font-size: 24px;
	text-transform: none;
	border-radius: 40px;
	padding: 24px !important;
	padding-right: 54px !important;
	padding-left: 66px !important;
	line-height: 100%;
	position: relative;
	text-shadow: none;
	transition: all .6s ease;
	transition-delay: .15s;
	background-image: linear-gradient(to right, var(--primary) 0%, var(--primary) 50%, var(--white) 50%);
	background-size: 200% 100%;
	background-position: 100% 0;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: 200px;
	cursor: pointer;
}


p:has(.wpcf7-submit) {
	position: relative;
	display: inline-block;
}

p:has(.wpcf7-submit)::after {
	content: '';
	position: absolute;
	left: 28px;
	top: 56%;
	width: 20px;
	height: 2px;
	background: var(--primary);
	transition: all .3s ease;
	display: block;
}

p:has(.wpcf7-submit):hover::after {
	width: 26px;
}

input.wpcf7-submit:hover {
	background-position: 0 0;
}

/* 404 page */

.error404 #content-wrapper {
	margin-bottom: 40px;
}

.box {
	width: 100%;
	height: 600px;
	box-sizing: border-box;
	margin-top: 10px;
}

.box .box__ghost {
	padding: 15px 25px 25px;
	position: absolute;
	left: 50%;
	top: 30%;
	transform: translate(-50%, -30%);
}

.box .box__ghost .symbol:nth-child(1) {
	opacity: 1;
	animation: shine 4s ease-in-out 3s infinite;
}

.box .box__ghost .symbol:nth-child(1):before,
.box .box__ghost .symbol:nth-child(1):after {
	content: "";
	width: 22px;
	height: 4px;
	background: var(--primary);
	position: absolute;
	border-radius: 5px;
	bottom: 65px;
	left: -20px;
}

.box .box__ghost .symbol:nth-child(1):before {
	transform: rotate(45deg);
}

.box .box__ghost .symbol:nth-child(1):after {
	transform: rotate(-45deg);
}

.box .box__ghost .symbol:nth-child(2) {
	position: absolute;
	left: -30px;
	top: 30px;
	height: 20px;
	width: 20px;
	border: 4px solid;
	border-radius: 50%;
	border-color: red;
}

.box .box__ghost .symbol:nth-child(3):before,
.box .box__ghost .symbol:nth-child(3):after {
	content: "";
	width: 24px;
	height: 4px;
	background: green;
	position: absolute;
	border-radius: 5px;
	top: 5px;
	left: 40px;
}

.box .box__ghost .symbol:nth-child(3):before {
	transform: rotate(90deg);
}

.box .box__ghost .symbol:nth-child(3):after {
	transform: rotate(180deg);
}

.box .box__ghost .symbol:nth-child(4):before,
.box .box__ghost .symbol:nth-child(4):after {
	content: "";
	width: 32px;
	height: 4px;
	background: yellow;
	position: absolute;
	border-radius: 5px;
	top: 10px;
	right: 30px;
}

.box .box__ghost .symbol:nth-child(4):before {
	transform: rotate(45deg);
}

.box .box__ghost .symbol:nth-child(4):after {
	transform: rotate(-45deg);
}

.box .box__ghost .symbol:nth-child(5) {
	position: absolute;
	right: -20px;
	top: 70px;
	height: 20px;
	width: 20px;
	border: 3px solid;
	border-radius: 50%;
	border-color: var(--secondary);
}

.box .box__ghost .symbol:nth-child(6):before,
.box .box__ghost .symbol:nth-child(6):after {
	content: "";
	width: 20px;
	height: 4px;
	background: var(--primary);
	position: absolute;
	border-radius: 5px;
	bottom: 65px;
	right: -15px;
}

.box .box__ghost .symbol:nth-child(6):before {
	transform: rotate(90deg);
}

.box .box__ghost .symbol:nth-child(6):after {
	transform: rotate(180deg);
}

.box .box__ghost .box__ghost-container {
	background: var(--primary);
	width: 160px;
	height: 160px;
	border-radius: 160px 160px 0 0;
	position: relative;
	margin: 0 auto;
	animation: upndown 3s ease-in-out infinite;
}

.box .box__ghost .box__ghost-container .box__ghost-eyes {
	position: absolute;
	left: 50%;
	top: 45%;
	height: 12px;
	width: 70px;
}

.box .box__ghost .box__ghost-container .box__ghost-eyes .box__eye-left {
	width: 22px;
	height: 22px;
	background: #041526;
	border-radius: 50%;
	margin: 0;
	position: absolute;
	left: 0;
}

.box .box__ghost .box__ghost-container .box__ghost-eyes .box__eye-right {
	width: 22px;
	height: 22px;
	background: #041526;
	border-radius: 50%;
	margin: 0;
	position: absolute;
	right: 0;
}

.box .box__ghost .box__ghost-container .box__ghost-bottom {
	display: flex;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
}

.box .box__ghost .box__ghost-container .box__ghost-bottom div {
	flex-grow: 1;
	position: relative;
	top: -18px;
	height: 30px;
	border-radius: 100%;
	background-color: var(--primary);
}

.box .box__ghost .box__ghost-container .box__ghost-bottom div:nth-child(2n) {
	top: -20px;
	margin: 0 0px;
	border-top: 20px solid #041526;
	background: transparent;
}

.box .box__ghost .box__ghost-shadow {
	height: 20px;
	box-shadow: 0 40px 15px 5px #ccc;
	border-radius: 50%;
	margin: 0 auto;
	animation: smallnbig 3s ease-in-out infinite;
}

.box .box__description {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

.box .box__description .box__description-container {
	color: #041526;
	text-align: center;
	width: 300px;
	font-size: 16px;
	margin: 0 auto;
}

.box .box__description .box__description-container .box__description-title {
	font-size: clamp(1.375rem, 1.3377rem + 0.1754vw, 1.5rem);
	letter-spacing: 0.5px;
	color: var(--foreground);
	padding-top: 30px;
	text-transform: uppercase;
	font-weight: 800;
}

.box .box__description .box__description-container .box__description-text {
	color: #8C8AA7;
	line-height: 20px;
	margin-top: 20px;
}

.box .box__description .box__button {
	display: inline-block;
	position: relative;
	background: var(--pink);
	border: 1px solid transparent;
	border-radius: 50px;
	height: 50px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	line-height: 50px;
	font-size: clamp(1rem, 0.9627rem + 0.1754vw, 1.125rem);
	padding: 0 40px;
	white-space: nowrap;
	margin-top: 25px;
	font-weight: 800;
	text-transform: uppercase;
}

.box .box__description .box__button:hover {
	opacity: .7;
}

@keyframes upndown {
	0% {
		transform: translateY(5px);
	}

	50% {
		transform: translateY(15px);
	}

	100% {
		transform: translateY(5px);
	}
}

@keyframes smallnbig {
	0% {
		width: 90px;
	}

	50% {
		width: 100px;
	}

	100% {
		width: 90px;
	}
}


/* Content */

h1.entry-title {
	margin-top: 140px;
	text-align: center;
}

@media (max-width: 768px) {

	h3.entry-title {
		margin-top: 100px;
	}

}

.post {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	clear: left;
	margin-bottom: 10px;
}

.search-results .page,
.search-results .post,
.archive .post,
.blog .post {
	margin-bottom: 80px;
}

.postentry {
	max-width: 740px;
	margin-left: 30px;
}

.post li {
	margin-left: 15px;
}

.entry p {
	line-height: 155%;
}


ol {
	margin: 10px;
}

ul {
	margin: 5px;
}


/* Footer */

#footer {
	width: 100%;
	float: left;
	clear: left;
	padding-top: 80px;
	position: relative;
	min-height: 400px;
}

body.modal-open {
	overflow: hidden;
}

.modal-open #footer {
	z-index: -1;
}

#footer::after {
	content: '';
	height: 150px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: -1;
	background: linear-gradient(180deg, rgba(255, 255, 255, .1) 0%, rgba(6, 29, 50, 0) 80%);
}

#footer .innerwrapper {
	position: initial;
}

/* Footer Widgets */

.footer-widgets {
	width: 100%;
	float: left;
	margin-top: 0;
	display: grid;
	grid-template-columns: 70% 1fr 1fr;
	gap: 0;
}

.footer-widgets .widget {
	margin: 0;
	margin-bottom: 30px;
}

.footer-widgets .widget:nth-child(3n+3) {
	margin-right: 0;
}


.footer-widgets h2 {
	font-size: clamp(1.75rem, 1.662rem + 0.3704vw, 2rem);
	margin-top: 0;
	margin-bottom: 20px;
	text-transform: none;
	font-weight: 400;
	position: relative;
	display: inline-block;
}

span.yellow-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--primary);
	display: inline-block;
	margin-left: 0;
}

.footer-widgets h2.widgettitle {
	display: none;
}

.footer-widgets ul {
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
	clear: left;
}

.footer-widgets ul li {
	padding-top: 3px;
	padding-bottom: 3px;
	list-style: none;
	width: 100%;
}

.footer-widgets ul li a {
	border: none;
	padding: 0;
	font-size: clamp(1.0625rem, 0.9965rem + 0.2778vw, 1.25rem);
	text-decoration: none;
	position: relative;
}

.footer-widgets ul li a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -5px;
	height: 1px;
	background: var(--white);
	width: 0;
	transition: all .3s ease;
}

.footer-widgets ul li a:hover::after {
	width: 100%;
}

.footer-widgets a {
	color: #fff;
}

.footer-widgets a:hover {
	border: none;
	text-decoration: none;
}

.footer-widgets .wp-block-columns {
	max-width: 600px;
	float: right;
}

.footer-widgets .wp-block-column {
	width: 160px;
}

h3.footer-logo {
	font-size: clamp(1.875rem, -0.7639rem + 11.1111vw, 9.375rem) !important;
	font-weight: 700;
	text-align: center;
	clear: both;
	padding-top: 100px;
	margin-bottom: 10px;
	text-transform: none;
	letter-spacing: .08em;
	width: 100%;
	opacity: .9;
}

h3.footer-logo span.playful-font {
	text-transform: uppercase;
}

@media (max-width:1173px) {

	.footer-widgets {
		grid-template-columns: 1fr;
	}

	.footer-widgets .wp-block-columns {
		float: left;
	}
}

@media (max-width: 590px) {
	.footer-widgets h2::after {
		position: relative;
	}
}

/* misc */

.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%;
	/* Fluid images for posts, comments, and widgets */
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	/* Make sure images with WordPress-added height and width attributes are scaled correctly */
	max-width: 100%;
}

img.size-full,
img.size-large,
img.header-image,
img.wp-post-image,
#contentwrapper img,
img {
	max-width: 100%;
	height: auto;
	/* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}

.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
	/* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 100%;
	/* Keep wide captions from overflowing their container. */
	padding: 4px;
	background: none;
	text-align: center;
	border: none;
	background: #eaeaea;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-size: 12px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.gallery {
	margin: 0 auto;
}

.gallery .gallery-item {
	float: left;
	margin: 0;
	padding: 0;
}

.gallery-columns-2 .gallery-item {
	width: 30%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery img {
	padding: 5px;
	background: #eaeaea;
	border: none !important;
	transition: all 0.3s ease;
}

.gallery img:hover {
	border: none !important;
	background: #d8d8d8;
}

.gallery-columns-2 .attachment-medium {
	max-width: 100%;
	height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
	max-width: 100%;
	height: auto;
}

.gallery .gallery-caption {
	color: #000;
	font-size: 12px;
	margin: 0 0 12px;
}

.gallery dl,
.gallery dt {
	margin: 0;
	padding: 0;
}

.gallery br+br {
	display: none;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

a.post-edit-link {
	display: block;
	clear: both;
	border: none !important;
	text-decoration: underline !important;
}

.entry pre {
	border: solid 1px #eaeaea;
	color: #000;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}

.entry table {
	border: solid 1px #eaeaea;
	color: #333;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
	border-radius: 4px;
}

.entry dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}

.entry dt {
	font-weight: bold;
	line-height: 1.714285714;
}

.entry dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

.entry table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}

.entry td {
	border-top: solid 1px #eaeaea;
	padding: 6px 10px 6px 0;
}

p {
	margin-top: 6px;
}

#archivelist {
	float: left;
	margin-right: 0;
}

#archivelist ul li {
	list-style: none;
	line-height: 35px;
}

#archivelist ul {
	height: auto;
	margin-bottom: 30px;
}

#archivelist ul li a {
	color: #666;
	text-transform: uppercase;
}

#archivelist ul li a:hover {
	text-decoration: none;
}

ol {
	margin: 10px;
	padding: 0;
}

ul {
	margin: 5px;
	padding: 0;
}

p.form-allowed-tags {
	display: none;
}

.tagstring {
	display: none;
}


@media screen and (max-width: 1282px) {
	#content {
		width: 70%;
	}
}

@media screen and (max-width: 1096px) {
	.prev_next_buttons {
		margin-top: 30px;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 1085px) {
	.featuredcarousel {
		clear: left;
		margin-top: 80px;
		width: 80%;
		margin-left: -12px;
	}

	#topwidget {
		margin-right: 0;
	}
}

@media screen and (max-width: 1072px) {
	#content {
		width: 100%;
		margin-left: 0;
	}

	.postentry {
		margin-left: 0;
	}

}


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

	html {
		-webkit-text-size-adjust: none;
	}

	#footerwidgets .widget {
		width: 100%;
		margin-right: 0;
		max-width: 320px;
		clear: left;
	}

	.copyinfo {
		position: relative;
		float: left;
		text-align: left;
		clear: left;
		width: 100%;
		margin-top: 40px;
	}

}

.polaroid-media-text {
	gap: 100px;
}

.polaroid-media-text figure {
	padding: 25px;
	background: #fff;
	background-image: url(images/so-white.png);
	padding-bottom: 120px;
	border-radius: 2px;
	transform: rotate(-5deg);
	position: relative;
	box-shadow: 2px 3px 7px 0px rgba(255, 255, 255, .2);
}

.polaroid-media-text.has-media-on-the-right figure {
	transform: rotate(5deg);
}

.polaroid-media-text figure::after {
	content: '';
	position: absolute;
	background: #000;
	z-index: 0;
	top: 25px;
	left: 25px;
	right: 25px;
	bottom: 120px;
}

.polaroid-media-text figure img {
	border-radius: 2px;
	animation-duration: 8s !important;
	position: relative;
	z-index: 1;
}

span.hand-font,
h1,
h2,
h3 {
	font-family: "quimby-mayoral", sans-serif;
	position: relative;
	z-index: 1000;
}

h3 {
	font-size: 62px !important;
}

p span.hand-font {
	font-size: 32px;
}

h4,
p.playful-font,
span.playful-font {
	font-family: "bodega-serif", serif;
	font-weight: 500;
}

h4 {
	font-size: 32px;
	line-height: 120%;
}


p span.playful-font {
	font-size: 28px;
}

span.wp-block-social-link-label.screen-reader-text {
	display: block;
	position: relative !important;
	height: auto;
	clip-path: none;
	overflow: initial;
	width: auto;
}

.wp-block-social-links {
	display: block !important;
	width: 100%;
}

.wp-block-social-links li {
	padding-top: 3px !important;
	padding-bottom: 3px !important;
	list-style: none;
	width: 100%;
	background-color: transparent !important;
	margin-top: 5px !important;
	margin-bottom: 4.5px !important
}

.wp-block-social-links li a {
	line-height: 155%;
}

.wp-block-social-links li a:hover {
	opacity: .7;
}

.wp-block-social-links li:hover {
	animation: none !important;
	transform: none !important;
}

.wp-block-social-links .wp-social-link svg {
	height: 28px !important;
	width: 28px !important;
	margin-right: 10px;
}

.wp-block-social-links li a::after {
	display: none;
}

.process-columns .wp-block-cover {
	border: solid 5px var(--foreground);
}

.process-columns .wp-block-cover:hover .wp-block-cover__background {
	opacity: 1;
}

/* Carousel */

.carousel-wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	height: 650px;
}


.carousel-wrapper img {
	width: 450px;
	height: 600px;
	border-radius: 0;
	position: absolute;
	user-select: none;
	transition-property: transform, opacity, zIndex, ;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
	box-shadow: -1px 1px 16px 80px rgba(24, 24, 24, .3);
}

.carousel-wrapper img.active {
	cursor: pointer;
	z-index: 999;
}

.carousel-wrapper img:not(.active) {
	cursor: default;
	pointer-events: none;
}

.arrows {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	z-index: 0;
}

.arrows svg {
	width: 60px;
	height: 60px;
	position: relative;
	fill: white;
	opacity: 0.8;
	cursor: pointer;
}

.arrows svg:active {
	transform: scale(0.9);
	opacity: 1;
	transition-property: transform, opacity;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
}

.carousel-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	background: rgba(0, 0, 0, .8);
	display: none;
	inset: 0;
}

.carousel-modal.show {
	display: flex;
	animation: fadeUp 0.3s ease-out;
}

@keyframes fadeUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.carousel-modal-content {
	background: var(--background);
	padding: 50px;
	box-sizing: border-box;
	width: 90%;
	height: 90vh;
	margin-left: 5%;
	margin-top: 5vh;
	border: solid 5px var(--white);
	position: relative;
	text-align: center;
	border-radius: 40px;
	z-index: 999;
}

.carousel-modal-close {
	position: absolute;
	top: 12px;
	right: 16px;
	font-size: 42px;
	cursor: pointer;
	font-weight: 700;
	transition: all .3s ease;
}

.carousel-modal-close:hover {
	opacity: .7;
}

.carousel-modal img {
	width: auto;
	max-height: 100%;
	margin-bottom: 15px;
	float: left;
}

.carousel-modal .modal-button {
	display: inline-block;
	margin-top: 10px;
	padding: 10px 40px;
	background: var(--background);
	border: solid 2px var(--foreground);
	border-radius: 8px;
	color: #fff;
	text-decoration: none;
	transition: all .3s ease;
}

.carousel-modal .modal-button:hover {
	box-shadow: 7px 7px 0px 0px var(--primary);
}

.carousel-modal-inner-content {
	height: 100%;
	width: 100%;
	align-content: center;
}

.carousel-inner-content {
	width: 40%;
	float: left;
	margin-left: 5%;
	text-align: left;
}

@media (max-width: 1387px) {

	.carousel-modal img {
		width: 45%;
		height: auto;
		float: left;
	}

}

@media (max-width:900px) {
	.carousel-modal img {
		width: 100%;
		max-width: 400px;
		height: auto;
		float: none;
	}

	.carousel-inner-content {
		width: 100%;
		float: left;
		margin-left: 0;
		text-align: left;
	}

	.carousel-modal-content {
		overflow-y: auto;
	}

	.carousel-modal .modal-button {
		margin-bottom: 40px;
	}
}

@media (max-width: 500px) {
	.carousel-modal-content {
		padding: 30px;
		padding-top: 50px;
	}
}

@media (max-width: 460px) {
	.carousel-wrapper {
		width: 90%;
		margin-left: 5%;
	}

	.carousel-wrapper img {
		width: 90%;
		height: auto;
		left: 5%;
	}

	.arrows {
		display: none;
	}
}

.process-columns .wp-block-cover {
	transition: all .3s ease;
}

.process-columns .wp-block-cover:hover {
	box-shadow: 7px 7px 0px 0px var(--primary);
}

legend.gform-field-label,
label.gfield_label.gform-field-label {
	font-family: var(--wp--preset--font-family--primary);
	font-size: clamp(0.875rem, 0.8298rem + 0.1905vw, 1rem) !important;
	font-weight: 400;
	color: #fff !important;
}

.gform_wrapper {
	max-width: 900px;
}

.gform_wrapper textarea,
.gform_wrapper input {
	background: transparent !important;
	border: solid 3px #fff !important;
	box-shadow: none !important;
	padding-top: 4px !important;
	padding-bottom: 4px !important;
	height: auto !important;
	border-radius: 5px !important;
	color: #fff !important;
}

#gform_fields_login .gfield--type-text input {
	border: solid 1px #eaeaea;
	height: 38px !important;
	width: 100%;
	margin-bottom: 20px;
}

.gf_login_form .gform_button {
	cursor: pointer;
	color: #fff;
	clear: both;
	display: block;
	margin-top: 60px !important;
}

.gf_login_form input[type=checkbox] {
	width: 24px !important;
	height: 24px !important;
	float: left;
	margin-right: 10px;
}

.gf_login_links {
	max-width: 740px;
}

.gf_login_links a {
	color: var(--wp--preset--color--primary);
	font-weight: 500;
	text-decoration: none;
	font-size: clamp(0.875rem, 0.8298rem + 0.1905vw, 1rem);
}

.gf_login_links a:hover {
	text-decoration: underline;
}

#gform_fields_login .gfield_checkbox label {
	font-weight: 500 !important;
	line-height: 100% !important;
	font-size: clamp(0.8125rem, 0.7899rem + 0.0952vw, 0.875rem);
	float: left;
	margin-top: 10px;
}

.gform-theme--foundation .gfield select {
	background-color: #f7f7f7 !important;
	border-color: #eaeaea !important;
	box-shadow: none !important;
	padding-top: 4px !important;
	padding-bottom: 4px !important;
	height: auto !important;
	border-radius: 5px !important;
}

input.gform_button {
	background: var(--background) !important;
	border-radius: 5px !important;
	border: solid 3px #fff;
	padding: 15px 32px !important;
	text-transform: none !important;
	font-size: clamp(1rem, 0.9774rem + 0.0952vw, 1.0625rem) !important;
	font-weight: 400 !important;
	margin-top: 20px !important;
}

input.gform_button:hover {
	box-shadow: 7px 7px 0px 0px var(--primary) !important;
}

h2.gform_title {
	margin-bottom: 10px;
	margin-top: 0;
}

p.gform_description {
	color: #585e6a;
	font-size: var(--wp--preset--font-size--small);
	margin-bottom: 50px;
}

p.gform_required_legend {
	display: none;
}

.gfield_required_text {
	color: var(--primary) !important;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
}

.gfield_description {
	color: #fff !important;
}

.product-price {
	margin-top: 50px;
}

.product-price label.gfield_label.gform-field-label.gfield_label_before_complex {
	font-size: var(--wp--preset--font-size--upper-medium) !important;
	font-weight: 700 !important;
	margin-bottom: 20px;
}

.product-price label.gform-field-label.gform-field-label--type-sub-large.ginput_product_price_label {
	font-size: var(--wp--preset--font-size--medium) !important;

}

input.ginput_total,
.gform_wrapper input.ginput_product_price {
	background: transparent !important;
	font-weight: 600 !important;
	font-size: var(--wp--preset--font-size--medium) !important;
}

.gform_wrapper input.ginput_product_price {
	margin-left: 70px;
	position: relative;
	border: none !important;
}

.product-price .ginput_product_price_wrapper {
	position: relative;
}

.product-price .ginput_product_price_wrapper::before {
	content: '$299';
	display: block;
	position: absolute;
	left: 65px;
	top: 5px;
	color: #999;
	font-weight: 500;
}

.product-price .ginput_product_price_wrapper::after {
	content: '';
	position: absolute;
	width: 60px;
	height: 2px;
	left: 65px;
	top: 15px;
	background: #EB0C26;
	transform: rotate(-12deg) skew(324deg, 1deg);
	display: block;
}

.gform-theme--framework .gf_progressbar .percentbar_orange {
	background: rgb(48, 71, 132);
	background: linear-gradient(56deg, rgba(48, 71, 132, 1) 0%, rgba(145, 34, 167, 1) 100%) !important;
}

.gform_page_footer {
	margin-top: 40px !important;
}

input.gform_previous_button,
input.gform_next_button {
	background: var(--wp--preset--color--primary) !important;
	text-transform: uppercase !important;
	padding: 10px 18px !important;
	font-weight: 700 !important;
	color: #fff !important;
	height: 20px !important;
}

input[type=checkbox] {
	width: 28px !important;
}

.gfield_consent_description {
	border-radius: 10px !important;
}

.ginput_container_consent {
	margin-top: 20px !important;
}

.ginput_container_consent label {
	font-weight: 500 !important;
	line-height: 200% !important;
}

.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
	color: rgba(145, 34, 167, 1);
}

.get-started-form .gform_page_footer {
	justify-content: space-between !important;
}

.get-started-form .gform_button {
	margin-top: -5px !important;
}

.gform_drop_area {
	border-color: #ccc !important;
	box-shadow: none !important;
}

.entry button.gform_button_select_files {
	background: var(--primary) !important;
}

.entry button.gform_delete_file {
	background: transparent !important;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .gform_drop_area::before {
	color: var(--secondary) !important;
}

.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input {
	width: 100%;
}

span.gfield_required.gfield_required_asterisk {
	color: var(--primary);
}