/*COLORS*/
/*FONTS*/
.stm_posts_carousel_style_1 {
    position: relative;
    overflow: hidden;
    padding: 30px 0;
}

.stm_posts_carousel_style_1 .stm_posts_carousel_single {
    font-size: 14px;
    margin-bottom: 0 !important;
}

.stm_posts_carousel_style_1 .stm_posts_carousel_single__body {
    padding: 15px 15px 0 0;
    background-color: #fff;
}

.stm_posts_carousel_style_1 .stm_posts_carousel_single__body:after {
    content: "";
    display: table;
    width: 100%;
}

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

.stm_posts_carousel_style_1 .stm_posts_carousel_single__info {
    line-height: 14px;
    font-size: 13px;
    color: #999999;
}

.stm_posts_carousel_style_1 .stm_posts_carousel_single__info div {
    display: inline;
    margin-right: 15px;
}

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

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

.stm_posts_carousel_style_1 .stm_posts_carousel_single__image {
    float: left;
    display: inline;
    position: relative;
    margin-right: 20px;
}

.stm_posts_carousel_style_1 .stm_posts_carousel_single__image img {
    width: auto !important;
}

.stm_posts_carousel_style_1 .stm_posts_carousel_single h5 {
    font-size: 14px !important;
    line-height: 18px !important;
    margin-bottom: 9px !important;
    letter-spacing: -0.35px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.stm_posts_carousel_style_1 .stm_posts_carousel_single h5 a {
    cursor: pointer !important;
}

@media (max-width: 480px) {
    .stm_posts_carousel_style_1 .stm_posts_carousel_single__image {
        float: none;
        display: block;
        margin-right: 0;
    }

    .stm_posts_carousel_style_1 .stm_posts_carousel_single__image img {
        width: 100% !important;
    }

    .stm_posts_carousel_style_1 .stm_posts_carousel_single__body {
        padding: 15px;
    }
}

.filter_box_style_1 {
    text-align: center;
    margin-top: -30px;
    margin-bottom: 30px;
    padding: 5px 0;
}

.filter_box_style_1.hot {
    background-color: #ff0000;
}

.filter_box_style_1.popular {
    background-color: #ffaa00;
}

.filter_box_style_1.latest {
    background-color: #40bf00;
}

.filter_box_style_1.trending {
    background-color: #289dfd;
}

.filter_box_style_1 .filter-icon {
    display: inline-block;
    vertical-align: top;
    width: 22px;
    height: 22px;
    margin-top: 3px;
    margin-right: 8px;
    color: #fff;
}

.filter_box_style_1 .filter-icon img {
    display: block;
    width: 100%;
}

.filter_box_style_1 .filter-title {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}

@media (max-width: 1118px) and (min-width: 1025px) {
    .stm_posts_carousel_style_1 .stm_posts_carousel_single h5 {
        position: relative;
        overflow: hidden;
        max-height: 34px;
    }
}

@media (min-width: 480px) {
    .has_filter {
        padding-left: 55px;
    }

    .filter_box_style_1 {
        position: absolute;
        top: 0;
        left: -170px;
        width: 170px;
        margin: 0;
        text-align: center;
        transform-origin: 100% 0;
        transform: rotate(-90deg);
        z-index: 100;
    }
}