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

/**** calendar ****/
.wpsbc-calendar th{color:#777 !important;}
.wpsbc-date-number {color:#777 !important;}

/******menu****/
.nav>li>a {color:#eee;}
.nav>li>a:hover{color:#fff;}
.stuck .nav>li>a {color:#777;}
.stuck .nav>li>a:hover{color:#333;}
.nav>li>a>i.icon-menu {
	font-size: 1.9em; color:#333 !important;
}


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


}