/* category */
/* blog listing */
.blog-meta {
  margin-bottom: 10px;
}
.blog-meta > span {
    color: #000;
	font-size:14px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 14px;
    padding-right: 10px;
   position: relative;
   text-transform: capitalize;
   font-weight: 400;
}
#index .blog-meta > span { margin-bottom:0;}
.blog-meta > span:last-child:before {
  display: none;
}
.homeblog-inner{
  position: relative;
      float: left;
    width: 100%;
}
.lastest_block.block.tmblog-latest #spe_res{ margin: 0 -15px;}
.blog-row {
    margin: 0 -22px;
}

.lastest_block.block.tmblog-latest {
    clear: both;
    position: relative;
    width: 100%;
	margin: 0 auto 32px;
}
.lastest_block.block.tmblog-latest #blog-carousel {
  float: left;
  margin-bottom: 0;
  position: relative;
  width: 100%;
}

#index .fa.fa-calendar {
   font-size: 14px;
   margin: 0 3px;
}
#module-psblog-category .childrens {
    margin: 0 0 40px;
}

.blog_title{
    float: left;
    position: relative;
    width: 100%;
	margin-bottom: 0;

}

.homeblog-inner li.blog-post{
	padding: 13px 15px;
  margin-bottom: 0 !important;
  display: inline-block;
}
.homeblog-inner li .blog-item {
  margin-bottom: 0;

}
.blog-item {

  font-size: 14px;
  float: left;
  position: relative;
  margin-bottom: 30px;

}
.secondary-blog .blog-item h4.title {
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 15px;
}

.pagination b {
    font-weight: 400;
}
#module-psblog-list .blog-item .blog-content-wrap { width:100%;}
.homeblog-inner .blog-item .blog-content-wrap{ float: left; width: 100%;}
.blog-item .blog-content-wrap {
  background-color: #fff;
  text-align: left;
}
.lastest_block .blog-item .blog-content-wrap .blog-created{ margin-top:20px; position: relative; display: inline-block;}
.lastest_block .blog-item .blog-content-wrap .title a {
  color: #191919;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  text-transform: capitalize;
  line-height: 20px;
  letter-spacing: 0.3px;
}
.lastest_block .blog-item .blog-content-wrap .title {
  margin: 28px 0 13px;
}
.blog-item .blog-content-wrap .title a {
    color: #131414;
    float: left;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
    text-align: left;
    text-transform: capitalize;
}
.lastest_block .blog-created {
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: -52px;
  -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;
  padding: 14px 22px;
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  -khtml-opacity: 0.8;
}
.lastest_block .blog-post .blog-item:hover .blog-created{ bottom: 0;}
.lastest_block .blog-created .date {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  position: relative;
  text-align: left;
  width: auto;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  float: left;
}
.blog-ctncomment a {
  text-align: right;
  position: relative;
  float: right;
  font-size: 11px;
  letter-spacing: 0.5px;
  color: #fff;
}
.secondary-blog .blog-item .blog-content-wrap .title a{ font-size:18px;}


.blog-item .blog-content-wrap .title a:hover, .blog-item:hover .blog-content-wrap .title a{
	color: #767676;
}
.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;}
.lastest_block .blog-item .readmore {
  padding: 0;
  width: auto;
  display: inline-block;
}
.blog-item .readmore{
	padding: 10px 0 0;
	position:relative;
	z-index:1;
	 text-transform:uppercase;
}

.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;
}
.lastest_block .blog-item .blog-content-wrap .blog-shortinfo {
  margin: 0;
}
.blog-item .blog-content-wrap .blog-shortinfo {
  color: #777777;
  float: left;
  position: relative;
  width: 100%;
  font-size: 14px;
  line-height: 23px;
  margin: 0 0 5px;
  text-align: left;
  letter-spacing: 0.4px;
}

.lastest_block .blog-item .readmore a {
  padding: 0;
  color: #000;
  text-transform: capitalize;
  font-style: italic;
  font-weight: 400;
}
.lastest_block .blog-item .readmore a:hover {
  color: #767676;
}
.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:#fff;
  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;
	width: 100%;
}



.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.9;
	-khtml-opacity: 0.9;
	-webkit-opacity: 0.9;
	-moz-opacity:0.9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
}

.blog-detail {

  margin-bottom: 120px;
}
.blog-detail > div {
  margin-bottom: 30px;
}
.blog-detail .blog-image {
  padding-bottom: 30px;
  margin-bottom: 0;
}
.blog-detail .blog-title {
  color: #191919;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 22px;
}
#blog-listing.box h1 {
    color: #000000;
    font-weight: 600;
  margin-bottom: 20px;
}
.blog-detail .blog-description {
  font-size: 13px;
  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 #e0e0e0;
  background: #fff;

}
.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: #000;
  font-weight: 700;
  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;
}
.Recnet-blog .Recent-title.h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
}
.Recent-title,
#blog-category{ margin-bottom: 30px; }
#module-psblog-category .category-info { padding-top: 10px;}
.subcategories-title{ margin-bottom: 20px; text-transform: uppercase; color: #000; font-weight: 600;}
.category-title{ padding: 15px 0 5px; text-transform: capitalize; font-weight: 600; }
.secondary-blog .flexRow{ 
  clear: both;
    float: left;
    margin: 0 -15px;
}
#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; height: 40px; }

#blog-listing .pagination .previous,
#blog-listing .pagination .next {
  font-size: 13px;
  width: auto;
  line-height: 15px;
}
#blog-listing #pagination{
  float: right;
  width: auto;
}
#blog-listing .pagination li a,
#blog-listing .pagination li > span{
	height: 40px;
    margin: 0;
    padding: 12px 15px;
    width: 40px;
    color:#767676;
    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: #191919;
    border-color: #191919;
 
}
#blog-listing .product-count, .Recnet-blog .product-count{
    float: left !important;
    margin-top: 10px;
}
#blog-carousel {
    margin: 0;
}
.blog-meta span > a {
  color: #000000;
  font-weight: 400;
}
.blog-meta span > a:hover{ color:#767676;}
#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: #767676;
    display: block;
    font-weight: 600;
    margin: 0;
    padding: 10px 13px;

}
.Recnet-blog .pagination li.active > span {
  line-height: 22px;
  padding: 9px 15px 7px;
}
#blog-listing .pagination li.active > span {
  line-height: 22px;
  padding: 9px 15px 4px;
}
.pagination li:hover > span, .pagination li.current > span{  color:#191919; font-weight:400; border-color:#191919;}
#blog-listing .pagination li a, .Recnet-blog .pagination li a{ 
	padding: 12px 15px; 
	font-size:14px; 
	width:auto; 
	height: 40px; 
	border: 1px solid #ddd;
	color: #767676; 
	font-weight: 400; 
	line-height: 15px;

}

#blog-listing .pagination li a:hover, .Recnet-blog .pagination li a:hover{ color: #191919;  border-color: #191919;}
.float-xs-right {
    float: right !important;
}
#module-psblog-blog{ overflow-X:hidden;}
.category-info h1 {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
}
.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);
	z-index:2;
}
.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: 1px solid #000;
	background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    bottom: 0;
    color: #000;
    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: 17px;
}
.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;
    color:#fff;
	background-color: #000;
	
}
.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: 1199px) {
.blog-detail .blog-title{ font-size: 19px;}
.blog-detail .blog-comment-block #blog-localengine .comment-item .comment-wrap .comment-meta {
  margin-bottom: 5px;
}
}

@media (max-width: 991px) {
	.blog-detail .blog-comment-block #blog-localengine .col-form-label {
 	 float: left;
	}
	#module-psblog-blog .blog-comment-block .offset-md-3 {
	  margin-left: 0;
	}
	.blog-detail .blog-comment-block #blog-localengine .ipts-captcha {
	  width: 100%;
	}
	#module-psblog-blog .blog-detail {
	  margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
  .lastest_block.block.tmblog-latest #blog-carousel {margin-bottom: 10px;margin-top: 20px;}



.lastest_block .blog-created {padding: 8px 2px;}
.lastest_block.block.tmblog-latest {margin: 0 auto;}
	.blog-detail .blog-title {
	  font-size: 18px;
	}
	#module-psblog-blog .blog-comment-block .offset-md-3 {
	  margin-left: 0;
	}
	
	.homeblog-inner li.blog-post .blog-image::before{ display:none;}
}
@media (max-width: 479px) {
	#blog-listing .product-count, .Recnet-blog .product-count, .Recnet-blog .product-count.float-xs-right {
	  float: right !important;
	  text-align: right;
	  width: 100%;
	}

	.homeblog-inner li.blog-post{ padding: 15px 5px;}
	.lastest_block.block.tmblog-latest #spe_res{
		margin: 0 -5px;
	}
	.blog-detail .blog-title, .secondary-blog .blog-item h4.title {
	  font-size: 16px;
	  letter-spacing: 0.3px;
	}

	.blog-meta > span{ font-size: 13px;}
	.blog-detail .blog-comment-block #blog-localengine .comment-item .comment-wrap {
	  clear: both;
	  margin-left: 0;
	  padding-top: 15px;
	}
	.lastest_block.block.tmblog-latest {
	  margin: 0 auto;
	}
}


















