footer#colophon {
    display: block !important;
}

.footer-text a {
    color: #fff;
    display: none;
}

.articlewave-site-layout--separate .articlewave-author-container {
    display: none;
    padding: 23px 20px;
    margin-top: 30px;
    background-color: #fff;
    border-radius: 14px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.13);
}


@media (max-width: 600px) {
    .articlewave-content-wrapper .nav-links .nav-previous, .articlewave-content-wrapper .nav-links .nav-next {
        max-width: 100%;
        width: auto;
        display: none;
    }
}


.entry-content p {
    color: #3a3c38;
    font-size: 22px;
}

.footer-disclaimer {
    font-size: 16px;
    padding-left: 50px !important;
    font-weight: bold;
    color: #000000;
    padding: 10px 0;
    max-width: 90%;
    margin: 40px;
    text-align: left !important;
    background-color: #f9f9f9;
    border-top: 1px solid #ddd;
}


.article-post-content-wrap .entry-content, .article-post-content-wrap .entry-content {
    margin: 0px;
    line-break: normal;
}
/* Remove category oval post strip completely */
.archive .articlewave-banner,
.archive .articlewave-tab-section,
.archive .articlewave-latest-post,
.archive .tabbed-section,
.archive .latest-post-section {
    display: none !important;
}
/* CATEGORY/ARCHIVE: remove the “Latest Post” oval strip (Articlewave) */
body.category .latest-post,
body.category .latest-post-area,
body.category .latest-post-wrap,
body.category .latest-post-section,
body.category .latest-post-slider,
body.category .latest-post-carousel,
body.category .latest-post-items,
body.category .latest-post-item,
body.category .articlewave-latest-post,
body.category .articlewave-latest-post-area,
body.category .articlewave-latest-post-wrap,
body.category .articlewave-latest-post-section,
body.category .articlewave-latest-post-slider,

body.archive .latest-post,
body.archive .latest-post-area,
body.archive .latest-post-wrap,
body.archive .latest-post-section,
body.archive .latest-post-slider,
body.archive .latest-post-carousel,
body.archive .articlewave-latest-post,
body.archive .articlewave-latest-post-area,
body.archive .articlewave-latest-post-wrap,
body.archive .articlewave-latest-post-section,
body.archive .articlewave-latest-post-slider {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}
.trending-posts .post-item:nth-child(2) {
    display: none;
}
/* Hide second (Recent Posts) card under banner */
.tabbed-content .tab-content:last-child,
.tabbed-content .recent-posts,
.tabbed-content .tab-pane:last-child {
    display: none !important;
}
/* Force only first banner card to show */
.mt-tabbed-posts-wrapper article:not(:first-of-type),
.mt-tabbed-posts-wrapper .post-item:not(:first-of-type),
.mt-tabbed-posts-wrapper .single-post-wrap:not(:first-of-type),
.mt-banner-section article:not(:first-of-type),
.mt-banner-section .post-item:not(:first-of-type),
.mt-banner-section .single-post-wrap:not(:first-of-type) {
    display: none !important;
}
article {
    margin-bottom: 50px;
}

.blog-post {
    margin-bottom: 50px;
}

.post {
    margin-bottom: 50px;

.wp-block-post {
    margin-bottom: 60px;
}

.wp-block-post-featured-image {
    margin-top: 20px;
}
	.wp-block-post {
    margin-bottom: 60px;
}

.wp-block-post-featured-image {
    margin-top: 20px;

	
	}
	.wp-block-post-featured-image,
.post-thumbnail,
.entry-image,
img {
    display: block;
}

.wp-block-post-featured-image img,
.post-thumbnail img,
.entry-image img {
    width: 100%;
    height: auto;
}
	.wp-block-post + .wp-block-post {
    margin-top: 50px;
}