/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.6.1.1662641985
Updated: 2022-09-08 12:59:45

*/


html,body {
	overflow-x: hidden;
}

.body-lock {
	overflow: hidden;
}

.grecaptcha-badge { visibility: hidden; }

.elementor-page-1393 .grecaptcha-badge {
	visibility: visible;
}

@media (min-width: 1025px) {
	.mobile-link {
		display: none !important;
	}
}

@media (max-width: 1024px) {
	body {
		overscroll-behavior: contain;
	}
	
	.mobile-menu-active .elementor-nav-menu--dropdown.elementor-nav-menu__container {
		transition-delay: 0s !important;
	}
	.elementor-nav-menu--dropdown.elementor-nav-menu__container {
		transition-delay: 1s !important;
	}
	
	.x-site-header .elementor-menu-toggle:before {
		content: "";
		position: fixed;
		width: 100%;
		height: 100px;
		background-color: #17308E;
		top: 0;
		left: 0;
		right: 0;
		z-index: -1;
		visibility: hidden;
		transition: 0.2s;
		transition-delay: 1s;
	}
	
	.x-site-header.mobile-menu-active .elementor-menu-toggle:before {
		visibility: visible;
		transition-delay: 0s;
	}
}

