@media(min-width: 992px) {
    #header-wrap #logo img {
        height: 90px !important;
    }

    #header-wrap {
        background: rgba(0, 0, 0, 0.5);
    }

    .full-header.sticky-header #header-wrap {
        background: rgba(255, 255, 255, 0.95);
    }
}

@media(max-width: 991px) {
    #header-wrap #logo img {
        height: 70px !important;
        padding: 10px 0;
    }
    .menu-item>.menu-link {
        color: #000 !important;
    }
}