/*======================================
Theme Name: DEMI Custom Divi Child Theme
Theme URI: https://www.brandnpress.com/
Description: This is a custom Divi child theme created for Drive Electric Michigan by Brand & Press Studio!
Author: Desi M. Slaughter (aka desimslaughter) of Brand & Press Studio
Author URI: https://www.brandnpress.com/
Author Email: desi@brandnpress.com
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
======================================*/

/* add your custom CSS below this line */

/* toolbar sticky au scroll */
.mce-top-part {
	position: sticky !important;
	top: -60px;
}

/* Remove Bullet Points From Divi Footer */

#footer-widgets .footer-widget li:before {
    display:none;
}

#footer-widgets .footer-widget li {
    padding-left: 0px;
}

