.all-events-header .round-img{
    background-color: #2E9B2F;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    border: 2px solid #2E9B2F;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    height: 100px;
    overflow: hidden;
    text-align: center;
    width: 100px;
}

.event-item .post-title{
    margin-bottom: 0;
    margin-top: 0;
}

.event-item .event-category .icon-rounded{
    border: 1px solid #a4a4a4;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #a4a4a4;
    float: left;
    height: 20px;
    margin-right: 7px;
    text-align: center;
    width: 20px;
}

.event-item .event-category .icon-rounded i{
    font-size: 1em;
    line-height: 20px;
}

.event-item .category{
    color: #a4a4a4;
    font-size: 1.2em;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 5px;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px){
    .all-events-header .round-img{
        float: right;
        -webkit-transform: translateY(-15%);
        -moz-transform: translateY(-15%);
        -ms-transform: translateY(-15%);
        -o-transform: translateY(-15%);
        transform: translateY(-15%);
    }
}

.event-type-page .event-item .category{
    margin: 0;
}

.event-type-page .event-item .event-info .row .col-xs-12{
    margin: 5px 0;
}