/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0.1
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... */


.um-button {
    background: #151428!important;
    border: 1px solid #09081c!important;
    color: #fff!important;
    transition: all 0.25s ease!important;
}

.um-button:hover {
    background: #FBC130!important;
    color: #000!important;
}