@import url('//fonts.googleapis.com/css2?family=Caudex:ital,wght@0,400;0,700;1,400;1,700&family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/************ TEMPLATE  ************

************/

.site-1 {
    --primary-color: #6394BF;
    --secondary-color: #BF967E;
	--secondary-blue: #3370A6;

    --primary-rgb: 99,148,191;
    --secondary-rgb: 191,150,126;
	--secondary-blue-rgb:51,112,166;
	--cream-rgb: 250, 241, 231;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'Marcellus', 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(--primary-color);
	
	--mt-para-color: black;
	--mt-header-color: black;
	--mt-background-color: rgba(var(--cream-rgb),0.8);

    --rok-mini-title-color: black;
    --rok-mini-text-color: black;
    --rok-mini-box-shadow: var(--default-box-shadow);

    --hero-title-color: var(--default-white);
}

@media only screen and (min-width: 50.99rem) {
    .site-1 {
        --hero-title-left-position: 6%;
    }
}


.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: 'Lato', sans-serif;
} 

/*************** ALL SITE *****************/
.item-image {display: none;}

/*************** HOMELAYOUT ***************/ 
/*************** OFFCANVAS ****************/
.g-offcanvas-toggle {color: var(--primary-color);} 
.g-offcanvas-toggle .fa-fw {text-shadow: none;}

/*************** TOP **********************/

.site-1-home #g-top h3 {
    text-decoration: none;
    pointer-events: none;
}

/*************** NAVIGATION ***************/

.site-1 .logo-text img {
	width: clamp(1rem, 100%, 80rem) !important;
}


@media only screen and (min-width: 50.99rem) {

    .site-1 #g-navigation > div > div:nth-child(2) {
        padding: clamp(1rem, 3vw, 3rem);
        background-image: url('/images/template/header1.2.png');
        background-position: right;
        background-repeat: no-repeat;
        background-size: auto 100%;
    }

}

@media only screen and (max-width: 50.99rem) {

    .site-1 #g-navigation .visible-phone img {
        margin: 5vw 0;
        padding-left: 5vw;
    }

    .site-1 #g-navigation {
        border-bottom: 3px solid var(--primary-color);
    }

}
	
/*************** SLIDESHOW ****************/ 

.mass-times-block {
	background: url("/images/template/masstimes-bw3.jpg");
	background-size: cover;
	background-position: center;
}

.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;}
.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: 56vw!important; width: 100%;}
.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(--secondary-blue-rgb),.9), rgba(var(--secondary-blue-rgb),.5) 85%, rgba(var(--secondary-blue-rgb),0) 100%);
}
.parish-home.parish-2 .swiper-overlay-text > .g-container > .g-grid:nth-child(2) {
    background: linear-gradient(to right, rgba(0,0,0,.4) 0%, rgba(0,0,0,.1) 85%, rgba(var(--secondary-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(--secondary-color)!important;}

    .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 *******************/
.site-1-sub #g-header {
    background: var(--primary-color);
}

.page-header h2 {
    color: var(--primary-color);
    font-size: var(--hero-title-font-size);
    font-family: var(--hero-title-font-family);
}

h3.koowa_header .whitespace_preserver {
    color: var(--primary-color);
    font-size: var(--hero-title-font-size);
    font-family: var(--hero-title-font-family);
}

.site-1-home #g-header .g-content.g-blockcontent-subcontent-block-content {
    padding: 0; 
    margin: 0;
}
/*************** ABOVE ********************/
/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
/*************** FEATURE ******************/
/*************** MAIN *********************/

.site-1-home .facebook-block {
    max-width: 50rem;
}

.site-1-home .facebook-particle h3 {
    font-size: 3rem;
    color: #000000;
} 

.site-1-home .ads-block {
    max-width: 20rem;
}

.site-1-home #g-container-main > div {
    justify-content: space-evenly;
}

.site-1-home .rok-mini-verticle {
    padding-bottom: 0%;
}

.site-1-home .calendar-button > div {
    padding-top: 0%;
    margin-top: 0;
}

.site-1-home .rok-mini-verticle .rme-title {
    font-weight: 700;
}

.site-1-home .elfsight-widget {
    margin-top: 1rem;
}

.rok-mini-verticle .g-title {
    border-bottom: var(--title-border-bottom);
    color: black;
}

.site-1-home .ph-sidepics-2 .g-title {
    color: #000000;
	font-weight: 400;
	font-variant-caps: normal;
}

@media only screen and (max-width: 50.99rem) {

.site-1-home .calendar-button > div {
    padding: 0 8vw;
}

}

@media only screen and (min-width: 50.99rem) {
    
    .site-1-home .parish-headlines-particle .g-content:hover {
        transform: scale(1.02);
        transition: 0.5s;
    }

    .site-1-home .parish-headlines-particle .g-content {
        transition: 0.2s;
    }

}

/*************** EXPANDED *****************/ 
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-expanded {
        background: url('/images/template/parallax1.jpg') 50% 50% no-repeat; 
        background-size: cover; 
        background-attachment: fixed; 
    }
    .site-1-home #g-expanded > .g-container {
        padding: 5vw 5%!important;
        background: rgba(255,255,255,.7);
    }

    .site-1-home .rok-mini-particle .rme-timeline {
        margin-top: 2vw;
        margin-bottom: 2vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-expanded {
        background: url('/images/template/parallax1.jpg') 50% 50% no-repeat; 
        background-size: cover; 
    }
    .site-1-home #g-expanded > .g-container {
        padding: 2rem 1rem!important;
        background: rgba(255,255,255,.7);
    }
}

/*************** EXTENSION ****************/

.site-1 #g-extension img {
    width: clamp(383px, 28vw, 850px );
}

@media only screen and (min-width: 50.99rem) {
    
}

@media only screen and (max-width: 50.99rem) {
    

    .site-1-home .info-box > div > div > div {
        padding: 0 8vw;
    }

    .site-1-home .info-box h2 {
        font-size: 3.5rem;
    }

    .site-1-home .rok-mini-verticle h3 {
        font-size: 3rem;
    }

    .site-1-home .ph-sidebyside-mobile > div:nth-child(1) h2 {
        font-size: 3rem;
        padding-left: 5%;
        padding-top: 3vw;
    }

    .site-1-home .parish-headlines-particle {
        padding: 2vw 5%;
    }

    .site-1-home .ql-inner-box {
        padding: 5vw 5%;
    }


}

/*************** BOTTOM *******************/
/*************** FOOTER *******************/
#g-footer .g-content-array {margin: 0;}
#g-footer a {color: var(--default-white);} 


.site-1 #g-footer :is(h1, h2, h3, h4, h5, h6, p) {
	color: white;
}

.site-1 #g-footer a:hover {
	color: lightgrey;
}

.site-1 #g-footer .footer-article >div > div > div {
	padding: 0;
}

.site-1 #g-footer .footer-links p {
	text-align: right;
	margin: 0;
	margin-bottom: 5px;
}

@media only screen and (max-width: 50.99rem) {
	
.site-1 #g-footer .footer-links p {
	text-align: center;
	margin: 0;
	margin-bottom: 5px;
}

.site-1 #g-footer > div > div:nth-child(2) > div {
	padding-top: 0;
	margin-top: 0;
}
	
}

/*************** 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 **********************/

/*********subpages*********/

@media only screen and (min-width: 50.99rem) {
    
    .module-center {
        width: 23vw;
        margin: 0 auto;
    }

}

@media only screen and (max-width: 50.99rem) {
    
    .page-header h2 {
        font-size: 3rem;
    }

    .site-1 {
        --grid-title-color: black;
    }

}

.holy-art > div {
    margin: 0;
    padding: 0;
    padding-bottom: 1rem;
}