/* PLACE YOU CUSTOM STYLES IN THIS FILE */

/* Hide certain topbar nav items on mobile, but keep them visible inside the mobile menu */
@media (max-width: 991.98px) {
  .nk-header .nk-navbar-top .nk-nav.nk-nav-right > li.hide-on-mobile-topbar {
    display: none !important;
  }
}

/* On mobile only, optionally hide the "Login with Patreon" button when a submenu is opened to keep space tidy */
@media (max-width: 991.98px) {
  body.submenu-open .nk-header .nk-navbar-top .nk-nav.nk-nav-right > li.login-with-patreon {
    display: none !important;
  }
}

.hidden {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}