.blog-area .hs-author-profile {
  background-color: #fff;
  padding: 25px;
}

.blog-area .avatar-bio {
  margin-top: 50px;
}

.blog-area .avatar-img {
  position: relative;
}
.clearfix {
  clear: both;
}
.blog-area .hs-author-avatar img {
  bottom: -52px;
  clear: both;
  display: table;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  z-index: 1;
}
.hs-author-avatar {
  border-top: 2px solid #e0e0e0;
  clear: both;
  display: table;
  margin: 0 auto 60px;
  position: relative;
  width: 75%;
}
.hs-author-avatar::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 10rem;
  background-color: #FFBE0A;
  left: 37%;
  bottom: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;

}
.hs-author-name {
  text-align: center;
}
.hs-author-bio {
  text-align: center;
}
.hs-author-social-section {
  display: table;
  margin: 10px auto 0;
}
.hs-author-social-links {
  display: inline-block;
}
.hs-author-social-links a.hs-author-social-link {
  font-size: 30px;
  display: inline-block;
  padding-right: 5px !important;
  background: none !important;
  vertical-align: middle;
}
.fa-twitter-square,  .fa-linkedin-square,  .fa-facebook-square {
  font-size: 30px;
  color: #b7a881;
  margin-right: 5px;
  transition: 300ms;
}
.separator{
  display:flex;
  align-items: center;
}

.separator .line{
  height: 2px;
  flex: 1;
  background: #e0e0e0;
  margin-left: 5px;
}

.separator span{
  padding: 3px 18px !important;
  background: #1a1a1a !important;
  color: #fff !important;
  border-radius: 50px;
  border: 1px solid #1a1a1a !important;
}


.hs-featured-image-link {
  border: 0;
  height: 100%;
  width: 100%
}

.blog-post-items .single-blog-post .post-thumbnail {
  overflow: hidden;
  margin-bottom: 10px !important
}
.blog-post-items .single-blog-post .list-thumbnail .post-thumbnail {
  max-width: 20rem;
  height: 11rem;
}
.blog-post-items .single-blog-post .post-thumbnail img {
  border-radius: 5px;
  height: 100%;
}
.hero-area-v10 {
  background-color: #0d0d1d;
  padding-top: 10px !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 116px !important;
  height: 252px !important
}

.post-excerpt p,
.post-excerpt span {
  font-size: 17px !important;
  text-align: left !important;
  line-height: 27px !important;
  color: #3c3c3c !important
}

.blog-post-items .single-blog-post .post-meta li:not(:last-child) {
  margin-right: 25px;
  font-size: 12px
}

.blog-post-items .single-blog-post .post-meta li {
  margin-bottom: 5px !important;
  font-size: 12px
}



.blog-post-items .single-blog-post .post-meta li a {
  font-size: 12px !important
}

.read-more-fm {
  margin-top: 5px !important;
  color: #ffbe09 !important;
  margin-bottom: 15px
}

.blog-post-items .single-blog-post:not(:last-child) {
  margin-bottom: 30px !important;
  border-bottom: 1px solid #f2f6f9
}

.post-pagination {
  margin-top: 25px !important
}

@media screen and (max-width: 768px) {
  .blog-post-items .single-blog-post .list-thumbnail .post-thumbnail {
    max-width: 22rem;
  }
  .blog-post-items .single-blog-post .post-thumbnail img {
    max-height: 100% !important;
  }
