/* Start ic 8416606369 - Chris */

/* fix mobile menu color bug */ 

@media screen and (max-width: 767px) {
.mobile-menu-close-button path {
    fill: black!important;
}
.mobile-menu-open-button{
    background:black!important;
}

}

/* End ic 8416606369 - Chris */