/* @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    */
/*****************************************/


/****************BLOG UPDATES*************************/
.blog-index__post-content h3{
  color: #D5393E !important;
    font-weight: bold !important;
}

.blog-post__meta a {
    color: #3d4246 !important;
}

.blog-post__timestamp {
    color: #3d4246 !important;
}

.blog-post__tag-link {
    background-color: #eeeeee !important;
  
}
  
.blog-subscribe {
    padding: 80px 30px 80px 30px !important;
}

/******************GLOBAL HEADER UPDATES***********************/
} .kl-navbar__button {
    font-size: 14px !important;
  }
  
  @media screen and (max-width: 920px) {
  .kl-navbar__button {
    font-size: 1rem;
  }
}
}
  
  .kl-navbar__button>span:after {
    background-color: #ffffff;
    height: 0px !important;
}
}

.kl-navbar__content {
    justify-content: flex-end;
} 

.button, .button_cta a, button {
    font-size: 14px !important;
}