﻿

@media only screen and (min-width : 992px) {
    #header.sticky-header:not(.static-sticky), #header.sticky-header:not(.static-sticky) #header-wrap, #header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
        height: 60px;
        margin-top: 0;
    }

    body #header #logo img {
        margin-top: 2%;
        height: 90px;
    }

    #header.full-header #logo {
        padding-right: 0;
        margin-right: 30px;
        border-right: 1px solid #EEE;
    }

    #primary-menu ul > li {
        float: left;
        margin-left: 0;
    }

    #primary-menu ul li > a {
        font-size: 16px !important;
        padding: 39px 12px;
    }
}

@media (max-width: 991.98px) {
    #primary-menu ul > li > a, #primary-menu.style-2 > div > ul > li > a {
        padding: 18px 5px 10px !important;
        border: none !important;
        margin: 0 !important;
    }
}

/*@media only screen and (max-width: 1150px) and (min-width: 992px) {
    

    #primary-menu ul li > a {
        font-size: 16px !important;
        padding: 39px 8px;
    }
}*/
