body {
	background: #222;
	/*background: #2F2F2F;*/

/* 	font-family: 'Interstate', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; */
	padding-top: 60px;
}
header.banner {
  background-color: #000;
  left: 0;
  top: 0;
}
header.banner .navbar-header {
  position: relative;
  z-index: 1;
}
.navbar #menu-primary-navigation {
  position: relative !important;
  right: auto !important;
  bottom: auto !important;
  margin-top: -1px;
}
h1 {
	color: white;
}
#searchBar button {
  margin-top: 12px;
}
#contentArea footer {
  display: none;
}
#categoryHead .sort select {
  color: #000;
}
#sidebar .nav-list .active a:hover {
  color: #E6BB57;
}
.collection-category h2 a{
	display: none;
	color: white;
}
footer.content-info p {
  font-size: 16px;
  color: #fff;
  text-align: left;
  margin-bottom: 1em;
}
footer.content-info p a {
  color: #E6BB57;
}
footer.content-info p a:hover {
  color: #fff;
  text-decoration: underline; 
}
footer.content-info input[type=email] {
  border: 1px solid #ccc;
  height: 39px;
  margin-bottom: 0;
}

.category-list{
	/*display: none;*/
}

.category-list h3{
	color: white;
}

.category-list .category{
	/*background: #242424;*/
	background: #2E2E2E;
	border-style: none;
	text-shadow: none;
	width: 48%;
}

@media only screen and (max-width: 768px) {
	.category-list .category{
		width: 100%;
		margin-bottom: 10px;
	}
}

.category-list .category:hover{
	/*background: #1C1C1C;*/
	background: #0f0f0f;
}

.articleList {
    list-style: none;
    margin: 36px 0px 36px 0px;
    /* font-size: 1.3em; */
}

.articleList li {
    margin: 1.0em 0;
    padding-left: 25px;
}

.articleList a {
	font-size: 18px;
    line-height: 1.0em;
    margin-left: -24px;
    text-decoration: none;
}

#docsSearch {
	min-height: 200px;
	background: url(https://www.soundtoys.com/wp-content/uploads/Homepage_Hero_BG_@2x.jpg) no-repeat center 100% / cover transparent;
	border-bottom: none;
	padding-top: 75px;
	position: relative;
	top: -1px;
}

#searchBar .search-query {
	background: #fff;
	border-color: transparent;
	box-shadow: none;
	color: #777;
}
#searchBar button {
	background: #E6BB57;
	border-color: transparent;
	color: black;
	text-shadow: none;
}
#searchBar button:hover {
	background: white;
	border-color: transparent;
	color: black;
	text-shadow: none;
}

#contentArea catgory {
	background: black;
	color: white;
}

#sidebar {
	font-size: 16px;
	font-weight: 300;
	color: white;
}

#sidebar h3{
	color: #c0c0c0;
	font-size: 14px;
	font-weight: 300;
}

#sidebar .nav-list a {
	color: #c0c0c0;
	text-shadow: none;
}

#sidebar .nav-list a:hover {
	color: white;
	text-shadow: none;
}

#sidebar .nav-list .active a{
	color: #E6BB57;
	text-shadow: none;
}

.contentWrapper {
	background: #2E2E2E;
    /*background: #3A3A3A;*/
	color: white;
	border-style: none;
	box-shadow: none;
}

.contentWrapper .h1 {
	color: white;
}

#fullArticle h1, #fullArticle h2, #fullArticle h3, #fullArticle h4 {
	color: white;
	font-weight: 400;
	margin-bottom: 1.0em;
	margin-top: 2.0em;
}

#fullArticle h5 {
	color: white;
	font-weight: 600;
	margin-bottom: 1.0em;
	margin-top: 2.0em;
}

#fullArticle p, #fullArticle blockquote, #fullArticle li, #fullArticle table{
	color: lightgray;
	font-size: 16px;
}

#fullArticle blockquote {
	padding: 7px 30px 7px 20px;
}

#fullArticle strong {
	color: white;
	font-weight: bold;
}

#fullArticle img {
    display: block;
    margin: 1em 0 2em;
    padding: 4px;
	border-radius: 4px;
	border: none;
    /*border: 1px solid #d6d6d6;*/
    box-sizing: border-box;
}

.articleRatings {
	background: inherit;
	border: none;
	color: lightgray;
	box-shadow: none;
}

.rating-face {
	fill: black;
}

.rateAction {
	box-shadow: none;
}

.related {
	background: #3A3A3A;
	color: white;
	border: none;
	border-top: 2px solid #2F2F2F;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

.related a{
	color: #E6BB57;
}

.related h3{
	color: white;
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 50px;
  }
  header.banner .container {
    padding-left: 45px;
    padding-right: 45px;
  }
  .navbar #menu-primary-navigation,.navbar #menu-account-navigation {
    text-align: left;
    left: auto;
    float: none;
    margin: 6.75px -25px;
  }
  .navbar #menu-primary-navigation li a {
    line-height: 25px;
    font-size: 24px;
  }
  .navbar #menu-account-navigation li a {
    line-height: 25px;
    font-size: 16px;
  }
  #searchBar button {
    margin-top: 9px;
  }
}

