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

.hidden {
	visibility: hidden;
    opacity: 0;
}

/* Mobile Menu Styles */
@media (max-width: 1025px) {
	#mega-menu-mobile .jet-mega-menu-mega-container {
		background-color: #fff;
		width: calc(100vw - 27px) !important;
	}
}

@media (max-width: 768px) {
   .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
        display: inline-block;
    }
	#mega-menu-mobile .jet-mega-menu-toggle-icon {
		position: relative;
		color: #fff;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: 600;
	}
	#mega-menu-mobile .jet-mega-menu-toggle-icon:before {
		position: absolute;
		content: 'Menu';
		top: 50%;
		left: 20px;
		transform: translateY(-50%);
	}
}
@media (max-width: 426px) {
	#mega-menu-mobile .jet-mega-menu-mega-container {
		width: 100vw !important;
	}
	#mega-menu-mobile .jet-mega-menu-mega-container__inner {
		padding: 0 !important;
	}
	#mega-menu-mobile .jet-tabs > .jet-tabs__content-wrapper > .jet-tabs__content {
		padding: 0 !important;
	}
	#mega-menu-mobile .jet-mega-menu-item .jet-mega-menu-item__dropdown i {
		color: #fff !important;
	}
}