.recent-posts {
    padding: 2rem 0rem;
    margin-left:0px;
}
.recent-posts li h4 {
	color: #008cba;
    font-weight: 400;
    margin-bottom: 0.5rem;
}
.recent-posts li .excerpt {
    font-style: italic;
    position: relative;
    padding-bottom: 3px;
    /*color: #FA0016;*/
}
.recent-posts li .readmore {
    border-top: 4px solid;
    bottom: 0;
    display: block;
    font-style: normal;
    left: 0;
    right: 0;
    text-align: right;
}
.recent-posts li:hover h4, .recent-posts li:hover a {
    color: #0078a0;
}
.recent-posts li:hover .readmore {
    border-top: 4px solid;
}

/* Horizontal Styles */
.recent-posts.horizontal {
    display: table;
    width: 100%;
    height: 100%;
}
.recent-posts.horizontal li {
    display: table-cell;
    padding-right: 20px;
}
.recent-posts.horizontal li:last-child {
    padding-right: 0px;
}
.recent-posts.horizontal li a {
    display: table;
    height: 100%;
    width: 100%;
}
.recent-posts.horizontal li a .thumbwrapper {
    display: table-row;
}
.recent-posts.horizontal li a .thumbnail {
    display: table-cell;
    height: 168px;
    overflow: hidden;
}
.recent-posts.horizontal li a .post-details {
    display: table-cell;
    vertical-align: bottom;
}

/* Vertical Styles */
.recent-posts.vertical {
    padding: 0;
}
.recent-posts.vertical li {
    display: table;
    margin-bottom: 20px;
    padding-right: 0;
}
.recent-posts.vertical li a {
    display: table-cell;
}
.recent-posts.vertical li a h4 {
    display: block;
}
.recent-posts.vertical li .thumbwrapper {
    display: table-cell;
    position: relative;
    width: 32%;
    height: 100%;
}
.recent-posts.vertical .thumbnail {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.recent-posts.vertical .post-details {
    display: table-cell;
    padding-left: 2%;
    vertical-align: bottom;
    width: 65%;
}