/* category */
/* blog listing */
.blog-meta {
  margin-bottom: 10px;
}
.blog-meta > span {
    color: #333;
	font-size:15px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 14px;
    padding-right: 10px;
   position: relative;
   text-transform: capitalize;
   font-weight:500;
}
#index .blog-meta > span { margin-bottom:0;}
.blog-meta > span:last-child:before {
  display: none;
}
.homeblog-inner{
  position: relative;
      float: left;
    width: 100%;
}

.blog-row {
    margin: 0 -22px;
}

.lastest_block.block.tmblog-latest {
    float: left;
    position: relative;
    width: 100%;
    padding: 0;
    clear: both;
    margin: 0 0 60px;
}

.lastest_block.block.tmblog-latest .customNavigation {
    float: right;
    margin: 0 -15px;
    top: -40px;
    width: auto;
	position: absolute;
	display: inline-block;
}
.btn.prev.blog_prev {
    left: -50px;
}
#index .fa.fa-calendar {
    display: none;
}
#module-psblog-category .childrens {
    margin: 0 0 40px;
}
.lastest_block .products-section-title {    border-bottom: 1px solid #ededed;}
.blog_title{
    float: left;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ededed;
}
.homeblog-inner li.blog-post{
	padding: 30px 15px;
  margin-bottom: 0 !important;
  display: inline-block;
}
.homeblog-inner li .blog-item { margin-bottom: 0px; }
.blog-item {
  background-color: #fff;
  font-size: 14px;
  float: left;
  position: relative;
  margin-bottom: 30px;

}
.secondary-blog .blog-item h4.title{ margin-bottom: 20px;}

.pagination b {
    font-weight: 400;
}
#module-psblog-list .blog-item .blog-content-wrap { width:100%;}
.blog-item .blog-content-wrap {
  background-color: #fff;
  text-align: left;
}
.lastest_block .blog-item .blog-content-wrap .blog-created{ margin-top:15px; position: relative; display: inline-block;}
.blog-item .blog-content-wrap .title a{
  	color: #131414;
  float: left;
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
  font-weight: bold;

}

.secondary-blog .blog-item .blog-content-wrap .title a{ font-size:18px;}


.blog-item .blog-content-wrap .title a:hover{
	color: #87bd3c;
}
.blog-content-wrap .title{ 
    margin-bottom: 0;
  width: 100%;
  float: left;
  position: relative;
}
.tmblog-latest .blog-item .blog-meta,
.secondary-blog .blog-item .blog-meta{
  text-transform: uppercase;
    margin: 0;
    color: black;
    text-align: left;
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;

}
.secondary-blog .blog-item .blog-meta{ display: inline-block; margin-top:20px;}
.blog-item .readmore{
	padding: 10px 0 0;
	position:relative;
	z-index:1;
	 text-transform:uppercase;
}
.blog-item .readmore .btn{
	padding:0;
	background-color:#fff;
	color:#87bd3c;
	font-weight:400;
	text-transform:uppercase;
	font-size:12px;
	font-style:italic;
}
.blog-item .readmore .btn:hover{ color: #444;}
.blog-item .blog-content-wrap .readmore p {
  margin-bottom: 0;
  margin-top: 10px;
}
.blog-item .blog-content-wrap .readmore p .btn {

  text-transform: capitalize;
}
.blog-item .blog-content-wrap .readmore p .btn:hover {
  border-color: transparent;
}
.blog-item .blog-content-wrap .blog-shortinfo {
  line-height: 22px;
  color:#808080;
  float: left;
  position: relative;
  width: 100%;
  margin-top: 5px;
}

.blog-item .blog-content-wrap .blog-shortinfo .more {
  height: 0;
  padding: 0;
}

.leading-blog .blog-item .blog-content-wrap .blog-shortinfo .more {
	background-color:

}
.blog-item .blog-content-wrap .blog-shortinfo .more i {
  color: #888;
}
.blog-item .blog-content-wrap .blog-shortinfo .more i:hover {
  color: #222;
}
.blog-item .blog-image {
  position: relative;
  max-width: 100%;
  padding: 0;
  display: inline-block;
  float: left;
  overflow:hidden;
  background:#000;
  width:100%;
}

.blog-item .blog-image img{
	transition:all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
}



.homeblog-inner li.blog-post:hover .blog-image img{ 
	transform:scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	-moz-transform:scale(1.1); 
	opacity:0.7;
	-khtml-opacity: 0.7;
	-webkit-opacity: 0.7;
	-moz-opacity:0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}

.blog-detail {
  background-color: #fff;
  margin-bottom: 120px;
}
.blog-detail > div {
  margin-bottom: 30px;
}
.blog-detail .blog-image {
  padding-bottom: 30px;
  margin-bottom: 0;
}
.blog-detail .blog-title {
  font-size: 22px;
  text-transform: capitalize;
  color: #333;
  font-weight:600;
  margin-bottom: 20px;
}
#blog-listing.box h1 {
    color: #000000;
    font-weight: 600;
  margin-bottom: 20px;
}
.blog-detail .blog-description {
  font-size: 14px;
  text-align: justify;
  margin-bottom: 80px;
  line-height:25px;
  letter-spacing:0.5px;
}
.blog-detail .social-share {
  display: inline-block;
  float: left;
}
.social-share .itemTwitterButton,
.social-share .itemFacebookButton,
.social-share .itemGooglePlusOneButton{
  margin-bottm: 10px;
}
.blog-detail .extra-blogs {
  display: inline-block;
  width: 100%;
  margin: 0 -15px;
}
.blog-detail .extra-blogs h4{
  margin-bottom:15px;
  font-weight: 600;
  color: #000;
}
.blog-detail .extra-blogs ul{
  padding-left: 25px;
}
.blog-detail .extra-blogs ul li{
  list-style: disc;
  padding: 3px 0;
}
.blog-detail .blog-tags {
  display: inline-block;
  float: right;
}
.blog-detail .blog-tags > span {
  font-weight: bold;
  font-size: 14px;
  margin-right: 15px;
}
.blog-detail .blog-comment-block #blog-localengine .comment-item {
  padding: 30px;
  margin-bottom: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;

}
.blog-detail .blog-comment-block #blog-localengine .comment-item .comment-wrap {
  margin-left: 80px;
}
.blog-detail .blog-comment-block #blog-localengine .comment-item .comment-wrap .comment-meta {
  color: #222;
  font-weight: bold;
  margin-bottom: 10px;
}
.blog-detail .blog-comment-block #blog-localengine .comment-item .comment-wrap .comment-meta > span {
  margin-right: 15px;
}
.blog-detail .blog-comment-block #blog-localengine .comment-item .comment-wrap .comment-meta > span span {
  color: #888;
  margin-left: 10px;
  font-weight: normal;
}
.blog-detail .blog-comment-block #blog-localengine .form-group {
  margin-bottom: 20px;
  position:relative;
  z-index:1;
}
.blog-detail .blog-comment-block .btn-send {
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  min-width: 110px;
  text-align: center;
  color: #fff;
  background-color: #eee;
  font-weight: 600;
  float: right;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;

}
.blog-detail .blog-comment-block .btn-send i {
  margin-right: 10px;
  font-weight: 800;
}
.blog-detail .blog-comment-block .btn-send:hover {
  background-color: #222;
}

.blog-comment-block h3{
  margin-bottom:15px;
  font-weight: 600;
  color: #000;
}
.blog-comment-block #comment-form{ margin-top: 30px; }
.comment-capcha-image{ margin-bottom: 10px; }
h1.blog-heading{
	 color: #000000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.ps-carousel { }
.Recent-title,
#blog-category{ margin-bottom: 30px; }
.subcategories-title{ margin-bottom: 20px; }
.category-title{ padding: 15px 0 5px; text-transform: capitalize; font-weight: 600; }
.secondary-blog .flexRow{ 
  clear: both;
    float: left;
}
#blog-listing .pagination li{ 
  background: #FFFFFF;
    display: inline-block;
    float: left;
    margin: 0 0 0 4px;
    padding: 0px;
}

#blog-listing .pagination li.previous > span,
#blog-listing .pagination li.next > span{ width: auto; }

#blog-listing .pagination .previous,
#blog-listing .pagination .next {
  font-size: 14px;
  width: auto;
}
#blog-listing #pagination{
  float: right;
  width: auto;
}
#blog-listing .pagination li a,
#blog-listing .pagination li > span{
	height: 40px;
    margin: 0;
    padding: 10px 13px;
    width: 35px;
    color:#000;
    background: none;
    border: none;
    display: block;
    font-weight:400;
    border: 1px solid #ddd;
}
#blog-listing .pagination li.active > span,
#blog-listing .pagination li.current > span,
#blog-listing .pagination li a:hover{
  color: #FFFFFF;
    border-color: #87bd3c;
    background-color: #87bd3c;
}
#blog-listing .product-count, .Recnet-blog .product-count{
    float: left !important;
    margin-top: 20px;
}
#blog-carousel {
    margin: 0;
}
.blog-meta span > a {
    font-weight:500;
	color:#333;
}
.blog-meta span > a:hover{ color:#87bd3c;}
#blog-listing, .Recnet-blog{
    margin-bottom: 50px;
}
.bottom-line .pagination {
    border: 0 none;
    float:right;
    margin: 0;
    padding: 0;
    width: auto;
}
.Recnet-blog .product-count.float-xs-right{ float:left !important;}
#blog-listing .pagination li, .Recnet-blog .pagination li {
    background: #ffffff none repeat scroll 0 0;
    display: inline-block;
    float: left;
    margin: 0 0 0 4px;
    padding: 0;
}
#blog-listing .pagination li, .Recnet-blog .pagination li {
    background: #ffffff none repeat scroll 0 0;
    display: inline-block;
    float: left;
    margin: 0 0 0 4px;
    padding: 0;
	font-size:14px;
}
.pagination li > span {
     border: 1px solid #ddd;
    color: #000;
    display: block;
    font-weight: 600;
    margin: 0;
    padding: 9px 13px;
}

.pagination li:hover > span, .pagination li.current > span{ background:#87bd3c; color:#fff; font-weight:400; border-color:#87bd3c;}
#blog-listing .pagination li a, .Recnet-blog .pagination li a{ padding: 9px 13px; font-size:14px; width:auto; height:40px; 
border: 1px solid #ddd; color: #000; font-weight:500;}
#blog-listing .pagination li a:hover, .Recnet-blog .pagination li a:hover{background: #87bd3c; color:#fff;  border-color: #87bd3c;}
.float-xs-right {
    float: right !important;
}
#module-psblog-blog{ overflow-X:hidden;}
.category-info h1 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}
.blog-meta .fa {
    padding-right: 5px;
}
#list_3 span {
    line-height: 25px;
}
.blog-meta > span:last-child {
    margin-right: 0;
    padding: 0;
}
.homeblog-inner:hover .customNavigation{ visibility:visible;}

.blog-image .blogicons{
bottom: 0;
    height: 51px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;

    top: 0;
    width: 100px;
    opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.blog-post .blog-item:hover .blog-image .blogicons,
.secondary-blog .blog-item:hover .blog-image .blogicons{
	opacity: 1;
    filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.blog-image .blogicons a{
width: 45px;
height: 45px;
display: inline-block;
float: none;
}
.blog-image .blogicons .icon:before{
font-family: "FontAwesome"; 
    border: 2px solid white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    bottom: 0;
    color: white;
    font-size: 14px;
    height: 45px;
    margin: auto;
    right: 50%;
    padding: 14px;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
    top: 0;
    width: 45px;
line-height: 14px;
}
.blog-image .blogicons .icon:hover:before{
	-webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
    border-color:#87bd3c;
    color:#87bd3c;
}
.blog-image .blogicons .icon.zoom:before{
    content: "\f002";
left: 0px;
}
.blog-image .blogicons .icon.readmore_link:before{  
    content: "\f0c1";
right: 0px;
}

.blog-item .blog-image .post-image-hover {
    height: 100%;
    left: 0;
    top: 0px;
    position: absolute;
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
	-moz-transition: all 400ms ease 0s;
	-ms-transition: all 400ms ease 0s;
	-o-transition: all 400ms ease 0s;
    width: 100%;
}
.blog-post .blog-item:hover .blog-image .post-image-hover,
.secondary-blog .blog-item:hover .blog-image .post-image-hover{    
	background: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}



@media (max-width: 480px) {
	#blog-listing .product-count, .Recnet-blog .product-count, .Recnet-blog .product-count.float-xs-right{ float: right !important;}
}


















