@import url('//fonts.googleapis.com/css2?family=Caudex:ital,wght@0,400;0,700;1,400;1,700&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  ************

************/

.site-1 {
    --primary-color: #002667;
    --secondary-color: #6098C9;

    --primary-rgb: 0,38,103;
    --secondary-rgb: 96,152,201;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'Caudex', 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);

    --ph-width: 30vw;
    --ph-height: 22vw;
    --ph-title-color: var(--default-white);
}

@media only screen and (max-width: 50.99rem) {
    .site-1 {
        --ph-title-color: var(--primary-color);
    }
}



.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);
} 

.site-1 .button:not(.site-1-home .g-array-item-read-more .button, .site-1 .g-content-array-pagination .button) {
    font-family: var(--body-font-family);
    background-color: #fff;
    border: 4px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #002667, #6098C9);
    color: #002667;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    transition: all 1s ease-in-out;
    font-size: 1.5rem;
    padding: 1rem 2rem;
    border-radius: 0;
}

.site-1 .button:not(.site-1 .g-array-item-read-more .button, .site-1 .g-content-array-pagination .button):hover {
    background: linear-gradient(to right, #002667, #6098C9);
    color: #fff !important;
	transform: scale(0.99);
    border-radius: 0;
}

/*************** ALL SITE *****************/
.item-image {display: none;}

/*************** HOMELAYOUT ***************/ 
.g-content-array {
    padding: 0;
    margin: 0;
}

/*************** 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 #g-navigation {
        background: url('/images/template/header1.png') 0% 0% no-repeat, url('/images/template/header2.png') 100% 0% no-repeat;
        background-size: 25%;
    } */

    .site-1 #g-navigation .g-logo img {
        width: 100%;
        height: auto;
    }
    .site-1 #g-navigation > .g-container > .g-grid:nth-child(2) {
        display: flex;
        align-items: flex-end;
    }

	/*.site-1-home #g-navigation {
		padding-bottom: 2rem!important;
	}*/

    .ql-fa-toplinks {
		--ql-title-color: var(--primary-color);
		--ql-font-title-color: var(--primary-color);
	}

    .g-main-nav .g-toplevel>li>.g-menu-item-container>.g-menu-item-content {
        font-size: 1vw;
    }
    .g-main-nav .g-sublevel>li>.g-menu-item-container>.g-menu-item-content>.g-menu-item-title {
        font-size: 1vw;
    }

    .facebook-block {
        height: 100%;
        padding: 1vw 1vw 0 1vw;
    }
    .facebook-block.block-right a {
        justify-content: flex-end;
    }
    .facebook-block a {
        display: flex;
        flex-direction: row;
        font-size: 1.5vw;
        align-items: center;
    }
    .facebook-block p {
        font-size: 1.5vw;
        margin: 0;
    }
}
@media only screen and (max-width: 50.99rem) {
    #g-navigation .g-logo {
        max-width: 70%;
        margin: 1rem auto;
    }
    .site-1 #g-navigation {
        background: #f1f2f2;
    }
}

/*************** SLIDESHOW ****************/ 

.mass-times-block {
	background: none;
}

@media only screen and (min-width: 50.99rem) {
    .swiper-overlay-links .g-container > .g-grid:nth-child(2) {
        right: 5%;
        left: unset;
        width: 27%;
    }
}

/*************** HEADER *******************/
/*************** ABOVE ********************/
/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
/*************** FEATURE ******************/
/*************** MAIN *********************/

.parish-home #g-container-main {
    padding: 0 5%;
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-container-main > .g-grid > .g-block:last-child {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-1-home #g-container-main .g-title {
        font-size: 4vw;
        font-weight: 700;
    }
    .ph-photoblocknews .pagination-button-next {
        top: 40%;
        right: -5vw;
    }
    .ph-photoblocknews .pagination-button-prev {
        top: 40%;
        left: -5vw;
    }
}
@media only screen and (max-width: 50.99rem) {
    .ph-sidebyside-mobile .g-array-item-read-more {
        opacity: 0;
    }
}

/*************** EXPANDED *****************/ 

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-expanded > .g-container {
        padding: 5vw 0!important;
    }
}

/*************** EXTENSION ****************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-extension > .g-grid:first-child {
        gap: 3rem;
    }
    .site-1-home #g-extension > .g-grid:nth-child(2) {
        gap: 3rem;
    }
    .site-1-home #g-extension > .g-grid:first-child > .g-block {
        background: var(--default-white);
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
        flex: 40%!important;
    }
    .site-1-home #g-extension > .g-grid:nth-child(2) > .g-block {
        background: var(--default-white);
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem;
        flex: 40%!important;
    }
    .site-1-home #g-extension > .g-grid:last-child {
        background: var(--default-white);
        border-radius: 1rem;
        margin-top: 3rem;
    }
    .site-1-home #g-extension {
        padding: 4vw 10% 0 10%!important;
    }

    .site-1-home .lower-text-wrapper {
        display: flex;
        flex-direction: row;
        gap: 3rem;
    }
    .site-1-home .lower-text-wrapper > div {
        flex: 1;
    }
    .bottom-info-wrapper :is(.g-title, h3) {
        border-bottom: none;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-extension > .g-grid:first-child > .g-block:first-child {
        background: var(--default-white);
        border-radius: 1rem;
        margin-bottom: 2rem;
    }
    .site-1-home #g-extension > .g-grid:first-child > .g-block {
        background: var(--default-white);
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }
    .site-1-home #g-extension > .g-grid:nth-child(2) > .g-block {
        background: var(--default-white);
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }
    .site-1-home #g-extension > .g-grid:last-child {
        background: var(--default-white);
        border-radius: 1rem;
        margin-top: 3rem;
    }
    .site-1-home #g-extension {
        padding: 4vw 10% 0 10%!important;
    }

    .site-1-home .lower-text-wrapper {
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }
    .site-1-home .lower-text-wrapper > div {
        flex: 1;
    }
    .bottom-info-wrapper :is(.g-title, h3) {
        border-bottom: none;
    }
}

/*************** BOTTOM *******************/
@media only screen and (min-width: 50.99rem) {
    .site-1 #g-bottom{
        padding: 3rem 0!important;
    }
    .site-1 #g-bottom .admod td {
        margin: 0;
    }
}

/*************** FOOTER *******************/

#g-footer img {
    width: 100%;
}


#g-footer .g-content-array {margin: 0;}
#g-footer a {color: var(--default-white);} 

@media only screen and (min-width: 50.99rem) {
    #g-footer > .g-grid > .g-block {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    
.site-1 #g-footer .g-content:has(img) {
    width: 100%;
    padding: 0;
    margin: 0;
}

}

@media (max-width: 50.99rem) {     
    #g-footer img {
        padding: 5%;
    }
}


/*************** 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 **********************/