/* make footer full width | #515050-hc eD */
body:not(.fse-enabled) #colophon {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    background: #b3b3b3;
    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 © 2025 Won Buddhism of Manhattan/Won Buddhist International, Inc.";
	display: block;
	font-size: 100%;
	color: #333333;
}
/* adjust positioning of items in header | #17776491-hc eD */
@media only screen and (min-width: 560px) {
    /* adjust grid template areas on larger screens | #17776491-hc eD */
    .site-header {
        grid-template-areas: "site-logo main-navigation" "site-title social-navigation" "site-description site-description";
    }

/* change menu dropdown color  / #-hc/zd bk */
@media only screen and (min-width: 560px) {
  .site-header .main-navigation > div > ul >li:hover li > a, 
  .site-header .main-navigation > div > ul > li.focus li > a, 
  .site-header .main-navigation > div > ul > li.current-menu-item li > a {
    background: #1F252A;
  }
  .site-header .main-navigation > div > ul > li:hover > ul:before, 
  .site-header .main-navigation > div > ul > li.focus > ul:before, 
  .site-header .main-navigation > div > ul > li.current-menu-item > ul:before {
    border-bottom: 8px solid #4B7E0E;
  }
}
/* change hover color for social navigation  / #-hc/zd bk */
.social-navigation a:hover {
  color: #70AF24;
}
body:not(.fse-enabled) #colophon,
.site-info::before {
  background: #444444;
  color: #ffffff;
}
.main-navigation .sub-menu .menu-item a::before {
    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;
}
/* hide featured images of posts | KW-17826142-hc */
.post .post-thumbnail {
	display: none;
}
/* Changes the submenu background hover color - #27851059-zen */

.site-header .main-navigation .sub-menu a:hover {
	background-color: #527A09!important;
}
/* Hide page and post titles  || HC-33467869 | MM */
.page .entry-header,
.single .entry-header {
	display: none;
}
/*change button/link hover color | 33606919-hc (KAK)*/
a:hover {
    color: #578E13;
}
a.wp-block-button__link:hover,
input[type="submit"]:hover {
    background-color: #578E13 !important;
}