/*
Theme Name: Bumbleb
Theme URI: http://wpbingosite.com/wordpress/bumbleb/
Author: Wpbingo
Author URI: http://wpbingosite.com/
Description: Bumbleb is a modern, clean and professional WooCommerce WordPress theme. It is built to well suit for any online stores: electronics store, fashion store, jewelry store...
Version: 1.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: bumbleb*/

/* Mantener abierto el menú desplegable en pantallas táctiles */
@media screen and (max-width: 1024px) {
    li.menu-item-has-children:focus-within > ul.sub-menu,
    li.menu-item-has-children:active > ul.sub-menu,
    li.menu-item-has-children.menu-open-mobile > ul.sub-menu {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
        pointer-events: auto !important;
    }
}