/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Description: Child theme van GeneratePress
Author: Kyusho Jitsu Oirschot
Author URI: https://kyusho-jitsu.nl
Template: generatepress
Version: 1.0.0
*/
.wpforms-submit {
    background-color: #575760 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 0px !important;
    padding: 12px 24px !important;
    font-weight: bold !important;
    font-size: 16px !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease;
}

.wpforms-submit:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
}
