/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.red-menu {
	color: #9c1f16 !important;
}

.red-menu:hover {
	color: #222 !important;
}

.menu-item {
	color: #9c1f16 !important;
}

.menu-item:hover {
	color: #222 !important;
}

.menu-link {
	color: #9c1f16 !important;
}

.menu-link:hover {
	color: #222 !important;
}