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

/* Footer social media icons - color and hover */
.fl-builder-content-105 .fl-node-15c4w7vnxpjq .fl-icon i,
.fl-builder-content-105 .fl-node-15c4w7vnxpjq .fl-icon i:before {
    color: #ffffff !important;
    transition: opacity 0.2s ease;
}

.fl-builder-content-105 .fl-node-15c4w7vnxpjq .fl-icon a:hover i,
.fl-builder-content-105 .fl-node-15c4w7vnxpjq .fl-icon a:hover i:before {
    opacity: 0.75;
    color: #ffffff !important;
} 