@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  ************

************/

.site-1 {
    --primary-color: #00a94f;
    --secondary-color: rgba(7, 117, 60, 0.51);

    --primary-rgb: 0, 169, 79;
    --secondary-rgb: 7, 117, 60, 0.51;

    --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);

    --mt-background-color: rgba(0, 0, 0, 0.5);
    --mt-para-color: var(--default-white);
    --mt-fixed-height-desktop: 35vw;

    --ql-background-color: rgba(0, 0, 0, 0.5);
    --ql-background-hover: rgba(0, 0, 0, 0.15);

    --ph-title-weight: bold;

    --rok-mini-badge: var(--primary-color);
    --rok-mini-border-radius: 5px;
    --rok-mini-text-color: black;
    --rok-mini-title-weight: bold;

    --ph-title-font-size-mobile: 5vw;

    --hero-title-color: var(--default-black);
}

.school {
    --primary-color: #00a94f;
    --secondary-color: rgba(7, 117, 60, 0.51);

    --primary-rgb: 0, 169, 79;
    --secondary-rgb: 7, 117, 60, 0.51;

    --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);

    --mt-background-color: rgba(0, 0, 0, 0.5);
    --mt-para-color: var(--default-white);
    --mt-fixed-height-desktop: 35vw;

    --ql-background-color: rgba(0, 0, 0, 0.5);
    --ql-background-hover: rgba(0, 0, 0, 0.15);

    --ph-title-weight: bold;

    --rok-mini-badge: var(--primary-color);
    --rok-mini-border-radius: 5px;
    --rok-mini-text-color: black;
    --rok-mini-title-weight: bold;

    --ph-title-font-size-mobile: 5vw;

    --hero-title-color: var(--default-black);
}

.landing {
    --primary-color: #00a94f;
    --secondary-color: rgba(7, 117, 60, 0.51);

    --primary-rgb: 0, 169, 79;
    --secondary-rgb: 7, 117, 60;

    --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);
    --ql-background-color: rgba(var(--secondary-rgb),.6);
    --ql-background-hover: rgba(var(--secondary-rgb),.4);

    --ph-width: 21vw;
    --ph-background-color: var(--secondary-color);
    --ph-title-color: var(--default-white);

    --rok-mini-badge: rgba(var(--tertiary-rgb),.8);
    --rok-mini-text: var(--default-white);
    --rok-mini-timeline: rgba(var(--tertiary-rgb),.7);
}

.site-1 .ql-fa-toplinks {
    --ql-title-color: var(--default-black);
    --ql-icon-color: var(--default-black);
}

.school .ql-fa-toplinks {
    --ql-title-color: var(--default-black);
    --ql-icon-color: var(--default-black);
}

.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;
}

a.greenbutton { 
  color: #ffffff; 
  font-size: 1rem;
  text-transform: none;
  font-weight: normal;
  background: #00A950; 
  padding: .7rem 1.3rem; 
  border-radius: 1.5rem; 
  margin: 0;
  display: inline-block;
  font-weight: 500;
  line-height: 1.125rem;
  border: 2px solid #00A950;
  transition: all .2s ease-in;
}
.greenbutton:hover {background: transparent; color: #00A950;   border: 2px solid #00A950;}

.homepage-button {
    background-color: #000000;
    border-radius: 100px;
    color: white;
    box-shadow: var(--default-box-shadow);
    padding: 1rem 1.5rem;
}

/*************** ALL SITE *****************/
.item-image {display: none;}

.button, .readon {
    background: black;
    border-radius: 100px;
}

.moduletable .nav.menu li.current.active a, .moduletable .nav.menu li a:hover {
    color: rgb(226, 226, 226) !important;
}

@media (max-width: 50.99rem) {
    .page-header h2 {
        font-size: 2.5rem;
    }
}

span.ebgaramond {
    font-family: var(--title-font-family);
    font-size: 2.5rem;
}

/*************** HOMELAYOUT ***************/ 
/*************** OFFCANVAS ****************/
.g-offcanvas-toggle {color: var(--primary-color);} 
.g-offcanvas-toggle .fa-fw {text-shadow: none;}

/*************** TOP **********************/

#g-top .g-item-title a {
    pointer-events: none;
}

/*************** NAVIGATION ***************/

.site-1-home #g-navigation {
    background: url(/images/template/mass-times-background.png) no-repeat top right;
    background-size: 70%;
}

#g-navigation .ql-fa-toplinks .g-blockcontent-subcontent-block:not(.ql-fa-toplinks .g-blockcontent-subcontent-block:last-child) {
    border-right: 2px solid var(--primary-color);
    padding: 0;
}

.ql-fa-toplinks .g-blockcontent-subcontent-block {
    padding: 0;
}

.site-1-home #g-navigation, .school-home #g-navigation {
    padding-bottom: 39vw;
}

.site-1 #g-navigation a:not(.button) {
    color: var(--default-black);
}

:is(.site-1, .school) #g-navigation a:not(.button):hover {
    color: white;
}

:is(.site-1, .school) #g-navigation .g-social-items > a:not(a:last-child) {
    padding-right: 2vw;
}

#g-navigation .g-logo img {
    width: 300px;
}

.site-1-sub #g-navigation {
    background: url(/images/template/mass-times-background.png) no-repeat top right;
    background-size: 70%;
}

@media (max-width: 50.99rem) {
    #g-navigation .g-logo {
        max-width: 60%;
        margin: 1rem auto;
    }
    #g-navigation > .g-grid:nth-child(1) > .g-block > .g-content {
        margin: 0;
        padding: 0;
    }

    .ql-fa-toplinks .g-blockcontent-subcontent-block-content > .g-blockcontent-subcontent-title {
        display: initial !important;
    }

    #g-navigation .g-logo img {
        width: 250px;
        margin: auto;
        display: grid;
    }

    .site-1-sub #g-navigation {
        background: none;
    }

    .site-1-sub .ql-fa-toplinks, .school .ql-fa-toplinks {
        border-bottom: 2px solid var(--primary-color);
    }

}


/* school */

.school-home #g-navigation {
    background: url(/images/template/school-bg.jpg) no-repeat top right;
    background-size: 70%;
}

.school-sub #g-navigation {
    background: url('/images/template/school-bg.jpg') no-repeat top right;
    background-size: 70%;
}

/*************** SLIDESHOW ****************/ 

.site-1-home #g-slideshow, .school-home #g-slideshow {
    margin-top: -39vw !important;
}

.site-1-home .mass-times-block {
    box-shadow: var(--default-box-shadow);
    background: transparent;
}
.school-home .mass-times-block {
    background: transparent;
}

.mass-times-block .g-array-item-text {
    margin: 0;
}
.mass-times-block .g-array-item {
    padding: 1.5vw 2vw;
}

.mass-times-block p {
    margin-bottom: 0.5rem;
}

.mass-times-block .button {
    border-radius: 100px;
    background-color: transparent;
    border: 2px solid white;
    box-shadow: none;
    padding: 0.75rem 1rem;
}

@media (max-width: 50.99rem) {

    .site-1 .mass-times-block > .g-content {
        --mt-background-color: rgba(0, 0, 0, 0.75);
    }

    .site-1 .mass-times-block .g-array-item {
        padding: 2rem;
    }

    .mass-times-block {
        margin: 0rem 0 1.5rem 0;
    }

}

/* school */

@media only screen and (min-width: 50.99rem) {
    .school-home .fullwidth-swiper {
        padding: 2rem;
    }

    .school-home .mass-times-block {
        padding: 2rem 2rem 2rem 0;
    }
}

@media (max-width: 50.99rem) {

    .school-home .fullwidth-swiper {
        padding: 1rem;
    }

}


/*************** HEADER *******************/
/*************** ABOVE ********************/
/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
/*************** FEATURE ******************/
/*************** MAIN *********************/
.parish-home #g-container-main {
    padding: 0 5%;
}

.ph-sidepics-3 .g-title {
    font-weight: normal;
    font-size: clamp(3rem, 4.5vw, 6rem);
    color: black;
}

.rok-mini-verticle .g-content {
    padding-bottom: 0;
}

.site-1-home #g-aside #custom-3067-particle {
    padding: 0;
}

.rok-mini-verticle {
    padding-bottom: 0;
}

.site-1-home #g-aside .g-title {
    color: black;
    margin-bottom: 2rem;
    font-size: clamp(2rem, 2.3vw, 3.5rem);
}

@media only screen and (min-width: 50.99rem) {
    .ph-sidepics-3.ph-square .g-array-item {
        grid-template-rows: 40% 40% 20%; 
    }
    .ph-sidepics-3 .g-array-item-title {
        align-items: center;
    }
    .ph-sidepics-3 .g-array-item-read-more {
        opacity: 0;
    }
}

@media (max-width: 50.99rem) {

    .site-1-home #g-aside .g-title {
        margin-bottom: 0.5rem;
        font-size: 3rem;
    }

    .calendar-button {
        margin-bottom: 2rem;
    }
}


/*************** EXPANDED *****************/ 

:is(.school-home, .site-1-home) #g-expanded > div {
    padding: 6%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.55);
}

.site-1-home #g-expanded {
    background: url(/images/template/parallax.jpg) no-repeat center;
    background-size: cover;
}

.welcome-box :is(a ,p) {
    color: white;
    font-size: clamp(1.2rem, 1.3vw, 2rem);
    margin-bottom: 0;
}

.welcome-box :is(h1, h2, h3, h4, h5, h6) {
    font-size: clamp(3rem, 4.5vw, 6rem);
    color: white;
}

.welcome-box .g-content {
    padding: 0;
}

.welcome-box .g-array-item-text {
    margin-top: 0;
}

/* school */

.school-home #g-expanded {
    background: url(/images/template/school-parallax.jpg) no-repeat center;
    background-size: cover;
    background-position: 50% 55%;
}

/*************** EXTENSION ****************/

:is(.site-1-home, .school-home) #g-extension {
    margin-bottom: -24vw;
}

:is(.site-1-home, .school-home) #g-extension {
    z-index: 99;
    position: relative;
}

@media (max-width: 50.99rem) {
    .life-title h1 {
        font-size: 3rem;
    }
}

/*************** BOTTOM *******************/
/*************** FOOTER *******************/
#g-footer .g-content-array {margin: 0;}
#g-footer a {color: var(--default-white);} 

#g-footer .g-content-array .g-array-item-text, .g-content-array .g-array-item-read-more {
    margin: 0;
}

#g-footer p {
    margin-bottom: 0;
}

.site-1 #g-footer {
    background: url(/images/template/footer1.jpg) no-repeat bottom;
    background-size: cover;
}

:is(.site-1-home, .school-home) #g-footer {
    padding-top: 26vw !important;
}

:is(.site-1, .school) #g-footer .g-logo img {
    width: 50%;
}

:is(.site-1, .school) #g-footer > .g-container > .g-grid:nth-child(2) {
    padding: 3% 0;
}

:is(.site-1, .school) #g-footer :is(h1, h2, h3, h4, h5, h6, a, p) {
    color: white;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.75);
}

:is(.site-1, .school) #g-footer :is(p, div) {
    font-weight: 500;
    font-size: 1.3rem;
}

:is(.site-1, .school) #g-footer a:hover {
    color: lightgrey;
}

.footer-text {
    display: grid;
    align-items: center;
}

.footer-text h1 {
    margin-top: 0;
}

@media (max-width: 50.99rem) {

    :is(.site-1, .school) #g-footer .g-logo img {
        width: 30%;
        margin-top: 2rem;
    }

    :is(.site-1, .school) .footer-text {
        padding: 5%;
    }

    .site-1 .footer-links {
        padding: 5%;
    }

    .site-1 .footer-links .g-array-item-text > div {
        text-align: center;
    }

}

/* school */

.school #g-footer {
    background: url(/images/template/school-footer-3.jpg) no-repeat bottom;
    background-size: cover;
}


/*************** COPYRIGHT ****************/ 

#g-copyright > div {
    position: absolute;
    bottom: 0;
}

#g-copyright p {
    margin-bottom: 0;
    line-height: 2;
}

#g-copyright a {
    color: white;
}

/*************** MODULES ******************/
.moduletable .nav.menu, .moduletable .unstyled {background: var(--secondary-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 (min-width: 50.99rem) {
    .landing #g-navigation {
        height: 250px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .landing-options {
        margin: 0;
        padding: 0;
    }
    .landing-options > .g-content {
        margin: 0;
        padding: 0;
    }
    .landing-options > .g-content > div {
        margin: 0;
        padding: 0;
    }
    .landing-options .g-blockcontent {
        margin: 0;
        padding: 0;
    }
    .landing-options .g-blockcontent-subcontent {
        display: flex;
        flex-direction: row;
    }
    .landing-options .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
        flex: 50%;
    }
    .landing-options .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 0;
        position: relative;
        height: 100vh;
        overflow: hidden;
    }
    .landing-options .g-blockcontent-subcontent-img {
        height: 100%;
        width: 100%;
        object-position: center;
        object-fit: cover; 
        border-radius: 0;
        transition: all .5s ease-in-out;
    }
    .landing-options .g-blockcontent-subcontent-title {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .landing-options .g-blockcontent-subcontent > .g-blockcontent-subcontent-block:nth-child(1) .g-blockcontent-subcontent-title {
        background: rgba(0, 0, 0, 0.7);
        transition: all .3s ease-in-out;
    }
    .landing-options .g-blockcontent-subcontent > .g-blockcontent-subcontent-block:nth-child(1):hover .g-blockcontent-subcontent-title {
        background: rgba(0, 0, 0, 0.5);
    }
    .landing-options .g-blockcontent-subcontent > .g-blockcontent-subcontent-block:nth-child(2) .g-blockcontent-subcontent-title {
        background: rgba(var(--secondary-rgb),.7);
        transition: all .3s ease-in-out;
    }
    .landing-options .g-blockcontent-subcontent > .g-blockcontent-subcontent-block:nth-child(2):hover .g-blockcontent-subcontent-title {
        background: rgba(var(--secondary-rgb),.5);
    }
    .landing-options .g-blockcontent-subcontent > .g-blockcontent-subcontent-block:hover .g-blockcontent-subcontent-img {
        transform: scale(1.10);
    }
    .landing-options .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 0;
        font-size: 4vw;
        color: var(--default-white);
        text-align: center;
    }
    .landing-options .g-blockcontent-buttons {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        margin: 0;
        padding: 0;
    }
    .landing-options .g-blockcontent-buttons > a {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        margin: 0;
        padding: 0;
    }
}

@media only screen and (max-width: 50.99rem) {
    .landing #g-navigation {
        display: none!important;
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .landing-options {
        margin: 0;
        padding: 0;
    }
    .landing-options > .g-content {
        margin: 0;
        padding: 0;
    }
    .landing-options > .g-content > div {
        margin: 0;
        padding: 0;
    }
    .landing-options .g-blockcontent {
        margin: 0;
        padding: 0;
    }
    .landing-options .g-blockcontent-subcontent {
        display: flex;
        flex-direction: column;
    }
    .landing-options .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
        flex: 50vh;
    }
    .landing-options .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 0;
        position: relative;
        height: 50vh;
        overflow: hidden;
    }
    .landing-options .g-blockcontent-subcontent-img {
        height: 100%;
        width: 100%;
        object-position: center;
        object-fit: cover; 
        border-radius: 0;
        transition: all .5s ease-in-out;
    }
    .landing-options .g-blockcontent-subcontent-title {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .landing-options .g-blockcontent-subcontent > .g-blockcontent-subcontent-block:nth-child(1) .g-blockcontent-subcontent-title {
        background: rgba(0, 0, 0, 0.7);
        transition: all .3s ease-in-out;
    }
    .landing-options .g-blockcontent-subcontent > .g-blockcontent-subcontent-block:nth-child(1):hover .g-blockcontent-subcontent-title {
        background: rgba(0, 0, 0, 0.5);
    }
    .landing-options .g-blockcontent-subcontent > .g-blockcontent-subcontent-block:nth-child(2) .g-blockcontent-subcontent-title {
        background: rgba(var(--primary-rgb),.7);
        transition: all .3s ease-in-out;
    }
    .landing-options .g-blockcontent-subcontent > .g-blockcontent-subcontent-block:nth-child(2):hover .g-blockcontent-subcontent-title {
        background: rgba(var(--primary-rgb),.5);
    }
    .landing-options .g-blockcontent-subcontent > .g-blockcontent-subcontent-block:hover .g-blockcontent-subcontent-img {
        transform: scale(1.10);
    }
    .landing-options .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 0;
        font-size: 4vw;
        color: var(--default-white);
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .landing-options .g-blockcontent-buttons {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        margin: 0;
        padding: 0;
    }
    .landing-options .g-blockcontent-buttons > a {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        margin: 0;
        padding: 0;
    }
}
.contact-category .category li {
padding: 5px; }

.list-striped li:hover, .list-striped dd:hover, .row-striped .row:hover, .row-striped .row-fluid:hover {
	background-color: #edf0f3 !important;}
.list-striped li:nth-child(odd), .list-striped dd:nth-child(odd), .row-striped .row:nth-child(odd), .row-striped .row-fluid:nth-child(odd) {
	background-color: #f9fafb !important;}
.list-striped li:hover, .list-striped dd:hover, .row-striped .row:hover, .row-striped .row-fluid:hover, .cat-list-row0:hover, .cat-list-row1:hover {
    background-color: #d9d9d9 !important;
}
.list-striped li:nth-child(odd), .list-striped dd:nth-child(odd), .row-striped .row:nth-child(odd), .row-striped .row-fluid:nth-child(odd), .cat-list-row0 {
    background-color: #e6e6e6 !important;
}

.contact h2 {font-size: 2.5rem; font-weight: 500;}
