@media only screen and (max-width: 767px) { #Header .top_bar_right { display: none !important; }}
@media only screen and (max-width: 767px) { #Top_bar a#search_button { display: none !important; }}
.mobile-header-mini #Top_bar a.button.action_button { display: block !important; }
Comments
to remove search on mobile only, you need to use the following css: