@import url('//fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&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=Italianno&display=swap');

/************ TEMPLATE  ************
Mockup 1 (Stude)
#1F3357 (Blue) rgba(31,51,87,1)
#B3912E (Gold: Buttons, underlines, and bottom) rgba(179,145,46,1)
g-container: #F1F1F1 
Title: Cinzel
Body: Lato
Welcome title: Italianno
Rotator & Grid images: 1600x900 (wide) (Rotator images added to articles already)
QL & News: 1200x1200 (Square)

Rotator: Wide
QL & News: Square 
************/

.site-1 {
    --primary-color: #1F3357;
    --secondary-color: #B3912E;

    --primary-rgb: 31,51,87;
    --secondary-rgb: 179,145,46;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'Cinzel', 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);

    --ph-title-font-size-desktop: 1.5vw;
    --ph-title-font-size-mobile: 4vw;
}



.readon, .button, .btn, p.readmore .btn, .sprocket-lists-portrait-container > li .sprocket-lists-portrait-item > a span, .listentobutton.moduletable a {
    background: var(--secondary-color);
    font-family: var(--body-font-family);
    color: var(--primary-color);
} 

/*************** ALL SITE *****************/
.item-image {display: none;}
.g-content-array {
    margin: 0;
}

/*************** HOMELAYOUT ***************/ 
/*************** OFFCANVAS ****************/
.g-offcanvas-toggle {color: var(--primary-color);} 
.g-offcanvas-toggle .fa-fw {text-shadow: none;}

#g-offcanvas .g-social-items {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

/*************** 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% 100% no-repeat;
		background-size: 50%;
	}
    .site-1-home #g-navigation {
        padding-bottom: 2rem!important;
    }
    .site-1 #g-navigation .g-logo img {
        width: 50%;
        padding: 1rem 0;
    }

    .site-1 #g-navigation .g-social-items {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 1vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-navigation .g-logo {
        max-width: 70%;
        margin: 1rem auto;
    }
}
	
/*************** SLIDESHOW ****************/ 

@media only screen and (min-width: 50.99rem) {
    .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; 
        right: 0; 
        height: 100%; 
        width: 30%; 
        z-index: 20;
        text-align: right;
        pointer-events: none;
    }
    .site-1-home .swiper-overlay-text > .g-container > .g-grid:nth-child(2) {
        background: linear-gradient(to left, rgba(var(--primary-rgb),.9), rgba(var(--primary-rgb),.5) 85%, rgba(var(--primary-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(--primary-color)!important;}

    .r-overlay {padding: 2rem;}
    .r-overlay :is(h1,h2,h3,h4,h5,h6) {font-size: 2rem; text-align: left!important; color: var(--default-white)}
    .r-overlay p {font-size: 1.2rem; text-align: left!important;}
    .r-overlay a.button {font-size: 1.2rem; padding: 3vw 0;}
}

/*************** HEADER *******************/
/*************** ABOVE ********************/
/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
@media only screen and (min-width: 50.99rem) {
    .ql-inner-box .g-blockcontent-subcontent-block-content {
        border-radius: 1rem;
    }
    .ql-inner-box .g-blockcontent-subcontent-title > .g-blockcontent-subcontent-title-text {
        border-radius: 1rem;
    }
}

/*************** FEATURE ******************/
/*************** MAIN *********************/

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-container-main {
        padding: 3vw 0;
    }
    .site-1-home #g-container-main .g-title {
        border-bottom: 1px solid var(--secondary-color);
        font-size: 3vw;
        font-family: var(--title-font-family);
        color: var(--primary-color);
    }
    .site-1-home #g-container-main #g-sidebar > .g-grid > .g-block > .g-content {
        padding: .5rem;
    }
    .site-1-home #g-container-main #g-sidebar {
        padding-left: 15%;
    }
    .ph-sidepics-3.ph-underline .g-array-item-image {
        border-radius: 50%;
    }
    .site-1-home .ph-sidepics-3.ph-square .g-array-item-read-more a {
        padding: 0 0 0 calc(12vw + 1rem);
    }
    /*.site-1-home .ph-sidepics-3.ph-square .g-array-item {
        grid-template-rows: 50% 50% 0%;
    }
    .site-1-home .ph-sidepics-3 .g-array-item-title {
        align-items: center;
    }
    .site-1-home .ph-sidepics-3 .g-array-item-read-more {
        opacity: 0;
    }*/
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-container-main {
        padding: 3vw 0;
    }
    .site-1-home #g-container-main .g-title {
        border-bottom: 1px solid var(--secondary-color);
        font-size: 3rem;
        font-family: var(--title-font-family);
        color: var(--primary-color);
        text-align: center;
    }
    .site-1-home #g-container-main #g-sidebar > .g-grid > .g-block > .g-content {
        padding: .5rem;
    }
    .ph-sidepics-3.ph-underline .g-array-item-image {
        border-radius: 50%;
    }
    .site-1-home .ph-sidepics-3 .g-array-item-read-more {
        opacity: 0;
    }
    .site-1-home .ph-sidebyside-mobile .g-array-item-title {
        padding: 1rem;
    }
}

.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) {
    color: var(--primary-color);
    font-size: 12vw;
    font-family: 'Italianno', cursive;
}

.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 (min-width: 50.99rem) {
    .site-1-home #g-expanded > .g-container > .g-grid {
        background: rgba(255,255,255,.6);
        border-radius: 2rem;
    }
    .welcome-wrapper .g-array-item-text p {
        color: var(--primary-color);
        font-size: 2vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-expanded {
        background-attachment: initial;
    }
    .site-1-home #g-expanded > .g-container > .g-grid {
        background: rgba(255,255,255,.6);
        border-radius: 2rem;
    }
    .site-1-home #g-expanded > .g-container {
        padding: 5vw 5vw!important;
    }
    .welcome-wrapper > .g-content {
        padding: 0;
    }
}

/*************** EXTENSION ****************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-extension .g-title {
        border-bottom: 1px solid var(--secondary-color);
        font-size: 2vw;
        font-family: var(--title-font-family);
        color: var(--primary-color);
    }
}

/*************** BOTTOM *******************/
@media only screen and (min-width: 50.99rem) {
    .site-1 #g-bottom .admod td {
        padding: 0;
    }
}

/*************** FOOTER *******************/
#g-footer .g-content-array {margin: 0;}
#g-footer a {color: var(--default-white);} 

@media only screen and (min-width: 50.99rem) {
    #g-footer .footer-wrapper > .footer-lower-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    #g-footer .footer-wrapper .footer-logo {
        flex: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #g-footer .footer-wrapper .footer-text {
        flex: 60%;
        text-align: center;
    }
    #g-footer .footer-wrapper .footer-text p {
        margin: 0;
    }
    #g-footer .footer-wrapper .footer-links {
        flex: 20%;
        text-align: right;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #g-footer .footer-wrapper .footer-links p {
        margin: 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(--primary-color); 
    background: var(--secondary-color);
} 
/*************** SECTIONS *****************/
/*************** MOBILE *******************/ 
/*************** ADS **********************/