/* NAVBAR */

header {
    line-height: normal;
    background: black;
    box-sizing: border-box;
    width: 100%;
    position: fixed;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 8px 10px 1px,
                rgba(0, 0, 0, 0.12) 0px 3px 14px 2px,
                rgba(0, 0, 0, 0.2) 0px 5px 5px -3px;
  }
  
  .header {
    position: fixed;
    top: 0px;
    min-height: 69px;
    z-index: 999;
    width: 100%;
    opacity: 1;
  }
  
  .mobile {
    display: block;
  }
  
  .desktop {
    display: none;
    height: 69px;
  }
  
  nav {
    color: #eee;
    background: black;
  }
  
  nav .container a.brand {
    display: inline-block;
    position: absolute;
    top: 14px;
  }
  
  nav .nav-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 69px;
    /* max-width: 1270px; */
    /*  height: 103px; */
    /* margin: auto; */
    /* margin-top: 1px; */
  }
  
  nav .nav-wrapper a.brand {
      height: 69px;
  }
  
  nav .brand-logo {
    height: 30px;
    width: auto;
    margin: 10px 10px 0 20px;
  }
  
  nav .container a.dealer-finder {
    display: inline-block;
    position: absolute;
    top: 22px;
    right: 24px;
  }
  
  nav .location {
    height: 24px;
    width: auto;
  }
  
  nav a {
    color: #eee;
    text-decoration: none;
    letter-spacing: 0.1em;
  }
  
  
  .dropbtn {
    font-family: Kaleidescape;
    color: #eee;
    border: none;
    font-size: 14px;
    min-width: 80px;
    display: block;
  }

  .dropbtn .chevy {
    height: .5em;
    margin-left: .2em;
    margin-bottom: .15em;
    width: 12px;
  }
  
  .dropbtn:hover {
    color: #eee;
  }
  
  .dropdown {
    z-index: 1;
    padding-bottom: 20px;
    position: relative;
    display: block;
    float: left;
    min-width: 80px;
  }
  
  .dropdown-content {
    position: absolute;
    top: 38px;
    right: 18px;
    padding:  10px 0;
    background: rgb(0, 0, 0, .95);
    display: none;
    flex-direction: column;
    border: 1px solid rgba(81,90,105,0.95);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.20);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: #eee;
    font-size: 14px;
    padding: 3px 20px;
    text-decoration: none;
    display: inline-block;
  }
  
  .dropdown-content a:hover {
    background-color: #3D3D3D;
    /* background-color: rgb(0, 0, 0, .95); */
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  .navbar-collapse {
    max-height: 100%;
    display: block;
    padding: 90px 32px 32px;
  }
  
  .header .navbar-nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: start;
  }
  
  .header .navbar {
    margin-bottom: 0;
    background-color: #000;
    position: relative;
  /*  min-height: 103px; */
    margin-bottom: 20px;
  }
  
  li.nav-item {
      
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    color: rgb(238, 238, 238);
    display: inline-block;
    position: relative;
  }
  
  a.nav-item-child {
    font-size: 16px;
    color: #eee;
    white-space: nowrap;
    text-decoration: none;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 500;
  }

  a.nav-item-child:hover {
   text-decoration: none;
        background: linear-gradient(to right, #515A69 95%, #515A69 95%);
    
  }
  
  .navbar-nav>li.nav-item>a:hover {
    margin-bottom: 10px;
    padding-bottom: 3px;
    color: #ccc;
  }
  
  header .nav-item-child:focus, .header .nav-item-child:hover {
    background: inherit
  }
  
  .header .menu-container {
    width: 80%;
    margin: auto;
  }
  
  
  /* MEDIA QUERIES */
  
  @media (max-width:767px) {
    a.nav-item-child {
      font-family: Kaleidescape;
      font-size: 20px;
      font-weight: 400;
    }
    .header .navbar>.container, .header .navbar>.container>.nav-collapse {
      padding-left: 0;
      padding-right: 0;
      margin-left: 0;
      margin-right: 0
    }
    .header .navbar>.container {
      width: 100%;
    }
    .header .nav-item-hover:after, .link:after, .work .work-overlay:before {
      content: " "
    }
    .header .navbar-toggle {
      width: 45px;
      height: 35px;
      border: none;
      margin: 35px 0;
      position: relative;
      float: right;
      padding: 9px 10px;
      margin-top: 31px;
      margin-right: 35px;
      margin-bottom: 8px;
      background-color: transparent;
      background-image: none;
      border: 1px solid transparent;
      border-radius: 4px;
    }
    .header .navbar-toggle .toggle-icon {
      position: relative;
      width: 21px;
      height: 1px;
      display: inline-block;
      background: #fff;
    }
    .header .navbar-toggle .toggle-icon:before {
      width: 10px;
      height: 1px;
      bottom: 10px;
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      transform: rotate(0);
    }
    .header .navbar-toggle:hover .toggle-icon {
      background: #eee;
    }
    .header .navbar-toggle:hover .toggle-icon.is-clicked {
      background: rgba(81,87,105,0);
    }
  }
  
  @media (max-width: 767px) {
    .header .menu-container {
      width: 75%;
      margin: auto;
    }
    nav .brand-logo {
      height: 46px;
      margin: auto;
      width: auto;
    }
  }

  @media (min-width: 768px) {
    nav .brand-logo {
      height: 46px;
      width: auto;
    }
  }
  
  @media (min-width: 768px) {
    .mobile {
      display: none;
    }
    .desktop {
      display: block;
    }
    nav {
      -webkit-box-align: center;
      -webkit-box-pack: center;
      align-items: center;
      box-sizing: border-box;
      display: flex;
      /* height: 103px; */
      justify-content: space-between;
      /* min-height: 103px; */
      min-width: 80px;
      /* padding: 0px 48px; */
      width: 100%;
      z-index: 1;
    }
    nav .container a.brand {
      left: 25%;
    }
    nav ul.nav-links {
      list-style: none;
      padding: 0;
      margin: 1px 4px 0 0;
    }
    nav ul li {
      /* display: inline-block; */
      line-height: 20px;
      display: block;
      float: left;
      margin-left: 32px;
      text-transform: uppercase;
      /* min-width: 80px; */
      margin-top: 0.5px;
      padding-top: 25px;
      padding-bottom: 24px;
    }
  
    nav ul li:last-child {
      margin-left: 30px;
      padding-top: 25px;
      padding-bottom: 24px;
      height: 69px;
      /* height: 35px; */
      color: #EEEEEE;
    }
  
    li.nav-item {
      font-size: 16px;
      margin-bottom: 0;
    }
    a.nav-item-child {
      font-family: Kaleidescape;
      font-weight: 500;
      font-size: 14px;
      width: 100%;
    }
    .dropdown-content a.nav-item-child {
      font-size: 14px;
      height: 25px;
      padding: 4px 20px;
    }
    .dropdown-content a.nav-item-child:hover {
     text-decoration: none;
        background: linear-gradient(to right, #515A69 95%, #515A69 95%);
    }

    
    .dropdown-content a.nav-item-child.underline {
      text-decoration: underline;
    }
    .navbar-toggle,
    input[type="checkbox" i] {
      display: none;
    }
  }
  
  @media (max-width:991px) {
    .header .navbar-nav {
      margin: 0;
      float: none;
    }
    .header .navbar-nav .nav-item {
      float: none;
    }
    .header .menu-container:after, .header .menu-container:before {
      content: " ";
      display: table;
    }
    .header .menu-container:after {
      clear: both;
    }
    .header .logo .logo-img-main {
      display: none;
    }
    .header .logo .logo-img-active {
      display: inline-block;
    }
    .header .nav-item-child {
      line-height: normal;
    }
    .header .nav-item-hover:after {
      position: absolute;
      top: 19px;
    }
    .header img.brand-logo {
      padding-left: 24px;
    }
  
    /*======= TOGGLE MENU ======*/
    #toggle, #toggle + label {
      display: inherit;
    }
    #toggle {
      width: 40px;
      height: 40px;
      opacity: 0;
      border: none;
      position: absolute;
      top: 10px;
      right: 12px;
      z-index: 1000;
      float: right;
      background-color: transparent;
      background-size: contain;
      border: 1px solid transparent;
      border-radius: 4px;
      cursor: pointer;
    }
    .menu-mobile {
      background: #000;
      color: #FFF;
      width: 100%;
      height: 0px;
      overflow: hidden;
    }
    #toggle:checked ~ .menu-mobile {
      height: 100vh;
    }
    label {
      width: 18px;
      height: 18px;
    }
    #toggle + label {
      position: absolute;
      top: 36px;
      right: 24px;
      border: none;
      color: #ffffff;
      background-color: transparent;
      background: url('../images/menu-icon.png');
      background-position: top;
      background-repeat: no-repeat;
      background-size: contain;
    }
    #toggle:hover + label {
      color: #eee;
    }
    #toggle:checked ~ .message {
      height: 150px;
    }
  }
  
  @media (min-width:992px) {
    .header .navbar-nav-right {
      float: right
    }
  }
  