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

.widget .cat-post-title {
    display: inline-block;
    padding: 6px 0;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

body.blog #category-posts-4,
.post-cat-news #category-posts-3,
.post-cat-blog #category-posts-4 { display: none; }

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


}