/***THIS FILE IS AUTOMATICALLY GENERATED. DON'T EDIT***//***EDIT PHP FILE INSTEAD***/
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap);

:root {
    --clr-primary: #007396;
    --clr-secondary: #007396;
    --clr-tertiary: #ffffff;
    --clr-quaternary: #f7eede;
}

.has-primary-color-after::after {
    color: #007396;
}

.has-primary-color-before::before {
    color: #007396;
}

.has-primary-background-color-after::after {
    background-color: #007396;
}

.has-primary-background-color-before::before {
    background-color: #007396;
}

.has-secondary-color-after::after {
    color: #007396;
}

.has-secondary-color-before::before {
    color: #007396;
}

.has-secondary-background-color-after::after {
    background-color: #007396;
}

.has-secondary-background-color-before::before {
    background-color: #007396;
}

.has-tertiary-color-after::after {
    color: #ffffff;
}

.has-tertiary-color-before::before {
    color: #ffffff;
}

.has-tertiary-background-color-after::after {
    background-color: #ffffff;
}

.has-tertiary-background-color-before::before {
    background-color: #ffffff;
}

.has-quaternary-color-after::after {
    color: #f7eede;
}

.has-quaternary-color-before::before {
    color: #f7eede;
}

.has-quaternary-background-color-after::after {
    background-color: #f7eede;
}

.has-quaternary-background-color-before::before {
    background-color: #f7eede;
}

:root {
    --clr-body: var(--clr-secondary);
}

:root {
    --font-main: Roboto, sans-serif;
    --font-heading: Roboto, sans-serif;
    --font-script: Roboto, sans-serif;
    --fs-1000: clamp(34px, 3.5vw, 36px);
    --fs-900: clamp(28px, 3.5vw, 32px);
    --fs-800: clamp(26px, 4.5vw, 28px);
    --fs-700: clamp(24px, 4.5vw, 26px);
    --fs-600: clamp(20px, 4.5vw, 22px);
    --fs-500: clamp(18px, 4.5vw, 20px);
    --fs-400: 18px;
    --fs-300: 0.9375rem;
    --fs-200: 0.875rem;
    --fs-100: 0.8125rem;
}

h1 {
    font-weight: normal;
    font-style: normal;
    font-family: var(--font-heading);
    color: white;
}

h2 {
    font-weight: bold;
    font-style: normal;
    font-family: var(--font-main);
    color: white;
}

h3 {
    font-weight: normal;
    font-style: normal;
    font-family: var(--font-heading);
    color: white;
}

h4 {
    font-weight: bold;
    font-style: normal;
    font-family: var(--font-main);
    color: var(--clr-tertiary);
}

h5 {
    font-weight: normal;
    font-style: normal;
    font-family: var(--font-main);
    color: var(--clr-quaternary);
}

h6 {
    font-weight: normal;
    font-style: normal;
    font-family: var(--font-main);
    color: var(--clr-secondary);
}

p, main div {
    color: white;
    font-size: 18px;
}

a, .ui-widget-content a {
    color: white;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

a:hover, a:focus, a:active {
    color: var(--clr-quaternary);
    font-weight: normal;
    font-style: normal;
    text-decoration: underline;
}

:root {
    --menu-top-level-default-bg-color: var(--clr-primary);
    --menu-top-level-hover-bg-color: transparent;
}

:root {
    --menu-top-level-default-font-color: white;
    --menu-top-level-hover-font-color: white;
    --menu-submenu-header-font-color: var(--clr-primary);
    --menu-submenu-header-font-color-hover: white;
    --menu-submenu-default-font-color: var(--clr-primary);
    --menu-submenu-hover-font-color: white;
    --menu-submenu-default-bg-color: white;
    --menu-submenu-hover-bg-color: var(--clr-primary);
    --sticky-menu-top-level-default-font-color: white;
    --sticky-menu-top-level-hover-font-color: white;
    --sticky-menu-submenu-header-font-color: var(--clr-primary);
    --sticky-menu-submenu-header-font-color-hover: white;
    --sticky-menu-submenu-default-font-color: black;
    --sticky-menu-submenu-hover-font-color: white;
    --sticky-menu-submenu-default-bg-color: white;
    --sticky-menu-submenu-hover-bg-color: var(--clr-primary);
    --sidebar-top-level-default-font-color: white;
    --sidebar-top-level-hover-font-color: black;
    --sidebar-top-level-default-bg-color: var(--clr-primary);
    --sidebar-top-level-hover-bg-color: var(--clr-quaternary);
    --sidebar-submenu-default-font-color: white;
    --sidebar-submenu-hover-font-color: black;
    --sidebar-submenu-default-bg-color: var(--clr-primary);
    --sidebar-submenu-hover-bg-color: var(--clr-quaternary);
}

:root {
    --max-logo-height: 72px;
}

footer {
    background-color: var(--clr-primary);
}

footer, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    background-color: var(--clr-primary);
    color: white;
}

footer a {
    color: white;
    text-decoration: none;
}

footer a:hover {
    color: white;
    text-decoration: none;
}

footer .site-info {
    background-color: var(--clr-primary);
    color: white;
}

footer .site-info a {
    color: white;
    text-decoration: none;
}

footer .site-info a:hover {
    color: white;
    text-decoration: none;
}

footer .site-info .heart {
    color: white;
}

:root {
    --button-background-color: var(--clr-tertiary);
    --button-font-color: var(--clr-secondary);
    --button-border-color: var(--clr-tertiary);
    --button-background-color-hover: white;
    --button-font-color-hover: black;
    --button-border-color-hover: var(--clr-secondary);
}
.ministry-slider .ministry-group .teaser-box h2, .single-ministry .teaser-box h2 {
      font-size: 26px;
      padding-top: 25px;
      padding-inline: 10px;
}

.single-ministry .contact-person-email {
    line-break: anywhere;
}

.single-ministry .contact-persons-container {
    max-width: 90%;
    margin-inline: auto;
}

.single-ministry .single-container .contact-persons-container {
    grid-template-columns: auto;
}

@media screen and (min-width: 768px) {
    .single-ministry .single-container .contact-persons-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

.lightbox h1,
.lightbox h2,
.lightbox h3,
.lightbox h4,
.lightbox h5,
.lightbox h6,
.lightbox p {
    color: black;
}

.featured-content-container {
  --cols: 3;
  --rows: 2;
}

@media screen and (min-width: 1280px) {
  .featured-content-container {
    display: grid;
    grid-template-rows: repeat(var(--rows), 1fr);
    grid-template-columns: repeat(var(--cols), 1fr);
    grid-auto-flow: column;
    gap: 25px 40px;
    padding-inline: 15% 15%;
  }
  .featured-content-container:has(> :nth-child(5):last-child),
  .featured-content-container:has(> :nth-child(6):last-child) {
    --rows: 2;
    --cols: 3;
  }
  .featured-content-container:has(> :nth-child(4):last-child) {
    --rows: 2;
    --cols: 2;
  }
  .featured-content-container:has(> :nth-child(3):last-child) {
    --rows: 1;
    --cols: 3;
  }
  .featured-content-container:has(> :nth-child(2):last-child) {
    --rows: 1;
    --cols: 2;
  }
  .featured-content-container:has(> :nth-child(1):last-child) {
    --rows: 1;
    --cols: 1;
  }
}

@media screen and (min-width: 1280px) {
  .staff-category-members {
    grid-template-columns: repeat(3, 1fr);
  }
}

.staff-member h3 {
  font-size: var(--fs-700, 27px);
}

.staff-member h4 {
  font-size: var(--fs-600, 27px);
}

.page-template-page-homepage .hero .hero-content {
  font-size: clamp(20px, 2.5vw, 26px);
}

.banner-container .banner-content-wrapper {
    padding: var(--content-inset);
    position: relative;
    border: 1px solid #fff;
    border-radius: 20px;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    margin-top: -20%;
    max-width: 90%;
    margin-inline: auto 0;
   min-height: 0 !important; //to offset parent styling
}

@media screen and (min-width: 992px) {
    .banner-container.mass-times-container .mass-times {
        position: absolute;
        top: 50%;
        right: 10%;
        translate: 0 -50%;
        margin-top: 0;
        margin-inline: 0;
        max-width: -moz-max-content;
        max-width: max-content;
    }
}

.banner-container .banner-content-wrapper > * {
    position: relative;
    z-index: 1;
}

.banner-container .banner-content-wrapper .banner-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.banner-container .banner-content-wrapper .banner-item .banner-item-content {
    display: flex;
    flex-direction: row;
}

@media screen and (min-width: 1280px) {
    .banner-container.mass-times-container .mass-times .mass-times-items .mass-times-item {
        flex: 0 25%;
flex-direction: row; //offset parent styling
    }
}

@media screen and (min-width: 1280px) {
    .banner-container.mass-times-container .mass-times-items {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 15px;
    }
}