/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 14 2025 | 14:13:03 */
@import url(https://site-assets.fontawesome.com/releases/v6.7.2/css/all.css);

html:has(body.admin-bar) {
	height: calc(100% - 32px)!important;
}

.none, .gt_selector {
	display: none;
}

.site-logo img {
	display: flex;
	width: 88px;
	border-radius: 12px;
}

/**/

.box-text.main-text::selection, .footer::selection {
	background: #fff;
	color: var(--e-global-color-primary);
}

/**/

#page {
	height: 100vh;
	display: flex;
    flex-direction: column;
}

html:has(body.admin-bar) #page {
	height: calc(100vh - 32px);
}

#content {
	flex: 1;
}

hr {
	border: 0;
	border-radius: 9000px;
	border-bottom: 2px solid var(--e-global-color-primary);
}

/**/

.box-text {
	box-shadow: 0 0 10px #0003;
	border-radius: 12px;
	padding: 12px;
	margin: auto;
	width: 65%;
}

.box-text p:last-child {
	margin: 0;
}

.box-text.main-text {
	color: #fff;
	background: var(--e-global-color-primary);
	padding: 42px 50px;
}

.box-text.main-text h1 {
	font-size: var(--font-size-big-mid);
}

.box-text.main-text .subtitle {
	font-size: var(--font-size-normal);
	text-align: right;
	margin-bottom: 42px;
}

.box-text.main-text .subtitle + hr {
	margin: 0 25% 42px;
	border-color: #fff;
}

.aesthetic-text {
	margin-bottom: 50px!important;
}

.aesthetic-text h4 {
	font-size: var(--font-size-mid);
	padding: 0 12px 8px;
	color: var(--e-global-color-primary);
	border-bottom: 1px solid var(--e-global-color-primary);
}

.aesthetic-text h4:not(:first-of-type) {
	margin-top: 56px;
}

.aesthetic-text p:has(> span) {
	/*box-shadow: -5px 5px 12px #0003;*/
	border-radius: 12px;
	margin-left: 24px;
	padding: 12px;
}

.aesthetic-text p:has(> span) + p:has(> span) {
	padding-top: 0;
	margin-top: -8px;
}

/**/
/*
.page-header:has(+ .page-content .main-portrait) {
	display: none;
}
*/
.menu-icon, a[href="#pll_switcher"] > img {
	margin-right: 10px;
}

.sub-menu .menu-icon, a[href="#pll_switcher"] + .sub-menu a > img {
	width: 20px;
    display: flex;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
}

/**/

.co-financied-text p {
	font-size: var(--font-size-small);
}

/**/

.main-header {
	--flex-wrap: nowrap !important;
}

.main-header, .main-header .elementor-widget-text-editor {
	color: var(--e-global-color-primary);
}

.main-header p, .main-header .elementor-widget-text-editor p {
	margin: 0;
}

/**/

div:has(> .header-menus) {
	position: unset;
}

.header-menus {
	position: unset;
}

.header-menus .elementor-shortcode {
	display: flex;
	gap: 20px;
}

/**/

.check-list {
	list-style: url(http://192.168.200.165/wordpress/wp-content/uploads/2025/04/check.svg);
}

/**/

.global-news .elementor-shortcode .custom-blog-grid-wrapper:not(:last-child) {
	margin-bottom: 20px;
}

/**/

form.wpcf7-form > p {
	display: flex;
	gap: 10px;
}

form.wpcf7-form > p label {
	user-select: none;
	display: flex;
    width: 100%;
    flex-direction: column;
    gap: 10px;
}

form.wpcf7-form textarea {
	transition: unset;
}

.wpcf7-form-control-wrap {
	display: flex;
    flex-direction: column;
    gap: 4px;
}

/**/

.main-header.footer .aesthetic-menu a {
	color: #fff;
}

/**/

.custom-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, calc(33.3% - 13px));
	gap: 20px;
}

.custom-blog-grid .post-item {
	width: 100%;
}

.custom-blog-grid .post-item > a {
	width: 100%;
	padding: 12px;
	display: block;
	border-radius: 12px;
	text-decoration: none;
	box-shadow: 0 0 10px #0003;
}

.custom-blog-grid .post-item:first-of-type {
	grid-column: 1/2;
}

.custom-blog-grid .post-item h4  {
	/*font-size: 28px;*/
	margin-top: 0;
}

.custom-blog-grid .post-item .post-subtitle {
	margin-bottom: 10px;
}

.custom-blog-grid .post-item img {
	pointer-events: none;
	border-radius: 8px;
}

.custom-blog-grid .post-item .post-meta {
	border-top: 1px solid #3336;
	margin: 10px 0 4px;
	padding-top: 10px;
}

.custom-blog-grid .post-thumbnail {
	width: fit-content;
}

/**/

@media screen and (max-width: 1209px) {
	.box-text {
		width: 100%;
	}
}

@media screen and (max-width: 999px) {
	.custom-blog-grid {
		grid-template-columns: repeat(2, calc(50% - 10px));
	}
}

@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }
}

@media screen and (max-width: 709px) {
	.custom-blog-grid {
		grid-template-columns: repeat(1, 100%);
	}
}