
/* Define btn-custom-brown class */
.btn-custom-brown {
    background-color: #422C25 !important;
    border-color: #422C25 !important;
    color: #ffffff !important;
}

.btn-custom-brown:hover,
.btn-custom-brown:focus {
    background-color: #301f19 !important;
    border-color: #301f19 !important;
    color: #ffffff !important;
}

.btn-custom-brown:active,
.btn-custom-brown.active {
    background-color: #1f1410 !important;
    border-color: #1f1410 !important;
}

/* Specific for Contact Form 7 submit button */
.wpcf7-form .btn-custom-brown,
.wpcf7 input[type="submit"].btn-custom-brown,
input.wpcf7-submit.btn-custom-brown {
    background-color: #422C25 !important;
    border-color: #422C25 !important;
    color: #ffffff !important;
}

.wpcf7-form .btn-custom-brown:hover,
.wpcf7 input[type="submit"].btn-custom-brown:hover,
input.wpcf7-submit.btn-custom-brown:hover {
    background-color: #301f19 !important;
    border-color: #301f19 !important;
}
