.logo__image{
    height: auto !important;
}
a.header-link {
    position: relative;
    top: 9px;
    color: #f5a623;
}
p.map-cstm a {
    font: 18px "nunito-sans-bold", Verdana, sans-serif;
    color: red;
    text-decoration: none;
}
p.map-cstm a:before {
    content: "\f041";
    font-family: font-awesome;
}
.location.mobile-cstm {
    display: inline-flex;
    column-gap: 10px;
}
.location.mobile-cstm p {
    margin: 15px 0;
}
a.piwik_ignore {
    color: #f5a623;
    text-decoration: none;
}

/* MEDIA QUERIES */
@media (max-width: 1024px) {
    span.open-locations {
        display: none !important;
    }
}
@media (min-width: 1025px) {
    .mobile-cstm {
        display: none !important;
    }
}
@media (max-width: 767px) {
    p.home-address-con {
        text-align: left!important;
    }
    .home-address-con1 {
        display: unset!important;
        color: #fff!important;
    }
    #address-con-desktop {
        display: none!important;
    }
}