/*--------------------------------------------------------------
Blog Section
--------------------------------------------------------------*/
.blog-list{
	float: left;
	width: 32%;
	margin-right: 2%;
	background: #FFF;
	text-decoration: none;
	color: #333;
margin-bottom: 1%;
}
.blog-list .blog-image img{
    width:100%;
}
.blog-list:hover{
	color: #333;
}
.blog-list:nth-child(3n){
	margin-right: 0;
}
.blog-list h3{
	font-size: 24px;
	margin:8px 0 5px;
}
.blog-list .blog-excerpt{
	padding: 0 15px 50px;
	border-bottom: 3px solid #E66432;
	position: relative;
}
.blog-list .blog-excerpt .posted-date{
	font-size: 14px;
	font-style: italic;
	margin-bottom: 5px;
	color: #E66432;
}
.blog-list .blog-excerpt .posted-date .fa{
	margin-right: 5px;
}
.blog-list .blog-excerpt span{
	background: #E66432;
	color: #FFF;
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 10px;
	padding: 8px 15px;
	font-size: 14px;
}
.btn-wrap{
	text-align: center;
	margin-top: 70px;
}
.blog-list:hover .blog-excerpt span{
	background: #333;
}
.blog-list:hover .blog-excerpt{
	border-color:#333;
}