/**handles:flatsome-style**/
/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

	footer ul.menu {
		display: inline;
	}
	
	footer ul.menu li {
		display: inline;
		border-top: 0 !important;
	}
	
	footer .copyright {
		font-size: 0.875em;
		margin-right: 2vw;
	}
	
	footer .copyright, footer .menu-footer-container {
		display: inline;
	}
	
	footer ul.menu a {
		margin: 2vw;
		font-size: 0.875em;
	}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}