/*
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 will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/
#main .flex_column,#main .flex_cell, #top {
	background-position-y: 0 !important;
}
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all #header {
	position: fixed;
	margin-bottom: 
}
}
@media only screen and (max-width: 767px) {
    .responsive #top #main {
        padding-top: 82px !important;
        margin: 0;
    }
}

/*Add your own styles here:*/
.eventrow{
    width: 100%;
    font-size: 135%;
    margin-bottom: 30px;
    float: left;
}
.eventdesc {
    font-weight: bold;
    width: 33%;
    float: left;
    margin-bottom: 10px;
}
.eventval {
    width: 66%;
    float: left;
}
@media only screen and (max-width: 600px) {
.eventdesc {
    width: 100%;
}
.eventval {
    width: 100%;
}
}
#ajaxresponse {
    padding: 15px;
    font-size: 16px;
    float: left;
}
#ajaxresponse.failed {
    border: 1px solid red;
}
#ajaxresponse.success {
    border: 1px solid green;
}
.slide-meta {
	font-size: 20px !important;
}