@import "../template.css";
.navbar-custom {
  background-color: var(--secondary);
  background-image: radial-gradient(circle at 1px 1px, #0000001a 1.5px, transparent 0);
  background-size: 24px 20px;
  background-position-y: 1px;
}
.page-events .page-top .page-title span::after {
  left: -15px;
  height: 15px;
  width: 118%;
}
.page-events .page-content {
  padding: 3rem 0 6rem;
}
.page-events .filter ul li > .filter-item {
  background-position: 0 4px;
}
