/*
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) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
/* Reduce featured image size by 60% for articles */
.single-post .wp-post-image {
    max-width: 40% !important;
    height: auto !important;
    width: auto !important;
}
.single-post .post-thumbnail {
    max-width: 40% !important;
    margin: 0 auto !important;
}
