/*
Theme Name: Flatsome Child Theme
Theme URI: http://flatsome.uxthemes.com/
Description: This is a child theme for Flatsome
Author: UX Themes
Author URI: http: //www.uxthemes.com/
Template: flatsome
Version: 2.5
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.thin-font {
    font-size: 150%;
    line-height: 100%;
    margin: 10px 0;
    opacity: 0.75;
}
.ux_banner h1, .ux_text h1 {
    font-size: 350%;
    font-weight: bolder;
    line-height: 95%;
    margin: 15px 0;
    opacity: 0.75;
}
.entry-meta {
    visibility: hidden;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}