@import url('//fonts.googleapis.com/css2?family=Marcellus&family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
/************ TEMPLATE  ************
Blue: #03284C rgba(3,40,76,1)
Gold: #A8996A rgba(168,153,106,1)
For the School
Red: #B50909 rgba(181,9,9,1)
Royal Blue: #003A75 rgba(0,58,117,1)
'Marcellus', serif;
'Montserrat', sans-serif;


************/

.site-1 {
    --primary-color: #03284C;
    --secondary-color: #A8996A;

    --primary-rgb: 3,40,76;
    --secondary-rgb: 168,153,106;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'Marcellus', 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);
    --ql-background-color: rgba(var(--primary-rgb),.7);
    --ql-background-hover: rgba(var(--primary-rgb),.9);

    --mt-para-color: var(--default-white);
    --mt-border-radius: 0;
}
.site-2 {
    --primary-color: #003A75;
    --secondary-color: #B50909;

    --primary-rgb: 0,58,117;
    --secondary-rgb: 181,9,9;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'Marcellus', 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);
    --ql-background-color: rgba(var(--primary-rgb),.7);
    --ql-background-hover: rgba(var(--primary-rgb),.9);

    --mt-para-color: var(--default-white);
    --mt-border-radius: 0;
}

.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: 'Montserrat', sans-serif;
} 

/*************** HOMELAYOUT ***************/ 
.g-content-array {margin: 0!important;}

/*************** OFFCANVAS ****************/
.g-offcanvas-toggle {color: var(--default-white);} 
.g-offcanvas-toggle .fa-fw {text-shadow: none;}

/*************** TOP **********************/ 
/*************** NAVIGATION ***************/
@media only screen and (min-width: 50.99rem) {
    .site-1 .top-contact p {padding: 1rem;}
    .site-1 .g-logo {margin: 1rem 0; text-align: center;}
    .site-1 .g-logo img {width: 80%!important;}

    .site-2 .top-contact p {padding: 1rem;}
    .site-2 .g-logo {margin: 1rem 0; text-align: center;}
    .site-2 .g-logo img {width: 80%!important;}
}
@media only screen and (max-width: 50.99rem) {
    .site-1 .top-contact p {text-align: center!important;}
    .site-1 .g-logo {max-width: 70%!important;}

    .site-2 .top-contact p {text-align: center!important;}
    .site-2 .g-logo {max-width: 70%!important;}
}

#g-navigation a:not(.button):hover {color: var(--secondary-color);}

#g-navigation .funeral
{background: #A79A6A;
color: #03284C;
padding: 0 1%;}


/*************** SLIDESHOW ****************/ 
@media only screen and (min-width: 50.99rem) {
    .swiper-masstimes-overlay .mass-times-overlay {left: unset; right: 4vw;}
    .swiper-masstimes-overlay .mass-times-overlay :is(h1,h2,h3,h4,h5,h6) {margin-bottom: 1rem;}
    .swiper-masstimes-overlay .mass-times-overlay p {margin-bottom: 1rem;}
}

.m-times-sides {display: flex; flex-direction: row; gap: 1vw;}
.m-times-sides > div {flex: 1;}

/*************** HEADER *******************/
/*************** ABOVE ********************/
@media only screen and (min-width: 50.99rem) {
    .ql-inner-box .g-blockcontent-subcontent-title > .g-blockcontent-subcontent-title-text {border: 1px solid var(--secondary-color);}
	.ql-inner-box .g-blockcontent-subcontent-title { }

}

/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
/*************** FEATURE ******************/
/*************** MAIN *********************/
.social-feed {text-align: center;}
#g-sidebar .greybox {background: #F1F2F2;}

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-container-main {
        background: url('/images/template/xii.jpg') 105% 100% no-repeat;
        background-size: 25%;
    }
    .site-1-home #g-aside {background: transparent;}
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-container-main > .g-grid > .g-block:nth-child(1) {order: 2;}
    .site-1-home #g-container-main > .g-grid > .g-block:nth-child(2) {order: 3;}
    .site-1-home #g-container-main > .g-grid > .g-block:nth-child(3) {order: 1;}

    .site-2-home #g-container-main > .g-grid > .g-block:nth-child(1) {order: 2;}
    .site-2-home #g-container-main > .g-grid > .g-block:nth-child(2) {order: 3;}
    .site-2-home #g-container-main > .g-grid > .g-block:nth-child(3) {order: 1;}
}

/*************** EXPANDED *****************/ 
/*************** EXTENSION ****************/
/*************** BOTTOM *******************/
#g-bottom {padding: 2rem 0!important;}

/*************** FOOTER *******************/
#g-footer .g-content-array {margin: 0;}
#g-footer a {color: #ffffff;} 

/*************** 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 **********************/