/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

.grecaptcha-badge { 
/*	margin-top: 5px !important; */
	margin-bottom: 10px !important
}

@media (max-width: 767px)
.jet-mobile-menu--left-side.jet-nav-wrap .jet-nav.m-layout-mobile, .jet-mobile-menu--right-side.jet-nav-wrap .jet-nav.m-layout-mobile {
    width: 100vw !important;
    padding: 10% 0 !important;
	background: #ffffff !important;
	z-index: 9999;
}

.ui-form-price {
	font-size: 1.5em;
    color: var(--e-global-color-983e197);
}


/* Hide link URLs in print view */
@media print {
    a::after {
        content: none !important;
    }
}

body { 
overflow-x: hidden !important;
}

.jet-popup.jet-popup--front-mode {
	overflow-x: hidden !important;
	max-width: 100vw !important;
}

.jet-popup.jet-popup--front-mode.jet-popup--hide-state {
		overflow-x: hidden !important;
	max-width: 100vw !important;
}