/*
Theme Name: Weelove
Author: Weelove Team
Description: Weelove baby & family textiles theme. Static assets are kept under the /static folder and enqueued via functions.php.
Version: 1.0.0
*/

/* Inquiry form status messages (success / error). */
.weelove-inquiry-status.success {
	background: #e8f5e9;
	color: #2e7d32;
	border: 1px solid #a5d6a7;
}
.weelove-inquiry-status.error {
	background: #ffebee;
	color: #c62828;
	border: 1px solid #ef9a9a;
}
.index_form .btn_link a.disabled {
	opacity: 0.6;
	pointer-events: none;
}
