/*

Skin: Modern

WARNING! DO NOT EDIT THEME FILES IF YOU PLAN ON UPDATING!

Theme files will be overwritten and your changes will be lost 
when updating. Instead, add custom code in the admin under 
Appearance > Theme Settings > Code or create a child theme.

*/

/* Top Bar
----------------------------------------------------------- */

.fl-page-bar {
	border-bottom: 4px solid @accent-color;
}

/* Footer
----------------------------------------------------------- */

.fl-page-footer {
	border-top: 4px solid @accent-color;
}

/* Media Query - 768px or greater
----------------------------------------------------------- */

@media (min-width: @mobile-breakpoint) {

	/* Nav
	----------------------------------------------------------- */
	
	.fl-page-nav {
		.fl-nav-seps(@nav-fg-color);
	}
}