/*
 Theme Name:   DeathCap Amplification divi Layout 1.0
 Theme URI:    https://deathcapamplification.com
 Description:  https://deathcapamplification.com
 Author:       AAM / Edited/Modified
 Author URI:   https://atomicagemedia.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
 Text Domain:  Divi
*/

@import URL("../Divi/style.css") ;





/*--- MOBILE MENU COLOR ------*/

.et_mobile_menu { border-top: 3px solid #F2EDEB; }

.mobile_nav.closed .mobile_menu_bar:before {
    color:#D13419; 
}

.mobile_nav.opened .mobile_menu_bar:before {
    color: #000000; 
}

/* Remove Widget Bar */

#footer-widgets {
    display: none;
    padding: 6% 0 0;
}

