.custom-featured-wrap {
    width: auto;
    max-width: 100vw;
    transition: all .3s ease-in-out;
    margin-left: calc(-49.5vw + 50%) !important;
    margin-right: calc(-49.5vw + 50%) !important;
}

.custom-featured-wrap h3 {
    font-family: "Flama Bold", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-size: 1.125rem;
    text-align: center;
}

.custom-featured-wrap .custom-featured-slide {
    display: block;
    width: 100%;
    height: auto;
    margin-left: 1px;
    margin-right: 1px;
}

@media(min-width: 768px) {
    .custom-featured-wrap .custom-featured-slide {
        width: 50%;
    }
}

@media(min-width: 1200px) {
    .custom-featured-wrap .custom-featured-slide {
        width: 33.333333%;
    }
}

/*--------------------------------------------------------------
## The Events Calendar: Featured Event Slider
--------------------------------------------------------------*/
.custom-featured-wrap {
    margin-top: 1.563rem;
    padding: 0;
}

.custom-featured-wrap .tribe-mini-calendar-event {
    margin-bottom: 0;
    overflow: visible;
    padding-bottom: 0;
}

.custom-featured-wrap h3 {
    font-family: "Flama Bold", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-size: 1.125rem;
    text-align: center;
}

.custom-featured-wrap .tribe-events-slider-slide {
    padding: 0 2px 1rem;
}

.custom-featured-slide .tribe-events-event-image {
    display: block;
    width: 100%;
}

.custom-featured-wrap img.wp-post-image {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.custom-featured-wrap .tribe-events-slider-wrap {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}

.custom-featured-wrap .tribe-events-slider-meta {
    bottom: 0;
    left: 0;
    padding: 1rem 4.5rem 1rem 1rem;
    position: absolute;
}

.custom-featured-wrap a {
    color: white;
    text-decoration: none;
}

.custom-featured-wrap .tribe-events-slider-title {
    font-family: "Flama Medium", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-size: 1.375rem;
    margin: 0;
}

.custom-featured-wrap .tribe-events-slider-overlay {
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 500ms;
}

.custom-featured-wrap .kcrw-venue-benefit-info {
    color: white;
    font-family: "Flama Medium", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-size: 0.875rem;
    margin: 5px 0 0;
}

.custom-featured-wrap .kcrw-venue-benefit-info .heart {
    display: inline-block;
    margin-left: 0;
    margin-right: 2px;
    vertical-align: middle;
    width: 15px;
}

.custom-featured-wrap .date-tile {
    bottom: -1rem;
    right: 1rem;
}

.custom-featured-wrap .date-tile .day {
    color: #292929;
}