/*
 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
------------------------------------------------------- */


/* divi overrides */

.et_header_style_left #et-top-navigation nav>ul>li>a {
	padding: 0px !important;
	display: inline-block;
}




/* Theme styles */ 

.btn {
	text-align: center;
	font-size: 1rem;
	padding: .8rem 1.5rem !important;
	border-radius: .2rem;
	text-transform: uppercase;

}

.btn-yellow {
	color: #fff !important;
	background: #c99e40;
	font-weight: bold;

}

.btn-yellow a {
	color: #fff !important;
	font-weight: bold;
}

.gform_button.button {
	text-align: center;
	font-size: 1rem;
	padding: .8rem 1.5rem !important;
	border-radius: .2rem;
	text-transform: uppercase !important;
	color: #fff !important;
	background: #c99e40 !important;
	font-weight: bold !important;

}


.white-text h2 { color: #fff !important; } 
.white-text p { color: #fff !important; } 
.white-text legend { color: #fff !important; } 
.white-text label{ color: #fff !important; } 
