/* Fix Pre Header Contrast Errors */
.header-call .container .list-inline a{
  color: black!important;
}

/* Space Pre Header on Mobile */
.header-call .container .row {
  padding-top: 10px;
}


/* Fix Pre Header Scroll on Mobile */
@media screen and (max-width: 1024px) {
    .widget-navigation.navbar {
        position:fixed;
        top: 0;
        left: 0;
        z-index: 10000!important;
        width: 100%
    }