/* Start hs 107317 - Chris */

/* hide menu spacers */

.menu .menu-item:before{
display: none!important;
}

/* change menu position */
.right-aligned .menu-social-group{
margin-right:20px!important;
margin-top: 0px;}

.right-aligned .logo{
    margin-left:47px!important;
}

/* reduce logo size */
.logo .logo-image{
max-height:50px!important;
}

@media only screen and (max-width: 767px){
    .logo .logo-image{
max-height:40px!important;
}
}
/* End hs 107317 - Chris */