.is-style-thk-button-links .wp-block-button__link {
	margin: 40px 0 0 0;
    border: 2px solid #414042; 
	padding: 8px;
	font-weight: 700!important; 
	border-radius:0;
	}
	
.is-style-thk-button-mail .wp-block-button__link {
	margin: 0;
    border: 2px solid #414042; 
	padding: 8px;
	font-weight: 700!important; 
	border-radius:0;
	}
	
.is-style-thk-button-formercollabs .wp-block-button__link {
	margin: 5px 0!important;
    border: none; 
	padding: 15px 15px 15px 15px!important;
	font-weight: 300!important; 
	border-radius: 0!important;
	background: #e6e7e8!important;
	color: #414042!important;
	text-align: left!important;
	display: block!important;
	}
	
	.is-style-thk-button-formercollabs .wp-block-button__link:hover {	
	color:#fff!important;
	background: #37B34A!important; 
	}
	

	
	
.is-style-thk-button-small .wp-block-button__link, .is-style-thk-button-small:visited {
	font-size: 16px!important;
	font-size: 1rem!important;
    background: transparent!important;     
    border: 2px solid #414042!important; 
	padding: 10px!important;
	color: #414042!important;
	font-weight: bold!important;
	margin: 14px 0 10px 10px!important;
	border-radius: 0!important;
}

.is-style-thk-button-small.wp-block-button .wp-block-button__link {
	line-height: 1.6!important;
}

.wp-block-button.is-style-thk-button-small {
	margin-bottom:0!important;
}
	
.is-style-thk-button-links .wp-block-button__link::before {
    font-family: "Font Awesome 5 Free";    
	content: "\f061";
    display:inline-block;
	padding-right: 10px;
	font-weight: 900!important; 
}

.is-style-thk-button-mail .wp-block-button__link::before {
    font-family: "Font Awesome 5 Free";    
	content: "\f0e0";
    display:inline-block;
	padding-right: 10px;
	font-weight: 400!important; 
}
	
.is-style-thk-button-links 	a.wp-block-button__link:not(.has-background),
.is-style-thk-button-mail 	a.wp-block-button__link:not(.has-background) {
	color:#414042;
	background: transparent; 
	}
	
.is-style-thk-button-links 	a.wp-block-button__link:not(.has-background):hover,
.is-style-thk-button-links 	a.wp-block-button__link:not(.has-background):active,
.is-style-thk-button-links 	a.wp-block-button__link:not(.has-background):focus,
.is-style-thk-button-mail 	a.wp-block-button__link:not(.has-background):hover,
.is-style-thk-button-mail 	a.wp-block-button__link:not(.has-background):active,
.is-style-thk-button-mail 	a.wp-block-button__link:not(.has-background):focus,
.is-style-thk-button-small	a.wp-block-button__link:not(.has-background):hover, 
.is-style-thk-button-small	a.wp-block-button__link:not(.has-background):active,
.is-style-thk-button-small	a.wp-block-button__link:not(.has-background):focus  {
	color:#fff!important;
	background: #37B34A!important; 
	border: 2px solid #37B34A!important; 
	}
	