/* Very Simple Event List */
#vsel {clear:both; float:left; width:100%; margin:0 auto 50px;}
.page-template-template-events-php #vsel {
    clear: both;
    float: left;
    width: 100%;
    margin: 80px auto 50px;
}

#vsel p {
	    margin: 0 0 4px;
    font-size: 18px;
    line-height: 24px;
}
#vsel .vsel-content {width:100%; clear:both; float:left; display:block; margin:0 0 20px; padding:0 0 10px; /*border-bottom:1px solid #ccc;*/}
#vsel .vsel-meta {width:36%; float:left;}
#vsel .vsel-meta-title {
	margin: 0 0 4px;
    font-size: 22px;
    line-height: 28px;
    font-weight: normal;
}

#vsel .vsel-meta-date {}
#vsel .vsel-meta-time {}
#vsel .vsel-meta-location {}
#vsel .vsel-meta-link a { color: #3F3F3F; border-bottom: 1px solid black; }
#vsel .vsel-info {width:60%; float:right;}
#vsel .vsel-image {width:40%; height:auto; float:right; margin:0.3em 0 0.3em 1em; padding:0; border:0;}
#vsel .vsel-nav {width:100%; clear:both; float:left;}
#vsel a.next {float:right;}
#vsel a.prev {float:left;}


/* Widget */
.vsel_widget {}
.vsel_widget:after {content:''; display:block; height:0; clear:both;}
.vsel_widget .vsel-widget-text {width:100%; float:left; margin:0 0 10px; padding:0 0 5px; border-bottom: 1px solid #ccc;}
.vsel_widget .vsel-widget-link {width:100%; float:left;}
.vsel_widget #vsel .vsel-meta {width:100%; float:left;}
.vsel_widget #vsel .vsel-info {width:100%; float:left;}
.vsel_widget #vsel .vsel-image {width:100%; float:left; margin:0 0 0.5em 0;}
.vsel_widget #vsel .hide {display:none;}


/* Mobile */
@media screen and (max-width:767px) { 
	#vsel .vsel-meta {width:100%;}
	#vsel .vsel-info {width:100%; float:left;}
	#vsel .vsel-image {width:100%; float:left; margin:0.3em 0 0.3em 0;}
}
