/*
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-module-rich-text ol, .fl-module-rich-text ul{
	padding-left: 20px;
    margin: 15px 0;
}
.fl-module-rich-text ol li, .fl-module-rich-text ul li{
	margin-bottom:10px;
}
ul.rws-list-style{
	list-style: none;
    padding: 0;
}
ul.rws-list-style li{
    position: relative;
    padding-left: 32px;
    line-height: 1.5;
	margin-bottom:12px;
}
ul.rws-list-style li:before {
    content: "\f192";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    font-size: 18px;
    left: 0;
    top: 0px;
}