@import url('//fonts.googleapis.com/css2?family=Marcellus&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  ************

************/

.site-1 {
    --primary-color: #0f2b48;
    --secondary-color: #b7a666;
    --tertiary-color: #c7c7c7;

    --primary-rgb: 15,43,72;
    --secondary-rgb: 183,166,102;
    --tertiary-rgb: 199,199,199;

    --default-white: #ffffff;
    --default-black: #000000;
    --default-grey: #f1f2f2;

    --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);

    --ph-text-font-size-desktop: 1.5vw;

    --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-border-radius: 0;
    --mt-para-color: var(--default-white); 
}

.site-2 /*Holy Ghost*/ {
    --primary-color: #b7a666;
    --secondary-color: #0f2b48;
    --tertiary-color: #c7c7c7;
    
    --primary-rgb: 183,166,102;
    --secondary-rgb: 15,43,72;
    --tertiary-rgb: 199,199,199;
    
    --default-white: #ffffff;
    --default-black: #000000;
    --default-grey: #f1f2f2;
    
    --title-font-family: 'Marcellus', serif;
    --body-font-family: 'Montserrat', sans-serif;
    
    --heading-color: var(--secondary-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);
    
    --ph-text-font-size-desktop: 1.5vw;
    
    --default-box-shadow: 0px 0px 10px rgba(0,0,0,.5);
    
    --swiper-box-shadow: var(--default-box-shadow);
        
    --mt-border-radius: 0;
    --mt-header-color: var(--secondary-color);
    --mt-para-color: var(--default-white); 

    --hero-title-color: var(--secondary-color);
}

.site-2 .ql-fa-toplinks {
    --ql-title-color: var(--secondary-color);
    --ql-icon-color: var(--secondary-color);

    --ql-title-hover: var(--default-white);
    --ql-icon-hover: var(--default-white);
}

.site-2 .ql-inner-box {
    --ql-title-color: var(--default-white);
}

.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: var(--body-font-family);
    border-radius: 3px; 
}

@media only screen and (max-width: 50.99rem) {
    .site-1 .ql-fa-toplinks .g-blockcontent-subcontent-title-text {
        color: var(--default-white);
    }
}

/*************** ALL SITE *****************/
.item-image {display: none;}

/*************** HOMELAYOUT ***************/ 
/*************** OFFCANVAS ****************/
.g-offcanvas-toggle {color: var(--default-white);} 
.g-offcanvas-toggle .fa-fw {text-shadow: none;}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-offcanvas .g-social-items {
        display: flex;
        flex-direction: row;
        gap: 2rem;
        align-items: center;
        justify-content: center;
    }
    .site-1 #g-offcanvas .g-social-items a {
        color: var(--secondary-color);
    }
    .site-1 #g-offcanvas .g-social-items a:hover {
        color: var(--tertiary-color);
    }

    /*Holy Spirit*/ 
    .site-2 #g-offcanvas .g-social-items {
        display: flex;
        flex-direction: row;
        gap: 2rem;
        align-items: center;
        justify-content: center;
    }
    .site-2 #g-offcanvas .g-social-items a {
        color: var(--primary-color);
    }
    .site-2 #g-offcanvas .g-social-items a:hover {
        color: var(--tertiary-color);
    }
}

/*************** TOP **********************/ 
/*************** NAVIGATION ***************/

@media only screen and (min-width: 50.99rem) {
    .site-1  #g-navigation > .g-container > .g-grid:first-child {
        padding: 1vw;
    }
    .site-1  #g-navigation .g-logo img {
        width: 80%;
    }
    .site-1  #g-navigation .top-contact-info p {
        margin: 0;
        padding: 0;
        font-size: 1vw;
    }
    .site-1 #g-navigation .g-social-items {
        display: flex;
        flex-direction: row;
        gap: 2vw;
        align-items: center;
    }
    .site-1 #g-navigation .g-social-items a {
        color: var(--secondary-color);
        font-size: 1.25vw;
    }
    .site-1 #g-navigation .g-social-items a:hover {
        color: var(--tertiary-color);
    }
    .site-1  #g-navigation > .g-container > .g-grid:first-child {
        padding: 1vw;
    }
    .site-1  #g-navigation .g-logo img {
        width: 80%;
    }
    .site-1  #g-navigation .top-contact-info p {
        margin: 0;
        padding: 0;
        font-size: 1vw;
    }
    .site-1 #g-navigation .g-social-items {
        display: flex;
        flex-direction: row;
        gap: 2vw;
        align-items: center;
    }
    .site-1 #g-navigation .g-social-items a {
        color: var(--secondary-color);
        font-size: 1.25vw;
    }
    .site-1 #g-navigation .g-social-items a:hover {
        color: var(--tertiary-color);
    } 
    
    /*Holy Ghost */
    .site-2 #g-navigation > .g-container > .g-grid:first-child {
        padding: 1vw;
    }
    .site-2  #g-navigation .g-logo img {
        width: 80%;
    }
    .site-2  #g-navigation .top-contact-info p {
        margin: 0;
        padding: 0;
        font-size: 1vw;
        color: var(--secondary-color);
    }
    .site-2 #g-navigation .top-contact-info a {
        color: var(--secondary-color);
    }
    .site-2 #g-navigation .top-contact-info a:hover {
        color: var(--default-white);
    }
    .site-2 #g-navigation .g-social-items {
        display: flex;
        flex-direction: row;
        gap: 2vw;
        align-items: center;
    }
    .site-2 #g-navigation .g-social-items a {
        color: #0f2b48;
        font-size: 1.25vw;
    }
    .site-2 #g-navigation .g-social-items a:hover {
        color: var(--tertiary-color);
    }   
}

@media only screen and (min-width: 50.99rem) {
    .site-1 .g-main-nav .g-toplevel>li>.g-menu-item-container>.g-menu-item-content {
        font-size: .8vw;
        font-family: var(--body-font-family);
    }
    .site-1 .g-main-nav .g-sublevel>li>.g-menu-item-container>.g-menu-item-content>.g-menu-item-title {
        font-size: .8vw;
        font-family: var(--body-font-family);
    }
    .site-1 .g-main-nav .g-menu-item-subtitle {
        font-size: .7vw;
    }

    .site-2 .g-main-nav .g-toplevel>li>.g-menu-item-container>.g-menu-item-content {
        font-size: .8vw;
        font-family: var(--body-font-family);
    }
    .site-2 .g-main-nav .g-sublevel>li>.g-menu-item-container>.g-menu-item-content>.g-menu-item-title {
        font-size: .8vw;
        font-family: var(--body-font-family);
    }
    .site-2 .g-main-nav .g-menu-item-subtitle {
        font-size: .7vw;
    }
}
@media only screen and (max-width: 50.99rem) {
    #g-navigation .g-logo {
        max-width: 72%;
        margin: 1.5rem auto;
    }

    .ql-fa-toplinks .g-blockcontent-subcontent-block-content > .g-blockcontent-subcontent-title {
        display: flex;
    }
} 

/*************** SLIDESHOW ****************/ 
@media only screen and (min-width: 50.99rem) {
    .swiper-masstimes-overlay .mass-times-overlay {
        left: unset;
        right: 4vw;
    }
    .mass-times-overlay .m-times-wrapper {
        display: flex;
        flex-direction: row;
        gap: .5vw;
    }
    .mass-times-overlay .m-times-wrapper > div {
        flex: 1;
        padding: .5vw;
    }
    .swiper-masstimes-overlay .mass-times-overlay :is(h1,h2,h3,h4,h5,h6) {
        border-bottom: 1px solid var(--secondary-color);
        margin-bottom: .75vw;
        font-variant-caps: normal;
        font-size: 2vw;
    }
   
    #g-slideshow .mass-times-overlay a {
        color: var(--secondary-color);
    }

    .site-2-home .swiper-masstimes-overlay .mass-times-overlay :is(h1,h2,h3,h4,h5,h6) {
        border-bottom: 1px solid var(--secondary-color);
        margin-bottom: .75vw;
        font-variant-caps: normal;
        font-size: 2vw;
    }
   
    .site-2-home #g-slideshow .mass-times-overlay a {
        color: var(--secondary-color);
    }
}

@media only screen and (max-width: 50.99rem) {
    .swiper-masstimes-overlay .mass-times-overlay {
        left: unset;
        right: 4vw;
    }
    .mass-times-overlay .m-times-wrapper {
        display: flex;
        flex-direction: row;
        gap: 1rem;
        margin-bottom: .5rem;
    }
    .mass-times-overlay .m-times-wrapper > div {
        flex: 1;
        padding: .5vw;
    }
    .swiper-masstimes-overlay .mass-times-overlay :is(h1,h2,h3,h4,h5,h6) {
        border-bottom: 1px solid var(--secondary-color);
        margin-bottom: .75vw;
        font-variant-caps: normal;
        font-size: 2rem;
    }
    #g-slideshow .mass-times-overlay a {
        color: var(--secondary-color);
    }
}

/*************** HEADER *******************/
/*************** ABOVE ********************/
/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
@media only screen and (min-width: 50.99rem) {
    .ql-inner-box .g-blockcontent-subcontent-block-content:hover .g-blockcontent-subcontent-title-text {
        padding: 1vw;
    }
    .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 > .g-blockcontent-subcontent-title-text {
        border: 1px solid var(--secondary-color);
    }
}

/*************** FEATURE ******************/
/*************** MAIN *********************/
.parish-home #g-container-main {
    padding: 0 5%;
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-container-main {
        padding: 0 5%!important;
    }
    .site-1-home #g-container-main > .g-grid > .g-block:last-child {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    :is(.site-1-home, .site-2-home) #g-mainbar {
        padding-left: 5%;
    }
    :is(.site-1-home, .site-2-home) #g-sidebar {
        background: var(--default-grey);
    }
    :is(.site-1-home, .site-2-home) #g-sidebar .g-title {
        font-size: 1.5vw;
    }
    .site-1-home #g-sidebar .koowa_header__image_link {
        color: var(--secondary-color);
    }
    .site-2-home #g-sidebar .koowa_header__image_link {
        color: var(--primary-color);
    }
    .site-1-home #g-sidebar .koowa_header__title_link {
        font-size: .9vw;
        color: var(--secondary-color);
    }
    .site-1-home #g-sidebar .module_document {
        margin-bottom: 0;
    }
    .site-1-home #g-sidebar .module_document:hover :is(.koowa_header__image_link, .koowa_header__title_link) {
        color: var(--primary-color);
    }
    .site-1-home #g-sidebar .button {
        font-size: .9vw;
    }
    .site-1-home .ph-sidepics-3 {
        padding: 0;
        margin: 0;
    }
    .site-1-home .ph-sidepics-3 .g-title {
        font-size: 4vw;
        border-bottom: 1px solid var(--secondary-color);
        font-weight: 400;
    }
    .site-1-home .ph-sidepics-3.ph-underline .g-content-array > .g-grid {
        border-bottom: 1px solid var(--secondary-color);
    }
    .ph-sidepics-3 .g-array-item-read-more {
        opacity: 0;
    }
    .ph-sidepics-3.ph-square .g-array-item {
        grid-template-rows: 40% 60% 0%;
    }
    .ph-sidepics-3 .g-array-item-title {
        align-items: center;
    }
    .ph-sidepics-3 .g-array-item-text {
        align-items: flex-start;
    }

    /*Holy Ghost*/ 
    .site-2-home #g-container-main {
        padding: 0 5%!important;
    }
    .site-2-home #g-container-main > .g-grid > .g-block:last-child {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /*.site-2-home .site-2-home #g-mainbar {
        padding-left: 5%;
    }
    .site-2-home .site-2-home #g-sidebar {
        background: var(--default-grey);
    }
    .site-2-home .site-2-home #g-sidebar .g-title {
        font-size: 1.5vw;
    }*/
    .site-2-home #g-sidebar .koowa_header__image_link {
        color: var(--primary-color);
    }
    .site-2-home #g-sidebar .koowa_header__image_link {
        color: var(--secondary-color);
    }
    .site-2-home #g-sidebar .koowa_header__title_link {
        font-size: .9vw;
        color: var(--primary-color);
    }
    .site-2-home #g-sidebar .module_document {
        margin-bottom: 0;
    }
    .site-2-home #g-sidebar .module_document:hover :is(.koowa_header__image_link, .koowa_header__title_link) {
        color: var(--secondary-color);
    }
    .site-2-home #g-sidebar .button {
        font-size: .9vw;
    }
    .site-2-home .ph-sidepics-3 {
        padding: 0;
        margin: 0;
    }
    .site-2-home .ph-sidepics-3 .g-title {
        font-size: 4vw;
        border-bottom: 1px solid var(--primary-color);
        font-weight: 400;
    }
    .site-2-home .ph-sidepics-3.ph-underline .g-content-array > .g-grid {
        border-bottom: 1px solid var(--primary-color);
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-sidebar {
        background: var(--default-grey);
    }
    .site-1-home .ph-sidebyside-mobile .g-title {
        text-align: center;
    }
    .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;
    }

    /*Holy Ghosr*/
    .site-2-home #g-sidebar {
        background: var(--default-grey);
    }
    .site-2-home .ph-sidebyside-mobile .g-title {
        text-align: center;
    }
    .site-2-home #g-container-main > .g-grid > .g-block:nth-child(1) {
        order: 3;
    }
    .site-2-home #g-container-main > .g-grid > .g-block:nth-child(2) {
        order: 1;
    }
    .site-2-home #g-container-main > .g-grid > .g-block:nth-child(3) {
        order: 2;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-sub #g-mainbar > .g-grid > .g-block > .g-content {
        margin: 0;
        padding: 0;
    }

    /*Holy Ghost*/
    .site-2-sub #g-mainbar > .g-grid > .g-block > .g-content {
        margin: 0;
        padding: 0;
    }
}

/*************** EXPANDED *****************/ 
/*************** EXTENSION ****************/
/*************** BOTTOM *******************/
@media only screen and (min-width: 50.99rem) {
    .site-1 #g-bottom {
        padding: 2vw 0!important;
    }
    .site-1 #g-bottom .admod td {
        padding: 0;
    }
    
    /*Holy Ghost*/
    .site-2 #g-bottom {
        padding: 2vw 0!important;
    }
    .site-2 #g-bottom .admod td {
        padding: 0;
    }
}

/*************** FOOTER *******************/
#g-footer .g-content-array {margin: 0;}
#g-footer a {color: var(--default-white);} 

/* Holy Ghost*
.site-2 #g-footer .button  {
    background: var(--secondary-color);
    font-family: var(--body-font-family);
    border-radius: 3px;
}
.site-2 #g-footer .button:hover  {
    background: var(--tertiary-color);
    font-family: var(--body-font-family);
    border-radius: 3px;
}*/

@media only screen and (min-width: 50.99rem) {
    .site-1 #g-footer {
        padding: 1vw 1vw 2vw 1vw!important;
    }
    .site-1 .footer-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .site-1 .footer-wrapper > div:first-child {
        flex: 15;
        text-align: center;
    }
    .site-1 .footer-wrapper > div:first-child img {
        width: 75%;
    }
    .site-1 .footer-wrapper > div:nth-child(2) {
        flex: 60;
        text-align: center;
    }
    .site-1 .footer-wrapper > div:nth-child(2) :is(h1,h2,h3,h4,h5,h6) {
        font-size: 2.5vw;
        font-variant-caps: normal;
        text-transform: none;
    }
    .site-1 .footer-wrapper > div:nth-child(2) p {
        font-size: 1.25vw;
        margin: 0;
        padding: 0;
        font-family: var(--body-font-family);
    }
    .site-1 .footer-wrapper > div:last-child {
        flex: 25;
        text-align: center;
    }
    .site-1 .footer-wrapper > div:last-child .button {
        border: 1px solid var(--secondary-color);
    }
    
    /*Holy Ghost*/ 
    .site-2 #g-footer {
        padding: 1vw 1vw 2vw 1vw!important;
    }
    .site-2 .footer-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .site-2 .footer-wrapper > div:first-child {
        flex: 15;
        text-align: center;
    }
    .site-2 .footer-wrapper > div:first-child img {
        width: 75%;
    }
    .site-2 .footer-wrapper > div:nth-child(2) {
        flex: 60;
        text-align: center;
    }
    .site-2 .footer-wrapper > div:nth-child(2) :is(h1,h2,h3,h4,h5,h6) {
        font-size: 2.5vw;
        font-variant-caps: normal;
        text-transform: none;
    }
    .site-2 .footer-wrapper > div:nth-child(2) p {
        font-size: 1.25vw;
        margin: 0;
        padding: 0;
        font-family: var(--body-font-family);
    }
    .site-2 .footer-wrapper > div:last-child {
        flex: 25;
        text-align: center;
    }
    .site-2 .footer-wrapper > div:last-child .button {
        border: 1px solid var(--secondary-color);
        color: var(--secondary-color);
        font-size: 1.25vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-footer {
        padding: 1rem 1rem 60px 1rem!important;
    }
    .site-1 .footer-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2rem;
    }
    .site-1 .footer-wrapper > div:first-child {
        flex: 15;
        text-align: center;
    }
    .site-1 .footer-wrapper > div:first-child img {
        width: 45%;
    }
    .site-1 .footer-wrapper > div:nth-child(2) {
        flex: 60;
        text-align: center;
    }
    .site-1 .footer-wrapper > div:nth-child(2) :is(h1,h2,h3,h4,h5,h6) {
        font-size: 5.5vw;
        font-variant-caps: normal;
        text-transform: none;
    }
    .site-1 .footer-wrapper > div:nth-child(2) p {
        font-size: 3.25vw;
        margin: 0;
        padding: 0;
        font-family: var(--body-font-family);
    }
    .site-1 .footer-wrapper > div:last-child {
        flex: 25;
        text-align: center;
    }
    .site-1 .footer-wrapper > div:last-child .button {
        border: 1px solid var(--secondary-color);
    }

    /*Holy Ghost*/
    .site-2 #g-footer {
        padding: 1rem 1rem 60px 1rem!important;
    }
    .site-2 .footer-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2rem;
    }
    .site-2 .footer-wrapper > div:first-child {
        flex: 15;
        text-align: center;
    }
    .site-2 .footer-wrapper > div:first-child img {
        width: 45%;
    }
    .site-2 .footer-wrapper > div:nth-child(2) {
        flex: 60;
        text-align: center;
    }
    .site-2 .footer-wrapper > div:nth-child(2) :is(h1,h2,h3,h4,h5,h6) {
        font-size: 5.5vw;
        font-variant-caps: normal;
        text-transform: none;
    }
    .site-2 .footer-wrapper > div:nth-child(2) p {
        font-size: 3.25vw;
        margin: 0;
        padding: 0;
        font-family: var(--body-font-family);
    }
    .site-2 .footer-wrapper > div:last-child {
        flex: 25;
        text-align: center;
    }
    .site-2 .footer-wrapper > div:last-child .button {
        border: 1px solid var(--secondary-color);
    }
}

/*************** COPYRIGHT ****************/ 
@media only screen and (max-width: 50.99rem) {
    .web-policy {
        justify-content: flex-end;
        padding-right: 10px;
    }
    .site-1 .adminfootericon {
        bottom: 40px
    }

    .site-2 .adminfootericon {
        bottom: 40px
    }
}

/*************** 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 **********************/

@media only screen and (min-width: 50.99rem) {
    #site-grid #g-container-main {
        padding-bottom: 3vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .grid.ph-sidebyside-mobile .g-array-item-read-more {
        opacity: 0;
    }
    .grid.ph-sidebyside-mobile .g-array-item-title {
        padding: 1rem;
    }
}

@media only screen and (min-width: 50.99rem) {
    .search-page button.btn {
        background: var(--primary-color)!important;
    }
    .search-page button.btn:hover {
        background: var(--secondary-color)!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .search-page button.btn {
        background: var(--primary-color)!important;
    }
    .search-page button.btn:hover {
        background: var(--secondary-color)!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    .ph-sidebyside-mobile .g-array-item-read-more {
        opacity: 0;
    }
    .ph-sidebyside-mobile .g-array-item-title {
        padding: 1rem;
    }
}

@media only screen and (min-width: 50.99rem) {
    .bilingual {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 2vw;
    }
    .bilingual .englishtext {
        flex: 1;
    }
    .bilingual .spanishtext {
        flex: 1;
        font-style: italic;
    }
}

@media only screen and (max-width: 50.99rem) {
    .bilingual {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .bilingual .englishtext {
        flex: 1;
    }
    .bilingual .spanishtext {
        flex: 1;
        font-style: italic;
    }
}

@media (max-width: 50.99rem) {
    /* make the menu block load behind the content on mobile so it doesn't flash */
    #g-navigation .menu-block  {
        height: 0;
        z-index: -1;
    }
}
