/* === BLOG SECTION === */

.blog-widget-recent .post-description{
	display:none;
}

.post-title-holder.clearfix{
	display:inline-block;
	vertical-align:middle;
}

.post-list .post-header .post-title{
	max-width:100%;
}

.post-info .clear{
	vertical-align:middle;
}

.post-posed-date .value{
	vertical-align:middle;
	padding-right:8px;
	font-size:22px;
}

.post-list .post-header .post-title a{
	text-decoration: underline;
}

.post-holder{
	padding:0;
}

.blog-widget-recent .post-holder{
	width:48%;
	display:inline-block;
	margin-left:0!important;
	border-bottom:none!important;
}

.blog-widget-recent .post-list{
	padding-left:60px;
}
.post-list-wrapper.blog-widget-recent .title{
	text-align: center !important;
	font-size: 28px;
	text-decoration: underline;
}

.post-holder{
	background-color:transparent;
	margin-bottom:0px;
}

.post-holder:hover{ 
	box-shadow:none;
}

.post-header .post-title{
	margin-bottom:0px;
}

.post-header img{
	display:none;
}


@media (max-width: 768px) {
	.blog-widget-recent .post-holder{
		width:100%;
		text-align:center;
	}
	
	.post-list .post-header .post-title a{
	font-size:18px;
	}
	
	.post-posed-date .value{
	font-size:18px;
	margin-right:8px;
	}
	
	.post-title-holder.clearfix{
	display:block;
	vertical-align:middle;
	}
	.blog-widget-recent .post-list{
		padding-left:0px;
	}
}

@media (max-width: 480px) {
	.blog-widget-recent .post-holder{
		width:100%;
		text-align:center;
	}
	
	.post-list .post-header .post-title a{
	font-size:16px;
	}
	
	.post-posed-date .value{
	font-size:16px;
	margin-right:8px;
	}
	
.post-title-holder.clearfix{
	display:block;
	vertical-align:middle;
	}
	.blog-widget-recent .post-list{
		padding-left:0px;
	}
}

