/* category */
/* blog listing */
.blog-meta {
  margin-bottom: 10px;
}
.blog-meta > span {
	font-size:13px;
    display: inline-block;
    margin-right: 15px;
    padding-right: 10px;
  position: relative;
  text-transform: capitalize;
  line-height:32px;
  float: left;
}
.homeblog-inner .blog-meta .blog-created {  color: #ffcd06;}
.blog-meta > span:last-child:before {
  display: none;
}
.homeblog-inner {
  position: relative;
  float: left;
  width: 100%;
  margin: 10px 0 0;
}
.homeblog-inner:hover .customNavigation{
	opacity:1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity:1;
}

.homeblog-inner li.blog-post{
	padding: 15px 15px;
  	margin-bottom: 0 !important;
	overflow:hidden;
}
.homeblog-inner li .blog-item { margin-bottom: 0px; }
.blog-item {
  position: relative;
  margin-bottom: 30px;
  margin-top: 0;
  font-size: 14px;
  overflow:hidden;
}

.secondary-blog > div {
    margin-bottom: 30px;
}
.blog-item .blog-content-wrap {
  text-align: center;
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  display: inline-block;
  padding: 20px;
  background-color: #fff;
}
.blog-item .blog-content-wrap .title a{
	font-size:12px;
	color:#000;
	line-height:22px;
	letter-spacing:0.7px;
  font-weight: bold;
}

.secondary-blog .blog-item .blog-content-wrap .title a{ font-size:18px;}


.blog-item .blog-content-wrap .title a:hover{
	color: #ffcd06;
}
.lastest_block .owl-controls.clickable {
    display: none !important;
}
.blog-content-wrap .title{ margin-bottom:7px; height: 25px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.tmblog-latest .blog-item .blog-meta,
.tmblog-latest .blog-item .blog-meta, .secondary-blog .blog-item .blog-meta {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  text-align: center !important;
  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-ctncomment .btn.btn-primary:hover {
    color: #fff;
}
.secondary-blog .blog-item .blog-meta{
padding-top:0;
padding-bottom:0;
}
.secondary-blog .blog-item .blog-meta > span{
line-height:28px;
float:left;
text-align: left;
}
#module-psblog-category .blog-image, #module-psblog-list  .blog-image{
    margin-bottom: 20px;
}

.secondary-blog .readmore a {
    opacity: 1;
	-webkit-opacity:1;
    -moz-opacity:1 ; 
    -ms-opacity:1;
    -o-opacity:1;
}
.homeblog-inner .desc_blog .readmore {
  padding: 0 0 0;
  position: relative;
  z-index: 1;
  background: none;
  color: #000;
  text-transform: capitalize;
  border: none;
  font-size: 12px;
  line-height: 22px;
  margin: 0;
  font-weight: 300;
  letter-spacing: 0.5px;
  display: none;
}
.blog-item .readmore:hover {
    color: #ffcd06;
}
#index .blog-item .readmore:hover {
    color: #ffcd06 !important;
}
.blog-item .blog-content-wrap .readmore p {
  margin-bottom: 0;
  margin-top: 10px;
}
.blog-item .blog-content-wrap .blog-shortinfo {
  line-height: 24px;
  margin-bottom:11px;
}
#index .blog-item .blog-content-wrap .blog-shortinfo {
  display: block;
  text-align:center;
}
.blog-text{
display:none;
}
#module-psblog-list .readmore a, #module-psblog-category .readmore a{
	margin-top:10px;
	margin-bottom:5px;
}

@media (max-width:991px){
	.readmore a {
		font-size: 13px;
		padding:5px 15px 7px;
	}	
	#categories_blog_toggle {
		padding: 0 !important;
	}
}
@media (max-width:767px){
	.readmore a {
		font-size: 14px;
		padding: 9px 29px 10px;
		opacity:1;
		-webkit-opacity:1;
		-moz-opacity:1;
		-ms-opacity:1;
		-o-opacity:1;
	}
  .homeblog-inner{
    margin: 0;
  }
  /* .blog-row {
    margin: 0 -10px;
  } */
  .homeblog-inner li.blog-post {
    padding: 10px;
  }
}

.blog-item:hover .readmore a{
opacity:1;
 -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity:1;
}
.blog-item .blog-content-wrap .blog-shortinfo .more i {
  color: #888;
}
.blog-item .blog-content-wrap .blog-shortinfo .more i:hover {
  color: #222;
}

#blog-grid .blog-item .blog-image>a{
  position: relative;
  display: block;
}
#blog-grid .blog-item .blog-image>a::before{
  content: '';
  display: block;
  padding-top: 100%;
}
#blog-grid .blog-item .blog-image img{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.blog-item .blog-image {
  position: relative;
  max-width: 100%;
  padding: 0;
  display: block;
  overflow:hidden;
  width: 100%;
  float: left;
}
/* .blog-row{
  margin:0 -12px;
} */
.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;
}

.blog-detail {
  background-color: none;
  margin-bottom: 10px;
}
.blog-detail > div {
  margin-bottom: 20px;
}
.blog-detail .blog-image {
  padding-bottom: 30px;
  margin-bottom: 0;
}
.blog-detail .blog-title {
  font-size: 18px;
  text-transform: capitalize;
  color: #000;
  font-weight:500;
  margin-bottom: 15px;
  line-height:32px;
}
#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: 40px;
  line-height:25px;
  letter-spacing:0.5px;
  word-wrap: break-word;
}
.blog-detail .blog-description *{
  font-family: inherit!important;
}
.blog-detail .social-share {
  display: inline-block;
  float: left;
}
.social-share .itemTwitterButton,
.social-share .itemFacebookButton,
.social-share .itemGooglePlusOneButton{
  margin-bottom: 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;
  display:inline-block;
}
.blog-detail .blog-comment-block #blog-localengine .comment-item .comment-wrap .comment-meta > span span {
  color: #010101;
  font-weight: 300;
}
.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: #ffcd06;}
.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; }
#blog-category {
    margin-bottom: 15px;
}
.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.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, #blog-category #pagination{
  float: right;
  width: auto;
  margin: 0px;
}

#blog-listing .pagination li:last-child a i,
#blog-listing .pagination li:first-child > span i,{ line-height: 20px}

#blog-listing .product-count{
    float: left !important;
    margin-top: 20px;
}
#blog-listing .pagination li a, #blog-listing .pagination li > span {
  height: 30px;
  margin: 0;
  padding: 4px 4px;
  width: 30px;
  color: #fff;
  border: none;
  display: block;
  font-weight: 500;
}

#blog-listing .pagination li a, .Recnet-blog .pagination li a {
  padding: 7px 12px;
  font-size: 13px;
  color: #341e87;
  font-weight: 500;
  line-height: 20px;
  height: 30px;
  width: 30px;
  border: none;
  background: #fff;
}
#blog-listing .pagination li a:hover, .Recnet-blog .pagination li a:hover {
  background: #341e87;
  color: #fff;
}
#blog-listing #pagination #pagination_next a, #blog-listing #pagination #pagination_previous a {
  padding: 4px 4px;
}
.Recnet-blog .pagination #pagination_next a {
  padding: 4px 5px;
  line-height: 22px;
}

#blog-listing .pagination li.active > span, .Recnet-blog .pagination li.active > span {
  line-height: 21px;
  padding: 6px 12px;
  height: 30px;
  width: 30px;
  color: #fff;
  display: inline-block;
}
.pagination #pagination_previous > span {
  padding: 4px 3px;
  line-height: 22px;
  display: inline-block;
}
.pagination b {
  font-weight: 400;
}
#blog-listing .pagination li > span:hover .material-icons, .pagination li.current > span:hover .material-icons, #blog-listing .pagination li.disabled:hover .material-icons, .Recnet-blog .pagination li.disabled:hover .material-icons, #blog-listing .pagination li.disabled .material-icons, .Recnet-blog .pagination li.disabled .material-icons {
  color: #fff;
}
.Recnet-blog .pagination li.disabled .material-icons{
  color: #341e87;
}

.lastest_block.block.tmblog-latest {
  position: relative;
  padding: 66px 0 5px;
  text-align: center;
  clear: both;
}
#blog-carousel {
    margin: 0;
}
.blog-meta span > a {
    font-weight:400;
	color:#010101;
}
/* .blog-meta span > a:hover{ color:#ffcd06;} */
#blog-listing {
    margin-bottom: 0px;
}
.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: #341e87; */
  background: #fff;
  display: inline-block;
  float: left;
  margin: 0 0 0 4px;
  padding: 0;
  font-size: 14px;
  color: #341e87;
  width: 30px;
  height: 30px;
}
#blog-listing .pagination li.current, .Recnet-blog .pagination li.current {
 background: #341e87; 
}
.float-xs-right {
    float: right !important;
}
#module-psblog-blog{ overflow-X:hidden;}
.category-info h1 {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
	text-transform: uppercase;
}
.blog-content-wrap .blog-meta{
text-align:center!important
}
#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: 90px;
  opacity: 0;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 6;
}
.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: 40px;
  height: 40px;
  display: inline-block;
  float: none;
}
.blog-image .blogicons .icon::before {
  font-family: "FontAwesome";
  border: none;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  height: 40px;
  margin: 0 auto;
  right: 50%;
  padding: 13px;
  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: 40px;
  line-height: 14px;
  background: #341e87;
}
.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:#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;
}

#module-psblog-list .blog-item:hover .blog-item .blog-content-wrap{
	bottom:0;	
}
@media (max-width: 479px) {
	 #blog-listing .product-count,.Recnet-blog .product-count.float-xs-right{ float:left !important;  margin-top: 20px;}
}

@media (max-width:482px){

	.readmore a {
		font-size: 13px;
		padding: 5px 15px 7px;
	}
}
#index .blog-item .fa.fa-calendar {
    display:none;
  	font-size:12px;
}
#index .blog_summary > p {
    display: none;
}
.blog-created .dayofmonth {
  font-size: 26px;
  font-weight: 600;
  display:block;
}
.blog-created .month {
	font-size: 16px;
	font-weight: normal;
}
#index .blog-created {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: capitalize;
}
.blog-ctncomment .btn.btn-primary {
    background: no-repeat;
    border: none;
    color: #fff;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0.5px;
	padding:0;
	text-transform:uppercase;
	font-weight:400;
}
.blog-ctncomment .btn.btn-primary::after {
    content: initial;
}
.blog-ctncomment .btn.btn-primary::before {
    content: initial;
}
#index .blog-item .readmore::after{
	content:initial;
}
#index .blog-item .readmore::before{
	content:initial;
}
.blog-ctncomment {
    float: right;
	margin-right:15px;
	margin-bottom:3px;
  display: none;
}
.fa-comments-o::before {
    content: "\f0e6";
	font-family:fontawesome;
}
.blog-item .blog-content-wrap .blog-shortinfo .more {
  padding: 9px 20px;
  background: #341e87;
  color: #fff;
  text-transform: uppercase;
  margin-top: 25px;
  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-item .blog-content-wrap .blog-shortinfo .more:hover {
	background:#000;
}
.homeblog-inner .blog-item .blog-content-wrap .title a {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 7px;
}

.lastest_block .container{
	padding:0 0 10px;
}
#module-psblog-list .blog-shortinfo, #module-psblog-category  .blog-shortinfo{
    margin-bottom: 0;
    color: #010101;
    position: static;
    background: none;
    padding: 0;
    text-align: left;
}
#module-psblog-category .blog-shortinfo{
	margin-bottom:0;
  text-align: left;
}
.col-xs-12.col-sm-12.col-lg-8.category-info.caption p{
	margin-top:30px
}
#module-psblog-list .blog-content-wrap, #module-psblog-category .blog-content-wrap{
	position:relative;
	bottom:0;
	background:none;
	padding:0;
  text-align: left;
}
#module-psblog-list .blog-content-wrap .title a, #module-psblog-category .blog-content-wrap .title a{
	color:#000;
	font-size:15px;
	line-height:32px;
	font-weight:500;
}
.Recent-title.h3 {
    color: #000;
}

/* #module-psblog-list .blog-content-wrap .title a:hover, #module-psblog-category .blog-content-wrap .title a:hover{
	color:#ffcd06;
} */
.fa::before {
    margin-left: 0;
	margin-right:5px;
}
.lastest_block h2.h1::after {
    top: 35px;
}
.blog-shortinfo {
  position: absolute;
  min-width: 70px;
  min-height: 70px;
  background: #341e87;
  padding: 10px;
  text-align: center;
  top: 10px;
  left: 10px;
  right: auto;
}
.fa-calendar::before {
    content: "\f133";
    font-family: fontawesome;
}
.homeblog-inner .blog-item .blog-content-wrap .title a:hover {
    color: #341e87;
}
.homeblog-inner .desc_blog {
  font-size: 14px;
  text-transform: capitalize;
  line-height: 26px;
  letter-spacing: 0.4px;
  color: #666;
  font-weight: 400;
  margin: 0 0 10px 0;
}
/* #module-psblog-blog .blog-ctncomment{
	float:none;
} */
@media (max-width:1199px){
  .lastest_block.block.tmblog-latest {padding: 26px 0 5px;}
}
@media (max-width:991px){

	.offset-md-3{
		margin-left:0;
	}
	.col-form-label{
		float:left;
		width:100%;
		text-align:left;
	}
	.ps_sortPagiBar.clearfix.bottom-line {
		margin-bottom: 30px;
	}
  .readmore a {
    font-size: 13px;
    padding:5px 15px 7px;
  } 
  #categories_blog_toggle {
    padding: 0 !important;
  }
}
@media (max-width:767px){
  .readmore a {
    font-size: 14px;
    padding: 9px 29px 10px;
    opacity:1;
    -webkit-opacity:1;
    -moz-opacity:1;
    -ms-opacity:1;
    -o-opacity:1;
  }
  /* .blog-row {
    margin: 0 -10px;
  } */
  .homeblog-inner li.blog-post {
    padding: 10px;
  }
	#index .blog-created{
		left:0;
	}
	.lastest_block.block.tmblog-latest {
		margin-bottom: 0px;
		padding: 20px 10px;
    padding-bottom: 0;
	}
	.blog-image .blogicons{
		opacity: 1;
		filter: alpha(opacity=100);
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
	}
}
@media (max-width:604px){
	.lastest_block .container{
		padding:20px 15px 0;
	}
	.blog-shortinfo{
		padding:8px 15px;
	}
}

@media (max-width:482px){

	.blog-image .blogicons .icon::before{
		height:35px;
		width:35px;
		padding:9px;
	}
	.brands.container {
		margin-top: 0;
		position: relative;
		overflow: hidden;
	}
}
@media (max-width:480px){
	.blog-shortinfo {
		padding: 10px 15px 12px;
	}
	#index .blog-created {
		font-size: 12px;
	}
	#index .blog-item .fa.fa-calendar {
		font-size: 12px;
	}
	.fa-calendar::before {
		margin-right: 5px;
	}
	.blog-ctncomment .btn.btn-primary {
		font-size: 12px;
	}
	.blog-ctncomment {
		margin-right: 15px;
	}
}
@media (max-width:479px){
}
