/* PRIMARY BUTTON */
.elementor-widget-button .elementor-button {
	font-size: 20px;
	transition: .3s;
	border-radius: 0;
	min-width: 272px;
	color: #000000;
	padding: 15px 10px;
	background-color: inherit;
	border: 2px solid #00AF74;
	text-decoration: none !important;
}

.elementor-widget-button .elementor-button:hover {
	/* color: #000000; */
	background-color: rgba(131,174,189,0.12);
}

/* SECONDARY BUTTON */
div[data-widget_type="button.skin-simple"].elementor-widget-button .elementor-button {
	color: #ffffff !important;
}

div[data-widget_type="button.skin-simple"].elementor-widget-button .elementor-button:hover {
	background-color: rgba(131,174,189,0.2);
}

@media screen and (max-width: 767px) {
	.elementor-widget-button .elementor-button {
		font-size: 16px;
		min-width: 171px;
		padding: 12px 10px;
	}
}