
@media (min-width: 992px){
    .theme-navigation-and-icons .theme-menu-area .theme-menu ul li {
        margin-left: 2px;
    }
    .zpheader-style-02 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li, .zpheader-style-03 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li {
        margin: -20px 18px;
    }
 .zpheader-style-02 .theme-header.theme-header-navigation-style{
        border-top: 0 none;
         margin-top: -0.5em;}
}
/*logo larg size*/
@media all and (min-width:992px){
.theme-header .zpcontainer .theme-branding-info .theme-logo-parent a img {
max-width: none !important;
max-height: none !important;
width: 50% !important;
height: auto !important;
display: block;
margin-left: auto;
margin-right: auto;
}
}