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

.ika-header.elementor-sticky--active.show {
    transition: all linear 300ms;
    box-shadow: 0px 1px 15px 0px rgb(8 15 52 / 6%);
    background-color: #fffffff5 !important;
	backdrop-filter: blur(7px) !important;
	padding: 15px 48px !important;
}

.ika-header.elementor-sticky--active.show .elementskit-navbar-nav > li.current-menu-item > a {
	color: #00a2e7 !important;
}

.ika-header.elementor-sticky--active.show .elementskit-navbar-nav > li > a {
	color: #111 !important;
}

.ika-header .sub-menu.elementor-nav-menu--dropdown.sm-nowrap {
	width: 300px !important;
}

.ika-header .elementor-nav-menu--dropdown a {
    border-inline-start: none !important;
}

.ika-header.elementor-sticky--active.show .elementskit-navbar-nav > li > a:hover {
	color: #eab308 !important;
}

@media only screen and (max-width: 1024px) {
	.ika-header.elementor-sticky--active.show {
		padding: 10px 20px !important;
	}
	.ika-header.elementor-sticky--active.show .elementskit-menu-hamburger > .ekit-menu-icon {
		color: #00a2e7 !important;
	}
}