/*
Theme Name: Laboom
Theme URI: http://demo.exptheme.com/laboom
Author: Spyropress
Author URI: https://themeforest.net/user/spyropress/portfolio
Description: The 2015 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 2.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: laboom

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
<!-- HTML per il menu e la sezione -->
<div class="cms-menu-food cms-grid-wraper layout1">
    <div class="cms-grid-filter">
        <ul class="cms-filter-category list-unstyled list-inline">
            <li><a class="active" href="#" data-group="all-cat">Menu Completo</a></li>
            <li><a href="#" data-group="drink" class="toggle-link">Drink</a></li>
            <li><a href="#" data-group="birre-alla-spina" class="toggle-link">Birre alla spina</a></li>
            <li><a href="#" data-group="birre" class="toggle-link">Birre</a></li>
            <li><a href="#" data-group="sfizi" class="toggle-link">Sfizi</a></li>
            <li><a href="?menu=distillati" class="distillati-toggle" data-group="distillati">Distillati</a></li>
        </ul>
    </div>

    <!-- Sezione che vogliamo nascondere/mostrare -->
    <div id="odio" class="toggle-section">
        <p>Contenuto della sezione da aprire/chiudere</p>
    </div>
</div>

<!-- Pulsante per simulare il comportamento di toggle -->
<button onclick="document.getElementById('toggleSectionCheckbox').click();">Apri/Nascondi Sezione</button>
