@import url('//fonts.googleapis.com/css2?family=Bellefair&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/************ TEMPLATE  ************
Rotator - Wide 16:9
News - portrait 12:16 or standard 16:12
ql - standard or superwide 1600x669
---
Blue: #173754 rgba(23,55,84,1)
red: #761e1e rgba(118,30,30,1)
Grey: #b5b5b5 rgba(181,181,181,1)
Grey2: #828282 rgba(130,130,130,1)
************/

.site-1 {
    --primary-color: #173754;
    --secondary-color: #b5b5b5;
    --tertiary-color: #761e1e;

    --primary-rgb: 23,55,84;
    --secondary-rgb: 181,181,181;
    --tertiary-rgb: 118,30,30;

    --default-white: #ffffff;
    --default-black: #000000;
    --default-grey: #f1f2f2;

    --title-font-family: 'Bellefair', serif;
    --body-font-family: 'Montserrat', 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 .ph-photoblocknews {
    --ph-width: 16vw;
    --ph-height: calc(16vw * 4/3);
    --ph-title-color: var(--default-white);
}

@media only screen and (max-width: 50.99rem) {
    .site-1 .ph-sidebyside-mobile {
        --ph-title-color: var(--primary-color);
    }
}

.site-1 .ql-fa-toplinks {
    --ql-title-color: var(--primary-color);
}

.site-1 .ql-inner-box {
    --ql-font-size-desktop: 2vw;
}

.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);
} 

/*************** ALL SITE *****************/
.item-image {display: none;}

/*************** 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(--default-white);
    }
    .site-1 #g-offcanvas .g-social-items a:hover {
        color: var(--secondary-color);
    }
}

/*************** TOP **********************/ 
/*************** NAVIGATION ***************/
@media only screen and (min-width: 50.99rem) {
    .site-1 #g-navigation {
        position: relative;
        z-index: 11;
        box-shadow: 0px 0px 15px rgba(0,0,0,.5);
        background: url('/images/template/header-sh-glass.png') -11% 22% no-repeat, url('/images/template/header-olgc-glass-fade3.png') 116% 90% no-repeat, #f1f2f2;
        background-size: 33%;
    }
    .site-1 #g-navigation .g-logo img {
        width: 50%;
    }
}

@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: 2vw;
        align-items: center;
    }
    .site-1 #g-navigation .g-social-items a {
        color: var(--default-white);
        font-size: 1.25vw;
    }
    .site-1 #g-navigation .g-social-items a:hover {
        color: var(--secondary-color);
    }
}
@media only screen and (max-width: 50.99rem) {
    #g-navigation .g-logo {
        max-width: 65%;
        margin: 2rem auto;
    }
}
/*************** SLIDESHOW ****************/ 
@media only screen and (min-width: 50.99rem) {
    .swiper-article-text .swiper-slide {
        display: flex;
        flex-direction: row;
    }
    .swiper-article-text .swiper-slide > img {
        flex: 66%;
        order: 1;
        width: 66%;
    }
    .swiper-article-text .swiper-slide > .slide {
        flex: 34%;
        order: 2;
        width: 34%;
        position: unset!important;
        background: var(--primary-color)!important;
    }
    .swiper-article-text .swiper-navigation div[class*="button-next"] {
        right: calc(34% + 1rem);
    }
    .swiper-article-text .g-swiper.swiper-container-horizontal>.swiper-pagination-bullets {
        left: 33%;
    }
    .swiper-article-text .slide-content {
        padding: 1rem;
    }
    .swiper-article-text .g-swiper-title {
        margin: 0!important;
        padding: 0;
        text-align: left;
        font-family: var(--title-font-family);
        font-weight: 400;
        font-size: 3vw!important;
    }
    .swiper-article-text .g-swiper-text {
        margin: 0!important;
        padding: 0;
        text-align: left;
        font-size: 1vw!important;
    }
    .swiper-article-text .g-swiper-text p {
        text-align: left!important;
        font-size: 1vw!important;
    }
	.swiper-article-text .g-swiper-text :is(p, blockquote, h1, h2, h3, h4, h5, h6) {
        color: white !important;
    }
	
	.g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-text  :is(p, blockquote, h1, h2, h3, h4, h5, h6) {
		color: white !important;
	}
	
    .swiper-article-text .g-swiper-text .button {
        font-size: 1vw!important;
        border-radius: 0;
        border: 1px solid var(--default-white);
    }
}

@media only screen and (max-width: 50.99rem) {
    .swiper-article-text > .g-content > #swiper-5786.g-swiper > .swiper-wrapper {
        height: fit-content!important;
    }
    .swiper-article-text .swiper-slide {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .swiper-article-text .swiper-slide > img {
        order: 1;
        width: 100%;
        height: 56vw!important;
    }
    .swiper-article-text .swiper-slide > .slide {
        order: 2;
        width: 100%;
        position: unset!important;
        background: var(--primary-color)!important;
        /*height: 80vw!important;*/
        overflow: hidden!important;
    }
    .swiper-article-text .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper {
        justify-content: flex-start;
        align-items: flex-start;
    }
    .swiper-article-text .swiper-slide > .slide > .slide-content-wrapper {
        height: 100%;
    }
    .swiper-article-text .swiper-navigation div[class*="button-prev"] {
        top: 28vw;
    }
    .swiper-article-text .swiper-navigation div[class*="button-next"] {
        top: 28vw;
    }
    .swiper-article-text .g-swiper.swiper-container-horizontal>.swiper-pagination-bullets {
        left: 33%;
    }
    .swiper-article-text .slide-content {
        padding: 1rem;
    }
    .swiper-article-text .g-swiper-title {
        margin: 0!important;
        padding: 0;
        text-align: left;
        font-family: var(--title-font-family);
        font-weight: 400;
        font-size: 8vw!important;
    }
    .swiper-article-text .g-swiper-text {
        margin: 0!important;
        padding: 0;
        text-align: left;
        font-size: 3vw!important;
    }
    .swiper-article-text .g-swiper-text p {
        text-align: left!important;
        color: var(--default-white);
        font-size: 3vw!important;
    }
    .swiper-article-text .g-swiper-text .button {
        font-size: 3vw!important;
        border-radius: 0;
        border: 1px solid var(--default-white);
    }
    .swiper-article-text .g-swiper-text :is(p, blockquote, h1, h2, h3, h4, h5, h6) {
        color: white !important;
    }
	
	.g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-text  :is(p, blockquote, h1, h2, h3, h4, h5, h6) {
		color: white !important;
	}
}

/*************** HEADER *******************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-header {
        padding: 5vw 5%!important;
    }

    .welcome-box {
        padding-right: 4vw;
    }
    .welcome-box .g-array-item-text {
        margin: 0;
        padding: 0;
    }
    .welcome-box .g-array-item-text :is(h1,h2,h3,h4,h5,h6) {
        font-size: 4vw;
    }
    .welcome-box .g-array-item-text p {
        font-size: 1.2vw;
    }
    .mass-times-box {
        padding-left: 2vw;
    }
    .mass-times-box .g-array-item-text {
        margin: 0;
        padding: 0;
    }
    .mass-times-box :is(.mass-times-box > .g-content, .mass-times-box .g-content-array, .mass-times-box .g-content-array > .g-grid, .mass-times-box .g-content-array > .g-grid > .g-block, .mass-times-box .g-content-array > .g-grid > .g-block > .g-content, .mass-times-box .g-array-item, .mass-times-box .g-array-item-text) {
        height: 100%;
    }
    .mass-times-container {
        display: flex;
        align-items: center;
        height: 100%;
    }
    .mass-times-container > div {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 2vw;
    }
    .mass-times-container :is(h1,h2,h3,h4,h5,h6) {
        font-size: 1.75vw;
        text-transform: uppercase;
        font-variant-caps: normal;
        color: var(--secondary-color);
        border: none;
        margin: 0;
        padding: 0;
        letter-spacing: 1px;
        background: none; 
        font-weight: 600;
        font-family: var(--body-font-family);
        margin-bottom: 1vw;
        line-height: 1;
    }
    .mass-times-container p, .mass-times-box p {
        font-size: 1.1vw;
    }
    .mass-times-container .button {
        font-size: 1vw;
        letter-spacing: 1px;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-header {
        padding: 1rem!important;
    }

    .mass-times-container :is(h1,h2,h3,h4,h5,h6) {
        font-size: 5vw;
        text-transform: uppercase;
        font-variant-caps: normal;
        color: var(--secondary-color);
        border: none;
        margin: 0;
        padding: 0;
        letter-spacing: 1px;
        background: none; 
        font-weight: 600;
        font-family: var(--body-font-family);
        margin-bottom: 1vw;
        line-height: 1;
    }
}

/*************** ABOVE ********************/
/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
/*************** FEATURE ******************/
/*************** MAIN *********************/
.parish-home #g-container-main {
    padding: 0 5%;
}

/* h1 title class */
.h1-title .g-title {
    color: var(--heading-color);
    font-family: var(--heading-font-family);
    font-size: var(--h1-font-size) !important;
    font-weight: var(--h1-font-weight) !important;
    font-variant-caps: var(--h1-font-variant-caps);
    text-transform: var(--h1-text-transform);
    line-height: var(--h1-line-height) !important;
    margin: var(--h1-margin) !important;
    padding: var(--h1-padding);
    border-bottom: var(--none);
    border-radius: var(--null);
    background: var(--h1-background);
}
/*  */

.site-1-home .ph-rec-row .g-item-title {
    font-size: clamp(1.3rem, 1.75vw, 2.75rem);
}

@media only screen and (min-width: 50.99rem) {
    .ph-photoblocknews .g-content-array > .g-grid > .g-block > .g-content {
        margin: 0;
        padding: 0;
    }
    .ph-photoblocknews .g-title {
        font-size: 4vw;
        font-weight: 400;
        text-transform: none;
        font-variant-caps: normal;
    }

    .site-1-home #g-container-main {
        padding: 2vw 0;
    }
    .site-1-home #g-container-main > .g-grid > .g-block:last-child {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .news-button > div {
        padding-top: 0;
        margin-top: 0;
    }
}

@media only screen and (max-width: 50.99rem) {
    .ph-rec-row-3 .g-title {
        font-size: 8vw!important;
        font-weight: 400;
        text-transform: none;
        font-variant-caps: normal;
        text-align: center;
    }
    .ph-sidebyside-mobile .g-content-array {
        margin: 0;
        padding: 0;
    }
    .ph-sidebyside-mobile .g-array-item-read-more {
        opacity: 0;
    }

    .ph-sidebyside-mobile .g-array-item-text {
        display: flex;
        content-visibility: visible;
    }

    .site-1-home .ph-rec-row-3 > .g-content {
        margin: 0;
        padding: 0;
    }
    .site-1-home .ph-rec-row-3 .g-content-array > .g-grid > .g-block > .g-content {
        margin: 0;
        padding: 0;
    }
    .site-1-home .ph-rec-row-3 .g-content-array {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .site-1-home .ph-rec-row-3 .g-content-array > .g-grid {
        background: var(--default-white);
        padding: 1rem;
        box-shadow: var(--default-box-shadow);
        position: relative;
    }
    .site-1-home .ph-rec-row-3 .g-array-item-read-more {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
        opacity: 0;
    }
    .site-1-home .ph-rec-row-3 .g-array-item-read-more a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
        opacity: 0;
    }
}

@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-title {
        font-size: 2.5vw;
    }
    .happening-container .eapps-facebook-feed.eapps-widget {
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: 0px 0px 15px rgba(0,0,0,.25);
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-expanded {
        padding: 1rem!important;
    }
    .site-1-home #g-expanded .happening-container {
        margin-bottom: 2rem;
    }
    .site-1-home #g-expanded .happening-container > .g-content {
        margin: 0;
        padding: 0;
    }
    .site-1-home #g-expanded .happening-container .g-content-array > .g-grid > .g-block > .g-content {
        margin: 0;
        padding: 0;
    }
    .site-1-home #g-expanded .livestream-container > .g-content {
        margin: 0;
        padding: 0;
    }
    .site-1-home #g-expanded .livestream-container .g-content-array > .g-grid > .g-block > .g-content {
        margin: 0;
        padding: 0;
    }
}

.livestream-container h3.g-item-title {
    display: none;
}

/*************** EXTENSION ****************/
@media only screen and (min-width: 50.99rem) {
    .ql-inner-box .g-blockcontent-subcontent-title > .g-blockcontent-subcontent-title-text {
        font-weight: 400;
    }
}

/*************** 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;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-bottom {
        padding: 1rem!important;
    }
}

/*************** 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: 0.8;}

@media only screen and (min-width: 50.99rem) {
    .site-1 #g-footer p {
        color: var(--default-white);
        font-family: var(--body-font-family);
    }
    .site-1 #g-footer {
        padding: 0 0 2vw 0!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-footer {
        padding: 1rem 1rem 2rem 1rem!important;
    }

    .site-1 #g-footer :is(h1,h2,h3,h4,h5,h6) {
        font-size: 7vw;
    }
    .site-1 #g-footer p {
        color: var(--default-white);
        font-family: var(--body-font-family);
        font-size: 4vw;
    }
}

/*************** 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 *****************/
/*************** 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;
    }
}