/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 1.2.6
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.sidebar-menu { font-size: 120%;}

.widget_tag_cloud {
	border-radius: 10px;
	color: #fafafa;
	padding: 20px;
}

.widget_tag_cloud a {
	color: #fff;
	margin-right: 5px;
}

.widget_tag_cloud,
.gradient-orange-135 {
        background: #CD510E;
	background: linear-gradient(135deg,rgba(205, 81, 14, 1) 0%, rgba(239, 113, 35, 0.4) 100%);
}

.widget_uxe_post_views_counter_list_widget,
.taxonomy-description,
.flatsome_recent_posts {
	background: #fafafa;
	padding: 20px;
	border-radius: 10px;
}

.flatsome_recent_posts span.post_comments {
	display: none;
}








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

}