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

@media (min-width: 1024px) {
    .container {
        max-width: 756px;
    }
    .content-area {
        float: right;
        margin: 0 0 0 -25%;
        width: 100%;
    }
    .site-main {
        margin: 0 0 0 28%;
    }
    .site-content .widget-area {
        overflow: hidden;
        width: 24%;
        display: initial;
        border-right: 1px solid #ccc;
        padding-right: 2em;
    }
    .site-footer {
        clear: both;
        width: 100%;
    }
}
