.site-header nav {
  background: #fff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  padding: 1.2rem 4rem;
  border-radius: 100px;
  margin-right: -3rem;
  bottom: -2.2rem;
  z-index: 99;
}
@media (max-width: 782px) {
  .site-header nav {
    background: #fff;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
    padding: 1.2rem 4rem;
    border-radius: 100px;
    margin-right: -1rem;
    bottom: -2.2rem;
  }
}
.site-header nav .wp-block-navigation__responsive-container-open {
  border-radius: 50px;
  padding: 0.5rem;
}
.site-header nav .current-menu-item {
  font-weight: 800;
  color: var(--wp--preset--color--primary);
}

nav .current-menu-item > a::before {
  left: -14px;
  bottom: 13px;
  height: 5px;
  border-radius: 20px;
  width: 5px;
}
nav .wp-block-navigation a:hover::before {
  left: -14px;
  bottom: 13px;
  height: 5px;
  border-radius: 20px;
  width: 5px;
}

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