#blogs_main .blog-content-elements-main,#blog-cat-content-main .blog-content-elements-main{ 
	padding: 30px 0px;
    border-top: 1px solid #dcdcdc;
	
}
#blogs_main .blog-content-elements-main:first-child, #blog-cat-content-main .blog-content-elements-main:first-child{
	padding: 30px 0px;
    border:none !important;
	
}

#blogs_main .blog-bottom-text p.blog-title, #blog-cat-content-main .blog-bottom-text p.blog-title {
   font-size: 1.5rem;
    color: #1e4752;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 43px;
    padding-top: 30px;
    text-decoration: none !important;
    line-height: 30px;
}
#blogs_main .blog-bottom-text a:hover, #blog-cat-content-main .blog-bottom-text a:hover{
	text-decoration:none !important;
}
#blogs_main .blog-bottom-text .blog-title::after, #blog-cat-content-main .blog-bottom-text .blog-title::after  {
    content: "";
    position: absolute;
    width: 80px;
    height: 100%;
    border-bottom: 4px solid #e2763a;
    height: 0px;
    bottom: -20px;
    left: 0;
}
#blogs_main .blog-content-elements-main .blog-media img, #blog-cat-content-main .blog-content-elements-main .blog-media img{
	border: 2px solid #e8eced;	
}
#blogs_main .blog-bottom-text .blog-description, #blog-cat-content-main .blog-bottom-text .blog-description{
text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}



#blog_single_page_main .blog-bottom-text .blog-description h2 img, #blog_single_page_main .blog-bottom-text .blog-description p img, #blog_single_page_main .blog-bottom-text .blog-description h3 img{
width: 100% !important;
max-width: 100% !important;
}
#blog_single_page_main .blog-bottom-text .blog-description h2 font span, #blog_single_page_main .blog-bottom-text .blog-description p font span, #blog_single_page_main .blog-bottom-text .blog-description h3 font span{
font-family: 'Nunito Sans', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #1e4752;
    line-height: 1.8rem;
    letter-spacing: 0px;
}
#blog_single_page_main .blog-bottom-text .blog-description p{
	font-family: 'Nunito Sans', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #1e4752;
    line-height: 1.8rem;
    letter-spacing: 0px;
	
}
#blog_single_page_main .social-icon .social-icon-bcgrd{
    border-radius: 4px;
    width: 38px;
    height: 38px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;	
}
#blog_single_page_main .social-icon .fb-s-i{
	background-color: #4267b2;
}
#blog_single_page_main .social-icon .twitter-s-i{
		background-color: #00a5f0;
}
#blog_single_page_main .social-icon .pin-s-i{
		background-color: #bd081c;
}
#blog_single_page_main .social-icon .social-icon-bcgrd i{
	color:#fff;
	font-size:20px;
}
#blog_single_page_main .social-icon{
	padding:0px 8px;
	
}
#blog_single_page_main .social-icon a{
	text-decoration:none !important;
	
}

#blog_single_page_main .blog-description img{
	width:100%;
	height:auto;
	max-width:100%;
}