/*
--------------------------------------
Header
--------------------------------------
*/

body:not(.elementor-editor-active) .elementor-location-header .main-header-container {
	position: fixed;
	z-index: 12;
	top: 0;
	background-color: transparent;
	transition: all 350ms ease-in-out, background-color 350ms ease-in-out;
}

body:not(.elementor-editor-active) .elementor-location-header--is-fixed .main-header-container:before {
	content: "";
	position: absolute;
	background-color: rgba(255, 255, 255, .85) !important;
	backdrop-filter: blur(10px);
	box-shadow: 0 4px 15px #0000000D;
	transition: background-color 350ms ease-in-out;
}
