/*
|--------------------------------------------------------------------------
|                                 HOME PAGE & NAVIGATION
|--------------------------------------------------------------------------
*/
  
  .close-button span{
    color:#fff !important;
  }

  nav#main-nav ul.jetmenu {
    padding: 0;
    height: 70px;
    //background: #445C6D;
    background: #252525;
  }

  nav#main-nav .nav-dropdown-spans,
  nav#main-nav .nav-dropdown-spans a,
  .search-bar-close-btn .ion-ios-close-outline {
    color: #fff !important;
  }

  .st0 {
    fill:#fff !important;
  }

  .indicator {
    color: #252525;
  }

  section#search-bar {
    //background: #445C6D !important;
    background: #252525 !important;
  }

  section#categories .overlay {
    background: rgba(0,0,0,.02);
  }

  .categories-row-1,
  .categories-row-2,
  .categories-row-3 {
    margin-top: 30px;
  }

  .categories-row-3 {
    margin-bottom: 30px;
  }

  section#categories .categories-wrapper {
    margin: 0 15px 0 15px;
  }

  .category-grid-header {
    //background: #898D90;
    background: #252525;
    margin: 0 15px 0 15px;
  }

  .news-listings {
    padding: 0px 35px 0px 35px;
  }

  .news_thumb {
    padding: 10px 35px 10px 35px;
    margin: 0 15px 0 15px;
  }


  .homepage-categories {
    margin: 0 !important;
    min-height: 0 !important;
    padding-top: 0 !important;
    /*padding: 0 15px 0 15px;*/
  }


  .homepage-categories .column {
    padding: 0 !important;
  }

  .category-grid-header h5 {
    color: #fff;
    margin: 0;
  }

  section#categories .grid-img-div h5 {
    top: 10%;
    font-size: calc(8px + 9 * ( (100vw - 420px) / 860));
    /*border: 2px solid green;*/
  }

  nav#main-nav .products-dropdown {
    background: #f2f2f2;
    margin-top: 10px;
    width: 370px;
  }

  .jetmenu ul.dropdown {
    /*top: 0;*/
  }

  .footer-links {
    font-size: x-small;
    padding-top: 6px;
  }

  footer{
	background: #252525;
  }


    /*
    |--------------------------------------------------------------------------
    |                      LARGE MEDIA QUERIES
    |                min-width 1025px and max-width 1440px
    |--------------------------------------------------------------------------
    */

    /*@media only screen and (min-width: 64.063em) and (max-width: 90em) { */
    @media only screen and (max-width: 90em) {

      section#categories .category-grid-header h5 {
        font-size: calc(10px + 9 * ( (100vw - 420px) / 860));
      }

    }/* LARGE MEDIA QUERY */


    /*
    |--------------------------------------------------------------------------
    |                      MEDIUM MEDIA QUERIES
    |                min-width 641px and max-width 1024px
    |--------------------------------------------------------------------------
    */

    /* @media only screen and (min-width: 40.063em) and (max-width: 64em) { */
    @media only screen and (max-width: 64em) {

      section#hero {
        margin-top: 0;
      }

      section#categories .grid-img-div h5 {
        font-size: calc(12px + 9 * ( (100vw - 420px) / 860));
      }


      h3 {
        font-size: calc(30px + 9 * ( (100vw - 420px) / 860));
      }

      footer {
        font-size: calc(12px + 9 * ( (100vw - 420px) / 860)); 
      }

    }/* MEDIUM MEDIA QUERY */

    /* MEDIUM2 MEDIA QUERY */
    /*
    @media only screen and (min-width: 40.063em) and (max-width: 76em) {
      nav#main-nav .nav-dropdown-spans {
        font-size: calc(6px + 9 * ( (100vw - 420px) / 860)); 
      }
    */


    }/* MEDIUM2 MEDIA QUERY */


    /*
    |--------------------------------------------------------------------------
    |                      SMALL MEDIA QUERIES
    |                       max-width 640px
    |--------------------------------------------------------------------------
    */

    @media only screen and (max-width: 40em) {

      section#hero {
        margin-top: 0;
      }

      section#categories .grid-img-div h5 {
        font-size: calc(16px + 9 * ( (100vw - 420px) / 860));
      }

      h3 {
        font-size: calc(30px + 9 * ( (100vw - 420px) / 860));
      }


    }/* SMALL MEDIA QUERY */


/*
|--------------------------------------------------------------------------
|                                 SEARCH BAR
|--------------------------------------------------------------------------
*/
section#search-bar {
  z-index: 999;
  position: fixed;
  top: 0;
  height: 70px;
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #444;
}

.search-bar-input-field {
  width: 100%;
  margin: 0;
  background: #fff;
  border: none;
  box-shadow: none;
  //border-bottom: 1px solid #445C6D;
  border-bottom: 1px solid #252525;
}

.search-bar-input-field:focus {
  background: #fff;
  border: none;
  box-shadow: none;
  //border-bottom: 1px solid #445C6D;
  border-bottom: 1px solid #252525;
}

.search-bar-submit-btn {
  margin-left: -60px;
  font-weight: 100;
}

.search-bar-close-btn {
  padding-left: 30px;
}

.search-bar-close-btn .ion-ios-close-outline {
  font-size: 1.5rem;
  //color: #445C6D;
  color: #252525;
}

#suggest {
  position: absolute;
  top: 70px;
  //background: #445C6D;
  background: #252525;
  width: 206px;
}

#suggest li a {
  color: #fff;
}

#suggest li a:hover {
  color: #999;
}

/*
|--------------------------------------------------------------------------
|                                 Mobile Nav
|--------------------------------------------------------------------------
*/

  .title-bar {
    //background: #445C6D;
    background: #252525;
   // border-bottom: 1px solid #445C6D;
    border-bottom: 1px solid #252525;
  }

  .menu-icon {
    /*color: #445C6D;*/
    //background: #445C6D;
    background: #252525;
  }

  .ion-navicon {
    color: #fff;
    font-size: 1.5rem;
    padding-right: 10px;
  }

  .mobile-nav-logo-a {
    //background: #445C6D;
    background: #252525;
  }

  .denon-pro-logo-title-bar svg{
    width: 50px;
  }

  section#mobile-navigation  {

  }

  .off-canvas {
    background: #fff !important;
  }

  .denon-pro-logo-mobile svg {
    width: 50px;
  }

  ul.submenu {
    margin-top: -2%;
    background: #f2f2f2;
  }
  
  ul.submenu > li.title {
    //background: #445C6D;
    background: #252525;
    color: #fff;
    padding-left: 5px;
    margin-top: 5px;
  }

  .menu>li>a{
    color: #000;
    padding: 10px 0 10px 10px;
    text-decoration: underline;
  }

  .dropdown>li {

    background: #f2f2f2;
    list-style: none;
  }

  .products-nav-links{
    color:#000;
    font-size: .9rem;
    letter-spacing: 1px;
  }

  .cert100{
    height: 300px;
    background-image: url("/assets/img/cert_100a.jpg");
    background-repeat: no-repeat;
    background-position: center;
  }

  .cert200{
    height: 300px;
    background-image: url("/assets/img/cert_200a.jpg");
    background-repeat: no-repeat;
    background-position: center;
  }

  .cert300{
    height: 300px;
    background-image: url("/assets/img/cert_300a.jpg");
    background-repeat: no-repeat;
    background-position: center;
  }

  .certmaster{
    height: 300px;
    background-image: url("/commercial/images/cert_master.jpg");
    background-repeat: no-repeat;
    background-position: center;
  }






/*
|--------------------------------------------------------------------------
|                                 CATEGORY PAGES
|--------------------------------------------------------------------------
*/

  section#categories {
    min-height: 90vh;
  }


    /*
    |--------------------------------------------------------------------------
    |                      MEDIUM MEDIA QUERIES
    |                min-width 641px and max-width 1024px
    |--------------------------------------------------------------------------
    */

    /* @media only screen and (min-width: 40.063em) and (max-width: 64em) { */
    @media only screen and (max-width: 64em) {

      section#categories {
        padding-top: 0px;
        margin: 0;
      }

      section#categories .columns, .column {
        padding: 0 20px 20px 20px;
      }

    }/* MEDIUM MEDIA QUERY */


    /*
    |--------------------------------------------------------------------------
    |                      SMALL MEDIA QUERIES
    |                       max-width 640px
    |--------------------------------------------------------------------------
    */

    @media only screen and (max-width: 40em) {

      section#categories {
        padding-top: 0px;
        margin: 0;
      }

      .categories-header h4 {
        font-size: 1.2rem;
      }

      .categories-header h5 {
        font-size: 1rem;
      }

    }/* SMALL MEDIA QUERY */




















/*
|--------------------------------------------------------------------------
|                                 PRODUCTS PAGES
|--------------------------------------------------------------------------
*/

  section#product-page-specs .features-copy-container {
    margin-top: 4%;
  }

  /* Features
  ---------------------------*/
  .features-copy-container {
    text-align: left;
  }

  #feats li {
    /*border-bottom: 1px solid #445C6D;*/
    line-height: 1.6;
    padding: 5px 0;
  }

  section#product-page-specs .specs-section-header h4 {
    width: 15%;
  }

  /* Specs
  ---------------------*/

  section#product-page-specs .specs-copy-container {
    text-align: left;
    /*margin-left: 50px;*/
  }

  ul#specs li {
    line-height: 1.6;
  }

  ul#specs h6 {
    font-weight: bold;
    //background: #445C6D;
    background: #252525;
    color: #eee;
    padding-left: 10px;
  }

  ul.no-bullet li h6 {
    background: #ccc !important;
    color: #444 !important;
    font-weight: bold;
    //border-bottom: 1px solid #445C6D;
    border-bottom: 1px solid #252525;
  }

  ul.no-bullet li {
    /*background: pink;*/
    padding-left: 10px;
  }

  /* Downloads
  ---------------------*/


  section#product-page-docs-downloads .docs-section-header h4 {
    width: 20%;
  }


  /*
  |--------------------------------------------------------------------------
  |                      SMALL MEDIA QUERIES
  |                       max-width 640px
  |--------------------------------------------------------------------------
  */

  @media only screen and (max-width: 40em) {

    section#product-page-hero .product-page-hero-left-container
    .product-hero-find-a-dealer-btn-container {
      padding: 0;
    }

    section#product-page-specs .specs-section-header h4 {
      width: 50%;
    }

    .features-copy-container li {
      font-size: calc(12px + 9 * ( (100vw - 420px) / 860));
    }

  }/* SMALL MEDIA QUERY */

























/*
|--------------------------------------------------------------------------
|                                 DEALER PAGE
|--------------------------------------------------------------------------
*/

  .dealer-result {
    padding: 20px !important;
  }


/*
|--------------------------------------------------------------------------
|                                 KB PAGE
|--------------------------------------------------------------------------
*/













/*
|--------------------------------------------------------------------------
|                                 FOOTER
|--------------------------------------------------------------------------
*/

.footer-address-container span {
  color: #fff !important;
}

.ion-social-facebook-outline,
.ion-social-twitter-outline,
.ion-social-linkedin-outline,
.ion-social-youtube-outline
{
  color: #fff !important;
}
