/*
Theme Name: Hello Elementor Child
Theme URI: https://theroomsocial.com/
Description: Tema hijo de Hello Elementor.
Author: The Room Social
Author URI: https://theroomsocial.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* CSS personalizado a partir de aquí */

/* Color de enlace por defecto de marca (sobrescribe el #c36 del reset de Hello Elementor) */
a {
	color: #A97D18;
}

a:hover,
a:focus {
	color: #E4B32F;
}

/* Botón de enviar del formulario de contacto (Ninja Forms) */
.nf-form-cont input[type="submit"],
.nf-form-cont button.nf-element,
#nf-field-4 {
	background-color: #000000 !important;
	color: #E4B32F !important;
	border-color: #000000 !important;
}

.nf-form-cont input[type="submit"]:hover,
.nf-form-cont button.nf-element:hover,
#nf-field-4:hover {
	background-color: #A87D17 !important;
	border-color: #A87D17 !important;
}
