/* earlier custom CSS
body::before {
    background-color: #fff;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    min-height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0;
}
.sidebar{display: none;}
.site-content {
    display: block;
    float: left;
    margin-left: 0;
    width: 100%;
}
.site-footer{display:none;}
.page-content {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
    margin: 0 7.6923%;
}
.hentry, .page-header, .page-content {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
    margin: 0 7.6923%;
}
*/