.one-half {
    width: 100%;
    margin-right: 0px;
    border-bottom: 1px solid #dadada;
    padding: 8px 0px 5px 0px;
}
.one-half>.entry-meta{
	display: none;
}
.overlay img {
    width: 252px;
    height: 168px;
}
.related-posts .thumb {
    width: 252px;
    height: 168px;
    float: left;
    margin-right: 30px;
}
.custom-widget-border{
	margin-bottom: 0px!important;
}
.excerpt-wrap .entry-cat-bg{
	display: none;
}
.excerpt-wrap .date{
	margin-top: 4px;
}
.col-last:last-child{
	border-bottom: 0px;
}
@media screen and (max-width: 480px){
	.overlay img {
	    width: 100%;
	}
	.related-posts .thumb {
	    width: 100%;
	    height: 190px;
	}
}