/* category */
/* blog listing */
.blog-meta {
  margin-bottom: 10px;
}
.blog-meta > span {
	font-size:15px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 15px;
    padding-right: 10px;
  position: relative;
  text-transform: capitalize;
}
.homeblog-inner .blog-meta .blog-created {  color: #a5db25;}
.blog-meta > span:last-child:before {
  display: none;
}
.homeblog-inner{
  position: relative;
      float: left;
    width: 100%;
	margin:30px 0 0;
}

.blog-row {
    margin: 0 -22px;
}
.homeblog-inner li.blog-post{
	padding: 15px 22px;
  margin-bottom: 0 !important;
}
.homeblog-inner li .blog-item { margin-bottom: 0px; }
.blog-item {
  background-color: #fff;
  position: relative;
  margin-bottom: 30px;
  margin-top: 0;
  font-size: 14px;
}
.secondary-blog > div {
    margin-bottom: 40px;
}
.pagination b {
    font-weight: 400;
}
.blog-item .blog-content-wrap {
  background-color: #fff;
  text-align: left;
}
.blog-item .blog-content-wrap .title a{
	font-weight: 500;
	font-size:15px;
 	 text-transform: uppercase;
	color:#000;
	line-height:25px;
}
.homeblog-inner .blog-item .blog-content-wrap .title a{
	font-weight: 300;
	text-transform: capitalize;
}
.secondary-blog .blog-item .blog-content-wrap .title a{ font-size:18px;}


.blog-item .blog-content-wrap .title a:hover{
	color: #a5db25;
}
.blog-content-wrap .title{ margin-bottom:10px;}
.tmblog-latest .blog-item .blog-meta,
.secondary-blog .blog-item .blog-meta{
  text-transform: uppercase;
    margin: 0;
  padding: 20px 0px 3px;
    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;
    display: inline-block;
}
.blog-item .readmore{
	padding: 10px 0 0;
	position:relative;
	z-index:1;
}
.blog-item .blog-content-wrap .readmore p {
  margin-bottom: 0;
  margin-top: 10px;
}
.blog-item .blog-content-wrap .blog-shortinfo {
  line-height: 24px;
  
}
#index .blog-item .blog-content-wrap .blog-shortinfo {
  display: none;
}
.blog-item .blog-content-wrap .blog-shortinfo .more {
  height: 0;
  padding: 0;
}
.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;
  box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.12);
}

.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: uppercase;
  color: #000;
  font-weight:400;
  margin-bottom: 20px;
}
#blog-listing.box h1 {
    color: #000000;
    font-weight: 400;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.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%;
}
.blog-detail .extra-blogs h4{
  margin-bottom:15px;
  font-weight: 500;
  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;
  display: inline-block;
  width: 100%;
}
.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 .comment-item .comment-link a{ color: #000;}
.blog-detail .blog-comment-block #blog-localengine .comment-item .comment-link a:hover{ color: #a5db25;}
.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: 500;
  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; text-transform: uppercase; color: #000; font-weight: 500;}
.childrens h4 a{ text-transform: uppercase; color: #000; padding: 15px 0 5px; display: inline-block; font-weight: 500;}
#blog-category .col-xs-12, .childrens .col-lg-3{ width: 100%}
.childrens .col-lg-3{ width: 100%; padding: 0;}
.category-title{ padding: 15px 0 5px; text-transform: capitalize; font-weight: normal; }
.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;
  margin: 0px;
}
#blog-listing .pagination li a,
#blog-listing .pagination li > span{
	height: 38px;
    margin: 0;
    padding: 10px 15px;
    width: 38px;
    color:#000;
    background: none;
    border: none;
    display: block;
    font-weight: 500;
    border: 1px solid #ddd;
	line-height: 18px;
}

#blog-listing .pagination li:last-child a,
#blog-listing .pagination li:first-child > span
{ padding: 10px 6px; width: auto;}
.Recnet-blog .pagination li:first-child > span, .Recnet-blog .pagination li:last-child a{ padding: 6px 6px; width: auto;}
.Recnet-blog .pagination li.active.current span{padding: 8px 7px; line-height: 20px;}

#blog-listing .pagination li:last-child a i,
#blog-listing .pagination li:first-child > span i,{ line-height: 20px}
#blog-listing .pagination li.active > span,
#blog-listing .pagination li.current > span,
#blog-listing .pagination li a:hover{
  color: #FFFFFF;
    border-color:#a5db25;
    background-color:#a5db25;
}
#blog-listing .product-count{
    float: left !important;
    margin-top: 20px;
}
#blog-carousel {
    margin: 0;
}
.blog-meta span > a {
    font-weight:500;
	color:#999;
}
.blog-meta span > a:hover{ color:#a5db38;}
#blog-listing {
    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;
}
#blog-listing .pagination li#pagination_next i, #blog-listing .pagination li#pagination_previous i{
    line-height: 18px;
}
 .Recnet-blog .pagination li#pagination_next i, .Recnet-blog .pagination li#pagination_previous i { line-height: 26px;}
.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:#a5db25; color:#fff; font-weight:500; border-color:#a5db25;}
#blog-listing .pagination li a, .Recnet-blog .pagination li a{ padding: 9px 13px; font-size:14px; width:auto; height:38px;border: 1px solid #ddd; color: #000; line-height: 18px}
#blog-listing .pagination li a:hover, .Recnet-blog .pagination li a:hover{background:#a5db25; color:#fff; font-weight:400; border-color:#a5db25;}
.float-xs-right {
    float: right !important;
}
#module-psblog-blog{ overflow-X:hidden;}
.category-info h1 {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
	text-transform: uppercase;
}
.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;
    transition: all 0.3s ease 0s;
    -webkit-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;
    filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.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;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
    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;
    color:#fff;
    background:#a5db25;
}
.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;
}

#categories_blog_toggle{ padding: 10px 1px !important;}




@media (max-width: 479px) {
	 #blog-listing .product-count,.Recnet-blog .product-count.float-xs-right{ float: right !important;  margin-top: 20px;}
}













