/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

html:not(.foo) {
	margin-top: 0 !important;
}

#wpadminbar {
	opacity: .3;
}

#wpadminbar:hover {
	opacity: 1;
}


body {
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	gap: 30px;
}

html.js body::after {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white url(/wp-content/uploads/2024/10/logo.png) no-repeat center center;
	background-size: 300px;
	will-change: clip-path;
	transition: all 1s cubic-bezier(.75,-0.02,.37,1);
	clip-path: inset(0 0 0 0);
	z-index: 9999;
}

html.js body.loaded::after {
	pointer-events: none;
	clip-path: inset(0 0 0 100%);
}

body::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .1;
	background: url(/wp-content/uploads/2024/07/mandala.png) no-repeat 20% 50%;
	background-size: contain;
	pointer-events: none;
	z-index: 1;
}

body.home::before,
body.page-id-632::before,
body.page-id-670::before {
	background-image: url(/wp-content/uploads/2024/08/mandala-white.png);
	opacity: .2;
}

.site-navigation ul.menu {
	flex-direction: column;
}

.site-header {
}

/*body > .elementor {
	flex: 1;
}*/

.e-con>.e-con-inner {
	margin: 0;
}



.elementor-widget-text-editor a {
	color: inherit;
	font-weight: 700;
	text-decoration: underline;
}

.elementor-widget-text-editor ul {
	margin-bottom: 1em;
}

.site-footer {
	display: none;
}

#content {
	z-index: 2;
	flex: 1;
}

/*

.elementor-open-lightbox,
.elementor-open-lightbox .elementor-custom-embed-image-overlay {
	aspect-ratio: 1 !important;
	--video-aspect-ratio: 1;
}

a.calendly-popup {
	display: inline-block;
}
*/

.site-navigation ul.menu {
	gap: 10px;
}

.site-navigation ul.menu li a {
	padding: 3px 0;
	border-bottom: 2px solid transparent;
	transition: border-color .2s;
}


.site-navigation ul.menu li a:hover,
.site-navigation ul.menu li.current-menu-item a {
	border-color: var(--e-global-color-primary);
}

.site-navigation-dropdown ul.menu li a {
	font-weight: 700;
	color: var(--e-global-color-text);
}

.site-navigation-dropdown ul.menu li.current-menu-item a {
	color: var(--e-global-color-text);
	background-color: var(--e-global-color-primary);
}


@media only screen and (min-width: 1024px) {
	body:not(.home) {
		flex-direction: row;
	}
	.site-header {
		margin-right: 60px;
		padding-block-start: 80px;
		padding-block-end: 50px;
	}
	body.home .site-header {
		display: none;
	}
	.site-header .header-inner {
		flex-direction: column-reverse;
		position: relative;
	}
	.site-header::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: -30px;
		bottom: 0;
		background: #123354;
		width: 30px;
		opacity: .75;
	}
	.site-header::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: -50px;
		bottom: 0;
		background: var(--e-global-color-primary);
		width: 20px;
		opacity: .75;
	}
	body:not(.home) #content {
		padding-top: 85px;
	}
	h1.elementor-heading-title {
		margin-bottom: .75em;
	}
}


@media only screen and (max-width: 1023px) {
	body::before {
		background-size: 150%;
		background-position: center center;
	}
	#content {
		padding: 0 20px;
	}
}
