/*============================================================================================*/
/* Event Listing */
/*============================================================================================*/

.event-list .strip figure .tags-container {
    position: absolute;
    right: 15px;
    top: 15px;
}
.event-list .strip figure .tags-container span{
    display: inline-block;
    float: right;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 8px 4px 8px;
    line-height: 1;
    font-size: 0.6875rem;
    clear: both;
}
.event-list .strip figure .event_status{
    background-color: orange;
}
.event-list .strip figure .started{
    background-color: green;
}
.event-list .strip figure .upcoming{
    background-color: deepskyblue;
}
.event-list .strip figure .finished{
    background-color: red;
}
.event-list .strip figure .date-calender{
    position: absolute;
    left: 15px;
    top: 15px;
    background-color: white;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 12px 8px 12px 8px;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 12px;
    font-size: 0.6875rem;
    color: grey;
    font-style: italic;
    text-transform: initial;
}
.event-list .strip figure .date-calender strong{
    color: red;
    font-size: 0.9999rem;
    font-style: normal;
}


