/* 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 */
.blog-widget-recent {
	margin-bottom: 50px;
}
.blog-widget-recent h3 {
	text-transform: uppercase;
	font-size: 24px;
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 0;
}
.post-slider .post {
	border: 5px solid #fafafa;
	margin-bottom:0;
	background-color: transparent;
	position: relative;
}
.post-slider .post-category {
	position: absolute;
	top: 10px;
	right: -5px;
	background-color: #e01837;
	padding: 0 10px;
}
.post-slider .post-category a {
	color: #ffffff
}
.post-slider .post-image {

}
.post-slider .post-date {
	background-color: #fafafa;
	font-size: 14px;
	color: #989898;
	text-transform: uppercase;
	padding: 0 10px 10px;
}
.post-slider .post-name {
	background-color: #fafafa;
	font-size: 18px;
	padding: 15px 10px 5px;
}
