.cfblog .blog-main-col .blog-post {
	margin-bottom: 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;
}
ol, ul {
	color: #000;
    padding-left: 0;
}
ul li a{
	color: #000;
    font-size: 15px;
}
h1 {
    font-size: 25px;
    line-height: 1.25;
    text-align: left !important;
}
h5{
	color: #000;
}
.quick-search.int{
	display: none;
}
.blog-post-title{	
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e2e2;
    text-align: left;
}
.blog-post-title:before {
    content: "";
    display: block;
    width: 200px;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #357e9f;
}