Skip to content
Menu
View Homes
.hhs_mobile-nav-launcher { z-index: 10; opacity: 1; transition: opacity 250ms; } .hhs_mobile-nav-launcher.op0 { opacity: 0; } .hhs_mobile-nav-launcher-close { position: absolute; z-index: 5; left: 1rem; }
jQuery(function(){ const mmmodal = jQuery('#hhs_mm-mobile-modal'); jQuery(document).on('click tap', function(e){ if (jQuery(mmmodal).hasClass('awb-show')) { jQuery('#hhs_mobile-nav-launcher').addClass('op0'); } else { jQuery('#hhs_mobile-nav-launcher').removeClass('op0'); } }); });
.hhs_toolset_mobile { display: flex; font-size: 1.875rem; gap: 0.5rem; justify-content: flex-end; }
Page load link
Go to Top