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

.banner_title{font-family: 'Bacasime Antique', serif;}

/*Blog*/
span.hubspot-topic_data.hubspot_topic_list{
 display:none!important;
}

.simple-blog-listing .simple-blog-listing-blog-box-full .blog-texts h2{
 text-transform:none!important;
 font-size:24px!important;
}

#hs_cos_wrapper_widget_1770728068200 .simple-blog-listing .simple-blog-listing-blog-box-full .blog-texts .read-more a{
 border-radius:2px;
 padding:10px 25px!important;
 border:1px solid #ca981a!important;
 background-color:transparent!important;
 color:#ca981a!important;
 font-weight:500!important;
}

@media (max-width:767px){

/*Banner*/
.banner_title{font-size:50px!important;}

.banner_subtitle{font-size:16px!important;}
}
}