/* category */
/* blog listing */
.homeblog {
  padding:0 0 120px;
  position: relative;
}
.homeblog .container {
    position: relative;
}
.homeblog .blog-image img {
  margin: 0;
  width: 100%;
  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-image::after{ 
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  margin: 0 auto;
  position: absolute;
  background-color: rgba(0,0,0,0.5);
  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:hover .blog-image::after{
  opacity: 1;
}
/*.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);
}*/
.aei-blogicon {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    z-index: 1;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
}
.blog-post.item:hover .aei-blogicon {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
}
.aei-blogicon .icon {
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: top;
    background: #000000;
    margin: 0 3px;
    border-radius:5px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.aei-blogicon .icon.blog-icon-img {
    background: #ffffff url("../img/blog-search.svg") no-repeat center/15px;
}
.aei-blogicon .icon.blogreadmore {
    background: #ffffff url("../img/blog-readmore.svg") no-repeat center/15px;
}
.aei-blogicon .icon.blog-icon-img:hover {
    background: #d39c72 url("../img/blog-search-hover.svg") no-repeat scroll center/15px;
}
.aei-blogicon .icon.blogreadmore:hover {
  background: #d39c72 url("../img/blog-readmore-hover.svg") no-repeat scroll center/15px;
}
.blog_container {
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.homeblog .blog-image{
	position: relative;
  float: left;
  height: 100%;
  width: 52.9%;
}
.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;
}
.lastest_block.block {
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.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;
}
.homeblog .blog-details {
  text-align: left;
  float: left;
  width: 47.1%;
  padding: 75px 0 0px 15px;
}
#psblog-slider {
    margin: 0;
}
#psblog-slider .slick-dots {
    top: -70px;
    bottom: auto;
    right: 0;
    left: auto;
    width: auto;
    opacity: 0;
}
.homeblog:hover #psblog-slider .slick-dots{
  opacity: 1;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}
#blog-arrows {
  top: -10px;
  opacity: 0;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}
.homeblog:hover #blog-arrows{ opacity: 1; }
.blog-title {
    margin: 8px 0;
}
.homeblog .blog-title a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.64px;
  text-transform: capitalize;
}
.homeblog .blog-title:hover a{
  color: #d39c72;
}
.homeblog .shortdesc {
  font-size: 13px;
  color: #a1a1a1;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.104px;  
}
.homeblog .blog-author {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 15px;
}
.homeblog .blog-author .fa.fa-user {
    position: relative;
    margin: 0 auto;
    font-size: 16px;
    color: #a1a1a1;
    vertical-align: middle;
}
.homeblog .blog-author a{
  position: relative;
  z-index: 1;
  color: #a1a1a1;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.52px;
}
.homeblog .blog-author::hover a{ color: #d39c72; }
.homeblog .blog-created {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.homeblog .blog-created .fa.fa-clock-o {
  position: relative;
  margin: 0 auto;
  font-size: 16px;
  color: #a1a1a1;
  vertical-align: middle;
}
.homeblog .blog-created .date {
  position: relative;
  z-index: 1;
  color: #d39c72;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.9px;
}
.homeblog .readmore .btn {
  color: #d39c72;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: .056px;
  text-decoration: underline;
  text-transform: capitalize;
  padding: 0;
}
.homeblog .readmore {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 0;
}
.homeblog .readmore:hover .btn{
  color: #000000;
}
.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: #d39c72;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.64px;
	text-decoration: none;
	text-transform: capitalize;
	padding: 7px 20px;
  border: none;
}
.blog-item .blog-content-wrap .blog-shortinfo .more:hover,
 .blog-item .blog-content-wrap .readmore p .btn:hover{
  background:#000000;
  color:#ffffff;
}
.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-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: 1199px){ 
  .homeblog .blog-details{ padding: 45px 0 0px 15px; }
}
@media (max-width: 991px){
  .homeblog .blog-details{ padding: 0 0 0 15px; }
  .homeblog{ padding-bottom: 40px; }
}
@media (max-width: 767px){
  .homeblog .blog-image {
      position: relative;
      float: none;
      height: auto;
      width: auto;
  }
  .homeblog .blog-details{
    float: none;
    width: auto;
    text-align: center;
    padding: 10px 0 0;
  }
}