/*
Theme Name: Abdalla Tau
Theme URI: https://www.perfect10media.com
Template: Divi
Author: Perfect 10 Media
Author URI: https://www.perfect10media.com
Version: 1.0.1673025707

*/
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700&display=swap');
/* Header * */
#hdr-logo-container {
	
}
#menu-main-nav li.current-menu-item a {
	color: #bd0604 !important;
}
/* Footer */
#footer-info, #footer-info a {
	color: #fff;
}
/* Page content */
.entry-content p,
h2, h3, h4 {
	font-family: 'Merriweather', serif;
}
.entry-content a:not(.et_pb_button) {
	color: #00853f;
	text-decoration: underline;
}
.et_pb_button {
	background: #00853f;
	color: #fff;
}
.et_pb_bg_layout_light.et_pb_button:hover,
.et_pb_bg_layout_light .et_pb_button:hover {
	background: #e3d202;
}
.hidden-title {
	margin: 0 0 0 -999em !important;
	height: 0;
}
/* Home page */
#home-hero h1,
#home-hero h2{
	color: #fff;
}
#home-hero h1 {
	text-transform: uppercase;
	font-size: 2rem;
}
#home-hero h2 {
	line-height: 1.5;
}

.gform_button {
	border: none;
	color: #fff;
	background: #00853f;
	border-radius: 20px;
	padding: 10px 20px;
    font-size: 1rem;
    font-weight: bold;
}