#vsel {
     clear:both;
}
 #vsel:after {
     content:'';
     display:block;
     height:0;
     clear:both;
}
.vsel-content {
    clear:both;
}
.vsel-content:after {
    content:'';
    display:block;
    height:0;
    clear:both;
}
#vsel .vsel-content {
    margin:0 0 100px;
    padding:0 0 100px;
    border-bottom:1px solid #ccc;
}
.vsel-content p {
    margin:0 0 10px;
    padding:0;
}
.vsel-content p:last-of-type {
    margin-bottom:0;
}
.vsel-alignleft {
    float:left;
}
.vsel-alignright {
    float:right;
}
.vsel-content h2.vsel-meta-title {
    margin:0 0 5px;
    padding:0;
    font-size:1.2em;
}
.vsel-content h3.vsel-meta-title {
    margin:0 0 5px;
    padding:0;
    font-size:1.2em;
}
.vsel-content h4.vsel-meta-title {
    margin:0 0 5px;
    padding:0;
    font-size:1.2em;
}
.vsel-content div.vsel-meta-title {
    margin:0 0 5px;
    padding:0;
    font-size:1.2em;
}
.vsel-meta > div {
    margin:0 0 5px;
}
.vsel-meta > div:last-of-type {
    margin-bottom:0;
}
.vsel-meta-title {
    clear:both;
}
.vsel-meta-error {
    font-weight:bold;
}
.acf-field-error {
    font-weight:bold;
}
.vsel-meta-date-icon {
    line-height:1.5;
}
.vsel-start-icon, .vsel-end-icon {
    display:inline-block;
    margin:0 10px 0 0;
    background:#f8f8f8;
    color:#333;
    text-align:center;
}
.vsel-day, .vsel-month, .vsel-year {
    display:block;
    padding:2px 15px;
}
.vsel-year {
    font-size:0.8em;
}
.vsel-day-top, .vsel-month-top {
    background:#333;
    color:#fff;
}
.vsel-meta-combine:after {
    content:'';
    display:block;
    height:0;
    clear:both;
}
.vsel-meta-combine > div {
    margin:0 0 5px;
}
.vsel-meta-combine > div:last-of-type {
    margin-bottom:0;
}
.vsel-meta-combine .vsel-meta-date-icon {
    float:left;
}
.vsel-meta-combine .vsel-meta-title {
    clear:none;
}
.vsel-content figure.vsel-alignleft {
    margin:5px 10px 5px 0;
}
.vsel-content figure.vsel-alignright {
    margin:5px 0 5px 10px;
}
.vsel-content img.vsel-image-img {
    max-width:100%;
    height:auto;
    margin:0;
    padding:0;
    border:0;
}
.vsel-caption {
    display:block;
}
.vsel-read-more {
    display:block;
}
.vsel-info-acf-fields {
    padding:20px 0 0;
}
.vsel-info-acf-fields > div {
    margin:0 0 5px;
}
.vsel-info-acf-fields > div:last-of-type {
    margin-bottom:0;
}
.vsel-nav, .vsel-nav-numeric {
    clear:both;
}
.vsel-nav:after, .vsel-nav-numeric:after {
    content:'';
    display:block;
    height:0;
    clear:both;
}
.vsel-nav a.vsel-next {
    float:right;
}
.vsel-nav a.vsel-prev {
    float:left;
}
.vsel-no-events {
    margin:0;
    padding:0 0 20px;
}
.vsel-widget:after {
    content:'';
    display:block;
    height:0;
    clear:both;
}
.vsel-widget-text {
    margin:0 0 20px;
}
.vsel-widget-text p {
    margin:0 0 10px;
    padding:0;
}
.vsel-widget-text p:last-of-type {
    margin-bottom:0;
}
.vsel-widget .vsel-meta {
    clear:both;
    margin:0 0 20px;
	color: #ffffff;
}
.vsel-widget .vsel-info {
    clear:both;
}

@media screen and (max-width:767px) {
    .vsel-meta {
        width:100% !important;
        clear:both;
        float:left;
        margin:0 0 20px;
        box-sizing:border-box;
    }
    .vsel-info {
        width:100% !important;
        clear:both;
        float:left;
        box-sizing:border-box;
    }
}
