/*
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.   ***************/
.custom_breadcrumb
{
	font-size:0.8em;
	transition:all 1s ease;
}
.custom_breadcrumb a
{
	color:#141414;
	transition: color 0.5s ease;
	
}
.custom_breadcrumb a:hover
{
	color:#b5a186
}

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


}