/* category */
/* blog listing */
.blog-meta {
  margin-bottom: 10px;
}
.blog-meta > span {
  margin-right: 15px;
  padding-right: 10px;
  color: #000000;
  position: relative;
  text-transform: capitalize;
  margin-top: 15px;
  margin-bottom: 10px;
  display: inline-block;
}
.blog-meta .fa{ padding-right: 5px; }

.blog-meta > span:last-child{
 border: none;
 margin-right: 0px;
 padding-right:0;
}
.blog-meta > span:last-child:before {
  display: none;
 
}
.blog-item .blog-meta time.date {
    color: #dd5f5f;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 0.8px;
}
.homeblog-latest .blog-meta .blog-created .fa,
.secondary-blog .blog-meta .blog-created .fa {
    color: #dd5f5f;
    display: inline-block;
    padding-right: 2px;
}
.fa-calendar:before{
	
}

.homeblog-inner{
	margin: 0;
}
.homeblog-inner li.blog-post{
	padding: 15px 10px 15px;
  border: 1px solid #ebebeb;
  border-top: 0;
}
.homeblog-inner li .blog-item { margin-bottom: 0px; }
.blog-item {
  position: relative;
  margin-bottom: 30px;
  margin-top: 0;
}
.blog-item .blog-content-wrap {
  text-align: left;
}
.blog-item .blog-content-wrap .title {
    font-weight: 500;
    text-transform: capitalize;
    line-height: 24px;
    font-size: 14px;
    letter-spacing: 0.6px;
    margin-bottom: 5px;
}
.blog-item .blog-content-wrap .title a { color: #000000; }
#left-column .blog-item .blog-content-wrap .title a, 
#right-column .blog-item .blog-content-wrap .title a {
    color: #000;
}
#left-column .blog-item .blog-content-wrap .title a:hover, 
#right-column .blog-item .blog-content-wrap .title a:hover {
    color: #dd5f5f;
}
.blog-item .blog-content-wrap .title a:hover { color: #dd5f5f; }
.Recnet-blog .secondary-blog {
    margin: 0 -15px;
}
.homeblog-latest .blog-item .blog-meta,
.secondary-blog .blog-item .blog-meta,
.blog-item .blog-meta{
	text-transform: uppercase;
    margin: 0;
    padding:0px;
    color: #dd5f5f;
    text-align: left;
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	line-height: 16px;
}
.blog-item .readmore{
	padding: 5px 0 5px 0;
}
.blog-item .readmore .btn{ 
	padding: 0px;
	text-transform: uppercase;
	color: #dd5f5f;
  	display: inherit;
	text-align: left;
}
#left-column .blog-item .blog-content-wrap .blog-shortinfo .readmore a:hover, 
#right-column .blog-item .blog-content-wrap .blog-shortinfo .readmore a:hover,
.blog-item .blog-content-wrap .blog-shortinfo .readmore a:hover {
    color: #dd5f5f;
    text-decoration: none;
}
#left-column .blog-item .blog-content-wrap .blog-shortinfo .readmore a, 
#right-column .blog-item .blog-content-wrap .blog-shortinfo .readmore a,
.blog-item .blog-content-wrap .blog-shortinfo .readmore a {
    color: #005371;
    text-transform: capitalize;
    font-size: 13px;
    text-decoration: underline;
}
.blog-item .readmore .btn:hover{ color: #000000; }
.blog-item .blog-content-wrap .readmore p {
  margin-bottom: 0;
  margin-top: 10px;
}
.blog-item .blog-content-wrap .readmore p .btn {
  border: 1px solid #e5e5e5;
  text-transform: capitalize;
}
.blog-item .blog-content-wrap .readmore p .btn:hover {
  border-color: #2fb5d2;
}
.blog-item .blog-content-wrap .blog-shortinfo {
    line-height: 24px;
    font-size: 13px;
    color: #949494;
    font-weight: 400;
    letter-spacing: 0.4px;
}
.blog-item .blog-content-wrap .blog-shortinfo .readmore{
	color: #dd5f5f;
	text-transform: capitalize;
}
.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 {
  text-align: right;
  padding: 0;
  position: relative;
}

.blog-detail {
  margin-bottom: 70px;
}
.blog-detail > div {
  margin-bottom: 30px;
}
.blog-detail .blog-image {
  padding-bottom: 30px;
  margin-bottom: 0;
}
#blog-listing h1,
.blog-detail .blog-title {
    font-size: 20px;
    text-transform: inherit;
    color: #222;
    font-weight: 500;
    margin-bottom: 20px;
    padding-top: 15px;
}
.blog-detail .blog-description {
  text-align: justify;
  margin-bottom: 60px;
  margin-top: 20px;
}
.blog-detail .social-share {
  display: inline-block;
  float: left;
}
.social-share .itemTwitterButton{
	width: 70px !important;
	margin-left: 0px;
}
.social-share .itemTwitterButton,
.social-share .itemFacebookButton,
.social-share .itemGooglePlusOneButton{
	margin-bottom: 5px;
    display: inline-block;
    width: 54px;
    overflow: hidden;
    font-size: 0;
	margin-right: 6px;
}
.blog-detail .extra-blogs {
  display: inline-block;
  width: 100%;
}
.blog-detail .extra-blogs h4{
	margin-bottom:15px;
	font-weight: 500;
	color: #000;
    font-size: 17px;
}
.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 a{ color: #888; padding-right: 5px;  }
.blog-detail .blog-tags a:hover{ color: #dd5f5f;  }
.social-heading{ margin-bottom: 10px; }
.social-heading b,
.blog-detail .blog-tags > span {
  	font-size: 17px;
 	  margin-right: 15px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #000;
}
.blog-detail .blog-comment-block #blog-localengine .comment-item {
  padding: 30px;
  margin-bottom: 30px;
  border: 1px solid #e5e5e5;
  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;
}
.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;
}
.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;
    font-size: 17px;
}
.blog-comment-block #comment-form{ margin-top: 30px; }
.comment-capcha-image{ margin-bottom: 10px; }
h1.blog-heading{
	font-size: 22px;
    color: #262626;
    text-transform: capitalize;
    margin-bottom: 25px;
    font-weight: 600;
}
.homeblog-latest #blog-carousel {
    overflow: hidden;
    margin: 0;
}
.ps-carousel { display: none; }
#blog-category{ margin-bottom: 50px; }
.subcategories-title{ margin-bottom: 30px; }
.category-title{ padding: 20px 0 7px; text-transform: capitalize; font-weight: 400; }
.secondary-blog .flexRow{ 
	clear: both;
    float: left;
}
.Recnet-blog .pagination{
	border-top: 0;
    padding: 0;
}
#blog-listing .pagination li,
.Recnet-blog .pagination li{ 
	background: #FFFFFF;
    display: inline-block;
    float: left;
    margin: 0 0 0 4px;
    padding: 0px;
}
.pagination li > span {
    height: 35px;
    margin: 0;
    padding: 5px 13px;
    width: 35px;
    color: #fff;
    background: #dd5f5f;
    display: block;
    font-weight: 600;
    border: 1px solid #dd5f5f;
}
.pagination li:hover > span,
.pagination li.current > span{
	color: #FFFFFF;
    border-color: #005371;
    background-color: #005371;
    text-decoration: none;
}
.ps_sortPagiBar{ clear: both; }
.bottom-line{ padding-top: 15px; padding-bottom: 15px;  }
.bottom-line .pagination{ width: auto; float: left; margin: 0px; border: 0; padding: 0; }

.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;
    top: 0;
    width: 90px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.blog-post .blog-item:hover .blog-image .blogicons,
.secondary-blog .blog-item:hover .blog-image .blogicons,
.leading-blog  .blog-item:hover .blog-image .blogicons {
	opacity: 1;
    filter: alpha(opacity=100);
    -webkit-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: 2px solid white;
    bottom: 0;
    color: white;
    font-size: 14px;
	width: 40px;
    height: 40px;
    margin: auto;
    right: 50%;
    padding: 11px;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: 0;
	line-height: 14px;
}
.blog-image .blogicons .icon:hover:before{
	-webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-color: #dd5f5f;
    color: #fff;
    background: #dd5f5f;
}
.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;
    width: 100%;
}
.blog-post .blog-item:hover .blog-image .post-image-hover,
.secondary-blog .blog-item:hover .blog-image .post-image-hover,
.leading-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;
}
.leading-blog  .blog-meta{ margin-bottom: 0px; }
.homeblog-latest { 
	padding: 0;
	clear: both;
  position:  relative;
}
.blog-post .blog-item:hover  ,
.secondary-blog .blog-item:hover {

}
.blog-post .blog-item:hover .blog-meta,
.secondary-blog .blog-item:hover .blog-meta{
 
}
.blog-post .blog-item:hover .blog-meta span,
.secondary-blog .blog-item:hover .blog-meta span{
}
.homeblog-inner .customNavigation { top: 10px; right: 10px;}

#blogpage .blog-detail .blog-title{
	margin-bottom: 25px;
}
#blogpage .blog-detail .blog-title,
.category-info h1,
.Recent-title.h3,
.subcategories-title {
	  font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #000;
    padding: 0 0 20px;
    margin: 10px 0 5px;
    text-transform: inherit;
    border-bottom: 1px solid #eee;
}
#blogpage .blog-detail .blog-image{
	padding-bottom: 0px;
}
#blogpage .blog-detail .blog-meta{ 
    margin-top: 0px;
    margin-bottom: 0;
    padding: 0px 0 10px;
    line-height: 32px;
}
#blogpage .blog-detail .blog-meta > span{
	border: 0px;
  color: #888;
}

#blogpage .blog-meta time.date {
    display: inline-block;
    color: #333;
}
#blogpage .blog-detail .blog-meta > span a:hover {
    color: #dd5f5f;
}
#blogpage .blog-detail .blog-meta > span a {
    color: #333;
}
/*.secondary-blog{ margin: 0 -15px; } */
#categories_blog_menu ul li{ line-height: 30px; }
@media (max-width: 1199px) {
  
}
@media (max-width: 991px) {
	.category-info h1 { margin-top: 15px; }
  .homeblog-inner {
    border: 1px solid #ebebeb;
  }
  .homeblog-inner li.blog-post {
      border: 0;
  }
}

@media (max-width: 575px) {
	.blog-detail .blog-comment-block #blog-localengine .form-group {
		margin-bottom: 10px;
	}
}