@import url("//fonts.googleapis.com/css2?family=Caudex:ital,wght@0,400;0,700;1,400;1,700&family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
/************ TEMPLATE  ************

************/

.site-1 {
  --primary-color: #005B98;
  --secondary-color: #005B98;
  --tertiary-color: white;

  --primary-rgb: 0, 0, 0;
  --secondary-rgb: 0, 0, 0;

  --default-white: #ffffff;
  --default-black: #000000;

  --title-font-family: "PT Serif", serif;
  --body-font-family: "PT Seric", 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, 0.5);

  --swiper-box-shadow: var(--default-box-shadow);

  --ql-title-color: var(--default-white);
  --ql-num-boxes: 3;

  --site-border-radius: 0rem;

  --ph-shadowbox-color: var(--primary-color);
  --ph-title-text-transform: none;
  --ph-title-weight: 700;
  --ph-img-shadow-border-radius: 0;
  --ph-text-color: var(--default-grey);
  --ph-g-title-border-bottom: 2px solid var(--default-grey);
  --ph-g-title-weight: 700;
  --ph-g-title-margin: 0 0 2vw 0;
  --ph-text-color: white;
  --ph-title-color: white;

  --hero-title-color: black;

  --side-menu-bg-hover: #005b98;
}

@media (max-width: 50.99rem) {
  .site-1-home .ph-rec-row-hover-mobile .g-item-title a {
    --ph-title-color: black;
  }
}

.site-1 .ql-fa-toplinks {
  --ql-title-color: var(--primary-color);
}

.readon:hover, .button:hover, .btn:hover, p.readmore .btn:hover, .listentobutton .moduletable a:hover {
    background-color: black;
}

.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);
}

/*************** ALL SITE *****************/
.item-image {
  display: none;
}

.site-1-home .g-content {
  padding: 0;
  margin: 0;
}

.site-1-home .g-array-item-text {
  margin: 0;
}

.g-container {
  width: 100%;
}

#hero-title-text {
  border-bottom: 3px solid var(--secondary-color);
}

@media (max-width: 50.99rem) {
  .menu-block {
    display: none;
  }
}

.parish-alert .g-joomla-articles > .g-grid {
    padding: 1.5%;
}

.parish-alert .g-item-title {
    font-size: clamp(1.2rem, 2vw, 3rem);
}

/***********Custom Scrollbar****************/

/* Hide the default scrollbar */
::-webkit-scrollbar {
  width: 0.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;
}

@-moz-document url-prefix() {
  * {
    scrollbar-width: thin;
    scrollbar-color: #ccc #f5f5f5;
  }
}

/* .admod td {
  padding: 0 !important;
}

.admod table,
.admod tr {
  gap: 0.5rem;
} */

/*************** 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 ***************/

.site-1 #g-navigation .fa-bars {
  font-size: 3vw;
}

.site-1 #g-navigation .button-container a:hover {
  background: transparent;
  border: 3px solid var(--secondary-color);
  color: white;
}

.site-1 .menu-logo img {
  max-height: calc(6.4vw - 1.5rem);
  width: auto !important;
  padding-right: 3%;
  margin: 0.75rem 0;
}

.site-1 #g-navigation {
  z-index: 99;
  position: relative;
}

.site-1-home .hamburger-block {
  display: grid;
  justify-content: end;
  position: relative;
  z-index: 99;
}

.site-1-home .hamburger-block i:hover {
  color: #8c8c8c;
  transition: all 150ms ease-in-out;
  cursor: pointer;
}

.site-1-home .hamburger-block i {
  transition: all 150ms ease-in-out;
}

.hidden-menu {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}

.site-1-home #g-navigation > .g-container > .g-grid:last-child {
  opacity: 0;
}

.animate {
  transition: all 500ms ease-in-out;
  opacity: 1 !important;
  z-index: 10;
}

@media (min-width: 50.99rem) {
  .site-1 #g-navigation > .g-container .g-grid:nth-child(3) {
    height: 6.4vw;
    background-color: black;
    padding: 0 5%;
  }

  .site-1-home #g-navigation > .g-container .g-grid:nth-child(3) {
    position: absolute;
    top: 0;
  }
}

.address-box p,
.site-1-sub #g-navigation p {
  margin: 0;
  line-height: 1.5;
  font-size: clamp(1rem, 1.3vw, 2.25rem);
}

.button-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  width: fit-content;
  float: right;
}

@media (max-width: 50.99rem) {
  #g-navigation {
    background-color: black;
  }

  .address-box {
    display: grid;
    justify-content: center;
    padding: 1rem 0 1rem 0;
    background-color: var(--secondary-color);
  }

  .site-1 #g-navigation .address-box .g-array-item-text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 6%;
    gap: 1rem;
  }

  .site-1 #g-navigation .address-box .g-array-item-text p {
    text-align: center;
  }
}

@media (min-width: 50.99rem) {
  .site-1-home #g-navigation {
    position: absolute;
  }

  .site-1-home #g-navigation > .g-container .g-grid:nth-child(2) {
    height: 6.4vw;
    padding: 0 5%;
  }

  .site-1 #g-navigation .g-logo {
    position: initial;
  }

  .address-box {
    padding-left: 2%;
    border-left: 1px solid white;
  }

  .address-box p {
    text-shadow: var(--default-text-shadow);
  }
}

.site-1 .menu-logo-icon img {
  position: absolute;
  left: 5%;
  top: 1%;
  z-index: 99;
  width: 6% !important;
  min-width: 0 !important;
}

.button-container a {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  font-size: clamp(1rem, 1.3vw, 2.25rem);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.button-container a:first-child {
  text-align: center;
  color: var(--default-white);
  background-color: var(--secondary-color);
  padding: 0.75rem 2rem;
  border-radius: var(--site-border-radius);
  height: 100%;
}

.button-container a:last-child {
  padding: 0.5rem 2rem;
  border-radius: var(--site-border-radius);
  border: 2px solid var(--secondary-color);
  text-align: center;
}

.button-container img {
  height: 2.25vw;
  width: auto;
}

@media (min-width: 50.99rem) {
  .site-1-sub #g-navigation > .g-container > .g-grid:last-child {
    padding: 1rem 5%;
    height: auto;
    padding-left: 11.5% !important;
  }

  .show-mobile {
    display: none;
  }

  .site-1-sub #g-navigation > .g-container > .g-grid:nth-child(2) {
    padding: 0 5%;
    height: 6.4vw;
  }

  .menu-logo img {
    padding-right: 3%;
  }

  /* .site-1-sub .g-main-nav .g-toplevel {
        justify-content: flex-start;
        gap: 2rem;
    } */
}

.site-1-sub #g-navigation p {
  margin: 0;
}

.site-1-sub #g-navigation .g-array-item-text {
  margin: 0;
}

.directions-block {
  padding-left: 2%;
  border-left: 1px solid white;
}

@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: white;
    font-size: 1.25vw;
  }
  .site-1 #g-navigation .g-social-items a:hover {
    color: var(--tertiary-color);
  }

  .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
    border-bottom: 2px solid var(--secondary-color);
  }
}

@media only screen and (max-width: 50.99rem) {
  #g-navigation .g-logo {
    max-width: 100%;
    padding-left: 10%;
    padding-right: 5%;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
}
/*************** SLIDESHOW ****************/

.site-1-home #g-slideshow :is(h1, h2, h3, h4, h5, h6) {
  color: white;
  text-align: unset;
  margin: 0;
  line-height: 1.3;
}

.site-1-home #g-slideshow {
  position: relative;
}

.site-1-home #g-slideshow h1 {
  font-size: 7rem;
}

.site-1-home #g-slideshow h2 {
  font-size: 2.5rem;
}

.site-1-home #g-slideshow :is(h3, h4) {
  font-size: 2rem;
}

.site-1-home #g-slideshow h5 {
  font-size: 1.75rem;
}

.site-1-home #g-slideshow h6 {
  font-size: 1.5rem;
}

.site-1-home #g-slideshow p {
  text-align: left;
}

.site-1-home #g-slideshow .slide-content-wrapper {
  justify-content: flex-start;
}

.site-1-home #g-slideshow .slide-content {
  padding-left: 5%;
}

.g-swiper
  .g-swiper-slider
  .swiper-slide
  .slide
  .slide-content-wrapper
  .slide-content
  .g-swiper-text {
  margin: 0;
}

.site-1-home #g-slideshow a.button {
  font-size: 1.65rem;
  padding: 1rem 2.5rem;
  border: 2px solid var(--default-white);
  border-radius: var(--site-border-radius);
  background-color: transparent;
  width: 45%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.site-1-home #g-slideshow p {
  margin: 0;
  line-height: 1.5;
  text-align: center;
  text-shadow: var(--default-text-shadow);
}

.site-1-home .video-block {
  padding: 0;
}

.site-1-home .video-block div {
  height: 100%;
}

.site-1-home .video-block video {
  object-fit: cover;
}

.g-video-container .g-video {
  box-shadow: initial;
}




@media (min-width: 50.99rem) {
  .g-video-container .g-video {
    padding-bottom: 100vh;
  }

  .site-1-home .g-video-container video,
    .site-1-home .video-block div {
    max-height: 1050px;
    min-height: 800px;
    overflow: hidden;
}
}

.site-1-home #g-slideshow .video-block::after {
    content: "Every Soul is Worth Saving";
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background: linear-gradient(to top, rgba(0,0,0,0.5) 10%, transparent 25%);
    font-size: clamp(1.2rem, 3vw, 5rem);
    display: grid;
    align-items: end;
    justify-content: center;
    padding-bottom: 2%;
    font-family: 'Kaushan Script', cursive;
    text-shadow: 0px 2px 10px rgba(0, 91, 152, 0.5);
    letter-spacing: 3px;
    text-align: center;
}

.stie-1-home .g-videolocal-play {
  display: none;
}

.site-1-home .g-video-container .g-video:hover .g-videolocal-play.pause {
  display: none;
}

/* Quicklinks */

#g-slideshow .j-icon-ql-block {
  display: grid;
  align-items: center;
  padding: 0 5%;
}

.site-1 #g-slideshow .ql-icon-container {
  display: flex;
  gap: 5vw;
  padding: 0 !important;
}

@media (min-width: 50.99rem) {
  .site-1-home #g-slideshow .j-icon-ql-block {
    position: absolute;
    bottom: 5%;
    z-index: 99;
  }
}

.site-1-home .svg-inline--fa.fa-w-8 {
  width: 0.4em;
}

@media (max-width: 50.99rem) {
  #g-slideshow .j-icon-ql-block {
    padding: 5% !important;
  }

  .site-1 #g-slideshow .ql-icon-container {
    justify-content: center !important;
  }
}

.site-1-home #g-slideshow .ql-icon-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.site-1-home #g-slideshow .ql-icon-container a:hover .ql-icon i {
  color: var(--secondary-color);
  background-color: rgba(255, 255, 255, 0.9);
  border: 4px solid var(--secondary-color);
  transform: scale(0.98);
  transition: all 300ms ease-out;
}

.site-1-home #g-slideshow .ql-icon-container p {
  text-align: center;
  font-size: clamp(1.3rem, 2vw, 3rem);
}

.site-1-home #g-slideshow .ql-icon-container a {
  width: fit-content;
  display: inline-block;
}

.site-1-home #g-slideshow .ql-icon {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 50.99rem) {
  .site-1-home #g-slideshow .ql-icon p {
    color: white;
  }

  .site-1-home #g-slideshow .ql-icon i {
    font-size: 3vw;
    color: white;
    text-align: center;
    display: grid;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid White;
    width: 7vw;
    height: 7vw;
    margin: auto;
    background-color: var(--secondary-color);
    transition: all 300ms ease-in;
  }
}

@media (max-width: 50.99rem) {
  .site-1-home #g-slideshow .ql-icon p {
    color: black;
    text-shadow: none !important;
    font-size: 1.5rem;
  }

  .site-1-home #g-slideshow .ql-icon i {
    font-size: 7vw;
    color: white;
    text-align: center;
    display: grid;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid White;
    width: 15vw;
    height: 15vw;
    margin: auto;
    background-color: var(--secondary-color);
    transition: all 300ms ease-in;
  }
}

/*************** HEADER *******************/
/*************** ABOVE ********************/

@media (min-width: 50.99rem) {
  .site-1-home #g-above {
    padding: 2% 5% 0 5% !important;
  }
}

/* @media (max-width: 50.99rem) {
    .site-1-home #g-above {
        padding: 5% !important;
    }
} */

/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
/*************** FEATURE ******************/

.mass-block h1 {
  font-size: clamp(2.5rem, 2.5vw, 4rem);
  margin: 0;
  line-height: 1;
  color: black;
  margin-bottom: 1rem;
}

.mass-block p {
  font-size: clamp(1.1rem, 1.1vw, 2.25rem);
}

.mass-block h1:first-child {
  color: var(--secondary-color);
  margin-bottom: 2rem;
  font-size: clamp(2.75rem, 2.75vw, 5rem);
}

.grid-center-2 {
  display: grid;
  align-items: start;
  justify-content: center;
}

.mass-block h2 {
  font-size: clamp(2rem, 2vw, 3.5rem);
  margin: 0;
  line-height: 1;
  color: black;
  margin-bottom: 1rem;
}

.ql-height-13vw .g-blockcontent-subcontent-block-content {
  height: 100%;
}

.ql-square-1 .g-blockcontent-subcontent-block {
  padding: 0;
  flex: 30%;
  aspect-ratio: 1/1;
}

.ql-square-1 .g-blockcontent-subcontent {
  gap: 2rem;
}

@media (min-width: 50.99rem) {
  .site-1-home #g-feature {
    padding: 3% 2% 5% 5%;
  }

  .grid-center-2 {
    padding-left: 2%;
  }
}

@media (max-width: 50.99rem) {
  .site-1-home #g-feature {
    padding: 5%;
  }

  .mobile-ads {
    padding-bottom: 10%;
    padding-top: 1%;
  }

  .ql-dm {
    padding: 0;
  }

  .site-1-home #g-feature > .g-container > .g-grid {
    flex-direction: column-reverse;
  }

  .site-1-home #g-feature > .g-container > .g-grid > div {
    width: 100%;
  }

  .mass-block {
    padding-bottom: 5%;
    order: 1;
  }

  .site-1-home #g-feature > .g-container > .g-grid > .g-block:nth-child(2) table {
    width: 100%!important;
  }
}

/*************** MAIN *********************/

/* Override 2 Additions */

.site-1-home #g-container-main {
  background: url("/images/template/parallax-bg.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-container-main {
  background: url("/images/template/parallax-bg.jpg") 50% 50% no-repeat;
  background-size: cover;
  background-attachment: unset !important;
}

.site-1-home #g-aside {
  background-color: transparent;
}

.site-1-home #g-container-main > div {
  background: rgba(var(--primary-rgb), 0.7); /* You can change the color here */
  padding: 5% 0% 5% 5% !important;
}

.ph-rec-row-hover-mobile {
  --ph-border-radius: 0;
}

@media (max-width: 50.99rem) {
  .site-1-home #g-container-main {
    background: url("/images/template/parallax-bg.jpg") 50% 50% no-repeat;
    background-size: cover;
  }

  .site-1-home #g-container-main > div {
    padding: 5% 0 !important;
  }

  .site-1-home #g-mainbar {
    padding: 5% 0 !important;
  }

  .g-content-array .g-grid:not(:first-child) .g-content {
    padding-top: 0 !important;
  }

  .all-news-button {
    padding: 0 10%;
  }

  .site-1-home #g-container-main .admod {
    padding: 5% !important;
  }
}

.site-1-home :is(#g-aside, #g-aside > .g-grid) {
  height: 100%;
}

@media only screen and (min-width: 50.99rem) {
  .ph-shadowbox {
    margin: 0;
    padding: 0;
    /* padding-bottom: 2vw; */
    border-bottom: var(--ph-g-title-border-bottom);
  }
  .ph-shadowbox > .g-content {
    margin: 0;
    padding: 0;
  }
  .ph-shadowbox .g-title {
    margin: var(--ph-g-title-margin);
    padding: 0;
    color: var(--ph-g-title-color);
    font-family: var(--ph-g-title-font);
    font-size: var(--ph-g-title-size-desktop);
    font-weight: var(--ph-g-title-weight);
    text-transform: var(--ph-g-title-text-transform);
    font-variant-caps: var(--ph-g-title-variant-caps);
    border-bottom: var(--ph-g-title-border-bottom);
  }
  .ph-shadowbox .g-content-array {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    gap: 3vw;
  }
  .ph-shadowbox .g-content-array > .g-grid {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
  }
  .ph-shadowbox .g-content-array > .g-grid > .g-block {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
  }
  .ph-shadowbox .g-content-array > .g-grid > .g-block > .g-content {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
  }
  .ph-shadowbox .g-array-item {
    margin: 0;
    padding: 0;
    position: relative;
    max-width: 33vw;
    transition: 0.3s all ease-in-out;
  }
  .ph-shadowbox .g-array-item:hover .g-array-item-image {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    /*margin-bottom: -.15rem;*/
  }
  .ph-shadowbox .g-array-item:hover .g-array-item-image img {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
  .ph-shadowbox .g-array-item:hover .g-array-item-title {
    margin-top: 1.75vw;
  }
  .ph-shadowbox .g-array-item-image {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    overflow: visible;
    /*margin-bottom: 2vw;*/
    border-radius: var(--ph-img-shadow-border-radius);
  }
  .ph-shadowbox .g-array-item-image:after {
    content: "";
    width: 100%;
    background: var(--ph-shadowbox-color);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    border-radius: var(--ph-img-shadow-border-radius);
  }
  .ph-shadowbox .g-array-item-image a {
    margin: 0;
    padding: 0;
    pointer-events: none;
  }
  .ph-shadowbox .g-array-item-image img {
    margin: 0;
    padding: 0;
    max-width: 50vw;
    position: relative;
    z-index: 2;
    margin-top: 0.75vw;
    margin-left: 0.75vw;
    margin-bottom: -1vw;
    border-radius: var(--ph-img-shadow-border-radius);
    transition: 0.3s all ease-in-out;
    object-position: center;
    object-fit: cover;
  }
  .ph-shadowbox.ph-uw .g-array-item-image img {
    width: 100%;
    aspect-ratio: 3.6 / 1;
  }
  .ph-shaowbox.ph-sw .g-array-item-image img {
    width: 100%;
    aspect-ratio: 2.39 / 1;
  }
  .ph-shadowbox.ph-wide .g-array-item-image img {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  .ph-shadowbox.ph-standard .g-array-item-image img {
    width: 100%;
    aspect-ratio: 4 / 3;
  }
  .ph-shadowbox.ph-square .g-array-item-image img {
    width: 100%;
    aspect-ratio: 1 / 1;
  }
  .ph-shadowbox.ph-portrait .g-array-item-image img {
    width: 100%;
    aspect-ratio: 3 / 4;
  }
  .ph-shadowbox .g-array-item-title {
    margin: 0;
    padding: 0 1vw;
    margin-top: 2vw;
    margin-bottom: 0.75rem;
    transition: 0.3s all ease-in-out;
  }

  .ph-shadowbox .g-array-item-title h3 {
    border-bottom: 2px solid var(--secondary-color);
    padding-bottom: 0.3rem;
  }

  .ph-shadowbox .g-item-title {
    margin: 0;
    padding: 0;
    border-bottom: none;
  }

  .ph-shadowbox .g-item-title a {
    margin: 0;
    padding: 0;
    pointer-events: none;
    color: var(--ph-title-color);
    font-family: var(--ph-title-font);
    font-weight: var(--ph-title-weight);
    text-transform: var(--ph-title-text-transform);
    font-size: var(--ph-title-font-size-desktop);
  }

  .ph-shadowbox .g-array-item-text {
    margin: 0;
    padding: 0 1vw;
    color: var(--ph-text-color);
    font-size: 1.25vw !important;
  }

  .ph-shadowbox .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;
    z-index: 5;
  }

  .ph-shadowbox .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;
    z-index: 5;
  }
}

/*  */

.site-1-home #g-container-main h1 {
  margin: 0;
  line-height: 1;
  margin-bottom: 3rem;
  color: white;
}

.submod-button {
  margin-top: 3rem;
}

.site-1-home #g-container-main .submod-button a, .translate-button {
  font-size: clamp(1rem, 1.3vw, 2.25rem);
  padding: 1rem 2rem;
  border-radius: var(--site-border-radius);
  border: 3px solid var(--secondary-color);
  text-align: center;
  background-color: transparent;
  color: white;
  transition: all 200ms ease-in-out;
}

.translate-button {
  padding: 0.85rem 1rem;
  font-size: clamp(1rem, 1.2vw, 2.25rem);
  letter-spacing: 1px;
}

.site-1-home #g-container-main .submod-button a:hover,
.translate-button:hover {
  background-color: var(--secondary-color);
  transition: all 200ms ease-in-out;
}

@media only screen and (min-width: 50.99rem) {
  .site-1-sub #g-mainbar {
    min-height: 30vh;
  }
}

@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 *****************/
/*************** 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;
  }
}

.site-1-sub #g-bottom {
  padding: 1rem 5% 2rem 5% !important;
}

/*************** FOOTER *******************/

.site-1 #g-footer .g-grid > div:nth-child(2) {
  display: grid;
  align-items: center;
}

.j-icon-ql-block {
  display: grid;
  align-items: center;
  padding-left: 5%;
  padding-right: 3%;
}

.site-1 #g-footer .ql-icon-container {
  display: flex;
  justify-content: center;
  gap: 2vw;
  flex-wrap: wrap;
  padding: 0 5%;
}

.site-1 #g-footer .ql-icon-container p {
  text-align: center;
  font-size: 1.75rem;
}

.site-1 #g-footer .ql-icon-container a {
  width: fit-content;
  display: inline-block;
}

.site-1 #g-footer .ql-icon {
  width: fit-content;
  display: grid;
  gap: 1rem;
}

.site-1 #g-footer .ql-icon i {
  font-size: 3.75vw;
  color: white;
  text-align: center;
}

.site-1 #g-footer .ql-icon p {
  color: white;
}

/*  */
.site-1 #g-footer {
  padding: 2% 5%;
}

.site-1-home #g-footer :is(h1, h2, h3, h4, h5, h6) {
  color: white;
  font-size: 3.5rem;
  margin: 0;
  line-height: 1.5;
}

.site-1-home #g-footer p {
  margin: 0;
  line-height: 1.5;
}

.site-1 #g-footer .ql-icon i,
.site-1 #g-footer .ql-icon p {
  transition: all 200ms ease-in-out !important;
}
.site-1 #g-footer .ql-icon:hover i,
.site-1 #g-footer .ql-icon:hover p {
  transition: all 200ms ease-in-out !important;
  color: var(--primary-color);
}

#g-footer .g-content-array {
  margin: 0;
}
#g-footer a {
  color: var(--default-white);
}

@media (max-width: 50.99rem) {
  .site-1 #g-footer .g-logo img {
    width: 60%;
    display: grid;
    margin: auto;
    margin-bottom: 1rem;
  }

  .site-1 #g-footer .ql-icon i {
    font-size: 10vw;
  }
}

/*************** OFF CANVAS *******************/
#g-offcanvas #g-mobilemenu-container {
  margin-left: 0;
  width: 100%;
}

#g-offcanvas {
  padding: 0;
}

#g-offcanvas .g-menu-item-content {
  max-width: 85%;
}

#g-offcanvas .g-toplevel,
#g-offcanvas .g-sublevel {
  padding-left: 5%;
}

/*************** 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;
  }
}

#g-copyright a:hover {
  opacity: 0.75;
}

@media (max-width: 50.99rem) {
  .site-1 #g-offcanvas .g-social-items a {
    color: white;
  }
}

/*************** 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: #308dcb;
}
/*************** 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;
  }
}

/* subpages */

.site-1-sub .ph-sidepics-3 .g-item-title {
  --ph-title-color: black;
}

#mobile-menu-3893-particle {
  margin: 0;
  padding: 0;
}

.youth-ministry-page #g-header {
  position: relative;
}

.youth-ministry-page .swiper-logo-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.youth-ministry-page .swiper-logo-overlay {
  width: 60%;
}

#g-header .g-logo::after {
  display: none !important;
}

#g-header .g-logo {
  padding: 0;
}

/**************blog archive display****************/
.moduletable .category-module {
	padding: 1rem;
	border: 0px solid white;
		}
.moduletable .category-module li {
	padding-bottom: 0.25rem;
	border-bottom: 0px solid white;
	list-style-type: circle !important;
}
.moduletable .category-module li a {
	display: block;
}
.mod-articles-category-date {
	padding-left: 10px;
	font-size: 0.9rem;
}
.site-1-home #g-expanded {
	padding: 3%;
}