.events-featured {
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.event-featured-item {
    display: inline-block;
    position: relative;
    width: 25%;
    margin: 0 0 10px 0;
}

.events-slick-slider .event-featured-item {
    margin: 0 20px 10px 0;
}

.event-featured-item img,
.entry-content .event-featured-item img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

.event-featured-item .title {
    background: #0e4f83;
    background: -moz-radial-gradient(circle, #0e4f83 0%, #2d2f36 75%);
    background: -webkit-radial-gradient(circle, #0e4f83 0%, #2d2f36 75%);
    background: radial-gradient(circle, #0e4f83 0%, #2d2f36 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e4f83", endColorstr="#2d2f36", GradientType=1);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-family: "Heebo-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #f58721;
    line-height: 1.2;
    padding: 12px 16px 8px 16px;
}
