/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


#main-footer .footer-widget h4 {
    color: #26894e;
}
.footer-widget li:before {
    border-color: #26894e;
}

.footer-widget .et_pb_widget div, .footer-widget .et_pb_widget ul, .footer-widget .et_pb_widget ol, .footer-widget .et_pb_widget label {
    line-height: 2em;
}

#footer-info {
    font-size: 12px;
}

#footer-bottom .et-social-icon a {
    font-size: 18px;
}

.et_pb_button{
	padding: 0.5em 1.3em;
}

.et_pb_button:hover, .et_pb_module .et_pb_button:hover{
	padding: 0.5em 2.3em .5em 1em;
}