/* ARTWORK NOTES
--------------------------------------------

--------------------------------------------
*/
html body.site-home {
    --section-navigation-bg: transparent;
    --section-above-bg: var(--background-color);

    --section-slideshow-bg: var(--background-color);

    --section-showcase-bg: var(--background-color);

    --section-extension-bg: var(--background-color);
}

html body.site-home #g-navigation {
    --section-navigation-bg: transparent;
}

html body {
    --side-menu-bg: var(--primary-color);
    --side-menu-bg-hover: var(--secondary-color);
    --side-menu-font-size-desktop: min(1.25vw, 1.25rem);
    --side-menu-font-family: var(--body-font-family);
    --side-menu-font-weight: 400;

    --section-bottom-bg: var(--background-color);
    --section-footer-bg: rgba(var(--primary-color-rgb),.9);
    --section-copyright-bg: rgba(var(--primary-color-rgb),.9);
}

html body #g-navigation {
    --main-menu-text-color: var(--default-white);
    --main-menu-text-color-hover: var(--default-white);
	--main-menu-bg: transparent;
    --main-menu-bg-color: transparent;

    --navigation-floating-social-padding: min(1vw, 1rem);

    --main-menu-sub-bg: rgba(var(--primary-color-rgb),.8);

    --navigation-sublevel-menu-item-font-weight: 400;
}

.g-array-item-text {
    margin: 0!important;
    padding: 0!important;
}

/* NAVIGATION */
@media only screen and (min-width: 50.99rem) {
    .site-home #g-navigation {
        position: relative;
        overflow: visible!important;
        height: 0px;
    }
    .site-home #g-navigation > .g-container {
        overflow: visible!important;
        z-index: 160;
    }
    .site-home #g-navigation > .g-container .g-main-nav .g-standard .g-dropdown {
        z-index: 200;
    }

    .g-grid:has(.g-main-nav) {
        overflow: visible !important;
    }
    #g-navigation.crawl-space .g-main-nav .g-toplevel>li:hover:not(.g-menu-item-type-particle)>.g-menu-item-container, #g-navigation.crawl-space .g-main-nav .g-toplevel>li.active:not(.g-menu-item-type-particle)>.g-menu-item-container {
        border: none;
        margin: 0!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .navigation-wrapper {
        display: flex;
        flex-direction: row;
        gap: min(4vw, 4rem);
        justify-content: space-between;
        align-items: center;
    }
    .navigation-wrapper .navigation-logo .g-logo img {
        width: min(30vw, 30rem)!important;
    }
    .navigation-wrapper .navigation-links-menu {
        display: flex;
        flex-direction: column;
        gap: min(2vw, 2rem);
        justify-content: space-between;
        align-items: flex-end;
    }
    .navigation-wrapper .navigation-links {
        display: flex;
        flex-direction: row;
        gap: min(2vw, 2rem);
        justify-content: flex-end;
        align-items: center;
    }

    .g-grid:has(> .nav-container) {
        background:linear-gradient(to bottom, rgba(0,32,86,0.75), rgba(0,32,86,0));
    }

    .site-home #g-navigation .g-main-nav > .g-toplevel > li:first-child {
        display: none!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    #g-navigation > .g-container > .g-grid:has(.g-main-nav) {
        position: relative;
    }
    #g-navigation > .g-container > .g-grid:has(.g-main-nav):before {
        /*content: '';*/
        background: transparent;
        height: 100%;
        width: 3000%;
        margin-left: -500%;
        margin-right: -500%;
        position: absolute;
    }
}

@media only screen and (min-width: 50.99rem) {
    #g-navigation .g-main-nav .g-sublevel>li>.g-menu-item-container {
        color: var(--default-white);
    }
    #g-navigation .g-main-nav .g-sublevel>li>.g-menu-item-container:hover {
        background: var(--secondary-color);
        color: var(--default-white)!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    #g-navigation {
        background: var(--primary-color);
    }
    #g-navigation > .g-container {
        padding: 2rem 0!important;
    }
    .nav-container > .g-content > .g-content-array > .g-grid > .g-block {
        display: flex!important;
        visibility: visible!important;
        justify-content: center;
    }
    .nav-container .navigation-social-links {
        display: none!important;
    }

    #g-navigation .ql-toplinks-studius .g-blockcontent-subcontent {
        align-items: flex-start!important;
    }
}

/*SLIDESHOW*/
@media only screen and (min-width: 50.99rem) {
    .site-home.withmaxwidth #g-slideshow > .g-container {
        --site-container-max-width: 100%;
    }
}

/*HEADER*/
@media only screen and (min-width: 50.99rem) {
    .site-home #g-header > .g-container {
        padding: min(4vw, 4rem)!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-home #g-header > .g-container {
        padding: 1rem!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .mt-sched {
        display: flex;
        flex-direction: column;
        gap: min(2.5vw, 2.5rem);
    }
    .mt-sched .mt-sched-title {
        display: flex;
        flex-direction: row;
        gap: min(3vw, 3rem);
        justify-content: center;
        align-items: center;
    }
    .mt-sched .mt-sched-title:before {
        content: '';
        border-bottom: 2px solid var(--secondary-color);
        max-height: 2px;
        line-height: 0;
        flex: 1;
    }
    .mt-sched .mt-sched-title:after {
        content: '';
        border-bottom: 2px solid var(--secondary-color);
        max-height: 2px;
        line-height: 0;
        flex: 1;
    }
    .mt-sched .mt-sched-title h2 {
        text-align: center;
        color: var(--secondary-color);
        font-weight: 700;
        font-family: var(--title-font-family);
        font-size: min(3.5vw, 3.5rem);
        line-height: 1;
        text-transform: none;
        font-variant-caps: normal;
    }

    .mt-sched .mt-sched-content {
        display: flex;
        flex-direction: row;
        gap: min(2vw, 2rem);
        justify-content: space-between;
        align-items: flex-start;
    }
    .mt-sched .mt-sched-column {
        flex: 1;
    }
    .mt-sched .mt-sched-column h6 {
        margin: 0;
        padding: 0;
        color: var(--primary-color);
        line-height: 1;
        font-family: var(--title-font-family);
        font-weight: 600;
        font-size: min(1.75vw, 1.75rem);
        text-transform: uppercase;
        border: none;
        background: none;
        margin-bottom: min(1vw, 1rem);
    }
    .mt-sched .mt-sched-column p {
        margin: 0;
        padding: 0;
        color: var(--primary-color);
        line-height: 1.5;
        font-family: var(--body-font-family);
        font-weight: 400;
        font-size: min(1.25vw, 1.25rem);
    }
    .mt-sched .mt-sched-column-center {
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-width: 50.99rem) {
    .mt-sched {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .mt-sched .mt-sched-title {
        display: flex;
        flex-direction: row;
        gap: 1rem;
        justify-content: center;
        align-items: center;
    }
    .mt-sched .mt-sched-title:before {
        content: '';
        border-bottom: 2px solid var(--secondary-color);
        max-height: 2px;
        line-height: 0;
        flex: 1;
    }
    .mt-sched .mt-sched-title:after {
        content: '';
        border-bottom: 2px solid var(--secondary-color);
        max-height: 2px;
        line-height: 0;
        flex: 1;
    }
    .mt-sched .mt-sched-title h2 {
        text-align: center;
        color: var(--secondary-color);
        font-weight: 700;
        font-family: var(--title-font-family);
        font-size: 6vw;
        line-height: 1;
        text-transform: none;
        font-variant-caps: normal;
    }

    .mt-sched .mt-sched-content {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .mt-sched .mt-sched-column {
        flex: 1;
    }
    .mt-sched .mt-sched-column h6 {
        margin: 0;
        padding: 0;
        color: var(--primary-color);
        line-height: 1;
        font-family: var(--title-font-family);
        font-weight: 600;
        font-size: 5vw;
        text-transform: uppercase;
        border: none;
        background: none;
        margin-bottom: .5rem;
        text-align: left;
    }
    .mt-sched .mt-sched-column p {
        margin: 0;
        padding: 0;
        color: var(--primary-color);
        line-height: 1.5;
        font-family: var(--body-font-family);
        font-weight: 400;
        font-size: 4vw;
        text-align: left;
    }
    .mt-sched .mt-sched-column-center {
        display: flex;
        justify-content: center;
    }
}

/*ABOVE*/
@media only screen and (min-width: 50.99rem) {
    .site-home #g-above > .g-container {
        padding: min(4vw, 4rem)!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-home.withmaxwidth #g-above > .g-container {
        padding: 2rem 1rem!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .ql-shamrocks {
        margin: 0;
        padding: 0;
    }
    .ql-shamrocks > .g-content {
        margin: 0;
        padding: 0;
    }
    .ql-shamrocks > .g-content > div {
        margin: 0;
        padding: 0;
    }
    .ql-shamrocks .g-blockcontent {
        margin: 0;
        padding: 0;
    }
    .ql-shamrocks .g-blockcontent-subcontent {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        gap: min(1vw, 1rem);
    }
    .ql-shamrocks .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
        position: relative;
        transition: .3s all ease-in-out;
        flex: 1;
    }
    .ql-shamrocks .g-blockcontent-subcontent-block:hover {
        transform: scale(1.05);
    }
    .ql-shamrocks .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }
    .ql-shamrocks .g-blockcontent-subcontent-img {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
        width: 100%;
        height: auto;
    }
    .ql-shamrocks .g-blockcontent-subcontent-title {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
        text-align: center;
        color: var(--primary-color);
        font-size: min(1.5vw, 1.5rem);
        line-height: 1;
        font-family: var(--body-font-family);
        font-weight: 500;
        text-transform: none;
        font-variant-caps: normal;
    }
    .ql-shamrocks .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }
    .ql-shamrocks .g-blockcontent-buttons {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .ql-shamrocks .g-blockcontent-buttons a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
}

@media only screen and (max-width: 50.99rem) {
    .ql-shamrocks {
        margin: 0;
        padding: 0;
    }
    .ql-shamrocks > .g-content {
        margin: 0;
        padding: 0;
    }
    .ql-shamrocks > .g-content > div {
        margin: 0;
        padding: 0;
    }
    .ql-shamrocks .g-blockcontent {
        margin: 0;
        padding: 0;
    }
    .ql-shamrocks .g-blockcontent-subcontent {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 1rem;
    }
    .ql-shamrocks .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
        position: relative;
        transition: .3s all ease-in-out;
        flex: 1;
        min-width: calc(50% - .5rem);
        max-width: calc(50% - .5rem);
    }
    .ql-shamrocks .g-blockcontent-subcontent-block:hover {
        transform: scale(1.05);
    }
    .ql-shamrocks .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }
    .ql-shamrocks .g-blockcontent-subcontent-img {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
        width: 100%;
        height: auto;
    }
    .ql-shamrocks .g-blockcontent-subcontent-title {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
        text-align: center;
        color: var(--primary-color);
        font-size: 4vw;
        line-height: 1;
        font-family: var(--body-font-family);
        font-weight: 500;
        text-transform: none;
        font-variant-caps: normal;
    }
    .ql-shamrocks .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }
    .ql-shamrocks .g-blockcontent-buttons {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .ql-shamrocks .g-blockcontent-buttons a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
}

/*FEATURE*/
@media only screen and (min-width: 50.99rem) {
    .site-home #g-feature {
        background: url('/images/template/church26/mission.jpg') 50% 50% no-repeat;
        background-size: cover;
        position: relative;
        background-attachment: fixed;
    }
    .site-home #g-feature:before {
        content: '';
        background: rgba(var(--primary-color-rgb),.65);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }
    .site-home #g-feature > .g-container {
        position: relative;
        z-index: 2;
        padding: min(6vw, 6rem) min(4vw, 4rem)!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-home #g-feature {
        background: url('/images/template/church26/mission.jpg') 50% 50% no-repeat;
        background-size: cover;
        position: relative;
    }
    .site-home #g-feature:before {
        content: '';
        background: rgba(var(--primary-color-rgb),.65);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }
    .site-home.withmaxwidth #g-feature > .g-container {
        position: relative;
        z-index: 2;
        padding: 2rem 1rem!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .mission-wrapper {
        display: flex;
        flex-direction: column;
        gap: min(1.5vw, 1.5rem);
    }
    .mission-wrapper .mission-title h2 {
        text-align: center;
        margin: 0;
        padding: 0;
        color: var(--default-white);
        font-family: var(--title-font-family);
        font-weight: 700;
        text-transform: none;
        font-variant-caps: normal;
        font-size: min(3vw, 3rem);
    }
    .mission-wrapper .mission-content p {
        text-align: center;
        margin: 0;
        padding: 0;
        color: var(--default-white);
        font-family: var(--body-font-family);
        font-weight: 400;
        font-size: min(1.5vw, 1.5rem);
        line-height: 1.5;
    }
}

@media only screen and (max-width: 50.99rem) {
    .mission-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }
    .mission-wrapper .mission-title h2 {
        text-align: center;
        margin: 0;
        padding: 0;
        color: var(--default-white);
        font-family: var(--title-font-family);
        font-weight: 700;
        text-transform: none;
        font-variant-caps: normal;
        font-size: 6vw;
    }
    .mission-wrapper .mission-content p {
        text-align: center;
        margin: 0;
        padding: 0;
        color: var(--default-white);
        font-family: var(--body-font-family);
        font-weight: 400;
        font-size: 4vw;
        line-height: 1.5;
    }
}

/*SHOWCASE*/
@media only screen and (min-width: 50.99rem) {
    .site-home #g-showcase > .g-container {
        padding: min(4vw, 4rem)!important;
    }
    .site-home #g-showcase > .g-container > .g-grid {
        display: flex;
        flex-direction: row;
        gap: min(5vw, 5rem);    
    }
    .site-home #g-showcase > .g-container > .g-grid > .g-block:nth-child(1) {
        flex: 1;
        max-width: unset;
        width: unset;
    }
    .site-home #g-showcase > .g-container > .g-grid > .g-block:nth-child(2) {
        flex: 1;
        max-width: unset;
        width: unset;
    }
    .site-home #g-showcase > .g-container > .g-grid > .g-block:nth-child(3) {
        flex: unset;
        max-width: 165px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-home.withmaxwidth #g-showcase > .g-container {
        padding: 2rem 1rem!important;
    }
    .site-home #g-showcase > .g-container > .g-grid {
        display: flex;
        flex-direction: column;
        gap: 2rem;    
    }
    .site-home #g-showcase > .g-container > .g-grid > .g-block:nth-child(1) {
        flex: 1;
        max-width: 100%;
        width: unset;
    }
    .site-home #g-showcase > .g-container > .g-grid > .g-block:nth-child(2) {
        flex: 1;
        max-width: 100%;
        width: unset;
    }
    .site-home #g-showcase > .g-container > .g-grid > .g-block:nth-child(3) {
        flex: 1;
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 50.99rem) {
    .widget-container .widget-wrapper .widget-title .g-title {
        color: var(--secondary-color)!important;
        font-weight: 700!important;
        text-align: left!important;
        font-family: var(--title-font-family)!important;
        font-size: min(3vw, 3rem)!important;
        text-transform: none!important;
        font-variant-caps: normal!important;
    }
    .widget-container .widget-wrapper .widget-feed {
        margin: 0!important;
        padding: 0!important;
        overflow: visible!important;
    }

    .facebook-widget-wrapper .widget-feed-inner-box {
        overflow: visible!important;
    }
    .facebook-widget-wrapper .widget-feed-inner-box > .eapps-widget {
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }

    .widget-container.bulletin-widget-container .widget-wrapper .widget-feed {
        display: flex;
        flex-direction: column;
        gap: min(2vw, 2rem);
        overflow: visible!important;
    }
    .widget-container.bulletin-widget-container .widget-wrapper .widget-feed .widget-feed-image img {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
        object-position: center;
        object-fit: cover;
    }
    .widget-container.bulletin-widget-container .widget-wrapper .widget-feed .widget-feed-inner-box {
        height: auto;
        overflow: visible!important;
        flex: 1;
    }
}

@media only screen and (max-width: 50.99rem) {
    .widget-container .widget-wrapper .widget-title .g-title {
        color: var(--secondary-color)!important;
        /*font-weight: 700!important;
        text-align: left!important;
        font-family: var(--title-font-family)!important;
        font-size: min(3vw, 3rem)!important;
        text-transform: none!important;
        font-variant-caps: normal!important;*/
    }
    .widget-container .widget-wrapper .widget-feed {
        margin: 0!important;
        padding: 0!important;
        overflow: visible!important;
    }

    .facebook-widget-wrapper .widget-feed-inner-box {
        overflow: visible!important;
    }
    .facebook-widget-wrapper .widget-feed-inner-box > .eapps-widget {
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }

    .widget-container.bulletin-widget-container .widget-wrapper .widget-feed {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        overflow: visible!important;
    }
    .widget-container.bulletin-widget-container .widget-wrapper .widget-feed .widget-feed-image img {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
        object-position: center;
        object-fit: cover;
    }
    .widget-container.bulletin-widget-container .widget-wrapper .widget-feed .widget-feed-inner-box {
        height: auto;
        overflow: visible!important;
        flex: 1;
    }
}

@media only screen and (min-width: 50.99rem) {
    .bulletin-widget-wrapper .k-ui-namespace .mod_docman {
        width: 100%;
    }
    .bulletin-widget-wrapper .k-ui-namespace .mod_docman > .mod_docman_icons {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: min(1.5vw, 1.5rem);
        margin: 0;
        padding: 0;
    }
    .bulletin-widget-wrapper .k-ui-namespace .mod_docman > .mod_docman_icons > .module_document {
        background: linear-gradient(to top,rgb(204,204,204),rgb(255,255,255));
        padding: min(1vw, 1rem);
        color: var(--default-black);
        font-size: min(1.5vw, 1.5rem);
        border: 2px solid var(--default-black);
        border-radius: .5rem;
        margin: 0;
        text-align: center;
        position: relative;
        transition: .3s all ease-in-out;
    }
    .bulletin-widget-wrapper .k-ui-namespace .mod_docman > .mod_docman_icons > .module_document:hover {
        transform: scale(1.05);
    }
    .bulletin-widget-wrapper .k-ui-namespace .mod_docman > .mod_docman_icons > .module_document .koowa_header__image_link {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .bulletin-widget-wrapper .k-ui-namespace .mod_docman > .mod_docman_icons > .module_document .koowa_header {
        justify-content: center;
        position: unset;
    }

    .bulletin-widget-wrapper .widget-button .button {
        background: linear-gradient(to top,rgb(204,204,204),rgb(255,255,255))!important;
        padding: min(1vw, 1rem)!important;
        color: var(--default-black)!important;
        font-size: min(1.5vw, 1.5rem)!important;
        border: 2px solid var(--secondary-color)!important;
        border-radius: .5rem!important;
        margin: 0!important;
        text-align: center!important;
        width: 100%!important;
        font-weight: 400!important;
        text-transform: none!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .bulletin-widget-wrapper .k-ui-namespace .mod_docman {
        width: 100%;
    }
    .bulletin-widget-wrapper .k-ui-namespace .mod_docman > .mod_docman_icons {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin: 0;
        padding: 0;
    }
    .bulletin-widget-wrapper .k-ui-namespace .mod_docman > .mod_docman_icons > .module_document {
        background: linear-gradient(to top,rgb(204,204,204),rgb(255,255,255));
        padding: 1rem;
        color: var(--default-black);
        font-size: 4vw;
        border: 2px solid var(--default-black);
        border-radius: .5rem;
        margin: 0;
        text-align: center;
        position: relative;
        transition: .3s all ease-in-out;
    }
    .bulletin-widget-wrapper .k-ui-namespace .mod_docman > .mod_docman_icons > .module_document:hover {
        transform: scale(1.05);
    }
    .bulletin-widget-wrapper .k-ui-namespace .mod_docman > .mod_docman_icons > .module_document .koowa_header__image_link {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .bulletin-widget-wrapper .k-ui-namespace .mod_docman > .mod_docman_icons > .module_document .koowa_header {
        justify-content: center;
        position: unset;
    }

    .bulletin-widget-wrapper .widget-button .button {
        background: linear-gradient(to top,rgb(204,204,204),rgb(255,255,255))!important;
        padding: 1rem!important;
        color: var(--default-black)!important;
        font-size: 4vw!important;
        border: 2px solid var(--secondary-color)!important;
        border-radius: .5rem!important;
        margin: 0!important;
        text-align: center!important;
        width: 100%!important;
        font-weight: 400!important;
        text-transform: none!important;
    }
}

/*UTILITY*/
@media only screen and (min-width: 50.99rem) {
    .site-home #g-utility {
        background: url('/images/template/church26/bg-church.png') 100% 50% no-repeat;
        background-size: 50%;
        position: relative;
    }
    .site-home #g-utility:before {
        content: '';
        background: rgba(var(--default-white-rgb),.9);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }
    .site-home #g-utility > .g-container {
        position: relative;
        z-index: 2;
        padding: min(4vw, 4rem)!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-home #g-utility {
        background: url('/images/template/church26/bg-church.png') 100% 50% no-repeat;
        background-size: 50%;
        position: relative;
    }
    .site-home #g-utility:before {
        content: '';
        background: rgba(var(--default-white-rgb),.9);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }
    .site-home.withmaxwidth #g-utility > .g-container {
        position: relative;
        z-index: 2;
        padding: 2rem 1rem!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .stewardship-container {
        margin: 0;
        padding: 0;
    }
    .stewardship-container > .g-content {
        margin: 0;
        padding: 0;
    }
    .stewardship-container > .g-content > div {
        margin: 0;
        padding: 0;
    }
    .stewardship-container .g-blockcontent {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: min(2vw, 2rem);
    }
    .stewardship-container .g-blockcontent-header {
        margin: 0;
        padding: 0;
    }
    .stewardship-container .g-blockcontent-header .g-title {
        margin: 0;
        padding: 0;
        text-align: center;
        text-transform: none;
        font-variant-caps: small-caps;
        font-weight: 700;
        font-family: var(--title-font-family);
        font-size: min(4vw, 4rem);
        line-height: 1;
        color: var(--secondary-color);
    }
    .stewardship-container .g-blockcontent-subcontent {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        gap: min(3vw, 3rem);
    }
    .stewardship-container .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
        flex: 1;
        position: relative;
        transition: .3s all ease-in-out;
    }
    .stewardship-container .g-blockcontent-subcontent-block:hover {
        transform: scale(1.05);
    }
    .stewardship-container .g-blockcontent-subcontent-block:hover .g-blockcontent-subcontent-block-content:after {
        background: var(--secondary-color);
        color: var(--default-white);
    }
    .stewardship-container .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: min(1.25vw, 1.25rem);
        transition: .3s all ease-in-out;
    }
    .stewardship-container .g-blockcontent-subcontent-block-content:after {
        content: 'Read More';
        background: linear-gradient(to top,rgb(204,204,204),rgb(255,255,255));
        padding: min(.5vw, .5rem);
        width: 100%;
        text-align: center;
        font-size: min(1.5vw, 1.5rem);
        color: var(--default-black);
        font-weight: 500;
        font-family: var(--body-font-family);
        border: 2px solid var(--secondary-color);
        border-radius: .5rem;
        transition: .3s all ease-in-out;
    }
    .stewardship-container .g-blockcontent-subcontent-img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
        object-fit: cover;
        object-position: center;
        border-radius: 50%;
        transition: .3s all ease-in-out;
    }
    .stewardship-container .g-blockcontent-subcontent-title {
        margin: 0;
        padding: 0;
        font-size: min(1.75vw, 1.75rem);
        text-align: center;
        line-height: 1.2;
        font-family: var(--title-font-family);
        font-weight: 600;
        text-transform: uppercase;
        font-variant-caps: normal;
        color: var(--secondary-color);
        transition: .3s all ease-in-out;
    }
    .stewardship-container .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 0;
        font-size: min(1.75vw, 1.75rem);
        text-align: center;
        line-height: 1.2;
        font-family: var(--title-font-family);
        font-weight: 600;
        text-transform: uppercase;
        font-variant-caps: normal;
        color: var(--secondary-color);
        transition: .3s all ease-in-out;
    }
    .stewardship-container .g-blockcontent-subcontent-desc {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
        font-size: min(1.25vw, 1.25rem);
        line-height: 1.3;
        font-family: var(--body-font-family);
        font-weight: 400;
        color: var(--primary-color);
    }
    .stewardship-container .g-blockcontent-buttons {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .stewardship-container .g-blockcontent-buttons a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
}

@media only screen and (max-width: 50.99rem) {
    .stewardship-container {
        margin: 0;
        padding: 0;
    }
    .stewardship-container > .g-content {
        margin: 0;
        padding: 0;
    }
    .stewardship-container > .g-content > div {
        margin: 0;
        padding: 0;
    }
    .stewardship-container .g-blockcontent {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .stewardship-container .g-blockcontent-header {
        margin: 0;
        padding: 0;
    }
    .stewardship-container .g-blockcontent-header .g-title {
        margin: 0;
        padding: 0;
        text-align: center;
        text-transform: none;
        font-variant-caps: small-caps;
        font-weight: 700;
        font-family: var(--title-font-family);
        font-size: 8vw;
        line-height: 1;
        color: var(--secondary-color);
    }
    .stewardship-container .g-blockcontent-subcontent {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: center;
    }
    .stewardship-container .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
        flex: 1;
        min-width: calc(50% - .5rem);
        max-width: calc(50% - .5rem);
        position: relative;
        transition: .3s all ease-in-out;
    }
    .stewardship-container .g-blockcontent-subcontent-block:hover {
        transform: scale(1.05);
    }
    .stewardship-container .g-blockcontent-subcontent-block:hover .g-blockcontent-subcontent-block-content:after {
        background: var(--secondary-color);
        color: var(--default-white);
    }
    .stewardship-container .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 4vw;
        transition: .3s all ease-in-out;
    }
    .stewardship-container .g-blockcontent-subcontent-block-content:after {
        content: 'Read More';
        background: linear-gradient(to top,rgb(204,204,204),rgb(255,255,255));
        padding: .5rem;
        width: 100%;
        text-align: center;
        font-size: 4vw;
        color: var(--default-black);
        font-weight: 500;
        font-family: var(--body-font-family);
        border: 2px solid var(--secondary-color);
        border-radius: .5rem;
        transition: .3s all ease-in-out;
    }
    .stewardship-container .g-blockcontent-subcontent-img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
        object-fit: cover;
        object-position: center;
        border-radius: 50%;
        transition: .3s all ease-in-out;
    }
    .stewardship-container .g-blockcontent-subcontent-title {
        margin: 0;
        padding: 0;
        font-size: 5vw;
        text-align: center;
        line-height: 1.2;
        font-family: var(--title-font-family);
        font-weight: 600;
        text-transform: uppercase;
        font-variant-caps: normal;
        color: var(--secondary-color);
        transition: .3s all ease-in-out;
    }
    .stewardship-container .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 0;
        font-size: 5vw;
        text-align: center;
        line-height: 1.2;
        font-family: var(--title-font-family);
        font-weight: 600;
        text-transform: uppercase;
        font-variant-caps: normal;
        color: var(--secondary-color);
        transition: .3s all ease-in-out;
    }
    .stewardship-container .g-blockcontent-subcontent-desc {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
        font-size: 4vw;
        line-height: 1.3;
        font-family: var(--body-font-family);
        font-weight: 400;
        color: var(--primary-color);
    }
    .stewardship-container .g-blockcontent-buttons {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .stewardship-container .g-blockcontent-buttons a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
}

/*MAIN*/
@media only screen and (min-width: 50.99rem) {
    .site-home #g-container-main {
        background: url('/images/template/church26/photo-section.jpg') 50% 50% no-repeat;
        background-size: cover;
        height: min(25vw, 25rem);
        position: relative;
        background-attachment: fixed;
    }
    .site-home #g-container-main:before {
        content: '';
        background: rgba(var(--default-black-rgb),.3);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-home #g-container-main {
        background: url('/images/template/church26/photo-section.jpg') 50% 50% no-repeat;
        background-size: cover;
        height: 15rem;
        position: relative;
    }
    .site-home #g-container-main:before {
        content: '';
        background: rgba(var(--default-black-rgb),.3);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }
}

/*EXPANDED*/
@media only screen and (min-width: 50.99rem) {
    .site-home #g-expanded {
        background: url('/images/template/church26/shamrock-pattern.png') 50% 50% no-repeat, var(--primary-color);
        background-size: cover;
    }
    .site-home #g-expanded > .g-container {
        padding: min(4vw, 4rem) min(4vw, 4rem) min(4vw, 4rem) min(4vw, 4rem)!important;
    }

    .site-home #g-expanded > .g-container > .g-grid {
        display: flex;
        flex-direction: row;
        gap: min(4vw, 4rem);
    }
    .site-home #g-expanded > .g-container > .g-grid > .g-block {
        flex: 1;
        max-width: unset;
        width: unset;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-home #g-expanded {
        background: url('/images/template/church26/shamrock-pattern.png') 50% 50% no-repeat, var(--primary-color);
        background-size: cover;
    }
    .site-home.withmaxwidth #g-expanded > .g-container {
        padding: 2rem 1rem!important;
    }

    .site-home #g-expanded > .g-container > .g-grid {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .site-home #g-expanded > .g-container > .g-grid > .g-block {
        flex: 1;
        max-width: 100%;
        width: unset;
    }
}

@media only screen and (min-width: 50.99rem) {
    .stack-container > .g-content {
        height: 100%;
    }
    .stack-container > .g-content > .g-content-array {
        height: 100%;
    }
    .stack-container > .g-content > .g-content-array > .g-grid {
        height: 100%;
    }
    .stack-container > .g-content > .g-content-array > .g-grid > .g-block {
        height: 100%;
    }
    .stack-container > .g-content > .g-content-array > .g-grid > .g-block > .g-content {
        height: 100%;
    }
    .stack-container > .g-content > .g-content-array > .g-grid > .g-block > .g-content > .g-array-item {
        height: 100%;
    }
    .stack-container > .g-content > .g-content-array > .g-grid > .g-block > .g-content > .g-array-item > .g-array-item-text {
        height: 100%;
    }
}

@media only screen and (min-width: 50.99rem) {
    .stack-wrapper {
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: min(2vw, 2rem);
    }
    .stack-wrapper .stack-title .g-title {
        margin: 0;
        padding: 0;
        border: none;
        line-height: 1;
        font-family: var(--title-font-family);
        font-weight: 700;
        text-transform: none;
        font-variant-caps: normal;
        font-size: min(3.25vw, 3.25rem);
        color: var(--default-white);
    }
    .stack-wrapper .stack-feed {
        flex: 1;
    }
    .stack-wrapper .stack-button {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .stack-wrapper .stack-button .button {
        width: 80%;
        background: linear-gradient(to top,rgb(204,204,204),rgb(255,255,255));
        padding: min(1vw, 1rem);
        color: var(--primary-color);
        font-size: min(1.5vw, 1.5rem);
        line-height: 1;
        font-family: var(--body-font-family);
        font-weight: 600;
    }

    .stack-wrapper.calendar-stack-wrapper .stack-feed iframe {
        width: 100%;
        height: 100%;
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }
}

@media only screen and (max-width: 50.99rem) {
    .stack-wrapper {
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .stack-wrapper .stack-title .g-title {
        margin: 0;
        padding: 0;
        border: none;
        line-height: 1;
        font-family: var(--title-font-family);
        font-weight: 700;
        text-transform: none;
        font-variant-caps: normal;
        font-size: 6vw;
        color: var(--default-white);
    }
    .stack-wrapper .stack-feed {
        flex: 1;
    }
    .stack-wrapper .stack-button {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .stack-wrapper .stack-button .button {
        background: linear-gradient(to top,rgb(204,204,204),rgb(255,255,255));
        padding: 1rem;
        color: var(--primary-color);
        font-size: 4vw;
        line-height: 1;
        font-family: var(--body-font-family);
        font-weight: 600;
    }

    .stack-wrapper.calendar-stack-wrapper .stack-feed iframe {
        width: 100%;
        height: 120vw;
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }
}

@media only screen and (min-width: 50.99rem) {
    .news-stack-feed {
        margin: 0;
        padding: 0;
    }
    .news-stack-feed > div {
        margin: 0;
        padding: 0;
    }
    .news-stack-feed .g-content-array {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: min(2vw, 2rem);
    }
    .news-stack-feed .g-content-array > .g-grid {
        margin: 0;
        padding: 0;
        position: relative;
        transition: .3s all ease-in-out;
    }
    .news-stack-feed .g-content-array > .g-grid:hover {
        transform: scale(1.05);
    }
    .news-stack-feed .g-content-array > .g-grid > .g-block {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }
    .news-stack-feed .g-content-array > .g-grid > .g-block > .g-content {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }
    .news-stack-feed .g-array-item {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: min(1.25vw, 1.25rem);
        transition: .3s all ease-in-out;
    }
    .news-stack-feed .g-array-item-image {
        margin: 0;
        padding: 0;
        pointer-events: none!important;
        transition: .3s all ease-in-out;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
        border-bottom: .75rem solid #d4a519;
    }
    .news-stack-feed .g-array-item-image a {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }
    .news-stack-feed .g-array-item-image img {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
        width: 100%;
        height: auto;
        aspect-ratio: 2.39/1;
        object-fit: cover;
        object-position: center;
    }
    .news-stack-feed .g-array-item-title {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }
    .news-stack-feed .g-item-title {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
        color: var(--default-white);
        font-size: min(1.5vw, 1.5rem);
        line-height: 1.2;
        font-family: var(--title-font-family);
        font-weight: 600;
        text-transform: none;
        font-variant-caps: normal;
        border: none;
    }
    .news-stack-feed .g-item-title a {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
        color: var(--default-white);
        font-size: min(1.5vw, 1.5rem);
        line-height: 1.2;
        font-family: var(--title-font-family);
        font-weight: 600;
        text-transform: none;
        font-variant-caps: normal;
        border: none;
    }
    .news-stack-feed .g-array-item-read-more {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .news-stack-feed .g-array-item-read-more a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
}

@media only screen and (max-width: 50.99rem) {
    .news-stack-feed {
        margin: 0;
        padding: 0;
    }
    .news-stack-feed > div {
        margin: 0;
        padding: 0;
    }
    .news-stack-feed .g-content-array {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }
    .news-stack-feed .g-content-array > .g-grid {
        margin: 0;
        padding: 0;
        position: relative;
        transition: .3s all ease-in-out;
    }
    .news-stack-feed .g-content-array > .g-grid:hover {
        transform: scale(1.05);
    }
    .news-stack-feed .g-content-array > .g-grid > .g-block {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }
    .news-stack-feed .g-content-array > .g-grid > .g-block > .g-content {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }
    .news-stack-feed .g-array-item {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        transition: .3s all ease-in-out;
    }
    .news-stack-feed .g-array-item-image {
        margin: 0;
        padding: 0;
        pointer-events: none!important;
        transition: .3s all ease-in-out;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
        border-bottom: .75rem solid #d4a519;
    }
    .news-stack-feed .g-array-item-image a {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }
    .news-stack-feed .g-array-item-image img {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
        width: 100%;
        height: auto;
        aspect-ratio: 2.39/1;
        object-fit: cover;
        object-position: center;
    }
    .news-stack-feed .g-array-item-title {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }
    .news-stack-feed .g-item-title {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
        color: var(--default-white);
        font-size: 5vw;
        line-height: 1.2;
        font-family: var(--title-font-family);
        font-weight: 600;
        text-transform: none;
        font-variant-caps: normal;
        border: none;
    }
    .news-stack-feed .g-item-title a {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
        color: var(--default-white);
        font-size: 5vw;
        line-height: 1.2;
        font-family: var(--title-font-family);
        font-weight: 600;
        text-transform: none;
        font-variant-caps: normal;
        border: none;
    }
    .news-stack-feed .g-array-item-read-more {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .news-stack-feed .g-array-item-read-more a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
}

@media only screen and (min-width: 50.99rem) {
    .calendar-stack-feed {
        margin: 0;
        padding: min(1.5vw, 1.5rem);
        background: var(--default-white);
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }
    .calendar-stack-feed > .g-particle {
        margin: 0;
        padding: 0;
    }
    .calendar-stack-feed > .g-particle > div {
        margin: 0;
        padding: 0;
    }
    .calendar-stack-feed .rme-items {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: min(3vw, 3rem);
    }
    .calendar-stack-feed .rme-items:after {
        display: none!important;
    }
    .calendar-stack-feed .rme-item {
        margin: 0;
        padding: 0;
        background: none;
        border-radius: none;
        border: none;
        display: flex;
        flex-direction: row;
        gap: min(1.5vw, 1.5rem);
        align-items: center;
        justify-content: flex-start;
    }
    .calendar-stack-feed .rme-items > .rme-item:not(.rme-item:last-child) {
        border-right: 2px solid var(--default-white);
    }
    .calendar-stack-feed .rme-badge {
        margin: 0;
        padding: min(.85vw, .85rem) min(1.5vw, 1.5rem);
        background: url('/images/template/church26/shamrock-pattern.png') 50% 50% no-repeat, linear-gradient(to bottom right, rgb(28,91,147), rgb(0,27,62));
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: unset;
    }
    .calendar-stack-feed .rme-day {
        margin: 0;
        padding: 0;
        order: 2;
        font-size: min(1.75vw, 1.75rem);
        line-height: 1.2;
        color: var(--default-white);
        font-family: var(--body-font-family);
        font-weight: 700;
    }
    .calendar-stack-feed .rme-month {
        margin: 0;
        padding: 0;
        order: 1;
        font-size: min(1.75vw, 1.75rem);
        line-height: 1.2;
        color: var(--default-white);
        font-family: var(--body-font-family);
    }
    .calendar-stack-feed .rme-description {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
    }
    .calendar-stack-feed .rme-title {
        margin: 0;
        padding: 0;
        color: var(--default-black);
        font-size: min(1.5vw, 1.5rem);
        font-weight: 400;
        order: 2;
    }
    .calendar-stack-feed .rme-time {
        margin: 0;
        padding: 0;
        color: var(--default-black);
        font-size: min(1.5vw, 1.5rem);
        font-weight: 700;
        order: 1;
    }
    .calendar-stack-feed .rme-details {
        margin: 0;
        padding: 0;
    }
    .calendar-stack-feed .rme-timeline {
        display: none!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .calendar-stack-feed {
        margin: 0;
        padding: 1rem;
        background: var(--default-white);
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }
    .calendar-stack-feed > .g-particle {
        margin: 0;
        padding: 0;
    }
    .calendar-stack-feed > .g-particle > div {
        margin: 0;
        padding: 0;
    }
    .calendar-stack-feed .rme-items {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .calendar-stack-feed .rme-items:after {
        display: none!important;
    }
    .calendar-stack-feed .rme-item {
        margin: 0;
        padding: 0;
        background: none;
        border-radius: none;
        border: none;
        display: flex;
        flex-direction: row;
        gap: 1rem;
        align-items: center;
        justify-content: flex-start;
    }
    .calendar-stack-feed .rme-items > .rme-item:not(.rme-item:last-child) {
        border-right: 2px solid var(--default-white);
    }
    .calendar-stack-feed .rme-badge {
        margin: 0;
        padding: .75rem 1.5rem;
        background: url('/images/template/church26/shamrock-pattern.png') 50% 50% no-repeat, linear-gradient(to bottom right, rgb(28,91,147), rgb(0,27,62));
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: unset;
    }
    .calendar-stack-feed .rme-day {
        margin: 0;
        padding: 0;
        order: 2;
        font-size: 4vw;
        line-height: 1.2;
        color: var(--default-white);
        font-family: var(--body-font-family);
        font-weight: 700;
    }
    .calendar-stack-feed .rme-month {
        margin: 0;
        padding: 0;
        order: 1;
        font-size: 4vw;
        line-height: 1.2;
        color: var(--default-white);
        font-family: var(--body-font-family);
    }
    .calendar-stack-feed .rme-description {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
    }
    .calendar-stack-feed .rme-title {
        margin: 0;
        padding: 0;
        color: var(--default-black);
        font-size: 4vw;
        font-weight: 400;
        order: 2;
    }
    .calendar-stack-feed .rme-time {
        margin: 0;
        padding: 0;
        color: var(--default-black);
        font-size: 4vw;
        font-weight: 700;
        order: 1;
    }
    .calendar-stack-feed .rme-details {
        margin: 0;
        padding: 0;
    }
    .calendar-stack-feed .rme-timeline {
        display: none!important;
    }
}

/*EXTENSION*/
@media only screen and (min-width: 50.99rem) {
    .site-home #g-extension > .g-container {
        padding: min(4vw, 4rem) min(4vw, 4rem) min(2vw, 2rem) min(4vw, 4rem)!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-home.withmaxwidth #g-extension > .g-container {
        padding: 2rem 1rem!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .flocknotes-wrapper {
        display: flex;
        flex-direction: row;
        gap: min(4vw, 4rem);
        align-items: center;
    }
    .flocknotes-wrapper > div {
        flex: 1;
    }
    .flocknotes-feed .g-title {
        border-bottom: 2px solid var(--secondary-color);
        font-size: min(2.5vw, 2.5rem);
        line-height: 1.2;
        color: var(--secondary-color);
        font-family: var(--title-font-family);
        font-weight: 400;
        text-transform: none;
        font-variant-caps: small-caps;

    }
    .flocknotes-feed .newsfeed li {
        font-size: min(1.25vw, 1.25rem);
        line-height: 1.5;
        /*text-decoration: underline;*/
        font-weight: 500;
    }
}

@media only screen and (max-width: 50.99rem) {
    .flocknotes-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .flocknotes-wrapper > div {
        flex: 1;
    }
    .flocknotes-feed .g-title {
        border-bottom: 2px solid var(--secondary-color);
        font-size: 8vw;
        line-height: 1.2;
        color: var(--secondary-color);
        font-family: var(--title-font-family);
        font-weight: 400;
        text-transform: none;
        font-variant-caps: small-caps;
        text-align: center;
    }
    .flocknotes-feed .newsfeed li {
        font-size: 4vw;
        line-height: 1.5;
        /*text-decoration: underline;*/
        font-weight: 500;
    }
}

/*FOOTER*/
@media only screen and (min-width: 50.99rem) {
    #g-container-footer {
        background: url('/images/template/church26/footer.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    #g-footer > .g-container {
        padding: min(3vw, 3rem) min(4vw, 4rem) min(6vw, 6rem) min(4vw, 4rem)!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    #g-container-footer {
        background: url('/images/template/church26/footer.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    #g-footer > .g-container {
        padding: 2rem 1rem 5rem 1rem!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .footer-wrapper {
        display: flex;
        flex-direction: row;
        gap: min(4vw, 4rem);
        justify-content: space-between;
        align-items: center;
    }
    .footer-wrapper .footer-logo img {
        width: min(35vw, 35rem)!important;
        height: auto;
    }
    .footer-wrapper .footer-content {
        padding-left: min(5vw, 5rem);
        border-left: 2px solid var(--default-white)
    }
    .footer-wrapper .footer-content h6 {
        margin: 0;
        padding: 0;
        font-size: min(1.75vw, 1.75rem);
        line-height: 1.2;
        color: var(--default-white);
        font-family: var(--title-font-family);
        font-weight: 700;
        text-align: right;
    }
    .footer-wrapper .footer-content p {
        margin: 0;
        padding: 0;
        font-size: min(1.25vw, 1.25rem);
        line-height: 1.5;
        color: var(--default-white);
        font-family: var(--body-font-family);
        font-weight: 400;
        text-align: right;
    }
}

@media only screen and (max-width: 50.99rem) {
    .footer-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }
    .footer-wrapper .footer-logo img {
        width: 100%!important;
        height: auto;
    }
    .footer-wrapper .footer-content {
        padding-top: 2rem;
        border-top: 2px solid var(--default-white)
    }
    .footer-wrapper .footer-content h6 {
        margin: 0;
        padding: 0;
        font-size: 6vw;
        line-height: 1.2;
        color: var(--default-white);
        font-family: var(--title-font-family);
        font-weight: 700;
        text-align: left;
        margin-bottom: 1rem;
    }
    .footer-wrapper .footer-content p {
        margin: 0;
        padding: 0;
        font-size: 4vw;
        line-height: 1.5;
        color: var(--default-white);
        font-family: var(--body-font-family);
        font-weight: 400;
        text-align: left;
    }
}

/*BOTTOM*/
@media only screen and (min-width: 50.99rem) {
    #g-bottom {
        position: relative;
        z-index: 10;
    }
    #g-bottom > .g-container {
        padding: 2rem 0!important;
    }
    #g-bottom .admod td {
        padding-top: 0!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    #g-bottom {
        position: relative;
        z-index: 10;
    }
    #g-bottom > .g-container {
        padding: 2rem 0!important;
    }
    #g-bottom .admod td {
        padding-top: 0!important;
    }
}

.search-page #searchForm .btn {
    background: var(--primary-color);
}

.grid-articles .g-array-item-text a:not(a.button) {
    color: var(--primary-color);
}
.grid-articles .g-array-item-text a {
    color: var(--primary-color);
}

@media only screen and (max-width: 50.99rem) {
    .admod.adside tbody {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: .5rem .5rem;
    }
}

@media only screen and (max-width: 50.99rem) {
    body#site-grid.newslayout #g-container-main > .g-container {
        padding: 2rem 1rem!important;
    }
    body#site-grid.newslayout #g-container-main #g-mainbar {
        margin: 0!important;
        padding: 0!important;
    }

    #site-grid.newslayout .grid-mobile-stacked .g-item-title {
        --grid-title-font-size: 3vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    body .side-menu-particle .g-blockcontent-subcontent-title-text {
        --side-menu-font-size-desktop: 4vw;
    }
}