/* start IC 4843325245 - Chris */ 

/* adjust logo and menu desktop only */
@media only screen and (min-width: 768px){

.logo img{
    max-width:120%!important;
}

#menu{
  width: 200px!important;
}

/* remove category dash */
#menu .category.active>ul li:before{
  visibility:hidden;
}

}

/* End IC 4843325245 - Chris */ 