@media only screen and (min-width: 1001px) {
    body header#top nav >ul {
         margin-top: 0px !important; 
         padding-top: 15px !important;
    }
    
    body header#top nav >ul .sub-menu {
        top: 50px !important;
    }

    #logo {
      
    position: absolute !important;
    top: 0 !important;

    }
}