I meant to say that you need to put that piece of css inside of:
@media handheld, only screen and (max-width: 767px) {
}
then it will only show up on mobile size screens
I managed to fix this by adding the following code to my style-mobile.css file inside of my child theme.
button.menu-toggle {
display: block !important;
}