From what I can tell, the display: block; attribute of the #access element is set when the page loads but it is not being triggered when btn-navbar is touched/clicked.
media=”all” @media (max-width: 767px)
#access {display: none;}
When I change this to display: block; using the Chrome inspector, the menu appears. Is is getting blocked by a script related to Events Calendar Pro?