.eventsfeed_listing{
    display: flex;
    flex-wrap:wrap;
    width:100%;
    width:calc( 100% - 12px );
    margin-left:calc( -6px );
}
.eventsfeed_listing .eventsfeed_event{
    flex-basis:33.33%;
    flex-basis:calc( 33.33% - 12px );
    width:33.33%;
    width:calc( 33.33% - 12px );
    flex-shrink:0;
    flex-grow:0;
    margin:6px;
    -webkit-box-shadow: 3px 3px 15px 5px #ddd;
    box-shadow: 3px 3px 15px 5px #ddd;
    padding:20px;
}

/* Events feed */
.wb_upcoming_events h4,
.eventsfeed_event h4{
    margin:0;
    font-size:16px;
    display:none;
    margin-bottom:10px;
}
.events_title{
    margin:0;
    line-height:1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.events_date,
.events_date a{
    margin:0;
    color: #9197a3;
    font-size: 11px;
    text-indent: 3px;
}
.events_desc{
    margin:1em 0;
    line-height:1.2;
}
.events_image{
    width:100%;
    height:0;
    padding-bottom:70%;
    background-size:cover;
    background-position:center;
    background-repeat: no-repeat;
}
.events_button {
    margin-top:1em;
}
