/*
 Theme Name: Hello Elementor Child
 Template: hello-elementor
 Text Domain: hello-elementor-child
*/


.show-when-menu { display: none !important; }
body.menu-mode-active .show-when-menu { display: block !important; }
.hide-when-menu { display: block !important; }
body.menu-mode-active .hide-when-menu { display: none !important; }
