/* Contact Form 7 — successful submit messages (green, scoped to Sphere front-end). */

.sphere-home .wpcf7-response-output.wpcf7-mail-sent-ok,
.sphere-home .wpcf7 form.sent ~ .wpcf7-response-output,
.sphere-home .wpcf7 form.sent .wpcf7-response-output {
	color: #2f7a3e !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.sphere-home .sdemo-form__status.is-success {
	color: #2f7a3e !important;
}
