/* PLACE YOU CUSTOM STYLES IN THIS FILE */
/* start hidden on small screens */
@media (max-width: 991.98px) {
  #nk-nav-mobile {
    display: none;
  }
  #nk-nav-mobile.nk-nav-open {
    display: block;
  }
}
/* Force burger icon to be visible on light backgrounds */
.nk-icon-burger span {
  background-color: #000 !important;
}
/* Make sure the close icon is visible as well if needed 
.nk-nav-close .nk-icon-close, .nk-nav-close .nk-icon-close::before, .nk-nav-close .nk-icon-close::after {
  background-color: #000 !important;
}*/

/* Burger toggle link colour */
.nk-navbar-top .nk-nav-icons .nk-navbar-full-toggle {
  color: #000 !important;
}
/* Override template fonts inside the full screen burger menu */
#nk-nav-mobile, #nk-nav-mobile .nk-nav, #nk-nav-mobile .nk-nav > li > a, #nk-nav-mobile .nk-nav > li, .nk-navbar-full, .nk-navbar-full * {
  font-family: "Work Sans", sans-serif !important;
}