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

.fl-button-text{
	color: #ffffff !important;
}

.bleft{
    background-color: #f9a602;
    margin: -5px 0 5px;
    padding: 0 0 0 5px;
}

.green{
	background-color: #99e897;
}