/*COLORS*/
/*FONTS*/
.stm_posts_video_style_1 .stm_post_video__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.stm_posts_video_style_1 .stm_post_video__wrapper .post_video__image {
    position: relative;
    transition: all 0.3s;
}

.stm_posts_video_style_1 .stm_post_video__wrapper .post_video__image .post_video__icon_play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border-style: solid;
    border-width: 0;
    border-color: #ffffff;
    text-align: center;
    line-height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    font-size: 34px;
    color: #ffffff;
}

.stm_posts_video_style_1 .stm_post_video__wrapper .post_video__image .post_video__icon_play:hover {
    border-color: #289dfd;
    color: #289dfd;
}

.stm_posts_video_style_1 .stm_post_video__wrapper .post_video__content h5 a {
    color: #ffffff;
}

.stm_posts_video_style_1 .stm_post_video__wrapper .post_video__content .post_video__info {
    display: block;
}

.stm_posts_video_style_1 .stm_post_video__wrapper .post_video__content .post_video__info div {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    margin-bottom: 13px;
    line-height: 18px;
    font-size: 13px;
    color: #999999;
}

.stm_posts_video_style_1 .stm_post_video__wrapper .post_video__content .post_video__info div:last-child {
    margin-right: 0;
}

.stm_posts_video_style_1 .stm_post_video__wrapper .post_video__content .post_video__info .stm_posts_video_single__icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 26px;
}

.stm_posts_video_style_1 .stm_post_video__wrapper .post_video__content .post_video__info .author .name {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

.stm_posts_video_style_1 .stm_post_video__wrapper .post_video__content .post_video__info .post_video__category {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.stm_posts_video_style_1 .stm_post_video__wrapper .post_video__content .post_video__info .post_video__category a {
    display: inline-block;
    vertical-align: top;
    line-height: 12px;
    padding: 10px 12px 8px;
    color: #fff;
}

.stm_posts_video_style_1 .stm_post_video__wrapper .col_left {
    width: 67%;
    padding: 0 15px;
}

.stm_posts_video_style_1 .stm_post_video__wrapper .col_left .post_video .post_video__image {
    margin-bottom: 25px;
}

.stm_posts_video_style_1 .stm_post_video__wrapper .col_left .post_video .post_video__image .post_video__icon_play {
    border-width: 2px;
}

.stm_posts_video_style_1 .stm_post_video__wrapper .col_left .post_video .post_video__image .post_video__icon_play:before {
    margin-left: 7px;
}

.stm_posts_video_style_1 .stm_post_video__wrapper .col_left .post_video .post_video__content h5 {
    margin-bottom: 15px;
    line-height: 30px;
    font-size: 24px;
}

.stm_posts_video_style_1 .stm_post_video__wrapper .col_left .post_video .post_video__content .post_video__info .comments,
.stm_posts_video_style_1 .stm_post_video__wrapper .col_left .post_video .post_video__content .post_video__info .shared,
.stm_posts_video_style_1 .stm_post_video__wrapper .col_left .post_video .post_video__content .post_video__info .views {
    font-style: italic;
    color: #fff;
}

.stm_posts_video_style_1 .stm_post_video__wrapper .col_left .post_video .post_video__content .post_video__info .date {
    margin-right: 50px;
}

.stm_posts_video_style_1 .stm_post_video__wrapper .col_left .post_video .post_video__content .post_video__info .views .views_text {
    display: none;
}

.stm_posts_video_style_1 .stm_post_video__wrapper .col_left .post_video .post_video__content .post_video__info .stm_posts_video_single__icon {
    color: #999999;
}

.stm_posts_video_style_1 .stm_post_video__wrapper .col_right {
    width: 33%;
    padding: 0 15px;
}

.stm_posts_video_style_1 .stm_post_video__wrapper .col_right .post_video {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

.stm_posts_video_style_1 .stm_post_video__wrapper .col_right .post_video:last-child {
    margin-bottom: 0;
}

.stm_posts_video_style_1 .stm_post_video__wrapper .col_right .post_video .post_video__image {
    display: table-cell;
    vertical-align: top;
    width: 115px;
    padding-right: 15px;
}

.stm_posts_video_style_1 .stm_post_video__wrapper .col_right .post_video .post_video__image .post_video__icon_play {
    margin-left: -53px;
}

.stm_posts_video_style_1 .stm_post_video__wrapper .col_right .post_video .post_video__content {
    display: table-cell;
    vertical-align: middle;
}

.stm_posts_video_style_1 .stm_post_video__wrapper .col_right .post_video .post_video__content h5 {
    line-height: 24px;
    margin-bottom: 10px;
}

.stm_posts_video_style_1 .stm_post_video__wrapper .col_right .post_video .post_video__content .post_video__info {
    line-height: 20px;
}

.stm_posts_video_style_1 .stm_post_video__wrapper .col_right .post_video .post_video__content .post_video__info div {
    margin-right: 20px;
    margin-bottom: 0;
}

.stm_posts_video_style_1 .stm_post_video__wrapper .col_right .post_video .post_video__content .post_video__info .post_video__category,
.stm_posts_video_style_1 .stm_post_video__wrapper .col_right .post_video .post_video__content .post_video__info .author,
.stm_posts_video_style_1 .stm_post_video__wrapper .col_right .post_video .post_video__content .post_video__info .shared,
.stm_posts_video_style_1 .stm_post_video__wrapper .col_right .post_video .post_video__content .post_video__info .comments {
    display: none;
}

.stm_posts_video_style_1 .stm_post_video__wrapper .col_right .post_video .post_video__content .post_video__info .views .stm_posts_video_single__icon {
    display: none;
}

@media (max-width: 991px) {
    .stm_posts_video_style_1 .stm_post_video__wrapper .col_left {
        width: 100%;
        margin-bottom: 15px;
    }

    .stm_posts_video_style_1 .stm_post_video__wrapper .col_right {
        width: 100%;
    }

    .stm_posts_video_style_1 .stm_post_video__wrapper .col_right .post_video {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        margin-right: -4px;
    }
}

@media (max-width: 670px) {
    .stm_posts_video_style_1 .stm_post_video__wrapper .col_right .post_video {
        display: block;
        width: auto;
        margin-right: 0;
    }
}