Thanks for the advice Ron!
I created a div class in my css in my @media (768px max-width) section:
.nav-secondary,
.divname {
display: none;
and then added the div class to my code in my Simple Hooks, this also allowed me to hide my secondary nav bar on mobile devices. Worked like a charm!
Fiona