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


}

/*************** TOP BAR - SLIDER ***************/

#top-bar ul li.bullet-checkmark:before, #top-bar ul li.bullet-arrow:before, #top-bar ul li.bullet-star:before {
    color: #ccc; /* Change icon color */
}

#top-bar .flex-center {
    flex: 1;
}

#top-bar .header-block ul {
	margin-bottom:0px; 
	display:inline-block;
}

#top-bar ul li.bullet-checkmark, #top-bar ul li.bullet-arrow, #top-bar ul li.bullet-star {
	border-bottom: 0px;
}
