#site-navigation {
  display: none; /*pages where it's supposed to show have custom css overriding this*/
}
#main-menu > li > a::before {
    content: "\f0ac";
    font-family: "FontAwesome";
  	padding-right: 5px;
}
#main-menu > li > a, #main-menu .menu-item a {
  color: #333;
	font-size: 16px;
}#main-menu .menu-item a {
  color: white;
	font-size: 16px;
}
#main-menu .menu-item a:hover {
	color: #ddd;
	text-decoration: underline;
}
#main-menu .sub-menu {
	background-color: #333;
	border-radius: 2px;
	width: 175px;
}
.wpcf7-form label {
    color: white;
}