/*BLOG STYLING*/

.single .block-featured-content{
  display: none;
}
.single .article-body{
  max-width: 100% !important;
}
.single h1, .single h2, .single h3, .single h4, .single h5, .single h6{
  font-family: "Haffer SQ", sans-serif !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.single p, .single a, .single span, .single div{
  font-family: "Haffer SQ", sans-serif !important;
}
.single .article-body img{
  margin: 0 !important;
}
.page-id-2365 .bia-grid{
   gap: 30px;
}
.single .article-hero img{
   width: auto !important;
   display: block;
   margin: 0 auto;
}
.single .article-hero{
  margin-bottom: 40px !important;
}
#bia-load-more-btn{
   background-color: #052c37 !important;
}
#bia-load-more-btn:hover{
  opacity: 0.8;
  transition: 0.3s;

}
.single .article-social{
  display: none;
}
.single .article{
  padding-bottom: 30px !important;
}
.featured-content {
    padding: 0px 20px !important;
  }
  .saboxplugin-wrap{
    margin-top: 50px !important;
  }
  .single #main .saboxplugin-wrap .saboxplugin-desc p, .single #main .saboxplugin-wrap .saboxplugin-desc {
    font-size: 16px !important;
    line-height: 25px !important;
}
.single #main .saboxplugin-authorname a{
   font-size: 20px;
   font-weight: 600;
}
@media only screen and (min-width: 821px){
  .single .headline-xl{
    font-size: 50px !important;
  }
}