/**
 * 6.6 - Content
 */

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

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

.wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1500px;
}

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

.home #content #infinite-handle {
    padding: 0;
}

.header-media .wrapper {
    width: 100%;
    max-width: 1920px;
}

.page.no-sidebar .content-area,
.single.no-sidebar .content-area,
.no-sidebar .site-content > .wrapper .content-area {
    max-width: 760px;
    margin: 0 auto;
}

.recent-blog-content.archive-posts-wrapper .section-content-wrapper {
    margin-left: 0;
    margin-right: 0;
}

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

.sidebar .widget-title {
    font-weight: 600;
    text-transform: capitalize;
}

.sidebar .widget p {
    margin-bottom: 28px;

    &:last-child {
        margin-bottom: 0;
    }
}

.archive-post-wrap .hentry {
    z-index: 0;

    .post-thumbnail-background {
        background-position: center center;
        background-size: cover;
        right: 0;
        left: auto;
    }
}

.entry-content a:not(.more-link):not(.wp-block-file__button):not(.button):not(.remove):not(.post-page-numbers):not(.wp-block-button__link):not(.lost_password a):not(.wp-calendar-nav-prev a):not(.wp-calendar-nav-next a):not(.wp-calendar-table a):not(.wp-block-latest-comments__comment-meta a),
.entry-summary a:not(.more-link):not(.button),
.ew-about a:not(.more-link):not(.button),
.widget_text a:not(.more-link):not(.button) {
    text-decoration: underline;
}

.entry-content a:not(.more-link):not(.button):hover,
.entry-content a:not(.more-link):not(.button):focus,
.entry-summary a:not(.more-link):not(.button):hover,
.entry-summary a:not(.more-link):not(.button):focus,
.ew-about a:not(.more-link):not(.button):hover,
.widget_text a:not(.more-link):not(.button):hover,
.ew-about a:not(.more-link):not(.button):focus,
.widget_text a:not(.more-link):not(.button):focus {
    text-decoration: none;
}