.full-width-banner {
width: 100%;
max-width: 100%;
}

.header .cover {
    background: hsl(0deg 0% 100% / 0%);
}

/* resize blocks with full-width-banner class on larger screens | 6270879-zen eD */
@media screen and (min-width: 560px) {
    .full-width-banner {
        margin-left: calc(-10% - 1em);
        margin-right: calc(-10% - 1em);
        min-width: calc( 100% + calc(20% + 2em));
    }
}

.posts .post-content .more-link {
    display: block;
    margin-top: 1.1em;
    font-weight: bold;
}

/* Hides comments icon on Homepage KD 7910659 */
.home .post-meta {
    display: none;
}

.posts .post-meta {
    display: none;
}

.post.sticky .sticky-post {
    display: none;
}

/* Left aligns menu item text KD 7910659 */
.main-navigation ul ul a {
    text-align: left;
}

.footer .widget {
   border-top: 0;
}

.wpnbha .entry-title a {
		color: #F59733 !important;
    text-decoration: none;
    font-weight: bold;
}

.wpnbha .article-section-title {
    font-size: .8em !important;
    margin-bottom: 20px !important;
    /* margin-bottom: 0.5em; */
    width: 100%;
}

#block-10 {
	padding: 0px !important;
}

#infinite-handle {
    bottom: -70px;
    left: 21px;
    position: absolute;
    right: 21px;
    z-index: 10;
    text-align: center;
}

/* fastthread - Gutenberg Code Block Style */

.wp-block-code {
    background: #1f1f1f !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 18px 20px !important;
    margin: 24px 0 !important;
    overflow-x: auto;
    box-sizing: border-box;
}

.wp-block-code code {
    color: #f5f5f5 !important;
    background: transparent !important;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    padding: 0 !important;
    text-shadow: none !important;
}

/* Force all syntax-highlighted text to white */
.wp-block-code code span {
    color: #f5f5f5 !important;
    background: transparent !important;
}

/* Mobile */
@media (max-width: 768px) {
    .wp-block-code {
        padding: 16px !important;
        border-radius: 5px !important;
    }

    .wp-block-code code {
        font-size: 14px !important;
    }
}
