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

.custom-heading-class-1{display: none !important}


/******* This is to make the blog tag in responsive view larger to click on for UX *********/
@media (max-width: 768px) {
.growfast-blog-post__header__content-inner--tag-link {
    padding: 13px 10px;
}
  
  
/******* Button STyles *********/  
.hs-button {
    color: #ffffff !important;
    font-size: 18px  !important;
    text-align: center  !important;
    font-family: 'Nunito Sans', sans-serif; !important;
    font-weight: 600  !important;
    text-transform: uppercase  !important;
    background-color: #b08401 !important;
    padding: 25px 50px  !important;
    margin: 25px !important;
    display: inline-block  !important;
 }

.hs-button:hover {
    background-color: #8a6803 !important;
}