.navbar-block {
  padding: 15px 0;
  border-bottom: 1px solid #eaebeb;
  z-index: 999;
}
.navbar-block .container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.navbar-block .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: space-around;
}
.navbar-block .menu a {
  text-decoration: none;
  line-height: 1em;
  transition: all 0.25 ease-in-out;
  text-transform: uppercase;
  color: #313a3a;
  padding: 5px 15px;
  display: block;
}
.navbar-block .menu a:hover, .navbar-block .menu a:active, .navbar-block .menu a:focus {
  background-color: #313a3a;
  color: #fff;
}
.navbar-block .menu .current-menu-item a {
  color: #ea4f3c;
  font-weight: 700;
}
.navbar-block .link {
  text-transform: uppercase;
}
.navbar-block .link--active {
  color: #ea4f3c;
  font-weight: 700;
}

/*# sourceMappingURL=navbar.css.map */
