@import url('//fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Prata&family=Tangerine:wght@400;700&display=swap');
/************ TEMPLATE  ************

************/

.site-1 {
    --primary-color: #166fc2;
    --secondary-color: #115492;

    --primary-rgb: 22,111,194;
    --secondary-rgb: 17,84,146;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'Tangerine', cursive;
    --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);

    --ql-background-color: rgba(var(--secondary-rgb),.6);
    --ql-background-hover: rgba(var(--secondary-rgb),.8);

    --ph-title-font: var(--body-font-family);
    --ph-title-font-size-desktop: 1.45vw;
    --ph-text-font-size-desktop: 1vw;
	--hero-title-font-size: 5vw;
	--hero-title-font-size-mobile: 8vw;
}

h2 {
    text-transform: none;
    font-variant-caps: normal;
    font-size: 4vw;
}
@media only screen and (min-width: 50.99rem) {
    .page-header h2 {
        font-size: 4vw;
    }
    h3 {
        font-size: 3.25rem;
    }
}
@media only screen and (max-width: 50.99rem) {
    h2 {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 50.99rem) {
    .grid.ph-sidebyside-mobile .g-array-item-text {
        font-size: 2vw!important;
    }
    .grid.ph-sidebyside-mobile .g-array-item-text p {
        font-size: 2vw!important;
    }
}

.parish-alert .g-item-title {
    font-family: var(--body-font-family);
}

.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;}

/*************** TOP **********************/ 
/*************** NAVIGATION ***************/

@media only screen and (min-width: 50.99rem) {
	/*.site-1-home #g-navigation {
		padding-bottom: 2rem!important;
	}*/

    .site-1 #g-navigation {
        background: url('/images/template/header1.jpg') 0% 0% no-repeat, url('/images/template/header2.png') 100% 0% no-repeat;
        background-size: 48%;
    }

    .site-1 #g-navigation .g-logo img {
        width: 50%;
        margin: 1rem 0;
    }

    .site-1 #g-navigation .g-main-nav .g-toplevel>li>.g-menu-item-container>.g-menu-item-content {
        font-size: 1vw;
        font-family: var(--body-font-family);
    }
    
    .site-1 #g-navigation .g-main-nav .g-sublevel>li>.g-menu-item-container>.g-menu-item-content>.g-menu-item-title {
        font-size: 1vw;
        font-family: var(--body-font-family);
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-navigation {
        background: #f1f2f2;
    }
    .site-1 #g-navigation .g-logo {
        max-width: 65%;
        margin: 1rem auto;
    }
}
	
/*************** SLIDESHOW ****************/ 

.mass-times-block {
	background: none;
}

/*************** HEADER *******************/
/*************** ABOVE ********************/
/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
@media only screen and (min-width: 50.99rem) {
    .circle-links .g-blockcontent-subcontent-block {
        width: 20%;
    }
}

/*************** FEATURE ******************/
/*************** MAIN *********************/

@media only screen and (min-width: 50.99rem) {
    .site-1-home iframe {
        aspect-ratio: 16/9;
    }
    .site-1-home #g-container-main {
        background: url('/images/template/paralax.png') 0% 50% no-repeat;
        background-size: cover;
        padding: 2vw 5%!important;
    }
    .site-1-home #g-container-main > .g-grid > .g-block:last-child {
        display: flex;
        justify-content: center;
        align-items: center;
    }
	.site-1-home #livestream-mass .g-content-array .g-grid {
		margin-bottom: 0.5rem;
	}
	.site-1-home #livestream-mass .g-content {
		padding: 0.5rem;
	}
	
    .site-1-home #g-sidebar {
        background: transparent;
    }
    .site-1-home .ph-sidepics-3.ph-underline .g-array-item-image {
        border-radius: 50%;
        overflow: 0;
    }
    .site-1-home .ph-sidepics-3 .g-array-item-read-more {
        opacity: 0;
    }
    .site-1-home .ph-sidepics-3 .g-title {
        border-bottom: 1px solid var(--primary-color);
        font-size: 3vw;
    }
    .site-1-home .rok-mini-particle-verticle .g-title {
        font-size: 2.75vw;
    }

    .rok-mini-particle-verticle .rme-badge {
        border-radius: 0;
    }
    .rok-mini-particle-verticle .rme-day {
        border-radius: 0!important;
    }
    .rok-mini-particle-verticle .rme-month {
        border-radius: 0!important;
    }
    .rok-mini-particle-verticle .rme-title {
        font-size: 1.1vw;
    }
    .rok-mini-particle-verticle .rme-time {
        font-size: 0.9vw;
    }
    .rok-mini-particle-verticle .rme-description {
        justify-content: center;
    }

    .rok-mini-particle-verticle .rme-description {
        min-width: 165px;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home .ph-sidepics-3 .g-title {
        margin-top: 2rem;
        text-align: center;
        font-size: 12vw;
    }
    .ph-sidebyside-mobile .g-array-item-read-more {
        opacity: 0;
    }
    .ph-sidebyside-mobile .g-array-item-title {
        padding: 1rem;
    }
    .site-1-home #g-container-main > .g-grid > .g-block:nth-child(1) {
        order: 1;
    }
    .site-1-home #g-container-main > .g-grid > .g-block:nth-child(2) {
        order: 3;
    }
    .site-1-home #g-container-main > .g-grid > .g-block:nth-child(3) {
        order: 2;
    }
    .rok-mini-particle-verticle .rme-description {
        justify-content: center;
    }
	.site-1-home .rok-mini-particle-verticle .g-title {
        font-size: 10vw;
    }
}


.parish-home #g-container-main {
    padding: 0 5%;
}

/*************** EXPANDED *****************/ 

.site-1-home #g-expanded .g-array-item-text :is(h1,h2,h3,h4,h5,h6,p) {
    color: var(--default-white);
}

.site-1-home .social-feed {padding: 0 2vw;}


@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-expanded > .g-container {
        padding: 5vw 0!important;
    }
}

/*************** EXTENSION ****************/
/*************** BOTTOM *******************/
.site-1 #g-bottom .admod td {
    padding: 0;
}

@media only screen and (min-width: 50.99rem) {
    .site-1 #g-bottom {
        padding: 2vw 0!important;
    }
}

/*************** FOOTER *******************/
#g-footer .g-content-array {margin: 0;}
#g-footer a {color: var(--default-white);} 

@media only screen and (min-width: 50.99rem) {
    #g-footer :is(h1,h2,h3,h4,h5,h6) {
        font-size: 6vw;
    }
    #g-footer p {
        font-family: 'Lato', sans-serif;
        font-size: 1.25vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    #g-footer :is(h1,h2,h3,h4,h5,h6) {
        font-size: 10vw;
    }
    #g-footer p {
        font-family: 'Lato', sans-serif;
        font-size: 4.25vw;
    }
}


/*************** COPYRIGHT ****************/ 
/*************** 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 **********************/

.grid-staff .g-array-item-image a {
    pointer-events: none;
}

@media only screen and (min-width: 50.99rem) {
    .g-item-title:not(.ph-sidepics-3 .g-item-title) {
        font-size: 4vw!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .g-item-title:not(.ph-sidepics-3 .g-item-title) {
        font-size: 7vw!important;
    }
}

/* new homepage layout */

.video-gallery .g-content {
    padding: 0;
}

.video-gallery .g-array-item-text {
    margin: 0;
}

.video-gallery .g-grid {
    border-radius: 1rem;
    overflow: hidden;
}

.video-gallery .g-content-array {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    gap: 2rem;
}

.video-gallery p {
    margin-bottom: 0;
    line-height: 1;
}

.video-gallery .g-content-array .g-grid {
    margin: 0;
}