.stm_widget_posts__video_label {
    display: none;
}

.stm_widget_posts.style_9 {
    margin-bottom: 20px !important;
}

.stm_widget_posts.style_9 .stm_widget_posts__image {
    position: relative;
    margin-bottom: 20px;
}

.stm_widget_posts.style_9 .stmicon-magazine-view {
    font-size: 11px;
}

.stm_widget_posts.style_9 .post-views {
    opacity: 0.7;
}

.stm_widget_posts.style_9 ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding-left: 0;
}

.stm_widget_posts.style_9 ul li {
    width: 100%;
    position: relative;
    padding: 0 10px;
    margin-bottom: 20px;
}

.stm_widget_posts.style_9 ul li > a {
    display: block;
}

.stm_widget_posts.style_9 ul li .stm_widget_posts__wrapper {
    background-color: #f5f5f5;
    padding: 25px 20px 22px 30px;
}

.stm_widget_posts.style_9 ul li img {
    width: 100%;
}

.stm_widget_posts.style_9 ul li .stm_widget_posts__title {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 20px;
}

.stm_widget_posts.style_9 ul li .post-date {
    font-size: 14px;
    line-height: 18px;
    color: #949ba0;
}

.stm_widget_posts.style_9 ul li .read_more {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: inline-block;
    border-bottom: 1px solid;
    text-transform: uppercase;
    line-height: 1.4;
    font-size: 13px;
    font-weight: 500;
    transition: 0.3s ease;
    padding-right: 10px;
}

.stm_widget_posts.style_9 ul li .read_more:before {
    content: "";
    display: block;
    position: absolute;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 1.5px;
    border-top: 1px solid;
    right: 1px;
    transition: 0.3s ease;
}

.stm_widget_posts.style_9 ul li .read_more:after {
    content: "\10fff6" !important;
    font-family: "stmicons" !important;
    font-size: 10px;
    right: 0;
    transition: 0.3s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.stm_widget_posts.style_9 ul li .read_more:hover {
    padding-right: 35px;
}

.stm_widget_posts.style_9 ul li .read_more:hover:before {
    width: 20px;
}

.stm_widget_posts.style_9 ul li:last-child a {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.stm_widget_posts.style_9 ul li:last-child .post-date {
    bottom: 0;
}