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

header .fl-menu a:hover {
	box-shadow: inset 0 -9px 0 0 rgb(239 18 83 / 15%);
    transition: all 0.1s ease;
    color: #453F3F;
    text-decoration: none;
}

#fl-main-content a {
    box-shadow: inset 0 -9px 0 0 rgb(239 18 83 / 15%);
    transition: all 0.1s ease;
    color: #453F3F;
    text-decoration: none;
}

#fl-main-content a:hover {
	box-shadow: inset 0 -18px 0 0 rgb(239 18 83 / 15%);
}
