@import url('//fonts.googleapis.com/css2?family=Gabriela&display=swap');
/************ TEMPLATE  ************
COLORS
Primary: 306887 rgb(48,104,135)
Secondary: a24e21 rgb(162,78,33)
Tertiary: fcdd90 rgb(252,221,144)

FONTS USED (Google)
Display / Body: Gabriela Regular
Font Colors: Brown(display) or Black

IMAGES (Opacity | Blur Radius)
- Quicklinks: 88% Opacity. 
- Footer: Opacity 92%. 2px Radius blur.

VECTOR GRAPHICS
- "Links" graphics are in Dropbox. Let me know if you have any issues.
************/

.site-1 {
    --primary-color: #306887;
    --secondary-color: #a24e21;
    --tertiary-color: #fcdd90;

    --primary-rgb: 48,104,135;
    --secondary-rgb: 162,78,33;
    --tertiary-rgb: 252,221,144;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'Gabriela', serif;
    --body-font-family: 'Gabriela', serif;

    --heading-color: var(--primary-color);
    --heading-font-family: var(--title-font-family);

    --title-border-bottom: 1px solid var(--secondary-color);

    --home-title-font: var(--title-font-family);

    --transparent: rgba(255,255,255,0);

    --default-box-shadow: 4px 4px 4px rgba(0,0,0,.4);

    --swiper-box-shadow: var(--default-box-shadow);

    --ql-title-color: var(--default-white);
}

.site-1 .ql-fa-toplinks {
    --ql-title-color: var(--primary-color);
}

@media only screen and (max-width: 50.99rem) {
    .site-1 .ql-dm {
        --ql-background-color: rgba(var(--tertiary-rgb),.88);
        --ql-background-hover: rgba(var(--tertiary-rgb),.68);
        --ql-title-color: var(--default-black);
    }
}

.readon, .button, .btn, p.readmore .btn, .sprocket-lists-portrait-container > li .sprocket-lists-portrait-item > a span, .listentobutton.moduletable a {
    background: var(--primary-color);
    font-family: var(--body-font-family);
}

@media only screen and (min-width: 50.99rem) {
    .button:not(.g-blockcontent-buttons .button, .g-array-item-read-more .button) {
        color: var(--default-black);
        background: var(--tertiary-color);
        font-size: 1.25vw;
        font-weight: 500;
        line-height: 1;
        padding: 1vw 4vw;
        border-radius: .75rem;
        box-shadow: var(--default-box-shadow);
        border: 2px solid var(--default-white);
        font-family: var(--body-font-family);
        transition: .3s all ease-in-out;
    }
    .button:not(.g-blockcontent-buttons .button, .g-array-item-read-more .button):hover {
        background: var(--tertiary-color);
        color: var(--default-black);
        transform: scale(1.05);
        box-shadow: 6px 6px 6px rgba(0,0,0,.6);
    }
}

@media only screen and (max-width: 50.99rem) {
    .button:not(.g-blockcontent-buttons .button, .g-array-item-read-more .button) {
        color: var(--default-black);
        background: var(--tertiary-color);
        font-size: 4vw;
        font-weight: 500;
        line-height: 1;
        padding: .75rem;
        border-radius: .75rem;
        box-shadow: var(--default-box-shadow);
        border: 2px solid var(--default-white);
        font-family: var(--body-font-family);
        transition: .3s all ease-in-out;
    }
    .button:not(.g-blockcontent-buttons .button, .g-array-item-read-more .button):hover {
        background: var(--tertiary-color);
        color: var(--default-black);
        transform: scale(1.05);
        box-shadow: 6px 6px 6px rgba(0,0,0,.6);
    }
}

/*************** ALL SITE *****************/
.item-image {display: none;}

:is(.site-1-home, .site-2-home, .site-3-home) #g-page-surround .g-content {
    padding: 0;
}

:is(.site-1-home, .site-2-home, .site-3-home) #g-page-surround .g-array-item-text {
    margin: 0;
}

/*:is(.site-1-sub, .site-2-sub, .site-3-sub) section:not(#g-navigation, #g-container-footer, #g-copyright) .g-content {
    margin: 0.625rem !important;
    padding: 1.5rem !important;
}*/

:is(.site-1-sub, .site-2-sub, .site-3-sub) section:not(#g-navigation, #g-container-footer, #g-copyright) #grid-addpic .g-content {
    padding: 0 !important;
    margin: 0 !important;
}

:is(.site-1-sub, .site-2-sub, .site-3-sub) section#g-container-main #g-aside .g-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (min-width: 50.99rem) {
  :is(.site-1-home, .site-2-home) #g-top .modern-alert .g-joomla-articles {
      padding: 0 3% !important;
  }
}

@media (min-width: 50.99rem) {
    #site-grid.site-1-sub #g-mainbar > .g-grid:has([itemprop="articleBody"]) {
        padding: 2vw 0!important;
    }
    #site-grid.site-1-sub #g-mainbar > .g-grid:has([itemprop="articleBody"]) p {
        font-size: 1.25vw;
        font-family: var(--body-font-family);
    }
}

@media only screen and (max-width: 50.99rem) {
    #site-grid.site-1-sub #g-mainbar > .g-grid:has([itemprop="articleBody"]) {
        padding: 2rem 0!important;
    }
}

/*************** HOMELAYOUT ***************/ 
/*************** OFFCANVAS ****************/
.g-offcanvas-toggle {color: var(--primary-color);} 
.g-offcanvas-toggle .fa-fw {text-shadow: none;}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-offcanvas .g-social-items {
        display: flex;
        flex-direction: row;
        gap: 2rem;
        align-items: center;
        justify-content: center;
    }
    .site-1 #g-offcanvas .g-social-items a {
        color: var(--secondary-color);
    }
    .site-1 #g-offcanvas .g-social-items a:hover {
        color: var(--tertiary-color);
    }
}

/*************** TOP **********************/ 
/*************** NAVIGATION ***************/
@media only screen and (min-width: 50.99rem) {
    .site-1 #g-navigation {
        border-bottom: .75rem solid var(--tertiary-color);
    }
    .site-1 #g-navigation .g-logo img {
        width: 100%;
    }
    .site-1 #g-navigation > .g-container > .g-grid:has(.nav-social-container) {
        align-items: flex-start;
        padding: 1vw 3vw!important;
    }
    .site-1 #g-navigation > .g-container > .g-grid:has(.nav-social-container) .g-social-items {
        justify-content: flex-end;
    }
	.nav-social-container .button {
		padding: 0.5vw 2vw !important;
		margin-top: -10px;
	}
}

@media only screen and (min-width: 50.99rem) {
    .g-main-nav .g-toplevel>li>.g-menu-item-container>.g-menu-item-content {
        font-size: 1.25vw;
        font-family: var(--body-font-family);
    }
    .g-main-nav .g-sublevel>li>.g-menu-item-container>.g-menu-item-content>.g-menu-item-title {
        font-size: 1.25vw;
        font-family: var(--body-font-family);
    }

    .site-1 #g-navigation .g-social-items {
        display: flex;
        flex-direction: row;
        gap: 1.5vw;
        align-items: center;
    }
    .site-1 #g-navigation .g-social-items a {
        color: var(--default-white);
        font-size: 2vw;
    }
    .site-1 #g-navigation .g-social-items a:hover {
        color: var(--tertiary-color);
    }
}

@media only screen and (max-width: 50.99rem) {
    #g-navigation .g-logo {
        max-width: 65%;
        margin: 2rem auto;
    }

    .site-1 #g-navigation .g-social-items {
        display: flex;
        flex-direction: row;
        gap: 2rem;
        align-items: center;
        justify-content: center;
        padding: 0 1rem 1rem 1rem;
    }
	
	.nav-social-container .button {
		padding: 0.5vw 2vw !important;
		margin-top: -10px;
	}
}

/*************** SLIDESHOW ****************/ 
/*************** HEADER *******************/
/*************** ABOVE ********************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-above {
        margin-top: -2vw!important;
    }
    .site-1-home #g-above > .g-container {
        padding: 0 3vw 3vw 3vw!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .ql-boxes-row {
        margin: 0;
        padding: 0;
    }
    .ql-boxes-row > .g-content {
        margin: 0;
        padding: 0;
    }
    .ql-boxes-row > .g-content > div {
        margin: 0;
        padding: 0;
    }
    .ql-boxes-row .g-blockcontent {
        margin: 0;
        padding: 0;
    }
    .ql-boxes-row .g-blockcontent-subcontent {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        gap: 2vw;
    }
    .ql-boxes-row .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
        flex: 1;
        position: relative;
        overflow: hidden;
        border-radius: 1rem;
        box-shadow: var(--default-box-shadow);
        border: 3px solid var(--default-white);
        transition: .3s all ease-in-out;
        z-index: 100;
    }
    .ql-boxes-row .g-blockcontent-subcontent-block:hover {
        transform: scale(1.05);
    }
    .ql-boxes-row .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }
    .ql-boxes-row .g-blockcontent-subcontent-img {
        margin: 0;
        padding: 0;
        border-radius: 0;
        aspect-ratio: 4/3;
        width: 100%;
        transition: .3s all ease-in-out;
    }
    .ql-boxes-row .g-blockcontent-subcontent-title {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background: rgba(var(--tertiary-rgb),.88);
        display: flex;
        justify-content: center;
        align-items: center;
        transition: .3s all ease-in-out;
    }
    .ql-boxes-row .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 1vw;
        color: var(--default-black);
        text-align: center;
        transition: .3s all ease-in-out;
    }
    .ql-boxes-row .g-blockcontent-buttons {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .ql-boxes-row .g-blockcontent-buttons a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
}

/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
/*************** FEATURE ******************/
/*************** MAIN *********************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-container-main {
        border-bottom: 1rem solid var(--secondary-color);
    }
    .site-1-home #g-container-main > .g-container {
        padding: 3vw!important;
    }
    .site-1-home #g-container-main > .g-container > .g-grid {
        display: flex;
        flex-direction: row;
        gap: 3vw;
    }
    .site-1-home #g-container-main > .g-container > .g-grid > .g-block:has(#g-sidebar) {
        flex: 30;
        width: unset;
    }
    .site-1-home #g-container-main > .g-container > .g-grid > .g-block:has(#g-mainbar) {
        flex: 70;
        width: unset;
    }
    .site-1-home #g-container-main .g-title {
        color: var(--secondary-color);
        text-transform: none;
        font-variant-caps: normal;
        font-size: 3.5vw;
        font-weight: 400;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-family: var(--title-font-family);
        border: none;
        background: none;
        border-radius: 0;
        letter-spacing: 1px;
        margin-bottom: 3vw;
    }

    .site-1-home #g-container-main .grid-sideways .g-array-item-title {
        max-height: calc(50% - .5vw)!important;
    }
    .site-1-home #g-container-main .grid-sideways .g-array-item-text {
        max-height: calc(50% - .5vw)!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home .mass-times-container :is(h1,h2,h3,h4,h5,h6) {
        color: var(--secondary-color);
        font-size: 1.75vw;
        font-family: var(--title-font-family);
        font-weight: 500;
        line-height: 1.5;
        margin: 0;
        padding: 0;
        text-transform: none;
        font-variant-caps: normal;
        border: none;
        background: none;
        border-radius: 0;
        letter-spacing: 1px;
    }
    .site-1-home .mass-times-container p {
        font-size: 1.25vw;
        line-height: 1.5;
        font-weight: 500;
        color: var(--default-black);
        font-family: var(--body-font-family);
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-container-main > .g-container > .g-grid > .g-block:has(#g-sidebar) {
        padding: 2rem 1rem!important;
    }

    .site-1-home #g-container-main .g-title {
        color: var(--secondary-color);
        text-transform: none;
        font-variant-caps: normal;
        font-size: 8vw;
        font-weight: 400;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-family: var(--title-font-family);
        border: none;
        background: none;
        border-radius: 0;
        letter-spacing: 1px;
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home .mass-times-container :is(h1,h2,h3,h4,h5,h6) {
        color: var(--secondary-color);
        font-size: 5vw;
        font-family: var(--title-font-family);
        font-weight: 500;
        line-height: 1.5;
        margin: 0;
        padding: 0;
        text-transform: none;
        font-variant-caps: normal;
        border: none;
        background: none;
        border-radius: 0;
        letter-spacing: 1px;
    }
    .site-1-home .mass-times-container p {
        font-size: 4vw;
        line-height: 1.5;
        font-weight: 500;
        color: var(--default-black);
        font-family: var(--body-font-family);
    }

    .site-1-home #ph-addpic .g-title {
        text-align: center;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-1-sub #g-mainbar {
        min-height: 30vh;
    }
}

@media only screen and (max-width: 50.99rem) {
    :is(.site-1-sub, .site-2-sub) #g-mainbar > .g-grid > .g-block > .g-content {
        margin: 0;
        padding: 0;
    }
}

/*************** EXPANDED *****************/ 
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-expanded > .g-container {
        padding: 3vw!important;
    }
    .site-1-home #g-expanded > .g-container > .g-grid {
        display: flex;
        flex-direction: row;
        gap: 2vw;
    }
    .site-1-home #g-expanded > .g-container > .g-grid > .g-block.social-box {
        flex: 25;
        width: unset;
    }
    .site-1-home #g-expanded > .g-container > .g-grid > .g-block.cal-box {
        flex: 25;
        width: unset;
    }
    .site-1-home #g-expanded > .g-container > .g-grid > .g-block.ql-links-column {
        flex: 25;
        width: unset;
    }
    .site-1-home #g-expanded > .g-container > .g-grid > .g-block:has(.admod) {
        flex: unset;
        max-width: 165px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .site-1-home #g-expanded .g-title {
        color: var(--default-white);
        font-size: 2.5vw;
        line-height: 1;
        margin: 0;
        padding: 0;
        font-family: var(--title-font-family);
        border: none;
        border-radius: 0;
        background: none;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: none;
        font-variant-caps: normal;
        margin-bottom: 1.5vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-expanded > .g-container {
        padding: 2rem 1rem!important;
    }

    .site-1-home #g-expanded .g-title {
        color: var(--default-white);
        font-size: 8vw;
        line-height: 1;
        margin: 0;
        padding: 0;
        font-family: var(--title-font-family);
        border: none;
        border-radius: 0;
        background: none;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: none;
        font-variant-caps: normal;
        margin-bottom: 1.5rem;
        text-align: center;
    }

    .site-1-home #g-expanded > .g-container > .g-grid {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .site-1-home #g-expanded > .g-container > .g-grid > .g-block.social-box {
        order: 2;
        width: 100%;
    }
    .site-1-home #g-expanded > .g-container > .g-grid > .g-block.cal-box {
        order: 3;
        width: 100%;
    }
    .site-1-home #g-expanded > .g-container > .g-grid > .g-block.ql-links-column {
        order: 4;
        width: 100%;
    }
    .site-1-home #g-expanded > .g-container > .g-grid > .g-block:has(.admod) {
        order: 1;
        width: 100%;
    }

    .site-1-home .social-box .g-array-item-text {
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }

    .site-1-home .cal-wrapper iframe {
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home .social-box #eapps-facebook-feed-1 .eapps-facebook-feed-content-container {
        height: 32.5vw;
    }
    .site-1-home .social-box .g-array-item-text {
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }
    
    .site-1-home .cal-wrapper {
        display: flex;
        flex-direction: column;
        gap: 2vw;
        justify-content: flex-start;
        align-items: center;
    }
    .site-1-home .cal-wrapper iframe {
        height: 44.5vw;
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }
}

@media only screen and (min-width: 50.99rem) {
    .ql-links-column {
        margin: 0;
        padding: 0;
    }
    .ql-links-column > .g-content {
        margin: 0;
        padding: 0;
    }
    .ql-links-column > .g-content > div {
        margin: 0;
        padding: 0;
    }
    .ql-links-column .g-blockcontent {
        margin: 0;
        padding: 0;
    }
    .ql-links-column .g-blockcontent-subcontent {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 2vw;
    }
    .ql-links-column .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
        flex: 1;
        position: relative;
        overflow: hidden;
        border-radius: 1rem;
        box-shadow: var(--default-box-shadow);
        /*border: 3px solid var(--default-white);*/
        transition: .3s all ease-in-out;
        z-index: 100;
    }
    .ql-links-column .g-blockcontent-subcontent-block:hover {
        transform: scale(1.05);
    }
    .ql-links-column .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }
    .ql-links-column .g-blockcontent-subcontent-img {
        margin: 0;
        padding: 0;
        border-radius: 0;
        aspect-ratio: 3.6/1;
        width: 100%;
        transition: .3s all ease-in-out;
    }
    .ql-links-column .g-blockcontent-subcontent-title {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background: rgba(var(--tertiary-rgb),.88);
        display: flex;
        justify-content: center;
        align-items: center;
        transition: .3s all ease-in-out;
        opacity: 0;
    }
    .ql-links-column .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 1vw;
        color: var(--default-black);
        text-align: center;
        transition: .3s all ease-in-out;
    }
    .ql-links-column .g-blockcontent-buttons {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .ql-links-column .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-links-column {
        margin: 0;
        padding: 0;
    }
    .ql-links-column > .g-content {
        margin: 0;
        padding: 0;
    }
    .ql-links-column > .g-content > div {
        margin: 0;
        padding: 0;
    }
    .ql-links-column .g-blockcontent {
        margin: 0;
        padding: 0;
    }
    .ql-links-column .g-blockcontent-subcontent {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .ql-links-column .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
        flex: 1;
        position: relative;
        overflow: hidden;
        border-radius: 1rem;
        box-shadow: var(--default-box-shadow);
        /*border: 3px solid var(--default-white);*/
        transition: .3s all ease-in-out;
        z-index: 100;
    }
    .ql-links-column .g-blockcontent-subcontent-block:hover {
        transform: scale(1.05);
    }
    .ql-links-column .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 0;
        transition: .3s all ease-in-out;
    }
    .ql-links-column .g-blockcontent-subcontent-img {
        margin: 0;
        padding: 0;
        border-radius: 0;
        aspect-ratio: 3.6/1;
        width: 100%;
        transition: .3s all ease-in-out;
    }
    .ql-links-column .g-blockcontent-subcontent-title {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background: rgba(var(--tertiary-rgb),.88);
        display: flex;
        justify-content: center;
        align-items: center;
        transition: .3s all ease-in-out;
        opacity: 0;
    }
    .ql-links-column .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: .5rem;
        color: var(--default-black);
        text-align: center;
        transition: .3s all ease-in-out;
    }
    .ql-links-column .g-blockcontent-buttons {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .ql-links-column .g-blockcontent-buttons a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
}

/*************** EXTENSION ****************/
/*************** BOTTOM *******************/
@media only screen and (min-width: 50.99rem) {
    .site-1 #g-bottom {
        padding: 2vw 0!important;
    }
    .site-1 #g-bottom .admod td {
        padding: 0;
    }
}

/*************** FOOTER *******************/
#g-footer .g-content-array {margin: 0;}
#g-footer a {color: var(--default-white); transition: .3s all ease-in-out;} 
#g-footer a:hover {opacity: .5;}

.link-line {
    text-decoration: underline;
}

@media only screen and (min-width: 50.99rem) {
    .site-1 #g-container-footer {
        background: url('/images/template/footer.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-1 :is(#g-footer, #g-copyright) {
        backdrop-filter: blur(2px);
        --webkit-backdrop-filter: blur(2px);
    }
    .site-1 #g-footer > .g-container {
        padding: 3vw 5% 4vw 5%!important;
    }

    .site-1 #g-footer p {
        font-size: 1.5vw;
        line-height: 2;
        font-weight: 400;
        color: var(--default-white);
    }
    .site-1 #g-footer :is(.footer-address, .footer-hours) h1 {
        font-size: 2vw;
        color: var(--default-white);
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-container-footer {
        background: url('/images/template/footer.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-1 :is(#g-footer, #g-copyright) {
        backdrop-filter: blur(2px);
        --webkit-backdrop-filter: blur(2px);
    }
    .site-1 #g-footer > .g-container {
        padding: 3vw 5% 4vw 5%!important;
    }
    .site-1 #g-footer > .g-container {
        padding: 2rem 1rem 4rem 1rem!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-1 .footer-wrapper {
        display: flex;
        flex-direction: row;
        gap: 2vw;
        justify-content: space-between;
        align-items: center;
    }
    .site-1 .footer-wrapper > div {
        max-width: 45%;
    }
    .site-1 .footer-wrapper > div:nth-child(1) {
        display: flex;
        flex-direction: row;
        gap: 1vw;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
    }
    .site-1 .footer-wrapper > div:nth-child(2) {
        display: flex;
        flex-direction: row;
        gap: 2.5vw;
        justify-content: flex-end;
        align-items: center;
    }
    .site-1 .footer-wrapper .footer-logo-text {
        text-align: right;
    }
    .site-1 .footer-wrapper .footer-logo-text h1 {
        font-size: 2.5vw;
    }
    .site-1 .footer-wrapper .footer-logo-icon img {
        aspect-ratio: 1/1;
        width: 12vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-footer p {
        font-size: 4vw;
        line-height: 2;
        font-weight: 400;
        color: var(--default-white);
    }
    .site-1 #g-footer :is(.footer-address, .footer-hours) h1 {
        font-size: 8vw;
        color: var(--default-white);
    }

    .site-1 .footer-wrapper {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .site-1 .footer-wrapper > div:nth-child(1) {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        width: 100%;
    }
    .site-1 .footer-wrapper > div:nth-child(2) {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        justify-content: flex-end;
        align-items: center;
    }
    .site-1 .footer-wrapper .footer-logo-text {
        text-align: center;
        order: 2;
    }
    .site-1 .footer-wrapper .footer-logo-text h1 {
        font-size: 8vw;
    }
    .site-1 .footer-wrapper .footer-logo-icon {
        order: 1;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .site-1 .footer-wrapper .footer-logo-icon img {
        aspect-ratio: 1/1;
        width: 40vw;
    }
}

/*************** COPYRIGHT ****************/ 
@media only screen and (max-width: 50.99rem) {
    .web-policy {
        justify-content: flex-end;
        padding-right: 10px;
    }
    .site-1 .adminfootericon {
        bottom: 40px
    }

    .site-2 .adminfootericon {
        bottom: 40px
    }
}

/*************** MODULES ******************/
.moduletable .nav.menu, .moduletable .unstyled {background: var(--primary-color);} 
.moduletable .nav.menu li.current.active a, .moduletable .nav.menu li a:hover {    
    color: var(--default-white); 
    background: var(--secondary-color);
} 
/*************** SECTIONS *****************/
/***************news subpage*****************/

.ph-sidepics-3 .g-content-array > .g-grid {
	box-shadow: none;
}

.ph-sidepics-3.ph-standard .g-array-item-image {
	border-radius: 0.5rem;
}


/*************** MOBILE *******************/

.g-offcanvas-toggle {
  background: var(--default-white);
  display: grid;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: var(--default-box-shadow);
}

/*************** ADS **********************/

@media only screen and (min-width: 50.99rem) {
    #site-grid #g-container-main {
        padding-bottom: 3vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .grid.ph-sidebyside-mobile .g-array-item-read-more {
        opacity: 0;
    }
    .grid.ph-sidebyside-mobile .g-array-item-title {
        padding: 1rem;
    }
}

@media only screen and (min-width: 50.99rem) {
    .search-page button.btn {
        background: var(--primary-color)!important;
    }
    .search-page button.btn:hover {
        background: var(--secondary-color)!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .search-page button.btn {
        background: var(--primary-color)!important;
    }
    .search-page button.btn:hover {
        background: var(--secondary-color)!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .ph-sidebyside-mobile .g-array-item-read-more {
        opacity: 0;
    }
    .ph-sidebyside-mobile .g-array-item-title {
        padding: 1rem;
    }
}

@media only screen and (min-width: 50.99rem) {
    .bilingual {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 2vw;
    }
    .bilingual .englishtext {
        flex: 1;
    }
    .bilingual .spanishtext {
        flex: 1;
        font-style: italic;
    }
}

@media only screen and (max-width: 50.99rem) {
    .bilingual {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .bilingual .englishtext {
        flex: 1;
    }
    .bilingual .spanishtext {
        flex: 1;
        font-style: italic;
    }
}

/* Image Paths for Particle Template */
/* All images used in the particle template need to be updated here */

@media (min-width: 50.99rem) {
  .style-201 .g-container:has([class*="-201"]) {background-image: url('/images/template/header-church-transparent-background.png'); background-position: center; background-size: cover; background-repeat: no-repeat;}
  .style-202 .g-container:has([class*="-202"]) {background-image: url("/images/template/header-church-transparent-background.png"); background-position: center; background-size: cover; background-repeat: no-repeat;}
  .style-301 .mass-times-301 {background: url('/images/template/masstimes.jpg') 0% no-repeat; background-size: cover; background-position: center;}
  .style-303 .mass-times-303 {background: url('/images/template/masstimes.jpg') 0% no-repeat; background-size: cover; background-position: center;}
  .style-304 .mass-times-304 {background: url('/images/template/masstimes.jpg') 0% no-repeat; background-size: cover; background-position: center;}
  .style-305 .mass-times-305 {background: url('/images/template/masstimes.jpg') 0% no-repeat; background-size: cover; background-position: center;}
  .style-1001 :is(#g-navigation, #g-slideshow, #g-header, #g-above, #g-feature, #g-showcase, #g-utility, #g-container-main, #g-expanded, #g-extension, #g-bottom, #g-footer, #g-copyright):has([class*="-1001"]) {background: url('/images/template/parallax1.jpg') 50% 50% no-repeat;}
  .mockup-ads.particle-template .g-block:has(div.adside) .adside {background-image: url("/images/template/side-ads.png");}
  .mockup-ads.particle-template .adhorizontal {background-image: url("/images/template/horizontal-ads.png");}
}

@media (max-width: 50.99rem) {
   .mockup-ads.particle-template .g-block:has(div.adside) .adside {background-image: url("/images/template/side-ads.png");}
   .mockup-ads.particle-template .adhorizontal {background-image: url("/images/template/horizontal-ads-mobile.png");}
}