/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.reading-minutes {
    
  color: #010101;
  
}

.kl-header {

  box-shadow: none !important;
  
}


.header-bg-style {
 
/*   filter: blur(8px);
  -webkit-filter: blur(1px);
   opacity: 0.9; */
  
}

.heading-title-wrap {
  
    background-color: #ffffff57;
    border-radius: 12px;
    padding: 2em;
    position: relative;
    top: 1em;
    width: 100%;
  
}


.blog-header--post {
    border-radius: 16px;
    margin-top: 1em;
}


.blog-post__title {
    line-height: 1.13;
}

.blog-post__summary, .blog-post__title {
    max-width: 800px;
}

.kl-footer__byline-wrapper {
  
  display: none !important;
  
}

.blog-post__divider {
    margin: 0px 12px 50px 0 !important;
}


hr {

  background-color: #ebebeb !important;

}

.blog-post {
    padding: 1.5rem 0; !important;
}

.blog-post__avatar {
    height: 52px !important;
    margin-right: 14px !important;
    width: 52px !important;
}