/*
 Theme Name:   Noise Agency Divi Child
 Description:  A bespoke child theme for our client project.
 Author:       Noise Agency
 Template:     Divi
 Version:      1.0.0
*/

/* You can write your custom CSS below this line! */

/* Style the text, email, and message fields */
.nf-form-content input[type="text"].ninja-forms-field,
.nf-form-content input[type="email"].ninja-forms-field,
.nf-form-content textarea.ninja-forms-field {
    border: 2px solid #eeeeee !important;
    border-radius: 5px !important;
    padding: 12px !important;
    font-family: inherit !important;
    width: 100% !important; /* Ensures the boxes fill the column nicely */
    background-color: #ffffff !important;
}

/* Fix the label spacing so it doesn't bunch up */
.nf-form-content .nf-field-label label {
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
}

/* Style the Submit Button */
.nf-form-content input[type="submit"].ninja-forms-field {
    background-color: #007bff !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 5px !important;
    padding: 12px 25px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    transition: background-color 0.3s ease !important;
    width: auto !important;
}

/* Add the hover effect for the Submit Button */
.nf-form-content input[type="submit"].ninja-forms-field:hover {
    background-color: #0056b3 !important;
    cursor: pointer !important;
}
 



 
