/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.field-wrap input[type=submit] {
    min-width: 230px !important;
    border-radius: 100px;
    background-color: #2f62e5 !important ;
    font-family: 'Jost';
	margin: 30px auto 0px;
	text-transform: uppercase;
	padding: 10px 30px !important;
}
.submit-container .nf-field-element { display: flex }
.nf-form-fields-required { display: none !important }
.nf-field-label .nf-label-span, .nf-field-label label { color: #27333D !important; font-size: 16px !important }
.nf-field-element input, .nf-field-element select, .nf-field-element textarea { background-color: #fff !important; border: 0px !important }
.nf-field-container { margin-bottom: 12px !important }
.nf-field-element textarea { height: 120px !important }.nf-error-msg, .ninja-forms-req-symbol {
    font-size: 14px !important;
    font-family: 'Jost';
}
.nf-error-msg.nf-error-field-errors {  text-align: center !important; }