/* category */
/* blog listing */

.homeblog {
  position: relative;
}
.block_content {
    position: relative;
}
.homeblog .blog-image img {
  margin: 0;
  width: 100%;
  filter: none;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
.homeblog .item:hover .blog-image img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  filter: gray;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.3s ease 0s;
}

.homeblog .blog-image{
	position: relative;
  overflow: hidden;
}
.blog-inner {
    padding-top: 15px;
}
.homeblog .item:hover .blog-created {
    background-color: #000000;
    border: 2px solid #000000;
}
.homeblog .item:hover .blog-created .day,
.homeblog .item:hover .blog-created .month{
  color: #ffffff;
}
.homeblog .blog-created {
  height: 81px;
  width: 81px;
  float: left;
  text-align: center;
  padding: 18px 0 5px;
  margin-right: 15px;
  position: relative;
  border: 2px solid #ededed;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
}
.blog-meta {
  margin-bottom: 10px;
}
.blog-meta > span {
  margin-right: 15px;
  color: #000000;
  position: relative;
  font-size: 14px;
}
.blog-meta > span:last-child:before {
  display: none;
}
.blog-meta > span .fa {
    margin: 0 5px 0 0;
}
.blog-meta > span span {
  color: #222;
}
#blog-listing h1 {
  margin-bottom: 15px !important;
  color: #000000;
  letter-spacing: 0.56px;
  text-transform:capitalize;
  font-size: 16px;
  font-weight: 600;
}
.homeblog .container {
    position: relative;
}
#blog-arrows {
    right: 15px;
}
/*.homeblog:hover #blog-arrows{
  opacity: 1;
}
#blog-arrows{
  bottom: -20px;
  opacity: 0;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}*/
.blog-item {
  background-color: #fff;
  position: relative;
  margin-bottom: 30px;
  margin-top: 0;
  border: 1px solid #f6f9ef;
  font-size: 13px;
}
.blog-item .blog-content-wrap {
  padding:15px;
  background-color: transparent;
}
.blog-item .blog-content-wrap .title {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 25px;
  margin-bottom: 10px;
}
.blog-detail .extra-blogs ul {
    padding-left: 25px;
}
.blog-detail .extra-blogs ul li {
    list-style: disc;
    padding: 3px 0;
}
.comment-capcha-image {
    margin-bottom: 10px;
}
.blog-item .blog-content-wrap .readmore p {
  margin-bottom: 0;
  margin-top: 10px;
}
.blog_container {
  position: relative;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.blog-post.item {
    padding: 0 15px;
}
.homeblog .blog-details {
}
.blog-created .fa.fa-calendar {
    position: absolute;
    left: 20px;
    right: auto;
    margin: 0 auto;
    font-size: 14px;
    color: #ffffff;
    z-index: 1;
    top: 10px;
}
.blog-created .fa.fa-calendar {
    font-size: 0px;
    color: #ffffff;
}
#psblog-slider {
    margin: 0;
}
.homeblog:hover #blog-arrows{
  opacity: 1;
}
.blog-title {
    margin: 0 0 5px;
}
.homeblog .blog-title a {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.592px;
  text-transform: capitalize; 
}
.homeblog .blog-title:hover a{
  color: #999999;
}
.homeblog .shortdesc {
  color: #999999;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.04px;
}
.homeblog .blog-created .fa.fa-calendar {
  position: absolute;
  left: 15px;
  right: auto;
  margin: 0 auto;
  font-size: 14px;
  color: #ffffff;
  z-index: 1;
  top: 10px;
}
.homeblog .blog-created .date {
  position: relative;
}
.homeblog .blog-created .day {
    color: #000000;
  font-size: 31px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
}
.homeblog .blog-created .month {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.79px;
    display: block;
}
.homeblog .readmore .btn {
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.64px;
  text-decoration: underline;
  text-transform: uppercase;
  padding: 0;
}
.homeblog .readmore {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 0;
}
.homeblog .readmore:hover .btn{
  color: #09336e;
}
.blog-item .blog-content-wrap .blog-shortinfo {
  color: #888;
  line-height: 20px;
}
.blog-item .blog-content-wrap .blog-shortinfo p {
  margin: 15px 0 0;
}
.blog-item .blog-content-wrap .blog-shortinfo .more,
 .blog-item .blog-content-wrap .readmore p .btn {
  background-color: #000000;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.64px;
	text-decoration: none;
	text-transform: capitalize;
	padding: 7px 20px;
}
.blog-item .blog-content-wrap .blog-shortinfo .more:hover,
 .blog-item .blog-content-wrap .readmore p .btn:hover{
  color:#999999;
}
.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 {
    background-color:transparent;
    margin-bottom: 40px;
}
#blog-category .category-image {
    margin: 0px 0 20px;
}
#blog-category .category-info h1 {
    margin: 0 0 10px;
    font-size: 18px;
}
#blog-category .category-info p {
    margin: 0 0 30px;
}
.blog-item .blog-content-wrap .blog-shortinfo, #blog-category .category-info p {
    color: #888;
    line-height: 20px;
}
.Recnet-blog .Recent-title.h3 {
    text-transform: capitalize;
    font-size: 22px;
    margin: 0 0 15px;
}
.blog-detail > div {
  margin-bottom: 30px;
}
#blog-localengine h3 {
    margin-bottom: 20px;
}
.blog-detail .blog-meta {
    margin-bottom: 10px;
}
.blog-detail .blog-image {
  padding-bottom: 15px;
  margin-bottom: 0;
}
.blog-detail .blog-title {
  font-size: 18px;
  text-transform: capitalize;
  color: #222;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 0;
}
.blog-detail .blog-description {
  font-size: 14px;
  text-align: justify;
  margin-bottom: 30px;
  padding: 0 0 20px;
  border-bottom: 1px solid #e5e5e5;
}
.blog-detail .social-share {
  display: inline-block;
  float: left;
}
.blog-detail .extra-blogs {
  display: inline-block;
  width: 100%;
}
.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;
}
.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: 30px;
}
.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;
}
@media (max-width: 1229px){}
@media (max-width: 1199px){}
@media (max-width: 991px){
  .homeblog .item:hover .blog-image img {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
  }
  .homeblog .blog-created{
    height: 70px;
    width: 70px;
    padding: 14px 0 5px;
  }
  .homeblog .blog-created .day{
    font-size: 20px;
  }
  .homeblog .blog-created .month{
    font-size: 10px;
  }
}
@media (max-width: 767px){
  #index .homeblog {
      width: 100%;
      float: none;
      display: inline-block;
      vertical-align: top;
      margin: 0;
  }
}
@media (max-width: 479px){
  #blog-arrows{opacity: 1;}
}
@media (max-width: 420px){
  .homeblog .blog-created {
      height: 60px;
      width: 60px;
      padding: 9px 0 5px;
  }
}