/* 
Theme Name: EcoHaus
Theme URI: https://lyon.dev/
Description: Tema desenvolvido para o site da EcoHaus
Author: Lyon Müller
Author URI: https://lyon.dev/
Template: hello-elementor
Version: 1.0.0
Text Domain: ecohaus
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
*/

header.elementor-location-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 9999;
    transition: transform 0.3s ease, background-color 0.3s ease;
	
	.logo-header svg path {
		transition: fill 0.3s ease;
	}
	
	a {
		transition: color 0.3 ease;
	}
	
    &.fixed {
        background-color: rgba(255,255,255,.90);
		backdrop-filter: blur(5px);
		box-shadow: 0 0 12px 0 rgba(0,0,0,0.0225);
        will-change: transform;
		
		.logo-header svg path[fill="white"] {
			fill: var(--e-global-color-249e668);
		}
		
		.elementor-nav-menu--main :is(a.elementor-item) {
			color: var(--e-global-color-249e668) !important;
		}
    }
}