/* Blog listings */
.blog-category .subscribe-item {
	margin-top: 0;
}

.blog_item {
	margin-bottom: 20px;
}

.blog_grid_holder {
	position: relative;
}

.blog-module {
	background: #fff;
	border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 3px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);	
	padding: 5px 15px 15px;
	margin-top: 60px;
}

.blog-module h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
	margin-top: 10px;
	position: relative;
	display: block;
	text-align: center;
	padding-bottom: 13px;
}	

.blog-module h3::after {
    content: "";
    height: 14px;
    display: inline-block;
    border-bottom: 2px solid #d09e23;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    bottom: 0;
}

.summary {
	background: #fff;
	border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 3px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);	
	padding-bottom: 15px;
}

.summary .btn-product {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    text-transform: none;
	padding: 6px 10px;
	border: 1px solid #e6e6e6;
    border-radius: 5px;
    background: #f7f7f7;
	color: #9d7e7e;
}

.blog_item .image {
	margin-bottom:10px;
	margin-top:5px;
	overflow: hidden;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;	
}
.blog_item .image img {
	width: 100%;
    height: auto;
	transform: translateZ(0);
	object-fit: cover;
    object-position: center;
	display: block;
	transition: transform 0.3s ease-in-out;
}


@media (min-width: 700px) and (max-width: 767px) {
.blog_item .image img {
    max-height: 160px;
}	
}
@media (min-width: 600px) and (max-width: 699px) {
.blog_item .image img {
    max-height: 130px;
}	
}
.blog_item .image:hover img {
    transform: scale(1.1);
}
.summary .blog_title {
	font-size:16px;
	height: 35px;
	text-align: center;
	margin-bottom: 10px;
	padding: 0 15px;
	margin-top: 10px;
}

.summary .description {
	padding: 0 15px;
	min-height: 58px;
}
.blog_stats {
	text-transform:none;
	color:#999999;
	padding-bottom:5px;
	font-size:12px;
	margin:0;
	padding-bottom:1px;
	text-align: center;
}
.blog_stats span {
	display:inline-block;
	margin-right:5px;
	margin-bottom:8px;
	line-height:12px;
}
.blog_stats span + span {
	padding-left:7px;
	border-left:1px solid #eeeeee;
}
.blog_stats .fa {
	color:#bbbbbb;
	margin-right:5px;
}
.blog_stats .text {
	font-size: 0;
}
.blog_stats .hl {
	font-weight: 400;
}

/* Blog Post */
.blog_post .main_thumb {
	padding:20px 0 7px;
	transition: all 400ms ease 0s;
}
.blog_post .main_thumb:hover {
    opacity: 0.8;
    transition: all 400ms ease 0s;
}
.blog_post h1 {
	margin-bottom:17px;
}
.blog_post label {
	font-size:14px;
}
.blog_post .main_description p {
	margin-bottom:18px;
}

.blog_post h1 {
	display: block;
	text-align: center;
	font-size: 22px;
    font-weight: 600;
	color: #000;
	position: relative;
	margin-bottom: 30px;
    padding-bottom: 15px;	
}
.blog_post h1::after {
    content: "";
    height: 14px;
    display: inline-block;
    border-bottom: 2px solid #d09e23;
    position: absolute;
    left: 0;
    right: 0;
    width: 130px;
    margin: 0 auto;
    bottom: 0;
}

.blog_post .main_description .blog_stats {
    text-align: left;
}

/* Social media */
.sharethis-inline-share-buttons {
	margin-bottom: 20px;
}

/* Comments */

.blog_comment_box h3 {
    display: block;
    position: relative;
    margin: 10px 0 35px;
    color: #000;
    font-weight: 600;
    text-align: center;
}

.blog_comment_box h3::after {
    content: "";
    height: 14px;
    display: inline-block;
    border-bottom: 2px solid #d09e23;
    position: absolute;
    left: 0;
    right: 0;
    width: 80px;
    margin: 0 auto;
    bottom: -10px;
}


.blog_post #comment {
	margin-bottom:55px;
}
.blog_post .blog_comment {
	display:block;
	font-size:14px;
	margin-bottom:25px;
}

.blog_post .fa-comments, .blog_post .fa-pencil {
	color: #00573f;
	vertical-align: 3px;
	margin-right: 5px;
}

.blog_post .review-title-container {
    overflow: hidden;
    padding: 10px;
    background: #f6f6f6;
}

.blog_post .review-author {
    float: left;
    margin-right: 13px;
}

.blog_post .review-author-name {
    font-size: 1.65rem;
    line-height: 1.3125rem;
    color: #414141;
}

.blog_post .review-date {
    float: right;
}

.blog_post .comment-text {
    padding: 20px 10px 10px;
}

.write_comment {
    background: #f6f6f6;
    border-bottom: 0;
    border-radius: 6px;
    overflow: hidden;
    padding: 20px;
	margin: 25px 0;
}

/* Related blogs */
.blog_post .related .blog_item {
	margin-bottom:15px;
}
.blog_post .related .blog_title {
	font-size:18px;
}
.blog_post .related p {
	font-size:14px;
	line-height:20px;
}
.blog_post .related p a {
	color:#999999;
}
.blog_post .related p .fa {
	color:#cccccc;
}

/* Category Module */
.blog-category > ul > li {
	position:relative;
	border-bottom:1px solid #f5f5f5;
}
.blog-category ul > li > ul {
    display: none;
	padding-left:0;
}
.blog-category > ul > li.active > ul {
	display: block;
}
.blog-category > ul > li > a {
	display: block;
	line-height:34px;
	font-size:16px;
	font-weight: 500;
}
.blog-category .sign {
	position:absolute;
	right:0px;
	top:0px;
	line-height:34px;
	width:30px;
	text-align:center;
	cursor:pointer;
	color:#cccccc;
}
.blog-category li .sign .fa-minus,  
.blog-category li.open .sign .fa-plus {
	font-size:0;
}
.blog-category .sign .fa, 
.blog-category li.open .sign .fa-minus, 
.blog-category li.open ul li.open .sign .fa-minus, 
.blog-category li.open ul li .sign .fa-plus {
	font-size:11px;
}
.blog-category > ul > li ul > li {
	border-top:1px solid #f5f5f5;
	list-style:none;
}
.blog-category > ul > li ul > li {
	border-top:1px solid #f5f5f5;
	list-style:none;
}
.blog-category > ul > li ul > li a {
	line-height:34px;
	font-size:15px;
}
.blog-category > ul > li ul > li a .fa {
	color: #00573f;
	font-size:10px;
	margin:0 6px;
}
.blog-category .fa-plus, .blog-category .fa-minus {
	color: #00573f;	
}
.captcha_wrap img { 
	max-width:none;
}

/* Comments */
.blog_comment_box {
	background: #fff;
	border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 3px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);	
	padding: 15px 25px;
}

@media (max-width: 767px) {
.summary {
	margin-bottom: 20px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 3px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	 padding-bottom: 0;
}	
.summary .description, .blog_item .btn-product {
    display: none;
}

.summary .blog_title {
    margin: 10px 0 0;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	height: 34px;
}
.blog_stats {
    margin: 5px 0 0;
}
.blog_item .image {
    margin-bottom: 10px;
}

.blog-blog .blog_item .image img {
    height: auto !important;
}

.blog_comment_box {
    padding: 5px;
}
.write_comment {
    padding: 0px;
    margin: 5px 0 0;
}
.blog_post #comment {
    margin-bottom: 15px;
}
.blog_stats span:not(:first-child) {
  display: none;
}
	.single-category-news .blog_item {
		margin-bottom: 0px;
	}
	.single-category-news .summary {
        margin-bottom: 5px;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .single-category-news .blog_grid_holder .col-xs-12 {
        width: 50%;
    }
}

.blog_comment_box .captcha_wrap {
	min-width: 100px;
}
