/*-- Use For Custom Styling --*/

/* Mobile Menu Improvements */
@media (max-width: 767px) {
  .navbar-toggle {
    background: transparent;
    border: 2px solid #fff;
    margin-top: 15px;
    padding: 8px 10px;
    border-radius: 4px;
  }

  .navbar-toggle .icon-bar {
    background-color: #fff;
    height: 3px;
    width: 25px;
    margin-bottom: 3px;
  }

  .navbar-toggle:hover,
  .navbar-toggle:focus {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .navbar-collapse.in {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    padding: 20px;
    margin-top: 0;
  }

  .navbar-nav {
    float: none !important;
    margin: 0;
  }

  .navbar-nav > li {
    float: none;
    display: block;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 5px;
  }

  .navbar-nav > li > a {
    color: #fff !important;
    padding: 15px 20px;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .navbar-nav > li > a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #00ff88 !important;
  }

  .nav-header-container {
    position: relative;
  }
}

/* Push Menu Styles */
.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}

.cbp-spmenu-push-toright {
  left: 240px;
}

.cbp-spmenu-push-toleft {
  left: -240px;
}
