/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/*change hamburger icon to x when mobile menu is open*/



input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
padding: 10px 20px;
width: 100% !important;
background: #fafafa;
}

input[type=submit] {
    background-color: #80726d;
    color: #ffffff;
    padding: 15px 40px;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 4px;
}