@import url('//fonts.googleapis.com/css2?family=Cormorant+Unicase:wght@400;500;600;700&family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
/************ TEMPLATE  ************
Rotator Size: 1000x563 (super wide, 2.39:1)

/************ FONTS  ************
Serif: 'Cormorant Unicase', serif;
Sans Serif: 'Montserrat', sans-serif;

/************ COLORS  ************
Blue: #001940 rgba(0,25,64,1)
Red: #770009 rgba(119,0,9,1)

************/
.parish-1 {
    /*#001940*/
    --primary-color: #770009;
    --secondary-color: #3073C4;

    --primary-rgb: 119,0,9;
    --secondary-rgb: 48,115,196;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'Cormorant Unicase', serif;
    --body-font-family: 'Montserrat', sans-serif;

    --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);

    --heading-color: var(--primary-color);
    --heading-font-family: var(--title-font-family);

    --title-border-bottom: 1px solid var(--secondary-color);

    --ph-sq-size: 25vw;
    --ph-title-color: var(--default-white);
    --ph-border-radius: 1rem;
    --ph-background-color: rgba(var(--primary-rgb),.5);
    
    --mt-fixed-height: 36vw;
    --mt-background-color: rgba(var(--secondary-rgb),.8);
    --mt-para-color: var(--default-white);

    --rok-mini-timeline: var(--primary-color);
    --rok-mini-text: var(--default-white);
    --rok-mini-badge: var(--primary-color);
}
 
.school-1 {
    --primary-color: #3073C4;
    --secondary-color: #770009;

    --primary-rgb: 48,115,196;
    --secondary-rgb: 119,0,9;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'Cormorant Unicase', serif;
    --body-font-family: 'Montserrat', sans-serif;

    --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);

    --heading-color: var(--primary-color);
    --heading-font-family: var(--title-font-family);

    --title-border-bottom: 1px solid var(--secondary-color);

    --ph-sq-size: 25vw;
    --ph-title-color: var(--default-white);
    --ph-border-radius: 1rem;
    --ph-background-color: rgba(var(--primary-rgb),.5);
    
    --mt-fixed-height: 36vw;
    --mt-background-color: rgba(var(--secondary-rgb),.8);
    --mt-para-color: var(--default-white);

    --rok-mini-timeline: var(--secondary-color);
    --rok-mini-text: var(--default-white);
}

.ql-fa-toplinks {
    --ql-background-hover: none;
    --ql-font-title-color: var(--primary-color);
}

.parish-1 .ql-inner-box {
    --ql-title-color: var(--default-white);
    --ql-background-color: rgba(var(--primary-rgb),.5);
    --ql-background-hover: rgba(var(--primary-rgb),.7);
}

.school-1 .ql-inner-box {
    --ql-title-color: var(--default-white);
    --ql-background-color: rgba(var(--primary-rgb),.5);
    --ql-background-hover: rgba(var(--primary-rgb),.7);
}

.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: 'Lato', sans-serif;
} 

@media only screen and (min-width: 50.99rem) {
.item-page .pull-right.item-image img {max-width: 50%;}
}

/*************** HOMELAYOUT ***************/ 
.homelayout .g-title {font-family: var(--home-title-font); border-bottom: none; font-size: 3.5vw;}
.school-home #g-feature .g-title {color: var(--secondary-color);}
.school-home #g-expanded .g-title {color: var(--default-white); font-weight: 400; font-size: 2.5vw;}
.parish-home #g-feature .g-title {color: var(--secondary-color);}
.parish-home #g-expanded .g-title {color: var(--default-white); font-weight: 400; font-size: 2.5vw;}

@media only screen and (max-width: 50.99rem) {
    .school-home #g-feature .g-title {font-size: 2rem;}
    .school-home #g-expanded .g-title {font-size: 2rem;}
    .parish-home #g-feature .g-title {font-size: 2rem;}
    .parish-home #g-expanded .g-title {font-size: 2rem;}
}

/*************** OFFCANVAS ****************/
.g-offcanvas-toggle {color: var(--primary-color);} 
.g-offcanvas-toggle .fa-fw {text-shadow: none;}

#g-offcanvas .g-social a {margin-right: 1rem;}

/*************** TOP **********************/ 
/*************** NAVIGATION ***************/
@media only screen and (min-width: 50.99rem) {
.homelayout #g-navigation {margin-bottom: -50vw!important; padding-bottom: 50vw!important;}
}
.parish-1 #g-navigation {background: url('/images/template/header-parish2-otherside.jpg') 115% 0% no-repeat; background-size: cover;}
.school-1 #g-navigation {background: url('/images/template/stjoe-backdrop.png') 115% 0% no-repeat; background-size: contain;}
.school-sub #g-navigation {background: url('/images/template/stjoe-backdrop.png') 115% 0% no-repeat;}
#g-navigation .g-logo {margin: 2rem;}
#g-navigation .g-logo img {width: 100%; height: auto;}
.ql-fa-toplinks {padding:2vw;}
.ql-fa-toplinks .g-blockcontent {background: rgba(255,255,255,.7); box-shadow: 0 0 10px rgba(0,0,0,.1);}

@media only screen and (max-width: 50.99rem) {
    #g-navigation .g-logo img {width: 80%;}
}

.g-main-nav {height: 3rem;}
.g-main-nav .g-toplevel {height: 100%;}
.g-main-nav .g-toplevel>li.active>.g-menu-item-container {border-bottom: none;}

/*************** SLIDESHOW ****************/ 
.mass-times-block {background: none;}
.mass-times-block p {margin: 0;}
@media only screen and (min-width: 50.99rem) {
.homelayout #g-slideshow > .g-container {padding: 2vw!important;}
.homelayout #g-slideshow > .g-container > .g-grid {gap: 2vw;}

.homelayout .fullwidth-swiper {flex: 2;}
.homelayout .mass-times-block {flex: 1;}
}

/*************** HEADER *******************/
/*************** ABOVE ********************/
.ql-inner-box .g-blockcontent-subcontent-title > .g-blockcontent-subcontent-title-text {border: none;}

/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
/*************** FEATURE ******************/
/*************** MAIN *********************/
.parish-sub:not(.sponsorshippage) #g-container-main {padding: 0 10%!important;}
.school-sub #g-container-main {padding: 0 10%!important;}

.parish-home #g-container-main .submod-button .button {
    letter-spacing: 2px;
    text-transform: uppercase;
    background: var(--secondary-color);
    margin: 2vw; 
    padding: 1vw 3vw;
    font-weight: 700;
}
.parish-home #g-container-main .submod-button .button:hover {
    background: #777;
}
.school-home #g-container-main .submod-button .button {
    letter-spacing: 2px;
    text-transform: uppercase;
    background: var(--secondary-color);
    margin: 2vw; 
    padding: 1vw 3vw;
    font-weight: 700;
}
.school-home #g-container-main .submod-button .button:hover {
    background: #777;
}

@media only screen and (max-width: 50.99rem) {
    .parish-home #g-container-main .submod-button .button {padding: 1rem 3rem;}
    .school-home #g-container-main .submod-button .button {padding: 1rem 3rem;}
}
/*************** EXPANDED *****************/ 
.parish-home #g-expanded {background: url('/images/template/paralax1.jpg') 0% 0% no-repeat; background-size: cover; background-attachment: fixed;}
.parish-home #g-expanded > .g-container {background: rgba(var(--secondary-rgb),.5); padding: 5vw 10%!important;}
.parish-home #g-expanded .button {
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #001940;
    margin: 2vw; 
    padding: 1vw 3vw;
    font-weight: 700;
}
.parish-home #g-expanded .button:hover {
    background: #777;
}

.school-home #g-expanded {background: url('/images/template/paralax1.jpg') 0% 0% no-repeat; background-size: cover; background-attachment: fixed;}
.school-home #g-expanded > .g-container {background: rgba(var(--primary-rgb),.5); padding: 5vw 10%!important;}
.school-home #g-expanded .button {
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #001940;
    margin: 2vw; 
    padding: 1vw 3vw;
    font-weight: 700;
}
.school-home #g-expanded .button:hover {
    background: #777;
}

@media only screen and (max-width: 50.99rem) {
    .parish-home #g-expanded {background-attachment: initial;}
    .school-home #g-expanded {background-attachment: initial;}

    .parish-home #g-expanded .button {padding: 1rem 3rem;}
    .school-home #g-expanded .button {padding: 1rem 3rem;}
}

/*************** EXTENSION ****************/
/*************** BOTTOM *******************/
#g-footer .admod {margin-top: -2.5vw;}

@media only screen and (max-width: 50.99rem) {
    #g-footer .admod {margin: initial;}
}

/*************** FOOTER *******************/
#g-footer .g-content-array {margin: 0;}
#g-footer a {color: var(--default-white);} 

.footer-text-block {margin: 2vw 0;}

/*************** COPYRIGHT ****************/ 
.homelayout #g-copyright {height: 4rem;}
/*************** 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 **********************/