h3.blognews-title {
font-weight: bold;
color: #000;
font-family: 'Gotham Pro';
}
.blognews-subtitle {
color: #000;
margin: 0 0 5px 0;
font-size: 16px;
font-family: 'Gotham Pro Light';
line-height: 1.6;
}
.blognews-time {
color: rgb(0 0 0 / 50%);
font-size: 14px;
}
.blognews-meta_description p,
.blognews-meta_description a {
font-size: 14px;
color: #4f4f6f;
font-family: 'Gotham Pro Light';
}
.blognews hr {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
border: 0 !important;
border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.page-title h2 {
padding: 0;
color: #4f4f6f;
font-size: 24px;
font-family: 'Gotham Pro Bold';
text-align: left;
position: relative;
margin: 0;
}
.page-title h2:after {
content: '';
display: block;
position: absolute;
bottom: -13px;
width: 70px;
background-color: #6e45e2;
height: 1px;
}
.page-title .subtitle {
margin-top: 30px;
color: #4f4f6f;
font-size: 12px;
} .blog-pagination {
text-align: center;
}
.blog-pagination a,
.blog-pagination span.page-numbers.current,
.blog-pagination span.page-numbers.dots {
padding: 10px !important;
font-size: 16px !important;
font-weight: 600;
text-align: center;
color: #007bff;
}
.blog-pagination span.page-numbers.current{
color: #000;
}