/* Matt Freeland's Edits */

.h2 {
    text-transform: uppercase;
}

/*End of Matt Freeland's Edits */

p {
    color: black !important;
}

@media only screen and (max-width: 990px) and (min-width: 760px)  {
    /* Centering featured items when rows of two are displayed */
    .featured-item {
        left: 20%;
    }
}

.header-logo-links {
    padding: 0;
}

.banner {
    background-color:#DE964D;
}
.top_nav_right .nav_cart {
    background-color:#DE964D;
}

.split-top{
    background-color:black;
}

.empty-cart-link, .fa.fa-trash, .nav-cart-total, .glyphicon.glyphicon-shopping-cart{
    color:black !important;
}

a.nav-link{
    color:black !important;
}

footer table div {
    /* make the footer stretch across the screen */
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    margin-top: 10px;
    background-color: red;
}
footer {
    padding-bottom: 0;
}

ul:not(.side-navigation):not(.dropdown-menu){
   padding-left: 20px;
   list-style-position: outside;
}

@media only screen and (min-width: 650px) and (max-width: 770px) {
  .content:not(.col-sm-12) {
      left: calc(60vw - 40%);
  }
}
@media only screen and (min-width: 650px) {
  body > .container {
      width: 100%;
  }
/*.sidebar {
      right: 59%;
      width: 20%;
  }
  .content:not(.col-sm-12) {
      width: 60%;
      right: 5%;
      left:25%;
  } */
  .content.col-sm-12 {
      width: 60%;
      margin: 0 auto;
      transform: translateX(calc(50vw - 50%));
  }
   .page-product_listing > .container > .row > .content {
       width: 70%;
  }
}



/*center header logo*/
#header-logo{
    height: auto;
    width: 100%;
    margin: auto;
    max-height: 100%;
}

.logo.pull-left {
    margin: auto;
}

.brand_logo > .logo.pull-left > a {
/*    height: 100%;*/
/*    display: inline-block;*/
    height: inherit;
}
/*end center header logo*/

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
  width: auto\9;
}

.logo{
    max-height:20%;
}



@media only screen and (max-width: 840px) {
    #header-logo{
        width:100vw;
    }
}

/* customize sidebar and side search*/
.clands-sidebar-search-cont.side-bar-cont{
    background-color:#ffffff;
}

.side-navigation-cont.side-bar-cont{
    background-color:#ffffff;
}

.side-navigation-link-cont:hover, .cat-nav:hover{
    background-color:black !important;
    color:white !important;
}

.side-navigation-header.side-bar-header.primary-font-color{
    background-color:black !important;
    color:white !important;
}

.sidebar .clands-sidebar-search-cont .clands-sidebar-header{
    background-color:black !important;
}

.clands-sidebar-header.side-bar-header .primary-font-color{
    color:white !important;
}

#sidebar-search-dropdown{
    color: black !important;
}

.side-navigation-link-cont:hover, .cat-nav:hover{
    background-color:black !important;
    color:white !important;
}

.btn.clands-btn.clands-search-sidebar-btn.btn-primary{
    background-color:black !important;
}
/*end customize sidebar and side search*/

.cat-view .cat-nav:hover a{
    color:white !important;
}