.single-news {
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
    display: table;
}

.single-news .single-page {
    width: 850px;
    float: left;
}

.single-news .single-page .entry-date {
    font-size: 14px;
    color: #666666;
}

.single-news .single-page .entry-title {
    font-size: 32px;
    margin-top: 15px;
}

.single-news .single-page .entry-container {
    margin-top: 30px;
}

.single-news .single-page .entry-content {
    font-size: 15px;
    line-height: 200%;
}

.single-news .single-page .entry-content p {
    margin-top: 40px;
}

.single-news .single-sidebar {
    width: 300px;
    margin-left: 50px;
    float: left;
}

.single-news .single-sidebar .headline {
    font-size: 18px;
    color: #ffffff;
    padding: 10px 20px 10px;
    background: #017fb2;
    margin-bottom: 20px;
}

.news-item a {
    display: table;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #dcd1c0;
    font-size: 14px;
}

.news-item a .news-item-body {
    display: table-cell;
    vertical-align: middle;
}

.news-item a .news-item-body .entry-date {
    color: #999999;
}

.news-item a .news-item-body .entry-content {
    overflow: hidden;
    color: #333333;
    margin-top: 8px;
}

.previous-next-post {
    border: 1px solid #cccccc;
    display: table;
    width: 100%;
    margin-top: 80px;
    position: relative;
}

.previous-next-post a {
    display: table;
    width: 50%;
    padding: 16px 50px;
    color: #333333;
    font-size: 16px;
    float: left;
    position: relative;
}

.previous-next-post a.next {
    float: right;
}

.previous-next-post .previous::before, .previous-next-post .next::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 11px;
    height: 11px;
    vertical-align: middle;
    border-top: 2px solid #666666;
    border-right: 2px solid #666666;
}

.previous-next-post .previous::before {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.previous-next-post .next::before {
    right: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*
.previous-next-post::after {
    content: '';
    width: 1px;
    height: 50px;
    background: #dddddd;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    z-index: 1;
}
*/

.previous-next-post a img {
    display: table-cell;
    vertical-align: middle;
    padding-right: 8px;
    padding-left: 8px;
    text-align: center;
    float: left;
}

.previous-next-post a img.dummy {
    width: 97px;
}

.previous-next-post a .post-title {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    font-size: 1.5rem;
    color: #333333;
    font-weight: bold;
    letter-spacing: 0.02em;
    width: 70%;
}

.single-footer {
    margin-top: 80px;
}

.single-news .single-page .entry-content a {
    color: #017fb2;
    text-decoration: underline;
}

@media only screen and (max-width: 998px) {
    .single-news {
        width: 100%;
        margin-top: 6%;
        padding: 0 5.5%;
        display: inline-block;
    }
    .single-news .single-page {
        float: none;
        width: 100%;
    }
    .single-news .single-sidebar {
        width: 300px;
        margin-left: 50px;
        float: left;
    }
    .single-news .single-page .entry-date, .single-news .single-page .entry-content, .previous-next-post a .post-title {
        font-size: 2.8vw;
    }
    .single-news .single-page .entry-title {
        font-size: 4vw;
        margin-top: 3%;
    }
    .single-news .single-page .entry-container, .single-news .single-page .entry-content p {
        margin-top: 5%;
    }
    .single-news .single-sidebar {
        width: 100%;
        margin-left: 0;
        margin-top: 8%;
    }
    .single-news .single-sidebar .headline {
        padding: 3%;
        margin: 0;
        font-size: 3.2vw;
    }
    .news-item a {
        padding: 4% 0;
        font-size: 2.8vw;
    }
    .previous-next-post {
        display: block;
        margin-top: 8%;
        border: none;
    }
    .previous-next-post a {
        width: 100%;
        border: 1px solid #cccccc;
        padding: 3% 10%;
    }
    .previous-next-post a.next {
        border-top: none;
    }
    .previous-next-post a.next:first-child {
        border-top: 1px solid #cccccc;
    }
    .previous-next-post a img {
        width: 100%;
    }
    .previous-next-post::after {
        display: none;
    }
    .previous-next-post a img.dummy {
        width: 100%;
        height: auto;
    }
    .previous-next-post .previous::before {
        left: 4%;
    }
    .previous-next-post .next::before {
        right: 4%;
    }
    .single-footer {
        margin-top: 12%;
    }
}
