/* Add here all your CSS customizations */

@media (min-width: 992px) {

    .sticky-header-active #header.header-narrow .header-logo .logo-default {
        opacity: 1;
        top:0px;
    }
    .sticky-header-active #header.header-narrow .header-logo .logo-small {
        display:none;
    }

}

@media (max-width: 991px) {
    .col-md-3 .sidebar {
        display: none;
    }
}