@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/************ TEMPLATE  ************
FONTS / ALTERNATIVES / WEIGHTS
Display: BookmanJFpro (Adobe) | Alt: Crimson Text (Google)
Body: Avenir Next (Adobe) | Alt: Open Sans (Google)
Font Colors:
- Social links container, menu hover, mission statement: Light Brown
- Menu / Section Titles / Headlines Titles / Body Text: Dark Brown

COLORS (GRADIENTS IF ANY) INCLUDE RGB
Primary: Dark Brown 603B2B rgb(96,59,43)
Secondary: Red BB2424 rgb(187,36,36)
Tertiary: Light Brown A99A87 rgb(169,154,135)
Background color: #FBF6EF rgb(251,246,239)

IMAGES (OPACITY, BLUR RADIUS IN PX, ROTATOR RATIO)
- Footer: 75# opacity color with 1.5 px radius blur
- Rotator Overlay: Dark brown 90% opacity left to 0% right. 

VECTOR GRAPHICS (IF ANY) [SPECIAL ICONS?]
- The Diocese of Oakland / Bishop's message section logo is included in Dropbox.
- Included Bishop Barber's graphic with text as well
- Flocknote icon included in Dropbox (SVG)

(Reminder for Adam) Make image sizes  500 - 600kb or smaller
************/

.site-1 {
    --primary-color: #603B2B;
    --secondary-color: #BB2424;
    --tertiary-color: #A99A87;

    --primary-rgb: 96,59,43;
    --secondary-rgb: 187,36,36;
    --tertiary-rgb: 169,154,135;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'Crimson Text', serif;
    --body-font-family: 'Open Sans', 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-fixed-height: 42vw;
    --mt-background-color: var(--secondary-color);
    --mt-para-color: var(--default-white);

    --side-menu-bg-hover: var(--tertiary-color);
	--ph-border-bottom: 4px solid var(--primary-color);
}

.site-1 .ql-fa-toplinks {
    --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(--secondary-color);
    font-family: var(--title-font-family);
    border: 2px solid var(--default-white);
    box-shadow: var(--default-box-shadow);
    font-size: 2rem;
} 

a.brownbutton {
    background: var(--primary-color);
    font-family: var(--title-font-family);
    border: 2px solid var(--default-white);
    box-shadow: var(--default-box-shadow);
    font-size: 1.2rem;
    color: var(--default-white);
    text-transform: none;
    font-weight: 400;
    padding: .7rem 1.3rem;
    border-radius: .5rem;
    margin: 0;
    display: inline-block;
    line-height: 1;
    transition: .2s all ease-in-out;
    text-align: center;
    vertical-align: middle;
    text-shadow: none;
}
a.brownbutton:hover {
    background: var(--tertiary-color);
}

/*************** ALL SITE *****************/
.item-image {display: none;}

@media only screen and (min-width: 50.99rem) {
    #site-grid #g-mainbar {
        padding-top: 2vw;
        padding-bottom: 2vw;
    }
}

/*************** 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(--secondary-color);
    }
    .site-1 #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-logo img {
        width: 70%;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-1 #g-navigation {
        position: relative;
    }
    .site-1 #g-navigation > .g-container > .g-grid:nth-child(1) {
        padding: 1vw;
    }
    .site-1 #g-navigation > .g-container {
        position: relative;
        box-shadow: var(--default-box-shadow);
    }
    .top-social-icons {
        position: absolute;
        top: 0;
        left: 10%;
        /*width: 15%;*/
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 1vw;
        z-index: 20;
        padding: 1vw 2vw;
        background: var(--tertiary-color);
        border-bottom-left-radius: 1.5rem;
        border-bottom-right-radius: 1.5rem;
    }
    .top-social-icons img {
        height: 2.5vw;
        width: 2.5vw;
        line-height: 2.5vw;
    }
    .top-social-icons .top-icon {
        font-size: 2.5vw;
        line-height: 2.5vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .top-social-icons .top-icon a {
        font-size: 2.5vw;
        line-height: 2.5vw;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--default-white)!important;
        transition: .3s all ease-in-out;
    }
    .top-social-icons .top-icon a:hover {
        opacity: .7;
    }

    .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-main-nav .g-toplevel > li {
        border-top-left-radius: .5rem;
        border-top-right-radius: .5rem;
    }
    .site-1 .g-main-nav .g-toplevel > li.active {
        background: var(--tertiary-color);
    }
    .site-1 .g-main-nav .g-toplevel > li:hover {
        background: var(--tertiary-color);
    }
    .g-main-nav .g-toplevel>li.active>.g-menu-item-container {
        border: none;
    }

    .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);
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-navigation > .g-container > .g-grid:nth-child(1) > .g-block:nth-child(1) {
        order: 2;
    }
    .site-1 #g-navigation > .g-container > .g-grid:nth-child(1) > .g-block:nth-child(2) {
        order: 1;
    }
 
    .top-social-icons {
        /*position: absolute;
        top: 0;
        left: 10%;*/
        /*width: 15%;*/
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 2rem;
        z-index: 20;
        padding: 1rem 2vw;
        background: var(--tertiary-color);
        /*border-bottom-left-radius: 1.5rem;
        border-bottom-right-radius: 1.5rem;*/
    }
    .top-social-icons img {
        height: 10.5vw;
        width: 10.5vw;
        line-height: 7.5vw;
    }
    .top-social-icons .top-icon {
        font-size: 10.5vw;
        line-height: 10.5vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .top-social-icons .top-icon a {
        font-size: 10.5vw;
        line-height: 10.5vw;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--default-white)!important;
        transition: .3s all ease-in-out;
    }
    .top-social-icons .top-icon a:hover {
        opacity: .7;
    }
}

@media only screen and (max-width: 50.99rem) {
    #g-navigation .g-logo {
        max-width: 80%;
        margin: 2rem auto;
        margin-left: 15%;
    }
}
/*************** SLIDESHOW ****************/ 
.mass-times-block {
    background: none!important;
}

@media only screen and (min-width: 50.99rem) {
    .fullwidth-swiper :is(.swiper-navigation div[class*="button-next"], .swiper-navigation div[class*="button-prev"]) {
        padding: 0 1rem;
        background: rgba(var(--primary-rgb),.6);
        transition: .3s all ease-in-out;
        text-shadow: -1px 1px 3px var(--primary-color);
    }
    .fullwidth-swiper :is(.swiper-navigation div[class*="button-next"], .swiper-navigation div[class*="button-prev"]):hover {
        background: rgba(var(--primary-rgb),1);
        /*color: #abacab;*/
        text-shadow: -2px 2px 5px var(--secondary-color);
    }
    .fullwidth-swiper .swiper-navigation div[class*="button-prev"] {
        left: 0;
    }
    .fullwidth-swiper .swiper-navigation div[class*="button-next"] {
        right: 0;
    }
    .fullwidth-swiper .g-swiper.swiper-container-horizontal>.swiper-pagination-bullets {
        left: unset;
        right: 1rem;
        bottom: 1vw;
        transform: none;
        background: rgba(var(--primary-rgb),.6);
        border-radius: 1.5rem / 50%;
        backdrop-filter: blur(4px);
        flex-direction: row;
        gap: .5rem;
        padding: .5rem;
    }
    .fullwidth-swiper :is(.g-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .g-swiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet) {
        margin: 0;
        border: none;
        height: 40px;
        width: 40px;
    }
    .fullwidth-swiper :is(.g-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .g-swiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet):not(.swiper-pagination-bullet-active) {
        background: rgba(255,255,255,.5);
    }
    .fullwidth-swiper :is(.g-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active::after, .g-swiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet-active::after) {
        display: none!important;
    }
    .g-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active::after, .g-swiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet-active::after {
        display: none!important;
    }
    .g-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet::after, .g-swiper.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet::after {
        display: none!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .mass-times-block > .g-content {
        height: 100%;
    }
    #g-slideshow > .g-container > .g-grid:has(.r-overlay) {pointer-events: none;}
    .r-overlay .g-content-array {margin: 0; height: 100%;}
    .r-overlay > .g-content.g-particle {height: 100%;}
    .r-overlay .g-content-array > .g-grid {height: 100%;}
    .r-overlay .g-content-array > .g-grid > .g-block {height: 100%;}
    .r-overlay .g-content-array > .g-grid > .g-block > .g-content {height: 100%;}
    .r-overlay .g-array-item {height: 100%;}
    .r-overlay .g-array-item-text {margin: 0; padding: 2vw; height: 100%;}
    .r-overlay .mt-flex-box {height: 100%; display: flex; flex-direction: column; justify-content: space-between;}
    .r-overlay :is(h1,h2,h3,h4,h5,h6,p) {color: var(--default-white); text-shadow: 1px 1px var(--default-black); letter-spacing: 1px;}
    .r-overlay :is(h1,h2,h3,h4,h5,h6) {font-size: 3vw; border: none; text-transform: none; font-variant-caps: normal; font-weight: 700;}
    .r-overlay p {font-size: 1.4vw;}
    .r-overlay a.button {background: none; border: 2px solid var(--default-white); border-radius: 0; /*width: 100%;*/ font-size: 2vw; padding: .5vw 3vw; pointer-events: all; border-radius: 1.5vw / 50%; font-weight: 400; font-family: var(--title-font-family);}
    .r-overlay a.button:hover {background: var(--primary-color);}
    .swiper-overlay-text > .g-container {position: relative; height: 42vw!important; width: 100%;}
    .swiper-overlay-text > .g-container > .g-grid:nth-child(1) {position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 100%; width: 100%;}
    .swiper-overlay-text > .g-container > .g-grid:nth-child(2) {
        position: absolute; 
        top: 0; 
        bottom: 0; 
        left: 0; 
        height: 100%; 
        width: 30%; 
        z-index: 20;
    }
    .site-1-home .swiper-overlay-text > .g-container > .g-grid:nth-child(2) {
        background: linear-gradient(to right, rgba(var(--primary-rgb),.9), rgba(var(--primary-rgb),.5) 85%, rgba(var(--primary-rgb),0) 100%);
    }
}

@media only screen and (max-width: 50.99rem) {
    .swiper-overlay-text > .g-container {position: initial; height: auto!important;}
    .swiper-overlay-text > .g-container > .g-grid:nth-child(1) {position: initial;}
    .swiper-overlay-text > .g-container > .g-grid:nth-child(2) {position: initial; width: 100%; background: var(--tertiary-color)!important;}

    .r-overlay :is(h1,h2,h3,h4,h5,h6) {font-size: 2rem; border: none; text-transform: none; font-variant-caps: normal; font-weight: 700; color: var(--default-white);}
    .r-overlay :is(h1,h2,h3,h4,h5,h6) {font-size: 2rem;}
    .r-overlay p {font-size: 1.2rem;}
    .r-overlay a.button {font-size: 1.2rem; padding: 3vw 0;}
    .r-overlay .g-array-item-text {
        margin: 0;
        padding: 1rem;
    }
}

/*************** HEADER *******************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-header > .g-container {
        padding: 3vw 5% 1.5vw 5% !important;
    }
    .site-1-home #g-header .g-title {
        font-size: 3vw;
        line-height: 3vw;
        margin: 0;
        padding: 0;
        border: none;
        color: var(--tertiary-color);
        font-style: italic;
        font-weight: 400;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-header > .g-container {
        padding: 1rem!important;
    }
    .site-1-home #g-header .g-title {
        font-size: 8vw;
        line-height: 8vw;
        margin: 0;
        padding: 0;
        border: none;
        color: var(--tertiary-color);
        font-style: italic;
        font-weight: 400;
        text-align: center;
    }
}

/*************** ABOVE ********************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-above > .g-container {
        padding: 1vw 5% 3vw 5% !important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .ql-side-icon-title {
        margin: 0;
        padding: 0;
        position: relative;
        /*z-index: 100;*/
    }
    .ql-side-icon-title > .g-content {
        margin: 0;
        padding: 0;
    }
    .ql-side-icon-title > .g-content > div {
        margin: 0;
        padding: 0;
    }
    .ql-side-icon-title .g-blockcontent {
        margin: 0;
        padding: 0;
    }
    .ql-side-icon-title .g-blockcontent-subcontent {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        gap: 2vw;
    }
    .ql-side-icon-title .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
        position: relative;
        box-shadow: var(--default-box-shadow);
        border-radius: 1rem;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: .5vw 1vw;
        background: var(--secondary-color);
        border: 2px solid var(--default-white);
        transition: .3s all ease-in-out;
    }
    .ql-side-icon-title .g-blockcontent-subcontent-block:hover {
        transform: scale(1.05);
    }
    .ql-side-icon-title .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        gap: 1vw;
    }
    .ql-side-icon-title .g-blockcontent-subcontent-title-icon {
        margin: 0;
        padding: 0;
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 4vw;
        color: var(--default-white); 
        transition: .3s all ease-in-out;
    }
    .ql-side-icon-title .g-blockcontent-subcontent-title {
        margin: 0;
        padding: 0;
        flex: 3;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        transition: .3s all ease-in-out;
    }
    .ql-side-icon-title .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 0;
        font-family: var(--title-font-family);
        font-size: 1.75vw;
        line-height: 1.75vw;
        font-weight: 400;
        display: flex;
        color: var(--default-white); 
        transition: .3s all ease-in-out;
    }
    .ql-side-icon-title .g-blockcontent-buttons {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .ql-side-icon-title .g-blockcontent-buttons a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
}

@media only screen and (max-width: 50.99rem) {
    .ql-side-icon-title {
        margin: 0;
        padding: 0;
        padding: 1rem!important;
        position: relative;
        z-index: 100;
    }
    .ql-side-icon-title > .g-content {
        margin: 0;
        padding: 0;
    }
    .ql-side-icon-title > .g-content > div {
        margin: 0;
        padding: 0;
    }
    .ql-side-icon-title .g-blockcontent {
        margin: 0;
        padding: 0;
    }
    .ql-side-icon-title .g-blockcontent-subcontent {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .ql-side-icon-title .g-blockcontent-subcontent-block {
        margin: 0;
        padding: 0;
        position: relative;
        box-shadow: var(--default-box-shadow);
        border-radius: 1rem;
        overflow: hidden;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 2vw 3vw;
        background: var(--secondary-color);
        border: 2px solid var(--default-white);
        transition: .3s all ease-in-out;
    }
    .ql-side-icon-title .g-blockcontent-subcontent-block:hover {
        transform: scale(1.05);
    }
    .ql-side-icon-title .g-blockcontent-subcontent-block-content {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        gap: 2vw;
        width: 100%
    }
    .ql-side-icon-title .g-blockcontent-subcontent-title-icon {
        margin: 0;
        padding: 0;
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 10vw;
        color: var(--default-white); 
        transition: .3s all ease-in-out;
    }
    .ql-side-icon-title .g-blockcontent-subcontent-title {
        margin: 0;
        padding: 0;
        flex: 2;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        transition: .3s all ease-in-out;
    }
    .ql-side-icon-title .g-blockcontent-subcontent-title-text {
        margin: 0;
        padding: 0;
        font-family: var(--title-font-family);
        font-size: 5vw;
        line-height: 5vw;
        font-weight: 400;
        display: flex;
        color: var(--default-white); 
        transition: .3s all ease-in-out;
    }
    .ql-side-icon-title .g-blockcontent-buttons {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .ql-side-icon-title .g-blockcontent-buttons a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
}

/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-utility > .g-container {
        padding: 3vw 5%!important;
    }
    .ph-boxes-spread .g-title {
        font-size: 4vw;
        font-variant-caps: normal;
        text-transform: none;
        border-bottom: 2px solid var(--primary-color);
        color: var(--primary-color);
        margin: 0 12.5% 1.5vw 12.5%;
        font-weight: 600;
    }

    .site-1-home .g-container > .g-grid:has(.news-button) {
        padding: 1.5vw 5%!important;
    }
    .news-button .button {
        padding: .7rem 6vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-utility > .g-container {
        padding: 2rem 1rem!important;
    }
    .ph-sidebyside-mobile .g-title {
        font-size: 5vw;
        font-variant-caps: normal;
        text-transform: none;
        border-bottom: 2px solid var(--primary-color);
        color: var(--primary-color);
        margin: 0 12.5% 1rem 12.5%;
        font-weight: 600;
    }
    .ph-sidebyside-mobile .g-content-array {
        padding: 1rem 0;
    }
}

@media only screen and (min-width: 1rem) {
    .ph-boxes-spread {
        margin: 0;
        padding: 0;
    }
    .ph-boxes-spread .g-title {
        border: none;
        padding: 0 0 1vw 0;
        letter-spacing: 1px;
        font-family: var(--title-font-family);
        color: var(--primary-color);
        border-bottom: 2px solid var(--primary-color);
    }
    .ph-boxes-spread > .g-content {
        margin: 0;
        padding: 0;
    }
    .ph-boxes-spread > .g-content > div {
        margin: 0;
        padding: 0;
    }
    .ph-boxes-spread .g-content-array {
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        /* flex-direction: row; */
        justify-content: center;
        gap: 2vw;
    }
    .ph-boxes-spread .g-content-array > .g-grid {
        margin: 0;
        padding: 0;
        /* flex: 33; */
        /* max-width: 34%; */
    }
    .ph-boxes-spread .g-content-array > .g-grid > .g-block {
        margin: 0;
        padding: 0;
    }
    .ph-boxes-spread .g-content-array > .g-grid > .g-block > .g-content {
        margin: 0;
        padding: 0;
    }
    .ph-boxes-spread .g-array-item {
        margin: 0;
        padding: 1vw;
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 1vw;
        border-radius: .5rem;
        transition: .3s all ease-in-out;
    }
    .ph-boxes-spread .g-array-item:hover {
        background: rgba(var(--primary-rgb),.25);
    }
    .ph-boxes-spread .g-array-item:hover .g-array-item-image {
        transform: scale(1.05);
    }
    .ph-boxes-spread .g-array-item-image {
        margin: 0;
        padding: 0;
        aspect-ratio: 1 / 1;
        border: 2px solid var(--default-white);
        border-radius: .5rem;
        box-shadow: var(--default-box-shadow);
        overflow: hidden;
        transition: .3s all ease-in-out;
    }
    .ph-boxes-spread .g-array-item-image a {
        margin: 0;
        padding: 0;
    }
    .ph-boxes-spread .g-array-item-image img {
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
        object-position: center;
        object-fit: cover;
        transition: .3s all ease-in-out;
    }
    .ph-boxes-spread .g-array-item-title {
        margin: 0;
        padding: 0;
    }
    .ph-boxes-spread .g-item-title {
        margin: 0;
        padding: 0;
        border: none;
    }
    .ph-boxes-spread .g-item-title a {
        margin: 0;
        padding: 0;
        color: var(--primary-color);
        font-weight: 700;
        font-size: 2vw;
        font-variant-caps: normal;
        text-transform: none;
    }
    .ph-boxes-spread .g-array-item-text {
        margin: 0;
        padding: 0;
        color: var(--default-black);
        font-size: 1.25vw;
    }
    .ph-boxes-spread .g-array-item-read-more {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    .ph-boxes-spread .g-array-item-read-more a {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }
}

.site-1-home #g-utility {
    background: url('/images/template/paralax2.jpg') 50% 50% no-repeat;
    background-size: 125% auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}

.site-1-home.tablet-screen #g-utility {
    background: url('/images/template/paralax2.jpg') 50% 50% no-repeat;
    background-size: cover;
    background-attachment: unset !important;
}

.site-1-home #g-utility > div.g-container {
    background: rgba(251, 246, 239,.7); /* You can change the color here */
    /* padding: 3vw 5% 6vw 5%!important; */
}

@media (max-width: 50.99rem) {
  .site-1-home #g-utility {
      background: url('/images/template/paralax2.jpg') 50% 50% no-repeat;
      background-size: cover;
  }

  .ph-boxes-spread .g-content-array {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* flex-direction: row; */
    justify-content: center;
    gap: 2vw;
}

}


/*************** FEATURE ******************/
/*************** MAIN *********************/
.parish-home #g-container-main {
    padding: 0 5%;
}

@media only screen and (min-width: 50.99rem) {
    .site-1-sub #g-mainbar {
        min-height: 30vh;
    }
	.site-1-sub .ph-rec-row .g-array-item {
		border-radius: 1rem;
	}
	.site-1-sub .ph-rec-row .g-content-array .g-item-title {
		font-size: 2vw;
	}
}

@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;
    }
}

/*************** EXPANDED *****************/ 
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-expanded > .g-container {
        padding: 2vw 5%!important;
    }
    .ol-wrapper .g-title {
        font-size: 4vw;
        font-variant-caps: normal;
        text-transform: none;
        border-bottom: 2px solid var(--primary-color);
        color: var(--primary-color);
        margin: 0 25% 1.5vw 25%;
        font-weight: 600;
    }
    .ol-wrapper iframe {
        width: 70%;
        height: unset;
        box-shadow: var(--default-box-shadow);
        aspect-ratio: 16 / 9;
        border-radius: 1.5rem;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-expanded > .g-container {
        padding: 1rem!important;
    }
    .ol-wrapper .g-title {
        font-size: 6vw;
        font-variant-caps: normal;
        text-transform: none;
        border-bottom: 2px solid var(--primary-color);
        color: var(--primary-color);
        margin: 0 25% 1rem 25%;
        font-weight: 600;
    }
    .ol-wrapper iframe {
        width: 100%;
        height: unset;
        box-shadow: var(--default-box-shadow);
        aspect-ratio: 16 / 9;
        border-radius: 1.5rem;
    }
}

/*************** EXTENSION ****************/
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-extension > .g-container {
        padding: 2vw 5% 4vw 5%!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .info-boxes-full {
        --info-box-gap: 3vw;
        --info-box-title-padding: 1vw;
        --info-box-title-text-align: left;
    }

    .info-boxes-full .g-content-array > .g-grid > .g-block > .g-content {
        height: 100%;
    }
    .info-boxes-full .g-array-item {
        height: 100%;
        display: flex;
        flex-direction: column;
        background: var(--primary-color);
        box-shadow: var(--default-box-shadow);
        border-radius: 1rem;
        border: 3px solid var(--default-white);
        padding-bottom: 0vw;
    }
    /*.info-boxes-full .g-array-item::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 19.75vw;
        border-radius: 1rem;
        box-shadow: var(--default-box-shadow);
        transition: .3s all ease-in-out;
    }*/
    .info-boxes-full .g-array-item:hover {
        transform: var(--info-box-img-hover-transform);
        background: var(--primary-color);
    }
    .info-boxes-full .g-array-item:hover:before {
        box-shadow: var(--default-box-shadow-hover);
    }
    .info-boxes-full .g-array-item-image {
        order: 1;
        padding: 1vw 1vw 0 1vw;
        border-top-right-radius: 1rem;
        border-top-left-radius: 1rem;
        overflow: hidden;
    }
    .info-boxes-full .g-array-item-image img {
        box-shadow: none;
        border-radius: 1rem;
    }
    .info-boxes-full.info-box-wide .g-array-item-image img {
        aspect-ratio: 2.39 / 1;
    }
    .info-boxes-full .g-array-item:hover .g-array-item-image {
        transform: none;
    }
    .info-boxes-full .g-array-item-title {
        order: 2;
    }
    .info-boxes-full .g-array-item-text {
        order: 3;
        padding: 0 1vw 1vw 1vw;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: var(--info-box-img-transition);
        border-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
        width: 100%;
        overflow: hidden;
    }
    .info-boxes-full .g-array-item:hover .g-array-item-text {
        transform: none;
    }
    .info-boxes-full .g-array-item-text a.button {
        /*padding: .5vw 7vw;*/
        background: var(--secondary-color);
        font-size: 1.5vw;
        box-shadow: var(--default-box-shadow);
        margin: 0;
        border-radius: .5rem;
        font-family: var(--title-font-family);
        text-transform: uppercase;
        font-weight: 600;
    }
    .info-boxes-full .g-array-item-text a.button:hover {
        background: var(--tertiary-color);
    }
    .info-boxes-full .info-box-button {
        position: absolute!important;
        z-index: 11;
        bottom: 0;
        left: 25%;
        right: 25%;
        width: 50%;
        transform: translateY(50%);
        border: 3px solid var(--default-white);
    }
    .info-boxes-full .g-item-title a {
        font-weight: 400;
        color: var(--default-white);
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-extension > .g-container {
        padding: 2rem 1rem!important;
    }

    .info-boxes-full .g-array-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: var(--primary-color);
        box-shadow: var(--default-box-shadow);
        border-radius: 1rem;
        border: 3px solid var(--default-white);
        padding: 0rem;
    }
    .info-boxes-full .g-array-item-image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .info-boxes-full .g-array-item-image > a {
        width: 100%;
    }
    .info-boxes-full .g-array-item-image img {
        width: 100%;
		border-radius: 1rem;
    }
    .info-boxes-full .g-array-item-title > .g-item-title > a {
        color: var(--default-white);
    }
    .info-boxes-full .g-array-item-text {
        max-width: 70%;
    }
    .info-boxes-full .g-array-item-text a.button {
        /*padding: .5vw 7vw;*/
        background: var(--secondary-color);
        font-size: 1rem;
        box-shadow: var(--default-box-shadow);
        margin: 0;
        border-radius: .5rem;
        font-family: var(--title-font-family);
        text-transform: uppercase;
        font-weight: 600;
    }
    .info-boxes-full .g-array-item-text a.button:hover {
        background: var(--tertiary-color);
    }
    .info-boxes-full .info-box-button {
        position: absolute!important;
        z-index: 11;
        bottom: 0;
        left: 25%;
        right: 25%;
        width: 50%;
        transform: translateY(50%);
        border: 3px solid var(--default-white);
    }
}

/*************** BOTTOM *******************/
@media only screen and (min-width: 50.99rem) {
    .mfob-wrapper .g-title {
        font-size: 4vw;
        font-variant-caps: normal;
        text-transform: none;
        border-bottom: 2px solid var(--primary-color);
        color: var(--primary-color);
        margin: 0 12.5% 1.5vw 12.5%;
        font-weight: 600;
    }

    .mfob-box {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 4vw;
    }
    .mfob-bishop-image {
        flex: 20;
    }
    .mfob-text {
        flex: 60;
    }
    .mfob-text p {
        font-size: 1vw;
    }
    .mfob-dio-logo {
        flex: 20;
    }
    .mfob-link {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
    }
}

@media only screen and (max-width: 50.99rem) {
    .mfob-wrapper .g-title {
        font-size: 6vw;
        font-variant-caps: normal;
        text-transform: none;
        border-bottom: 2px solid var(--primary-color);
        color: var(--primary-color);
        margin: 0 12.5% 1rem 12.5%;
        font-weight: 600;
    }

    .mfob-box {
        position: relative;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }
    .mfob-bishop-image {
        width: calc(50% - .5rem);
    }
    .mfob-text {
        width: 100%;
    }
    .mfob-dio-logo {
        display: none!important;
    }
}

@media only screen and (min-width: 50.99rem) {
    .site-1 #g-bottom > .g-container {
        padding: 2vw 12.5%!important;
    }
    .site-1 #g-bottom .admod td {
        padding: 0;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-bottom > .g-container {
        padding: 2rem 1rem!important;
    }
}

.big-picture-block p {
	color: white;
	}
	
	.big-picture-block .g-array-item-image {
		padding: 0vw;
	}
	
	.big-picture-block .g-array-item-text {
		padding-bottom: 0vw;
	}
	
	.big-picture-block {
		margin-bottom: 6rem;
	}

/*************** FOOTER *******************/
#g-footer .g-content-array {margin: 0;}
#g-footer a {color: var(--default-white); transition: .3s all ease-in-out;}
#g-footer a:hover {opacity: .5;} 

@media only screen and (min-width: 50.99rem) {
    #g-container-footer {
        background: url('/images/template/bg-header-footer.jpg') 50% 75% no-repeat;
        background-size: cover;
    }

    #g-footer > .g-container {
        padding: 2vw 5%!important;
    }
}

@media only screen and (max-width: 50.99rem) {
    #g-container-footer {
        background: url('/images/template/bg-header-footer.jpg') 50% 75% no-repeat;
        background-size: cover;
    }

    #g-footer > .g-container {
        padding: 1rem 1rem 4rem 1rem!important;
    }

    .footer-text-wrapper .footer-content {
        text-align: center;
    }
    .footer-text-wrapper .footer-content p {
        font-size: 1.25rem;
        font-family: var(--body-font-family);
        font-weight: 500;
    }
}

@media only screen and (min-width: 50.99rem) {
    .footer-text-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .footer-text-wrapper .footer-content {
        max-width: 30%;
    }
    .footer-text-wrapper .footer-logo {
        max-width: 30%;
    }
    .footer-text-wrapper .footer-content p {
        font-size: 1.75vw;
        font-family: var(--body-font-family);
        font-weight: 500;
    }
}

/*************** 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(--tertiary-color);
} 
/*************** SECTIONS *****************/
/*************** MOBILE *******************/ 

.g-offcanvas-toggle {
    background: var(--default-white);
    display: grid;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: var(--primary-color);
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
  }

  .g-offcanvas-toggle  .fa-fw {
    text-shadow: initial !important;
  }
/*************** 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;
    }
}

/*** GRIDS ***/
@media only screen and (min-width: 50.99rem) {
    .grid-tiles.grid-sw .g-content-array {
        gap: 2vw;
    }
    .grid-tiles.grid-sw .g-content-array > .g-grid {
        flex: calc(95% / 3);
        height: unset;
        width: unset;
        max-width: 32%;
        aspect-ratio: 2.39 / 1;
        margin-bottom: 0;
    }
    .grid-tiles.grid-sw .g-array-item {
        height: unset;
    }
    .grid-tiles.grid-sw .g-array-item-image img {
        height: unset;
        aspect-ratio: 2.39 / 1;
    }
}

@media only screen and (max-width: 50.99rem) {
    .grid-tiles.grid-sw .g-array-item-image img {
        height: 100%;
    }
}


/* donate button on mobile */

@media (min-width: 50.99rem) {
    .donate-mobile {
        display: none !important;
    }
}

@media (max-width: 50.99rem) {
    .donate-mobile span {
        font-size: 5vw;
        color: black;
        padding: 0rem 1rem;
        background-color: white;
        font-weight: 500;
        border: 2px solid var(--primary-color);
        border-radius: 1rem;
    }
}

.newslayout .pagination-button {
    color: black !important;
}