/******************************************************************************************************************** 
	Theme Name: Music
	Theme URI: http://www.organicthemes.com/themes/magazine-theme/
	Description: The Organic Music Theme is designed and developed by Organic Themes.
	Author: Organic Themes
	Author URI: http://www.organicthemes.com
	Version: 1.0.2
	Tags: black, white, two-columns, responsive, custom-header, custom-background, threaded-comments, 
	translation-ready, custom-menu (optional), theme-options, featured-image-header, featured-images, 
	full-width-template, pagination, blog-template, buddypress
	
	The CSS, XHTML and Design are released under the GPL:
	http://www.opensource.org/licenses/gpl-license.php

********************************************************************************************************************

	Table of Contents:

	0.	CSS Reset
	1.	Hyperlinks
	2. 	Global
	3.	Headings
	4.	Header
	5.	Navigation
	6.	Slideshow
	7.	Homepage
	8.	Content
	9.	Buttons
	10.	Tour Page
	11.	Album and Discography
	12. Archives
	13. WordPress Gallery
	14.	Images and Video
	15.	Social Media
	16.	Numbered Pagination
	17.	Sidebar
	18.	Sidebar Widgets
	19.	Text Widget
	20.	Recent Comments Widget
	21.	Music Player Widget
	22.	Custom Menu Widget
	23.	Calendar Widget
	24.	Search Form
	25.	Footer
	26.	Comments
	27. Music Player Full
	28. WooCommerce
	29.	Gravity Forms Styling
	30.	Responsive Framework

*******************************************************************************************************************/
	
/************************************************
*	0.	CSS Reset 								*
************************************************/
	
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	}
body {
	line-height: 2;
	}
ol, ul {
	list-style: none;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
sub {vertical-align: sub;}
sup {vertical-align: super;}
body { background: #222627; font-size: 0.9em; line-height: 2; color: #999999; position: relative; -webkit-font-smoothing: antialiased; }
	
/************************************************
*	1.	Global									*
************************************************/

body {
	background: #f6f6f0;
	color: #333333;
	font-size: 0.9em;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-weight: 300;
	line-height: 1.8;
	margin: 0px auto 0px;
	padding: 0px;
	font-smooth:always;
-webkit-font-smoothing: antialiased;
	}
p {
	padding: 8px 0px;
	margin: 0px;
	}
::selection {
	background: #111111;
	color: #fff;
	}
::-moz-selection {
	background: #111111;
	color: #fff;
	}
blockquote {
	color: #999999;
	font-size: 1.6em;
	line-height: 34px;
	margin: 10px 25px 10px 25px;
	padding: 0px 20px 0px 20px;
	border-left: 2px dotted rgba(0, 0, 0, .6);
	}
blockquote p {
	margin: 0px;
	padding: 0px;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
img, iframe, object, embed {
	max-width: 100%;
	}
img, object, embed {
	height: auto;
	margin: 0px auto 0px;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
ol, ul {
	list-style: none;
	}
hr {
	border: 0;
	width: 100%;
	height: 1px;
	color: #333333;
	background-color: #333333;
	margin: 6px 0px;
	padding: 6px 0px;
	}
strong {
	font-weight: bold;
	}
small {
	font-size: 0.7em;
	}
code {
	color: #666666;
	background: #111111;
	margin: 0px;
	padding: 10px;
	display: block;
	border: 1px dashed #333333;
	}
.clear {
	clear: both;
	}
.hidden {
	display: none;
	}
	
/************************************************
*	2.	Hyperlinks								*
************************************************/

a, a:visited {
	color: #CCCCCC;
	text-decoration: none;
	transition: background .25s, color .25s;
	-moz-transition: background .25s, color .25s;
	-webkit-transition: background .25s, color .25s;
	-o-transition: background .25s, color .25s;
	}
a:focus, a:hover, a:active {
	
	text-decoration: none;
	outline: none;
	}
a img {
	border: none;
	}

/************************************************
*	3.	Headings  								*
************************************************/

h1 {
	color: #000;
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: -0.4px;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	line-height: 1.2;
	}
h2 {
	color: #000;
	font-size: 1.6em;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	line-height: 1.4;
	}
h3 {
	color: #000;
	font-size: 1.4em;
	font-weight: bold;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
	line-height: 1.6;
	}
h4 {
	color: #000;
	font-size: 1.3em;
	font-weight: 400;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
	line-height: 1.6;
	}
h5 {
	color: #000;
	font-size: 1.2em;
	font-weight: normal;
	margin: 2px 0px 2px 0px;
	padding: 2px 0px 2px 0px;
	line-height: 1.8;
	}
h6 {
	color: #000;
	font-size: 1em;
	font-weight: bold;
	margin: 4px 0px 2px 0px;
	padding: 4px 0px 2px 0px;
	line-height: 1.8;
	border-bottom: 1px solid #333333;
	}
h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited, 
h4 a, h4 a:visited, h5 a, h5 a:visited, h6 a, h6 a:visited {
	color: #000;
	text-decoration: none;
	border: none;
	}
h1 a:hover, h2 a:hover, h3 a:hover,
h4 a:hover, h5 a:hover, h6 a:hover,
h1 a:focus, h2 a:focus, h3 a:focus,
h4 a:focus, h5 a:focus, h6 a:focus,
h1 a:active, h2 a:active, h3 a:active,
h4 a:active, h5 a:active, h6 a:active {

	text-decoration: none;
	border: none;
	}
.headline {
	font-size: 1.6em;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 0px;
	padding: 0px;
	border-bottom: none;
	
	}
	
.headline a {
	-moz-transition: all .25s, color .1s;
	-webkit-transition: all .25s, color .1s;
	-o-transition: all .25s, color .1s;
}
	
.headline a:hover {
	color:#d71f26;
	text-decoration: none;
	}
	
.headline.post {
	font-size: 2.4em;
	margin-bottom: 0px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(0, 0, 0, .8);
	}
.headline.page {
	font-size: 2.8em;
	margin-bottom: 5px;
	padding-bottom: 5px;
	}
.headline.archive {
	margin-bottom: 0px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(0, 0, 0, .8);
	}
.headline.ultra {
	font-size: 3em;
	font-weight: 900;
	line-height: 1.6;
	margin-bottom: 30px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(0, 0, 0, .8);
	}
	
/************************************************
*	4.	Header  								*
************************************************/

#header {
	/*background: #000000;*/
	width: 100%;
	margin: 0px auto 0px;
	padding: 0px;
	}
#custom-header {
	display: block;
	font-size: 0;
	text-align: center;
	text-indent: -999em;
	text-shadow: none;
	line-height: 0;
	margin: 0px auto 0px;
	padding: 0px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	}
#custom-header a {
	color: transparent;
	line-height: 0;
	font-size: 0;
	} 
#masthead {
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
#masthead .site-title {
	padding: 0px;
	margin: 0px;
	margin-top: 25px;
	}
#masthead .site-title img {
	display: block;
}
#masthead .site-title a {
	padding-right: 20px;
	padding-left: 20px;
	display: inline-block;
	}
	
/************************************************
*	5.	Navigation 								*
************************************************/

#navigation {
	display: block;
	background: #000000;
	width: 100%;
	/*min-height: 127px;*/
	height: auto;
	margin: 0px auto 0px;
	padding: 0px;
	position: relative;
	z-index: 9;
	}
	
/*** ESSENTIAL STYLES ***/
.menu, .menu * {
	margin:	0;
	padding: 0;
	list-style:	none;
	}
.menu {
	line-height: 1.0;
	}
.menu ul {
	text-align: center;
	margin: 0px auto 0px;
	padding: 0px;
	}
.menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
	}
.menu li {
	display: inline-block;
	position: relative;
	}
.menu a {
	display: inline-block;
	position: relative;
	}
	
/*** SKIN ***/
/*.menu .current_page_item a,
.menu .current_page_ancestor a,
.menu .current-menu-item a,
.menu .current-cat a {
	color: #FFFFFF;
	}*/
.menu .current-menu-item a:after,
.menu .current_page_ancestor a:after,
.menu .current-menu-item a:after,
.menu .current-cat a:after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -7.5px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 7.5px 0 7.5px;
	border-color: #000000 transparent transparent transparent;
	-webkit-transform:rotate(360deg)	
}
.menu {
	margin: 0px;
	padding: 0px;
	}
.menu a {
	color: #b8b8b2;
	background: none;
	font-size: 0.9em;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px;
	padding: 22px 14px 14px 14px;
	letter-spacing: 1px;
	}
.menu li {
	background: none;
	margin: 0px;
	padding: 0px;
	}
.menu li:hover {
	margin: 0px;
	padding: 0px;
	}
.menu a:focus, .menu a:hover, .menu a:active {
	color: #FFFFFF;
	outline: 0;
	}
	
/************************************************
*	6.	Slideshow Gallery      					*
************************************************/

#slideshow {
	display: block;
	background: rgba(0, 0, 0, .4);
	list-style: none;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 9px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .08);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#slideshow ul, #slideshow li, #slideshow ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#slideshow iframe, 
#slideshow embed, 
#slideshow object {
	display: block;
	max-width: 100%;
	max-height: 480px;
	text-align: center;
	margin: 0px auto 0px;
	padding: 0px;
	position: relative;
	z-index: 8;
	}
.flexslider {
	width: 100%; 
	margin: 0; 
	padding: 0;
	}
.flexslider .slides > li {
	display: none; 
	-webkit-backface-visibility: hidden;
	}
.flexslider .slides img {
	display: block;
	max-width: 100%; 
	margin: 0px;
	}
.flex-pauseplay span {
	text-transform: capitalize;
	}

/* Clearfix for the .slides element */
.slides:after {
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
	}
html[xmlns] .slides {
	display: block;
	}
* html .slides {
	height: 1%;
	}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
	}

.flexslider {
	position: relative; 
	zoom: 1;
	}
.flexslider .slides {
	zoom: 1;
	}
.flexslider .slides > li {
	position: relative;
	}
.flex-container {
	zoom: 1; 
	position: relative;
	}

/* Caption style */
.flex-caption {
	background: none; 
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); 
	zoom: 1;
	}
.flex-caption {
	width: 96%; 
	padding: 2%; 
	margin: 0; 
	position: absolute; 
	left: 0; 
	bottom: 0; 
	background: rgba(0,0,0,.3); 
	color: #fff; 
	text-shadow: 0 -1px 0 rgba(0,0,0,.3); 
	font-size: 14px; 
	line-height: 18px;
	}

/* Direction Nav */
.flex-direction-nav { 
	height: 0; 
	}
.flex-direction-nav li a {
	display: block;  
	position: absolute;
	width: 30px; 
	height: 30px; 
	margin: -15px 0 0; 
	top: 50%; 
	cursor: pointer; 
	text-indent: -999em;
	opacity: .8; 
	filter: alpha(opacity=80);
	z-index: 9;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	}
.flex-direction-nav li .flex-next {
	background: #000000 url(images/next_btn.png) no-repeat;
	background-position: 0px;
	left: 100%;
	margin-left: -40px;
	}
.flex-direction-nav li .flex-prev {
	background: #000000 url(images/prev_btn.png) no-repeat;
	left: 10px;
	}
.flex-direction-nav li .flex-prev:hover {
	background-position: -30px 0px;
	}
.flex-direction-nav li .flex-prev:hover, 
.flex-direction-nav li .flex-next:hover {
	background-color: #CC0066;
	}
.flex-direction-nav li .flex-next:hover {
	background-position: -30px 0px;
	}
.flex-direction-nav li .disabled {
	opacity: .3; 
	filter: alpha(opacity=30); 
	cursor: default;
	}

/* Control Nav */
.flex-control-nav {
	position: absolute; 
	width: 100%;
	bottom: 10px;
	right: 0px;
	text-align: center;
	line-height: 20px;
	}
.flex-control-nav li {
	display: inline-block;
	margin: 0px; 
	padding: 4px !important;
	zoom: 1; 
	*display: inline;
	}
.flex-control-nav li:first-child {
	margin: 0;
	}
.flex-control-nav li a {
	display: block; 
	background: #999999; 
	width: 6px; 
	height: 6px; 
	line-height: 0;
	cursor: pointer; 
	text-indent: -999em;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.flex-control-nav li a:hover {
	background: #FFFFFF;
	}
.flex-control-nav li a.flex-active {
	background: #FFFFFF; 
	cursor: default;
	}
	
/************************************************
*	7.	Homepage 				     		    * 
************************************************/

.seven.columns.home {
	width: 58.5%;
	}
.five.columns.home {
	margin-left: 2.4%;
	}
#post_content {
	margin: 0px;
	}
#post_content .title {
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
	}
#post_content .article {
	padding-bottom: 0px;
	margin-bottom: 50px;
	}
#post_content .article .holder.top {
	padding-top: 0;
	}
#post_content .holder {
	padding: 30px 0px 25px 0px;
	}
#post_content .holder.top {
	padding-bottom: 15px;
	}
#post_content .holder.bottom {
	padding-top: 0px;
	}
.postmeta {
	margin-top: 10px;
	}
#post_content .featurevid iframe, 
#post_content .featurevid embed, 
#post_content .featurevid object {
	/*max-height: 300px;*/
	}
#post_content .article .post-media {
	/* edit mieras */
	float: left;
	max-width: 120px;
	width: 100%;
	margin-right: 20px;
	margin-bottom: 10px;
}
#post_content .article .entry {
	/* edit mieras */
	/*overflow: hidden;*/
	font-weight: 400;
	position: relative;
	top: -8px;
}
.entry {
	font-weight: 400;
}
#post_content .article .entry p:first-child {
	padding-top: 0;
}
#post_content .article.video .post-media, #post_content .article.moovmnt-label-news .post-media {
	width: 100%;
	max-width: 100%;

}
#post_content .article.video .entry {
	
}
#post_content .article.moovmnt-label-news, #post_content .article.moovmnt-radio {
	background: #000;
	padding: 20px;
	color: #f6f6f0;
}
#post_content .article.moovmnt-label-news h2 a, #post_content .article.moovmnt-radio h2 a  {
	color: #f6f6f0;
}
#post_content .article.moovmnt-label-news .meta, #post_content .article.video .meta, #post_content .article.moovmnt-radio .meta {
	overflow: hidden;
	float: none;
	
	margin: 10px 0 8px 0;
}
#post_content .article.moovmnt-label-news .meta .time, #post_content .article.video .meta .time, #post_content .article.moovmnt-radio .meta .time {
	float: left;
}
#post_content .article.moovmnt-label-news .meta .categories, #post_content .article.video .meta .categories, #post_content .article.moovmnt-radio .meta .categories {
	float: right;
}

.article.moovmnt-label-news .categories a, .article.video .categories a, .article.moovmnt-radio .categories a {
	font-size: 10px;
}
.featureimg, .featurevid {
	display: block;
	line-height: 0;
	}
.featureimg {
	width: 100%;
}
.single-post .featureimg img {
	width: 100%;
}
.featurevid {
	width: 100%;
	height: auto;
	z-index: 8;
	line-height: 0;
	margin: 0px;
	padding: 0px;
}
.single-post .featureimg, .single-post .featurevid {
	margin-top: 20px;
}

.featurevid iframe, 
.featurevid embed, 
.featurevid object {
/*	display: block;
	width: 100%;
	max-height: 340px;
	line-height: 0;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 8;*/
	}
	
/************************************************
*	8.	Content 				     		    * 
************************************************/

.content {
	padding: 30px 0px 20px 20px;
	overflow: hidden;
	}
.content.right {
	padding: 30px 20px 20px 0px;
	}
.content.full {
	padding: 30px 20px 20px 20px;
	}
.content.archive {
	padding: 30px 0px 20px 0px;
	}
.content a {
	color: #D71F26;
	-moz-transition: all .25s, color .1s;
	-webkit-transition: all .25s, color .1s;
	-o-transition: all .25s, color .1s;
	
}
.content a:hover {
	text-decoration: none;
	color: #d71f26;
}
.post {
	overflow: hidden;
	}
.postinfo {
	display: inline-block;
	width: 100%;
	color: #666666;
	font-size: 0.9em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 8px;
	border-top: 1px solid rgba(255, 255, 255, .08);
	}
.postmeta {
	list-style: none;
	font-size: 0.9em;
	margin: 10px 0px 20px 0px;
	overflow: hidden;
	/*border-top: 1px dotted #535353;*/
	text-transform: uppercase;
	color: #8C8C8C;
	/*background: rgba(255,255,255,0.8);*/
	padding: 2px 10px;
	}
#post_content .moovmnt-label-news .postmeta, #post_content .moovmnt-radio.postmeta {
	border-top: none;
	margin-bottom: 0;
	background: black;
}
.postmeta p {
	float: left;
	width: 50%;
	}
.postmeta > a, .postmeta > div {
	float: left;
	border-left: 1px solid #e1e1e1;
	padding-left: 10px;
	padding-right: 10px;
}
.postmeta > a:first-child {
	border-left: none;
}
.moovmnt-label-news .postmeta > a, .moovmnt-label-news .postmeta > div {
	border-left: 1px solid #e1e1e1;
	color: #ccc;
}
.moovmnt-radio .postmeta > a, .moovmnt-radio.postmeta > div {
	border-left: 1px solid #e1e1e1;
	color: #ccc;
}
.comment-count, .postmeta .read-more {
	float: left;
	padding-top: 7px;
	padding-bottom: 7px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #535353;
	font-weight: 300;
}
.postmeta .read-more {
	padding-left: 0;
	border: none;
	font-weight: 700;
	color: #535353;
}
.moovmnt-label-news .postmeta .read-more, .moovmnt-radio .postmeta .read-more {
	border: none;
	color: #fff;
}
.social {
	float: right;
	display: block;
	margin: 0px;
	padding: 7px 0px;
	overflow: hidden;
	}
.social.full {
	float: left;
	}



.article iframe, 
.article embed, 
.article object {
	line-height: 0;
	/*margin-top: 10px;*/
	/*margin-bottom: 10px;*/
	padding: 0px;
	}
.article ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
.article ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
.article ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	}
.article ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
.article ul li {
    list-style: inside;
    list-style-type: square;
	background: none;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 5px 0px;
	}
.article ul ul li {
	background: none;
	padding: 0px 0px 0px 20px;
	margin: 5px 0px 5px 0px;
	}
.author {
	display: inline;
	color: #8C8C8C;
	padding: 0;
	font-size: 12px;
}
.article .categories, .single .categories {
	padding: 0;
	text-transform: uppercase;
	line-height: 1.4;
	display: inline;
}
.article .categories a, .single .categories a {
	color: #8C8C8C;
	font-size: 12px;
}
.article .categories.top-category {
	text-align: center;
	line-height: 1;
	margin-bottom: 20px;
	color: #8C8C8C;
	font-size: 12px;
}

#post_content .moovmnt-label-news .meta, #post_content .moovmnt-radio .meta {
	width: 100%;
	background: black;
	color: #f6f6f0;
}
.meta {
	/* edit mieras */
	float: left;
	color: #535353;
	font-size: 0.7em;
	text-transform: uppercase;
	text-align: left;
	/*margin: 8px 0px 0px 0px;*/
	
	width: 100%;
	max-width: 120px;
	background: #fff;
	}
.meta > div {
	display: block;
	line-height: 1.2;
	padding: 8px;
}
.meta .time {
	font-weight: 700;
}
.meta .author {
	font-size: 0.8em;
	color: #8C8C8C;
}
.video .meta {
	display: block;
	float: none;
	text-align: left;
	margin-bottom: 5px;
}
.month {
	float: left;
	padding: 2px 8px;
	border-right: 1px solid rgba(255, 255, 255, .1);
	border-radius: 3px 0px 0px 3px;
	-moz-border-radius: 3px 0px 0px 3px;
	-khtml-border-radius: 3px 0px 0px 3px;
	-webkit-border-radius: 3px 0px 0px 3px;
	}
.year {
	float: left;
	padding: 2px 8px;
	border-left: 1px solid rgba(0, 0, 0, .8);
	border-radius: 0px 3px 3px 0px;
	-moz-border-radius: 0px 3px 3px 0px;
	-khtml-border-radius: 0px 3px 3px 0px;
	-webkit-border-radius: 0px 3px 3px 0px;
	}
.text-date {
	float: left;
	}
.commentbox {
	float: right;
	display: inline-block;
	font-size: 0.7em;
	font-weight: normal;
	text-align: center;
	margin: 0px 0px 20px 12px;
	padding: 0px;
	}
.commenticon {
	color: #FFFFFF;
	background: #CC0066;
	line-height: 1;
	padding: 4px 8px;
	}
.text-left { 
	text-align: left; 
	}
.text-right { 
	text-align: right; 
	}
.text-center { 
	text-align: center; 
	}
.sticky {
	}
.half {
	float: left;
	width: 48%;
	}
.half.first {
	margin-right: 4%;
	}
.entry a {
	/*color: #333;*/
	color: #D71F26;
	border-bottom: 1px solid #D71F26;
	-moz-transition: all .25s, color .1s;
	-webkit-transition: all .25s, color .1s;
	-o-transition: all .25s, color .1s;
}
.entry a:hover {
	color: #000;
	border-bottom: 1px solid #000;
	text-decoration: none;
}
.moovmnt-label-news .entry a, .moovmnt-radio .entry a {
	color: #fff;
	border-bottom: 1px solid #ccc;
}
.moovmnt-label-news .entry a:hover, .moovmnt-radio .entry a:hover {
	border-bottom: 1px solid #fff;
	text-decoration: none;
}
.postmeta a, .postmeta a:hover {
	border-bottom: none !important;
}
	
/************************************************
*	9.	Buttons								    *
************************************************/

.btn, #searchsubmit, .reply a, .wooshop a.button,
#submit, #comments #respond input#submit, .container .gform_footer input.button, 
.wooshop #respond input#submit, .textwidget #paypal {
	background: #f6f6f0;
	display: inline-block;
	color: #000;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	margin: 4px 0px;
	padding: 2px 6px;
	cursor: pointer;
	border: none;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	}
.btn:hover, #searchsubmit:hover, .reply a:hover, .wooshop a.button:hover,
#submit:hover, #comments #respond input#submit:hover, .container .gform_footer input.button:hover, 
.wooshop #respond input#submit:hover {
	color: #FFFFFF;
	background-color: #b8b8b2;
	}
#submit, #searchsubmit, #paypal {
	transition: background .25s, color .25s;
	-moz-transition: background .25s, color .25s;
	-webkit-transition: background .25s, color .25s;
	-o-transition: background .25s, color .25s;
	}
.sidebar .btn, .sidebar #searchsubmit, .album .btn, #paypal {
	background: #000 !important;
	color: #fff !important;	
}
.sidebar .btn:hover, .sidebar #searchsubmit:hover, .album .btn:hover {
	background-color: #000;
}
	
/************************************************
*	10. Tour Page 								*
************************************************/

table.tour-table {
	width: 100%;
	margin: 20px 0px 20px 0px;
	padding: 0px;
	border-spacing: 1px;
	border-collapse: separate;
	}
table.tour-table th {
	background: rgba(0, 0, 0, .4);
	padding: 8px 10px;
	margin: 0px;
	text-align: left;
	border-bottom: 1px solid rgba(0, 0, 0, .8);
	}
table.tour-table td {
	padding: 5px 10px;
	margin: 0px;
	border-top: 1px solid rgba(255, 255, 255, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .8);
	}
table.tour-table tr:last-child td {
	border-bottom: none;
	}
table.tour-table tr.even {
	background: rgba(0, 0, 0, .2);
	}
.ot_tour_widget table {
	margin: 10px 0px 0px 0px;
	}
.ot_tour_widget table th {
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	padding: 6px;
	}
.ot_tour_widget table td {
	font-size: 0.8em;
	padding: 4px;
	}

/************************************************
*	11.	Album and Discography				    *
************************************************/

.featureimg.album {
	float: left;
	max-width: 200px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-top: 7px;
	background: #000;
	padding: 10px;
	}
.album .album-cover,
.album .track .duration,
.album .track .rating,
.album .track .buy {
	display: none !important;
	}
.album .track .title {
	width: auto !important;
	}
.album .music-player.album .player-controls .main {
	width: 12%;
	}
.album .music-player.album .player-controls .progress-wrapper {
	width: 82%;
	}
.album .release {
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 0.75px;
	margin-top: -4px;
	padding-bottom: 4px;
	text-transform: uppercase;
	}
.album .release span {
	color: #666666;
	}
.album .btn.purchase {
	margin-top: 10px;

	}
#discography, #artists {
	padding: 80px 0px;
	}
.single #content {
	padding: 50px 0;
}
.single-album .album-artist {
    font-size: 10px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 0;
    line-height: 1;
}
.discography.first {
	margin-left: 0px;
	clear: both;
	}
.article.discography {
	margin-top: 20px;
	margin-bottom: 20px;
	background: #000;
	color: #fff;
	padding: 20px 20px 15px 20px;
	margin-bottom: 0;
	}
.article.discography .featureimg {
	margin-bottom: 0px;
	min-height: 258px;

	}
.article.discography h2 {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.4;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}
.article.discography p {
	font-size: 0.9em;
	padding: 2px 0px;
	}
.article.artists {
	background: #000;
	color: #fff;
	padding: 20px 20px 15px 20px;
	margin-bottom: 0;
}
.article.artists h2, .article.discography h2, .article.discography h3 {
	margin-bottom: 0;
	font-size: 1.4em;
	margin: 15px 0 0 0;
	line-height: 1;
}
.article.discography h2 {
	margin-top: 0;
}
.article.artists h2 {
	margin: 15px 0 0 0;
}
.article.discography h3 {
	font-size: 10px;
}
.article.artists h2 a, .article.discography h2 a, .article.discography h3 a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	display: inline-block;
}
.article.discography h3 a {
	font-weight: 300;
	color: #8C8C8C;
}
.artist h1 {
	color: #000;
}

/************************************************
*	12.	Archives							    *
************************************************/
	
.article.archive {
	padding-bottom: 20px;
	padding-top: 20px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #000000;
	}
.article.archive:first-child {
	border-top: none;
	padding-top: 0px;
	}
.article.archive .featurevid iframe, 
.article.archive .featurevid embed, 
.article.archive .featurevid object {
	max-height: 200px;
	}
.article.blog {
	margin-bottom: 40px;
	}
	
/************************************************
*	13.	WordPress Gallery					    *
************************************************/

.gallery {
	margin: auto;
	padding: 0px;
	}
.gallery-item {
	margin: 5px 0px;
	}
.gallery-caption {
	font-size: 0.8em;
	line-height: 20px;
	padding: 0px 8px;
	}
.gallery img {
	background: rgba(0, 0, 0, .4);
	padding: 5px;
	border: 1px solid rgba(255, 255, 255, .08) !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);
	}
.gallery img:hover {
	background: rgba(0, 0, 0, .8);
	padding: 6px;
	border: none !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

/************************************************
*	14.	Images and Video  			     	    * 
************************************************/
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
img.alignnone {
	padding: 0px;
	margin: 10px 0px 10px 0px;
	display: inline;
	}
img.alignright {
	padding: 0px;
	margin: 10px 0px 10px 20px;
	display: inline;
	}
img.alignleft {
	padding: 0px;
	margin: 10px 20px 10px 0px;
	display: inline;
	}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}
.alignright {
	float: right;
	margin: 10px 0px 10px 20px;
	}
.alignleft {
	float: left;
	margin: 10px 20px 10px 0px;
	}
.wp-caption {
	background: rgba(0, 0, 0, .4);
	width: auto !important;
	text-align: center;
	margin-bottom: 10px;
	padding: 8px;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .9);
	}
.wp-caption img {
	margin: 0px;
	padding: 0px;
	border: none;
	}
.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 6px 4px 6px;
	font-size: 0.8em;
	line-height: 20px;
	}
.avatar {
	background: rgba(0, 0, 0, .6);
	margin: 10px 10px 10px 0px;
	padding: 5px;
	border: none;
	}
	
/************************************************
*	15.	Social Media   							*
************************************************/


.social iframe {
	margin: 0px !important;
	}
.tweet_btn, .like_btn, .plus_btn {
	float: right;
	display: block;
	line-height: 0;
	max-width: 92px;
	margin-left: 5px;
	padding: 0px;
	width: 82px;
	}
.plus_btn {
	max-width: 76px !important;
	}
.social.full .tweet_btn, .social.full .like_btn, .social.full .plus_btn {
	float: left;
	}
.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
	display: none !important;
	}
.social_icons {
	float: left;
	margin: 15px 0px;
	padding: 0px;
	}
.social_icons a {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	margin: 0px 2px;
	overflow: hidden;
	opacity: 0.6;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
	}
.social_icons a:hover {
	opacity: 1;
	}
.social_icons a.lastfm_icon {
	background: rgba(0, 0, 0, .8) url(images/lastfm.png) no-repeat;
	}
.social_icons a.lastfm_icon:hover {
	background-color: #cc0000;
	}
.social_icons a.myspace_icon {
	background: rgba(0, 0, 0, .8) url(images/myspace.png) no-repeat;
	}
.social_icons a.myspace_icon:hover {
	background-color: #0099cc;
	}
.social_icons a.facebook_icon {
	background: rgba(0, 0, 0, .8) url(images/facebook.png) no-repeat;
	}
.social_icons a.facebook_icon:hover {
	background-color: #336699;
	}
.social_icons a.twitter_icon {
	background: rgba(0, 0, 0, .8) url(images/twitter.png) no-repeat;
	}
.social_icons a.twitter_icon:hover {
	background-color: #33ccff;
	}
.social_icons a.pinterest_icon {
	background: rgba(0, 0, 0, .8) url(images/pinterest.png) no-repeat;
	}
.social_icons a.pinterest_icon:hover {
	background-color: #cc3333;
	}

.sidebar .tweet {
	font-weight: 600;
	line-height: 1.2;
	font-size: 14px;
	font-style: italic;
	color: #333;
	text-transform: uppercase;
}

.sidebar .tweet a {
	color: #000;
}

.sidebar .tweet a:hover {
	text-decoration: underline;
}

.fb-comments, .fb-comments * {
    width:100% !important;
}

.postcomments {
	margin-top: 20px;
}
	
/************************************************
*	16.	Numbered Pagination 			     	* 
************************************************/

.pagination {
	float: left;
	display: block;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
.number-paginate {
	padding: 30px 0px 10px 0px;

	}
.number-paginate a {
	display: inline-block;
	background: rgba(0, 0, 0, .4);  
	color: #999999; 
	height: 24px;
	line-height: 24px;
	margin-right: 4px; 
	padding: 0px 8px;
	font-weight: normal;
	text-align: center; 
	text-decoration: none;


	}
.number-paginate a:hover, 
.number-paginate a:active {
	background: rgba(0, 0, 0, .4); 
	color: #FFFFFF !important;

	border: none;
	}
.number-paginate .number-title {
	color: #555555; 
	margin-right: 4px;
	}
.number-paginate .number-gap {
	color: #999999; 
	margin-right: 4px;
	}
.number-paginate .number-current {
	display: inline-block;
	background: #333333; 
	color: #FFFFFF !important; 
	height: 24px;
	line-height: 24px;
	font-weight: bold;
	text-align: center; 
	margin-right: 4px; 
	padding: 0px 8px;
	}
.number-paginate .number-page {
	}
.number-paginate .number-prev {
	}
.number-paginate .number-next {
	}
#prevLink {
	float: left;
	padding: 0px;
	margin: 0px;
	}
#nextLink {
	float: right;
	padding: 0px;
	margin: 0px;
	}
	
/************************************************
*	17.	Sidebar 	        			     	* 
************************************************/

.sidebar.right, 
.sidebar.left {
	/* display: inline-block; */
	margin: 0px;
	}
.sidebar.right {
	padding: 30px 20px 20px 0px;
	}
.sidebar.left {
	padding: 30px 0px 20px 20px;
	}
	
/************************************************
*	18.	Sidebar Widgets							*
************************************************/

.sidebar .widget {
	background: transparent;
	list-style: none;
	margin-bottom: 20px;
	padding: 0;
	overflow: hidden;
	}
.sidebar .widget:last-child {
	/*margin-bottom: 0px;*/
	}
.sidebar .widget h4 {
/*	margin: -4px 0px 4px 0px;
	padding: 0px 0px 4px 0px;*/
	}
.sidebar .widget li {
	list-style-type: none;
	}
.sidebar .widget ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
.sidebar .widget ul ul {
	margin: 0px 0px 0px 0px;
	padding-left: 5px;
	}
.tagcloud {
	margin: 0px;
	}
	

.widget .social-icons{
	font-size:24px;
}

.social-icons a {
	color:#333;
	transition: background .25s, color .25s;
	-moz-transition: background .25s, color .25s;
	-webkit-transition: background .25s, color .25s;
	-o-transition: background .25s, color .25s;

}

.social-icons a:hover {
	color:#d71f26;
}


.widget .social-icons i{
	display: block;
	float: left;
	margin-right: 10px;
	padding: 0px 5px 0px 5px;
}

.widget .social-icons i:hover {
	color: #d71f26;
}

/* product widgets */


/* Widget titles */
.widget h4, .page-header, #breadcrumb {
	text-transform: uppercase;
	font-size: 10px !important;
	letter-spacing: 0.75px;
	position: relative;
}
.widget h4:before, .page-header:before, #breadcrumb:before {
	content: "";
	display: block;
	border-top: solid 1px transparent;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
    z-index: 1;
}
.widget h4 span, .page-header span, #breadcrumb span {
	position: relative;
	z-index: 5;
	background: transparent;
	padding-right: 10px;
}

/* Footer widget titles */
.footer .widget h4 {
	color: #E4E4DC;
}
.footer .widget h4:before {
	border-top: solid 1px #E4E4DC;
}
.footer .widget h4 span {
	background: #000;
}

/* sidebar widget titles */
.sidebar .widget h4, .page-header, #breadcrumb a, .page-header span a, .page-header span {
	color: #535353;
}
.sidebar .widget h4:before, .page-header:before, #breadcrumb:before {
	border-top: solid 1px #535353;
}
.sidebar .widget h4 span, .page-header span, #breadcrumb span {
	background: #f6f6f0;
}
.page-header, #breadcrumb {
    font-weight: 300;
    line-height: 1.6;
    margin: 4px 0 !important;
    padding: 4px 0 !important;
}
	
/************************************************
*	19.	Text Widget 	        		     	* 
************************************************/

.textwidget {
	margin: 0px;
	}
.textwidget p {
	padding: 6px 0px 6px 0px;
	}
.sidebar .textwidget a {
	color: #CC0066;
	background: none;
	padding: 0px;
	text-decoration: none;
	}
.sidebar .textwidget a:hover {
	text-decoration: underline;
	}
	
/************************************************
*	20.	Recent Comments Widget 	             	* 
************************************************/

#recentcomments li {
	display: block;
	line-height: 1.6;
	padding: 6px 0px;
	border-top: 1px solid rgba(255, 255, 255, .06);
	border-bottom: 1px solid rgba(0, 0, 0, .9);
	}
#recentcomments li a {
	border-top: none;
	border-bottom: none;
	}
#recentcomments li:first-child {
	border-top: none;
	}
#recentcomments li:last-child {
	border-bottom: none;
	}
	
/************************************************
*	22.	Custom Menu Widget						*
************************************************/

.widget ul.menu {
	float: none;
	background: none;
	width: 100%;
	}
.sidebar ul.menu .current_page_item a, 
.sidebar ul.menu .current-menu-item a {
	background: none;
	color: #CC0066;
	border-right: none;
	}
.sidebar ul.menu li a,
.sidebar ul.menu li li a {
	background: none;
	color: #CCCCCC;
	font-weight: normal;
	font-size: 1em;
	line-height: 22px;
	text-transform: none;
	letter-spacing: 0px;
	border-right: none;
	}
.sidebar ul.menu li a:hover,
.sidebar ul.menu li li a:hover {
	background: none;
	color: #CC0066;
	} 
.widget ul.menu li {
	float: none;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: auto;
	}
.widget ul.menu li span {
	top: 12px;
	}
.widget ul.menu li ul.sub-menu {
	width: auto;
	top: 0;
	margin: 0px 0px 0px 0px;
	position: relative;
	z-index: 9;
	}
.widget ul.menu li ul.sub-menu span {
	display: none;
	}
.sidebar ul.menu li ul.sub-menu li a {
	background: none;
	width: 100%;
	margin: 0px;
	}
.widget ul.menu li ul.sub-menu li ul.sub-menu li {
	display: none;
	}
	
/************************************************
*	23.	Calendar Widget							*
************************************************/

#calendar_wrap {
	margin: 0px auto 0px;
	padding: 0px;
	}
#wp-calendar {
	width: 100%;
	text-align: center;
	}
#wp-calendar a {
	margin: 0px !important;
	}
#wp-calendar caption {
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	}
#wp-calendar #prev a {
	float: left;
	margin: 10px 0px 0px 0px !important;
	text-align: left;
	}
#wp-calendar #next a {
	float: right;
	margin: 10px 0px 0px 0px !important;
	text-align: right;
	}
	
/************************************************
*	24.	Search Form								*
************************************************/

#searchform {
	margin: 10px 0;
	padding: 0px;
	overflow: hidden;
	}
#searchform label {
	display: none;
	}
#s {
/*	float: left;
	background: #FFFFFF url(images/search_icon.png) no-repeat left center;
	color: #999999;
	width: 60%;
	height: 36px;
	font-size: 12px;
	line-height: 36px;
	text-indent: 28px;
	margin: 0px 0px 0px 0px;
	padding: 0px 2% 0px 11%;
	border: none;*/
	}
#searchsubmit {
	float: right;
	width: 24%;
	line-height: 1;
	margin: 0px;
	display: none;
	}
.three.columns #s {
	width: 90%;
	}
.three.columns #searchsubmit {
	float: left;
	width: 40%;
	margin-top: 10px;
	margin-left: 0px;
	}
	
/************************************************
*	25.	Footer  								*
************************************************/

.footer {
	background: #000;
	color: #E4E4DC;
	margin: 0px auto 0px;
	padding: 40px 60px 20px 60px;
	}
.footer p {
	font-size: 14px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	}
.footer p + p {
	margin-top: 20px;
}
.footer a {
	color: #999999;
	}
.footer a:hover {
	color: #E4E4DC;
	}
.footerleft {
	float: left;
	display: block;
	margin: 12px 0px 0px 0px;
	}
.footerright {
	float: right;
	display: block;
	margin: 0px 0px 0px 0px;
	}
.footerright .leaf {
	float: right;
	margin-top: 18px;
	margin-left: 12px;
	}
	
.footer .credits {
	margin-top:80px;
	float:left;
	text-transform: uppercase;
}
.footer .credits p {
	font-size: 10px;
	font-weight: 400;
	word-spacing: 0.75px;
}

.footer small.legal {
	margin-top: 80px;
	text-transform: uppercase;
	float: right;
}
.footer small.legal p {
	font-size: 10px;
	font-weight: 400;
	word-spacing: 0.75px;
}
.footer .btn {
	background: #E4E4DC;
	color: #000;
}
.footer .btn:hover {
	color: #4d4e4e;
}
.footer input[type="email"], #s {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: #4d4e4e;
	color: #fff;
	border: none;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: italic;
	padding: 3px 5px;
	margin: 10px 0;
	font-size:1em;
}

#s {
	margin: 0;
}

.sidebar #s {
	background: #fff;
	color: #000;
	width: 72%;
	float: left;
	padding:10px;
}

.sidebar #searchsubmit {
	display: block;
	float: right;
	padding: 12px 10px 12px 10px;
}
	
/************************************************
*	30.	Post Player								*
************************************************/

.moovmnt-label-news .players {
	margin: 20px 0px;
}

.players {
	margin: 20px 0px;
}

#post_content .moovmnt-label-news .post_player  {
	background: #f6f6f0;
	color:black;
	
}
.post_player {
	border-radius: 0px;
	width: 100%;
	height: 32px;
	background: rgba(0,0,0,0.2);
	color: #535353;
	overflow: hidden;
	position: relative;
}

.post_player ~ .post_player {
	/*border-top: 1px dotted #fff;*/
	margin-top:3px;
}

.post_player h4 {
	color: #535353;
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	left: 30px;
	top: 0;
	line-height: 32px;
	margin: 0;
	padding: 0;
}

.moovmnt-label-news h4 {
	color: #000;
}

.post_player .jp-controls {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	height: 32px;
	overflow: hidden;
}

.post_player .jp-controls li {
	list-style: none;
	margin: 0;
	padding: 0 11px;
	text-indent: -9999px;
	width: 10px;
	height: 32px;
	cursor: pointer;
	background: transparent url(images/playpause.png) no-repeat;
}

.post_player .jp-controls li.jp-play {
	
	background-position: center 11px;
}

.post_player .jp-controls li.jp-pause {
	
	background-position: center -11px
}

.jp-progress {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding-left: 30px;
	height: 32px;
	/*display: none;*/
	float: right;
	cursor: pointer;
}

.jp-seek-bar {
	background: rgba(0,0,0,0.1);
	height: 32px;
}

.jp-play-bar {
	background: #d71f26;
	height: 32px;
}

/************************************************
*	31.	Album Player							*
************************************************/

.album_player {
	margin-top: 25px;
}

.jp-interface {
	overflow: hidden;
	position: relative;
	padding: 5px 0 10px 0;
}

.album_player .jp-progress {
	padding-left: 75px;
	height: 6px;
	display: block;
}

.album_player .jp-controls {
	position: relative;
	float: left;
	overflow: hidden;
	top: -10px;
}

.album_player .jp-controls li {
	text-indent: -9999px;
	float: left;
}

.album_player .jp-controls li a {
	display: block;
	height: 15px;
	width: 15px;
	padding: 0 2px;
	cursor: pointer;
	background: transparent url(images/albumcontrols.png) no-repeat;
}

.album_player .jp-controls .jp-previous {
	background-position: left top;
}

.album_player .jp-controls .jp-next {
	background-position: right top;
}

.album_player .jp-controls .jp-play {
	background-position: center top;
}

.album_player .jp-controls .jp-pause {
	background-position: center bottom;
}

.album_player .jp-seek-bar, .album_player .jp-play-bar {
	height: 6px;
}

.album_player .jp-seek-bar {
	background: #b2b2b2;
}

.album_player .jp-play-bar {
	background: #2b2a2d;
}

.jp-playlist ul {
	list-style: decimal-leading-zero inside;
}

.jp-playlist li {
	font-size: 11px;
	color: #666;
	border-bottom: 1px dotted #000;
	line-height: 2.2;
}

.jp-playlist li > div {
	display: inline-block;
	padding-left: 5px;
}

.jp-playlist-item {
	color: #000;
	font-weight: bold;
	letter-spacing: 0.3px;
}

.jp-playlist-item.jp-playlist-current {
	color: #666;
}

.album .social, .artist .social {
	margin-top: 30px;
	opacity: 0.8;
	clear: both;
}

.album .social:hover, .artist .social:hover {
	opacity: 1;
}

.album .like_btn, .artist .like_btn {
	margin-left: 0;
}

/************************************************
*	32.	Sidebar Player							*
************************************************/

.sidebar_player_wrapper {
	margin-bottom: 12px;
}

.sidebar .album_player  {
	margin-top: 0;
}

.sidebar .jp-title {
	margin-bottom: 20px;
	border-bottom: 1px dotted #000;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.sidebar .jp-title li {
	font-weight: 900;
	font-size: 23px;
	line-height: 1.4;
}

.sidebar .jp-title .jp-artist {
	font-weight: 300;
	font-size: 13px;
	display: block;
}

.sidebar .jp-playlist .jp-artist {
	display: none;
}

.sidebar .jp-playlist li > div {
	display: block;
}

.sidebar .jp-playlist .buylink {
	float: right;
	text-transform: uppercase;
	color: #535353;
}


/*.sidebar .jp-playlist > img {
	max-width: 110px;
	max-height: 110px;
	height: auto;
	width: 100%;
}

.sidebar .album_player > div {
	width: 100% !important;
	max-height: 110px !important;
	height: auto !important;
}*/

/*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/************************************************
*	33.	Responsive Framework	     		    * 
************************************************/

.container { 
	margin: 0px auto 0px;
	padding: 0px;
	}
.row { 
	width: 100%; 
	max-width: 980px; 
	min-width: 727px; 
	margin: 0 auto; 
	}
.row .row { 
	min-width: 0; 
	}
.column, .columns { 
	margin-left: 4.4%; 
	float: left; 
	min-height: 1px; 
	position: relative; 
	}
.column:first-child, .columns:first-child { 
	margin-left: 0; 
	}
[class*="column"] + [class*="column"]:last-child { 
	float: right; 
	}

.row .one 		{ width: 4.3%; }
.row .two 		{ width: 13%; }
.row .three 	{ width: 21.679%; }
.row .four 		{ width: 30.37%; }
.row .five 		{ width: 39.1%; }
.row .six 		{ width: 47.8%; }
.row .seven 	{ width: 56.5%; }
.row .eight 	{ width: 65.2%; }
.row .nine 		{ width: 73.9%; }
.row .ten 		{ width: 82.6%; }
.row .eleven 	{ width: 91.3%; }
.row .twelve 	{ width: 100%; }

.row .offset-by-one 	{ margin-left: 13.1%; }
.row .offset-by-two 	{ margin-left: 21.8%; }
.row .offset-by-three 	{ margin-left: 30.5%; }
.row .offset-by-four 	{ margin-left: 39.2%; }
.row .offset-by-five 	{ margin-left: 47.9%; }
.row .offset-by-six 	{ margin-left: 56.6%; }
.row .offset-by-seven 	{ margin-left: 65.3%; }
.row .offset-by-eight 	{ margin-left: 74.0%; }
.row .offset-by-nine 	{ margin-left: 82.7%; }
.row .offset-by-ten 	{ margin-left: 91.4%; }

.row .centered { float: none; margin: 0 auto; }

.row .offset-by-one:first-child 	{ margin-left: 8.7%; }
.row .offset-by-two:first-child 	{ margin-left: 17.4%; }
.row .offset-by-three:first-child 	{ margin-left: 26.1%; }
.row .offset-by-four:first-child 	{ margin-left: 34.8%; }
.row .offset-by-five:first-child 	{ margin-left: 43.5%; }
.row .offset-by-six:first-child 	{ margin-left: 52.2%; }
.row .offset-by-seven:first-child 	{ margin-left: 60.9%; }
.row .offset-by-eight:first-child 	{ margin-left: 69.6%; }
.row .offset-by-nine:first-child 	{ margin-left: 78.3%; }
.row .offset-by-ten:first-child 	{ margin-left: 87%; }
.row .offset-by-eleven:first-child 	{ margin-left: 95.7%; }
	
/* Source Ordering */
.push-two 		{ left: 17.4% }
.push-three 	{ left: 26.1%; }
.push-four 		{ left: 34.8%; }
.push-five 		{ left: 43.5%; }
.push-six 		{ left: 52.2%; }
.push-seven 	{ left: 60.9%; }
.push-eight 	{ left: 69.6%; }
.push-nine 		{ left: 78.3%; }
.push-ten 		{ left: 87%; }

.pull-two 		{ right: 17.4% }
.pull-three 	{ right: 26.1%; }
.pull-four 		{ right: 34.8%; }
.pull-five 		{ right: 43.5%; }
.pull-six 		{ right: 52.2%; }
.pull-seven 	{ right: 60.9%; }
.pull-eight 	{ right: 69.6%; }
.pull-nine 		{ right: 78.3%; }
.pull-ten 		{ right: 87%; }
	
img { -ms-interpolation-mode: bicubic; }
#map_canvas img, .map_canvas img {max-width: none !important;}
 
/* Nicolas Gallagher's micro clearfix */
.row:before, .row:after, .clearfix:before, .clearfix:after { content:""; display:table; }
.row:after, .clearfix:after { clear: both; }
.row, .clearfix { zoom: 1; }

.block-grid { display: block; overflow: hidden; }
.block-grid>li { display: block; height: auto; float: left; }

.block-grid.two-up { margin-left: -4% }
.block-grid.two-up>li { margin-left: 4%; width: 46%; }
.block-grid.two-up>li:nth-child(2n+1) {clear: left;} 

.block-grid.three-up { margin-left: -2% }
.block-grid.three-up>li { margin-left: 2%; width: 31.3%; }
.block-grid.three-up>li:nth-child(3n+1) {clear: left;} 

.block-grid.four-up { margin-left: -2% }
.block-grid.four-up>li { margin-left: 2%; width: 23%; }
.block-grid.four-up>li:nth-child(4n+1) {clear: left;} 

.block-grid.five-up { margin-left: -1.5% }
.block-grid.five-up>li { margin-left: 1.5%; width: 18.5%; }
.block-grid.five-up>li:nth-child(5n+1) {clear: left;}


/************************************************
*	34.	Extra edits (contact)	     		    * 
************************************************/

.wpcf7-form input, .wpcf7-form textarea {
	padding:7px;
	border:0px;
	
}


ul.cart_list li img, ul.product_list_widget li img {
float: right;
margin-left: 4px;
width: auto !important;
height: auto;
box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
}

ul.cart_list li a, ul.product_list_widget li a {
display: block;
font-weight: bold;
line-height: 1.4;
color:#333;
}

.sidebar_player_wrapper .jp-playlist {
	width: 100% !important;
	height: auto !important;
}

.sidebar_player_wrapper .jp-playlist > img {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
}

/* =================== */

.newPlayer-wrapper {
  display:none;
  position:fixed;
  z-index:9999;
  left:0; right:0; bottom:0;
  background-color:#000;
  color:#fff!important;
}

.newPlayer-container {
  overflow:hidden;
  margin:0 auto;
  width:100%;
  max-width:936px;
}

#ajaxPlayer-left {
  float:left;
  width:120px;
  height:84px;
}

#ajaxPlayer-left img {
  width:84px; height:84px;
}

#ajaxPlayer-right {
  position:relative;
  display:none;
  overflow:hidden;
  top:100px;
}

#ajaxPlayer-right .jp-controls {
  float:left;
  width:84px;
  height:84px;
  background-color:#000;
}

li.jp-play {
  margin-top:8px;
}

#ajaxPlayer-btnPlayBorder {
  margin: 0;
  border: 4px solid rgb(255, 255, 255);
  border-radius: 100%;
  display: list-item;
  width: 42px;
  height: 42px;
}

#ajaxPlayer-btnPlay {
  display: block;
  top: 13px;
  width: 0;
  border-bottom: solid 8px transparent;
  border-top: solid 8px transparent;
  border-left: solid 14px #fff;
  height: 0;
  position: relative;
  left: 40%;
}

#ajaxPlayer-right .jp-progress {
  overflow:hidden;
  float:none;
  width:auto;
  height:10px;
  padding:0;
  border-radius:25px;
  background-color:#fff;
}

#ajaxPlayer-right .jp-seekbar {
  height:10px;
  border-radius:25px;
}

#ajaxPlayer-right .jp-play-bar {
  height:10px;
  border-radius:25px;
  background:#d71f26;
}

#ajaxPlayer-right h4 {
  z-index:-1;
  /*display:table-cell;
  width:auto;*/
  position:relative;
  color:white;
}