/*
Custom Style
=========================== */
.navbar-header {
  border-bottom: solid 1px #efefef;
}

nav {
  min-height: 60px;
  background: #fff;
}

nav .wrap-core-nav-list,
nav .nav-header {
  /* background: #fff; */
}

nav .brand {
  display: block;
  position: relative;
  width: 320px;
  top: 5px;
}

nav .brand img {
  width: 100%;
}

nav .menu li a {
  display: block;
  padding: 20px 25px;
  text-decoration: none;
  color: #3a3a3a;
}

nav .menu li.active>a,
nav .menu li a:hover {
  color: #8c1819;
  border-top: 3px solid #8c1819;
  background-color: #eeeeee;
}

nav button {
  background: transparent;
  border: none;
  outline: none;
}

@media (max-width: 992px) {
  .core-nav .wrap-core-nav-list .core-nav-list {
    background-color: #fff;
  }

  nav .full-container,
  nav .nav-container {
    padding-left: 0;
    padding-right: 0;
  }

  nav .nav-header {
    min-height: 60px;
  }

  nav .nav-header .brand {
    margin: 0 auto 5px;
    float: none;
  }

  nav .nav-header .toggle-bar {
    font-size: 18px;
    position: absolute;
    top: 20px;
    left: 15px;
  }

  nav .menu li a {
    padding: 10px 10px;
    border-bottom: solid 1px #efefef;
  }

  nav .menu li:last-child a {
    border-bottom: none;
  }
}

/* =========================== */
.core-nav.nav-core-sticky {
  z-index: 9 !important;
}