#header.layout2 {
	background-color: #000;
	background-image: url("http://cdn.antiquiet.com/wp-content/uploads/2015/02/aqv6-header-bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
}

#top_search a i {
	color: #FFF;
}

#top_search a:hover i {
	color: #fef0cb;
}

#featured_area h2 a {
	font-size: 24px;
	line-height: 1.1em;
}

#featured_area h2 a, .widget_slider h2 a {
	font-weight: bold;
	text-transform: uppercase;
}

#sidebar .widget {
	margin-bottom: 20px;
}

.widget h2.content-heading {
	font-size: 14px;
}

.widget-ad {
	margin-bottom: 0px;
}

.widget ul.side-newsfeed li .side-item .side-item-text h4 {
	line-height: 1.3em;
}

.widget ul.side-newsfeed li .side-item .side-item-text h4 a {
	text-transform: uppercase;	
}

.post-header h1 {
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.1em;
}

.item h3 a {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2em;
	margin-bottom: 5px;
}

.item span.item-comments,
.post-header span.item-comments {
	display: none;
}

.content ul.newsfeed.classic li {
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.content ul.newsfeed.classic li .item p {
	margin-bottom: 6px;
	line-height: 1.4em;
}

.item .item-image .review-box span.ofive {
	display: none;
}
.item .item-image .review-box.old span.score {
	display: inline !important;
}
.item .item-image .review-box.old span.ofive {
	color: #FFF;
	display: inline;
	font-size: 1em;
	margin-left: -2px;
}

ul.side-newsfeed li .side-item .side-image .side-icon.music,
ul.side-newsfeed li .side-item .side-image .side-icon.video,
ul.side-newsfeed li .side-item .side-image .side-icon.gallery,
ul.newsfeed.classic li .item .item-image .item-image-icon {
	display: none;
}

.post-header {
	margin-bottom: -8px;
}

.post-header span.cat a {
	font-size: 16px;
}

.post-header span.post-meta {
	font-size: 16px;
	font-style: normal;
}

.post-header span.post-meta span.line {
	margin: 0 4px;
}

.post-header-tags {
	clear: both;
	margin-top: 25px;
	margin-bottom: 15px;
}

.post-entry p {
	font-size: 16px;	
	line-height: 1.7em;
	text-align: justify;
}

.post-entry p a img {
	border-bottom: none !important;
}

p.wp-caption-text {
	color: #FFF;
	background-color: #000;
	font-size: 0.9em !important;
	line-height: 1.3em;
	padding: 4px 7px;
}

.post-entry div.alignright {
	float: right;
	margin-top: 0.3em;
	margin-left: 1.4em;
}

.post-entry div.alignleft {
	float: left;
	margin-top: 0.3em;
	margin-right: 1.4em;
}

.post-entry blockquote p {
	color: #555 !important;
	font-size: 1.1em;
	line-height: 1.7em;	
	font-family: "Roboto", sans-serif;
	float: none;
	width: 95%;
}

.post-entry .divider {
	border-top: 1px solid #e5e5e5;
}

.post-entry .review-text p {
	line-height: 1.5em;
}

.post-entry div.wordtube {
	margin-bottom: 15px;
}

.post-tags a {
	display: inline-block;
	padding: 5px 7px;
	margin-right: 8px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 8px !important;
	border: 1px solid #999;
	color: #999;
	transition: .2s;
}

.post-tags a:hover {
	border: 1px solid #000;
	color: #000;
}

.post-tags a.tag-artist {
	border: 1px solid #333;
	color: #333;
}

.post-tags a.tag-artist:hover {
	border: 1px solid #B60000;
	color: #B60000;
}

.post-author {
	padding: 20px 0px 40px 0px;
}

.post-related h4 a {
	text-transform: uppercase;
}

.twitter-tweet-rendered {
	width: 617px !important;
	max-width: 617px !important;
}
.twt-border {
	width: 617px !important;
	max-width: 617px !important;
}

.spotify-iframe {
	margin-bottom: -90px;
}

#fluence_box {
	margin-top: 20px;
}

body.category-sessions .content ul.newsfeed.classic li {
	border-bottom: none;
	margin-bottom: 17px;
	padding-bottom: 0px;
}

/* Responsive Overrides */

	/* Desktop */
@media only screen and (min-width: 960px) {

	.special-list-item img {
		width: 620px;
		height: auto;
	}

}

	/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 960px) {

	.special-list-item img {
		width: 496px;
		height: auto;
	}

}

	/* Landscape */
@media only screen and (max-width: 767px) {

	.special-list-item img {
		width: 300px;
		height: auto;
	}

}

	/* Portrait */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	.special-list-item img {
		width: 440px;
		height: auto;
	}

}