.featured-news {
    margin-bottom: 100px;
}

.featured-news .title {
    display: block;
    width: 100%;
}

.news-items {
    display: block;
    width: 100%;
}

.news-items .news-item {
    width: 25%;
    display: inline-block;
}

.news-items .news-item:last-child {
    width: auto;
}

.recent-post-items-block {
    padding-right: 15px;
    box-sizing: border-box;
    width: 50%;
    display: inline-block;
    float: left;
}

.recent-post-items-block:last-child {
    padding-right: 0;
    padding-left: 15px;
    box-sizing: border-box;
    width: 50%;
    display: inline-block;
    float: left;
}

.recent-block {
    display: block;
    width: 100%;
    margin-top: 50px;
}

.recent-posts-block {
    padding: 10px 10px 10px 0;
    margin: 10px 0;
    height: 140px;
    border: 1px solid #e5e5e5;
}

.recent-posts-data  {
    height: 100%;
    padding: 20px 0;
    box-sizing: border-box;
}

.recent-posts-data .date {
    width: 20%;
    height: 100%;
    display: inline-block;
    float: left;
    border-right: 1px solid #efefef;
    box-sizing: border-box;
}

.recent-posts-data .date {
    text-align: center;
}

.recent-posts-data .date-month {
    text-transform: uppercase;
    font-size: 18px;
}

.recent-posts-data .date-day {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
}

.recent-posts-data > .info
{
    width: 80%;
    height: 100%;
    display: inline-block;
    padding: 0 10px;
    box-sizing: border-box;
}

.featured-posts-data .info .provider, .featured-posts-data .info .separator, .featured-posts-data .info .pub-date,
.recent-posts-data .info .provider, .recent-posts-data .info .separator, .recent-posts-data .info .pub-date {
    display: inline-block;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    line-height: 14px;
}

.info .separator {
    margin: 0 5px;
}

.recent-posts-data .info::after {
    clear: both;
}

.view-all-link {
    text-align: right;
}

.featured-posts-block {
    float: left;
    box-sizing: border-box;
}

.featured-posts-block:last-child {
    padding-left: 0;
}

.featured-posts-data {
    padding: 15px;
}
.featured-posts-data, .featured-posts-data > .info {
    height: 100%;
}

.info-provider {
    display: block;
}

.featured-posts-data .info-provider,
.featured-posts-data .title
{
    height: 50%;
}

.featured-posts-data {
    background-color: #f8f8f8;
    border: 1px solid #e5e5e5;
}

.featured-posts-data .title  {
    font-size: 16px;
}

.featured-posts-data .title a {
    line-height: 24px;
}

.recent-post-items-block-wrapper a {
    color: #333333;
}

.recent-post-items-block-wrapper a:hover {
    color: #2aace3;
}

@media screen and (max-width: 767px) {
    .recent-post-items-block {
        width: 100% !important;
    }
    .recent-posts-block {
        height: auto;
    }
}

.recent-post-items-block .title {
    line-height: 1.6;
}

@media screen and (max-width: 1199px) {
    .recent-posts-block {
        padding: 10px 0;
    }
    .recent-posts-data .title {
        font-weight: 500;
        line-height: 16px;
    }
}

.featured-news-modified:after {
    content: "";
    clear: both;
    display: table;
}

.featured-news-modified {
    margin-top: 30px;
}

.featured-news-modified .title {
    margin-bottom: 10px;
}

.featured-news-modified {
    margin: 20px -20px 30px;
}

@media screen and  (min-width: 768px) {
    .featured-news-modified .featured-posts-block {
        width: 33.33%;
    }
}

@media screen and  (max-width: 767px) {
    .featured-news-modified .featured-posts-block {
        margin-bottom: 40px;
    }
}

.featured-news-modified .image * {
    display: block;
    width: 100%;
}

.featured-news-modified .featured-posts-block {
    padding: 0 20px;
}

.featured-news-modified .featured-posts-data {
    padding: 0;
    background: #fff;
}

.featured-text {
    padding: 30px;
    line-height: 1.4;
}

.featured-text a {
    color: #333333;
}

.featured-text a:hover {
    color: #2aace3;
}
