#wrap .w-next-article {
    text-align: right;
    position: relative;
    padding-right: 59px;
}

#wrap .w-prev-article {
    text-align: left;
    position: relative;
    padding-left: 59px;
}

.next-prev-posts {
    padding: 12px 0;
    margin-top: 10px;
    clear: both;
    min-height: 50px;
}

.next-prev-posts a {
    padding: 9px 20px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 50px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.next-prev-posts a i {
    vertical-align: middle;
}

.next-prev-posts a.next-post {
    float: right;
}

.w-next-article,
.w-prev-article {
    margin-top: 30px;
    margin-bottom: 30px;
}

.w-next-article a,
.w-prev-article a {
    font-weight: 400;
    color: #616161;
    transition: all .3s ease;
}

.w-next-article a:hover,
.w-prev-article a:hover {
    color: #437df9
}

.w-next-article strong,
.w-prev-article strong {
    display: block;
    font-weight: 400;
}

.w-prev-article span,
.w-next-article span {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: -7px
}

.w-next-article span {
    display: block;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.w-next-article:hover a,
.w-prev-article:hover a {
    color: #437df9;
}

.w-next-article i,
.w-prev-article i {
    position: absolute;
    top: 49%;
    transform: translate(0, -49%);
    -webkit-transform: translate(0, -49%);
    font-size: 40px;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    color: #212121;
}

.w-next-article i {
    right: 0px;
}

.w-prev-article i {
    left: 0px;
}

.w-next-article:hover i,
.w-prev-article:hover i {
    color: #437df9;
}

.w-next-article svg, .w-prev-article svg {
    width: 62%;
}