@import url('//fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/************ TEMPLATE  ************
FONTS / ALTERNATIVES / WEIGHTS
Display: Trajan Pro 3 ( Adobe ) | Alt: Cinzel ( Google ) 
Body: Lato 

COLORS (GRADIENTS IF ANY) INCLUDE RGB
Primary:  Blue 526585 rgb(82,101,133)
Secondary:  White
Tertiary / hover: Brownish gold 857B52 rgb(133,123,82)

IMAGES (OPACITY, BLUR RADIUS IN PX, ROTATOR RATIO)
- Header / Footer: 90% opacity color with 1px radius blur
- Headlines BG: Set to 12% opacity on white with 1px radius blur.
- Ministry BG: Set to 12% opacity with the same blur. 

VECTOR GRAPHICS (IF ANY) [SPECIAL ICONS?]
- Stainglass SVG or PNG included in dropbox. Just need to put the centered text on top of it in the open space. Make text as close to the mockup as possible. Use bold for body text here for more contrast.

ADDITIONAL NOTES (FX, REQUESTS, HELPFUL TEXT)
- The menu bar is set to 70% opacity. May need to be upped if other images inhibit readability. Rotator slide selector is set to same.
- Mass Times background is just using blue from left to right going from 90% opacity to 0%.
************/

.site-1 {
    --primary-color: #526585;
    --secondary-color: #ffffff;
    --tertiary-color: #857B52;

    --primary-rgb: 82,101,133;
    --secondary-rgb: 255,255,255;
    --tertiary-rgb: 133,123,82;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'Cinzel', serif;
    --body-font-family: 'Lato', sans-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: 0px 0px 10px rgba(0,0,0,.5);

    --swiper-box-shadow: var(--default-box-shadow);

    --ql-title-color: var(--default-white);
}

.site-1 .ql-fa-toplinks {
    --ql-title-color: var(--default-white);

    --ql-flex: calc(100% / 6);

    --ql-background-hover: rgba(var(--tertiary-rgb),.8);
}

.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);
} 

h6 {
    color: var(--primary-color);
}

/*************** ALL SITE *****************/
.item-image {display: none;}

/*************** HOMELAYOUT ***************/ 
/*************** OFFCANVAS ****************/
.g-offcanvas-toggle {color: var(--default-white);} 
.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 ***************/
.g-main-nav .g-toplevel>li>.g-menu-item-container {
	padding: 0.625rem 0.375rem;
}

@media only screen and (min-width: 50.99rem) {
    .site-1 #g-navigation {
        background: url('/images/template/bg-for-header-footer.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-1 #g-navigation > .g-container {
        background: rgba(var(--primary-rgb),.95);
        backdrop-filter: blur(3px);
        z-index: 1;
        position: relative;
    }

    .site-1 #g-navigation > .g-container > .g-grid:nth-child(2) {
        padding: 2vw;
    }

    .site-1 #g-navigation .g-logo img {
        width: 90%;
    }

    .ql-fa-toplinks .g-blockcontent-subcontent-block:not(.ql-fa-toplinks .g-blockcontent-subcontent-block:last-child) {
        border: none;
    }
}

@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;
        line-height: 1.25vw;
        font-family: var(--body-font-family);
        padding: .5vw;
        transition: .3s background ease-in-out;
        border-radius: .5rem;
    }
    .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);
    }
    .g-main-nav :is(.g-toplevel>li.active>.g-menu-item-container>.g-menu-item-content, .g-toplevel>li:hover>.g-menu-item-container>.g-menu-item-content) {
        background: var(--tertiary-color);
    }

    .site-1 #g-navigation .g-social-items {
        display: flex;
        flex-direction: row;
        gap: 2vw;
        align-items: center;
    }
    .site-1 #g-navigation .g-social-items a {
        color: var(--primary-color);
        font-size: 1.25vw;
    }
    .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;
    }
}

@media only screen and (max-width: 50.99rem) {
    .ql-fa-toplinks .g-blockcontent-subcontent-block {
        align-items: flex-start;
    }
    .ql-fa-toplinks .g-blockcontent-subcontent-block-content > .g-blockcontent-subcontent-title {
        display: flex;
    }
    .ql-fa-toplinks .g-blockcontent-subcontent-title-text {
        color: var(--default-white);
        font-size: 3vw;
    }
}
/*************** SLIDESHOW ****************/ 
@media only screen and (min-width: 50.99) {
    .fullwidth-swiper .swiper-navigation div[class*="button-prev"] {
        display: none!important;
    }
}
.site-1-home #g-slideshow > .g-container > .g-grid:last-child {
    pointer-events: none;
}
.r-overlay .g-content-array {margin: 0; height: 100%;}
.r-overlay > .g-content.g-particle {height: 100%;}
.r-overlay .g-content-array > .g-grid {height: 100%;}
.r-overlay .g-content-array > .g-grid > .g-block {height: 100%;}
.r-overlay .g-content-array > .g-grid > .g-block > .g-content {height: 100%;}
.r-overlay .g-array-item-text {margin: 0; padding: 2vw;}
.r-overlay :is(h1,h2,h3,h4,h5,h6,p) {color: var(--default-white); text-shadow: 1px 1px var(--default-black); letter-spacing: 1px;}
.r-overlay :is(h1,h2,h3,h4,h5,h6) {font-size: 3vw; font-weight: 700;}
.r-overlay p {font-size: 1.4vw;}
.r-overlay a.button {background: none; border: 1px solid var(--default-white); border-radius: 0; width: 100%; font-size: 1.5vw; padding: 1vw 0;}
.r-overlay a.button:hover {background: var(--primary-color);}
.swiper-overlay-text > .g-container {position: relative; height: 42vw!important; width: 100%; z-index: 0;}
.swiper-overlay-text > .g-container > .g-grid:nth-child(1) {position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 100%; width: 100%;}
.swiper-overlay-text > .g-container > .g-grid:nth-child(2) {
    position: absolute; 
    top: 0; 
    bottom: 0; 
    left: 0; 
    height: 100%; 
    width: 30%; 
    z-index: 20;
}
.site-1-home .swiper-overlay-text > .g-container > .g-grid:nth-child(2) {
    background: linear-gradient(to right, rgba(var(--primary-rgb),.9), rgba(var(--primary-rgb),.5) 85%, rgba(var(--primary-rgb),0) 100%);
}

@media only screen and (max-width: 50.99rem) {
    .swiper-overlay-text > .g-container {position: initial; height: auto!important;}
    .swiper-overlay-text > .g-container > .g-grid:nth-child(1) {position: initial;}
    .swiper-overlay-text > .g-container > .g-grid:nth-child(2) {position: initial; width: 100%; background: var(--primary-color)!important;}

    .r-overlay .g-array-item-text {padding: 2rem 1rem;}
    .r-overlay :is(h1,h2,h3,h4,h5,h6) {font-size: 2rem;}
    .r-overlay p {font-size: 1.2rem;}
    .r-overlay a.button {font-size: 1.2rem; padding: 3vw 0;}
}

/*************** HEADER *******************/
/*************** ABOVE ********************/
/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
/*************** FEATURE ******************/
/*************** MAIN *********************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home :is(#g-sidebar, #g-mainbar, #g-aside) {
        background: transparent;
    }
    .site-1-home #g-container-main {
        background: url('/images/template/bg-for-headlines.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-1-home #g-container-main > .g-container {
        background: rgba(255,255,255,.9);
        backdrop-filter: blur(3px);
        padding: 2vw 5%!important;
    }
    .site-1-home #g-container-main > .g-container > .g-grid > .g-block:nth-child(3) {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .welcome-wrapper {
        aspect-ratio: 3 / 4;
        background: url('/images/template/stained-glass-text-holder.svg') 50% 50% no-repeat;
        background-size: cover;
    }
    .welcome-wrapper .g-array-item-text {
        margin: 0;
        padding: 10vw 22% 4vw 22%;
    }
    .welcome-wrapper .g-array-item-text :is(h1,h2,h3,h4,h5,h6) {
        color: var(--default-white);
        font-weight: 700;
        font-size: 3vw;
    }
    .welcome-wrapper .g-array-item-text :is(p,a) {
        color: var(--default-white);
        font-size: 2vw;
    }

    .ph-sq-rows {
        --ph-width: 15vw;
        --ph-background-color: rgba(var(--primary-rgb),.8);
        --ph-title-color: var(--default-white);

        --ph-g-title-margin: 0 0 2vw 0;
    }
    .ph-sq-rows .g-title {
        text-align: center;
    }
    .ph-sq-rows .g-content-array {
        flex-wrap: wrap;
    }
    .ph-sq-rows .g-array-item-read-more {
        opacity: 0;
    }

    .site-1-home #g-mainbar > .g-grid:nth-child(2) {
        padding-left: 11%;
    }

}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-container-main > .g-container > .g-grid > .g-block:nth-child(1) {
        order: 3;
    }
    .site-1-home #g-container-main > .g-container > .g-grid > .g-block:nth-child(2) {
        order: 1;
    }
    .site-1-home #g-container-main > .g-container > .g-grid > .g-block:nth-child(3) {
        order: 2;
    }

    .welcome-wrapper {
        aspect-ratio: 3 / 4;
        background: url('/images/template/stained-glass-text-holder.svg') 50% 50% no-repeat;
        background-size: cover;
    }
    .welcome-wrapper .g-array-item-text {
        margin: 0;
        padding: 25vw 22% 15vw 22%;
    }
    .welcome-wrapper .g-array-item-text :is(h1,h2,h3,h4,h5,h6) {
        color: var(--default-white);
        font-weight: 700;
        font-size: 9vw;
    }
    .welcome-wrapper .g-array-item-text :is(p,a) {
        color: var(--default-white);
        font-size: 6vw;
    }

    .ph-sidebyside-mobile .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 5%!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-expanded > .g-container > .g-grid {
        justify-content: space-between;
    }
    /*.site-1-home #g-expanded > .g-container > .g-grid > .g-block {
        max-width: 30%;
        width: 30%;
        flex: 30%;
    }*/
    .site-1-home #g-expanded .g-array-item-text {
        margin: 0;
    }
    .site-1-home #g-expanded h2.g-title {
        color: var(--default-white);
        font-size: 2.5vw;
        font-weight: 500;
        margin: 0 0 1vw 0;
        padding: 0;
        line-height: 2.5vw;
    }

    .cal-box-wrapper iframe {
        border-radius: 1rem;
        box-shadow: var(--default-box-shadow);
    }
    .cal-box-wrapper .button {
        background: var(--tertiary-color);
    }

    .resource-wrapper > .g-content {
        height: 100%;
    }
    .resource-wrapper .g-content-array {
        height: calc(100% - 15vw);
    }
    .resource-wrapper .g-content-array > .g-grid {
        height: 100%;
    }
    .resource-wrapper .g-content-array > .g-grid > .g-block {
        height: 100%;
    }
    .resource-wrapper .g-content-array > .g-grid > .g-block > .g-content {
        height: 100%;
    }
    .resource-wrapper .g-array-item {
        height: 100%;
    }
    .resource-wrapper .g-array-item-text {
        height: 100%;
    }

    .resource-sub-wrapper {
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 2vw;
    }
    .resource-sub-wrapper h3.g-title {
        font-size: 2.25vw;
        font-weight: 500;
        text-transform: none;
        font-variant-caps: normal;
        font-family: var(--body-font-family);
    }
    .resource-sub-wrapper p {
        text-align: center;
    }
    .resource-sub-wrapper .button {
        width: 100%;
        text-align: center;
        font-size: 1.25vw;
    }
    .resource-sub-wrapper .k-ui-namespace .mod_docman.mod_docman--documents ul li {
        margin-bottom: 1vw;
    }
    .resource-sub-wrapper .k-ui-namespace .mod_docman ul li .koowa_header {
        font-size: 1.25vw!important;
    }
    .resource-sub-wrapper .k-icon--size-default {
        font-size: 1.25vw;
    }
    .resource-sub-wrapper .r-bulletin-wrapper {
        flex: 1;
        background: var(--default-white);
        border-radius: 1rem;
        box-shadow: var(--default-box-shadow);
        overflow: hidden;
    }
    .resource-sub-wrapper .r-bulletin-wrapper > .r-inner-bulletin {
        padding: 1vw;
        height: 100%;
        width: 100%;
    }
    .resource-sub-wrapper .r-ministry-wrapper {
        flex: 1;
        background: url('/images/template/bg-for-ministry-schedule.jpg') 50% 50% no-repeat;
        background-size: cover;
        border-radius: 1rem;
        box-shadow: var(--default-box-shadow);
        overflow: hidden;
    }
    .resource-sub-wrapper .r-ministry-wrapper .g-title {
        border-bottom: 1px solid var(--primary-color);
    }
    .resource-sub-wrapper .r-ministry-wrapper > .r-inner-ministry {
        padding: 1vw;
        background: rgba(255,255,255,.9);
        height: 100%;
        width: 100%;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-expanded > .g-container > .g-grid {
        gap: 2rem;
    }
    .site-1-home #g-expanded > .g-container {
        padding: 3rem 3rem!important;
    }

    .site-1-home #g-expanded h2.g-title {
        color: var(--default-white);
        font-size: 9vw;
        font-weight: 500;
        margin: 0 0 1rem 0;
        padding: 0;
        line-height: 9vw;
    }

    .resource-wrapper > .g-content {
        height: 100%;
    }
    .resource-wrapper .g-content-array > .g-grid {
        height: 100%;
    }
    .resource-wrapper .g-content-array > .g-grid > .g-block {
        height: 100%;
    }
    .resource-wrapper .g-content-array > .g-grid > .g-block > .g-content {
        height: 100%;
    }
    .resource-wrapper .g-array-item {
        height: 100%;
    }
    .resource-wrapper .g-array-item-text {
        height: 100%;
    }

    .resource-sub-wrapper {
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .resource-sub-wrapper h3.g-title {
        font-size: 6vw;
        font-weight: 500;
        text-transform: none;
        font-variant-caps: normal;
        font-family: var(--body-font-family);
    }
    .resource-sub-wrapper p {
        text-align: center;
    }
    .resource-sub-wrapper .button {
        width: 100%;
        text-align: center;
        font-size: 1.25rem;
    }
    .resource-sub-wrapper .k-ui-namespace .mod_docman.mod_docman--documents ul li {
        margin-bottom: 1rem;
    }
    .resource-sub-wrapper .k-ui-namespace .mod_docman ul li .koowa_header {
        font-size: 1.25rem!important;
    }
    .resource-sub-wrapper .k-icon--size-default {
        font-size: 1.25rem;
    }
    .resource-sub-wrapper .r-bulletin-wrapper {
        flex: 1;
        background: var(--default-white);
        border-radius: 1rem;
        box-shadow: var(--default-box-shadow);
        overflow: hidden;
    }
    .resource-sub-wrapper .r-bulletin-wrapper > .r-inner-bulletin {
        padding: 1rem;
        height: 100%;
        width: 100%;
    }
    .resource-sub-wrapper .r-ministry-wrapper {
        flex: 1;
        background: url('/images/template/bg-for-ministry-schedule.jpg') 50% 50% no-repeat;
        background-size: cover;
        border-radius: 1rem;
        box-shadow: var(--default-box-shadow);
        overflow: hidden;
    }
    .resource-sub-wrapper .r-ministry-wrapper .g-title {
        border-bottom: 1px solid var(--primary-color);
    }
    .resource-sub-wrapper .r-ministry-wrapper > .r-inner-ministry {
        padding: 1rem;
        background: rgba(255,255,255,.9);
        height: 100%;
        width: 100%;
    }
}

/*************** EXTENSION ****************/
/*************** BOTTOM *******************/
@media only screen and (min-width: 50.99rem) {
    .site-1 #g-bottom {
        padding: 2vw 0 0 0!important;
    }
    .site-1 #g-bottom .admod {
        margin-bottom: -37.5px!important;
        position: relative;
        z-index: 11;
    }
    .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;} 

@media only screen and (min-width: 50.99rem) {
    .site-1 #g-container-footer {
        background: url('/images/template/bg-for-header-footer.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-1 #g-container-footer > .g-grid {
        background: rgba(var(--primary-rgb),.95);
        backdrop-filter: blur(3px);
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-1 #g-footer > .g-container {
        padding: 3vw 1vw!important;
    }
    .footer-wrapper .footer-logo {
        text-align: center;
        margin-bottom: 1vw;
    }
    .footer-wrapper .footer-text {
        text-align: center;
        font-size: 1.25vw;
    }
    .footer-wrapper .footer-text p {
        font-size: 1.25vw;
    }
    .footer-wrapper .footer-logo img {
        width: 40%;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-container-footer {
        background: url('/images/template/bg-for-header-footer.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-1 #g-container-footer > .g-grid {
        background: rgba(var(--primary-rgb),.95);
        backdrop-filter: blur(3px);
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-footer > .g-container {
        padding: 3vw 1vw!important;
    }
    .footer-wrapper .footer-logo {
        text-align: center;
        margin-bottom: 1rem;
    }
    .footer-wrapper .footer-text {
        text-align: center;
        font-size: 1.25rem;
    }
    .footer-wrapper .footer-text p {
        font-size: 1.25rem;
    }
    .footer-wrapper .footer-logo img {
        width: 70%;
    }
}

/*************** 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(--tertiary-color);
} 
/*************** SECTIONS *****************/
/*************** MOBILE *******************/ 
/*************** 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;
    }
}