/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

/* Removes padding used on the breadcrumbs */
ol.breadcrumb{   
    padding-inline-start: 0;
}

.uabb-creative-menu .menu > li > .uabb-has-submenu-container > a{
	background-color: #e5e4e4 !important; 
	color: #555 !important; }
.uabb-creative-menu-expanded li:first-child a{
	font-size: 18px !important;
}
.uabb-creative-menu .uabb-creative-menu-expanded .sub-menu li:last-child{
	padding-bottom: 8px; 
	background-color: #e5e4e4 !important;}

.uabb-creative-menu .menu > li.focus > a span.menu-item-text{
	color: #428bca;
}
.uabb-creative-menu .menu > li.focus > .uabb-has-submenu-container > a span.menu-item-text{
	color: #555 !important;;
}
