/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 4.4.7.1591212099
Updated: 2020-06-03 19:21:39

*/
.gform_wrapper{
 display: inherit !important;
}
input#gform_submit_button_1 {
    width: 40% !important;
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    font-size: 16px;
    padding: 12px;
    margin: 0px;
    border-bottom: 1px solid #999999 !important;
        border-bottom-color: rgb(153, 153, 153);
        border-bottom-style: solid;
        border-bottom-width: 1px;
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    width: 70% !important;
}
.form_submit_button_1 {
    width: 97%;
    padding: 12px;
    border: none;
    background: #93a394;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}
.form_submit_button:hover  {background-color: #000 !important;
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    font-size: 14px !important;
    padding: 12px !important;
    margin: 0px;
    border-bottom: 1px solid #999999 !important;
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
}





@media screen and (max-width:768px) {
	input#gform_submit_button_1,
	.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select{
		    width: 100% !important;
	}
	
}


