/* category */
/* blog listing */

.homeblog {
    position: relative;
    float: left;
    width: 50%;
    margin-bottom: 50px;
}
.homeblog .title_block .blog_desc{
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 1.08px;
  padding-top: 10px;
}
.lastest_block.block{position: relative;}
.pagination{float: right;}

.homeblog .blog-post .blog-inner{
  text-align: center;
} 
.homeblog .blog-desc {
  position: absolute;
  bottom: -30px;
  left: 25px;
  transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}

.homeblog .blog-homedesc{
  opacity: 0;
  padding-top: 10px;
  transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}

.homeblog .blog_container:hover .blog-homedesc{
  opacity: 1;
  transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.homeblog .blog_container:hover .blog-desc{
  bottom: 15px;
  transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}

.homeblog .blog-author {
    background-image: url("../img/auth.svg");
    background-size: 15px auto;
    background-position: left center;
    background-repeat: no-repeat;
    clear: both;
    display: inline-block;
    height: 20px;
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
    display: none;
}
.homeblog .blog-author a {color: #a8a8a8;}
.blog-inner .blog-meta > span {
  color: #808080;
  position: relative;
  font-size: 12px;
}
.blog-meta > span {
    margin: 0 10px 0 0;
}
.blog-inner .blog-meta .blog-cat{display: none;}
/*.blog-inner .blog-meta .blog-created span{
  display:none;
  }*/
.blog-meta > span:last-child:before {
  display: none;
}
.blog-post {
    position: relative;
}
.blog-created{
  font-size: 15px;
  font-weight: 400;
  display: block;
  color: #fff;
  text-align:left;
  text-transform: capitalize;
}
/*.blog-inner .blog-meta .blog-created .day{
    font-size: 20px;
    color: #000;
    font-weight: 700;
}*/
.blog-inner .blog-meta .blog-created .month{
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.52px;
    text-align: center;
    padding: 0 5px;
}
.blog-item {
  background-color: #fff;
  position: relative;
  margin-bottom:20px;
  margin-top: 0;
  font-size: 14px;
}
.homeblog .blog-title {
}
.blog-post .blog-title a{
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0.7px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 8px;
  display: block;
  text-align: left;
}

.blog-post .blog-title a:hover{
  color: #adc32b;
}

.blog-homedesc .shortdesc {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.52px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
}
.blog-homedesc .readmore{
  margin-top: 10px;
  display: none;
}
.blog-homedesc .readmore a {
    background:transparent;
    color: #000;
}
.blog-homedesc .readmore a:hover{background:transparent;color: #fc77e8;}
.blog-meta > span .fa {
    margin: 0 5px 0 0;
}
.homeblog .blog-image{
  position: relative;
  border: 5px solid #e2e6e8;
  border-radius: 15px;
}
.homeblog .blog-image::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 10px;
}
.blog-item .blog-content-wrap {
  padding: 20px 0;
  background-color: #fff;
}
.blog-item .blog-content-wrap .title {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 25px;
  margin-bottom: 10px;
}
.blog-item .blog-content-wrap .readmore p {
  margin-bottom: 0;
  margin-top: 10px;
}
.blog-item .blog-content-wrap .readmore p .btn {
  text-transform: capitalize;
  font-size: 14px;
  background-color: #000;
}
.blog-item .blog-content-wrap .readmore p .btn:hover {
  color: #fff;
  background-color: #fc77e8;
}
.blog-item .blog-content-wrap .blog-shortinfo {
  color: #888;
  line-height: 20px;
  margin-top:10px;
}
.blog-item .blog-content-wrap .blog-shortinfo p {
    margin: 15px 0 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 {
  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: 20px;
  text-transform: capitalize;
  color: #000;
  font-weight: 500;
  margin-bottom: 20px;
}
.blog-detail .blog-description {
  font-size: 14px;
  text-align: justify;
  margin-bottom: 80px;
}
.blog-detail .social-share {
  display: inline-block;
  float: left;
}
.blog-detail .extra-blogs {
  display: inline-block;
  width: 100%;
}
.blog-detail .extra-blogs ul {
    padding-left: 25px;
}
.blog-detail .extra-blogs ul li {
    list-style: disc;
    padding: 3px 0;
}
.blog-detail .extra-blogs ul li a{color: #9e9e9e;}
.blog-detail .extra-blogs ul li a:hover{color: #000;}
.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;
}
.comment-capcha-image {
    margin-bottom: 10px;
}
.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;
}

.homeblog .blog-image img {
    margin: 0;
    width: 100%;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-radius: 10px;
}
.Recent-title.h3 {
    margin: 15px 0;
}
@media (min-width:992px) and (max-width:1199px){
.homeblog .blog-post .blog-image {
      float: none;
      width: auto;
  }
.homeblog .blog-post .blog-inner {
    width: auto;
    float: none;
    margin: 15px 0 0;
    padding: 0;
  }

}

@media (max-width:991px){
  .homeblog{
    padding-top: 40px;
    float: none;
    width: 100%;
  }
  .homeblog .blog-desc{width: 75%;}
  .homeblog .blog-post .blog-image {
    float: none;
    width: auto;}
  .homeblog .blog-post .blog-inner {
      width: auto;
      float: none;
      margin: 0;
  }
  .homeblog .title_block{text-align: center;}
}
@media (max-width:767px){ 
    .blog-inner .blog-meta .blog-created .month{
      display: inline-block;
      vertical-align: top;
    }
    .blog-inner .blog-meta .blog-created{float: none;
        width: auto;
        height:auto;
        padding: 5px 0;
       margin-bottom: 10px;
    }
    .homeblog .blog-desc{width: 100%;float: none;margin: 0;}
    .blog-inner .blog-meta{float: none;}
    .blog-inner .blog-meta .blog-created .day{font-size: 14px;}
    .homeblog .blog_container:hover .blog-homedesc{opacity: 0;}
    .homeblog .blog_container:hover .blog-desc{bottom: -50px;;}
    .homeblog .blog-desc{bottom: -50px;}
    .homeblog .slick-slider .item{padding: 0 15px;}
}
#psblog-slider .slick-slide {
}
#psblog-slider .slick-slide.slick-active.slick-center{

}
/*#psblog-slider {overflow: hidden;padding-top: 35px;}*/
#psblog-slider .slick-list {padding:0!important;}
.homeblog .slick-slider .item{padding: 0;}
#psblog-slider {
    margin: 0;
}