/*
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.   ***************/
@media only screen and (max-width: 48em) {
    /* CSS rules within this block will apply only when the screen width is 48em or less */
    /* For example, you might want to change the float or display property for smaller screens: */
    /*
    .header-nav-main {
        float: none;
        width: 100%;
        text-align: center;
    }
    */
}
/*************** ADD MOBILE ONLY CSS HERE  ***************/
