/* SLIDE WRAPPER */
.cm-single-slide {
    position: relative;
    overflow: hidden;
}

/* IMAGE */
.cm-single-slide img {
    width: 100%;
    display: block;
}

/* CONTENT OVERLAY */
.cm-slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 22px 25px;
    background: linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0.0));
    color: #fff;
    z-index: 10;
}

/* CATEGORY BADGES */
.cm-slide-categories {
    margin-bottom: 12px;
}

.cm-cat-box {
    display: inline-block;
    background: #3FA796; /* ColorMag green */
    color: #ffffff !important;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    margin-right: 6px;
    border-radius: 3px;
    text-transform: uppercase;
    line-height: 1;
}

/* TITLE */
.cm-slide-title a {
	    font-family: Playfair Display;
    font-weight: 500;
    color: #ffffff !important;
    text-decoration: none;
    font-size: 20px;
    line-height: 1.2;
    display: block;
}

/* META */
.cm-slide-meta {
    margin-top: 8px;
    font-size: 13px;
    color: rgba(255,255,255,0.85);
}

/* ARROWS */
.cm-featured-category-slider .bx-prev,
.cm-featured-category-slider .bx-next {
   /* background-color: rgba(63, 167, 150, 0.9) !important; */
    border-radius: 4px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .cm-slide-title a {
        font-size: 20px;
    }
}
