.cfblog .blog-main-col .blog-post {
	margin-bottom: 20px;
}

.cfblog .pagination {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
.cfblog .pagination a {
	text-decoration: none;
}
.cfblog .page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
}
.cfblog .page-numbers a, .page-numbers span {
	margin: 0 5px;
}
.cfblog .nav-button {
	width: 40px;
	height: 40px;
	background-color: black;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
}
.cfblog .prev {
	margin-right: auto;
}
.cfblog .next {
	margin-left: auto;
}
.i-quick-search.int,
.banner.community-banner.default-banner{
	display: none;
}
main.cfblog.content2.blog-layout{
	margin-top: 2rem;
}
form.search-form{
	margin-bottom: 1rem;
}