/* Blog List */
.post-list img {
	border: 5px solid #fafafa;
}
.post-list a {
	color: #333333;
}
.post-list .post {
	padding-bottom:30px;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 30px;
}
.post-list div:last-child {
	padding-bottom:0;
	border-bottom: 0;
	margin-bottom: 0;
}
.post-list .post-name {
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
}
.post-list .post-name a {
	color: #e01837;
}
.post-list .post-info {
	background-color: #fafafa;
	padding: 5px 10px;
	margin-top: 5px;
	font-size: 12px;
}
.toolbar-blog-posts .pagination {justify-content: center;}



/* Blog Cards Slider */
.post-banner {
	background:url('../images/bg-banner-news.jpg') 0 0 no-repeat;
	height: 330px;
}
.post-banner > h3 {
	text-transform: uppercase;
	margin-bottom: 0;
	color: #ffffff;
	font-weight: 700;
	font-size: 42px;
	padding-left: 30px;
	padding-top: 20px;
}
.post-banner > a {
	display:block;
	width: 130px;
	background: #ffffff;
	text-transform: uppercase;
	font-size: 22px;
	text-align: right;
	padding: 0px 15px 0px 0;
}
.post-banner > a:hover {
	background: #00583d;
	color: #ffffff;
	text-decoration: none;
}
.post-recent li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 2px solid #e7e7e7;
}
.post-recent .post-link {
	font-size: 22px;
	text-transform: uppercase;
	color: #00583d;
}
.post-recent .post-category {
	background-color: #00583d;
	color: #ffffff;
	padding: 2px 10px;
	text-transform: uppercase;
	font-size: 12px;
	margin-right: 5px;
}
.post-recent .post-date {
	text-transform: uppercase;
	color: #909090;
	font-weight: 300;
	float: right;
	padding-top: 4px;
}
