 /*
Theme Name:     Child Divi Theme 
Description:    Child Divi Theme
Author:         WNT
Template:       Divi
*/

@import url("../Divi/style.css");

#main-footer{
	display: none;
}

.con input[type=radio] {
    margin-bottom: 15px;
}

.con input[type=text], input[type=email], input[type=tel], textarea{
	width: 100%;
	margin-bottom: 15px;
	padding: 10px;
}

.con input[type=submit] {
    background: #e02b20;
    border: none;
    color: #FFF;
    padding: 15px 30px 15px 30px;
    font-weight: bold;
    cursor: pointer;
}