/* progress bar */
div.header {
    position: fixed;
    width: 100%;
    z-index: 1;
    top: 100px;
}
.content-wrapper.blog-post-template {
    padding-top: 80px;
}
.tagblog-post-filter{
  padding:80px 0px;
}
.progress-container {
  background: linear-gradient(90deg,#002544,#095349);
  height: 10px;
  width: 100%;
}

.progress-bar {
  background-color: #00d06b;
  height: 10px;
  width: 0%;
}
/* end progress bar */
.content {
  padding: 2em;
}
.body-container--blog-post .content-wrapper{
    margin: 0 auto;
    max-width: 1000px;
}
.body-container-wrapper .content-wrapper{
  margin-bottom:80px;
}
.blog_author-header {
  padding:80px 0px 0px 0px;
}
a.top-back-home{
  color:#00d06b;
}
a.top-back-home:hover{
  color:#414141;
}
.blog-post__tag-link,
a.author-post{
  text-decoration:none !important;
}
.blog-post__meta {
    padding-top: 20px;
    padding-bottom: 20px;
}
.blog-post{
  padding:0px 0px;
}
}
.content-right{
   width: 100%;
}
.blog_author-header h1 {
    font-size: 60px;
    font-weight: 400;
    line-height: 1.12;
    margin-bottom: 20px;
    margin-top: 20px;
}
/* feature image */
.feature-image-post {
    margin-top:50px;
    margin-bottom:20px;
    border-radius: 10px;
    overflow: hidden; 
}
.feature-image-post a{
  display: flex;
}
.feature-image-post img{
    height:100%;
    width:100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: opacity .7s,-webkit-transform .8s;
    transition: transform .8s,opacity .7s;
    transition: transform .8s,opacity .7s,-webkit-transform .8s;
}

/* aurhor image */
.author-image {
    height:181px;
    width:181px;
    overflow: hidden;
    border-radius: 100%;
}
.author-image img {
    border-radius: 100%;
     height:100%;
    width:100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: opacity .7s,-webkit-transform .8s;
    transition: transform .8s,opacity .7s;
    transition: transform .8s,opacity .7s,-webkit-transform .8s;
}
.author-image:hover img{
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}
/* post time */
time.post-time {
    font-size: 14px;
    letter-spacing: .25px;
    line-height: 16px;
    border-right: 1px solid #414141;
    margin-right: 10px;
    padding-right: 10px;   
}

/* face iframe */
.fb-posts-rew {
    padding: 20px;
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.15);
    border-radius: 10px;
}
.fb-posts-rew iframe{
   border:0px;
}
/* blog recent post */

.post-image {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom:10px;
}
.post-image a{
  display:flex;
}
.post-image img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: opacity .7s,-webkit-transform .8s;
    transition: transform .8s,opacity .7s;
    transition: transform .8s,opacity .7s,-webkit-transform .8s;
}
.post-image:hover img{
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}
.spacing ul li {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom:10px;
}
.spacing ul li span{
  display: flex;
  align-items: center;
}

/* .blog-post__meta {
  margin-bottom: 1.4rem;
} */

.blog-post__meta a {
  text-decoration: underline;
}

.blog-post__timestamp {
  display: block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 0.35rem;
  width: 15px;
}

.blog-post__tag-link {
  font-size: 0.875rem;
}

/* Blog related posts */

.blog-related-posts {
  background-color: #F8FAFC;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: flex;
  flex-wrap: wrap;
}

.blog-related-posts__post {
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 3);
  }
}

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
}

.blog-related-posts__title {
  margin: 0.7rem 0;
}

/* Blog comments */
.container {
   
}
.blog-comments {
  margin: 0 auto;
   max-width:1170px;
   width: 100%;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}

.fb-posts-rew iframe {
    width: 100%;
}


@media (max-width:1024px){
  .blog_flex {
     padding: 0px 20px;
    flex-direction: column;
  }
  .content-right {
    width: 100%;
  }
  .content-left {
    width: 100%;
  }
}

@media (max-width:768px){
  .blog_author-header h1 {
      font-size: 30px;
  }
  .body-container.body-container--blog-post {
    padding: 0px 20px;
  }
  .blog_flex {
    padding: 0px;
  }
  div.header{
   top:80px;
  }
}