#sp-header {
    background: gold;
}

#sp-top-bar {
    background: #000;
    color: #aaa;
}

#sp-top-bar a {
	color: white;
}

.sp-contact-info li {
	display: inline-block;
	margin: 0 10px;
	font-size: 14px;
	white-space: nowrap;
	font-weight: bold;
}

.fa, .far, .fas {
	font-family: "Font Awesome 5 Free";
	color: #FFD700;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
	color: #000;
	background-color: #ffffff;
}

.sp-megamenu-parent > li.active > a {
	font-weight: 900;
	text-transform: uppercase;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	display: inline-block;
	padding: 0 15px;
	line-height: 70px;
	font-size: 23px;
	margin: 0;
	text-transform: uppercase;
	font-family: Helvetica;
	font-weight: bold;
}

.sp-megamenu-parent > li:hover > a {
    color: #fff;
}