/*
Theme Name: Beaver Builder Child Theme
Theme URI: https://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: https://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here...Remember to change the Version number above! */ 
/* Force no underline on CCSTL buttons */
a.ccstl-btn,
a.ccstl-btn:hover,
a.ccstl-btn:focus,
a.ccstl-btn:active,
a.ccstl-btn-primary,
a.ccstl-btn-primary:hover,
a.ccstl-btn-primary:focus,
a.ccstl-btn-gold,
a.ccstl-btn-gold:hover,
a.ccstl-btn-gold:focus,
a.ccstl-btn-secondary,
a.ccstl-btn-secondary:hover,
a.ccstl-btn-secondary:focus,
.sg-main a.ccstl-btn,
.sg-main a.ccstl-btn:hover,
.fl-module a.ccstl-btn,
.fl-module a.ccstl-btn:hover {
    text-decoration: none !important;
}
