/* 
    Theme Name: artfolio
    Layout: No sidebar
    Created on : Jun 3, 2016, 9:58:44 PM
    Author     : artem
*/

.page .site-content { 
    background: #fff; 
    background: hsl(0, 0%, 100%);
}

.site-footer {
    clear: both;
    width: 100%;
}

.entry-header,
.page-header,
.entry-content,
.entry-footer,
.tag-links,
.post-navigation,
.comments-area,
.paging-navigation {
    position: relative;
    max-width: 780px;
    max-width: 78rem;
    padding: 0 4rem;
    margin: 0 auto;
}

.page-header,
.paging-navigation {
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 2em;
    list-style-type: none;
    border-bottom: 12px solid #65625D;
}

.paging-navigation { border-bottom: none; }

.search-no-results .page-header { border-bottom: none; }