/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

/* Logo and menu styling - img src in HTML controls logo1 vs logo1-dark */
.logo-menu {
    display: block !important;
}

/* MOBILE LOGO SIZING */
@media (max-width: 991px) {
    .menu-wrap.mobile .col-6 a img {
        width: 160px !important;
        height: auto !important;
        max-height: 50px !important;
    }
    
    /* Hide the old Antler light logo if the theme tries to force it */
    .logo-menu.d-none {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .menu-wrap.mobile .col-6 {
        padding-left: 20px !important;
    }
}