/**
 * 6.6 - Content
 */

body.boxed-layout {
    position: relative;
}

body.boxed-layout:before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
 }

#page {
    margin: 0 auto;
    overflow-x: hidden;
    position: relative;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.boxed-layout #page {
    max-width: 1300px;
}

.wrapper,
#footer-newsletter .widget-wrap {
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
}

.single .site-main .post-thumbnail,
.page .site-main .post-thumbnail {
    margin-top: 0;
}

.header-media .wrapper,
#footer-instagram .wrapper {
    width: 100%;
    max-width: 1920px;
}

.recent-blog-content .wrapper {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 15px;
}

.no-sidebar.archive:not(.woocommerce) .site-content > .wrapper{

    .content-area {
        max-width: 920px;
        margin: 0 auto;
    }
}

.no-sidebar.full-width-layout.archive:not(.woocommerce) .site-content > .wrapper {
    .content-area {
        max-width: 100%;
    }
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

.section .hentry,
.site-content .content-area .hentry,
.events-content-wrapper.layout-two > *,
.events-content-wrapper,
.section .container--tabs .what-we-do-nav li,
.section .container--tabs .tab-content {
    padding-left: 15px;
    padding-right: 15px;
}

// .section:nth-child(2n-1) + .site-content,
// .site-content + .section:nth-child(2n-1) {
//     border-top: 1px solid;
// }

#feature-slider-section.section + .site-content {
    border: 0;
}
