/*------------------------------------------------------------------

Header Style

-------------------------------------------------------------------*/
// lks 4/28/21
// Most of this is not actually needed. It's all in the she-header.js file.
// The .headerup looks like it's needed if "hide header on scroll" is selected


.header {
	z-index: 99;
	width: 100%;
}

.she-header {
	/* lks 4/28/21 removed all lines */
	/* z-index: 9999;
	width: 100%; */
	/* margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0; */
	/* position: fixed !important; */
}

/* .elementor-editor-active .she-header-transparent-yes {
	background-color: rgba(0, 0, 0, 0) !important;
	z-index: 99;
	width: 100%;
} */

.she-header.she-blur-yes {
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}

.headerup {
	-webkit-transition: transform 0.4s ease-in-out !important;
	-o-transition: transform 0.4s ease-in-out !important;
	-webkit-transition: -webkit-transform 0.4s ease-in-out !important;
	transition: -webkit-transform 0.4s ease-in-out !important;
	transition: transform 0.4s ease-in-out !important;
	transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out !important;
	-webkit-transform: translateY(-110vh) !important;
	-ms-transform: translateY(-110vh) !important;
	transform: translateY(-110vh) !important;
}

/* .she-header-change-logo-color-yes .elementor-widget-theme-site-logo img.change-logo-color,
.she-header-change-logo-color-yes .elementor-widget-theme-site-logo img,
.elementor-widget-theme-site-logo img,
.she-header-yes .logo img {
	-webkit-transition: all 0.4s ease-in-out !important;
	-o-transition: all 0.4s ease-in-out !important;
	transition: all 0.4s ease-in-out !important;
} */

.she-header-hide-on-scroll-yes {
	-webkit-transition: transform 0.4s ease-in-out !important;
	-o-transition: transform 0.4s ease-in-out !important;
	-webkit-transition: -webkit-transform 0.4s ease-in-out !important;
	transition: -webkit-transform 0.4s ease-in-out !important;
	transition: transform 0.4s ease-in-out !important;
	transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out !important;
}

/* .elementor-document-handle {
	z-index: 9999999999999 !important;
} */
