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

/*************** ADD CUSTOM CSS HERE.   ***************/
.menu-home {
    border: 1px solid #ddd;
    border-radius: 8px;
	padding-bottom: 0;
	margin-bottom: 5px;
}
.icon-box.featured-box.icon-box-left.text-left.is-small {
    padding: 0;
    margin: 0;
    height: 30px;
}

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


}