/*  
Theme Name: Music Hub
Theme URI: http://newskythemes.com
Version: 1.1
Description: Created by <a href="http://newskythemes.com">NewSkyThemes</a>
Author: <a href="http://newskythemes.com">NewSkyThemes</a>
Author URI: <a href="http://newskythemes.com">NewSkyThemes</a>
Tags: light, gray, white, custom-background, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
License: GNU General Public License
License URI: license.txt
Text Domain: music_hub

---------

DO NOT EDIT THIS FILE.
*/
.wp-caption, .wp-caption-text, .gallery-caption{text-align: center; font-style: italic;}
.bypostauthor{}
.sticky{}
select{
	max-width: 100%;
	padding: 5px;
	color: #333;
}
.alignright{
	float: right;
}
.inside-album .video{
	margin-bottom: 70px;
}
.alignleft{
	float: left;
}
.aligncenter{
	float: none;
	margin: 0 auto;
}
img{
	max-width: 100%;
	height: auto;
}
.summary .price del span{
	color: #fff;
}
.summary .price ins span{
	font-size: 12px;
}
.article-info i{
	color: #fff;
}
.blog-1 .single-1 .article ul.tags li a{
	color: #fff;
}
a{
	color: #fff;
	-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
a:hover{
	color: #ec5538;
	text-decoration: none;
}
#reply-title{
	font-family: 'Lato';
	font-weight: 400;
	font-size: 16px;
	margin-top: 40px;
	margin-bottom: 25px;
	color: #ec5538;
}
#submit{
	border: none;
	border-radius: 0;
	background: #ec5538;
	color: #fff;
	font-family: 'Lato';
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	padding: 12px 30px;
	margin-top: 10px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#submit:hover{
	background: #464646;
}
.blog-1 .single-1 .article .comments .comment img{
	padding: 0px;
	margin-right: 20px;
}
.blog-1 .single-1 .article .comments .comment .message{
	overflow: hidden;
	
}
.blog-1 .single-1 .article .comments .comment .message .comment-reply-link{
	float: right;
}
.widget_recent_entries ul, .widget_recent_comments ul, .widget_archive ul, .widget_categories ul, .widget_meta ul, .widget_pages ul, .widget_rss ul, .widget_nav_menu ul{
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 15px 0 0 0;
}
.widget_recent_entries ul li, .widget_recent_comments ul li , .widget_archive ul li , .widget_categories ul li, .widget_meta ul li , .widget_pages ul li, .widget_rss ul li, .widget_nav_menu ul li{
	border-bottom: 1px solid #464646;
}
.widget_recent_entries ul li a, .widget_recent_comments ul li a , .widget_archive ul li  a, .widget_categories ul li a, .widget_meta ul li a , .widget_pages ul li a, .widget_rss ul li a, .widget_nav_menu ul li a {
/*display: block;*/
width: 100%;
text-decoration: none;
margin-top: 10px;
outline: none;
font-family: 'Lato';
font-weight: 400;
font-size: 13px;
color: #fff;
line-height: 34px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.widget .heading {
margin-top: 55px;
}
.widget  .heading i {
display: block;
width: 24px;
height: 24px;
font-size: 12px;
text-align: center;
line-height: 22px;
color: #ec5538;
border: 1px solid #ec5538;
border-radius: 50%;
margin-right: 15px;
float: left;
}
.widget .heading h5 {
font-family: 'Lato';
font-weight: 400;
font-size: 14px;
line-height: 24px;
color: #fff;
margin: 0;
text-transform: uppercase;
}
.widget{
	color: #fff;
	clear: both;
}	
table{
	width: 100%;
}
table th, table td {
	padding: 5px;
	border: 1px solid #464646;
}
.tagcloud{
	overflow: hidden;
}
.tagcloud a{
text-transform: uppercase;
display: block;
font-family: 'Lato';
font-weight: 400;
font-size: 10px !important;
line-height: 15px;
text-decoration: none;
color: rgba(255, 255, 255, 0.9);
background: #242424;
padding: 5px;
margin: 0 3px 3px 0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
float: left;
}
.tagcloud a:hover{
	background: #ec5538;
	color: #fff;
}
.footer-widget{
	margin-top: 40px;
}
#today{
	background: #ec5538;
}
.comments{
	padding: 0px;
}
.comments .children .comment{
	padding-top: 0px;
	margin-top: 0px;
}
@media (min-width: 782px){
	
	.logged-in .navbar{
		top: 32px;
	}
	.first{
		clear: both;
	}
}
.article-pagination ul{
	overflow: hidden;
}
.article-pagination ul li .current {
display: block;
font-family: 'Lato';
font-weight: 700;
font-size: 13px;
line-height: 30px;
min-width: 30px;
height: 30px;
text-align: center;
text-decoration: none;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
background: #464646;
color: #fff;
}
.breadcrumbs-arrow{
	color: #ec5538;
	float: left;
	display: inline-block;
	line-height: 30px;
}
.no-found{
	color: #fff;
}
.full_yes .vc_col-sm-12 {
padding-left: 0px;
padding-right: 0px;
float: none;
}
body .wpb_row{
	clear: both;
	margin-bottom: 0px;
}
.cap-4 .span.artist{

font-weight: 400 !important;
font-size: 12px;
line-height: 16px;
}
.custom-button a, .custom-orange a{
	color: #fff;
	display: block;
}
.custom-button a:hover, .custom-orange a:hover{
	color: #fff;
}
.custom-button:hover, .custom-orange:hover{
	opacity: 0.7;
}
.tp-caption.cap-2, .tp-caption.cap-1, .tp-caption.cap-3, .tp-caption.cap-4, .custom-button , .custom-orange {
	font-family: "Lato";
}
.overlay{
	position: relative;
}
ins{
	text-decoration: none;
}
.overlay:after{
content: "";
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
display: block;
background-image: rgba(236, 85, 56, 0.95);
padding-top: 70px;
padding-bottom: 70px;
background-image: -moz-linear-gradient(bottom, rgba(220, 53, 21, 0.95) 0%, rgba(236, 85, 56, 0.95) 100%);
background-image: -o-linear-gradient(bottom, rgba(220, 53, 21, 0.95) 0%, rgba(236, 85, 56, 0.95) 100%);
background-image: -webkit-linear-gradient(bottom, rgba(220, 53, 21, 0.95) 0%, rgba(236, 85, 56, 0.95) 100%);
background-image: linear-gradient(bottom, rgba(220, 53, 21, 0.95) 0%, rgba(236, 85, 56, 0.95) 100%);
}
#tweetCarousel{
	z-index: 1000;
}
.title strong{
	color: #ec5538;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar .navbar-nav > li.current-menu-ancestor > a, .navbar .navbar-nav > li.current-menu-parent > a{
	background: none;
	color: #ec5538;
}
.navbar .navbar-nav > li > ul.dropdown-menu .active > a{
background: #343434 !important;
color: #ffffff;
}
.colored{
	color: #ec5538;
}
.footer-widget h5{
	font-family: 'Lato';
	font-weight: 400;
	font-size: 17px;
	color: #ec5538;
	margin-top: 0;
	margin-bottom: 20px;
}
.blog-sidebar-1 .heading {
	margin-bottom: 20px;
}
.cover .artist{
	text-transform: uppercase;
}
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed{
	min-height: 270px;
}

.blog-sidebar-1 .categories ul li a{

}
.blog-article-content, .blog-article-content h1, .blog-article-content h2, .blog-article-content h3, .blog-article-content h4, .blog-article-content h5, .blog-article-content h6{
	color: #fff;
}
.not-found h1, .not-found h3{
	color: #fff;
}
.not-found h3{
	margin-bottom: 30px;
}

.form-control{
border-radius: 0;
border-color: #464646;
background: #2c2c2c;
-webkit-box-shadow: 0;
box-shadow: 0;
color: #fff;
font-family: 'Lato';
font-weight: 400;
font-size: 12px;
}
.blog-article-content{
	overflow: hidden;
}
.form-control:focus{
	box-shadow: none;
	border-color: #ec5538;
}
.products{
	clear: both;
}
.onsale{
	display: none;
}
.products .product .price del{
	color: #fff;
}
.products .product .price ins span, .products .product .price span{
	font-size: 12px;
}
.article-pagination .shop-pagination{
	padding: 0px;
	border: none;
}
.woocommerce .widget_price_filter .ui-slider-horizontal, .woocommerce-page .widget_price_filter .ui-slider-horizontal{
	height: 8px;
	background: #222 !important;
	box-shadow: none;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range{
	height: 6px;
	box-shadow: none;
	background: #333;
	top: 1px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle{
	width: 16px;
height: 16px;
background: #111;
border: none;
box-shadow: none;
}
.woocommerce-page  .price_slider_amount .button{
	font-family: 'Lato';
font-weight: 400;
font-size: 12px;
line-height: 12px;
padding: 7px 11px;
color: #989fa5;
background: #242424;
border: none;
margin-top: 15px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
box-shadow: none;
font-weight: normal;
text-shadow: none;
font-size: 12px !important;
}
.woocommerce-page  .price_slider_amount .button:hover{
	background: none;
}
.summary .title-product{
	font-family: 'Lato';
font-weight: 400;
font-size: 20px;
line-height: 22px;
color: #fff;
margin: 0;
}
.summary span.price, .summary span.price >span {
display: block;
font-family: 'Lato';
font-weight: 400;
font-size: 14px;
line-height: 16px;
color: #ec5538;
margin-top: 15px;
}
.summary .line{
	display: block;
width: 100%;
height: 1px;
background: #464646;
margin-top: 20px;
}
.summary{
	color: #fff;
}
.summary p {
font-family: 'Lato';
font-weight: 400;
font-size: 14px;
line-height: 17px;
color: #fff;
margin: 25px 0 0;
}
.woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty{
	height: 40px;
	text-align: center;
	font-family: 'Lato';
	font-weight: 700;
	font-size: 15px;
	line-height: 38px;
	color: #fff;
	background: #2c2c2c;
	border: 1px solid #464646;
	text-shadow: none;
	box-shadow: none;
	border-right: none;
}
.woocommerce #content div.product form.cart, .woocommerce div.product form.cart, .woocommerce-page #content div.product form.cart, .woocommerce-page div.product form.cart{
	margin-top: 25px;
}
.woocommerce #content .quantity .minus, .woocommerce #content .quantity .plus, .woocommerce .quantity .minus, .woocommerce .quantity .plus, .woocommerce-page #content .quantity .minus, .woocommerce-page #content .quantity .plus, .woocommerce-page .quantity .minus, .woocommerce-page .quantity .plus{
	height: 21px;
	color: #fff;
	background: #2c2c2c;
	border: 1px solid #464646;
	text-shadow: none;
	box-shadow: none;
	font-weight: 400;
}
.woocommerce #content .quantity .minus:hover, .woocommerce #content .quantity .plus:hover, .woocommerce .quantity .minus:hover, .woocommerce .quantity .plus:hover, .woocommerce-page #content .quantity .minus:hover, .woocommerce-page #content .quantity .plus:hover, .woocommerce-page .quantity .minus:hover, .woocommerce-page .quantity .plus:hover{
	background: none;
}
.woocommerce #content input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button{
	display: inline-block;
border: none;
background: #ec5538;
font-family: 'Lato';
font-weight: 700;
font-size: 13px;
line-height: 40px;
color: #fff;
text-transform: uppercase;
text-align: center;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
padding: 0px 20px;
height: 40px;
box-shadow: none;
border-radius: 0px;
text-shadow: none;
}
.woocommerce #content div.product form.cart div.quantity, .woocommerce div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity{
	margin-right: 10px;
}
.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover{
	background: #464646;
}
.woocommerce #content div.product .woocommerce-tabs .panel, .woocommerce div.product .woocommerce-tabs .panel, .woocommerce-page #content div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel{
	background: none;
}
.woocommerce #content div.product .woocommerce-tabs .panel p, .woocommerce div.product .woocommerce-tabs .panel p, .woocommerce-page #content div.product .woocommerce-tabs .panel p, .woocommerce-page div.product .woocommerce-tabs .panel p{
	color: #fff;
	font-size: 15px;
	margin-bottom: 25px;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before{
	display: none;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs{
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #464646;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active{
	border: none;
	background: none;
	margin : 0px 10px;
	box-shadow: none;
	text-shadow: none;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before{
	display: none;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a{
	text-shadow: none;
	font-family: 'Lato';
font-weight: 400;
font-size: 17px;
line-height: 20px;
color: #ec5538;
margin: 0;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a{
	color: #fff;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar, .woocommerce-page #reviews #comments ol.commentlist li img.avatar{
	width: 40px;
}
.woocommerce #reviews #comments ol.commentlist, .woocommerce-page #reviews #comments ol.commentlist{
	padding: 0px;
}
.woocommerce #review_form #respond textarea, .woocommerce-page #review_form #respond textarea{
	background: transparent; 
}
.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:before{
	padding: 0px;
}
.input-text{
display: block;
width: 100%;
height: 40px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555555;
background-color: #ffffff;
background-image: none;
border: 1px solid #cccccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	border-radius: 0;
border-color: #464646;
background: #2c2c2c;
-webkit-box-shadow: 0;
box-shadow: 0;
color: #fff;
font-family: 'Lato';
font-weight: 400;
font-size: 12px;
}
body .search-container .button{
	background: transparent;
width: 30px;
height: 30px;
padding: 0px;
line-height: 30px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator{
	width: 100%;
	text-align: left;
}
.woocommerce .cart-collaterals .cart_totals table, .woocommerce-page .cart-collaterals .cart_totals table{
	border-collapse: collapse;
}
.woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table th, .woocommerce .cart-collaterals .cart_totals table td, .woocommerce-page .cart-collaterals .cart_totals table td{
	padding: 5px;
}
.woocommerce .cart-collaterals .cart_totals table tr:first-child td, .woocommerce .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-page .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-page .cart-collaterals .cart_totals table tr:first-child th{
	border-top: 1px solid #464646
}
.cart_totals h2 , .shipping_calculator h2{
	font-family: 'Lato';
font-weight: 400;
font-size: 14px;
line-height: 24px;
color: #fff;
margin: 0;
text-transform: uppercase;
margin-bottom: 20px;
}
.woocommerce #payment, .woocommerce-page #payment{
	background: transparent;
}
.blog-1 .blog-article .article .blog-article-content .payment_box  p{
	margin-top: 0px;
	color: #333;
}
.woocommerce #payment div.form-row, .woocommerce-page #payment div.form-row{
	border-top: none;
}
.variations th, .variations td{
	border: none !important;
}