@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=Raleway: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  ************
-From Jeremy

Mockup-1 - https://stjohn-river-mockup.forge.solutiosoftware.com/mockup-2
--primary-color: #891E25;
--secondary-color: #D4A93A;
--primary-rgb: 137, 30, 37;
--secondary-rgb: 212, 169, 58;
--title-font-family: 'Oswald', sans-serif;
--body-font-family: 'Merriweather', serif;

-latest news/info boxes background can be lightgrey/lightest gray
- I used an image for the address/contact info in the quick links but preferably it would be text

Mockup-2 - https://stjohn-river-mockup.forge.solutiosoftware.com/mockup-8
--primary-color: #0C5239;
--secondary-color: #ae9766;
--primary-rgb: 12, 82, 57;
--secondary-rgb: 174,151,102;
--title-font-family: 'Elsie', serif;
--body-font-family: 'Roboto', sans-serif;

background-color:  #ede6d4

-contact us box is an image, probably would be better if it was coded

mockup-3 - https://stjohn-river-mockup.forge.solutiosoftware.com/mockup-6
-header background color: 
background: #2e526f;

-bottom ads bg: 
background: #102C42; 
box-shadow: var(--default-box-shadow);

--primary-color: #173F5F;
--primary-rgb: 23, 63, 95;
--title-font-family: 'Raleway', serif;
--body-font-family: 'Lato', sans-serif;

-the menu needs a box shadow

************/

.site-1 {
    --primary-color: #173F5F;
    --secondary-color: #D4A93A;

    --primary-rgb: 23,63,95;
    --secondary-rgb: 212,169,58;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'Raleway', sans-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);
    --ql-border-radius: 1rem;

    --ph-width: 21vw;

    --mt-para-color: var(--default-white);
}

@media only screen and (max-width: 50.99rem) {
    .site-1 {
        --grid-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: 'Lato', sans-serif;
} 

/*************** ALL SITE *****************/
.item-image {display: none;}

/*************** HOMELAYOUT ***************/ 
/*************** OFFCANVAS ****************/
.g-offcanvas-toggle {color: var(--default-white);} 
.g-offcanvas-toggle .fa-fw {text-shadow: none;}

/*************** TOP **********************/ 
/*************** NAVIGATION ***************/

.psmfp-page #g-container-main .g-social-items a {
    font-size: 5rem;
}

@media only screen and (min-width: 50.99rem) {
    #g-navigation .g-content-array {
        margin: 0;
        padding: 0;
    }
	/*.site-1-home #g-navigation {
		padding-bottom: 2rem!important;
	}*/
    #g-navigation .g-logo {
        padding: 1vw;
    }
    #g-navigation .g-logo img {
        width: 80%;
        height: auto;
    }

    #g-navigation .top-contact-box {
        padding: 0 2vw;
    }
    #g-navigation .top-contact-box .g-content-array {
        display: flex;
        justify-content: flex-end;
    }
    #g-navigation .top-contact-box .g-content-array > .g-grid {
        width: 50%;
    }
    #g-navigation .top-contact-box :is(h1,h2,h3,h4,h5,h6){
        color: var(--default-white);
        font-size: 2vw;
        font-variant-caps: small-caps;
    }

    #g-navigation .g-social-items a {
        font-family: 'Font Awesome 5 Free';
    }

.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 img {
        width: 50%;
    }

    #g-navigation .top-contact-box {
        padding: 0 2vw;
        display: none;
    }
    #g-navigation .top-contact-box .g-content-array {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    #g-navigation .top-contact-box .g-content-array > .g-grid {
        width: 50%;
    }
    #g-navigation .top-contact-box :is(h1,h2,h3,h4,h5,h6){
        color: var(--default-white);
        font-variant-caps: small-caps;
        text-align: center;
    }
    #g-navigation .top-contact-box p {
        text-align: center;
    }
}
/*************** SLIDESHOW ****************/ 
@media only screen and (min-width: 50.99rem) {
    .site-1-home .swiper-overlay-container > .g-container {
        position: relative;
        height: 42vw;
        width: 100%;
    }
    .site-1-home .swiper-overlay-container > .g-container > .g-grid:nth-child(1) {
        z-index: 1;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
    }
    .site-1-home .swiper-overlay-container > .g-container > .g-grid:nth-child(2) {
        z-index: 2;
        position: absolute;
        top: 5%;
        bottom: 5%;
        left: 5%;
        right: 40%;
        height: 90%;
        width: 30%;
    }
    .site-1-home .swiper-overlay-container > .g-container > .g-grid:nth-child(2) .mass-times-block > .g-content {
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: var(--default-box-shadow);
    }
}

.mass-times-block {
	background: none;
}

/*************** HEADER *******************/
/*************** ABOVE ********************/
/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
@media only screen and (min-width: 50.99rem) {
    .ql-inner-box .g-blockcontent-subcontent-block-content {
        border-radius: 1rem;
    }
}

/*************** FEATURE ******************/
/*************** MAIN *********************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-container-main > .g-grid > .g-block:nth-child(2) {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


.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 #g-expanded .g-array-item-text :is(h1,h2,h3,h4,h5,h6) {
    font-size: 5vw;
    text-shadow: 1px 1px 5px rgba(0,0,0,.5);
}
.site-1-home #g-expanded .g-array-item-text p {
    font-size: 2vw;
}

.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(--primary-rgb),.6);
    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 {
        background: url('/images/template/paralax.jpg') 0% 0% no-repeat;
        background-size: cover;
	    background-attachment: initial;
	    background-position: center;
    }
    .site-1-home #g-expanded > .g-container {
        padding: 5vw 0!important;
    }

    .site-1-home #g-expanded .g-array-item-text :is(h1,h2,h3,h4,h5,h6) {
        font-size: 10vw;
        text-shadow: 1px 1px 5px rgba(0,0,0,.5);
    }
    .site-1-home #g-expanded .g-array-item-text p {
        font-size: 5vw;
    }
}

/*************** EXTENSION ****************/

#g-extension .bc-info-box .g-content { 
	padding: 2vw 3vw 0 3vw;
}
#instagram .g-content { 
	padding: 0;
}

@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;
    }*/
	#g-extension .bc-info-box .g-content { 
	padding: 2vw 3vw 0 3vw;
	}
	#instagram .g-content { 
	padding: 0;
	}
    .bc-info-box .g-blockcontent-subcontent {
       
        display: flex;
        flex-direction: row;
        gap: 0.5vw;
    }

    .bc-info-box .g-blockcontent-subcontent-block-content {
       
        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-title {
        
        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;
    }
    .bc-info-box .g-blockcontent-buttons {
       
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .bc-info-box .g-blockcontent-buttons a {
        
        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 .bc-info-box .g-content { 
	padding: 3vw 5vw 0 5vw;
	}
	#instagram .g-content { 
	padding: 0;
	}
    /*.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 .admod {
        /* margin-bottom: -2vw; */
        position: relative;
        z-index: 11;
    }
}

.site-1 #g-bottom {
    padding-bottom: 1rem !important;
}

/*************** FOOTER *******************/

@media only screen and (min-width: 50.99rem) {
    #g-footer {
        padding-top: 2vw!important;
    }
    #g-footer > .g-grid > .g-block:nth-child(2) {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media only screen and (max-width: 50.99rem) {
    #g-footer .g-logo {
        text-align: center;
    }
    #g-footer .g-logo img {
        width: 25%;
    }
}

#g-footer .g-content-array {margin: 0;}
#g-footer a {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 *******************/ 
/*************** ADS **********************/

@media only screen and (max-width: 50.99rem) {
    .adside {
        display: none!important;
    }
}