/*
 * Theme Name: Noto Simple
 *
 * Layout: Content-Sidebar
 *
 * Learn more: https://developer.wordpress.org/themes/basics/template-files/
*/

@media (min-width: 1024px) {
    .content-area {
        float: left;
        margin: 0 -25% 0 0;
        width: 100%;
    }
    .site-main {
        margin: 0 28% 0 0;
    }
    .site-content .widget-area {
        float: right;
        overflow: hidden;
        width: 24%;
        display: initial;
    }
    .site-footer {
        clear: both;
        width: 100%;
    }
}
