/*
 Theme Name: Doda5
 Theme URI: https://doda5.ro
 Description: Theme for Doda5
 Author: Doda5
 Template: twentytwentyfive
 Version: 1.0.0
*/

/* Add custom styles below */

.menu-filter-btn.active {
  background-color: #E3A71C;
}

.menu-filter-btn.active span {
  color: #fff;
}

.menu-filter-btn:hover {
  background-color: #E3A71C;
  text-decoration: none;
}

.menu-filter-btn:hover span {
  color: #fff;
}

/* Navigation menu styles */
#menu-primary-menu {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu-primary-menu li {
  margin: 0;
}

#menu-primary-menu a {
  font-size: 0.875rem;
  font-family: var(--wp--preset--font-family--system-font, sans-serif);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #37332f;
  text-decoration: none;
  transition: color 0.3s ease;
}

#menu-primary-menu a:hover {
  color: #E3A71C;
}


@media (max-width: 768px) {
  #site-content {
    padding-left: 0;
    padding-right: 0;
  }
}
