/*
Theme Name: Hudebninky
Theme URI: https://hudebninky.uni-dev.eu
Author: wp4u.cz
Description: WordPress šablona Hudebninky s ACF Flexible Content
Version: 1.0
*/



/* ===== Hudebninky theme doplňkové styly ===== */



/* Mobilní menu overlay (.navbar-mobile na #navbar) */
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0; right: 0; left: 0; bottom: 0;
  background: rgba(37, 29, 25, 0.95);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px; right: 15px; bottom: 15px; left: 15px;
  padding: 10px 0;
  background: rgba(var(--dark_tr), 1);
  overflow-y: auto;
}
.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: rgba(var(--white_tr), 1);
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: rgba(var(--primary_tr), 1);
}
