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%;
    }
}

/*change color of logged in popup*/
.alert-success {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.header-logo-links {
    padding: 0;
}

.header-left img {
	width: unset !important;
}

a:hover {
    color: #ffffff !important;
    text-decoration: none;
    background-color: transparent;
}

.banner {

}

.top_nav_right .nav_cart {

}


#header-logo {
    padding-top: 7px;
    padding-bottom: 7px;
}


.rss-feed {
   display: none !important;
}

/* Colors on sidebar headers */
.clands-sidebar-header > h1:nth-child(1),
.side-bar-header {
    background-color: #000000 !important;
}

.primary-font-color {
    color: #f8f9fa !important;
}


footer table div {
    /* make the footer stretch across the screen */
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    margin-top: 10px;
}
footer {
    padding-bottom: 0;
}

/* Change default color of footer text */
.footer-nav ul li, footer ul li,
.footer-nav ul li a, footer ul li a,
footer p.copy-right a,
footer p.copy-right {
    color:#000000 !important;
}

/* Change hover color of footer text */
.footer-nav ul li a:hover, footer ul li a:hover,
footer p.copy-right a:hover {
    color: #afb0b3 !important;
}


/* Reduced NavBar height */ 
.nav_cart {
    padding-top: 2px !important;
    font-size: 80%;
}
.top_nav_right {
    height: 40px;
}

.navbar-default {
    height: 40px;
}
.navbar-list > li > a {
	padding: 6px 3px !important;
	font-size: 94%;
}

@media only screen and (max-width: 768px) {
   #hidden-nav {
       margin-top: 5px !important;
       padding: 3px 2px !important;
       background-color: black !important;
   }
}
