/* News */

#news_list_main li {
    padding-bottom: 2.3em;
}
#news_list_main li:not(:last-of-type) {
    margin-bottom: 2.5em;
}
#news_list_main .news_list_date {
    float: left;
    margin-top: 6px;
    margin-bottom: 0;
    margin-right: 0.8em;
    width: 8em;
    font-size: 1em;
}
#news_list_main h5 {
    float: left;
    margin-top: 5px;
    padding-bottom: 0.5em;
    font-size: 0.85em;
    font-weight: 500;
    line-height: 1em;
    color: #00a2e7;
    border-bottom: 2px solid #00a2e7;
}
#news_list_main h4 {
    padding-left: 15.5rem;
    font-size: 1.1em;
}

/* Single */

#news_single .heading {
    margin-bottom: 3.5em;
    padding-bottom: 3.5em;
    border-bottom: 1px solid #f4f4f4;
}
#news_heading_meta {
    margin-bottom: 2.5em;
}
#_news_heading_meta li {
    float: left;
    width: 31%;
}
#_news_heading_meta li:not(:nth-of-type(3n)) {
    margin-right: 3.5%;
}
#news_heading_meta li {
    float: left;
    margin-right: 1.8em;
}
#news_heading_meta li span {
    display: block;
    margin-bottom: 0.5em;
    font-size: 1.05em;
    letter-spacing: 0.05em;
}
.news_category {
    margin-top: -2px;
}
.news_category a {
    display: inline-block;
    padding: 0.5em 0.8em 0.5em 0.9em;
    font-size: 0.9em;
    line-height: 1em;
    color: #00a2e7 !important;
    background: #fff;
    border: 1px solid #00a2e7;
    border-radius: 3px;
    text-decoration: none;
    transition: all 250ms ease-in-out;
}
.news_category a:hover {
    color: #fff !important;
    background: #00a2e7;
}
#news_single .heading h2 {
    font-size: 1.8em;
    line-height: 1.4em;
    color: #00a2e7;
}