@import url('//fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
/************ TEMPLATE  ************

************/

.site-1 {
    --primary-color: #214C72;
    --secondary-color: #AE9766;

    --primary-rgb: 33,76,114;
    --secondary-rgb: 174,151,102;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'Cinzel', serif;
    --body-font-family: 'Lora', 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);

    --mt-para-color: var(--default-white);

    --ql-title-color: var(--default-white);
    --ql-background-color: rgba(var(--secondary-rgb),.6);
    --ql-background-hover: rgba(var(--secondary-rgb),.8);
    --ql-font-size-desktop: 1.7vw;

    --ph-text-font-size-desktop: 1.25vw;
    --ph-title-font-size-desktop: 1.6vw;
}

.site-1 .ql-fa-toplinks {
    --ql-title-color: var(--primary-color);
}

.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);
} 

/*************** ALL SITE *****************/
.item-image {display: none;}

@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;
    }
}


/*************** HOMELAYOUT ***************/ 
/*************** OFFCANVAS ****************/
.g-offcanvas-toggle {color: var(--primary-color);} 
.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(--default-white);
    }
    .site-1 #g-offcanvas .g-social-items a:hover {
        color: var(--secondary-color);
    }
}

/*************** TOP **********************/ 
/*************** NAVIGATION ***************/
@media only screen and (min-width: 50.99rem) {
    .g-main-nav .g-toplevel>li>.g-menu-item-container>.g-menu-item-content {
        font-size: 1.25vw;
        font-family: var(--body-font-family);
    }
    .g-main-nav .g-sublevel>li>.g-menu-item-container>.g-menu-item-content>.g-menu-item-title {
        font-size: 1.25vw;
        font-family: var(--body-font-family);
    }

    .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(--default-white);
        font-size: 1.25vw;
    }
    .site-1 #g-navigation .g-social-items a:hover {
        color: var(--secondary-color);
    }

    .site-1-home #g-navigation {
        padding-bottom: 2vw!important;
    }

    .site-1 #g-navigation {
        background: url('/images/template/header.png') 50% 0% no-repeat;
        background-size: cover;
    }

    .site-1 #g-navigation .g-logo img {
        width: 60%;
    }
    .site-1 #g-navigation > .g-container > .g-grid:first-child {
        padding: 1vw;
    }

    .site-1 .top-contact-info p {
        color: var(--primary-color);
        margin: 0;
        padding: 0;
    }
    .site-1 .top-contact-info a {
        color: var(--primary-color)!important;
    }
    .site-1 .top-contact-info a:hover {
        color: #abacab!important;
    }
}
@media only screen and (max-width: 50.99rem) {
    #g-navigation {
        background: #f1f2f2;
    }
    #g-navigation .g-logo {
        max-width: 65%;
        margin: 2rem auto;
    }
}
/*************** SLIDESHOW ****************/ 
@media only screen and (min-width: 50.99rem) {
    .mass-times-block {
        background: url('/images/stories/template/masstimes.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
}

@media only screen and (max-width: 50.99rem) {
    .fullwidth-swiper {
        order: 1;
    }
    .mass-times-block {
        order: 2;
    }
    .mass-times-block {
        background: url('/images/stories/template/masstimes.jpg') 50% 50% no-repeat;
        background-size: cover;
    }
}

/*************** HEADER *******************/
/*************** ABOVE ********************/
/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
@media only screen and (min-width: 50.99rem) {
    .ql-inner-box .g-blockcontent-subcontent-title > .g-blockcontent-subcontent-title-text {
        font-weight: 500;
    }
}

/*************** FEATURE ******************/
/*************** MAIN *********************/
.parish-home #g-container-main {
    padding: 0 5%;
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home :is(#g-sidebar, #g-aside, #g-mainbar) {
        background: none;
    }
    .site-1-home #g-container-main {
        background: url('/images/template/paralax.png') 80% 100% no-repeat;
        background-size: 33%;
    }
    .site-1-home #g-container-main > .g-grid {
        background: rgba(255,255,255,.7);
        padding: 2vw 5%;
    }
    .site-1-home .ph-sidepics-3 .g-title {
        font-size: 3vw;
        border-bottom: 1px solid var(--secondary-color);
    }
    .ph-sidepics-3.ph-underline .g-content-array > .g-grid {
        border-bottom: 1px solid var(--secondary-color);
    }
    .ph-sidepics-3.ph-square .g-array-item-image {
        border-radius: 50%;
    }
    .ph-sidepics-3.ph-square .g-array-item {
        grid-template-rows: 40% 60% 0;
    }
    .ph-sidepics-3 .g-array-item-read-more {
        opacity: 0;
    }

    .site-1-home #g-mainbar .g-title {
        font-size: 2vw;
        text-align: center;
    }
    .site-1-home #g-mainbar .feed-link a {
        font-size: 1.25vw;
    }

    .site-1-home #g-container-main > .g-grid > .g-block:last-child {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width: 50.99rem) {
    :is(.site-1-sub, .site-2-sub) #g-mainbar > .g-grid > .g-block > .g-content {
        margin: 0;
        padding: 0;
    }

    .site-1-home #g-sidebar .ph-sidebyside-mobile .g-title {
        text-align: center;
        padding-top: 2rem;
    }

    .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: 2;
    }

    .site-1-home #g-mainbar > .g-grid {
        background: var(--default-white);
        box-shadow: var(--default-box-shadow);
        border-radius: 1rem;
    }
    .site-1-home #g-mainbar .g-title {
        margin-top: 2rem;
        font-size: 7vw;
        text-align: center;
    }
}

/*************** EXPANDED *****************/ 
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-expanded {
        background: url('/images/template/paralax2.png') 50% 50% no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    .site-1-home #g-expanded > .g-container {
        background: rgba(var(--primary-rgb),.7);
        padding: 5vw 5%!important;
    }
    .site-1-home #g-expanded > .g-container > .g-grid > .g-block {
        padding: 0 2vw;
    }

    .site-1-home #g-expanded > .g-container > .g-grid > .g-block:first-child .g-title {
        border: none;
        text-align: center;
        color: var(--default-white);
        font-weight: 600;
        font-size: 2vw;
        text-transform: none;
        font-variant-caps: small-caps;
    }

    .site-1-home #g-expanded > .g-container > .g-grid > .g-block:first-child ::marker {
        color: var(--default-white);
    }
    .site-1-home #g-expanded > .g-container > .g-grid > .g-block:first-child a {
        color: var(--default-white);
    }
    .site-1-home #g-expanded > .g-container > .g-grid > .g-block:first-child a:hover {
        color: var(--secondary-color);
    }

    .site-1-home #g-expanded > .g-container > .g-grid > .g-block:last-child iframe {
        border: none;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-expanded {
        background: url('/images/template/paralax2.png') 50% 50% no-repeat;
        background-size: cover;
    }
    .site-1-home #g-expanded > .g-container {
        background: rgba(var(--primary-rgb),.7);
        padding: 2rem 1rem!important;
    }

    .site-1-home #g-expanded > .g-container > .g-grid > .g-block:first-child .g-title {
        border: none;
        text-align: center;
        color: var(--default-white);
        font-weight: 600;
        font-size: 7vw;
        text-transform: none;
        font-variant-caps: small-caps;
    }
    .site-1-home #g-expanded > .g-container > .g-grid > .g-block:first-child ::marker {
        color: var(--default-white);
    }
    .site-1-home #g-expanded > .g-container > .g-grid > .g-block:first-child a {
        color: var(--default-white);
    }
    .site-1-home #g-expanded > .g-container > .g-grid > .g-block:first-child a:hover {
        color: var(--secondary-color);
    }
}

/*************** 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;
    }
}

/*************** FOOTER *******************/
#g-footer .g-content-array {margin: 0;}
#g-footer a {color: var(--default-white);} 

/*************** 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;
    }
}

