/*
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.   ***************/
.entry-header .byline, .recent-blog-posts-li .post_comments {
	display: none;
}

div#logo {
    display: none;
}

.ai1ec-agenda-widget-view .ai1ec-event>a:hover {
    border-color: gray;
    color: #335980 !important;
}

.featured-accordian {
	max-width: 100% !important;
}

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


}