Who We Are What We Do Case Studies
Our Locations ▾
Arizona California Colorado Connecticut Massachusetts North Carolina New Jersey New York Nevada Oklahoma Pennsylvania Texas Washington
Book Your Event Reservations and Delivery Work With Us
0
Skip to Content
Legacy Hospitality
Legacy Hospitality
Legacy Hospitality
Legacy Hospitality
©2025 Legacy Hospitality and Entertainment Group


Contact Us

Careers

Sign up with your email address to receive news and updates.

Thank you!
function hideDefaultMobileMenu() { if (window.innerWidth <= 768) { const elementsToHide = document.querySelectorAll( '.Header-nav, .Header-menu-toggle, .header-menu-wrapper, .sqs-mobile-nav, .Mobile-bar, .Mobile-bar-menu' ); elementsToHide.forEach(el => { el.style.display = 'none'; el.style.visibility = 'hidden'; el.style.pointerEvents = 'none'; el.style.height = '0'; el.style.overflow = 'hidden'; }); } else { // Optional: revert if screen is larger const elementsToShow = document.querySelectorAll( '.Header-nav, .Header-menu-toggle, .header-menu-wrapper, .sqs-mobile-nav, .Mobile-bar, .Mobile-bar-menu' ); elementsToShow.forEach(el => { el.style.display = ''; el.style.visibility = ''; el.style.pointerEvents = ''; el.style.height = ''; el.style.overflow = ''; }); } } // Run on page load hideDefaultMobileMenu(); // Run on window resize (to handle orientation changes or resizing) window.addEventListener('resize', hideDefaultMobileMenu); document.addEventListener('DOMContentLoaded', () => { const defaultMobileMenus = document.querySelectorAll('.Header-nav, .Header-menu-toggle, .header-menu-wrapper, .sqs-mobile-nav, .Mobile-bar, .Mobile-bar-menu'); defaultMobileMenus.forEach(el => { el.style.display = 'none'; }); });