/*
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-page a.fl-button i:before, .fl-page a.fl-button:visited i:before {
    color: #a675d1 !important;
    background: #FFF;
    border-radius: 100%;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    display: block;
}