.brand {
  display: none !important;
}
.menu__cta-wrapper{
	z-index:9;
}
@media screen and (min-width:768px){
body.scroll #media_image-2 img{
	margin-left:15px;
}
body:not(.scroll) .header-widget-area-inner{
	padding-left:15px!important;
}}
.menu__cta-wrapper img{
	filter:unset;
}

body:not(.scroll) .header-widget-area-inner{
	opacity:1!important;
	width:auto!important;
}


.site-main-header-inner-wrap {
  background: white;
  top: 0;
  padding-left: 15px !important;
}

#primary-menu a,
.kt-modal-open #primary-menu a {
  color: black;
}

button.drawer-toggle,
.kt-modal-open button.drawer-toggle,
.search-toggle-open-container button{
  color: black!important;
}

.menu-btn span,
.kt-modal-open .menu-btn span {
  background: black;
}

@media screen and (min-width:768px){
.header-widget-area-inner {
  position: absolute !important;
  left: 0 !important;
  opacity: 1 !important;
}}

@media screen and (max-width:767px){
	body.scroll .site-header-section-left>div{
		margin-right:10px;
	}

}
}



.kt-modal-open #masthead {
  margin-top: 10px;
}
/*
#wrapper .main-navigation .primary-menu-container > ul > li.menu-item > a {
  animation: menuItemColor 0.5s linear forwards !important;
  animation-delay: 2.3s;
  color: black;
}
@keyframes menuItemColor {
  0% {
    color: black;
  }
  100% {
    color: white;
  }
}

*/

@media screen and (min-width: 767px){
body #primary-menu#primary-menu li.menu-item:hover a {
    text-shadow: 0px 0px 0px currentColor;
    color: black !important;
}