/*
Theme Name: Themify Ultra Child
Description: A child theme of Themify Ultra
Template: themify-ultra
Author: admin (admin@aristocratjewellers.com.au)
*/

/* Woohoo! Let's customize! */
.wpforms-form button[type=submit] {
    background-color: #151515 !important;
    border-color: #151515 !important;
    color: #fff !important;
    transition: background 0.3s ease-in-out;
}
 
.wpforms-form button[type=submit]:hover {
    background-color: #F6CF68 !important;
}