/* 
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 */

* {
	letter-spacing: -0.5px;
}

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

body .e-con>.e-con-inner {
	max-width: min(calc(100vw - 40px), var(--content-width));
}

#wpadminbar {
	opacity: .3;
}

#wpadminbar:hover {
	opacity: 1;
}

.site-header .header-inner {
	justify-content: flex-start;
}

.site-header .site-navigation ul.menu li:first-child {
	width: 200px;
	max-width: none;
}

.site-header .site-navigation ul.menu li {
	max-width: 200px;
	text-wrap: balance;
}

.site-navigation-toggle-holder {
	display: none !important;
}

.elementor-heading-title {
	text-wrap: pretty;
}

.elementor-widget-text-editor > .elementor-widget-container > * + * {
	margin-top: 1em;
}

.elementor-widget-text-editor ul {
	list-style-type: none;
}
.elementor-widget-text-editor ul li {
	position: relative;
}
.elementor-widget-text-editor ul li:before {
	position: absolute;
	top: 0;
	left: -1.35em;
	content: "–";
	font-weight: bold;
}


.elementor-widget-text-editor ol li  + li {
	margin-top: .5em;
	border-top: 1px solid var(--e-global-color-text);
	padding-top: .5em;
}

.elementor-element.gradient-overlay::before {
	z-index: 1;
}

.elementor-element.gradient-overlay > .e-con-inner {
	z-index: 2;
}

#site-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}

#site-footer {
	display: none !important;
}

form.contact {
	color: #E4DED1;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

form.contact label {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
}

form.contact input,
form.contact textarea {
	background-color: #E4DED1 !important;
}

form.contact button {
	line-height: 1;
}

/*
body {
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
}
*/
@media only screen and (max-width: 1023px) {
}
