html,
body {
    min-height: 100vh !important;
}

body:not(.wp-admin) {
    display: flex;
    flex-direction: column;
}

body:not(.wp-admin) #vce-main {
    display: flex !important;
    min-height: 100vh !important;
    flex: 1 0 auto;
    flex-direction: column !important;
}

body:not(.wp-admin) #main-wrapper {
    display: flex !important;
    flex: 1 0 auto;
    flex-direction: column !important;
}

body:not(.wp-admin) #main-wrapper > #content {
    flex: 1 0 auto;
    width: 100%;
}

body:not(.wp-admin) #footer {
    margin-top: auto;
    flex-shrink: 0;
}
