/* Hide Divi's default header and footer when using L1 template */
body.l1-template #et-main-area {
    margin-top: 0 !important;
}

body.l1-template #main-header {
    display: none !important;
}

body.l1-template #footer {
    display: none !important;
}