/*
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: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1779006293
Updated: 2026-05-17 11:54:53

*/

/* Keep the desktop header compact without wrapping menu items. */
#site-header,
.elementor-location-header {
	z-index: 9999;
	background-color: #fff;
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.elementor-location-header .e-con {
	--container-max-width: 1440px;
}

.elementor-location-header .e-con > .e-con-inner,
.site-header .header-inner {
	width: min(100%, 1440px);
	max-width: none;
}

.elementor-location-header .elementor-widget-nav-menu,
.site-header .site-navigation {
	flex: 1 1 auto;
	min-width: 0;
}

.elementor-location-header .elementor-widget-theme-site-logo,
.elementor-location-header .elementor-widget-image,
.elementor-45 .elementor-element.elementor-element-ad28968.elementor-element {
	flex: 0 0 auto;
	--flex-grow: 0;
	--flex-shrink: 0;
}

.elementor-location-header .elementor-nav-menu--main .elementor-nav-menu,
.site-header .site-navigation ul.menu {
	flex-wrap: nowrap;
	justify-content: center;
}

.elementor-location-header .elementor-nav-menu--main .elementor-item,
.site-header .site-navigation ul.menu li a {
	white-space: nowrap;
}

@media (min-width: 1025px) {
	.elementor-45 .elementor-element.elementor-element-078fb92 {
		flex: 1 1 auto;
		width: auto;
		max-width: none;
	}

	.elementor-45 .elementor-element.elementor-element-8eefc89 {
		--justify-content: center;
		--gap: 18px 18px;
	}

	.elementor-location-header .elementor-nav-menu--main .elementor-item,
	.site-header .site-navigation ul.menu li a {
		font-size: 14px;
		padding-inline: 8px;
	}
}

@media (min-width: 1025px) and (max-width: 1280px) {
	.elementor-location-header .elementor-nav-menu--main .elementor-item,
	.site-header .site-navigation ul.menu li a {
		font-size: 13px;
		padding-inline: 6px;
	}
}

body.nm-header-is-sticky #site-header,
body.nm-header-is-sticky .elementor-location-header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	transform: translateY(-100%);
}

body.nm-header-sticky-visible #site-header,
body.nm-header-sticky-visible .elementor-location-header {
	transform: translateY(0);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

body.admin-bar.nm-header-is-sticky #site-header,
body.admin-bar.nm-header-is-sticky .elementor-location-header {
	top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar.nm-header-is-sticky #site-header,
	body.admin-bar.nm-header-is-sticky .elementor-location-header {
		top: 46px;
	}
}
