/*
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! */
body .fl-rich-text ul li::before,
body .fl-module-fl-post-content ul li::before,
body .fl-module-fl-post-content ol li::before,
body .fl-rich-text ol li::before {
    background-image: url("images/check-mark.svg") !important;
}

body .pp-post-timeline-slide-navigation span.slick-arrow:before {
    content: '' !important;
    background-image: url("images/left-arrow.svg") !important;
}