@import url('//fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&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 ***********
https://olph-maple-mockup.forge.solutiosoftware.com/mockup-builder
Rotator - Superwide 1600x669
QL, News - Standard Wide 16x12 or Square
------------

------ Colors & Fonts ------
Green: #1A5632; rgb(26,86,50)
Gold: #AE9F49; rgb(174,159,73)
grey: #9e9e9e;

******************/

.site-1 {
    --primary-color: #1A5632;
    --secondary-color: #AE9F49;
    --tertiary-color: #9e9e9e;

    --primary-rgb: 26,86,50;
    --secondary-rgb: 174,159,73;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'Cormorant Infant', 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);

    --rok-mini-badge: var(--primary-color);

    --ph-border-bottom: 4px solid var(--tertiary-color);
    --ph-title-font: var(--body-font-family);
}

@media only screen and (min-width: 50.99rem) {
    .page-header h2 {
        font-size: 3.5vw;
    }

    .site-1-sub #g-container-main {
        margin-top: 2vw
    }
}

a {color: var(--secondary-color);}
h3.g-title {font-weight: normal;
	border-bottom: 1px solid var(--tertiary-color)
	}


#overlay-top-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: 100vh;
    width: 100%;
    /*background: rgba(var(--primary-rgb),.8);*/
    pointer-events: all;
}

/*.main-menu-overlay {
    height: 8vw;
    overflow: visible;
}*/
/*.main-menu-overlay > .g-content {
    height: 100%;
}*/
#overlay-top-menu .g-main-nav {
    position: relative;
    height: 8vw;
    display: flex;
    width: 100%;
    align-items: center;
    background: var(--secondary-color);
}
#overlay-top-menu .g-toplevel {
    justify-content: flex-end;
    gap: 1.5vw;
    padding-right: 2vw;
}

#overlay-top-menu .g-toplevel > li:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 15vw;
}

#overlay-top-menu .g-toplevel > li:first-child > .g-menu-item-container {
    width: 100%;
}

#overlay-top-menu .menu-logo {
    position: absolute; 
    top: 0;
    left: 0;
}

#overlay-top-menu .g-toplevel > li:first-child img {
    height: auto;
    width: 15vw;
}

#overlay-top-menu .g-social-items a {
    color: var(--default-white);
}

#overlay-top-menu .g-social-text {
    font-family: var(--body-font-family);
    font-size: 1.1vw;
    font-weight: 600;
}

#overlay-top-menu .g-toplevel > li:nth-child(2) {
    display: none;
}

#overlay-top-menu .g-toplevel > li:nth-child(3) {
    padding-left: 3vw;
}

.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);
    border-radius: 0;
} 

/*************** ALL SITE *****************/
.item-image {display: none;}

.g-content-array {
    margin: 0;
    padding: 0;
}

/*************** HOMELAYOUT ***************/ 
/*************** OFFCANVAS ****************/
.g-offcanvas-toggle {color: var(--primary-color);} 
.g-offcanvas-toggle .fa-fw {text-shadow: none;}

#g-offcanvas .menu-logo {
    display: none!important;
}

@media (max-width: 50.99rem) {
    .site-1 #g-offcanvas .g-menu-item-144 {
         display: none !important;
    }
}


/*************** TOP **********************/ 
/*************** NAVIGATION ***************/

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-navigation {
        margin-bottom: -8vw!important;
        box-shadow: var(--default-box-shadow);
    }
    .main-menu-overlay {
        height: 8vw;
        overflow: visible;
    }
    .main-menu-overlay > .g-content {
        height: 100%;
    }
    .main-menu-overlay .g-main-nav {
        position: relative;
        height: 100%;
        display: flex;
        width: 100%;
        align-items: center;
    }
    .main-menu-overlay .g-toplevel {
        justify-content: flex-end;
        gap: 3vw;
        padding-right: 2vw;
    }
    .main-menu-overlay .g-toplevel > li:not(.main-menu-overlay .g-toplevel > li:first-child, .main-menu-overlay .g-toplevel > li:last-child):hover {
        background: rgba(0,0,0,.25);
    }
    .main-menu-overlay .g-toplevel > li:first-child {
        position: absolute;
        top: 0;
        left: 0;
        width: 45vw;
    }
    .main-menu-overlay .g-toplevel > li:first-child > .g-menu-item-container {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .main-menu-overlay .menu-logo {
        position: absolute; 
        top: 0;
        left: 0;
    }
    .main-menu-overlay img {
        height: auto;
        width: 15vw;
    }
    .main-menu-overlay .g-social-text {
        font-family: var(--body-font-family);
        font-size: 1.1vw;
        font-weight: 600;
    }
    .main-menu-overlay .menu-item-particle {
        display: flex;
        flex-direction: row;
        gap: 1vw;
    }
    .main-menu-overlay .g-logo-readmore-container {
        width: fit-content;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .main-menu-overlay .g-logo-readmore {
        font-family: var(--title-font-family);
        font-size: 1.8vw;
        font-weight: 700;
        color: var(--default-white);
        pointer-events: none;
        font-style: italic;
    }

    .g-main-nav .g-toplevel>li>.g-menu-item-container>.g-menu-item-content {
        font-family: var(--body-font-family);
        font-size: 1.1vw;
        font-weight: 600;
        color: var(--default-white);
    }
    .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: 1.1vw;
        font-weight: 600;
        color: var(--default-white);
    }
}

@media only screen and (max-width: 50.99rem) {
    #g-navigation .g-logo {
        max-width: 70%;
        margin: 1rem auto!important;
    }
}
	
/*************** SLIDESHOW ****************/ 

.mass-times-block {
	background: none;
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-slideshow {
        z-index: 19;
    }
}

/*************** HEADER *******************/
@media only screen and (min-width: 50.99rem) {
    .circle-links .g-blockcontent-subcontent-block {
        width: 15%;
    }
    .circle-links .g-blockcontent-subcontent-title > .g-blockcontent-subcontent-title-text {
        border: none;
        text-transform: uppercase;
        text-shadow: none;
    }
    .circle-links.ql-height14vw .g-blockcontent-subcontent-block-content {
        box-shadow: 0px 0px 10px 3px rgba(0,0,0,.5);;
    }
    .site-1-home #g-header {
        margin-top: -7vw!important;
        background: transparent;
        z-index: 20;
        position: relative;
    }

}

/*************** ABOVE ********************/
/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-utility {
        padding: 1vw 0!important;
    }
    .site-1-home #g-utility :is(h1,h2,h3,h4,h5,h6) {
        border: none;
        font-size: 8vw;
        font-family: var(--title-font-family);
        text-transform: none;
        font-variant-caps: small-caps;
        margin: 0;
        padding: 0;
        font-weight: 600;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-utility {
        display: none!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    #ph-ads > .g-block > .g-content {
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--default-white);
        box-shadow: var(--ph-box-shadow);
        border-bottom: var(--ph-border-bottom);
    }

    #ph-ads > .g-block > .g-content > .g-content {
        margin: 0;
        padding: 0;
    }
    #ph-ads #side-ad-ph > .g-content {
        margin: 0;
        padding: 0;
    }

    #ph-ads #side-ad-ph img {
        width: 100%!important;
        height: auto!important;
    }
    #ph-ads #side-ad-ph .moduletable {
        margin: 0;
        padding: 0;
    }
    /*#ph-ads #side-ad-ph tbody {
        width: 100%;
    }
    #ph-ads #side-ad-ph td {
        width: 100%;
    }
    #ph-ads #side-ad-ph td > div > div {
        width: 100%!important;
        height: fit-content!important;
    }*/
}

@media only screen and (max-width: 50.99rem) {
    .ph-sidebyside-mobile .g-content-array > #ph-ads.g-grid {
        box-shadow: none;
    }
}

/*************** FEATURE ******************/
/*************** MAIN *********************/

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-container-main h2.g-title {
        font-size: 3.5vw;
        border-bottom: 1px solid var(--tertiary-color);
		font-weight: normal;
    }
    .ph-rec-row.ph-rec-row-3 .g-content-array > .g-grid {
        width: calc(100% / 3);
    }
    .ph-rec-row .g-array-item-image img {
        aspect-ratio: 1/1;
        height: auto;
    }
    .rok-mini-particle-verticle .rme-badge {
        border-radius: 0;
    }
    .side-mass-times p {
        margin: 0;
        font-size: 1vw;
    }
    .side-mass-times h6 {
        font-size: 1.75vw;
		font-weight: 600;
		letter-spacing: 2px;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-container-main h2.g-title {
        font-size: 3rem;
        border-bottom: 1px solid var(--tertiary-color);
        text-align: center;
		font-weight: normal;
    }
    .ph-sidebyside-mobile .g-array-item-read-more {
        opacity: 0;
    }
    .site-1-home #g-container-main .submod-button {
        margin-top: 1.5rem;
    }
    .site-1-home #g-container-main > .g-grid > .g-block:nth-child(1) {
        order: 3;
    }
    .site-1-home #g-container-main > .g-grid > .g-block:nth-child(2) {
        order: 1;
    }
    .site-1-home #g-container-main > .g-grid > .g-block:nth-child(3) {
        order: 2;
    }
	.side-mass-times h6 {
        font-size: 4.25vw;
		font-weight: 600;
		letter-spacing: 2px;
    }
}

.parish-home #g-container-main {
    padding: 0 5%;
}

/*************** EXPANDED *****************/ 

#g-expanded h3.g-title {
	background: #f1f2f2;
	padding: 5px 10px;
	border-bottom: none;
	font-size: 3vw;
}


@media only screen and (min-width: 50.99rem) {
    .title-image {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .title-image h1 {
        font-size: 9vw;
        font-family: var(--title-font-family);
        font-variant-caps: small-caps;
        font-weight: 600;
    }
    .title-image img {
        height: 16vw;
        width: auto;
    }
}

@media only screen and (max-width: 50.99rem) {
    .title-image {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .title-image h1 {
        font-size: 9vw;
        font-family: var(--title-font-family);
        font-variant-caps: small-caps;
        font-weight: 600;
    }
    .title-image img {
        height: 30vw;
        width: auto;
    }
	#g-expanded h3.g-title {
		font-size: 7vw;
	}
}

/*************** EXTENSION ****************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-extension h6 {
        font-size: 2vw;
        font-weight: 500;
        text-transform: uppercase;
        text-align: center;
        padding: 1.5vw 0;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-extension h6 {
        font-size: 1.5rem;
        font-weight: 500;
        text-transform: uppercase;
        text-align: center;
        padding: 1.5vw 0;
    }
}

/*************** 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(--default-white);} 

#g-footer p {font-family: var(--body-font-family);}

/*************** 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 **********************/

.ministry-page {
    --grid-tile-height: 14vw;
}

#site-grid .ph-rec-row .g-array-item {
    max-height: fit-content;
}