The same thing happened to my website. Below is my temporary CSS fix for the hidden off-canvas navigation and the primary header bar.
@media (max-width: 921px){.ast-header-break-point .ast-builder-menu-mobile .main-navigation { display: block!important;}}
@media (max-width: 544px){
.ast-header-break-point .ast-primary-header-bar {display: grid!important;}}