@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  ************
Mockup 1:
Title Font: Garamond
Body Font: Lato 

Primary Color: #800000 (rgb 128, 0,0)
Secondary Color:#B7A790 (rgb 183,167,144)
Background for Our Mission & Bottom Section #F3F1EB(rgb 243,241,235)

Rotator: Wide 1600X900
QL Standard 1600x1200

Mockup 2
Title Font: Cinzel
Body Font: Lato

Primary Color #8000304 (rgb 128,3,4,.9): 
Secondary Color#7C7C7C (rgb 124,124,124)

Rotator: Wide 1600X900
QL Standard 1600x1200

Mockup3 
Title Font: Garamond
Body Font: Lato 

Primary Color: #830213 (rgb 131,2,19)
Secondary Color: B5BEC0 (rgb 181,190,192)

Feedback:
possibly changing saint of the day to something else
************/

.site-1 {
    --primary-color: #830213;
    --secondary-color: #B5BEC0;

    --primary-rgb: 131,2,19;
    --secondary-rgb: 181,190,192;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'EB Garamond', 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);

    --rok-mini-badge: var(--primary-color);
}

@media only screen and (min-width: 50.99rem) {
    .site-1 {
        --hero-title-left-position: 9%;
    }
}



.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;}

@media only screen and (max-width: 50.99rem) {
	.grid-tiles .g-item-title a {color: var(--primary-color);}
	#g-container-main .page-header h2 {font-size: 10vw;}
	}  

/*************** 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) {
    #g-navigation {
        background: url('/images/template/statue.png') 0% 20% no-repeat;
        background-size: 20%;
    }

	/*.site-1-home #g-navigation {
		padding-bottom: 2rem!important;
	}*/

    #g-navigation .g-logo {
        margin: 2rem 0!important;
    }
    #g-navigation .g-logo img {
        width: 60%;
        height: auto;
    }

.ql-fa-toplinks {
		--ql-title-color: var(--primary-color);
		--ql-font-title-color: var(--primary-color);
	}
}

@media only screen and (max-width: 50.99rem) {
    #g-navigation .g-logo {
        max-width: 70%;
        margin: 2rem auto;
    }
}
/*************** SLIDESHOW ****************/ 

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-slideshow {
        padding-top: 2rem!important;
    }
}

.mass-times-block {
	background: url('/images/template/masstimes.jpg') 0% 0% no-repeat;
    background-size: cover;
}

/*************** HEADER *******************/
.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(--hero-title-color);
    font-size: var(--hero-title-font-size);
    font-family: var(--hero-title-font-family);
}
/*************** ABOVE ********************/
/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
/*************** FEATURE ******************/
/*************** MAIN *********************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home  #g-container-main > .g-grid > .g-block:nth-child(1) {
        display: flex;
        justify-content: center;
        align-items: center;
    }
	.site-1-home .ph-sidepics-3.ph-square .g-array-item-read-more a {
		padding: 0 0 2vw calc(34vw + 1rem);
	}
	.site-1-home .ph-sidepics-3 .g-content-array {
		gap: 2rem;
	}
}


.site-1-home #g-container-main {
    padding: 0 5%;
}

.site-1-home #g-container-main h3.g-title {border-bottom: none; text-transform: none; font-variant-caps: small-caps;  } 

.site-1-home #g-mainbar .g-content {margin-top: 0; }

/*************** 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 #g-expanded {
    background: url('/images/template/paralax.jpg') 0% 0% no-repeat;
    background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

.site-1-home #g-expanded > .g-container {
    background: rgba(var(--secondary-rgb),.75);
    padding: 5vw 5%!important;
	width: 100%;
}
.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;
    }
}

.site-1-home #g-expanded .rok-mini-particle .rme-description {color: black; }

/*************** EXTENSION ****************/
@media only screen and (min-width: 50.99rem) {
    .bc-info-box {
        margin: 0;
        padding: 0;
    }
    .bc-info-box > .g-content {
        margin: 0;
        padding: 0;
    }
    .bc-info-box > .g-content > div {
        margin: 0;
        padding: 0;
    }
    .bc-info-box .g-blockcontent {
        margin: 0;
        padding: 0;
    }
    .bc-info-box .g-blockcontent-subcontent {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        gap: 2vw;
    }
    .bc-info-box .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
    }
    .bc-info-box .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 0;
        position: relative;
        transition: var(--default-transition);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .bc-info-box .g-blockcontent-subcontent-block-content:hover {
        transform: scale(1.05);
    }
    .bc-info-box .g-blockcontent-subcontent-img {
        margin: 0;
        padding: 0;
        border-radius: 0;
        box-shadow: var(--default-box-shadow);
    }
    .bc-info-box .g-blockcontent-subcontent-title {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bc-info-box .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 1vw;
        font-size: 3vw;
        text-align: center;
        font-weight: 400;
        font-family: var(--title-font-family);
    }
    .bc-info-box .g-blockcontent-buttons {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .bc-info-box .g-blockcontent-buttons a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
}

@media only screen and (max-width: 50.99rem) {
#g-extension {
    padding: 4vw 10%!important;
}

    .bc-info-box {
        margin: 0;
        padding: 0;
    }
    .bc-info-box > .g-content {
        margin: 0;
        padding: 0;
    }
    .bc-info-box > .g-content > div {
        margin: 0;
        padding: 0;
    }
    .bc-info-box .g-blockcontent {
        margin: 0;
        padding: 0;
    }
    .bc-info-box .g-blockcontent-subcontent {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 2vw;
    }
    .bc-info-box .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
    }
    .bc-info-box .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 0;
        position: relative;
        transition: var(--default-transition);
    }
    .bc-info-box .g-blockcontent-subcontent-block-content:hover {
        transform: scale(1.05);
    }
    .bc-info-box .g-blockcontent-subcontent-img {
        margin: 0;
        padding: 0;
    }
    .bc-info-box .g-blockcontent-subcontent-title {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bc-info-box .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 1vw;
        font-size: 7vw;
        text-align: center;
        font-weight: 400;
    }
    .bc-info-box .g-blockcontent-buttons {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .bc-info-box .g-blockcontent-buttons a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
}


/*************** BOTTOM *******************/
@media only screen and (min-width: 50.99rem) {
    #g-bottom {
        padding: 1vw 0!important;
    }
}

/*************** FOOTER *******************/
#g-footer .g-content-array {margin: 0;}
#g-footer a {color: var(--default-white);} 
#g-footer .g-content-array .g-array-item .g-array-item-text :is(h1,h2,h3,h4,h5,h6) {color: var(--default-white);}

/*************** 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(--primary-color); 
    background: var(--secondary-color);
} 
/*************** SECTIONS *****************/
/*************** MOBILE *******************/ 
@media only screen and (max-width: 50.99rem) {
	.grid-dm .g-array-item { border-radius: 1rem; }
}
/*************** ADS **********************/