/*
Theme Name: Fitness Salzkammergut
Theme URI: 
Author: 
Author URI: 
Description: 
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fitness-salzkammergut
Tags: 
*/

/* Force Navigation block to switch at 768px instead of the default 600px */
@media (max-width: 767px) {
  /* Show burger icon */
  .wp-block-navigation__responsive-container-open {
    display: flex !important;
  }

  /* Hide the responsive container’s content while closed */
  .wp-block-navigation__responsive-container:not(.is-menu-open) .wp-block-navigation__container {
    display: none !important;
  }

  /* Reveal links when the drawer opens */
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
    display: flex !important;
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .wp-block-navigation__responsive-container-open {
    display: none !important;
  }

  .wp-block-navigation__responsive-container .wp-block-navigation__container {
    display: flex !important;
    flex-direction: row;
  }
}
