body.blog .i-quick-search{
	display: none;
}

.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;
}

.cfblog .blog-sidebar h5{	
    font-family: 'cinzel', serif;
	font-size: 28px;
    font-weight: 700;
}