/*
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... */
[type=button], [type=reset], [type=submit], button {
    padding: 10px 20px;
    border: none;
    text-decoration: none;
}
ul.list-style{
	    margin: 15px 0;
    list-style: none;
    padding: 0;
}
ul.list-style li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 15px;
    line-height: 1.5;
}
ul.list-style li:before {
    content: '\f058';
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    text-align: center;
    font-size: 20px;
	line-height:1.4;
    position: absolute;
    left: 0;
    top: 0;
}
.list-style.icon-color li:before{
color:#6a8cbc;	
}
a:hover {
    text-decoration: none;
}
.fl-accordion-button-label:focus, .fl-accordion-button-label:active, .fl-accordion-button-icon:focus, .fl-accordion-button-icon:active {
    outline: none;
}