/
home
/
cabinetdhs
/
www
/
wp-content
/
uploads
/
custom-css-js
/
Upload File
HOME
<!-- start Simple Custom CSS and JS --> <style type="text/css"> /* to avoid horizontal scrolling on mobile */ html, body { max-width: 100% !important; overflow-x: hidden !important; } /* avoid background on the hamburger menu */ .elementor-menu-toggle { background-color: transparent; } /* avoid selected frame around the hamburger icon */ .elementor-menu-toggle { outline: none; } /* increase the font size of submenu items on hamburger dropdown */ /*.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item { font-size: 1.00em; } */</style> <!-- end Simple Custom CSS and JS -->