/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 19 2026 | 12:38:53 */
button{
	cursor: pointer;
}

/* Fix Atomic button not inheriting from site settigns */
.elementor button.e-button-base{
	background-color: revert-rule !important;
}

.contact-button--header, #header__contact-button {
	padding: 0.4em 0.8em !important;
	font-size: inherit !important;
}

.contact-button>a,#header__contact-button>a {
	color: inherit !important;
	font-size: inherit;
}

.button--black a.elementor-button:hover{
	background-color: var(--e-global-color-secondary) !important;
}