/*
Theme Name: Avada Child
Description: Child theme for the Avada
Template: Avada
*/


body #gform_wrapper_1 {

    margin-top: 30px;
    margin-bottom: 100px;
    margin-left: 2%;
    margin-right: 2%;
    padding: 4% 7%;
    border-color: #f3f3f3;
    background: #fffaf8;
}


body .gform_wrapper .gform_footer input[type=submit] {

	background: #f8b0a1;
	color: white;

}

body .gform_wrapper .gform_footer input[type=submit]:hover {

	background: #e29c8e;
	color: white;

}