/*
Theme Name:   GeneratePress Child
Theme URI:    http://example.com/generate-press-child/
Description:  GeneratePress Child Theme
Author:       John Doe
Author URI:   http://example.com
Template:     generatepress
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  generatepresschild
*/

/*ultimate member posts section*/
.um-profile-body.posts.posts-default {
    margin: 10px;
}
/*acf form "Add File","Add Image" and "Submit" buttons*/
.acf-button.button, .fea-submit-button.button.button-primary {
    background: #343a40;
    padding: 8px 20px;
    color: white;
    border-radius: 5px;
}

/*contact us submit button*/
#wpforms-submit-4388{ 
    background-color: #343a40;
    color:#f2f2f2;
    padding: 8px 20px;
    border-radius: 5px;
}

#wpforms-submit-4388:hover{ 
    background-color: #5e5e69;
    color:#ffffff;
}

    /*contact form fields*/
#wpforms-form-4388 input, #wpforms-4388-field_2, #wpforms-4388-field_0-container{
    max-width: 480px;
}