
/* make footer full width | #515050-hc eD */
body:not(.fse-enabled) #colophon {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    background: #e9f6ff;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
}
/* make areas inside footer fit original footer area on mobile screens | #515050-hc eD */
@media screen and (min-width: 560px) {
    body:not(.fse-enabled) #colophon .widget-area,
    body:not(.fse-enabled) #colophon .site-info {
        max-width: calc( 560px - 32px);
    }
}
/* make areas inside footer fit original footer area on tablet screens | #515050-hc eD */
@media screen and (min-width: 640px) {
    body:not(.fse-enabled) #colophon .widget-area,
    body:not(.fse-enabled) #colophon .site-info {
        max-width: calc( 640px - 32px);
    }
}
/* make areas inside footer fit original footer area on medium sized screens | #515050-hc eD */
@media screen and (min-width: 782px) {
    body:not(.fse-enabled) #colophon .widget-area,
    body:not(.fse-enabled) #colophon .site-info {
        max-width: calc( 782px - 32px);
    }
}
/* make areas inside footer fit original footer area on larger screens | #515050-hc eD */
@media screen and (min-width: 1024px) {
    body:not(.fse-enabled) #colophon .widget-area,
    body:not(.fse-enabled) #colophon .site-info {
        width: calc( calc(782px - 32px) + 256px);
        max-width: calc(100% - 32px);
    }
}
.site-info:before {
    content: "All Rights Reserved © 2026 Won Buddhist International, Inc.";
    display: block;
    font-size: 100%;
    color: #333333;
}
/* Hide Page Titles | 27852164-/hc | kA */
h1.entry-title {
  display: none;
}
/* hide featured images of posts | KW-17826142-hc */
.post .post-thumbnail {
	display: none;
}
}
/* hide post meta details | KW-17799518-hc */
footer.entry-footer.responsive-max-width {
	display: none;
}
/* hide post meta details and author bio | KW-17799518-hc */
footer.entry-footer.responsive-max-width, .author-bio.responsive-max-width {
	display: none;
}

