/* =========================
REMOVE PAGE TITLE/SPACING
========================= */

.page .entry-header,
.entry-header {
    display: none !important;
}

.page-template-default .entry-content,
.page .post-inner,
.page .entry-content > * {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* =========================
FULL WIDTH WEBSITE
========================= */

body .entry-content,
body .post-inner,
body .section-inner,
body .wp-block-html,
body article,
body main,
body .site-content,
body .wp-site-blocks {

    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.entry-content > *,
[class*="__inner-container"] > * {
    max-width: 100% !important;
}

/* =========================
HEADER
========================= */

#site-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    width: 100%;
    background: rgba(10,61,145,0.95) !important;
    backdrop-filter: blur(8px);
    padding: 18px 40px !important;
    margin-bottom: 0 !important;
}

/* HEADER CONTAINER */

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* LOGO + TAGLINE */

.site-branding {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.2;
}

/* TAGLINE */

.site-description {
    display: block !important;
    margin-top: 4px;
    font-size: 14px;
    color: white !important;
}

/* WHITE TEXT */

.site-title a,
.primary-menu a {
    color: white !important;
    text-decoration: none !important;
}

/* REMOVE SEARCH */

.search-toggle,
.search-modal,
.header-navigation-wrapper::before,
.header-navigation-wrapper::after {
    display: none !important;
}

/* MENU */

.primary-menu {
    display: flex;
    align-items: center;
    gap: 28px;
    position: relative;
}

/* REMOVE NORMAL DONATE MENU */

}

/* EXISTING BLACK DONATE BUTTON */

}

/* CLICKABLE AREA FOR BUTTON */

.primary-menu::before {

    content: "";

    position: absolute;

    top: 0;
    right: 0;

    width: 190px;
    height: 60px;

    z-index: 999;

    cursor: pointer;
}

/* =========================
HERO FULL SCREEN
========================= */

.hero,
.hero-section {

    position: relative !important;

    width: 100vw !important;

    height: 100vh !important;

    left: 50% !important;

    margin-left: -50vw !important;

    overflow: hidden !important;

    margin-top: -1px !important;

    padding-top: 0 !important;
}

/* SLIDESHOW */

.slideshow,
.hero-slider {

    width: 100% !important;

    height: 100% !important;
}

/* IMAGES */

.slideshow img,
.hero-slider img {

    width: 100% !important;

    height: 100% !important;

    object-fit: cover !important;

    display: block;
}

/* REMOVE BLOCK SPACING */


/* REMOVE WHITE/GAP AREA */

.site-content,
.entry-content,
.post-inner,
.wp-block-group {

    margin-top: 0 !important;

    padding-top: 0 !important;
}

/* =========================
MISSION SECTION
========================= */

.mission-section {

    padding-top: 40px !important;

    padding-bottom: 60px !important;
}

/* =========================
DONATE BUTTON BLACK
========================= */

.donate,
.donate-btn {

    background: #000000 !important;

    color: white !important;
}

.donate:hover,
.donate-btn:hover {

    background: #222222 !important;
}

/* =========================
MOBILE
========================= */

@media(max-width:768px){

#site-header{
    padding:15px 20px !important;
}

.site-description{
    display:none !important;
}

.primary-menu{
    gap:15px;
}

.primary-menu::after{
    padding:10px 18px;
    font-size:14px;
}

} /* CLOSE MEDIA QUERY HERE */

/* TO THE TOP BUTTON */
}

/* TO THE TOP BUTTON */

.to-the-top{

position:fixed;

right:25px;
bottom:25px;

background:#11439A;

color:white !important;

padding:12px 18px;

border-radius:50px;

text-decoration:none !important;

font-weight:600;

z-index:9999;

transition:0.3s ease;

box-shadow:0 10px 25px rgba(0,0,0,0.2);

}

/* HOVER */

.to-the-top:hover{

background:black;

transform:translateY(-3px);

}
/* =========================
FOOTER FIX
========================= */

/* KEEP FOOTER VISIBLE */

#site-footer{

    display:block !important;

    padding:0 !important;
    margin:0 !important;

    border:none !important;

}

/* REMOVE POWERED BY WORDPRESS */

.powered-by-wordpress,
.footer-copyright{

    display:none !important;

}

/* REMOVE TO TOP BUTTON */

.to-the-top{

    display:none !important;

}

/* REMOVE EXTRA FOOTER SPACE */

.footer-nav-widgets-wrapper,
.site-footer{

    padding-top:0 !important;
    padding-bottom:0 !important;

    margin-top:0 !important;
    margin-bottom:0 !important;

}


/* REMOVE EXTRA FOOTER SPACE */

.footer-top-hidden #site-footer{

    display:none !important;

}

body:not(.overlay-header) .primary-menu-wrapper + .header-toggles{

    margin:0 !important;

}
/* FORCE FULL WIDTH FOOTER */

.asc-footer{

    width:100vw !important;

    max-width:100vw !important;

    margin-left:calc(50% - 50vw) !important;

    margin-right:calc(50% - 50vw) !important;

    padding-left:0 !important;

    padding-right:0 !important;

}

/* REMOVE THE BOXED CONTAINER */

.asc-footer-inner{

    max-width:100% !important;

    width:100% !important;

    margin:auto !important;

}

/* CENTER CONTENT PROPERLY */

.asc-footer-content{

    max-width:900px;

    margin:auto;

    padding:50px 24px;

}

/* REMOVE WORDPRESS WIDGET SPACING */
	.asc-section{

    margin:0 !important;

    padding:0 !important;

}
/* REMOVE DEFAULT WORDPRESS FOOTER */

#site-footer{
    display:none !important;
}

/* REMOVE BOTTOM FOOTER BAR */

.footer-nav-widgets-wrapper{
    display:none !important;
}

/* REMOVE POWERED BY WORDPRESS */

.powered-by-wordpress{
    display:none !important;
}

/* REMOVE TO THE TOP BUTTON */

.to-the-top{
    display:none !important;
}

/* REMOVE EXTRA FOOTER SPACING */

body:not(.overlay-header) .footer-nav-widgets-wrapper{
    margin-top:0 !important;
}

#site-footer,
.footer-nav-widgets-wrapper{
    padding:0 !important;
    margin:0 !important;
}
	/* HIDE LAST BLUE FOOTER BAR */

body > footer{
    display:none !important;
}

/* HIDE WORDPRESS FOOTER */

footer{
    display:none !important;
}

/* REMOVE POWERED BY */

.powered-by-wordpress{
    display:none !important;
}

/* REMOVE TO TOP */

.to-the-top{
    display:none !important;
}
	/* DELETE DEFAULT WORDPRESS FOOTER */

footer,
#site-footer,
.footer-nav-widgets-wrapper,
.footer-inner,
.footer-top,
.footer-widgets,
.footer-widgets-outer-wrapper,
.powered-by-wordpress,
.to-the-top,
.site-info{

    display:none !important;

}

/* REMOVE FOOTER SPACE */

body footer{
    height:0 !important;
    min-height:0 !important;
    margin:0 !important;
    padding:0 !important;
    overflow:hidden !important;
}
/* =========================
REMOVE DEFAULT WORDPRESS FOOTER ONLY
========================= */

#site-footer,
.footer-nav-widgets-wrapper,
.powered-by-wordpress,
.footer-copyright,
#colophon,
.to-the-top{

    display:none !important;

}

/* REMOVE EXTRA FOOTER SPACE */

#site-footer,
.footer-nav-widgets-wrapper{

    margin:0 !important;
    padding:0 !important;
    height:0 !important;
    min-height:0 !important;
    overflow:hidden !important;

}

/* KEEP CUSTOM FOOTER VISIBLE */

.asc-footer{

    display:block !important;

    width:100% !important;

    visibility:visible !important;

    position:relative !important;

    z-index:999 !important;

}
.donate-btn-header{

    background:black;

    color:white !important;

    padding:14px 28px;

    border-radius:50px;

    font-weight:700;

    text-decoration:none !important;

    display:inline-flex;

    align-items:center;

    justify-content:center;

    transition:0.3s ease;

    margin-left:20px;

    font-family:'Montserrat',sans-serif;

}

.donate-btn-header:hover{

    background:#222;

    transform:translateY(-2px);

}
/* DONATE BUTTON */

.menu-item-donate a{

    background:black !important;

    color:white !important;

    padding:14px 28px !important;

    border-radius:50px !important;

    font-weight:700 !important;

    text-decoration:none !important;

    transition:0.3s ease;

}

.menu-item-donate a:hover{

    background:#222 !important;

    transform:translateY(-2px);

}
/* MENU LAYOUT */

.primary-menu{

    display:flex !important;

    align-items:center !important;

}

/* HOME */

.primary-menu li:has(a[href*="home"]){

    order:1 !important;

}

/* OUR MISSION */

.primary-menu li:has(a[href*="mission"]){

    order:2 !important;

}

/* DONATE */

.primary-menu li:has(a[href*="donate"]){

    order:3 !important;

    margin-left:25px !important;

}
/* FORCE OUR IMPACT TITLE BOLD */

.impact-title,
h2.impact-title,
.our-impact-title{

    font-family:'Montserrat',sans-serif !important;

    font-weight:900 !important;

    text-transform:uppercase !important;

    letter-spacing:-1px !important;

    color:#0D2340 !important;

}
/* FORCE ALTERNATIVE DONATIONS TITLE BOLD */

.alternative-title,
.alternative-title h1,
.alternative-title h2{

    font-family:'Montserrat',sans-serif !important;

    font-weight:900 !important;

    letter-spacing:-2px !important;

    text-transform:uppercase !important;

    color:#0D2340 !important;

}

/* GREEN WORD */

.alternative-title .green{

    color:#8CC63F !important;

    font-weight:900 !important;

}
/* FORCE HERO TITLE BOLD */

.hero-title,
.hero-title h1,
.hero-title h2,
.hero-title div{

    font-family:'Montserrat',sans-serif !important;

    font-weight:900 !important;

    letter-spacing:-2px !important;

    text-transform:uppercase !important;

    line-height:0.95 !important;

}

/* GREEN TEXT */

.hero-title .green{

    color:#8CC63F !important;

    font-weight:900 !important;

}
/* DONATE NOW MENU LINK */

/* DONATE NOW MENU LINK */

a[href*="donate-now"]{

    background:#000000 !important;

    color:#ffffff !important;

    padding:14px 28px !important;

    border-radius:40px !important;

    font-weight:700 !important;

    text-decoration:none !important;

}

/* FORCE DONATE MENU TEXT WHITE */

a[href*="donate-now"]:visited,
a[href*="donate-now"]:active,
a[href*="donate-now"]:focus{

    color:#ffffff !important;

}

/* REDIRECT DONATE BUTTON */

a[href*="donate-now"]{
    pointer-events:auto;

}

/* REDIRECT DONATE PAGE */

body.page-id-0{
    display:block;
}
/* =========================
MENU TEXT WHITE
========================= */

.primary-menu a,
.primary-menu a:visited,
.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu a:active{

    color:#ffffff !important;

}

/* =========================
REMOVE THANK YOU PAGE MENU
========================= */

.primary-menu li:has(a[href*="thank"]){

    display:none !important;

}

/* =========================
OPEN MENU LINKS IN NEW TAB STYLE
(visual only)
========================= */

.primary-menu a{

    font-weight:600 !important;

    text-decoration:none !important;

}

/* =========================
DONATE NOW LINK
========================= */

.primary-menu li:has(a[href*="donate"]) a{

    color:#ffffff !important;

}

/* REMOVE PINK COLOR */

.primary-menu .current-menu-item a,
.primary-menu .current_page_item a{

    color:#ffffff !important;

}
/* OPEN ALL MENU LINKS IN NEW TAB */

.primary-menu a{

}

/* ADD TARGET BLANK USING CSS SELECTOR HINT */

.primary-menu a::after{

    content:"";

}
/* =====================================
MOBILE MENU COMPLETE FIX
===================================== */

@media (max-width:768px){

/* MOBILE MENU PANEL */

.menu-modal,
.mobile-menu,
.mobile-menu-wrapper,
.modal-menu{

    background:#0A3D91 !important;

}

/* MOBILE MENU LINKS */

.modal-menu a,
.mobile-menu a,
.mobile-nav a,
.menu-modal a{

    color:#ffffff !important;

    font-family:'Montserrat',sans-serif !important;

    font-weight:700 !important;

    font-size:20px !important;

    text-decoration:none !important;

}

/* REMOVE PINK */

.modal-menu li.current-menu-item > a,
.mobile-menu li.current-menu-item > a{

    color:#ffffff !important;

}

/* REMOVE UNDERLINE */

.modal-menu a:hover,
.modal-menu a:focus,
.mobile-menu a:hover{

    color:#ffffff !important;

    text-decoration:none !important;

}

/* FIX DONATE BUTTON */

.modal-menu .donate-btn,
.mobile-menu .donate-btn,
.menu-modal .donate-btn{

    background:#000000 !important;

    color:#ffffff !important;

    border-radius:50px !important;

    padding:16px 28px !important;

    display:inline-block !important;

    width:auto !important;

    max-width:260px !important;

    text-align:center !important;

    margin:10px auto !important;

}

/* REMOVE FULL WIDTH BUTTON */

.menu-modal li,
.modal-menu li{

    text-align:left !important;

}

/* REMOVE THANK YOU PAGE */

.menu-item a[href*="thank-you-page"]{

    display:none !important;

}

/* MENU ICON */

.nav-toggle,
.toggle,
.toggle-text{

    color:#ffffff !important;

}

/* HEADER */

#site-header,
.header-inner{

    background:#0A3D91 !important;

}

}