/*
Theme Name: Saved 2021
Description: A child theme for Saved.
Author: Mere Agency
Version: 1.0
Template: saved
*/

/* Simple Banner fixes
    --------------------------------------------- */
#simple-banner {
    background:var(--merepress-theme-accent-color) !important;
    position:relative;
    z-index:100;
}
#simple-banner + #saved-header #saved-header-top {
    position:relative;
    border-color: var(--merepress-theme-accent-color) !important;
}

button#simple-banner-close-button { color:#fff !important; transition:0.2s all; }

.admin-bar #saved-header-top {
    top:auto;
}


/* Block alignments
    --------------------------------------------- */
.alignfull {
    max-width:none;
    width: 100vw;
    position: relative;
    margin-left:-50.75vw;
    left:50%;
}

.alignwide {
    margin-left:-5vw;
    margin-right:-5vw;
}