/*
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.   ***************/

h1 {
    font-size: 4rem !important;
}

h2 {
    font-size: 3rem !important;
}

h3 {
    font-size: 2.3rem !important;
}

h4 {
    font-size: 1.5rem !important;
}

h5 {
    font-size: 1.2rem !important;
}

h6 {
    font-size: 1rem !important;
}

p, a span, ul, ol {
    font-size: 1.1rem;
}

.img-radius .col-inner, .show-radius .col-inner, .fill {
    overflow: hidden;
}


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


}