@import url('//fonts.googleapis.com/css2?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');
@font-face {
    font-family: 'content/roxborough-cf-bold';
    src: url('FontsFree-Net-roxborough-cf-bolf.ttf') format('truetype');
}
/************ TEMPLATE  ************
Gold: #fdb913; rgb(253,185,19)
Black
Grey: #63656a; rgb(99,101,106)
Light Grey: #c8c8c7 (footer bottom row)
Lightest Grey: #f1f2f2 (general footer color)
White

Serif: Roxborough CF Bold
Heading and body: Montserrat

Rotator overlay: rgba(99,101,106,.5)
Welcome overlay: rgba(255,255,255,.93)

Rotator - Standard or Wide
----------

==================================================
logo in approved mockup needs to be smaller and the light gray text needs to be darker 
************/

.site-1 {
    --primary-color: #fdb913;
    --secondary-color: #63656a;

    --primary-rgb: 253,185,19;
    --secondary-rgb: 99,101,106;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'roxborough-cf-bold';
    --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);

    --mt-background-color: var(--default-black);
    --mt-header-color: var(--primary-color);
    --mt-para-color: var(--default-white);

    --rok-mini-badge: var(--primary-color);
    --rok-mini-text: var(--default-black);

    --grid-vertical-gap: 2vw;
    --grid-img-width: 20vw;

    --hero-title-text-shadow: none;
	--hero-title-color: (--default-black);
}

.focus-page {
    --grid-img-width: 18.5vw;
}

@media (max-width: 1150px) {
    .grid-staff {
        --grid-img-width: 24vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 .ql-fa-toplinks {
        --ql-icon-color: var(--secondary-color);
        --ql-title-color: var(--secondary-color);
        --ql-font-size-mobile: 3vw;
    }
    .site-1 .ql-fa-toplinks .g-blockcontent-subcontent-block-content > .g-blockcontent-subcontent-title {
        display: flex;
    }
    .site-1 .ql-fa-toplinks .g-blockcontent-buttons {
        opacity: 0;
    }
    .site-1 .ql-fa-toplinks .g-blockcontent-subcontent {
        align-items: flex-start!important;
        justify-content: flex-start;
    }
}

.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;
} 

.item-image {
    display: none!important;
}

/* .grid-staff .g-array-item-text {
    margin: auto;
}

.grid-staff .g-array-item {
    border-radius: 1rem;
}

.grid-staff .g-array-item-text p {
    margin-bottom: 0;
    line-height: 1.5;
} */

/* make staff grids look good on mobile */
@media (max-width: 50.99rem) {
    .grid-staff .g-array-item-image {
        width: fit-content;
        margin: auto;
    }

    .grid-staff .g-array-item {
        width: fit-content;
        border-radius: 1rem;
        margin: auto;
        flex-direction: column;
    }

    .grid-staff .g-content-array {
        gap: 3rem;
    }

    .grid-staff {
        --grid-img-width-mobile: 75vw;
    }
}
/*  */


/* make staff grids look good on desktop */
@media (min-width: 50.99rem) {
    /* centers the contact info in the space */
    .grid-staff .g-array-item-text {
        height: 100%;
        width: 100%;
        display: grid;
        align-items: center;
        justify-content: center;
    }

}
/*  */

@media (max-width: 50.99rem) {
    .fullwidth-page #g-mainbar .g-content {
        padding: 5% 0 !important;
    }

    .grid-tiles .g-array-item-title {
        margin: auto;
    }
}

@media (min-width: 50.99rem) {
    .site-1-sub #g-header {
        min-height: 5vw;
    }
}

.site-1-sub .moduletable .nav.menu, .moduletable .unstyled {
    background: #fabc23 !important;
}

/***********Custom Scrollbar****************/

/* Hide the default scrollbar */
::-webkit-scrollbar {
    width: .75rem;
  }
  
  ::-webkit-scrollbar-track {
    background-color: #f5f5f5;
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 5px;
  }
  
  /* Style the scrollbar on hover */
  ::-webkit-scrollbar-thumb:hover {
    background-color: #bbbbbb;
  }
  
  /* Style the scrollbar when it's being dragged */
  ::-webkit-scrollbar-thumb:active {
    background-color: #8c8c8c;
  }

/*************** HOMELAYOUT ***************/ 
/*************** OFFCANVAS ****************/
.g-offcanvas-toggle {color: var(--primary-color);} 
.g-offcanvas-toggle .fa-fw {text-shadow: none;}

#g-offcanvas .g-toplevel > li:first-child {
    display: none!important;
}

/*************** TOP **********************/ 
/*************** NAVIGATION ***************/
@media only screen and (min-width: 50.99rem) {
    .site-1 #g-navigation .menu-logo {
        position: relative;
    }
    .site-1 #g-navigation .menu-logo img {
        width: 10vw;
        margin-bottom: -11vw;
        margin-top: -4vw;
        position: relative;
        z-index: 15;
    }
}
@media only screen and (max-width: 50.99rem) {
    .site-1 #g-navigation {
        background: #f1f2f2;
    }
    .site-1 #g-navigation .g-logo {
        max-width: 70%;
        margin: 1rem auto;
        text-align: center;
    }
    .site-1 #g-navigation .g-logo img {
        width: 50%;
    }
}

/*************** SLIDESHOW ****************/ 
@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-slideshow > .g-container {
        position: relative;
        height: 42vw;
        width: 100%;
    }
    .site-1-home #g-slideshow > .g-container > .g-grid:nth-child(1) {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: 10;
    }
    .site-1-home #g-slideshow > .g-container > .g-grid:nth-child(2) {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 11;
        pointer-events: none;
        background: rgba(99, 101, 106, 0.5);
    }
    .site-1-home #g-slideshow > .g-container > .g-grid:nth-child(3) {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        z-index: 11;
        padding-bottom: 7%;
        pointer-events: none;
    }
    .site-1-home #g-slideshow .ql-fa-toplinks {
        width: 50%!important;
        max-width: 50%!important;
        pointer-events: all;
    }
    .site-1-home #g-slideshow .ql-fa-toplinks .g-blockcontent-subcontent-block:not(.ql-fa-toplinks .g-blockcontent-subcontent-block:last-child) {
        border: none;
    }
    .site-1-home .rotator-overlay-text h1 {
        color: var(--default-white);
    }
    .site-1-home .rotator-overlay-text h6 {
        color: var(--default-white);
        letter-spacing: 2px;
    }
    .site-1-home #g-slideshow .ql-fa-toplinks .g-blockcontent-subcontent-block:hover {
        background: rgba(255,255,255,.7);
    }
    /*.site-1-home #g-slideshow .ql-fa-toplinks .g-blockcontent-buttons {
        border-bottom: 1px solid var(--default-white);
    }*/
}
@media only screen and (max-width: 50.99rem) {
    .site-1-home .videocontainer {
        height: 54vw;
    }

    .site-1-home video.background-video {
        height: 100%;
    }
}

/*************** HEADER *******************/
/*************** ABOVE ********************/
.mass-times-block :is(h1,h2,h3,h4,h5,h6) {
    font-family: var(--body-font-family);
}

.rok-mini-particle-verticle > div.g-content {
    display: grid;
    align-items: center;
}

.site-1-home .mass-times-block .g-array-item {
    height: auto !important;
}

@media only screen and (min-width: 50.99rem) {
    .mass-times-block {
        background: none;
    }
    .mass-times-block > .g-content {
        height: 100%;
    }
    .mass-times-block .g-array-item {
        padding: 2vw 4vw;
    }
    .site-1-home #g-above > .g-container > .g-grid > .g-block:nth-child(3) {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .rok-mini-particle-verticle {
        display: flex;
        justify-content: center;
        padding: 1vw 0;
    }
    .rok-mini-particle-verticle > .g-content {
        width: 60%;
    }
    .rok-mini-particle-verticle .custom > div:last-child {
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-above .admod.adside {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .site-1-home .button {
        width: 77%;
        margin: auto;
        display: grid;
        margin-top: 1rem;
    }
}

/*************** SHOWCASE *****************/
/*************** UTILITY ******************/

.site-1-sub #g-header {
    min-height: 5vw;
}

.site-1-home #g-utility {
    display: none;
}

.site-1-home #g-utility:has(.g-joomla-articles > .g-grid) {
    display: block;
}

@media (min-width: 50.99rem) {
    .site-1-home #g-utility {
        padding: 5% 5% 5% 5% !important;
    }

    .site-1-home #g-utility h1 {
        margin: 0;
        line-height: 1;
    }

    .site-1-home #g-utility > .g-container > .g-grid:nth-child(2) {
        padding: 2rem 0 !important;
    }

    .site-1-home #custom-2260-particle {
        padding: 0;
        margin: 0;
    }
}

@media (max-width: 50.99rem) {

    .site-1-home #g-utility {
        padding: 2rem 0 !important;
    }

}

.site-1-home #g-utility #custom-1189-particle > div > a {
    background-color: var(--primary-color);
    border-radius: 10rem;
}

@media only screen and (min-width: 50.99rem) {
    .ph-rec-row .g-content-array {
        justify-content: center;
    }
}
@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 (max-width: 50.99rem) {
    .site-1-home #g-utility {
        padding: 0 10% 3% 10%;
    }
}

/*************** FEATURE ******************/

#g-feature h2 {
	font-variant-caps: none;
	text-transform: uppercase;
	}
/*#g-feature .g-grid {
    border: 1px solid var(--primary-color);
}*/	
	

.site-1-home #g-feature {
    background: url('/images/template/parallax.jpg?64c54cf0') 50% 80% no-repeat;
    background-size: auto clamp(110%, 100vw, 100vw);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}

@media only screen and (min-width: 50.99rem) {
    .site-1-home #g-feature > .g-container {
        background: rgba(255,255,255,.9);
        padding: 4vw 10%!important;
    }
    .site-1-home #g-feature .g-title {
        color: var(--default-black);
    }
}
@media only screen and (max-width: 50.99rem) {
    .site-1-home #g-feature > .g-container {
        background: rgba(255,255,255,.9);
        padding: 2rem 10%!important;
    }
    .site-1-home #g-feature .g-title {
        color: var(--default-black);
    }
}

/*************** MAIN *********************/
.parish-home #g-container-main {
    padding: 0 5%;
}

/*************** EXPANDED *****************/ 

@media (min-width: 50.99rem) {
    #g-expanded {
        padding: 0 5%;
    }
}

/*************** EXTENSION ****************/
/*************** BOTTOM *******************/
@media only screen and (min-width: 50.99rem) {
    .site-1 #g-bottom {
        padding-top: 1vw!important;
    }
    .site-1 #g-bottom > .g-grid > .g-block {
        display: flex;
        align-items: flex-end;
    }
    .site-1 #g-bottom > .g-grid > .g-block:last-child > .g-content {
        margin: 0;
        padding: 0;
    }
    .site-1 #g-bottom > .g-grid > .g-block:last-child .g-array-item-text {
        margin: 0;
        padding: 0;
    }
    .site-1 #g-bottom > .g-grid > .g-block:last-child .g-array-item-text p {
        margin: 0;
        padding: 0;
        font-weight: 600;
        letter-spacing: 1px;
    }
    .site-1 #g-bottom > .g-grid > .g-block:nth-child(2) {
        justify-content: flex-end;
    }
    .site-1 #g-bottom > .g-grid > .g-block:nth-child(2) > .g-content {
        margin: 1.5rem;
        padding: 1.5rem 1.5rem 0 0;
        border-right: 2px solid var(--primary-color);
    }
    .site-1 #g-bottom .g-logo img {
        margin-bottom: -2vw;
        position: relative;
        z-index: 10;
        width: 65%;
    }
    .site-1 #g-bottom > .g-grid > .g-block:first-child > .g-content {
        margin: 0;
        padding: 0 2vw;
    }
}

@media only screen and (max-width: 50.99rem) {
    .site-1 #g-bottom > .g-grid > .g-block:nth-child(2) > .g-content {
        margin: 0;
        padding: 0;   
    }
    .site-1 #g-bottom > .g-grid > .g-block:last-child {
        display: flex;
        justify-content: center;
        text-align: center!important;
    }
    .site-1 #g-bottom > .g-grid > .g-block:last-child > .g-content {
        margin: 0;
        padding: 1rem 0;
    }
    .site-1 #g-bottom > .g-grid > .g-block:last-child .g-array-item-text {
        margin: 0;
        padding: 0;
    }
    .site-1 #g-bottom > .g-grid > .g-block:last-child .g-array-item-text p {
        margin: 0;
        padding: 0;
        font-weight: 600;
        letter-spacing: 1px;
    }
}

/*************** FOOTER *******************/
#g-footer .g-content-array {margin: 0;}
#g-footer a {color: var(--default-black); letter-spacing: 1px; font-weight: 600;} 
#g-footer p {
    color: var(--default-black);
    letter-spacing: 1px;
    font-weight: 600;
}

/*************** COPYRIGHT ****************/ 
@media only screen and (min-width: 50.99rem) {
    #g-copyright {
        padding-bottom: 50px!important;
    }
}
@media only screen and (max-width: 50.99rem) {
    #g-footer {
        padding: 0 5% 50px 5% !important;
    }

    #g-footer .g-array-item-text > p {
        text-align: center !important;
    }

    #g-copyright .web-policy p{
        line-height: 1;
        margin: 0;
    }

    #g-copyright .web-policy {
        position: absolute;
        bottom: 15px;
        left: 20px;
    }

    .adminfootericon {
        bottom: 15px;
        right: 20px;
    }
}
/*************** 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 **********************/

/* Home Preview */

.site-1-home #g-expanded {
    padding: 5%;
}

.site-1-home .social-container {
    display: flex;
    gap: 5%;
    justify-content: space-between;
    max-height: 720px;
}

.site-1-home .social-container > .social-block {
    min-width: 30%;
    max-height: 720px;
}

@media (max-width: 955px) {
    .site-1-home .social-container {
       flex-direction: column;
       max-height: initial;
       gap: 3rem;
    }

    .site-1-home .social-container > .social-block  {
        max-height: initial;
    }

    .site-1-home #g-expanded {
        padding: 5% 10%;
    }
}

/* staff image fixes */

@media (max-width: 50.99rem) {
    .grid.grid-staff.grid-dm .g-array-item-image {
        flex: unset;
        max-width: unset;
        width: unset;
    }

    .grid.grid-staff.grid-dm .g-array-item-text {
        margin: auto;
        width: 100%;
        max-width: 100%;
    }

    .grid.grid-staff.grid-dm .g-array-item-text p {
        margin: 1rem;
    }
}