/* Enter Your Custom CSS Here */
@media only screen and (min-width: 1024px){
#logo{max-height: 86%!important;}
  
#et-top-navigation{padding: 30px 0 0 0 !important;}

.et_header_style_left #et-top-navigation .mnop{float: right!important;
    margin-left: 620px!important;
    text-align: center!important;}
  
.et_header_style_left #et-top-navigation 
nav > ul > li > a{padding-bottom: 25px!important;}
}

@media only screen and (max-width : 980px) {
 #logo {
    /*max-width: 75% !important;*/
}
}