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

/* =====================
	HEADER STYLES
======================== */
.jet-menu-item-72 > .jet-sub-mega-menu {
    width: 500px !important;
}

@media(max-width: 1199px){
	nav > .elementor-container {
		max-width: 100% !important;
		padding: 0 1%;
	}
	nav a.elementor-button-link.elementor-button.elementor-size-sm {
    	padding: 7px 14px 7px 14px !important;
    	font-size: 14px !important;
	}
	.jet-desktop-menu-active .elementor-1896 .elementor-element.elementor-element-aaf06c4 .jet-menu > .jet-menu-item {
		max-width: 100% !important;
	}
}

/* Additional styling for the mobile menu	 */
@media(max-width: 1024px) {
	.elementor-nav-menu--main .elementor-nav-menu ul {
		position: relative !important;
		margin-left: 0 !important;
		margin-top: 0 !important;
		width: 100% !important;
	}
	.elementor-nav-menu--main .elementor-nav-menu ul.dropdown-toggle {
		display: none !important;
		position: relative !important;
		margin-left: 0 !important;
		margin-top: 0 !important;
		width: 100% !important;
	}
/* 	.dropdown-toggle {
		display: block !important;
		position: relative !important;
		margin-left: 0 !important;
		margin-top: 0 !important;
		width: 100% !important;
	} */
}

@media(max-width: 650px) {
	#elementor-popup-modal-619 .dialog-widget-content {
		margin-top: 180px !important;
	}
	.jah-no-border-radius-mobile div:nth-child(1){
        border-radius: 0px 0px 0px 0px !important;
    }
}