.biototal-site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background-color: transparent;
	transition: background-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}

.biototal-site-header.is-scrolled {
	background-color: #ffffff !important;
	box-shadow: 0 2px 16px rgba(115, 115, 115, 0.08);
}

/* Navigation text default state */
.biototal-site-header #mega-menu-wrap-max_mega_menu_1 ,
.biototal-site-header #mega-menu-wrap-max_mega_menu_1  a,
.biototal-site-header #mega-menu-wrap-max_mega_menu_1 .mega-menu-link {
	color: #ffffff !important;
	transition: color 0.25s ease !important;
}
.biototal-site-header #mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-menu-link {
	color: #111111 !important;
}
.biototal-site-header .biototal-site-logo img {
	transition: width .3s ease;
}


/* Navigation text after scroll */
.biototal-site-header.is-scrolled #mega-menu-wrap-max_mega_menu_1 ,
.biototal-site-header.is-scrolled #mega-menu-wrap-max_mega_menu_1  a,
.biototal-site-header.is-scrolled #mega-menu-wrap-max_mega_menu_1 .mega-menu-link,
.biototal-site-header.is-scrolled #mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-menu-link {
	color: #111111 !important;
}
.biototal-site-header.is-scrolled .biototal-site-logo img, .biototal-site-header.no-transition .biototal-site-logo img {
	width: 100px;
}
.biototal-site-header.is-scrolled > div > div {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

/* Disable initial fade on non-home pages */
.biototal-site-header.no-transition #mega-menu-wrap-max_mega_menu_1 ,
.biototal-site-header.no-transition #mega-menu-wrap-max_mega_menu_1 a,
.biototal-site-header.no-transition #mega-menu-wrap-max_mega_menu_1 .mega-menu-link{
	transition: none !important;
}