.blog-body{font-family: "Poppins", sans-serif;}
.heroBlog{
padding:25px 0 0;
font-family: "Poppins", sans-serif;
background:#f2f2f2;
}
.heroBlog h2{
text-transform: math-auto;
font-size: 2rem;
margin: 25px 0;
}
.heroBlog img{border-radius: 5px;}
.related-posts{padding: 0 25px;}
.related-posts ul{list-style: none; padding: 0;}
.related-posts ul li{
width: 100%;
display: inline-block;
padding: 10px 0;
}
.related-posts ul li img{
width: 35%;
float: left;
margin: 0 10px 0 0;
}
.related-posts ul li p{
font-weight: 700;
font-size: 16px;
letter-spacing: .5px;
line-height: 21px;
}
.related-posts h3{
text-transform: uppercase;
font-size: 20px;
font-weight: 800;
border-top: solid 2px #e9e9e9;
padding: 10px 0;
position:relative;
}
.related-posts h3:before{
content: '';
border-top: solid 2px #e31f25;
display: inline-block;
width: 20%;
position: absolute;
top: -2px;
left: 0;
}
.author{
font-size: 13px;
font-weight: 600;
color: #3c3c3c;
letter-spacing: .5px;
width: 100%;
display: flex;
margin: 15px 0;
}
.author .profilePic{
width: 50px;
height: 50px;
border-radius: 50%;
padding: 10px;
background: #fff;
border: solid 1px #e1e1e1;
float: left;
}
.author .name{
float: left;
margin: 15px 10px;
}
.author .publishDate{
float: left;
margin: 15px 10px;
color: #ababab;
}
.heroBlog .share{
margin: 24px 0;
width: 100%;
}
.widgettitle{
text-transform: uppercase;
font-size: 20px !important;
font-weight: 800 !important;
border-top: solid 2px #e9e9e9;
padding: 10px 0;
position: relative;
}
.widgettitle:before{
content: '';
border-top: solid 2px #e31f25;
display: inline-block;
width: 20%;
position: absolute;
top: -2px;
left: 0;
}
.blog-left-bar h3{
text-transform: uppercase;
font-size: 20px;
font-weight: 800;
border-top: solid 2px #e9e9e9;
padding: 10px 0;
position:relative;
}
.blog-left-bar h3:before{
content: '';
border-top: solid 2px #e31f25;
display: inline-block;
width: 20%;
position: absolute;
top: -2px;
left: 0;
}
#blog_sidebar_widgets_bar{
margin-bottom:50px;
}
.blog-content-body{font-size: 17px;}
.category-posts-sidebar{width: 100%; display: inline-block;}
.category-posts-sidebar h2{
text-transform: uppercase;
font-size: 20px;
font-weight: 800;
border-bottom: solid 2px #e9e9e9;
padding: 10px 0;
position: relative;
margin: 0 0 25px 0;
text-align: center;
}
.category-posts-sidebar h2:before{
content: '';
border-bottom: solid 2px #e31f25;
display: inline-block;
width: 20%;
position: absolute;
bottom: -2px;
left: 0;
right: 0;
margin: auto;
}
.category-posts-sidebar .postBox{width: 100%; display: inline-block; margin: 0 0 15px 0;}
.category-posts-sidebar .image{width: 35%; float: left;}
.category-posts-sidebar .heading{width: 65%; float: left; margin: 0; font-size: 16px; padding: 0 0 0 20px; font-weight: 700; letter-spacing: .5px; line-height: 21px;}