/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

input[type=button].finddealer {
        background-color: #ea3900;
        border: none;
        color: #fff;
		font-size: 16px;
		padding-left:20px;
		padding-right:20px;
		padding-top:10px;
		padding-bottom:10px;
		letter-spacing:1px;
		cursor:pointer;
}
input[type=button].finddealer:hover {
        background-color: #002355;
}