.blog__item__title {
	height: 60px;
}
.blog__item__title h3 {
	font-size: 16px;
}
.blog__item__title h3, 
.blog__recent__title h3 {
	margin-bottom: 18px;
	padding-bottom: 8px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: 500;
	border-bottom: 0px;
}
.blog__item__additional {
	border-top: 1px solid #ebebeb;
	display: block;
}
.blog__item__additional .blog__item__author, 
.blog__item__additional .blog__item__createdat, 
.product-details-view-content .product-info .product__details__button, 
.we-viewproddetail-btn {
	display: inline-block;
	font-size: 14px;
}
.li-blog-description {
	display: inline-block;
	text-align: justify;
	border-bottom: 0px solid #ebebeb;
}
.li-sidebar-search-form .li-search-field {
	border: 1px solid #e1e1e1;
	padding: 0 10px;
	text-transform: capitalize;
	width: calc(100% - 50px);
	color: var(--cus-pri-font-color);
	font-size: 14px;
	height: 50px;
	float: left;
	background: #fff;
}
.li-sidebar-search-form .li-search-btn {
	width: 50px;
	height: 50px;
	margin-left: -4px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	background-color: #03a84e;
	border: 1px solid #03a84e;
}
.post_header h1 {
	font-size: 34px;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 7px;
	text-transform: capitalize;
}
.blog_wrapper .blog_meta {
	margin-bottom: 17px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 17px;
}
.blog_wrapper .blog_meta span {
	font-size: 13px;
	line-height: 24px;
}
.blog_details .blog_thumb, .blog_fullwidth .blog_thumb {
	width: 100%;
	margin-right: 0;
}
.blog_details .blog_content {
	width: 100%;
	padding-top: 22px;
	float: left;
	text-align: left;
	padding: 20px;
}
.blog_details .post_content blockquote {
	font-style: italic;
	padding: 30px 45px;
	background: #f6f6f6;
	border: 1px solid #ebebeb;
	border-left: 4px solid #03a84e;
	text-align: justify;
}
.blog_details .post_content blockquote p {
	font-size: 16px;
	line-height: 30px;
}
.blog_details .post_content > p {
	line-height: 30px;
	margin: 20px 0;
	font-size: 15px;
	text-align: justify;
}
.blog_details .post_content > ul {
	list-style: inherit;
	margin: 28px;
	line-height: 28px;
	text-align: justify;
}
.blog_details .post_content > h2 {
	line-height: 38px;
	font-size: 28px;
}
.blog_details .post_content > h3 {
	line-height: 32px;
	font-size: 22px;
}
.blog_details .post_content > h4 {
	line-height: 26px;
	font-size: 16px;
}
.modal_social ul li {
	display: inline-block;
	margin-right: 3px;
}