/*
Theme Name: CorporateBS
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 3.22.7
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes, with some design love by Sublime Creations, LLC
Author URI: http://www.sublimecreations.com
Template: Divi
*/

/* Style Away, Baby! */

nf-field .third {
	float: left!important;
    padding: 0px 10px!important;
	clear: none!important;
    width: 33%!important;
}

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    background: #ff0000!important;
}

.nf-form-fields-required { display: none!important; }
.textarea-wrap textarea.ninja-forms-field { height: 100px!important; }

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    width: 180px!important;
    font-size: 24px!important;
    padding-bottom: 46px!important;
    font-weight: 700!important;
}

@media only screen and (max-width: 1024px) {
	nf-field .third {
	float: none!important;
    padding: 0px 10px!important;
	clear: both!important;
    width: 98%!important;
	}
}