/*block categories*/
.blog_categories li {
  padding: 5px 0;
  position: relative;
  border-bottom:1px solid #eee;
}
.blog_categories li:last-child{
	border:none;
	padding-bottom:0;
}
.blog_categories li a {
  display: block;
  line-height: 1.35;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  padding: 5px 0;
  text-transform:uppercase;
}
.blog_categories  ul.tree > li > a{
	color:#333;
}
.blog_categories  ul.tree > li > a:hover{
	color:#848484
}
.blog_categories li span.grower {
  display: block;
  position: absolute;
  right: 0px;
  top: 11px;
  cursor: pointer;
  width: 16px;
  height: 16px;
  text-align: center;
}
.blog_categories li span.grower.OPEN:before, .blog_categories li span.grower.CLOSE:before {
  content: "-";
  display: block;
  font-size: 20px;
  font-weight: 400;
  height: 16px;
  width: 16px;
  text-align: center;
  left: 0;
  position: relative;
  top: -10px;
  vertical-align: middle;
}
.blog_categories li span.grower.CLOSE:before {
  content: "+";
}
.blog_categories li span.grower:hover + a, .blog_categories li span.OPEN + a,
.blog_categories li a:hover,
.blog_categories li a.selected {
  text-decoration: none;
}
.blog_categories li ul {
  padding: 0 0 0 15px;
}
.blog_categories li li a {
  font-weight: normal;
        /*&:before {
          content: "\f067";
          font-family: $font-icon;
          line-height: 29px;
		  font-size: 10px;
          padding-right: 8px;
        }*/
}

/*common style lasted post and comment*/
.blog_block{
	margin-bottom:25px;
}
.blog_block h3{
	font-size:18px;
	margin-bottom:20px;
}
.blog_lastest_posts li h3, 
.blog_comments li h3,
.post-name h3,
.blog_block .post-name h3 {
  margin-bottom: 5px;
  text-transform:none;
  font-size:13px;
  color:000;
  font-weight:600;
}
.blog_lastest_posts li h3 a, 
.blog_comments li h3 a,
.post-name h3 a{
	color:#333;
}
.blog_lastest_posts li h3 a:hover, 
.blog_comments li h3 a:hover,
.post-name h3 a:hover{
	color:#bfaab7;
}
.post-name h3{
	margin-bottom:10px;
}
.blog_lastest_posts li, 
.blog_comments li {
  margin-bottom: 20px;
  border-bottom:1px solid #ccc;
  padding-bottom:10px;
}
.blog_lastest_posts li.last, .blog_comments li.last {
  margin-bottom: 0;
  border:none;
  padding-bottom:0;
}
.blog_lastest_posts li h5 a, .blog_comments li h5 a {
  position: relative;
  padding-left: 15px;
}
.blog_lastest_posts li h5 a:before, .blog_comments li h5 a:before {
  font-size: 14px;
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
  content: "\f0da";
  font-weight: 400;
  color: #7a9c63;
  line-height: 20px;
}
.blog_lastest_posts li a img, .blog_comments li a img {
  margin-bottom: 10px;
}

.cs-blog-border-bottom {
  overflow: hidden;
  border: 1px solid #a2ba92;
  margin-bottom: 5px;
}


.author,
#plpost .comment {
  position: relative;
}
/*.author:before,
#plpost .comment:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-left: 1px solid #a2ba92;
  width: 1px;
  height: 100%;
}*/

.comment {
  margin: 0;
}

/*block comment private*/
.comment_content {
  overflow: hidden;
  margin: 9px 0;
}

/*block tag*/
.blog_tags .block_content {
  text-align: left;
}
.blog_tags .block_content a {
  display: inline-block;
  padding: 5px;
  margin: 0 5px 2px 0;
  text-transform: capitalize;
  transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
}
.blog_tags .block_content a:hover {
  background: #000;
  color: #fff;
}

.no_item {
  padding: 0 18px;
}
.cs_liblog .comment{
	display:inline-block;
	padding:5px 0;
	float:left;
}
.cs_liblog .author{
	float:right;
	padding:5px 0;
}
ul#product_list.list .cs_liblog .cs_liblog_image{
	padding-left:0;
}
ul#product_list.list .cs_liblog  .cs_liblog_content{
	padding-right:0;
}