Thanks for writing in! Your menu is not showing because you have added a custom css to hide it. Please remove this code from the customizer, Appearance > Customize > Custom > Edit GLOBAL CSS
.x-nav-wrap.desktop {
display: none;
}
If you need anything else we can help you with, please let us know.