/*COLORS*/
/*FONTS*/
.stm_posts_carousel_style_3 {
    position: relative;
    margin-bottom: 50px;
}

.stm_posts_carousel_style_3 .stm_posts_carousel_single_content {
    position: absolute;
    bottom: 0;
    left: 40px;
    right: 40px;
    display: -ms-flexbox;
    display: flex;
}

.stm_posts_carousel_style_3 .stm_posts_carousel_single_content:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    opacity: 0.25;
}

.stm_posts_carousel_style_3 .stm_posts_carousel_single {
    width: 33.333333%;
    font-size: 14px;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 0;
    opacity: 0.5;
    transition: visibility 0s 0.3s, opacity 0.3s linear;
}

.stm_posts_carousel_style_3 .stm_posts_carousel_single:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    width: 0;
    height: 2px;
    transition-delay: 1s;
    transition: width 0.3s ease;
    background-color: #fff;
    z-index: 10;
}

.stm_posts_carousel_style_3 .stm_posts_carousel_single.active {
    opacity: 1;
    transition: opacity 0.3s linear;
}

.stm_posts_carousel_style_3 .stm_posts_carousel_single.active:before {
    width: 100%;
    transition-delay: 2s;
    transition: width 4s ease;
}

.stm_posts_carousel_style_3 .stm_posts_carousel_single__body {
    padding: 0;
}

.stm_posts_carousel_style_3 .stm_posts_carousel_single__excerpt p {
    margin-bottom: 20px;
    line-height: 24px;
}

.stm_posts_carousel_style_3 .stm_posts_carousel_single__info {
    padding-right: 30px;
    line-height: 14px;
    font-size: 13px;
    color: #999999;
}

.stm_posts_carousel_style_3 .stm_posts_carousel_single__info div {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    margin-bottom: 13px;
}

.stm_posts_carousel_style_3 .stm_posts_carousel_single__info div:last-child {
    margin-right: 0;
}

.stm_posts_carousel_style_3 .stm_posts_carousel_single__info .author_info .name {
    color: #fff;
    text-transform: uppercase;
}

.stm_posts_carousel_style_3 .stm_posts_carousel_single__info a {
    color: #999999;
}

.stm_posts_carousel_style_3 .stm_posts_carousel_single__image {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.5s, opacity 0.5s linear;
}

.stm_posts_carousel_style_3 .stm_posts_carousel_single__image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.99) 100%);
}

.stm_posts_carousel_style_3 .stm_posts_carousel_single__category {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-size: 12px;
    z-index: 1;
}

.stm_posts_carousel_style_3 .stm_posts_carousel_single__category a {
    display: inline-block;
    vertical-align: top;
    line-height: 12px;
    padding: 10px 12px 5px;
    color: #fff;
}

.stm_posts_carousel_style_3 .stm_posts_carousel_single h5 {
    font-size: 18px !important;
    line-height: 26px !important;
    margin-bottom: 14px !important;
    padding-right: 30px !important;
    letter-spacing: -0.2px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
}

.stm_posts_carousel_style_3 .stm_posts_carousel_single h5 a {
    cursor: pointer !important;
    color: #fff;
}

.stm_posts_carousel_style_3 .stm_posts_carousel_single__image:first-child {
    position: relative;
}

.stm_posts_carousel_style_3 .stm_posts_carousel_single__image.active {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s linear;
}

@media (max-width: 991px) {
    .stm_posts_carousel_style_3 .stm_posts_carousel_single_images {
        height: 400px;
        background-color: #000;
    }

    .stm_posts_carousel_style_3 .stm_posts_carousel_single_content {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        padding: 0 40px;
        background-color: #000;
    }
}

@media (max-width: 767px) {
    .stm_posts_carousel_style_3 .stm_posts_carousel_single_content {
        display: block;
    }

    .stm_posts_carousel_style_3 .stm_posts_carousel_single_content:before {
        display: none;
    }

    .stm_posts_carousel_style_3 .stm_posts_carousel_single_images {
        height: auto;
        min-height: 240px;
    }

    .stm_posts_carousel_style_3 .stm_posts_carousel_single {
        width: 100%;
    }

    .stm_posts_carousel_style_3 .stm_posts_carousel_single:after {
        content: "";
        position: absolute;
        top: -30px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #fff;
        opacity: 0.5;
    }
}