
/*don't show the edit bg btn in basic mode */
body:not(.advMode) #changeBgInline,
body:not(.advMode) #changeBgFinetune {
    display: none !important;
}

/* inline header img */
.event-bg-url {
    background: none !important;
    height: auto !important;
}

.event-bg-url img.bg {
    display: inline-block !important;
    position: relative !important;
    z-index: 0 !important;
    opacity: 1 !important;
    width: 100% !important;
    
    width: auto !important;
    height: auto;
    max-height: 85vh;
    max-width: 100%;
}

/* End of Previous Theme CSS */

#footer {
    width: calc(100% - 22em);
}

@media screen and (max-width:668px) {
    #footer {
        width: 100%;
        margin-bottom: 9em;
    }
}