.page-title {
	min-height: 200px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #efefef;
    font-size: 60px;
    font-weight: 700;
    box-shadow: inset 0 0 0 2000px rgba(202, 4, 4, 0.3);
}

.blog-posts {
	margin: 50px auto !important;
}
.blog-post  {
	padding:15px 15px;
}
.blog-post-thumb{
    padding-bottom: 15px;
}
.blog-post-thumb img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}
.blog-title a{
    color: #000000;
}
.blog-title{
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 15px;
    word-break: break-word;
    font-size: 18px;
    font-weight: 600;
    
}
.the-excerpt {
	padding-bottom: 25px;
}
.read-more-link:hover{
    color:#800303;
    background:none;
}
.read-more-link{
    font-size: 17px;
    font-weight: 600;
    line-height: 1em;
	color: #eeeeee;
	background: #800303;
	border-radius: 5px;
    border: solid 2px  #800303;
    padding-top: 17px;
    padding-right: 40px;
    padding-bottom: 17px;
    padding-left: 40px;
    transition: all .2s linear;
}
.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-top: 30px !important;
    margin-bottom: 30px;
}

.pagination a,
.pagination span {
    margin: 0 5px;
    padding: 10px 15px;
    border: 1px solid #ddd;
    color: #800303;
    text-decoration: none;
}

.pagination a:hover,
.pagination span.current {
    background-color: #800303;
    color: #fff;
    border-color: #800303;
}

/* -----single blog page style-------- */
.single-blog-post-thumb {
    width: 100%;
    min-height: 400px;
    background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #efefef;
}
.nav-next a,
.nav-previous a{
    display: flex;
    align-items: flex-start;
    flex-flow: column;
    justify-content: flex-start;
    text-align: left;
    text-wrap: wrap;
    padding: 15px;
    font-weight: 600;
}
.nav-previous{
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
.nav-next{
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
span.article-navLink {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    
}