@media (min-width: 1000px) {
    
html body #header-outer #top nav > ul.sf-menu:not(.buttons) > li.make_this_appear_on_mobile_menu, body #header-outer #top nav > ul:not(.buttons) > li.make_this_appear_on_mobile_menu {
 
    display: none !important;
    
}

 html body a#ww-real-call-btn {
     
    display: inline-flex !important;
    
}

}