/*
Theme Name:Child Theme for Divi
Theme URI: http://wordpress-style.net
Description: Child Theme For Divi
Author: Eduard Ungureanu
Author URI: http://wordpress-style.net
Template: Divi
Version: 1.0
*/

/* Start your custom CSS bellow this comment
============================================ */

h1, h2, h3, h4, h5, h6 {
    overflow-wrap: normal;
}

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
	padding: 9px;
	font-size: 18px;
}

input#nf-field-4 {
    background-color: #435C2A;
    color: #fff;
    font-size: 20px !important;
    border: none;
    padding: 10px;
}

input#nf-field-4:hover {
    background-color: #263615;
    
}

.nav li li {
	line-height: 1.2em;
}