/* News */

/* Single */

#news_single .heading {
    margin-bottom: 3.5em;
    padding-bottom: 3.5em;
    border-bottom: 1px solid #ccc;
}
#news_heading_meta {
    margin-bottom: 1em;
}
#_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: #212362 !important;
    background: #fff;
    border: 1px solid #212362;
    border-radius: 3px;
    text-decoration: none;
    transition: all 250ms ease-in-out;
}
.news_category a:hover {
    color: #fff !important;
    background: #212362;
}
#news_single .heading h2 {
    font-size: 1.8em;
    font-weight: 500;
    line-height: 1.4em;
    color: #212362;
}