body:not(.custom-background-image)::before, body:not(.custom-background-image)::after {
    height: 0;
}

.site-header {
    padding: 0px 4.5455% 30px 4.5455%;
}

.site-footer {
    padding: 0 4.5455% 20px;
}

.widget {
    border: 0 none;
    margin-bottom: 20px;
    padding-top: 10px;
}

.site-branding, .site-header-menu, .header-image {
    margin-bottom: 0;
    margin-top: 0;
}

.site-header-main {
    border-bottom: thick double #347C17;
}

.site-footer-inner {
    border-top: thick double #347C17;
    width: 100%;
}

.site-main {
    margin-bottom: 6em;
}

ul {
    list-style: inside none disc;
}

ol {
    list-style: inside none decimal;
}

.main-navigation a {
    padding: 1.2em 0.875em;
}

.entry-title {
    font-size: 2.0rem;
}

.site {
    margin: 0px;
}

.comment-reply-title {
    border-top: thick double #347C17;
}

.post-navigation {
    border-bottom: 0px solid #1a1a1a;
    border-top: 0px solid #1a1a1a;
    clear: both;
}

.page-header {
    border-top: 0px solid #1a1a1a;
    padding-top: 0;
}

.comments-area {
    margin-bottom: 3em;
}

.site-main > article {
    margin-bottom: 3em;
}

.post-navigation div + div {
    border-top: thick double #347C17;
}