#news_archive #post_list.newtype li {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 10px;
    margin-bottom: 0;
    background: none;
    border-bottom: 1px solid #222222;
}

#news_archive #post_list.newtype li:first-child {
    border-top: 1px solid #222222;
}

#news_archive #post_list.newtype li .news_text {
    float: none;
    width: auto;
    min-height: auto;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
}

@media screen and (max-width: 767px) {
    #news_archive #post_list.newtype li .news_text {
        display: block;
    }
}

#news_archive #post_list.newtype li .news_text .title {
    margin: 0;
    width: auto;
    font-size: 100%;
}

#news_archive #post_list.newtype li .news_text .date {
    position: relative;
    top: 2px;
    width: 130px;
    margin: 0;
    color: #000;
    font-size: 100%;
}

#news_archive #post_list.newtype li .news_text .date:hover {
    color: #222222;
}

#news_archive #post_list.newtype li .news_text .date a:hover {
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    #news_archive #post_list.newtype li .news_text .date {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    #news_archive #post_list.newtype .page-template-default.page h2 {
        font-size: 200%;
        margin-bottom: 40px;
    }
}


/*# sourceMappingURL=news.css.map */