/*---------------------------------------------------------------------------------
 
Theme Name:   Divi-Child
 Theme URI:    
 Description:  
 Author:       Keszweb
 Author URI:   https://keszweb.hu
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 ------------------------------ ADDITIONAL CSS HERE ------------------------------*/

 .custom_bullets_wpcc ul li {
    padding-left: 30px;
    list-style:none;
    margin-bottom: 10px;
  }
  
  .custom_bullets_wpcc ul li::before {
    content: '\e052';
    display: inline-block;
    margin-right: 7px;
    margin-left: -30px;
    padding-right: 5px;
    font-family:'ETmodules';
    font-size: 1.2em;
    vertical-align: middle;
  }