.bg-color {
    background-color: #275c99 !important;
}
:root {
    --header-height: 70px;
    --themecolor: #275c99;
    --themecolorrgba: 126, 150, 128;
}

.hero-diagonal::before {
    background-image: linear-gradient(to right, rgb(0 93 153) 30%, rgb(0 93 153 / 50%) 100%);
    background-image: linear-gradient(to right, rgb(0 93 153) 30%, rgb(0 93 153 / 50%) 100%);
    background-position: 50%;
    background-size: cover;
    -webkit-clip-path: none;
    clip-path: none;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
@media (min-width: 992px) {
    .hero-diagonal::before {
        width: 60%;
        -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    }
}

.header-size-lg #header-wrap #logo img {
    height: 106px;
}

#header .donate-link {
    padding: 8px 30px;
    background-color: #007bff;
}

@media screen and (min-width: 768px) {
    #header .donate-link {
        padding: 10px 45px;
        font-size: 24px;
    }
}

.full-header .primary-menu .menu-container {
    border-right: none;
}

.full-header #logo {
    border-right: none;
}

.front .content-wrap {
    padding-top: 0;
}

#footer::after {
    background-image: none !important;
}

@media (min-width: 992px) {
    .sub-menu-container, .mega-menu-content {
        width: 320px;
    }
}


.front_page .entry-meta li:first-child {
    display: none;
}
