@media (min-width: 300px) and (max-width: 990px) {
    #container {
        width: 90vw !important;
    }
}

#menu-item-16191 {
    background: #aa4032;
    margin-right: 20px;
}

#menu-item-16191 a {
    color: white !important;
}

/* Clean CTA box styling */
.home .cta-box {
    background: #f7f5f2 !important;
}

/* Match text color to your WELCOME style */
.home .cta-box h1,
.home .cta-box p,
.home .cta-box a {
    color: #aa4032 !important;
}

/* Make entire CTA box behave like a button */
.home .cta-link {
    display: block;
    text-decoration: none;
    position: relative;
    z-index: 10;
}

.home .cta-link:hover .cta-box {
    opacity: 0.9;
    cursor: pointer;
}

.home .cta-box {
    position: relative;
    z-index: 1;
}

/* Disable any overlay blocking clicks */
.home .cta-box::before,
.home .cta-box::after {
    pointer-events: none !important;
}

/* CTA buttons */
.cta-button {
    display: inline-block;
    margin: 10px;
    padding: 10px 18px;
    background: #ffffff;
    color: #8b2c2c;
    text-decoration: none;
    border-radius: 6px;
    border: 2px solid #8b2c2c;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background: #8b2c2c;
    color: #ffffff;
}

/* Hide bottom events/news section on homepage */
.home .tribe-events-adv-list-widget,
.home .tribe-events-widget,
.home .tribe-mini-calendar,
.home .tribe-events-list-widget {
    display: none !important;
}

/* Hide footer */
footer {
    display: none !important;
}

/* Mobile menu trigger */
#mobile-menu-trigger,
.mobile-menu-anchor,
.meanmenu-reveal {
    display: block !important;
    color: #990000 !important;
    background: transparent !important;
    position: absolute !important;
    right: 20px !important;
    top: 20px !important;
    z-index: 99999 !important;
    cursor: pointer !important;
}

/* Ensure hamburger icon is visible */
#mobile-menu-trigger:before,
.mobile-menu-anchor:before {
    content: "\f0c9" !important;
    font-family: "FontAwesome" !important;
    font-size: 32px !important;
}

/* Hide old broken theme menu bar */
#mobile-menu-anchor,
.mean-container {
    display: none !important;
}

.mobile-menu-anchor .sub-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    background-color: #f9f7f2 !important;
    border-left: 4px solid #990000 !important;
}

.mobile-menu-anchor .sub-menu li a {
    color: #333 !important;
    padding: 15px !important;
    border-bottom: 1px solid #ddd !important;
    font-weight: bold !important;
    text-transform: none !important;
}

.mobile-menu-anchor .toggle-icon {
    color: #990000 !important;
    font-size: 1.2em !important;
}

/* Hide jQuery Migrate warning */
div[class*="jqmh"],
#wpadminbar + div[style*="background-color: orange"],
.jmfh-notice,
.jquery-migrate-helper-notice,
.notice.jquery-migrate-helper {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    visibility: hidden !important;
}

/* Hide old footer/copyright text */
.footer-area .copyright,
.site-info,
.footer-bottom {
    display: none !important;
}

/* Jetpack subscribe form styling */
.jetpack_subscription_widget,
#subscribe-email,
#subscribe-submit {
    text-align: center;
}

#subscribe-email input[type="email"] {
    max-width: 420px;
    width: 90%;
    padding: 12px 14px;
    border: 1px solid #cfc7c2;
    border-radius: 6px;
    font-size: 16px;
    box-sizing: border-box;
}

#subscribe-submit input[type="submit"] {
    background: #9f3b2e;
    color: #fff;
    border: none;
    padding: 12px 26px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

#subscribe-submit input[type="submit"]:hover {
    background: #7f2f24;
}

.jetpack_subscription_widget p {
    margin-bottom: 14px;
}

/* Subscribe box */
.church-subscribe-box {
    max-width: 520px;
    margin: 40px auto;
    padding: 28px 24px;
    background: #f8f6f3;
    border: 1px solid #ddd4cc;
    border-radius: 10px;
    text-align: center;
}

.church-subscribe-box h3 {
    color: #8b2c2c;
    margin-bottom: 10px;
}

.church-subscribe-box p {
    margin-bottom: 18px;
    color: #444;
}

.church-subscribe-box #subscribe-email input {
    max-width: 380px;
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.church-subscribe-box #subscribe-submit input {
    background: #8b2c2c;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    margin-top: 10px;
    cursor: pointer;
}
.faith-inspiration-box {
    max-width: 700px;
    margin: 40px auto;
    padding: 30px 20px;
    text-align: center;
}

.faith-inspiration-box h3 {
    color: #8b2c2c;
    margin-bottom: 10px;
}

.faith-inspiration-box p {
    margin-bottom: 20px;
    color: #444;
}
.donate-link {
  color: #8b2c2c;
  font-weight: bold;
  font-size: 18px;
  text-decoration: underline;
}

.donate-link:hover {
  color: #5f1f1f;
}