/*
 * Global Buttons
 * ------------------------------------------------------------------------------------------------
*/
body .is-style-site-button .wp-block-button__link,
.acf-block-preview .site_btn {
	display: inline-block;
	background-color: #0066FF;
	border: 1px solid #0066FF;
	position: relative;
	min-width: 275px;
	max-width: 100%;
	height: 60px;
	border-radius: 0;
	padding: 0 25px !important;
	color: #fff;
	font-family: inherit;
	font-size: 24px;
	font-weight: 700;
	font-style: normal;
	line-height: 58px;
	letter-spacing: 0.672px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}
body .is-style-site-button .wp-block-button__link:hover,
.acf-block-preview .site_btn:hover {
	background-color: #3787FF;
	border-color: #3787FF;
	color: #fff;
	text-decoration: none;
}
body .is-style-site-button .wp-block-button__link:focus,
.acf-block-preview .site_btn:focus {
	color: #fff;
	outline: 0;
	text-decoration: none;
}





