.apidae-featured-agenda .agenda-item {
    background-color: #fff;
    text-align: center;
    height: 100%;
}

.apidae-featured-agenda .agenda-item .agenda-header {
    color: #FF2799;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

.apidae-featured-agenda .agenda-item .agenda-image {
    height: 250px;
    overflow: hidden;
    object-position: center;
}

.apidae-featured-agenda .agenda-item .agenda-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.apidae-featured-agenda .agenda-item .agenda-content {
    position: relative;
    padding: 0px 30px 30px;
    text-align: center;
}

.apidae-featured-agenda .agenda-item .agenda-type {
    background-color: #FF2799;
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    transform: translateY(-17px);
    font-size: 0.8rem;
}

.apidae-featured-agenda .agenda-item .agenda-content .agenda-location {
    color: #00AED9;
    font-weight: 700;
    margin-bottom: 10px;
}

.apidae-featured-agenda .agenda-item .agenda-content .agenda-title {
    text-transform: uppercase;
    color: #222222;
    font-size: 24px;
    font-family: 'yanone-kaffeesatz';
}

.apidae-featured-agenda .agenda-item .agenda-content .agenda-title a,
.apidae-featured-agenda .agenda-item .agenda-content .agenda-title a:hover {
    color: #222;
    text-decoration: none;
}

.apidae-featured-agenda .agenda-item .agenda-content .agenda-location::before {
    content: "\e842";
    font-family: 'entypo-fontello';
    margin-right: 10px;
}