@import url('//fonts.googleapis.com/css2?family=Julius+Sans+One&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  ************
**make mass times font bigger in build
**have image behind news be parallax. The image behind quote can remain static for now. Father might ask to see it scroll as well.

/************ TEMPLATE  ************
r2v2 - mockup 3 in sarah's browser
https://stpaul-wsu-mockup.forge.solutiosoftware.com/mockup-10
Rotator Size: 1600x669 (super wide, 2.39:1)
QL: Standard 1600x1200
News: Square or Standard 16x12
Quote: (1 & 2) initial img size from current site, but close to Wide, so make em Wide 16x9 - (3) square

/********* COLORS *******
White: #ffffff; rgb(225,225,225)
Gold: #EFB31B; rgb(239,179,27)
Black: #000000; rgb(0,0,0)

/********* FONTS ********
body font: Montserrat all the way
M1: Spectral
M2: Cinzel
M3: Julius Sans One

************/

.site-1 {
    --primary-color: #EFB31B;
    --secondary-color: #000000;
    --tertiary-color: #ffffff;

    --primary-rgb: 239,179,27;
    --secondary-rgb: 0,0,0;
    --tertiary-rgb: 225,225,225;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'Julius Sans One', sans-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);

    --hero-title-color: var(--default-black);
	--hero-title-text-shadow: 3px 3px 3px rgba(0,0,0,.35);
}

h5 {
    color: var(--secondary-color);
}

@media only screen and (max-width: 50.99rem) {
    .ql-fa-toplinks {
        --ql-icon-color: var(--secondary-color);
    }
}

.moduletable .nav.menu li a:not(.moduletable .nav.menu li.active a) {
    color: var(--secondary-color);
}

.circle-links {
    --ql-background-color: rgba(0,0,0,.3);
    --ql-background-hover: rgba(0,0,0,.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 **********************/ 
/*************** NAVIGATION ***************/
#g-navigation {border-bottom: 2px solid var(--primary-color);}

.g-content-array {
    margin: 0;
    padding: 0;
}

@media only screen and (min-width: 50.99rem) {
    .ql-fa-toplinks {
		--ql-title-color: var(--secondary-color);
		--ql-font-title-color: var(--primary-color);
        --ql-icon-color: var(--primary-color);
	}

    .g-main-nav .g-toplevel>li>.g-menu-item-container>.g-menu-item-content {
        font-family: var(--body-font-family);
        font-size: 1vw;
    }
    .g-main-nav .g-sublevel>li>.g-menu-item-container>.g-menu-item-content>.g-menu-item-title {
        font-family: var(--body-font-family);
        font-size: 1vw;
    }

    #g-navigation .g-logo {
        text-align: center;
        margin: 1rem 0;
    }
    #g-navigation .g-logo img {
        width: 90%;
    }

    #g-navigation .g-social-items {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 2vw;
    }
}

@media only screen and (max-width: 50.99rem) {
	
    #g-navigation .g-logo {
        max-width: 50%;
        margin: 1rem auto;
    }
    .ql-fa-toplinks .g-blockcontent-subcontent-block-content > .g-blockcontent-subcontent-title {
        display: flex;
    }
    .ql-fa-toplinks .g-blockcontent-subcontent-block {
        align-items: flex-start;
    }
    .ql-fa-toplinks .g-blockcontent-subcontent-title-text {
        color: var(--secondary-color);
        font-size: 3vw;
    }
}

/*************** SLIDESHOW ****************/ 

.mass-times-block {
	background: none;
}

.rotator-button a {
    color: #ffffff;
    background-color: rgba(0,0,0,0.8);
    padding: clamp(0.65rem, 1.5vw, 3rem) clamp(1.2rem, 3vw, 3.5rem);
    font-size: clamp(1rem, 1.75vw, 3rem);
    margin-left: 0vw;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: clamp(2rem, 5vw, 6rem);
}

#g-slideshow .rotator-button a:hover {
    color: var(--primary-color) !important;
}

.site-1-home #g-slideshow .fullwidth-swiper .slide-content {
    margin-bottom: 2vw;
}

.g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-text {
    margin: 0;
}

.site-1-home .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper {
    align-items: flex-end;
    justify-content: flex-start;
}

/*************** HEADER *******************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-header {
        padding: 0 5%;
    }
    .site-1-home #g-header > .g-grid > .g-block:last-child {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mass-times-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 1vw 1vw;
    }
    .mass-times-wrapper > div {
        flex: 45%;
    }
    .mass-times-wrapper :is(h1,h2,h3,h4,h5,h6) {
        font-size: 2.5vw;
        font-family: var(--body-font-family);
        font-weight: 600;
        color: var(--primary-color);
        /*text-transform: uppercase;*/
        font-variant-caps: all-petite-caps;
        letter-spacing: 2px;
        border: none;
        margin: 0;
        margin-bottom: .625rem;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-header > .g-grid > .g-block:first-child > .g-content {
        margin: 0;
        padding: 0;
    }
    .mass-times-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 1rem 1rem;
    }
    .mass-times-wrapper > div {
        flex: 45%;
    }
    .mass-times-wrapper :is(h1,h2,h3,h4,h5,h6) {
        font-size: 5vw;
        font-family: var(--body-font-family);
        font-weight: 600;
        color: var(--primary-color);
        /*text-transform: uppercase;*/
        font-variant-caps: all-petite-caps;
        letter-spacing: 2px;
        border: none;
        margin: 0;
        margin-bottom: .625rem;
    }
}

/*************** ABOVE ********************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-above {
        padding: 0 10%!important;
    }
}

/*************** SHOWCASE *****************/
@media only screen and (min-width: 50.99rem) {
    .welcome-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 3vw;
    }
    .welcome-wrapper > div:nth-child(1) {
        flex: 1;
    }
    .welcome-wrapper > div:nth-child(2) {
        flex: 3;
    }
    .welcome-wrapper p {
        margin: 0;
    }
    .welcome-wrapper h3 {
        font-size: 3.5vw;
    }
}

@media (max-width: 50.99rem) {
    .welcome-wrapper img {
        width: 80%;
        margin: 0 auto 1.5rem auto;
    }

    .welcome-wrapper > div:nth-child(1) {
        display: grid;
        justify-content: center;
    }
    
    .welcome-wrapper h3 {
        text-align: center;
    }
}

/*************** UTILITY ******************/
/*************** FEATURE ******************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-feature {
        padding-bottom: 1vw;
    }
    .circle-links .g-blockcontent-subcontent-block {
        width: 20%;
    }
    .circle-links .g-blockcontent-subcontent-block-content {
        box-shadow: 0px 0px 15px rgba(0,0,0,.3);
    }
}
/*************** MAIN *********************/

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-container-main {
        background: url('/images/template/paralax.jpg') 50% 50% no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    .site-1-home #g-container-main > .g-container {
        background: rgba(255,255,255,.8);
        padding: 5vw 0%!important;
    }
    .site-1-home .ph-rec-row.ph-background-effect .g-array-item:hover {
        background: var(--default-white);
    }

    .ph-rec-row .g-title {
        font-size: 4vw;
        font-weight: 400;
        text-transform: uppercase;
        text-shadow: 1px 1px 7px rgba(0,0,0,.3);
    }
    .ph-rec-row .g-content-array .g-item-title {
        font-weight: 700;
    }
    .ph-rec-row .g-content-array .g-array-item .g-array-item-text {
        font-weight: 700;
    }

    .site-1-home #g-container-main > .g-container > .g-grid:last-child .button {
        margin-top: 1rem;
        border-radius: 0;
        background: transparent;
        color: var(--default-black);
        border: 2px solid var(--default-black);
        font-weight: 700;
        font-size: 1.25vw;
        text-shadow: 1px 1px 4px rgba(0,0,0,.3);
    }
    .site-1-home #g-container-main > .g-container > .g-grid:last-child .button:hover {
        background: var(--primary-color);
    }
}

@media only screen and (max-width: 50.99rem) {
    .ph-rec-row .g-title {
        text-align: center;
    }
    .ph-sidebyside-mobile .g-array-item-read-more {
        opacity: 0;
    }
    .ph-sidebyside-mobile .g-array-item-title {
        padding: 1rem;
    }
    .ph-sidebyside-mobile.ph-wide .g-item-title {
        font-size: 3.5vw;
        color: var(--secondary-color);
        --ph-title-color: var(--secondary-color);
    }
	.ph-rec-row .g-content-array .g-array-item .g-array-item-text {
        font-weight: 700;
    }
}

.parish-home #g-container-main {
    padding: 0 5%;
}

#site-grid #g-container-main {
    padding-bottom: 3vw;
}

/*************** 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/stories/template/outside.jpg') 0% 0% no-repeat;
    background-size: cover;
	background-position: center;
}

.site-1-home .social-feed {padding: 0 2vw;}


.quote-rotator .g-swiper-text p:last-child {
    margin-bottom: 0;
}


@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-expanded > .g-container {
        padding: 0 5%!important;
    }

    .quote-rotator .g-swiper > .g-swiper-slider > .swiper-slide {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .quote-rotator .swiper-slide > img {
        order: 2;
        flex: 1;
        width: 30%;
        max-width: 30%;
        aspect-ratio: 1/1;
        /* height: fit-content; */
        object-fit: cover;
        border-radius: 50%;
        margin-left: -5vw;
        position: relative;
        z-index: 21;
    }
    .quote-rotator .swiper-slide > img::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: black;
        opacity: 0.5;
        z-index: -1;
    }
    .quote-rotator .swiper-slide > .slide {
        order: 1;
        flex: 3;
        position: unset!important;
        z-index: 1;
        position: relative;
    }
    .quote-rotator .slide-content-wrapper {
        background: rgba(0,0,0,.5);
    }
    .quote-rotator .g-swiper-text {
        padding: 2vw 0;
    }
    .quote-rotator .g-swiper-text p {
        font-size: 1.5vw;
        font-weight: 700;
        text-shadow: 1px 1px 4px rgba(0,0,0,.5);
    }
    .quote-rotator .swiper-navigation div[class*="button-next"] {
        right: calc(30% + 1rem);
    }
    .quote-rotator :is(.swiper-navigation div[class*="button-next"], .swiper-navigation div[class*="button-prev"]) {
        font-size: 3vw;
    }

    .quote-rotator .slide-content-wrapper {
        padding-right: 4.5vw;
    }

    .quote-rotator .g-swiper-text {
        padding: 2vw 4vw 2vw 4vw;
    }

    .quote-rotator .slide-content {
        min-height: 250px;
        display: grid;
        align-items: center;
    }
}

@media only screen and (max-width: 50.9rem) {
    .site-1-home #g-expanded > .g-container {
        padding: 0 5%!important;
    }

    .quote-rotator .g-swiper > .g-swiper-slider > .swiper-slide {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .quote-rotator .swiper-slide > img {
        order: 1;
        flex: 1;
        width: 50%;
        max-width: 50%;
        aspect-ratio: 1/1;
        /* height: fit-content; */
        object-fit: cover;
        border-radius: 50%;
        margin-bottom: -5vw;
        position: relative;
        z-index: 21;
    }
    .quote-rotator .swiper-slide > img::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: black;
        opacity: 0.5;
        z-index: -1;
    }
    .quote-rotator .swiper-slide > .slide {
        order: 2;
        flex: 3;
        position: unset!important;
        z-index: 1;
        position: relative;
    }
    .quote-rotator .slide-content-wrapper {
        background: rgba(0,0,0,.5);
    }
    .quote-rotator .g-swiper-text {
        padding: 2vw 0;
    }
    .quote-rotator .g-swiper-text p {
        font-size: 4;
        font-weight: 700;
        text-shadow: 1px 1px 4px rgba(0,0,0,.5);
    }
    .quote-rotator .swiper-navigation div[class*="button-next"] {
        right: calc(30% + 1rem);
    }
    .quote-rotator :is(.swiper-navigation div[class*="button-next"], .swiper-navigation div[class*="button-prev"]) {
        font-size: 3vw;
        display: none;
    }

    .quote-rotator .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper {
        height: fit-content;
    }

    .quote-rotator .slide-content {
        padding: 7vw 5%;
    }

    .quote-rotator #swiper-4599 .g-swiper-slider {
        height: fit-content !important;
    }

    .quote-rotator {
        margin: 5% 0;
    }

}

/*************** EXTENSION ****************/
/*************** BOTTOM *******************/
@media only screen and (min-width: 50.99rem) {
    #g-bottom {
        padding: 2vw 0!important;
    }
    #g-bottom .admod td {
        padding: 0;
    }
}

/*************** FOOTER *******************/
#g-footer .g-content-array {margin: 0;}
#g-footer a {color: var(--primary-color);} 

@media only screen and (min-width: 50.99rem) {
    .footer-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .footer-wrapper .footer-icon img {
        width: 9vw;
        height: auto;
    }
    .footer-wrapper .footer-text p {
        margin: 0;
        color: var(--primary-color);
        font-size: 1.25vw;
        font-weight: 600;
        font-family: var(--body-font-family);
    }
}

@media only screen and (max-width: 50.99rem) {
    .footer-wrapper .footer-icon {
        text-align: center;
    }
    .footer-wrapper .footer-icon img {
        width: 40%;
        height: auto;
    }
}

/*************** COPYRIGHT ****************/ 
/*************** MODULES ******************/
.moduletable .nav.menu, .moduletable .unstyled {background: var(--primary-color); color: var(--secondary-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 **********************/

/****************CHANGING STAFF TO CIRCLES*********************/

@media only screen and (min-width: 50.99rem){
	.staffpage .ph-rec-row .g-array-item {
		box-shadow: none;
		border-bottom: none;
		max-height: 36vw;
		background: var(--default-white);
	}
	.staffpage .ph-rec-row .g-array-item-image img{
		height: 20vw;
		width: 20vw;
		border-radius: 50%;
		margin: 0 0 0 4vw;
	}
	
}

@media only screen and (max-width: 50.99rem){
	.staffpage .ph-default-mobile .g-content-array > .g-grid > .g-block > .g-content {
		width: 100%;
		box-shadow: none;
}
	.staffpage .ph-default-mobile .g-array-item-image img {
		width: 45vw;
		height: 45vw;
		border-radius: 50%;
		margin: 0 0 0 16vw;
	}
	
}
