/*
Theme Name:  Live Child Alyx 2018
Theme URI:      http://demo.wolfthemes.com/live
Description:    Professional Music Theme
Author: Constantin Saguin
Author URI: http://wolfthemes.com/about
Template:       live
Version:        1.0
*/

@import url("../live/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

body .wrap, 
body .single .nav-links, 
body .single-attachment .nav-links, 
body #wolf-topbar-container #wolf-topbar #wolf-topbar-wrap{
	max-width: 1240px !important;
}

body #primary, body #container{
	width: 70%;
}

body #secondary{
	width: 25%;
	padding-top: 25px;
	background: #fff;
}

#secondary .widget-content{
	padding-left: 20px;
}

#main{
	padding-top: 20px;
}

.light {
  color: #393939;
}

mark.count{
	background: none;
}

.light .entry-title a,
.light .wolf-show-entry-link,
.light .wolf-show-flyer,
.light .comment-meta .fn a,
.light h1, .light h2, .light h3, .light h4, .light h5, .light h1 a, .light h2 a, .light h3 a, .light h4 a, .light h5 a,
.light #videos-filter-container #videos-filter li a,
.light #albums-filter-container #albums-filter li a,
.light #filter li a {
  color: #696969 !important;
}

.wolf-custom-show-date .wolf-show-day, 
.wolf-custom-show-date .wolf-show-month, 
.wolf-custom-show-date .wolf-show-year{
	text-align: center;
}

.dark-form,
.dark-form label,
.light h2.dark-form{
	color: #999 !important;
}

.comment-meta .fn, .comment-meta .fn a{
	color: #696969;
	text-transform: capitalize;
}

.woocommerce h1, .woocommerce h2, .woocommerce h3, .woocommerce h4{
	font-family: 'Helvetica Neue', Helvetica, Verdana, sans-serif;
	font-size: 1em;
}

.woocommerce table.shop_table td{
	background-color: #fff;
}

.woocommerce table.shop_table th{
	background-color: #d5dfdf;
}

.woocommerce ul.order_details{
	background-color: #fff;
}

table.home-products td{
	text-align: center;
}

.woocommerce div.product form.cart .variations th.label label{
	line-height: 37px;
	padding-right: 20px;
}

.woovr-variations .woovr-variation{
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.woovr-variations .woocommerce-Price-amount{
	font-weight: bold;
	font-size: 1.6em;
}

.woovr-variation-image{
	width: 150px;
	flex: 0 0 150px;
}


.woovr-variation-image img{
	width: 150px;

}

.entry-content h2{
	margin: 0.5rem 0 0.25rem;
}

.entry-content h3{
	margin: 1rem 0 0.15rem;
}

@media screen and (max-width: 900px){
	body #primary{
		width: 100% !important ;
	}
	
	body #secondary{
		width: 100% !important ;
	}
}