/*
Theme Name: 	Funsongs
Author: 		Charles Goodger
Template:		betheme
Version: 		1.6.1.1
*/

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

@media only screen and (max-width: 766px){
	#Subheader{
		display: none;
	}
}
.woocommerce-checkout #Content{
	padding-bottom: 30px;
}

.pager .pages{
	background-image: none;
}
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea{
	font-size: 15px;
}

.single .mejs-audio{
	margin-bottom: 20px;
}

.has_content .the_content_wrapper{
	margin-bottom: 0;
}

/* WooCommerce */

.button-stroke .woocommerce a.button{
	color: #dc0515;
}

.button-stroke a:hover.button, .button-stroke a:hover.tp-button{
	color: #fff!important;
}

.woocommerce #respond input#submit{
	color: #fff!important;
}

.woocommerce ul.products li.product .mfn-li-product-row-button, 
.woocommerce-page ul.products li.product .mfn-li-product-row-button{
	width: 100%;
	flex-direction: column;
}

ul.products li.product .mejs-playpause-button:after{
	content:"";
	background: #fff;
	position: absolute;
	z-index: 100;
	top: -1px;
	left: 42px;
	width: 100%;
	height: 105%;
	transition-duration: 0.8s;
}

ul.products li.product .mejs-playpause-button:before{
	content: "Listen to a sample";
	position: absolute;
    color: #9c9c9c;
	font-size: 16px;
    z-index: 101;
    left: 50px;
	transition-duration: 2s;
	top: 12px;
	font-family: "Montserrat";
	opacity: 1;
	line-height: 1;
}

@media only screen and (max-width: 767px) and (min-width: 480px){
	ul.products li.product .mejs-playpause-button:before{
		font-size: 12px;
	}
}

ul.products li.product .mejs-button>button{
	margin: 10px 6px 10px 2px;
}
ul.products li.product .audio-sample{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 8px;
	width: 100%;
}

ul.products li.product .mejs-time{
	color: #222;
}

ul.products li.product .mejs-playpause-button.mejs-pause ~ .mejs-time{
	color: #fff;
}

ul.products li.product .mejs-playpause-button.mejs-pause:after{
	left: 100%;
	transition-duration: 0.8s;
	width: 0;
}

ul.products li.product .mejs-playpause-button.mejs-pause:before{
	opacity: 0;
	transition-duration: 0.1s;
}

.style-simple .ui-tabs .ui-tabs-nav{
	margin-bottom: 24px;
}

.shop-filters{
	background-image: none;
	background-color: #f8f8f8;
}

.video-embed{
	clear: both;
}

.video-embed .wpvl_auto_thumb_box{
	width: 150px;
	height: auto;
}

.video-embed .wpvl_auto_thumb_play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.woocommerce ul.products li.product{
	margin-bottom: 60px!important;
}

.woocommerce ul.products li.product:nth-last-of-type(-n+3) {
	margin-bottom: 40px!important;
}

.woocommerce ul.products li.product .button{
	margin-left: 20px;
	margin-right: 20px;
}

.woocommerce   .sample-title{
	font-weight: bold;
    font-size: 13px;
    color: #444;
}

.sign_up{
	font-size: 14px;
}

.mc4wp-alert{
    float: left;
    padding: 20px 10px;
    margin-top: 20px;
	clear: both;
}

.mc4wp-alert.mc4wp-error{
	background-color: #e40d19;
}

.mc4wp-alert.mc4wp-success{
    background-color: #00903d;
}

input[type="email"].subscribe_email {
	padding-top: 11px;
	padding-bottom: 11px;
}

.button-stroke .testimonials_slider_ul  a.button{
	border-style: none;
}
.button-stroke .testimonials_slider_ul a.button .button_icon i{
	color: #828282;
	font-size: 41px;
}

.button-stroke .testimonials_slider_ul a:hover.button{
	background-color: initial!important;
}

.button-stroke a:hover.button .button_icon i{
	color: #dc0515!important;
}
.button-stroke a:hover.button .button_icon i:before{
	font-weight: 800;
}

/* Search Form */
.search-form{
	position: relative;
}

.search-form button.submit{
	position: absolute;
	top: 0;
	right:0;
}

.search-form  .field-search{
	width: 100%;
	padding-right: 52px;
}

@media (min-width: 768px){
	.search-form{
		width: 40%;
		margin: auto;
	}
}

.search-form  button.submit{
	color: initial!important;
	border: none;
	margin-right:0;
	font-size: 15px;
	padding: 11px 15px;
}

.search-form  button.submit:hover{
	background-color: initial!important;
	color: initial!important;
}

.search-form  button.submit:focus{
	outline: none;
}

#Top_bar .top_bar_right:before{
	box-shadow: none;
}

/* Subscribe Row */
div.vc_row.wpb_row.vc_row-fluid.subscribe{
	background-color: #dcdcdc;
}

/* Footer */
#Footer .widget_nav_menu ul{
	background: initial;
	list-style-type: none;
	padding: 0;
}
#Footer .widget_nav_menu ul li:before{
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 16px;
}

#Footer .widget_nav_menu ul li:after{
	content: none;
}

#Footer .widget_nav_menu ul li a{
	display: inline-block;
	padding: 0 0 0 10px;
}

/* Buttons for front page News section */
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat{
	background-color: #E40612;
}