/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

/*  Video responsive */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper object,
.videoWrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Remove the blog dates*/
.news-time, .slide-meta {
	display: none;
}

.slide-entry-title {
	padding-bottom: 20px;
}

/* Blog read more link styles */
.read-more-link {
	border: 1px solid purple;
	text-align: center;
	padding: 3px;
	text-transform: uppercase;
	margin-top:10px;
}

/* Text shadow for matrix */
.text-shadow h2 {
	text-shadow: 0px 0px 5px black;
}

/* Fix field positioning of homepage signup */
.mc-field-group {
	width: 50%;
	float: left;
}

/* hide extra date from events  */
.tribe-event-url span, 
.tribe-events-single-event-title span,
.av-upcoming-event-data .av-upcoming-event-title span {
	display: none;
}

.page-id-2246 .slide-entry-title span {
	font-size:14px;
}



@media only screen and (max-width: 767px){
.mc-field-group {
	width: 100%;
}
}