@media (max-width: 999px) { 
  .sz {
    font-size: 25px !important;
  }
}

.aaa {
 margin-top: 20px;
}

@media (max-width: 999px) {
.aaa {
 height: 100px;
 margin-left: -10px;
 margin-top: 0px;
}
}


#logo {
display: none !important;
}


@media only screen and (max-width: 999px) {
    body #header-outer #top .slide-out-widget-area-toggle[data-custom-color] a {
        margin-top: -10px;
    }
}


body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting-dark=true] img.mobile-only-logo.starting-logo.dark-version  {
    height: 100px !important;
    margin-top: 50px !important;
}

@media (max-width: 999px) {
#logo {
    margin-top: -68px !Important;
}

h1  .inner, h2  .inner {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

h2 {
   line-height: 50px !important;
   padding-top: 10px !important;
   padding-bottom: 10px !important;
}

}