/* Blog post */

.blog_banner:before
{
 content: '';
 position:absolute;
 left: 0px;
 right: 0px;
 bottom: 0px;
 top: 0px;
 z-index: -2;
 width: 100%;
 height: 100%; 
 background-color:rgba(0,0,0,0.5); 
}
.blog_banner h3
{
  color: #fff!important;
  padding: 20px;
  text-align: center;
  margin: 0px;
}
.blog-post {
  margin: 0 auto;
  max-width: 960px;
  padding: 20px!important;
}
.blog-post__share
{
display: flex;
justify-content:space-between;  
}
.social-share a 
{
text-decoration: none!important;
font-size: 18px;  
}
.social-share a i
{
font-size: 18px;
margin: 0px 10px;  
}
.blog-post__body p{
font-size: 18px;
}

.blog-post__meta {
  margin-bottom: 0px;
}

.blog-post__meta a {
  text-decoration: none;
  font-size: 14px;
}

.blog-post__timestamp {
  display: block;
  font-size: 16px;
}

.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 h3 {
  text-align: center;
}

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

.blog-related-posts__post {
    width:calc(100% / 3 - 40px);
    transition:all .3s linear;
    position: relative;
    overflow:hidden;
    background-color: #f7f7f7;
    border: solid 1px #495db2;
    border-radius: 10px;
    padding-bottom: 10px;
}
.blog-related-posts__post:hover{
    transform:translateY(-15px);
  }
.blog-related-posts__post a img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
  }
.blog-related-posts__content
{
   padding: 20px;
}
.blog-related-posts__content h5
{
   margin-bottom: 10px;
   margin-top: 0;
  }
  .blog-related-posts__content h5 a{
    color:#000;
    font-weight:600;
    text-decoration:none;
  }
.blog-related-posts__content .p-content h5 a:hover{
   color:#FFD600;
  }
 .blog-related-posts__content p{
    color:#000;
    font-size: 16px!important;
  }
.blog-related-posts__content .b-button i {
    line-height: normal;
    margin-left: 5px;
  }
.blog-related-posts__content .b-button:hover i {
    margin-left: 10px;
    transition: all ease .4s;
  }
.blog-related-posts__content time{
    color:#000;
    font-size:14px;
    text-decoration:none;
    display: inline-block;
    margin-bottom: 10px;
  }

@media (max-width:1024px){
  .blog-related-posts__post {
    /*flex: 0 0 calc(100% / 2)!important;*/
    width: calc(100% / 2 - 40px);
  }
}

@media screen and (max-width: 768px) {
  
}
  @media (max-width:600px){
   .blog-related-posts__post {
      width: calc(100% / 1 - 0px);
    }
    }
  }

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

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

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

/* Blog comments */
.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.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;
}