/*
Theme Name: Pixora
Theme URI: https://woocommerce.com/products/pixora/
Description: Portfolio WordPress and WooCommerce theme
Author: Viva Themes
Author URI: https://vivathemes.com
License: GNU GPLv3 or later
License URI: https://www.gnu.org/licenses/license-list.html#GNUGPLv3
Version: 1.0.0
Requires PHP: 5.6
Tested up to: 6.9
Tags: two-columns, full-width-template, right-sidebar, custom-background, custom-header, custom-colors, custom-logo, custom-menu, translation-ready, featured-images, threaded-comments, blog, entertainment
Text Domain: pixora
Domain Path: /languages/

Pixora Theme, (C) Viva Themes

*/

/*
 * Font smoothing.
 */

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.outer-container {
	width: 100%;
	overflow: clip;
	margin: 0;
}

.wp-block-site-logo {}

/*
 * Text and navigation link styles.
 */

.wp-block-heading.is-style-narrow-center,
p.is-style-narrow-center {
	max-width: 910px;
}

.wp-block-heading.is-style-narrow-left,
p.is-style-narrow-left {
	max-width: 910px;
	margin-right: auto !important;
	margin-left: 0 !important;
}

.wp-block-heading.is-style-narrow-right,
p.is-style-narrow-right {
	max-width: 910px;
	margin-right: 0 !important;
	margin-left: auto !important;
}

p strong {
	font-weight: 400;
	color: #fff;
}

img {
	image-rendering: -webkit-optimize-contrast;
}

a {
	text-decoration: underline;
	transition: all .3s ease;
}

h1, h2, h3, h4, h5, h6,
.wp-block-heading {
	line-height: 1.2;
}

h2 {
	margin-top: 10px !important;
}

.home h1.wp-block-post-title {
	display: none;
}

.wp-block-cover__inner-container {
	width: 100% !important;
}

.wp-block-cover-image.is-light .wp-block-cover__inner-container,
.wp-block-cover.is-light .wp-block-cover__inner-container {
	color: #fff;
}


/*
 * Search and File Block button styles.
 */

.wp-block-search__button,
.wp-block-file .wp-block-file__button {
	background-color: var(--wp--preset--color--primary);
	border-radius: 0;
	border: none;
	color: var(--wp--preset--color--background);
	font-size: var(--wp--preset--font-size--medium);
	padding: calc(.667em + 2px) calc(1.333em + 2px);
}

.wp-block-cover.is-light .wp-block-cover__inner-container .wp-block-button .wp-block-button__link {
	background: var(--wp--preset--color--background);
	color: var(--wp--preset--color--foreground);
}

/*
 * Button rollover effect
 */

button,
.wp-block-button__link {
	position: relative;
	transition: all 0.2s ease !important;
	width: auto;
	height: 58px;
	border-radius: 40px;
}

.wp-block-button__link::after {
	content: '';
	position: absolute;
	z-index: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: var(--wp--preset--color--background);
	top: 3px;
	right: 3px;
	display: block;
}

.is-style-outline .wp-block-button__link {
	border-radius: 40px;
}

.is-style-outline .wp-block-button__link::after {
	background-color: var(--wp--preset--color--secondary);
}

.wp-block-button__link::before {
	content: '';
	position: absolute;
	z-index: 1;
	width: 9px;
	height: 9px;
	border-bottom: solid .6px var(--wp--preset--color--gray);
	border-right: solid .6px var(--wp--preset--color--gray);
	top: 24px;
	right: 25px;
	display: block;
	transform: rotate(-45deg);
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.wp-block-button__link:hover::before {
	animation: arrow-disappear-reenter 0.6s ease forwards;
}

@keyframes arrow-disappear-reenter {
	0% {
		transform: translateX(0) rotate(-45deg);
		opacity: 1;
	}

	49% {
		transform: translateX(10px) rotate(-45deg);
		opacity: 0;
	}

	50% {
		transform: translateX(-10px) rotate(-45deg);
		opacity: 0;
	}

	100% {
		transform: translateX(0) rotate(-45deg);
		opacity: 1;
	}
}

/*
 * Alignment styles.
 */


.featured-block,
.wp-site-blocks,
body>.is-root-container,
.edit-post-visual-editor__post-title-wrapper,
.wp-block-group.alignfull,
.wp-block-group.has-background,
.wp-block-cover.alignfull,
.is-root-container .wp-block[data-align="full"]>.wp-block-group,
.is-root-container .wp-block[data-align="full"]>.wp-block-cover {
	padding-left: var(--wp--custom--spacing--outer);
	padding-right: var(--wp--custom--spacing--outer);
}

.wp-site-blocks>.wp-block-group.has-background,
.wp-site-blocks>.wp-block-cover,
.wp-site-blocks>.wp-block-template-part>.wp-block-group.has-background,
.wp-site-blocks>.wp-block-template-part>.wp-block-cover,
body>.is-root-container>.wp-block-cover,
body>.is-root-container>.alignfull,
body>.is-root-container>.wp-block-template-part>.wp-block-group.has-background,
body>.is-root-container>.wp-block-template-part>.wp-block-cover,
.is-root-container .wp-block[data-align="full"] {
	margin-left: calc(-1 * var(--wp--custom--spacing--outer)) !important;
	margin-right: calc(-1 * var(--wp--custom--spacing--outer)) !important;
	width: unset;
}

.alignfull {
	width: 100vw;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	max-width: none;
}

header.alignwide.wp-block-template-part {
	margin: 0;
}

.alignwide {
	margin-left: auto;
	margin-right: auto;
}

.wp-block-cover {
	overflow: hidden;
}

main {
	z-index: 1;
}

/* Main Menu */

ul.main-menu li {
	position: relative;
	margin-left: 30px;
}

.wp-block-navigation__responsive-container.is-menu-open {
	overflow: visible !important;
}

ul.main-menu li a {
	font-size: var(--wp--preset--font-size--small);
}

ul.main-menu li::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 0;
	height: 1px;
	background: var(--wp--preset--color--primary);
	transition: all .3s ease;
}

ul.main-menu li.current-menu-item::before {
	width: 20px;
}

ul.main-menu li:hover::before {
	width: 100%;
}

ul.main-menu .wp-block-navigation__submenu-container {
	transition: all .3s ease !important;
	left: -18px !important;
	top: 100% !important;
	padding: 5px;
	min-width: 160px !important;
	border-radius: 5px;
}

ul.main-menu .wp-block-navigation__submenu-container li {
	line-height: 1.5;
	margin-left: 0;
}

ul.main-menu .wp-block-navigation__submenu-container li a {
	font-size: var(--wp--preset--font-size--small);
	border-radius: 5px;
}

ul.main-menu .wp-block-navigation__submenu-container li a:hover {
	background: var(--wp--preset--color--background);
}

.hidden-by-default .wp-block-navigation__responsive-container-content li::before,
ul.main-menu .wp-block-navigation__submenu-container li::before {
	display: none;
}

.wp-block-navigation__responsive-container {
	display: none;
	position: absolute !important;
	top: 100% !important;
	left: 0;
	width: 100%;
	z-index: 1000;
}

.wp-block-navigation__responsive-dialog {
	all: unset;
}

.wp-block-navigation__container {
	margin: 0;
	padding: 0;
	list-style: none;
}

button.wp-block-navigation__responsive-container-open {
	width: 200px;
	background-color: var(--wp--preset--color--secondary);
	border-radius: 5px;
	padding: 15px 20px;
	position: relative;
	transition: none !important;
	font-size: var(--wp--preset--font-size--small) !important;
	font-weight: 300 !important;
	line-height: 1.2;
	height: auto;
	color: #fff;
}

button.wp-block-navigation__responsive-container-open:hover {
	opacity: 1;
}

button.wp-block-navigation__responsive-container-open::after,
button.wp-block-navigation__responsive-container-open::before {
	content: '';
	position: absolute;
	display: block;
	right: 32px;
	top: 50%;
	margin-top: -4px;
	width: 20px;
	height: 1px;
	background: var(--wp--preset--color--primary);
	transition: all .3s ease;
}

button.wp-block-navigation__responsive-container-open::after {
	margin-top: 4px;
	width: 32px;
	right: 20px
}

button.wp-block-navigation__responsive-container-open:hover::before {
	width: 32px;
	right: 20px;
}

button.wp-block-navigation__responsive-container-open.is-menu-open::before {
	transform: rotate(-45deg);
	width: 22px;
	right: 20px;
	margin-top: 0;
}

button.wp-block-navigation__responsive-container-open.is-menu-open {
	border-radius: 8px 8px 0 0;
}

button.wp-block-navigation__responsive-container-open.is-menu-open::after {
	transform: rotate(45deg);
	margin-top: 0;
	width: 22px;
}

.wp-block-navigation {
	position: relative;
}

.wp-block-navigation__responsive-container-close {
	display: none !important;
}


.hidden-by-default .wp-block-navigation__responsive-container-content {
	width: 200px;
	background-color: var(--wp--preset--color--secondary);
	border-radius: 0 0 8px 8px;
	padding: 7px !important;
}

.hidden-by-default .wp-block-navigation__responsive-container-content ul {
	display: block;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.hidden-by-default .wp-block-navigation__responsive-container-content ul li {
	display: block !important;
	float: left;
	clear: both;
	width: 100%;
	margin-left: 0;
}

.hidden-by-default .wp-block-navigation__responsive-container-content li a {
	border-radius: 8px;
	line-height: 1.5;
	padding: 10px 14px !important;
	font-size: var(--wp--preset--font-size--small) !important;
	color: var(--wp--preset--color--white);
}

.hidden-by-default .wp-block-navigation__responsive-container-content ul.wp-block-navigation__submenu-container li a {
	font-size: var(--wp--preset--font-size--small);
}

.hidden-by-default .wp-block-navigation__responsive-container-content li.current-menu-item {
	display: none !important;
	background: var(--wp--preset--color--background);
}

.hidden-by-default .wp-block-navigation__responsive-container-content a:hover {
	background: var(--wp--preset--color--background);
}

.header-button .wp-block-button__link {
	width: 200px !important;
	background-color: var(--wp--preset--color--secondary) !important;
	border-radius: 5px !important;
	padding: 15px 20px !important;
	position: relative !important;
	transition: none !important;
	display: inline-block;
	text-align: left;
	text-transform: none;
	height: 51px;
	font-weight: 300;
	line-height: 1.2;
}

.header-button .wp-block-button__link::before,
.header-button .wp-block-button__link::after {
	content: '';
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -6px;
	width: 12px;
	height: 6px;
	border-right: none;
	border-bottom: solid 1px var(--wp--preset--color--primary);
	border-left: solid 1px var(--wp--preset--color--primary);
	transform: rotate(24deg) skew(333deg, 8deg) !important;
	transition: all .2s ease !important;
	animation: none !important;
	border-radius: 0 !important;
	background: none !important;
}

.header-button .wp-block-button__link::after {
	margin-top: 2px;
	transform: rotate(204deg) skew(333deg, 8deg) !important;
	right: 28px;
}

.header-button .wp-block-button__link:hover::before {
	margin-top: -5px;
	right: 22px;
}

.header-button .wp-block-button__link:hover::after {
	margin-top: 1px;
}

@media (max-width: 638px) {
	.wp-block-site-logo {
		width: 90px;
	}
}

@media (max-width: 590px) {
	.header-button .wp-block-button__link {
		font-size: 0;
		width: 49.5px !important;
		height: 49.5px;
		padding: 0;
	}

	.header-button .wp-block-button__link::before {
		right: 14px;
	}

	.header-button .wp-block-button__link:hover::before {
		right: 15px;
	}

	.header-button .wp-block-button__link::after {
		right: 22px;
	}
}

@media (max-width: 420px) {
	.headerright {
		gap: 10px;
	}

	.hidden-by-default .wp-block-navigation__responsive-container-content,
	button.wp-block-navigation__responsive-container-open {
		width: 170px;
	}
}

@media (max-width: 370px) {
	.wp-block-site-logo {
		width: 70px;
	}
}

/*
 * Header styles.
 */

.intro-header h1 span {
	color: var(--wp--preset--color--primary);
	font-style: italic;
}

.wideheader {
	top: 0;
	left: 0;
	right: 0;
	z-index: 899;
	min-height: 90px;
	box-sizing: border-box;
}

.admin-bar .wideheader {
	top: 32px;
}

@media (max-width:768px) {
	.admin-bar .wideheader {
		top: 46px;
	}
}

.wp-site-blocks .alignfull.wideheader,
.wp-site-blocks>.wp-block-template-part>.wp-block-group.has-background.wideheader {
	margin-left: 0 !important;
	margin-right: 0 !important;

}

.header-content h1,
.header-content h2 {
	font-size: var(--wp--preset--font-size--large);
	margin-top: 5px;
	text-shadow: var(--wp--preset--shadow--subtle);
}

.header-content h4 {
	text-shadow: var(--wp--preset--shadow--subtle);
}

/* Skills block */

.skills-blocks {
	width: 100%;
	position: relative;
}

.skills-blocks .wp-block-columns {
	margin-top: 0;
}

.skills-blocks .wp-block-cover {
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
	float: left;
	display: block !important;
	height: 420px;
}

@media (max-width:781px) {
	.skills-blocks {
		width: 340px;
		margin: 0 auto;
	}

	.skills-blocks .wp-block-cover {
		animation-delay: .25s !important;
		margin-bottom: 0 !important;
		margin-top: 0 !important;
	}

	.intro-header {
		padding-bottom: 120px !important;
		min-height: auto !important;
	}
}

@media (max-width:385px) {
	.skills-blocks {
		width: 100%;
	}

	.skills-blocks .wp-block-cover {
		width: 100%;
	}
}

.skills-blocks .wp-block-cover .wp-block-cover__inner-container {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	z-index: 1;
}

.skills-blocks .wp-block-cover:has(img)::after {
	content: '';
	position: absolute;
	height: 120px;
	left: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(2deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 90%);
	z-index: 0;
}

.skills-blocks .wp-block-cover .wp-block-cover__inner-container>* {
	align-self: flex-start;
	text-align: left;
	margin-left: 0 !important;
}

.wp-block-cover__inner-container>*:last-child {
	margin-top: auto;
}

/* Highlight Block */


.highlight-block {
	height: 680px;
}

.highlight-block .wp-block-cover__inner-container {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.highlight-block .wp-block-cover__inner-container .wp-block-group {
	margin-left: 50px!important;
}

.highlight-block .wp-block-cover__inner-container>*:last-child {
	margin-top: auto;
}


/* Portfolio */

.project-hero {
	position: relative;
	overflow: hidden;
	height: 600px;
}

.project-hero .wp-block-columns {
	margin-top: 40px;
}

.project-hero .wp-block-column {
	transform: rotate(-4deg) !important;
}

.project-hero .wp-block-column:last-child {
	transform: rotate(6deg) !important;
	margin-top: 80px;
	margin-left: -70px;
}

.project-hero img {
	box-shadow: var(--wp--preset--shadow--medium);
}

.project-details .project-scope {
	position: relative;
}

.project-details .project-scope h3 {
	margin-bottom: 44px;
}

.project-details .project-scope::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
	height: .7px;
	background: #465460;
	display: block;
}

.project-details .project-scope::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50px;
	height: .5px;
	width: 280px;
	background: linear-gradient(to right,
			#ECB365 0%,
			#ECB365 20%,
			#465460 100%);
	opacity: 1;
	display: block;
}

@media (max-width: 1076px) {

	.project-details,
	.project-scope {
		flex-direction: column;
	}

	.project-scope .wp-block-column {
		margin-bottom: 30px;
	}

	.project-details .project-scope::before,
	.project-details .project-scope::after {
		display: none;
	}

	.project-details h3 {
		position: relative;
	}

	.project-details h3::before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 47px;
		height: .7px;
		background: var(--wp--preset--color--light-gray);
		opacity: .2;
		display: block;
	}

	.project-details h3::after {
		content: '';
		position: absolute;
		left: 0;
		top: 47px;
		height: .7px;
		width: 80px;
		background: var(--wp--preset--color--primary);
		opacity: 1;
		display: block;
	}

	.project-details .wp-block-buttons.is-content-justification-right {
		justify-content: flex-start;
	}
}

@media (max-width: 781px) {
	.project-hero {
		background-color: transparent !important;
		padding: 0 !important;
		border-radius: 0 !important;
		height: auto;
	}

	.project-hero .wp-block-columns {
		margin-top: 0;
	}

	.project-hero .wp-block-column {
		transform: none !important;
	}

	.project-hero .wp-block-column img {
		border-radius: 30px;
	}

	.project-hero .wp-block-column:last-child {
		display: none;
	}
}

/* Portfolio Lightbox */

.project-img {
	aspect-ratio: 1 / 1;
	cursor: pointer;
	width: 100%;
	height: auto;
	min-height: auto;
}

.cover-modal {
	display: none;
	position: fixed;
	z-index: 9999;
	padding-top: 60px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: transparent;
	backdrop-filter: blur(20px);
}

.cover-modal-content {
	margin: auto;
	display: block;
	max-width: 90%;
	max-height: 90%;
	border-radius: 8px;
}

.cover-modal-close {
	position: absolute;
	top: 30px;
	right: 45px;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	cursor: pointer;
	transition: 0.3s;
}

.cover-modal-close:hover {
	color: #bbb;
}

@media (max-width:1100px) {
	.project-imgs {
		gap: 30px !important;
	}

	.cover-modal-close {
		top: 0;
		right: 14px;
	}
}

@media (max-width:781px) {
	.project-img {
		animation-delay: .3s !important;
	}
}

/* Featured Projects */

.is-frontend .featured-projects {
	display: flex !important;
	position: relative;
	gap: 10%;
}

.is-frontend .portfolio-template h2,
.is-frontend .featured-projects h2 {
	margin-bottom: 0;
}

.is-frontend .portfolio-template .wp-block-post-excerpt,
.is-frontend .featured-projects .wp-block-post-excerpt {
	margin-top: 5px;
}

.is-frontend .featured-projects .wp-block-column:first-child {
	position: sticky;
	top: 0;
	align-self: flex-start;
	width: 40%;
	margin-bottom: 70px;
}

.is-frontend .featured-projects .wp-block-column:last-child {
	width: 50%;
}

.featured-projects img {
	border-radius: 30px;
	opacity: .8;
	box-shadow: var(--wp--preset--shadow--large);
	transition: all .3s ease;
	aspect-ratio: 6 / 5;
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}

.portfolio img {
	opacity: .8;
	transition: all .3s ease;
}

.portfolio img:hover,
.featured-projects img:hover {
	opacity: 1;
}

@media (max-width: 781px) {
	.is-frontend .featured-projects .wp-block-column:first-child {
		position: relative;
		top: auto;
		align-self: flex-start;
		width: 100%;
		margin-bottom: 70px;
	}
}

/* Featured Blog */

.featured-blog ul li,
.wp-block-query .featured-blog li {
	position: relative;
	overflow: hidden;
	border-radius: 30px;
	padding: 0;
	margin: 0;
	background: #000;
	transition: transform 0.3s ease;
	min-height: 420px;
}

.featured-blog ul li > a:first-of-type,
.wp-block-query .featured-blog li > a:first-of-type {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
	display: block;
	text-decoration: none;
}

.featured-blog ul li:hover figure img,
.wp-block-query .featured-blog li:hover figure img {
	transform: scale(1.05);
}

.featured-blog ul li a,
.wp-block-query .featured-blog li a {
	text-decoration: none;
}

.featured-blog ul li figure,
.wp-block-query .featured-blog li figure {
	position: relative;
	line-height: 60%;
	margin: 0;
	z-index: 0;
}

.featured-blog ul li figure img,
.wp-block-query .featured-blog li figure img {
	width: 100%;
	height: 420px;
	display: block;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.featured-blog .wp-block-heading {
	margin-bottom: 5px;
}

.featured-blog p {
	margin-top: 0px;
}

.featured-blog * {
	line-height: 1.5;
}

.featured-blog ul li.has-post-thumbnail::after,
.wp-block-query .featured-blog li.has-post-thumbnail::after {
	content: '';
	position: absolute;
	height: 120px;
	left: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(2deg, rgba(0, 0, 0, .85) 10%, rgba(0, 0, 0, 0) 90%);
	z-index: 1;
}

.featured-blog ul li.has-post-thumbnail::before,
.wp-block-query .featured-blog li.has-post-thumbnail::before {
	content: '';
	position: absolute;
	height: 120px;
	left: 0;
	top: 0;
	right: 0;
	background: linear-gradient(2deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, .85) 90%);
	z-index: 1;
}

.featured-blog ul li figure {
	position: relative;
	line-height: 60%;
	margin: 0;
	z-index: 0;
}

.featured-blog ul li h2,
.wp-block-query .featured-blog li h2 {
	position: absolute;
	bottom: 5px;
	left: 24px;
	right: 24px;
	z-index: 11;
	line-height: 1.5;
}

.featured-blog .wp-block-post-date {
	position: absolute;
	top: 18px;
	left: 24px;
	z-index: 11;
}

.featured-blog .wp-block-post time {
	margin-top: 0;
}

/* Blog Grid */

.blog-grid li {
	position: relative;
	overflow: hidden;
	border-radius: 30px;
	padding: 0;
	margin: 0;
	background: #000;
	transition: transform 0.3s ease;
	min-height: 420px;
}

.blog-grid li a {
	display: block;
}

.blog-grid li:hover figure img {
	transform: scale(1.05);
}

.blog-grid li figure {
	position: relative;
	line-height: 60%;
	margin: 0;
	z-index: 0;
}

.blog-grid li figure img {
	width: 100%;
	height: 420px;
	display: block;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.blog-grid li.has-post-thumbnail::after {
	content: '';
	position: absolute;
	height: 120px;
	left: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(2deg, rgba(0, 0, 0, .85) 10%, rgba(0, 0, 0, 0) 90%);
	z-index: 1;
}

.blog-grid li.has-post-thumbnail::before {
	content: '';
	position: absolute;
	height: 120px;
	left: 0;
	top: 0;
	right: 0;
	background: linear-gradient(2deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, .85) 90%);
	z-index: 1;
}

.blog-grid li h2 {
	position: absolute;
	bottom: 5px;
	left: 24px;
	right: 24px;
	z-index: 15;
	pointer-events: auto;
	font-size: var(--wp--preset--font-size--small) !important;
	text-decoration: none;
	color: var(--wp--preset--color--white) !important;
	line-height: 1.5;
}

.blog-grid .wp-block-post-date {
	position: absolute;
	top: 18px;
	left: 24px;
	z-index: 15;
	font-size: var(--wp--preset--font-size--small) !important;
	color: var(--wp--preset--color--white) !important;
	pointer-events: auto;
}

.blog-grid .wp-block-post time {
	margin-top: 0;
}

/* Principles Block */

.principles {
	width: 100%;
	--masonry-gap: 120;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 120px;
	align-items: start;
}

.principles-title {
	max-width: 360px;
}

.principles .wp-block-cover {
	margin: 0;
	height: 480px;
	width: 100%;
	max-width: 380px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
	margin-bottom: 0;
	display: block !important;
}

.principles .wp-block-cover h3 {
	line-height: 1;
	margin-bottom: 0;
}

.principles .wp-block-cover p {
	margin-top: 10px;
}

.principles .wp-block-cover .wp-block-cover__inner-container {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	z-index: 1;
}

.principles .wp-block-cover:nth-child(2) {
	margin-top: 0;
}

.principles .wp-block-cover:has(img)::after {
	content: '';
	position: absolute;
	height: 120px;
	left: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(2deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 90%);
	z-index: 0;
}

.principles .wp-block-cover .wp-block-cover__inner-container>* {
	align-self: flex-start;
	text-align: left;
	margin-left: 0 !important;
}

.principles .wp-block-cover__inner-container>*:last-child {
	margin-top: auto;
}

@media (max-width: 1590px) {
	.principle-columns {
		display: grid !important;
		grid-template-columns: 1fr;
	}

	.principles {
		width: 880px;
		float: right;
		grid-template-columns: repeat(2, 1fr);
		gap: 120px;
	}
}

@media (max-width: 964px) {
	.principles {
		width: 100%;
		--masonry-gap: 30;
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}

	.principles .wp-block-cover {
		width: 100%;
		max-width: 340px;
		height: 460px;
	}
}

@media (max-width: 785px) {
	.principles {
		grid-template-columns: 1fr;
		gap: 50px;
	}

	.principles .wp-block-cover {
		margin-bottom: 0;
		margin-top: 0;
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 382px) {
	.principles .wp-block-cover {
		width: 100%;
	}
}

/* Post Navigation */

.post-navigation {
	gap: 0;
	margin-top: 80px;
}

.wp-block-post-navigation-link a {
	width: 82px;
	height: 82px;
	position: relative;
	background: var(--wp--preset--color--secondary);
	border-radius: 50%;
	font-size: 0;
	display: block;
	margin-right: 30px;
}

.wp-block-post-navigation-link a::after {
	content: '';
	position: absolute;
	z-index: 1;
	width: 12px;
	height: 12px;
	border-bottom: solid .6px var(--wp--preset--color--gray);
	border-right: solid .6px var(--wp--preset--color--gray);
	top: 34px;
	right: 36px;
	display: block;
	transform: rotate(-45deg);
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.post-navigation-link-previous a::after {
	transform: rotate(135deg);
	left: 36px;
	right: auto;
}

.wp-block-post-navigation-link a:hover::after {
	animation: arrow-disappear-reenter 0.6s ease forwards;
}

.post-navigation-link-previous a:hover::after {
	animation: arrow-disappear-reenter-left 0.6s ease forwards;
}

@keyframes arrow-disappear-reenter-left {
	0% {
		transform: translateX(0) rotate(135deg);
		opacity: 1;
	}

	49% {
		transform: translateX(-10px) rotate(135deg);
		opacity: 0;
	}

	50% {
		transform: translateX(10px) rotate(135deg);
		opacity: 0;
	}

	100% {
		transform: translateX(0) rotate(135deg);
		opacity: 1;
	}
}

/* Video Container */

.video-container {
	opacity: 1;
	position: relative;
	overflow: hidden;
}

.video-container::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 600px;
	z-index: 2;
	display: block;
	background: linear-gradient(to bottom, var(--wp--preset--color--background) 10%, rgba(0, 0, 0, 0) 100%);
}

.video-container::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 600px;
	z-index: 1;
	display: block;
	background: linear-gradient(to top, var(--wp--preset--color--background) 10%, rgba(0, 0, 0, 0) 100%);
}

/* Animated Paragraph */

.animated-paragraph {
	white-space: normal;
	word-break: break-word;
}

.animated-paragraph span {
	transition: color 0.4s ease;
	display: inline;
	white-space: normal;
}

.animated-paragraph span.visible {
	color: #fff;
}


/*
 * Blog Layout.
 */

main.wp-block-query {
	margin-bottom: 100px;
}

.archive .wp-block-post-template.wp-block-post-template {
	margin-top: 20px;
}

.archive .wp-block-post-template * {
	line-height: 1.5;
}

.wp-block-post-template.wp-block-post-template li {
	margin: 0;
}

.wp-block-post-template.wp-block-post-template li .wp-block-columns {
	gap: 0;
	margin: 5px;
}

h2.wp-block-post-title a {
	text-decoration: none;
}

.no-featured-image header .wp-block-cover {
	min-height: 300px !important;
}

.no-featured-image header .is-layout-constrained {
	padding-bottom: 0 !important;
}

.no-featured-image header .wp-block-cover .wp-block-spacer {
	display: none;
}

.no-featured-image header .wp-block-cover-image .wp-block-cover__inner-container,
.no-featured-image header .wp-block-cover .wp-block-cover__inner-container {
	color: var(--wp--preset--color--foreground) !important;
}

.no-featured-image header .has-background-color a,
.no-featured-image header .has-background-color {
	color: var(--wp--preset--color--foreground) !important;
}

.no-featured-image .has-background-color .wp-block-navigation__responsive-container-open::before,
.no-featured-image .has-background-color .wp-block-navigation__responsive-container-open::after {
	background: var(--wp--preset--color--foreground);
}

.no-featured-image header .has-foreground-background-color {
	opacity: 0 !important;
}

.wp-block-post time {
	margin-top: 30px;
	display: block;
}

.single-post time,
.wp-block-post time a {
	border-radius: 2px;
	border-width: 2px;
	font-size: var(--wp--preset--font-size--small);
	position: relative;
	font-weight: 500;
	text-decoration: none;
	font-style: normal;
	position: relative;
	display: block;
	line-height: var(--wp--custom--typography--line-height--normal);
	pointer-events: none;
	font-family: var(--wp--preset--font-family--primary);
	font-style: italic;
	padding-left: 50px;
}

.single-post time {
	padding-left: 0;
}

.wp-block-post time a::after {
	content: "\f344";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'Dashicons';
	position: absolute;
	left: 0;
	top: -5px;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border: solid 1px var(--wp--preset--color--foreground);
	border-radius: 50%;
	transform: rotate(-45deg);
	pointer-events: initial;
	transition: all .3s ease;
}

.wp-block-post time a:hover::after {
	background: var(--wp--preset--color--foreground);
	color: var(--wp--preset--color--background);
}

/* Pagination */

nav.wp-block-query-pagination {
	gap: 5px;
}

.wp-block-query-pagination-numbers span.current,
.wp-block-query-pagination-numbers a {
	width: 82px;
	height: 82px;
	position: relative;
	background: var(--wp--preset--color--secondary);
	border-radius: 50%;
	display: inline-block;
	margin-right: 14px;
	text-align: center;
	text-decoration: none;
	line-height: 82px;
	font-weight: 200;
}

.wp-block-query-pagination-numbers a:hover {
	opacity: .7;
}

a.wp-block-query-pagination-previous,
a.wp-block-query-pagination-next {
	width: 82px;
	height: 82px;
	position: relative;
	background: var(--wp--preset--color--secondary);
	border-radius: 50%;
	display: inline-block;
	margin-right: 14px;
	text-align: center;
	text-decoration: none;
	line-height: 82px;
	font-weight: 200;
	font-size: 0;
}

a.wp-block-query-pagination-previous::after,
a.wp-block-query-pagination-next::after {
	content: '';
	position: absolute;
	z-index: 1;
	width: 12px;
	height: 12px;
	border-bottom: solid .6px var(--wp--preset--color--gray);
	border-right: solid .6px var(--wp--preset--color--gray);
	top: 34px;
	right: 36px;
	display: block;
	transform: rotate(-45deg);
	transition: opacity 0.3s ease, transform 0.3s ease;
}

a.wp-block-query-pagination-previous::after {
	transform: rotate(135deg);
	left: 36px;
	right: auto;
}

a.wp-block-query-pagination-next:hover::after {
	animation: arrow-disappear-reenter 0.6s ease forwards;
}

a.wp-block-query-pagination-previous:hover::after {
	animation: arrow-disappear-reenter-left 0.6s ease forwards;
}

.single-post h2.wp-block-post-title {
	font-size: var(--wp--preset--font-size--xx-large);
	font-weight: 500;
	line-height: 1.2 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.single-post .taxonomy-category,
.single-post .wp-block-post-terms {
	font-family: var(--wp--preset--font-family--primary);
	margin-bottom: 32px;
}

.single-post .taxonomy-category a,
.single-post .wp-block-post-terms a {
	background: var(--wp--preset--color--secondary);
	color: var(--wp--preset--color--white);
	text-decoration: none;
	padding: 8px 16px;
	border-radius: var(--wp--preset--border-radius--small, 5px);
	margin-right: 8px;
	display: inline-block;
	font-weight: 300;
	font-size: var(--wp--preset--font-size--small);
	transition: all 0.2s ease;
}

.single-post .taxonomy-category a:hover,
.single-post .wp-block-post-terms a:hover {
	background: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--background);
	transform: translateY(-2px);
}

.single-post .taxonomy-category .wp-block-post-terms__separator,
.single-post .wp-block-post-terms .wp-block-post-terms__separator {
	display: none;
}

.tagicon,
.dateicon {
	width: 24px;
	float: left;
	stroke: var(--wp--preset--color--primary);
	margin-right: 10px;
}

/* Comments - Match Gravity Forms */
.wp-block-comments {
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-comments textarea,
.wp-block-comments input[type="text"],
.wp-block-comments input[type="email"],
.wp-block-comments input[type="url"] {
	background: var(--wp--preset--color--secondary) !important;
	border-color: var(--wp--preset--color--secondary) !important;
	color: var(--wp--preset--color--foreground) !important;
	box-shadow: none !important;
	padding: 12px 16px !important;
	height: auto !important;
	border-radius: var(--wp--preset--border-radius--small, 5px) !important;
	width: 100%;
	font-family: var(--wp--preset--font-family--primary);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 300;
}

.wp-block-comments textarea:focus,
.wp-block-comments input:focus {
	outline: 1px solid var(--wp--preset--color--primary);
	outline-offset: 0;
}

.wp-block-comments .wp-block-comment-author-name,
.wp-block-comment-template__comment-meta {
	color: var(--wp--preset--color--white);
	font-family: var(--wp--preset--font-family--primary);
	font-weight: 500;
}

.wp-block-comment-template__comment-author {
	font-size: var(--wp--preset--font-size--medium);
}

.wp-block-comments-pagination__link {
	color: var(--wp--preset--color--primary);
	text-decoration: none;
}

.wp-block-comments-pagination__link:hover {
	text-decoration: underline;
}

.wp-block-comments .comment-form-comment textarea {
	background: var(--wp--preset--color--secondary);
	color: var(--wp--preset--color--foreground);
	border-radius: var(--wp--preset--border-radius--small, 5px);
	padding: 12px 16px;
	font-family: var(--wp--preset--font-family--primary);
	font-size: var(--wp--preset--font-size--small);
}

.wp-block-comments h3 {
	color: var(--wp--preset--color--white);
	font-family: var(--wp--preset--font-family--primary);
	font-size: var(--wp--preset--font-size--x-large);
	font-weight: 500;
	margin-bottom: 32px;
}

/* Comments Form - Match Gravity Forms Styling */
.wp-block-post-comments-form label,
.wp-block-post-comments-form .comment-form-author label,
.wp-block-post-comments-form .comment-form-email label,
.wp-block-post-comments-form .comment-form-url label,
.wp-block-post-comments-form .comment-form-comment label {
	font-family: var(--wp--preset--font-family--primary);
	font-size: var(--wp--preset--font-size--small) !important;
	font-weight: 300 !important;
	color: var(--wp--preset--color--white) !important;
	display: block;
	margin-bottom: 8px;
}

.wp-block-post-comments-form textarea,
.wp-block-post-comments-form input[type="text"],
.wp-block-post-comments-form input[type="email"],
.wp-block-post-comments-form input[type="url"] {
	background: var(--wp--preset--color--secondary) !important;
	border-color: var(--wp--preset--color--secondary) !important;
	color: var(--wp--preset--color--foreground) !important;
	box-shadow: none !important;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
	padding-left: 16px !important;
	padding-right: 16px !important;
	height: auto !important;
	border-radius: 5px !important;
	width: 100%;
	font-family: var(--wp--preset--font-family--primary);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 300;
}

.wp-block-post-comments-form textarea:focus,
.wp-block-post-comments-form input:focus {
	outline: 1px solid var(--wp--preset--color--primary);
	outline-offset: 0;
}

.wp-block-post-comments-form .comment-form-cookies-consent {
	font-family: var(--wp--preset--font-family--primary);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 300;
	color: var(--wp--preset--color--white);
	margin-top: 16px;
}

.wp-block-post-comments-form input#wp-comment-cookies-consent {
	margin-right: 8px;
	width: auto !important;
}

/* Comment Form Submit Button */
.wp-block-post-comments-form .form-submit {
	position: relative;
	display: inline-block;
	margin-top: 40px;
}

.wp-block-post-comments-form input[type="submit"] {
	position: relative;
	transition: all 0.2s ease !important;
	width: auto !important;
	height: 58px !important;
	border: solid .5px var(--wp--preset--color--primary) !important;
	border-radius: 40px !important;
	padding: 15px !important;
	padding-left: 26px !important;
	padding-right: 90px !important;
	background: transparent !important;
	font-size: var(--wp--preset--font-size--small) !important;
	font-weight: 400 !important;
	color: var(--wp--preset--color--white) !important;
	cursor: pointer;
}

.wp-block-post-comments-form .form-submit::after {
	content: '';
	position: absolute;
	z-index: -2;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: var(--wp--preset--color--secondary);
	top: 4px;
	right: 4px;
	display: block;
}

.wp-block-post-comments-form .form-submit::before {
	content: '';
	position: absolute;
	z-index: -1;
	width: 9px;
	height: 9px;
	border-bottom: solid .6px var(--wp--preset--color--gray);
	border-right: solid .6px var(--wp--preset--color--gray);
	top: 24px;
	right: 24px;
	display: block;
	transform: rotate(-45deg);
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.wp-block-post-comments-form .form-submit:hover::before {
	animation: arrow-disappear-reenter 0.6s ease forwards;
}

/* Modern Comment List Styling */
.wp-block-comments h3 {
	color: var(--wp--preset--color--foreground);
	font-family: var(--wp--preset--font-family--primary);
	font-size: var(--wp--preset--font-size--large);
	font-weight: 500;
	margin-bottom: 32px;
}

h3#comments {
	font-size: var(--wp--preset--font-size--medium)!important;
}

.wp-block-comments-title {
	color: var(--wp--preset--color--foreground);
	font-family: var(--wp--preset--font-family--primary);
	margin-bottom: 40px;
}

/* Comment Items - Card styling */
.comment-item {
	margin-bottom: 10px;
	padding: 24px;
	border: solid 1px var(--wp--preset--color--secondary);
	border-radius: 8px;
	display: flex;
	gap: 5px;
	flex-direction: column;
}

/* Avatar Styling */
.wp-block-avatar {
	flex-shrink: 0;
}

.wp-block-avatar img {
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

/* Nested replies inside the same card */
.comment-item .children {
	margin-left: 0;
	margin-top: 5px;
	padding-left: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 20px;
}

.children .comment-item {
	background: transparent;
	padding: 0;
	margin-bottom: 16px;
}

/* Comment Content Styling */
.comment-item .wp-block-comment-author-name {
	font-family: var(--wp--preset--font-family--primary);
	font-size: var(--wp--preset--font-size--medium);
	font-weight: 500;
	color: var(--wp--preset--color--foreground);
	margin-bottom: 4px;
}

.comment-item .wp-block-comment-date {
	font-family: var(--wp--preset--font-family--primary);
	font-size: var(--wp--preset--font-size--small);
	color: var(--wp--preset--color--foreground);
	opacity: 0.5;
	margin-bottom: 12px;
}

.comment-item .wp-block-comment-content {
	font-family: var(--wp--preset--font-family--primary);
	font-size: var(--wp--preset--font-size--small);
	line-height: 1.6;
	color: var(--wp--preset--color--foreground);
	margin-bottom: 12px;
}

.comment-item .wp-block-comment-reply-link a {
	color: var(--wp--preset--color--primary);
	text-decoration: none;
	font-family: var(--wp--preset--font-family--primary);
	font-size: var(--wp--preset--font-size--small);
	background-color: var(--wp--preset--color--secondary);
	padding: 10px 20px;
	border-radius: 5px;
	transition: all 0.3s ease;
}

.comment-item .wp-block-comment-reply-link a:hover {
	opacity: 0.7;
}

/* Comment Pagination */
.wp-block-comments-pagination {
	margin-top: 60px;
	padding-top: 40px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	gap: 20px;
}

.wp-block-comments-pagination-previous,
.wp-block-comments-pagination-next {
	color: var(--wp--preset--color--foreground);
	text-decoration: none;
	font-family: var(--wp--preset--font-family--primary);
	font-size: var(--wp--preset--font-size--small);
	transition: color 0.3s ease;
}

.wp-block-comments-pagination-previous:hover,
.wp-block-comments-pagination-next:hover {
	color: var(--wp--preset--color--primary);
}


.postdetails .taxonomy-category:before {
	content: "\f318";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 24px/1 'Dashicons';
	vertical-align: top;
	margin-right: 10px;
}

.postdetails .taxonomy-post_tag:before {
	content: "\f323";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 24px/1 'Dashicons';
	vertical-align: top;
	margin-right: 10px;
}

/*
 * Comments Styling.
 */

ol.commentlist {
	margin: 0;
	padding: 0;
}

li.comment {
	border: solid 1px var(--wp--preset--color--tertiary);
	box-sizing: border-box;
	list-style: none;
}

li.comment ul.children {
	padding-top: 30px;
	padding-left: 0;
}

footer.comment-meta {
	margin-block-start: 0 !important;
}

.wp-block-post-comments .comment-author .avatar {
	margin-top: 0;
}

.wp-block-post-comments .comment-author {
	line-height: 32px;
}

.wp-block-post-comments .reply a {
	background-color: var(--wp--preset--color--foreground);
	border-radius: 35px;
	border-width: 2px;
	color: var(--wp--preset--color--background);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 600;
	padding: 15px 44px;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
}

.wp-block-post-comments .reply a:hover {
	opacity: .7;
}

#commentform textarea,
#commentform .comment-form-author input,
#commentform .comment-form-email input,
#commentform .comment-form-url input {
	border: solid 1px var(--wp--preset--color--tertiary);
	width: 100%;
	padding: 14px 8px;
	border-radius: 2px;
}

.wp-block-post-comments input[type=submit] {
	border: solid 2px !important;
	line-height: var(--wp--custom--typography--line-height--normal);
	border-color: var(--wp--preset--color--foreground) !important;
	width: auto !important;
}

.wp-block-post-comments input[type=submit]:hover {
	opacity: .7;
}

input#wp-comment-cookies-consent {
	width: auto !important;
}

/* Separator Block */

.wp-block-separator {
	border-bottom-width: .7px;
	border-color: var(--wp--preset--color--secondary);
	clear: both;
	position: relative;
	margin-top: 10px;
	transform-origin: center;
}

.wp-block-separator::after {
	content: '';
	height: .5px;
	width: 280px;
	background: linear-gradient(to right,
			var(--wp--preset--color--primary) 0%,
			var(--wp--preset--color--primary) 20%,
			var(--wp--preset--color--secondary) 100%);
	opacity: 1;
	display: block;
	margin-bottom: -0.4px;
}

.pluck-container {
	position: relative;
	height: 10px;
	overflow: visible;
	user-select: none;
	z-index: 0;
	margin: 0;
}

.pluck-svg {
	position: absolute;
	top: -122px;
	/* same as before */
	left: 0;
	width: 100%;
	height: 260px;
	pointer-events: none;
}

.pluck-line {
	stroke: url(#pluck-gradient);
	stroke-width: .7;
	fill: none;
}

.pluck-hit-area {
	position: absolute;
	top: -142px;
	left: 0;
	width: 100%;
	height: 300px;
	background: transparent;
	z-index: 10;
	pointer-events: auto;
}


.footer-block {
	background: rgba(255, 255, 255, .05);
	backdrop-filter: blur(20px);
	position: relative;
}

.footer-block:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	transform: scale(1);
	filter: blur(5vw);
	background: linear-gradient(270deg, #3161a8, #7e0fff);
	background-size: 200% 200%;
	animation: animateGlow 6s ease infinite;
	opacity: .4;
}

.footer-block a:hover {
	opacity: .7;
}

.footer-block .wp-block-navigation {
	z-index: 1;
}

.footer-bottom a {
	text-decoration: none;
	font-weight: 400;
	color: #fff;
	border-bottom: dotted 1px #666;
}

@keyframes animateGlow {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

@media (max-width: 871px) {
	.footer-nav.wp-block-navigation ul li {
		font-size: var(--wp--preset--font-size--large) !important;
	}
}

@media (max-width: 657px) {

	.footer-block {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.footer-block .wp-block-spacer:first-child {
		display: none;
	}

	.footer-nav.wp-block-navigation ul li {
		font-size: var(--wp--preset--font-size--medium) !important;
	}

	.footer-nav.wp-block-navigation ul {
		gap: 20px;
	}
}

@media (max-width: 815px) {
	.footer-bottom {
		gap: 8px;
	}
}

@media (max-width: 388px) {
	.footer-nav.wp-block-navigation ul {
		gap: 12px;
	}

	.footer-nav.wp-block-navigation ul li {
		font-weight: 500 !important;
	}
}

/* Footer Social Media Icons */
.footer-right-group {
	gap: 20px;
	align-items: center;
}

.footer-right-group .wp-block-social-links {
	gap: 8px;
	margin: 0;
	margin-right: 10px;
}

.footer-right-group .wp-block-social-links .wp-social-link {
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
	transition: all 0.3s ease;
}

.footer-right-group .wp-block-social-links .wp-social-link {
	position: relative;
	overflow: hidden;
}

.footer-right-group .wp-block-social-links .wp-social-link:hover {
	border-color: var(--wp--preset--color--primary);
	transform: none;
}

.footer-right-group .wp-block-social-links .wp-social-link a {
	padding: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	position: relative;
	z-index: 1;
}

/* Gravity Forms */

.gfield_checkbox label,
legend.gform-field-label,
label.gfield_label.gform-field-label {
	font-family: var(--wp--preset--font-family--primary);
	font-size: var(--wp--preset--font-size--small) !important;
	font-weight: 300 !important;
	color: var(--wp--preset--color--white) !important;
}

.gform_wrapper textarea,
.gform_wrapper input {
	background: var(--wp--preset--color--secondary) !important;
	border-color: var(--wp--preset--color--secondary) !important;
	color: var(--wp--preset--color--foreground) !important;
	box-shadow: none !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	height: auto !important;
	border-radius: 5px !important;
}

input.gfield-choice-input {
	padding: 0 !important;
	aspect-ratio: 1;
	width: 28px !important;
	cursor: pointer;
}

.gfield_checkbox label {
	font-size: 14px !important;
	padding-top: 5px;
}

.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: var(--wp--preset--color--primary) !important;
}

.gform-theme--foundation .gfield select {
	background-color: var(--wp--preset--color--secondary) !important;
	border-color: var(--wp--preset--color--secondary) !important;
	color: var(--wp--preset--color--foreground) !important;
	box-shadow: none !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	height: auto !important;
	border-radius: 5px !important;
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(255,255,255,.5)'/%3E%3C/svg%3E") !important;

}

input.gform_button {
	position: relative;
	transition: all 0.2s ease !important;
	width: auto !important;
	height: 58px !important;
	border: solid .5px var(--wp--preset--color--primary) !important;
	border-radius: 40px !important;
	padding: 15px !important;
	padding-left: 26px !important;
	padding-right: 90px !important;
	background: transparent !important;
	font-size: var(--wp--preset--font-size--small) !important;
	font-weight: 400 !important;
}

.gform-footer {
	position: relative !important;
	display: inline-block !important;
	margin-top: 40px !important;
}

.gform-footer::after {
	content: '';
	position: absolute;
	z-index: -2;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: var(--wp--preset--color--secondary);
	top: 4px;
	left: 120px;
	display: block;
}

.gform-footer::before {
	content: '';
	position: absolute;
	z-index: -1;
	width: 9px;
	height: 9px;
	border-bottom: solid .6px var(--wp--preset--color--gray);
	border-right: solid .6px var(--wp--preset--color--gray);
	top: 24px;
	left: 140px;
	display: block;
	transform: rotate(-45deg);
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.gform-footer:hover::before {
	animation: arrow-disappear-reenter 0.6s ease forwards;
}

h2.gform_title {
	margin-bottom: 0;
	font-size: var(--wp--preset--font-size--large);
}

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

p.gform_required_legend {
	display: none;
}


.gfield_required {
	color: var(--wp--preset--color--primary) !important;
	font-size: 18px !important;
	font-weight: 300 !important;
}

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

/* Contact Form 7 - Match Gravity Forms Styling */

.wpcf7-form label,
.wpcf7-form .wpcf7-form-control-wrap label {
	font-family: var(--wp--preset--font-family--primary);
	font-size: var(--wp--preset--font-size--small) !important;
	font-weight: 300 !important;
	color: var(--wp--preset--color--white) !important;
	display: block;
	margin-bottom: 8px;
}

.wpcf7-form textarea,
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"] {
	background: var(--wp--preset--color--secondary) !important;
	border-color: var(--wp--preset--color--secondary) !important;
	color: var(--wp--preset--color--foreground) !important;
	box-shadow: none !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	height: auto !important;
	border-radius: 5px !important;
	width: 100%;
	font-family: var(--wp--preset--font-family--primary);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 300;
}

.wpcf7-form textarea:focus,
.wpcf7-form input:focus {
	outline: 1px solid var(--wp--preset--color--primary);
	outline-offset: 0;
}

.wpcf7-form select {
	background-color: var(--wp--preset--color--secondary) !important;
	border-color: var(--wp--preset--color--secondary) !important;
	color: var(--wp--preset--color--foreground) !important;
	box-shadow: none !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	height: auto !important;
	border-radius: 5px !important;
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(255,255,255,.5)'/%3E%3C/svg%3E") !important;
}

.wpcf7-form input[type="checkbox"],
.wpcf7-form input[type="radio"] {
	width: 28px !important;
	height: 28px !important;
	cursor: pointer;
	margin-right: 8px;
}

.wpcf7-form input[type="checkbox"]:before {
	color: var(--wp--preset--color--primary) !important;
}

.wpcf7-submit {
	position: relative;
	transition: all 0.2s ease !important;
	width: auto !important;
	height: 58px !important;
	border: solid .5px var(--wp--preset--color--primary) !important;
	border-radius: 40px !important;
	padding: 15px !important;
	padding-left: 26px !important;
	padding-right: 90px !important;
	background: transparent !important;
	font-size: var(--wp--preset--font-size--small) !important;
	font-weight: 400 !important;
	color: var(--wp--preset--color--white) !important;
	cursor: pointer;
}

.wpcf7-submit::after {
	content: '';
	position: absolute;
	z-index: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: var(--wp--preset--color--secondary);
	top: 4px;
	right: 4px;
	display: block;
}

.wpcf7-submit::before {
	content: '';
	position: absolute;
	z-index: 1;
	width: 9px;
	height: 9px;
	border-bottom: solid .6px var(--wp--preset--color--gray);
	border-right: solid .6px var(--wp--preset--color--gray);
	top: 24px;
	right: 24px;
	display: block;
	transform: rotate(-45deg);
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.wpcf7-submit:hover::before {
	animation: arrow-disappear-reenter 0.6s ease forwards;
}

h3.wpcf7-title {
	margin-bottom: 0;
	font-size: var(--wp--preset--font-size--large);
}

span.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	font-family: var(--wp--preset--font-family--primary);
	font-size: var(--wp--preset--font-size--small);
	color: var(--wp--preset--color--error);
}

/* Location Block */

.contact-block {
	gap: 120px;
}

.location-details {
	position: relative;
	margin-top: 120px;
}

.location-details .wp-block-group {
	padding: 50px;
}

.location-details p {
	margin-top: 5px;
	font-size: var(--wp--preset--font-size--large);
	margin-bottom: 30px;
}

.location-details p a {
	text-decoration: none;
	border-bottom: dotted 1px rgba(255, 255, 255, .2);
}

@media (max-width: 1340px) {
	.contact-block {
		gap: 60px;
	}
}

@media (max-width:1100px) {
	.contact-block {
		flex-direction: column-reverse;
	}

	.location-details .wp-block-group {
		padding: 0;
	}
}

/* Sphere */

.sphere-column {
	position: relative;
}

.sphere {
	position: absolute;
	top: 20%;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 45vmin;
	height: 45vmin;
	animation: spinSphere 20s infinite linear;
	transform-style: preserve-3d;
}

.sphere [class^="ring"] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 45vmin;
	height: 45vmin;
	border-radius: 50%;
	overflow: hidden;
}

@media (max-width: 610px) {

	.sphere,
	.sphere [class^="ring"] {
		width: 80vw;
		height: 80vw;
	}
}

/* Individually scoped ring styles */
.sphere .ring1 {
	transform: rotateY(2deg) rotateX(2deg) rotateZ(3deg);
	box-shadow: 0 0 3px rgba(253, 169, 0, 0.1), inset 0 0 3px rgba(253, 169, 0, 0.1);
}

.sphere .ring2 {
	transform: rotateY(4deg) rotateX(4deg) rotateZ(6deg);
	box-shadow: 0 0 5px rgba(251, 169, 45, 0.1), inset 0 0 5px rgba(251, 169, 45, 0.1);
}

.sphere .ring3 {
	transform: rotateY(6deg) rotateX(6deg) rotateZ(9deg);
	box-shadow: 0 0 7px rgba(249, 168, 45, 0.1), inset 0 0 7px rgba(249, 168, 45, 0.1);
}

.sphere .ring4 {
	transform: rotateY(8deg) rotateX(8deg) rotateZ(12deg);
	box-shadow: 0 0 9px rgba(247, 168, 45, 0.1), inset 0 0 9px rgba(247, 168, 45, 0.1);
}

.sphere .ring5 {
	transform: rotateY(10deg) rotateX(10deg) rotateZ(15deg);
	box-shadow: 0 0 11px rgba(245, 167, 90, 0.1), inset 0 0 11px rgba(245, 167, 90, 0.1);
}

.sphere .ring6 {
	transform: rotateY(12deg) rotateX(12deg) rotateZ(18deg);
	box-shadow: 0 0 13px rgba(243, 167, 90, 0.1), inset 0 0 13px rgba(243, 167, 90, 0.1);
}

.sphere .ring7 {
	transform: rotateY(14deg) rotateX(14deg) rotateZ(21deg);
	box-shadow: 0 0 15px rgba(241, 166, 90, 0.1), inset 0 0 15px rgba(241, 166, 90, 0.1);
}

.sphere .ring8 {
	transform: rotateY(16deg) rotateX(16deg) rotateZ(24deg);
	box-shadow: 0 0 17px rgba(239, 166, 135, 0.1), inset 0 0 17px rgba(239, 166, 135, 0.1);
}

.sphere .ring9 {
	transform: rotateY(18deg) rotateX(18deg) rotateZ(27deg);
	box-shadow: 0 0 19px rgba(237, 165, 135, 0.1), inset 0 0 19px rgba(237, 165, 135, 0.1);
}

.sphere .ring10 {
	transform: rotateY(20deg) rotateX(20deg) rotateZ(30deg);
	box-shadow: 0 0 21px rgba(235, 165, 135, 0.1), inset 0 0 21px rgba(235, 165, 135, 0.1);
}

.sphere .ring11 {
	transform: rotateY(22deg) rotateX(22deg) rotateZ(33deg);
	box-shadow: 0 0 23px rgba(233, 164, 180, 0.1), inset 0 0 23px rgba(233, 164, 180, 0.1);
}

.sphere .ring12 {
	transform: rotateY(24deg) rotateX(24deg) rotateZ(36deg);
	box-shadow: 0 0 25px rgba(231, 164, 180, 0.1), inset 0 0 25px rgba(231, 164, 180, 0.1);
}

.sphere .ring13 {
	transform: rotateY(26deg) rotateX(26deg) rotateZ(39deg);
	box-shadow: 0 0 27px rgba(229, 163, 180, 0.1), inset 0 0 27px rgba(229, 163, 180, 0.1);
}

.sphere .ring14 {
	transform: rotateY(28deg) rotateX(28deg) rotateZ(42deg);
	box-shadow: 0 0 29px rgba(227, 163, 225, 0.1), inset 0 0 29px rgba(227, 163, 225, 0.1);
}

.sphere .ring15 {
	transform: rotateY(30deg) rotateX(30deg) rotateZ(45deg);
	box-shadow: 0 0 31px rgba(225, 162, 225, 0.1), inset 0 0 31px rgba(225, 162, 225, 0.1);
}

.sphere .ring16 {
	transform: rotateY(32deg) rotateX(32deg) rotateZ(48deg);
	box-shadow: 0 0 33px rgba(223, 162, 225, 0.1), inset 0 0 33px rgba(223, 162, 225, 0.1);
}

.sphere .ring17 {
	transform: rotateY(34deg) rotateX(34deg) rotateZ(51deg);
	box-shadow: 0 0 35px rgba(221, 161, 255, 0.1), inset 0 0 35px rgba(221, 161, 255, 0.1);
}

.sphere .ring18 {
	transform: rotateY(36deg) rotateX(36deg) rotateZ(54deg);
	box-shadow: 0 0 37px rgba(219, 161, 255, 0.1), inset 0 0 37px rgba(219, 161, 255, 0.1);
}

.sphere .ring19 {
	transform: rotateY(38deg) rotateX(38deg) rotateZ(57deg);
	box-shadow: 0 0 39px rgba(217, 160, 255, 0.1), inset 0 0 39px rgba(217, 160, 255, 0.1);
}

.sphere .ring20 {
	transform: rotateY(40deg) rotateX(40deg) rotateZ(60deg);
	box-shadow: 0 0 41px rgba(215, 160, 255, 0.1), inset 0 0 41px rgba(215, 160, 255, 0.1);
}

.sphere .ring21 {
	transform: rotateY(42deg) rotateX(42deg) rotateZ(63deg);
	box-shadow: 0 0 43px rgba(213, 159, 255, 0.1), inset 0 0 43px rgba(213, 159, 255, 0.1);
}

.sphere .ring22 {
	transform: rotateY(44deg) rotateX(44deg) rotateZ(66deg);
	box-shadow: 0 0 45px rgba(211, 159, 255, 0.1), inset 0 0 45px rgba(211, 159, 255, 0.1);
}

.sphere .ring23 {
	transform: rotateY(46deg) rotateX(46deg) rotateZ(69deg);
	box-shadow: 0 0 47px rgba(209, 158, 255, 0.1), inset 0 0 47px rgba(209, 158, 255, 0.1);
}

.sphere .ring24 {
	transform: rotateY(48deg) rotateX(48deg) rotateZ(72deg);
	box-shadow: 0 0 49px rgba(207, 158, 255, 0.1), inset 0 0 49px rgba(207, 158, 255, 0.1);
}

.sphere .ring25 {
	transform: rotateY(50deg) rotateX(50deg) rotateZ(75deg);
	box-shadow: 0 0 51px rgba(205, 157, 255, 0.1), inset 0 0 51px rgba(205, 157, 255, 0.1);
}

.sphere .ring26 {
	transform: rotateY(52deg) rotateX(52deg) rotateZ(78deg);
	box-shadow: 0 0 53px rgba(203, 157, 255, 0.1), inset 0 0 53px rgba(203, 157, 255, 0.1);
}

.sphere .ring27 {
	transform: rotateY(54deg) rotateX(54deg) rotateZ(81deg);
	box-shadow: 0 0 55px rgba(201, 156, 255, 0.1), inset 0 0 55px rgba(201, 156, 255, 0.1);
}

.sphere .ring28 {
	transform: rotateY(56deg) rotateX(56deg) rotateZ(84deg);
	box-shadow: 0 0 57px rgba(199, 156, 255, 0.1), inset 0 0 57px rgba(199, 156, 255, 0.1);
}

.sphere .ring29 {
	transform: rotateY(58deg) rotateX(58deg) rotateZ(87deg);
	box-shadow: 0 0 59px rgba(197, 155, 255, 0.1), inset 0 0 59px rgba(197, 155, 255, 0.1);
}

.sphere .ring30 {
	transform: rotateY(60deg) rotateX(60deg) rotateZ(90deg);
	box-shadow: 0 0 61px rgba(195, 155, 255, 0.1), inset 0 0 61px rgba(195, 155, 255, 0.1);
}

.sphere .ring31 {
	transform: rotateY(62deg) rotateX(62deg) rotateZ(93deg);
	box-shadow: 0 0 63px rgba(193, 154, 255, 0.1), inset 0 0 63px rgba(193, 154, 255, 0.1);
}

.sphere .ring32 {
	transform: rotateY(64deg) rotateX(64deg) rotateZ(96deg);
	box-shadow: 0 0 65px rgba(191, 154, 255, 0.1), inset 0 0 65px rgba(191, 154, 255, 0.1);
}

.sphere .ring33 {
	transform: rotateY(66deg) rotateX(66deg) rotateZ(99deg);
	box-shadow: 0 0 67px rgba(189, 153, 255, 0.1), inset 0 0 67px rgba(189, 153, 255, 0.1);
}

.sphere .ring34 {
	transform: rotateY(68deg) rotateX(68deg) rotateZ(102deg);
	box-shadow: 0 0 69px rgba(187, 153, 255, 0.1), inset 0 0 69px rgba(187, 153, 255, 0.1);
}

.sphere .ring35 {
	transform: rotateY(70deg) rotateX(70deg) rotateZ(105deg);
	box-shadow: 0 0 71px rgba(185, 152, 255, 0.1), inset 0 0 71px rgba(185, 152, 255, 0.1);
}

.sphere .ring36 {
	transform: rotateY(72deg) rotateX(72deg) rotateZ(108deg);
	box-shadow: 0 0 73px rgba(183, 152, 255, 0.1), inset 0 0 73px rgba(183, 152, 255, 0.1);
}

@media (max-width: 781px) {
	.sphere {
		display: none;
	}
}


@keyframes spinSphere {
	from {
		transform: rotateZ(0deg) rotateX(0deg) rotateY(0deg);
	}

	to {
		transform: rotateZ(360deg) rotateX(-360deg) rotateZ(360deg);
	}
}

.privacy-policy h2.wp-block-heading.has-large-font-size {
	margin-top: 40px !important;
}

/* 404 Page */

.error404 main {
	height: 60vh;
	text-align: center;
}

.fof h1 {
	display: inline-block;
	text-align: center;
	padding-right: 12px;
	animation: type .5s alternate infinite;
	margin-top: 40px;
	color: var(--wp--preset--color--foreground);
}

@keyframes type {
	from {
		box-shadow: var(--wp--preset--shadow--accent);
	}

	to {
		box-shadow: inset -3px 0px 0px transparent;
	}
}