/*
 Theme Name:     Divi PTB
 Theme URI:      http://pushthebrand.com
 Description:    Divi Child Theme
 Author:         PTB
 Author URI:     http://www.pushthebrand.com
 Template:       Divi
 Version:        1.0.0
*/


/*remove footer from DIVI*/
#footer-bottom {
    display: none;
}


/* Remove the line below the normal Divi menu */
#main-header {
    box-shadow: none !important;
}


/* remove the shadow underneath the fixed navigation bar */
#main-header.et-fixed-header {
    box-shadow: none !important;
}


