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

/* Mobile header layout fix */
@media (max-width: 1024px) {
	.elementor-location-header,
	.elementor-location-header .elementor-element.elementor-element-f31dada {
		position: relative;
		overflow: visible;
	}

	.elementor-location-header .elementor-element.elementor-element-0c12cb9 .elementor-nav-menu--dropdown.elementor-nav-menu__container {
		position: absolute !important;
		top: 100% !important;
		right: 0 !important;
		left: auto !important;
		width: min(260px, calc(100vw - 40px)) !important;
		margin-top: 0 !important;
		z-index: 99999 !important;
	}

	.elementor-location-header .elementor-element.elementor-element-0c12cb9 .elementor-menu-toggle.elementor-active + .elementor-nav-menu__container {
		max-height: calc(100vh - 80px) !important;
	}
}

@media (max-width: 767px) {
	.elementor-location-header .elementor-element.elementor-element-f31dada {
		min-height: 64px !important;
		padding: 0 16px !important;
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		align-items: center !important;
		justify-content: space-between !important;
		gap: 16px !important;
	}

	.elementor-location-header .elementor-widget-theme-site-logo {
		flex: 0 1 auto !important;
		width: auto !important;
		max-width: calc(100% - 58px) !important;
	}

	.elementor-location-header .elementor-widget-theme-site-logo .elementor-widget-container,
	.elementor-location-header .elementor-widget-theme-site-logo a {
		display: flex !important;
		align-items: center !important;
	}

	.elementor-location-header .elementor-widget-theme-site-logo img {
		width: clamp(178px, 52vw, 208px) !important;
		height: auto !important;
		display: block !important;
	}

	.elementor-location-header .elementor-element.elementor-element-a32432e {
		flex: 0 0 auto !important;
		width: auto !important;
		min-width: 40px !important;
		height: auto !important;
		display: flex !important;
		align-items: center !important;
		justify-content: flex-end !important;
	}

	.elementor-location-header .elementor-element.elementor-element-0c12cb9 {
		padding: 0 !important;
		width: auto !important;
	}

	.elementor-location-header .elementor-element.elementor-element-0c12cb9 .elementor-menu-toggle {
		width: 40px !important;
		height: 40px !important;
		margin: 0 !important;
		padding: 8px !important;
		border-radius: 4px !important;
	}
}

