/*  
Theme Name: Teach Music
Theme URI: http://newskythemes.com
Version: 1.0
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: teachmusic

---------

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;
}
 .navbar .navbar-nav > li.open > a{
	color: #fff !important;
 }
.alignright{
	float: right;
}
.inside-album .video{
	margin-bottom: 70px;
}
.alignleft{
	float: left;
}
.aligncenter{
	float: none;
	margin: 0 auto;
}
img{
	max-width: 100%;
	height: auto;
}
.blog-content .article .article-content ul.article-info li  i {
color: #505050;
}
.blog-content .article .article-content ul.article-info li a{
	display: inline-block;
}
.blog-masonry .article .content ul.info li  a{
color: #c2c2c2;
font-size: 12px;
line-height: 16px;
padding-right: 7px;
} 
.details p{
	margin-top: 0px !important;
	color: #fff;
}
.events-container ul.events-item{
	margin: 0px;
}
.page-template-template-blog_masonry-php .line-block{
	height: 45px;
}
.blog-inside-post .comments .comment img.avatar{
	padding: 0px;
	margin-right: 20px;
}
@media (min-width: 782px){
	
	.logged-in .navbar{
		top: 32px;
	}
	.first{
		clear: both;
	}
}
.blog-inside-post .wrapper .blog-article-content ul.article-info li a{
	display: inline-block;
}
.tags  a{
	color: #fff;
	text-transform: uppercase;
}
#reply-title{
	display: none;
}
a{
	color: #e10052;
}
#submit{
	border: none;
border-radius: 0;
background: #e10052;
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;
}
.comments{
	list-style: none;
	padding-left: 0px;
}
.form-control{

border-radius: 0;
border-color: #1f1f1f;
background: #101010;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
font-family: 'Lato';
font-weight: 400;
font-size: 12px;

}
.form-control:focus, .form-control:hover{
	outline: none;
	border-color: #e10052;
	-webkit-box-shadow: 0 0 5px rgba(225, 0, 82, 0.5);
	box-shadow: 0 0 5px rgba(225, 0, 82, 0.5);
}
.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{
	padding-left: 20px;
	list-style: square;
}
.widget {
	color: #c2c2c2;
}
.widget .line-sep{
	margin-bottom: 30px;
}
.widget a:hover{
	color: #fff;
	text-decoration: none;
}
@media (max-width: 970px){
	.pull-right, .pull-left{
		float: none !important;
	}
}
.full_yes  .vc_col-sm-12{
	padding: 0px;
	float: none;
}
.contact-2 .wpcf7-submit{
	border: 1px solid #393939;
border-radius: 0;
background: #1f1f1f;
color: rgba(255, 255, 255, 0.9);
font-family: 'Lato';
font-weight: 400;
font-size: 12px;
line-height: 32px;
padding: 0;
width: 100%;
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;
}
.contact-2 .wpcf7-submit:hover{

border-color: #e10052;
-webkit-box-shadow: 0 0 5px rgba(225, 0, 82, 0.5);
box-shadow: 0 0 5px rgba(225, 0, 82, 0.5);

}
.ajax-loader{
	display: none !important;
}
.album_sc{
  border: 8px solid #101010;
  background: #1f1f1f;
  max-width: 361px;
  max-height: 362px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .album_sc img {
    height: 286px;
    width: auto;
  }
}
 .album_sc .info {
  display: block;
  height: 60px;
  width: 100%;
}
.album_sc .info .buy {
  display: block;
  width: 60px;
  height: 60px;
  background: #2c2c2c;
  float: left;
  text-align: center;
  margin-right: 20px;
  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;
}
.album_sc .info .buy:hover {
  background: #e10052;
}
.album_sc .info .buy:hover i {
  color: #fff;
}
.album_sc .info .buy i {
  font-size: 26px;
  line-height: 60px;
  color: #626262;
  -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;
}
.album_sc .info .buy i:before,
.album_sc .info .buy i:after {
  margin: 0;
}
.album_sc .info h5 {
  margin: 0;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  padding-top: 12px;
}
.album_sc .info p {
  margin: 5px 0 0;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 11.5px;
  color: #626262;
  line-height: 12px;
}


.search-input{
position: relative;
border: none;
background: none;
width: 100%;
color: #fff;
font-family: 'Lato';
font-weight: 400;
font-size: 13px;
line-height: 20px;
padding: 12px 5px 12px 10px;


}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	background: none;
	color: #fff;
}
.navbar .navbar-header .navbar-brand {
		padding: 0px;
		background: none;
		padding-top: 5px;
	}
@media screen and (min-width: 992px){
	.navbar .navbar-header .navbar-brand {
		padding: 0px;
		background: none;
		padding-top: 25px;
	}
}
.sidebar .gallery-photos .gallery, .sidebar .recent-articles .articles, .sidebar .tab-content{
	padding: 0px;
	overflow: hidden;
}

.sidebar .our-artists .member{
	margin-top: 0px;
}
.footer-widget{
	padding-top: 60px;
}
.footer-widget p {
font-family: 'Lato';
font-weight: 400;
font-size: 14px;
line-height: 16px;
color: #fff;
margin: 15px 0 0;
}
.footer-widget .line-sep{
	margin-bottom: 40px;
}
.tagcloud{
	overflow: hidden;
}
.tagcloud a{

display: inline-block;
font-family: 'Lato';
font-weight: 400;
font-size: 11.33px !important;
line-height: 11px;
color: #fff;
text-decoration: none;
text-transform: uppercase;
padding: 10px;
margin: 4px 0px 0 0;
background: #1f1f1f;
-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;

}
.tagcloud a:hover {
background: #e10052;
}
.footer-widget .comment .avatar {
	float: left;
	margin-right: 15px;
}
.footer-widget .comment {
	padding-bottom: 25px;
	clear: both;
}
.footer  .comment p {
font-family: 'Lato';
font-weight: 700;
font-size: 13px;
line-height: 20px;
color: #fff;
}
.footer  .comment p a {
font-family: 'Lato';
font-weight: 700;
font-size: 13px;
line-height: 20px;
color: #fff;
text-decoration: underline;
-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;
}
.footer  .comment p a:hover {
color: #e10052;
}
.article-info, .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, .widget a, .page-content, .page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6{
	color: #c2c2c2;
}
.stic-icon{
	border-left: 1px solid #464646;
}
.page-content, .blog-article-content{
	overflow: hidden;
}
#wp-calendar{
	width: 100%;
}
#wp-calendar th, #wp-calendar td{
	padding: 5px;
	text-align: center;
	border: 1px solid #2c2c2c;
}
textarea{
	width: 100%;
padding: 6px 12px;
border: 1px solid #2C2C2C;
}
.button-section{
	z-index: 999;
}
.container .container{
	padding: 0px;
	width: 100%;
}
/**Shop**/
.shop-bar{
	overflow: hidden;
}
.article-pagination .current{
	background: #464646;
}
.onsale{
	display: none !important;
}
.price ins{
	text-decoration: none;
}
.related.products{
	padding-top: 40px;
}
.related.products h2{
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.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,.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{
	display: inline-block;
border: none;
background: #e10052;
font-family: 'Lato';
font-weight: 700;
font-size: 13px;
line-height: 40px;
height: 40px;
padding: 0 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;
border-radius: 0px;
box-shadow: none;
text-shadow: none;
}
.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: #2c2c2c;
	box-shadow: none;
text-shadow: none;
}
.info .cart{
	margin-top: 15px;
}
#reviews .commentlist{
	padding: 0px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar, .woocommerce-page #reviews #comments ol.commentlist li img.avatar{
	width: 45px;
	padding: 0px;
}
.woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty{
	width: 40px;
height: 40px;
margin-right: 30px;
text-align: center;
font-family: 'Lato';
font-weight: 700;
font-size: 15px;
line-height: 38px;
color: #fff;
background: #2c2c2c;
border: 1px solid #464646;
box-shadow: none;
text-align: center;
}
.woocommerce #content .quantity .plus, .woocommerce .quantity .plus, .woocommerce-page #content .quantity .plus, .woocommerce-page .quantity .plus{
	display: block;
position: absolute;
cursor: pointer;
width: 20px;
height: 20px;
text-align: center;
font-family: 'Lato';
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: #fff;
left: 40px;
top: 0;
background: #2c2c2c;
border: 1px solid #464646;
border-left: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-radius: 0px;
box-shadow: none;
}
.woocommerce #content .quantity .minus, .woocommerce .quantity .minus, .woocommerce-page #content .quantity .minus, .woocommerce-page .quantity .minus{
	display: block;
position: absolute;
cursor: pointer;
width: 20px;
height: 20px;
text-align: center;
font-family: 'Lato';
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: #fff;
left: 40px;
bottom: 0;
background: #2c2c2c;
border: 1px solid #464646;
border-left: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-radius: 0px;
box-shadow: none;
}
.product_meta span{
	color: #fff;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text{
	border-color: #434343;
border-radius: 0px;
}
textarea{
	border-radius: 0;
border-color: #1f1f1f;
background: #101010;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
font-family: 'Lato';
font-weight: 400;
font-size: 12px;
}
.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-top: 0px;
}
table, table th, table td{
	border: 1px solid #434343;
}
.woocommerce #payment, .woocommerce-page #payment{
	background: none;
}
/* 16-02-2016 */
.post-type-archive-product .page-title {
	color: #ddd;
}
p.stars a[class*=star]:before {
	color: #fff;
}
.woocommerce .star-rating:before {
	color: #bbb;
}
.woocommerce span {
	color: #fff;
}