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

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

#footer-info{
	text-align: center;
	float: none;
}

.con input[type=text], input[type=tel], input[type=email], textarea {
    width: 100%;
    border: none;
    padding: 12px;
}

.con input[type=submit] {
    background: #a50600;
    border: none !important;
    color: #FFF;
    padding: 10px;
    margin-top: 20px;
    cursor: pointer;
}