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


.site-main {
}
.site-content .widget-area {
    width: 100%;
    float: left;
    padding: 0 1rem;
}
.site-content {
    padding: 0 4rem 0 1rem;
}
.site-footer {
    clear: both;
    width: 100%;
}
.featured-box .entry-header {
    padding: 0 0 0 1rem;
}

.entry-content,
.entry-meta,
.entry-footer,
.tag-links,
.post-navigation,
.comments-area,
.paging-navigation {
    position: relative;
    padding: 0;
    margin: 0;
}
.entry-content img,
.entry-content .arve-wrapper {
    position: relative;
    left: 0;
    max-width: 100%;
}

@media screen and (min-width: 800px) {
    .content-area {
        width: 100%;
        float: right;
        margin: 60px 0px 0 -420px;
    }
    .entry-content,
    .entry-meta,
    .entry-footer,
    .tag-links,
    .post-navigation,
    .comments-area,
    .paging-navigation {
        max-width: 640px;
        max-width: 40rem;
    }
    .entry-content img,
    .entry-content .arve-wrapper {
        position: relative;
        width: calc(100% + 6rem);
        max-width: calc(100% + 6rem);
        left: -3rem;
    }
}

@media screen and (min-width: 1060px) {
    .content-area {
        padding: 0 8rem 0 420px;
    }
    .site-content .widget-area {
        width: 410px;
        padding: 0 4rem;
    }
}

@media screen and (min-width: 800px) and (max-width: 1059px) {
    .content-area {
        padding: 0 2rem 0 450px;
    }
    .site-content .widget-area {
        width: 410px;
        padding: 0 4rem;
    }

    .entry-header,
    .entry-content,
    .entry-meta,
    .entry-footer,
    .tag-links,
    .post-navigation,
    .comments-area,
    .paging-navigation {
        padding: 0 1rem;
    }
}
