/*!
Theme Name: St. Judah Hybrid
Theme URI: http://underscores.me/
Author: Diocesan
Author URI: http://underscores.me/
Description: St. Judah Hybrid Theme by Diocesan
Version: 1.1.6
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: evoli
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Evoli is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Mega Menu edits post-1/27/25 */
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
  border-radius: 20px;
  padding: 0;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-top: 5px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-bottom: 5px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
  padding-left: 20px;
  padding-right: 20px;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

:root {
  --animation-speed: 0.3s;
  --header-height: calc(var(--max-logo-height) + 30px);
  --hero-height: 60vh;
  --grey: #efefef;
  --overlay-color: #3c3c3c;
  --scale: scale(1.1);
  --box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  --tr-background: background var(--animation-speed) ease;
  --tr-border-color: border-color var(--animation-speed) ease;
  --tr-transform: transform var(--animation-speed) ease;
  --tr-color: color var(--animation-speed) ease;
  --tr-height: height var(--animation-speed) ease;
  --tr-width: width var(--animation-speed) ease;
  --tr-scale: scale var(--animation-speed) ease;
  --tr-left: left var(--animation-speed) ease;
  --tr-opacity: opacity var(--animation-speed) ease;
  --content-inset: 0px;
  --homepage-section-spacing: 40px;
}
@media screen and (min-width: 992px) {
  :root {
    --content-inset: 0px;
    --homepage-section-spacing: 100px;
  }
}
@media screen and (min-width: 1280px) {
  :root {
    --content-inset: 0px;
    --homepage-section-spacing: 120px;
  }
}

body,
html,
p,
div,
ul,
li {
  font-size: var(--fs-400, 16px);
}

p {
  margin: 0.5rem 0;
}

h1 {
  font-size: var(--fs-1000, 30px);
  text-transform: uppercase;
}

h2 {
  font-size: var(--fs-900, 30px);
  text-transform: uppercase;
}

h3 {
  font-size: var(--fs-800, 27px);
}

h4 {
  font-size: var(--fs-700, 25px);
}

h5 {
  font-size: var(--fs-600, 25px);
}

h6 {
  font-size: var(--fs-500, 20px);
}

a {
  transition: color 0.4s ease;
}

.hero-title {
  font-size: clamp(40px, 4.75vw, 70px);
}

.section-header-s {
  font-size: clamp(28px, 2.5vw, 45px);
}

.section-header-m {
  font-size: clamp(30px, 3vw, 52px);
}

.section-header-xl {
  font-size: clamp(26px, 3.75vw, 60px);
}

.has-text-decoration {
  position: relative;
}
.has-text-decoration::after {
  content: "";
  width: clamp(100px, 8vw, 130px);
  height: 2px;
  position: absolute;
  bottom: -20px;
  left: 0;
  background: var(--clr-secondary);
}
.has-text-decoration.text-decoration-is-centered::after {
  left: 50%;
  transform: translateX(-50%);
}

.clearfix {
  clear: both;
}

.has-primary-color {
  color: var(--clr-primary);
}

.has-secondary-color {
  color: var(--clr-secondary);
}

.has-tertiary-color {
  color: var(--clr-tertiary);
}

.has-quaternary-color {
  color: var(--clr-quaternary);
}

.has-white-color {
  color: white;
}

.has-black-color {
  color: black;
}

.has-primary-background-color {
  background: var(--clr-primary);
}

.has-secondary-background-color {
  background: var(--clr-secondary);
}

.has-tertiary-background-color {
  background: var(--clr-tertiary);
}

.has-quaternary-background-color {
  background: var(--clr-quaternary);
}

.has-white-background-color {
  background: white;
}

.has-black-background-color {
  background: black;
}

.has-primary-color-hover:hover {
  color: var(--clr-primary) !important;
}

.has-secondary-color-hover:hover {
  color: var(--clr-secondary) !important;
}

.has-tertiary-color-hover:hover {
  color: var(--clr-tertiary) !important;
}

.has-quaternary-color-hover:hover {
  color: var(--clr-quaternary) !important;
}

.has-white-color-hover:hover {
  color: white !important;
}

.has-black-color-hover:hover {
  color: black !important;
}

.has-primary-background-color-after::after {
  background: var(--clr-primary);
}

.has-secondary-background-color-after::after {
  background: var(--clr-secondary);
}

.has-tertiary-background-color-after::after {
  background: var(--clr-tertiary);
}

.has-quaternary-background-color-after::after {
  background: var(--clr-quaternary);
}

.has-white-background-color-after::after {
  background: white;
}

.has-black-background-color-after::after {
  background: black;
}

.limit-width {
  max-width: 1200px;
  margin: auto;
}

#primary .entry-content.limit-width {
  max-width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 1280px) {
  #primary .entry-content.limit-width {
    max-width: 1200px;
  }
}

.envira-gallery-wrap .envira-album-public.slick-initialized.envira-gallery-4-columns .envira-gallery-item:nth-child(4n+1),
.envira-gallery-wrap .envira-gallery-public.slick-initialized.envira-gallery-4-columns .envira-gallery-item:nth-child(4n+1),
.envira-gallery-wrap .envira-album-public.slick-initialized.envira-gallery-4-columns .envira-gallery-item:nth-child(3n+1),
.envira-gallery-wrap .envira-gallery-public.slick-initialized.envira-gallery-4-columns .envira-gallery-item:nth-child(3n+1) {
  clear: none !important;
}

@media screen and (max-width: 459px) {
  .envira-gallery-wrap .envira-album-public.slick-initialized.envira-gallery-4-columns .envira-gallery-item:nth-child(4n+1),
  .envira-gallery-wrap .envira-gallery-public.slick-initialized.envira-gallery-4-columns .envira-gallery-item:nth-child(4n+1),
  .envira-gallery-wrap .envira-album-public.slick-initialized.envira-gallery-4-columns .envira-gallery-item:nth-child(3n+1),
  .envira-gallery-wrap .envira-gallery-public.slick-initialized.envira-gallery-4-columns .envira-gallery-item:nth-child(3n+1),
  .envira-gallery-wrap .envira-album-public.slick-initialized.envira-gallery-4-columns .envira-gallery-item:nth-child(2n+1),
  .envira-gallery-wrap .envira-gallery-public.slick-initialized.envira-gallery-4-columns .envira-gallery-item:nth-child(2n+1) {
    clear: none !important;
  }
}
.slick-list {
  height: 100%;
}
.slick-list .slick-track {
  height: 100%;
}

.envira-gallery-wrap .slick-list {
  overflow: hidden;
}

.slick-arrow {
  background: transparent;
  width: 50px;
  height: 50px;
  border-radius: 20px;
  border: 2px solid white;
  transition: var(--tr-background), var(--tr-color);
  box-shadow: var(--box-shadow);
}
.slick-arrow::before, .slick-arrow::after {
  color: white;
  opacity: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.slick-arrow.slick-prev {
  left: 25px;
  z-index: 1;
}
.slick-arrow.slick-prev::before {
  content: "\f053";
}
.slick-arrow.slick-next {
  right: 25px;
}
.slick-arrow.slick-next::before {
  content: "\f054";
}
.slick-arrow:hover, .slick-arrow:focus {
  background: transparent;
  border-color: white;
}
.slick-arrow:hover::before, .slick-arrow:hover::after, .slick-arrow:focus::before, .slick-arrow:focus::after {
  color: white;
}

.slick-slider.equal-height .slick-track {
  display: flex !important;
}
.slick-slider.equal-height .slick-track .slick-slide {
  height: auto !important;
}

.slider-nav {
  margin-bottom: 40px;
}

.slick-dots {
  --dot-size: 25px;
  text-align: left;
  position: relative;
  bottom: 0;
}
.slick-dots li {
  width: var(--dot-size);
  height: var(--dot-size);
  margin-inline: 10px;
}
.slick-dots li button {
  width: var(--dot-size);
  height: var(--dot-size);
  padding: 0;
}
.slick-dots li button::before {
  font-size: var(--dot-size);
  width: var(--dot-size);
  height: var(--dot-size);
  color: var(--clr-primary);
  opacity: 1;
}
.slick-dots li button:hover::before {
  opacity: 0.75;
}
.slick-dots li.slick-active button::before {
  color: var(--clr-secondary);
  opacity: 1;
}
.slick-dots li.slick-active button:hover::before {
  opacity: 0.75;
}

.judah-hybrid .simcal-event-bubble {
  background: transparent;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  border: 1px solid white;
  border-radius: 20px;
}
.judah-hybrid .simcal-event-bubble > * {
  position: relative;
  z-index: 1;
}
.judah-hybrid .simcal-event-bubble::after {
  content: "";
  position: absolute;
  inset: 0;
  background: white;
  opacity: 0.2;
  border-radius: 20px;
}

.the-button {
  border: 3px solid var(--button-border-color);
  border-radius: 20px;
  color: var(--button-font-color);
  background: var(--button-background-color);
  overflow: hidden;
  cursor: pointer;
  padding: 10px 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  outline: none;
  position: relative;
  transition: all 0.3s;
  box-shadow: var(--box-shadow);
}
.the-button::before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  speak: none;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  height: 100%;
  font-size: 125%;
  color: var(--button-font-color-hover);
  transition: all 0.3s;
  left: 70%;
  opacity: 0;
  top: 0;
  display: flex;
  align-items: center;
}
.the-button::after {
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 0.3s;
}
.the-button:hover, .the-button:focus {
  background-color: var(--button-background-color-hover);
  color: var(--button-font-color-hover);
  text-decoration: none;
}
.the-button:hover::before, .the-button:focus::before {
  left: calc(100% - 40px);
  opacity: 1;
}
.the-button:hover::after, .the-button:focus::after {
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 0.3s;
}

@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
@keyframes button-click {
  0% {
    transform: scale3d(0.3, 0.3, 1);
  }
  25%, 50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale3d(1.2, 1.2, 1);
  }
}
form.search-form {
  display: none;
  flex-direction: column;
  position: fixed;
  align-items: center;
  justify-content: center;
  inset: 0;
}
form.search-form.active {
  display: inline-flex;
  height: 100vh;
}
form.search-form.active::before, form.search-form.active::after {
  height: 100vh;
}
form.search-form::before {
  content: "";
  position: fixed;
  inset: 0;
  background: black;
  opacity: 0.7;
}
form.search-form::after {
  content: "";
  position: fixed;
  inset: 0;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
form.search-form * {
  z-index: 1;
}
form.search-form .close-search {
  position: absolute;
  right: 5%;
  top: 5%;
  height: 50px;
  width: 50px;
  cursor: pointer;
}
form.search-form .close-search::before, form.search-form .close-search::after {
  content: "";
  background-color: white;
  height: 50px;
  width: 3px;
  display: block;
  position: absolute;
  left: 50%;
  translate: -50% 0;
}
form.search-form .close-search::before {
  rotate: 45deg;
}
form.search-form .close-search::after {
  rotate: -45deg;
}
form.search-form .search-header {
  color: white;
  font-size: 46px;
  font-style: italic;
}
form.search-form .search-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
form.search-form label {
  position: relative;
  width: 100%;
}
form.search-form .search-field {
  border-color: white;
  background: var(--clr-primary);
  line-height: 1;
  color: black;
  border-radius: 10px;
  outline: none;
  font-size: 24px;
  padding: 10px 30px 10px 20px;
  color: white;
  width: 100%;
}
form.search-form .search-submit {
  cursor: pointer;
  position: absolute;
  background: transparent;
  padding: 0 20px;
  border-radius: 0;
  color: white;
  right: 0;
  border: none;
  transition: var(--tr-color), var(--tr-background);
}
form.search-form .search-submit:hover {
  background: transparent;
  color: var(--clr-quaternary);
}

.has-custom-hover {
  position: relative;
}

.has-custom-hover::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 1px;
  width: 100%;
  background: var(--clr-primary);
  transform: scale(0);
  transition: transform 0.3s ease;
}

.has-custom-hover:hover::after {
  transform: scale(1);
}

.wp-block-button__link {
  border: 1px solid;
}

.wp-block-button__link:hover {
  background: white;
  color: var(--clr-primary);
}

.wp-block-button__link.has-primary-background-color:hover {
  color: var(--clr-primary) !important;
}

.wp-block-button__link.has-secondary-background-color:hover {
  color: var(--clr-secondary) !important;
}

.wp-block-button__link.has-tertiary-background-color:hover {
  color: var(--clr-tertiary) !important;
}

.wp-block-button__link.has-quaternary-background-color:hover {
  color: var(--clr-quaternary) !important;
}

.wp-block-button__link.has-primary-background-color {
  border-color: var(--clr-primary);
}

.wp-block-button__link.has-secondary-background-color {
  border-color: var(--clr-secondary);
}

.wp-block-button__link.has-tertiary-background-color {
  border-color: var(--clr-tertiary);
}

.wp-block-button__link.has-quaternary-background-color {
  border-color: var(--clr-quaternary);
}

.wp-block-separator {
  border-bottom: 0;
  margin-block: 1.5rem;
  clear: both;
}

.wp-block-group {
  clear: both;
}

.wp-block-media-text {
  margin-bottom: 40px;
}

@media screen and (max-width: 1280px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
}
.wp-block-table td {
  border: 1px solid;
  padding: 5px;
}

.wp-block-cover {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .wp-block-cover {
    margin-bottom: 30px;
  }
}

.teaser-box {
  border: 1px solid white;
  border-radius: 20px;
  background: transparent;
  position: relative;
}
.teaser-box.staff-member.blurred {
  background: transparent;
}
.teaser-box.staff-member.blurred > * {
  position: relative;
  z-index: 1;
}
.teaser-box.staff-member.blurred::after {
  border-radius: 20px;
}
.teaser-box h2 {
  color: white;
  font-style: normal;
  font-size: clamp(28px, 2.5vw, 35px);
  text-align: center;
  padding-block: 25px 0;
  padding-inline: 10px;
  margin-block: 0;
  font-weight: normal;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 992px) {
  .teaser-box h2 {
    padding-block: 40px 0;
  }
}
.teaser-box h3 {
  color: white;
  text-align: center;
  margin-block: 15px;
}
.teaser-box .teaser-image-wrapper {
  padding: 25px 35px 40px;
  width: 100%;
  border-radius: 20px;
}
.teaser-box .teaser-image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  height: auto;
}
.teaser-box .links-container {
  padding-bottom: 20px;
  padding-inline: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.teaser-box .teaser-content {
  padding: 0 25px 35px 40px;
  color: white;
}

.teaser-box.has-link {
  display: flex;
  flex-direction: column;
}
.teaser-box.has-link > * {
  position: relative;
  z-index: 1;
}
.teaser-box.has-link h2 {
  height: 100%;
}
.teaser-box.has-link .teaser-image-wrapper {
  height: 100%;
}
.teaser-box.has-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: white;
  opacity: 0.2;
  border-radius: 20px;
  transition: all 0.4s ease;
}
.teaser-box.has-link::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 50%;
  background: black;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 1;
}
.teaser-box.has-link:hover::before {
  opacity: 0.1;
}
.teaser-box.has-link:hover::after {
  opacity: 0.8;
  bottom: 50%;
}

.grid-container {
  display: grid;
  grid-template-columns: 100%;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .grid-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem 2rem;
  }
  .grid-container .staff-single:first-child {
    grid-column: 1/-1;
    flex-direction: row;
  }
  .grid-container .staff-single:first-child .teaser-img {
    border-radius: 10px 0 0 10px;
    flex: 2;
  }
  .grid-container .staff-single:first-child .teaser-content-wrapper {
    width: 100%;
    text-align: center;
    flex: 3;
  }
  .grid-container .staff-single:first-child .links-container {
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .grid-container.mass-times-section {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .grid-container.mass-times-section {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 1.5rem;
  }
}

.lightbox-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #404040;
  opacity: 0.6;
  z-index: 9999;
}

.lightbox {
  position: fixed;
  top: 10%;
  right: 10%;
  bottom: 10%;
  left: 10%;
  background-color: #ffffff;
  box-shadow: var(--box-shadow);
  display: flex;
  flex-direction: column;
  z-index: 9999;
  border-radius: 10px;
  transform: scale(1, 0);
  transition: transform 0.3s ease;
  overflow-y: auto;
}
.lightbox.open {
  transform: scale(1);
}
.lightbox .lightbox-close {
  cursor: pointer;
}
.lightbox .lightbox-close::before, .lightbox .lightbox-close::after {
  width: 5px;
  height: 20px;
  right: 20px;
  top: 15px;
  background: #000000;
  position: absolute;
  content: "";
  border-radius: 5px;
  transition: background 0.3s ease-in-out;
}
.lightbox .lightbox-close::before {
  transform: rotate(45deg);
}
.lightbox .lightbox-close::after {
  transform: rotate(-45deg);
}
.lightbox .lightbox-image {
  width: 100%;
  height: 25%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px 0 0 0;
}
.lightbox h1,
.lightbox h2,
.lightbox h3,
.lightbox h4,
.lightbox h5,
.lightbox h6,
.lightbox p {
  color: black;
}
.lightbox .lightbox-content {
  width: 100%;
  height: 75%;
  padding: 0 2rem;
  border-radius: 0 10px 10px 0;
}
.lightbox .lightbox-content div {
  color: black;
}
.lightbox .lightbox-content .lightbox-title,
.lightbox .lightbox-content .lightbox-contact-persons,
.lightbox .lightbox-content .contact-form-wrapper {
  text-align: center;
}
.lightbox .lightbox-content .contact-form {
  padding-bottom: 3rem;
}
.lightbox .lightbox-content .lightbox-link {
  text-align: right;
  padding-bottom: 2rem;
}
.lightbox .lightbox-content .lightbox-link a {
  color: var(--clr-primary);
  padding: 0;
}

@media screen and (min-width: 992px) {
  .lightbox {
    flex-direction: row;
  }
  .lightbox .lightbox-image,
  .lightbox .lightbox-content {
    width: 50%;
    height: 100%;
  }
  .lightbox .lightbox-image {
    border-radius: 10px 0 0 10px;
    position: sticky;
    top: 0;
  }
  .lightbox .lightbox-content {
    padding: 0 3rem;
  }
}
.hidden-mobile {
  display: none !important;
}
@media screen and (min-width: 992px) {
  .hidden-mobile {
    display: block !important;
  }
}

.hidden-laptop {
  display: block !important;
}
@media screen and (min-width: 992px) {
  .hidden-laptop {
    display: none !important;
  }
}

/* CSS for other than iOS devices */
.blurred,
.header-blurred:not(.sticky),
.header-blurred-sticky.sticky,
.news-slide.slick-current .post-wrapper.blurry,
.slick-arrow {
  --blur: 30px;
  --blur-color: white;
  --blur-opacity: 0.2;
  -webkit-backdrop-filter: blur(var(--blur));
          backdrop-filter: blur(var(--blur));
}
.blurred::after,
.header-blurred:not(.sticky)::after,
.header-blurred-sticky.sticky::after,
.news-slide.slick-current .post-wrapper.blurry::after,
.slick-arrow::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--blur-color);
  opacity: var(--blur-opacity);
  border-radius: 20px;
}
.blurred.site-header::after,
.header-blurred:not(.sticky).site-header::after,
.header-blurred-sticky.sticky.site-header::after,
.news-slide.slick-current .post-wrapper.blurry.site-header::after,
.slick-arrow.site-header::after {
  border-radius: 0;
}

.header-blurred:not(.sticky),
.header-blurred-sticky.sticky {
  --blur-color: black;
}

.header-blurred .the-header,
.header-blurred-sticky .the-header {
  position: relative;
  z-index: 1;
}

.blurred-on-hover {
  --blur: 30px;
  --blur-color: white;
  --blur-opacity: 0.2;
  -webkit-backdrop-filter: blur(var(--blur));
          backdrop-filter: blur(var(--blur));
}
.blurred-on-hover::before {
  opacity: 0;
  background: var(--blur-color);
  transition: var(--tr-opacity);
  content: "";
  position: absolute;
  inset: 0;
}
.blurred-on-hover:hover::before {
  opacity: var(--blur-opacity);
}

.blurred-hover::after,
.slick-arrow::after {
  transition: var(--tr-opacity);
}
.blurred-hover:hover::after,
.slick-arrow:hover::after {
  opacity: 0.1;
}

body,
html {
  overflow-x: hidden;
  background-color: var(--clr-body, white);
}

body:not(.page-template-page-landing) .content-area {
  padding: var(--content-inset);
}

html.no-scroll {
  overflow-y: hidden;
}

.preview-image {
  transition: opacity 0.7s ease;
  animation: fadeIn;
  filter: blur(10px);
  height: 100%;
  width: 100%;
}

.hero-slide.loaded .preview-image {
  opacity: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border-radius: 0;
}

form .gform_body input,
form .gform_body textarea {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  font-size: clamp(20px, 2vw, 23px) !important;
  padding: 15px 25px !important;
  font-family: "Lato";
  line-height: 1;
  border: none !important;
}
form .gform_body input:hover,
form .gform_body textarea:hover {
  outline: var(--clr-primary) outset 1px;
}
form .gform_body input:focus-visible,
form .gform_body textarea:focus-visible {
  outline: var(--clr-primary) auto 1px;
}
@media screen and (min-width: 992px) {
  form .gform_body input,
  form .gform_body textarea {
    padding: 16px 30px !important;
  }
}

.site-main {
  margin-bottom: 3.5rem;
}

.entry-content {
  margin-top: 2rem;
}

.page-template-landing-page {
  display: flex;
  margin: 0;
  flex-direction: column;
  position: relative;
}
.page-template-landing-page .landing-left,
.page-template-landing-page .landing-right {
  width: 100%;
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 3rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-template-landing-page .landing-left::after,
.page-template-landing-page .landing-right::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #3c3c3c;
  opacity: 0.4;
  z-index: -1;
}
.page-template-landing-page .landing-left .logo,
.page-template-landing-page .landing-right .logo {
  width: 200px;
  margin-bottom: 4rem;
}
.page-template-landing-page .landing-left .title,
.page-template-landing-page .landing-left .subtitle,
.page-template-landing-page .landing-right .title,
.page-template-landing-page .landing-right .subtitle {
  color: white;
}
.page-template-landing-page .landing-left .link,
.page-template-landing-page .landing-right .link {
  margin-bottom: 3rem;
}
.page-template-landing-page .landing-left .address,
.page-template-landing-page .landing-right .address {
  position: relative;
  left: auto;
  transform: none;
  margin-bottom: 2rem;
}
.page-template-landing-page .address {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  text-align: center;
  font-size: 18px;
}
.page-template-landing-page .address a {
  color: white;
  text-decoration: none;
  transition: var(--tr-color);
}
.page-template-landing-page .address a:hover {
  color: var(--clr-quaternary);
}

@media screen and (min-width: 992px) {
  .page-template-landing-page {
    flex-direction: row;
  }
  .page-template-landing-page .landing-left,
  .page-template-landing-page .landing-right {
    width: 50%;
    min-height: 100vh;
  }
  .page-template-landing-page .landing-left .address,
  .page-template-landing-page .landing-right .address {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-block: 0;
  }
  .page-template-landing-page .address {
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
  }
}
.page-template-tabs .tabs-container {
  display: flex;
  gap: 30px;
  padding-bottom: 40px;
  overflow: auto;
}
.page-template-tabs .tabs-container .the-button {
  white-space: nowrap;
  background: var(--clr-primary);
  color: white;
}
.page-template-tabs .tabs-container .the-button.active {
  background: white;
  color: var(--clr-primary);
}
.page-template-tabs .tabs-container .the-button:hover {
  background: white;
  color: var(--clr-primary);
}
.page-template-tabs .tabs-container .the-button:hover::before {
  color: var(--clr-primary);
}
@media screen and (min-width: 1280px) {
  .page-template-tabs .content {
    display: grid;
  }
  .page-template-tabs .tabs-container {
    overflow: unset;
  }
}

.page-template-page-mass-times .entry-header {
  height: 0vh;
}
.page-template-page-mass-times .entry-header .entry-title {
  display: none;
}
.page-template-page-mass-times .tabs-container {
  width: 90vw;
  position: relative;
  z-index: 10;
  border: 1px solid white;
  border-radius: 34px;
  display: flex;
}
.page-template-page-mass-times .tabs-container h1,
.page-template-page-mass-times .tabs-container h2,
.page-template-page-mass-times .tabs-container h3,
.page-template-page-mass-times .tabs-container h4,
.page-template-page-mass-times .tabs-container h5,
.page-template-page-mass-times .tabs-container h6 {
  margin-top: 0;
}
.page-template-page-mass-times .tabs-container .tabs-bar {
  width: 100%;
  position: relative;
  padding: 40px 30px;
}
.page-template-page-mass-times .tabs-container .tabs-bar.closed {
  display: none;
}
.page-template-page-mass-times .tabs-container .tabs-bar .tabs-tabs {
  display: flex;
  flex-direction: column;
}
.page-template-page-mass-times .tabs-container .tabs-bar .tabs-tabs .nav-tab {
  cursor: pointer;
  position: relative;
}
.page-template-page-mass-times .tabs-container .tabs-bar .tabs-tabs .nav-tab.active {
  text-decoration: underline;
}
.page-template-page-mass-times .tabs-container .tabs-bar .tabs-tabs .nav-tab:hover {
  text-decoration: underline;
}
.page-template-page-mass-times .tabs-container .tabs-bar .tabs-tabs .nav-tab::after {
  content: "\f061";
  right: 0;
  position: absolute;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-style: normal;
}
.page-template-page-mass-times .tabs-container .tabs-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: white;
  opacity: 0;
  border-radius: 34px;
}
@media screen and (min-width: 768px) {
  .page-template-page-mass-times .tabs-container .tabs-bar {
    border-right: 1px solid #fff;
    width: 33%;
  }
  .page-template-page-mass-times .tabs-container .tabs-bar .tabs-tabs .nav-tab::after {
    content: none;
  }
  .page-template-page-mass-times .tabs-container .tabs-bar::before {
    opacity: 0.5;
    border-radius: 34px 0 0 20px;
  }
}
.page-template-page-mass-times .tabs-container .mass-times-container {
  padding: 40px 30px;
  width: 100%;
}
.page-template-page-mass-times .tabs-container .mass-times-container.closed {
  display: none;
}
.page-template-page-mass-times .tabs-container .mass-times-container .tab-content {
  display: none;
}
.page-template-page-mass-times .tabs-container .mass-times-container .tab-content.active {
  display: block;
}
.page-template-page-mass-times .tabs-container .mass-times-container .tab-content .mass-times-type {
  font-style: normal;
}
.page-template-page-mass-times .tabs-container .mass-times-container .tab-content .back-button {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
}
.page-template-page-mass-times .tabs-container .mass-times-container .tab-content .back-button::before {
  content: "\f060";
  left: 0;
  position: absolute;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.page-template-page-mass-times .tabs-container .mass-times-container .tab-content .mass-times-section .mass-time.teaser-box {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 30px 40px;
  border-radius: 34px;
}
.page-template-page-mass-times .tabs-container .mass-times-container .tab-content .mass-times-section .mass-time.teaser-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: white;
  opacity: 0.2;
  border-radius: 34px;
}
.page-template-page-mass-times .tabs-container .mass-times-container .tab-content .mass-times-section .mass-time.teaser-box .mass-time-day {
  font-size: 1.5rem;
  text-align: left;
}
.page-template-page-mass-times .tabs-container .mass-times-container .tab-content .mass-times-section .mass-time.teaser-box .mass-time-time {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .page-template-page-mass-times .tabs-container .mass-times-container {
    display: block;
  }
  .page-template-page-mass-times .tabs-container .mass-times-container .tab-content .back-button {
    display: none;
  }
}
.page-template-page-mass-times .tabs-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: white;
  opacity: 0.2;
  border-radius: 34px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .page-template-page-mass-times .tabs-container {
    min-height: 900px;
  }
  .page-template-page-mass-times .tabs-container .tabs-bar.closed,
  .page-template-page-mass-times .tabs-container .mass-times-container.closed {
    display: block;
  }
}

footer {
  --footer-padding-block: 25px 0;
  padding-block: var(--footer-padding-block);
  padding-inline: 20px;
  clear: both;
  z-index: 10;
  position: relative;
  border-top: 1px solid white;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  margin: 0;
}
footer h6 {
  font-weight: bold;
  font-size: clamp(22px, 2.5vw, 25px);
  margin-bottom: 10px;
}
footer .footer-address {
  position: relative;
}
footer .footer-address .address {
  text-align: left;
  font-size: var(--fs-500);
}
footer .footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 25px;
}
footer .footer-contact .phone,
footer .footer-contact .fax,
footer .footer-contact .email {
  font-size: var(--fs-500);
}
footer .footer-social-media {
  text-align: left;
}
footer .footer-social-media .social-media-link-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
}
footer .footer-social-media .social-media-link-list .social-media-link {
  display: inline-block;
  font-size: 2.5rem;
  transition: var(--tr-transform);
}
footer .footer-social-media .social-media-link-list .social-media-link:hover {
  transform: scale(1.1);
}
@media screen and (min-width: 992px) {
  footer {
    --footer-padding-block: 50px 0;
  }
  footer .footer-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 150px;
  }
  footer .footer-wrapper .footer-address {
    margin-bottom: 10px;
  }
}

.quicklinks-top-container #footer-quicklinks-top {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: auto;
  justify-content: left;
  gap: 10px;
}
.quicklinks-top-container #footer-quicklinks-top .main-menu-item {
  text-align: left;
}

.quicklinks-bottom-container #footer-quicklinks-bottom {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
  gap: 15px;
  flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .quicklinks-bottom-container #footer-quicklinks-bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 60px;
  }
  .quicklinks-bottom-container #footer-quicklinks-bottom .menu-item:nth-child(odd) {
    text-align: right;
  }
  .quicklinks-bottom-container #footer-quicklinks-bottom .menu-item:nth-child(even) {
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .quicklinks-bottom-container #footer-quicklinks-bottom {
    display: flex;
    flex-direction: row;
    gap: 15px 60px;
  }
  .quicklinks-bottom-container #footer-quicklinks-bottom .menu-item {
    position: relative;
  }
  .quicklinks-bottom-container #footer-quicklinks-bottom .menu-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -30px;
    top: 0;
    height: 100%;
    width: 1px;
    background: white;
  }
}

footer .site-info {
  --site-info-padding-top: 25px;
  --site-info-margin-top: 2rem;
  --site-info-padding-bottom: 25px;
  margin-top: var(--site-info-margin-top);
  padding-top: var(--site-info-padding-top);
  padding-bottom: var(--site-info-padding-bottom);
}
footer .site-info .limit-width {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  footer .site-info .limit-width {
    flex-direction: row;
    justify-content: space-between;
  }
}
footer .site-info .copyright {
  text-align: center;
}

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: var(--header-height);
  z-index: 20;
  transition: background 0.3s ease, padding 0.3s ease;
  border-bottom: 1px solid white;
}
.site-header .header-logo-default {
  display: block;
}
.site-header .header-logo-sticky {
  display: none;
}
.site-header.sticky {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.site-header.sticky .header-logo-default {
  display: none;
}
.site-header.sticky .header-logo-sticky {
  display: block;
}
.site-header .the-header {
  height: 100%;
}
.site-header .header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: calc(90% - 60px);
  height: 100%;
}
.site-header .header-nav .site-branding .header-logo-link {
  display: block;
}
.site-header .header-nav .site-branding .header-logo-link .header-logo {
  height: var(--max-logo-height, calc(var(--header-height) - 2rem));
  max-width: none;
}
.site-header #site-navigation {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1280px) {
  .site-header #site-navigation {
    display: block;
  }
}

main .entry-header {
  height: var(--hero-height);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 40px;
  margin-top: calc(var(--header-height) + 50px);
  border-radius: 34px;
}
@media screen and (min-width: 992px) {
  main .entry-header {
    aspect-ratio: 12/7;
    margin-inline: auto;
    width: 1200px;
  }
}
main .entry-header .entry-title {
  z-index: 2;
  position: absolute;
  bottom: 10%;
  left: 10%;
  padding: 20px 35px;
  border: 1px solid white;
  border-radius: 20px;
  text-align: center;
}
main .entry-header .entry-title::after {
  border-radius: 20px;
}
main .entry-header .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, black, transparent);
  z-index: 1;
}
main .entry-header.page-header .entry-title {
  left: 50%;
  transform: translateX(-50%);
  color: white;
}

.hero {
  --hero-info-padding: 2rem 2rem 1rem;
  --hero-info-font-color: white;
  --hero-title-max-width: none;
  --hero-height: calc(100vh - var(--header-height) - 45px - var(--content-inset));
  --hero-width: 80%;
  height: var(--hero-height);
  min-height: 700px;
  position: relative;
  z-index: 10;
  padding-top: calc(var(--header-height) + 45px);
}
@media screen and (min-width: 768px) {
  .hero {
    --hero-height: auto;
  }
}
@media screen and (min-width: 992px) {
  .hero {
    --hero-height: calc(100vh - var(--header-height) - 45px - var(--content-inset));
  }
}
.hero:not(.full-width) .slick-slider-navigation {
  display: flex;
  flex-direction: row;
  gap: 20px;
  top: calc(var(--header-height) + 45px + 5%);
  right: 2%;
  z-index: 1;
  position: absolute;
}
.hero:not(.full-width) .slick-slider-navigation .slick-arrow {
  position: relative;
  inset: 0;
}
.hero .slick-arrow {
  z-index: 1;
}
.hero.full-width {
  --hero-width: 90%;
}
.hero.full-width .hero-slider .hero-slide .slide-img {
  margin-inline: auto;
}
.hero.full-width .hero-info {
  margin-top: 0;
  position: absolute;
  top: 50%;
  max-width: 80%;
  border: none;
  background: transparent;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  translate: 15% -50%;
}
@media screen and (min-width: 992px) {
  .hero.full-width .hero-info {
    max-width: 50%;
    translate: 20% -50%;
  }
}
.hero.full-width .hero-info::after {
  content: none;
}
.hero.has-video {
  --hero-height: auto;
  overflow: hidden;
  min-height: auto;
}
@media screen and (min-width: 992px) {
  .hero.has-video {
    --hero-height: 90vh;
  }
}
.hero .hero-slider {
  height: 100%;
}
.hero .hero-slider .slick-list {
  overflow: visible;
}
.hero .hero-slider .hero-slide {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero .hero-slider .hero-slide:not(:has(.hero-info)) {
  --hero-width: 100%;
}
.hero .hero-slider .hero-slide .slide-img {
  border-radius: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  width: var(--hero-width);
  height: 100%;
  margin-inline: auto 0;
}
@media screen and (min-width: 992px) {
  .hero .hero-slider .hero-slide.parallax {
    background-attachment: fixed;
  }
}
.hero .hero-info {
  max-width: 95%;
  margin-top: -5%;
  color: var(--hero-info-font-color);
  padding: var(--hero-info-padding);
  border: 1px solid white;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  position: relative;
}
.hero .hero-info::after {
  content: "";
  position: absolute;
  inset: 0;
  background: white;
  opacity: 0.2;
  border-radius: 20px;
}
.hero .hero-info * {
  position: relative;
  z-index: 1;
}
.hero .hero-info .hero-title {
  margin-block: 0;
  text-align: center;
}
.hero .hero-info .hero-buttons {
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .hero .hero-info {
    margin-top: 0;
    position: absolute;
    top: 50%;
    translate: 5% -50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .hero .hero-info {
    max-width: 33%;
  }
}
.hero .hero-video {
  margin-left: calc(50vw - var(--content-inset));
  transform: translateX(-50%);
  max-width: calc(100vw - var(--content-inset) * 2);
}
@media screen and (min-width: 768px) {
  .hero .hero-video {
    height: 100%;
  }
}
.hero .hero-overlay {
  position: absolute;
  inset: 0 5%;
  border-radius: 35px;
  background: linear-gradient(180deg, black, transparent);
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .hero {
    --hero-title-max-width: 70%;
  }
  .hero .hero-title {
    margin: auto;
  }
}
@media screen and (min-width: 992px) {
  .hero {
    --hero-title-max-width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .hero .hero-video {
    width: 100%;
    height: auto;
    margin-left: 0;
    transform: none;
  }
}

.hero-buttons-container {
  --cols: 2;
  display: grid;
  grid-template-columns: repeat(var(--cols, 2), 1fr);
  justify-content: center;
  gap: 15px;
  position: relative;
  z-index: 10;
  margin-top: calc(var(--homepage-section-spacing) + 20px);
  max-width: 90%;
  width: 100%;
}
.hero-buttons-container h2 {
  margin-block-start: 0;
  margin-block-end: 0;
}
@media screen and (min-width: 768px) {
  .hero-buttons-container {
    gap: 25px;
    max-width: 80%;
    margin-top: var(--homepage-section-spacing);
  }
  .hero-buttons-container:has(:nth-child(2):is(:last-child)) {
    --cols: 2;
  }
  .hero-buttons-container:has(:nth-child(3):is(:last-child)) {
    --cols: 3;
  }
  .hero-buttons-container:has(:nth-child(4):is(:last-child)) {
    --cols: 2;
  }
  .hero-buttons-container:has(:nth-child(5):is(:last-child)) {
    --cols: 3;
  }
  .hero-buttons-container:has(:nth-child(6):is(:last-child)) {
    --cols: 3;
  }
}
@media screen and (min-width: 992px) {
  .hero-buttons-container {
    translate: 0 -40%;
    margin-top: 0;
  }
  .hero-buttons-container h2 {
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
  }
}
@media screen and (min-width: 1280px) {
  .hero-buttons-container:has(:nth-child(2):is(:last-child)) {
    --cols: 2;
  }
  .hero-buttons-container:has(:nth-child(3):is(:last-child)) {
    --cols: 3;
  }
  .hero-buttons-container:has(:nth-child(4):is(:last-child)) {
    --cols: 4;
  }
  .hero-buttons-container:has(:nth-child(5):is(:last-child)) {
    --cols: 5;
  }
  .hero-buttons-container:has(:nth-child(6):is(:last-child)) {
    --cols: 6;
  }
}
.hero-buttons-container .hero-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 20px;
  border: 1px solid white;
  border-radius: 20px;
  font-size: clamp(18px, 2.5vw, 25px);
  color: white;
  text-decoration: none;
  transition: var(--tr-background), var(--tr-color);
  text-align: center;
  position: relative;
}
.hero-buttons-container .hero-button::after {
  border-radius: 20px;
}
.hero-buttons-container .hero-button:hover {
  color: white;
  text-decoration: none;
}
.hero-buttons-container .hero-button > * {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .hero-buttons-container .hero-button {
    padding: 15px 30px;
  }
}

.mission-container {
  margin-top: var(--homepage-section-spacing);
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 1280px) {
  .mission-container {
    padding-left: 5%;
    flex-direction: row;
  }
}

.mission-content-wrapper {
  padding: 60px 70px;
  margin-right: -10%;
  position: relative;
  z-index: 10;
  height: 80%;
  border: 1px solid white;
  border-radius: 20px;
  margin-right: 0;
  margin-top: -5%;
  width: 90%;
  flex: 2;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
.mission-content-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: white;
  opacity: 0.2;
  border-radius: 20px;
}
.mission-content-wrapper * {
  position: relative;
  z-index: 1;
}
.mission-content-wrapper .mission-header {
  color: white;
  position: relative;
  font-size: clamp(25px, 2.5vw, 70px);
  margin-block: 0 10px;
}
.mission-content-wrapper .mission-content {
  color: white;
  font-size: clamp(16px, 2vw, 20px);
  position: relative;
  margin-bottom: 35px;
}
.mission-content-wrapper .mission-content p {
  font-size: inherit;
  color: inherit;
  line-height: 1.2;
  margin: 0;
}
.mission-content-wrapper .mission-button-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .mission-content-wrapper .mission-button-wrapper {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .mission-content-wrapper {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
@media screen and (min-width: 1280px) {
  .mission-content-wrapper {
    margin-block: auto;
    margin-right: -12%;
    width: auto;
  }
}

.mission-image-wrapper {
  position: relative;
  flex: 3;
}
.mission-image-wrapper::after {
  --overlay-opacity: 0;
  content: "";
  background: black;
  position: absolute;
  inset: 0;
  border-radius: 35px;
  opacity: var(--overlay-opacity, 0);
}
.mission-image-wrapper.overlay-very-light::after {
  --overlay-opacity: 0.125;
}
.mission-image-wrapper.overlay-light::after {
  --overlay-opacity: 0.25;
}
.mission-image-wrapper.overlay-medium::after {
  --overlay-opacity: 0.5;
}
.mission-image-wrapper.overlay-heavy::after {
  --overlay-opacity: 0.6;
}
.mission-image-wrapper.overlay-very-heavy::after {
  --overlay-opacity: 0.75;
}

.mission-image {
  width: 100%;
  border-radius: 35px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto 0;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  .mission-image {
    margin-inline: 0;
  }
}

.featured-buttons-w-text-container {
  display: grid;
  grid-template-columns: repeat(var(--cols, 1), 1fr);
  gap: var(--gap, 30px);
  margin-top: var(--homepage-section-spacing);
}
@media screen and (min-width: 992px) {
  .featured-buttons-w-text-container {
    --cols: 2;
    --gap: 100px;
  }
}
.featured-buttons-w-text-container .featured-buttons-w-text-wrapper {
  padding-inline: 20px;
}
.featured-buttons-w-text-container .featured-buttons-w-text-heading {
  margin-block: 0 40px;
  padding-top: 40px;
  color: var(--clr-white, white);
  text-align: center;
}
@media screen and (min-width: 992px) {
  .featured-buttons-w-text-container .featured-buttons-w-text-heading {
    text-align: left;
  }
}
.featured-buttons-w-text-container .featured-buttons-w-text-text {
  color: var(--clr-white, white);
}
.featured-buttons-w-text-container .featured-buttons-w-text-buttons {
  display: flex;
  flex-direction: column;
  color: var(--clr-white, white);
}
.featured-buttons-w-text-container .button {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 45px;
  color: var(--clr-white, white);
  font-size: 16px;
  text-decoration: none;
  position: relative;
  padding: 40px 30px;
  border: 1px solid transparent;
  border-radius: 20px;
  transition: var(--tr-background), var(--tr-border-color);
}
.featured-buttons-w-text-container .button::before {
  border-radius: 20px;
}
.featured-buttons-w-text-container .button::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background: var(--clr-white, white);
  height: 1px;
  width: 100%;
  display: block;
}
.featured-buttons-w-text-container .button:hover {
  text-decoration: none;
  border-color: var(--clr-white, white);
}
.featured-buttons-w-text-container .button i {
  font-size: 60px;
}
.featured-buttons-w-text-container .button h4 {
  margin: 0;
  font-size: 40px;
  font-style: italic;
  color: var(--clr-white, white);
}

.featured_content_heading {
  text-align: center;
  margin-top: 100px;
}

.featured-content-container {
  --cols: 3;
  --rows: 2;
  margin-top: var(--homepage-section-spacing);
  z-index: 10;
  position: relative;
}
.featured-content-container .slick-track {
  gap: 20px;
}
.featured-content-container .teaser-box .teaser-image-wrapper img {
  aspect-ratio: 3/2;
}
.featured-content-container .featured-content-item-wrapper.slick-slide {
  margin-inline: 8px;
}
.featured-content-container .slick-arrow {
  bottom: -70px;
  top: auto;
  z-index: 1;
  left: 0;
  transform: translateX(-50%);
}
.featured-content-container .slick-arrow.slick-prev {
  margin-left: 43%;
}
.featured-content-container .slick-arrow.slick-next {
  margin-left: 57%;
}
@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;
  }
}

.banner-container {
  --content-inset: 35px 25px;
  margin-top: calc(50px + var(--homepage-section-spacing));
  z-index: 10;
  position: relative;
}
@media screen and (min-width: 992px) {
  .banner-container.mass-times-container .banner-content-wrapper.mass-times {
    max-width: 50%;
    margin-top: 0;
  }
}
.banner-container .banner-img {
  width: 90%;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 35px;
}
.banner-container .banner-heading {
  font-weight: normal;
  font-size: clamp(24px, 2.5vw, 70px);
  text-align: center;
  color: white;
  margin-block: 0 40px;
}
@media screen and (min-width: 992px) {
  .banner-container .banner-content-wrapper {
    position: absolute;
    top: 50%;
    right: 10%;
    translate: 0 -50%;
    margin-inline: 0;
  }
}
.banner-container .banner-content-wrapper .banner-content {
  padding: var(--content-inset);
  position: relative;
  border: 1px solid white;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  margin-inline: 60px;
  min-height: 470px;
}
.banner-container .banner-content-wrapper .banner-content.slick-active {
  transform: scale(1.075);
  transition: var(--tr-transform);
  transition-delay: 0.5s;
}
.banner-container .banner-content-wrapper .banner-content::after {
  content: "";
  position: absolute;
  inset: 0;
  background: white;
  opacity: 0;
  border-radius: 20px;
}
.banner-container .banner-content-wrapper .banner-content.slick-active::after {
  opacity: 0.2;
}
.banner-container .banner-content-wrapper .banner-content > * {
  position: relative;
  z-index: 1;
}
.banner-container .banner-content-wrapper .banner-content.stats .banner-items {
  padding-bottom: 100px;
}
.banner-container .banner-content-wrapper .banner-content.stats .banner-items .slick-arrow {
  top: 25%;
}
.banner-container .banner-content-wrapper .banner-content .banner-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.banner-container .banner-content-wrapper .banner-content .banner-item i {
  font-size: clamp(80px, 5vw, 100px);
  color: var(--clr-primary);
}
.banner-container .banner-content-wrapper .banner-content .banner-item .banner-item-content {
  display: flex;
  flex-direction: row;
}
.banner-container .banner-content-wrapper .banner-content .slick-dots {
  margin-block: 30px 40px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .banner-container.mass-times-container .banner-img {
    width: 80%;
    height: 700px;
    max-height: none;
  }
}
.banner-container.mass-times-container .banner-content-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.banner-container.mass-times-container .banner-item-heading {
  margin-right: 1ch;
}
.banner-container.mass-times-container .mass-times-day.banner-item-heading,
.banner-container.mass-times-container .mass-times-item-label,
.banner-container.mass-times-container .mass-times-item-time {
  font-size: clamp(20px, 2.5vw, 25px);
  color: white;
}
.banner-container.mass-times-container .slick-dots {
  margin-top: 130px;
}
.banner-container.mass-times-container .mass-times-link .the-button {
  padding: 10px 40px;
}
@media screen and (min-width: 768px) {
  .banner-container.mass-times-container .mass-times-link .the-button {
    padding: 10px 60px;
  }
}
.banner-container.mass-times-container .mass-times {
  min-height: 470px;
  margin-top: -20%;
  max-width: 95%;
  margin-inline: auto 0;
  margin-bottom: 150px;
}
.banner-container.mass-times-container .mass-times .slick-list {
  overflow: visible;
}
.banner-container.mass-times-container .mass-times .slick-list .mass-times-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 15px;
}
.banner-container.mass-times-container .mass-times .slick-list .mass-times-items .mass-times-item {
  flex: 0 25%;
  flex-direction: column;
}
.banner-container.mass-times-container .mass-times .slick-list .mass-times-items .mass-times-item .banner-item-content {
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.banner-container.mass-times-container .mass-times button {
  left: 0;
  bottom: 0;
  top: unset;
  transform: translate(0, 165%);
}
.banner-container.mass-times-container .mass-times button.slick-prev {
  margin-left: 37%;
}
.banner-container.mass-times-container .mass-times button.slick-next {
  margin-left: 53%;
}
@media screen and (min-width: 425px) {
  .banner-container.mass-times-container .mass-times .slick-list .mass-times-items .mass-times-item .banner-item-content {
    flex-direction: row;
    margin-bottom: 0;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 992px) {
  .banner-container.mass-times-container .mass-times {
    min-height: 800px;
    overflow: hidden;
  }
  .banner-container.mass-times-container .mass-times .slick-list {
    margin-top: 100px;
  }
  .banner-container.mass-times-container .mass-times button {
    top: 50%;
    bottom: unset;
    transform: translate(0, -50%);
    border: 3px solid var(--button-border-color);
    border-radius: 20px;
    color: var(--button-font-color-hover);
    background: var(--button-background-color);
    overflow: hidden;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    outline: none;
    transition: all 0.3s;
    box-shadow: var(--box-shadow);
  }
  .banner-container.mass-times-container .mass-times button.slick-prev {
    left: 30px;
    margin-left: 0;
  }
  .banner-container.mass-times-container .mass-times button.slick-next {
    right: 30px;
    left: unset;
    margin-left: 0;
  }
  .banner-container.mass-times-container .mass-times button::before {
    color: var(--button-font-color);
  }
}
@media screen and (min-width: 1280px) {
  .banner-container.mass-times-container .mass-times .mass-times-items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 15px;
  }
  .banner-container.mass-times-container .mass-times .mass-times-items .mass-times-item {
    flex: 0 25%;
    flex-direction: column;
  }
  .banner-container.mass-times-container .mass-times .mass-times-items .slick-dots {
    margin-block: 100px 30px;
  }
}
@media screen and (min-width: 768px) {
  .banner-container .banner-content-wrapper .banner-content {
    margin-inline: 100px;
  }
}
@media screen and (min-width: 992px) {
  .banner-container {
    --content-inset: 60px 4rem;
  }
  .banner-container .banner-content-wrapper .banner-content {
    min-height: 600px;
    margin-top: 0;
    margin-inline: 40px;
  }
  .banner-container .banner-content-wrapper .banner-content .slick-dots {
    margin-block: 40px 60px;
  }
}
@media screen and (min-width: 1280px) {
  .banner-container {
    --content-inset: 60px 5rem;
  }
  .banner-container .banner-content-wrapper {
    max-width: 55%;
  }
  .banner-container .stats.banner-content-wrapper .banner-items {
    padding-bottom: 0;
  }
}

.calendar-container {
  --grid-layout: auto;
  text-align: center;
}
.calendar-container .simcal-events-list-container {
  display: grid;
  grid-template-columns: var(--grid-layout);
}
.calendar-container .simcal-events-list-container .simcal-event {
  list-style: none;
}
.calendar-container .simcal-events-list-container .simcal-event .simcal-event-details {
  display: flex;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .calendar-container {
    --grid-layout: auto auto;
  }
}
@media screen and (min-width: 1280px) {
  .calendar-container {
    --grid-layout: auto auto auto;
  }
}

.news-heading {
  margin-top: calc(var(--homepage-section-spacing) + 65px);
  margin-bottom: 45px;
  color: white;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .news-heading {
    margin-top: calc(var(--homepage-section-spacing) + 40px);
  }
}

.news-container {
  z-index: 10;
  margin-bottom: 150px;
}
.news-container .slick-list {
  overflow: visible;
}
.news-container .news-slide {
  margin-inline: 40px;
}
@media screen and (min-width: 768px) {
  .news-container .news-slide {
    margin-inline: 30px;
  }
}
@media screen and (min-width: 992px) {
  .news-container .news-slide {
    margin-inline: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .news-container .news-slide {
    margin-inline: 70px;
  }
}
.news-container .slick-slide .post-wrapper {
  transition: var(--tr-transform);
}
.news-container .slick-center .post-wrapper {
  transform: scale(1.1);
  transition: var(--tr-transform);
  transition-delay: 0.5s;
  position: relative;
}
.news-container .post-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  flex-direction: row;
  gap: clamp(15px, 2.5vw, 45px);
  border: 1px solid white;
  border-radius: 35px;
  padding: 45px;
  height: 100%;
}
.news-container .post-wrapper > * {
  position: relative;
  z-index: 1;
}
.news-container .post-wrapper::after {
  border-radius: 35px;
}
.news-container .post-wrapper img {
  border-radius: 20px;
  max-height: 40vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .news-container .post-wrapper img {
    height: 100%;
  }
}
.news-container .post-wrapper .post-content-wrapper {
  color: white;
}
.news-container .post-wrapper .post-heading {
  font-size: clamp(25px, 2vw, 40px);
  margin-block: 0 clamp(20px, 2.5vw, 60px);
  position: relative;
  color: white;
}
.news-container .post-wrapper .post-excerpt {
  font-size: clamp(16px, 1.5vw, 23px);
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .news-container .post-wrapper {
    grid-template-columns: 3fr 4fr;
  }
}
.news-container .slick-arrow {
  bottom: -100px;
  top: auto;
  z-index: 1;
  left: 0;
  transform: translateX(-50%);
}
.news-container .slick-arrow.slick-prev {
  margin-left: 43%;
}
.news-container .slick-arrow.slick-next {
  margin-left: 57%;
}
.gallery-container {
  margin-top: var(--homepage-section-spacing);
  z-index: 10;
  position: relative;
}
.gallery-container .gallery-heading {
  font-size: clamp(25px, 2.5vw, 40px);
  margin-block: 0 50px;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .gallery-container {
    max-width: 75%;
    margin-inline: auto;
  }
  .gallery-container .gallery-heading {
    margin-left: 20px;
    margin-bottom: 65px;
  }
}

.contact-form-container {
  margin-top: var(--homepage-section-spacing);
  max-width: 65%;
  margin-inline: auto;
  z-index: 10;
  position: relative;
}
.contact-form-container .contact-form-heading {
  margin-bottom: 70px;
}
.contact-form-container .gform_footer {
  text-align: right;
}
.contact-form-container input,
.contact-form-container textarea {
  background: white;
  border-radius: 35px;
}
.contact-form-container textarea {
  resize: vertical;
}

.testimonials-container {
  --image-size: 100px;
  --padding: 30px 50px;
  --gap: 15px;
  --opacity: 0.7;
  margin-block: var(--homepage-section-spacing) 150px;
}
.testimonials-container .testimonials-heading {
  text-align: center;
  margin-block: 0 50px;
  font-size: clamp(35px, 3.5vw, 45px);
}
.testimonials-container .slick-track {
  display: flex;
  align-items: center;
}
.testimonials-container .slick-arrow {
  --pos-x: 27%;
  top: auto;
  bottom: -100px;
}
.testimonials-container .slick-arrow.slick-prev {
  left: var(--pos-x);
}
.testimonials-container .slick-arrow.slick-next {
  right: var(--pos-x);
}
@media screen and (min-width: 768px) {
  .testimonials-container .slick-arrow {
    --pos-x: 41%;
  }
}
@media screen and (min-width: 992px) {
  .testimonials-container .slick-arrow {
    --pos-x: 43%;
  }
}
@media screen and (min-width: 1280px) {
  .testimonials-container .slick-arrow {
    --pos-x: 45%;
  }
}
.testimonials-container .testimonial-wrapper {
  border-radius: 0 60px 0 60px;
  background: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  margin-inline: var(--gap);
  padding: var(--padding);
  transition: all 0.4s ease;
  opacity: var(--opacity);
}
.testimonials-container .testimonial-wrapper.slick-current {
  --opacity: 1;
}
.testimonials-container .testimonial-wrapper .testimonial-header-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 10px;
  align-items: flex-start;
}
@media screen and (min-width: 992px) {
  .testimonials-container .testimonial-wrapper .testimonial-header-wrapper {
    flex-direction: row;
    align-items: center;
  }
}
.testimonials-container .testimonial-wrapper .testimonial-header-wrapper .testimonial-heading {
  color: var(--clr-secondary);
  font-size: clamp(27px, 2.5vw, 35px);
  font-weight: bold;
  font-family: var(--font-heading);
  margin: 0;
}
.testimonials-container .testimonial-wrapper .testimonial-image {
  border-radius: 10000px;
  width: var(--image-size);
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease;
}
.testimonials-container .testimonial-wrapper .testimonial-content {
  font-size: clamp(16px, 2.5vw, 20px);
  margin-bottom: 25px;
}

.parish-cluster {
  margin: 0px auto 6rem;
  padding: 45px 0;
  position: relative;
  background: transparent;
  text-align: center;
  /* Map Slider */
}
.parish-cluster .parishButtons {
  height: 310px;
  text-align: left;
  padding: 0 0rem;
}
.parish-cluster .parishButtons a {
  text-decoration: none;
}
.parish-cluster .parishButtons .featured-button {
  border: 1px solid white;
  border-radius: 20px;
  position: relative;
  padding: 25px 35px 40px;
  height: 300px;
  border-radius: 20px;
  position: relative;
  background-size: cover;
  overflow: hidden;
  margin-right: 20px;
  margin-left: 20px;
}
.parish-cluster .parishButtons .featured-button[href="#"] {
  pointer-events: none;
}
.parish-cluster .parishButtons .featured-button img {
  height: 50%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  width: 100%;
}
.parish-cluster .parishButtons .featured-button h3 {
  text-transform: uppercase;
  margin: 15px 0 0;
}
.parish-cluster .parishButtons .featured-button .button-title, .parish-cluster .parishButtons .featured-button p, .parish-cluster .parishButtons .featured-button img {
  text-align: center;
  color: #fff;
  position: relative;
  left: unset;
  transform: unset;
  line-height: 1.1;
}
.parish-cluster .parishButtons .featured-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: white;
  opacity: 0.2;
  border-radius: 20px;
  transition: all 0.4s ease;
}
.parish-cluster .parishButtons .featured-button::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 50%;
  background: black;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 1;
}
.parish-cluster .parishButtons .slick-arrow {
  bottom: -100px;
  top: auto;
  z-index: 1;
  left: 0;
  transform: translateX(-50%);
}
.parish-cluster .parishButtons .slick-arrow.slick-prev {
  margin-left: 43%;
}
.parish-cluster .parishButtons .slick-arrow.slick-next {
  margin-left: 57%;
}
.parish-cluster .parishButtons .slick-arrow::before {
  color: var(--button-font-color);
}
.parish-cluster.parishFlex {
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  position: relative;
}
.parish-cluster.parishFlex .parish-scroll-title {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  margin-bottom: 2rem;
}
.parish-cluster.parishFlex .parishScroll {
  width: 80%;
  margin: 0 auto;
}
.parish-cluster.parishFlex .parishScroll .slick-arrow {
  transform: rotate(90deg);
  left: 0%;
}
.parish-cluster.parishFlex .parishScroll .slick-arrow.slick-prev {
  top: -20%;
}
.parish-cluster.parishFlex .parishScroll .slick-arrow.slick-prev::before {
  content: "\f053";
}
.parish-cluster.parishFlex .parishScroll .slick-arrow.slick-next {
  bottom: -20%;
  top: unset;
}
.parish-cluster.parishFlex .parishScroll .slick-arrow.slick-next::before {
  content: "\f054";
}
.parish-cluster.parishFlex .parishScroll .testimonials-carousel .testimonial {
  opacity: 0.25;
}
.parish-cluster.parishFlex .parishScroll .testimonials-carousel .testimonial a {
  text-decoration: none;
}
.parish-cluster.parishFlex .parishScroll .testimonials-carousel .testimonial .testimonial-title {
  margin: 1px;
  color: var(--clr-secondary);
}
.parish-cluster.parishFlex .parishScroll .testimonials-carousel .testimonial .testimonial-content {
  font-size: 18px;
}
.parish-cluster.parishFlex .parishScroll .testimonials-carousel .testimonial.slick-active {
  opacity: 1;
}
.parish-cluster .parish-map-title {
  margin-left: 8%;
}
.parish-cluster .parish-maps {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  justify-content: center;
}
.parish-cluster .parish-maps #map {
  height: 400px;
}
.parish-cluster .parish-maps .slick-list {
  padding: 0 !important;
}
.parish-cluster .parish-maps .parish-maps-wrapper {
  margin-top: 25px;
}
.parish-cluster .parish-maps .parish-maps-wrapper .parish-map div[id^=map] {
  min-height: 480px;
}
.parish-cluster .parish-maps .parish-map-slider {
  margin-bottom: 75px;
}
.parish-cluster .parish-maps .parish-map-slider .parish-text-wrapper {
  color: var(--clr-secondary);
}
.parish-cluster .parish-maps .parish-map-slider .parish-text-wrapper .parish-title {
  margin: 20px 0;
}
.parish-cluster .parish-maps .parish-map-slider .parish-text-wrapper a {
  color: var(--clr-secondary);
}
.parish-cluster .parish-maps .parish-map-slider .parish-text-wrapper a:hover, .parish-cluster .parish-maps .parish-map-slider .parish-text-wrapper a:focus {
  text-decoration: underline;
}
.parish-cluster .parish-maps .parish-map-slider .parish-text-wrapper div + div {
  margin-top: 10px;
}
.parish-cluster .parish-maps .slick-arrow {
  left: 0px;
  background-color: var(--clr-primary);
  border-color: var(--clr-primary);
  bottom: -50%;
  top: unset;
}
.parish-cluster .parish-maps .slick-arrow.slick-prev {
  transform: translate(0%, -50%);
}
.parish-cluster .parish-maps .slick-arrow.slick-next {
  transform: translate(150%, -50%);
}
.parish-cluster .parish-maps .slick-arrow:hover, .parish-cluster .parish-maps .slick-arrow:focus {
  background-color: transparent;
}
.parish-cluster .parish-maps .slick-arrow:hover:before, .parish-cluster .parish-maps .slick-arrow:focus:before {
  color: var(--clr-primary);
}
@media screen and (min-width: 768px) {
  .parish-cluster.parishFlex .parishScroll {
    width: 60%;
  }
}
@media screen and (min-width: 992px) {
  .parish-cluster {
    /* Map Slider */
  }
  .parish-cluster.parishFlex {
    flex-direction: row;
  }
  .parish-cluster.parishFlex h1.parish-scroll-title {
    width: 50%;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0.67em;
  }
  .parish-cluster.parishFlex .parishScroll {
    margin: 0 0 0 20px;
    width: 50%;
  }
  .parish-cluster .parish-maps {
    display: flex;
    flex-direction: row;
    flex-wrap: nowwrap;
    justify-content: center;
  }
  .parish-cluster .parish-maps .parish-maps-wrapper {
    width: 50%;
    margin-top: 0;
  }
  .parish-cluster .parish-maps .parish-map-slider {
    width: 50%;
    margin-left: 3.125rem;
    margin-bottom: 0;
  }
  .parish-cluster .parish-maps .parish-map-slider .parish-text-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowwrap;
    justify-content: flex-start;
  }
  .parish-cluster .parish-maps .slick-arrow {
    bottom: 4rem;
  }
}

.buttons-container.carousel {
  height: 35.5rem;
  perspective: 44.375rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  transform-style: preserve-3d;
  transform-origin: 0% 50%;
}
.buttons-container .button {
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 2px solid var(--clr-primary);
  width: 20.5rem;
  max-width: 85vw;
  min-height: 30rem;
  padding: 30px;
  overflow: hidden;
  box-shadow: var(--box-shadow);
}
.buttons-container .button i {
  align-self: center;
  color: var(--clr-secondary);
  font-size: 10rem;
}
.buttons-container .button .button-image {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 10rem;
  margin: 0 auto;
}
.buttons-container .button .button-title {
  margin: 0.75em auto 1.25em 0;
}
.buttons-container .button .button-text {
  font-size: 18px;
  color: #404040;
}
.buttons-container .button .the-button {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.buttons-container.alt-featured {
  display: grid;
  grid-template-columns: auto;
  gap: 20px;
  margin-block: 2rem;
}
@media screen and (min-width: 992px) {
  .buttons-container.alt-featured {
    grid-template-columns: 40% 60%;
    max-width: 70%;
  }
}
.buttons-container.alt-featured .subtitle {
  font-weight: 400;
}
.buttons-container.alt-featured .buttons {
  display: flex;
  flex-direction: column;
}
.buttons-container.alt-featured .buttons .button {
  display: grid;
  grid-template-columns: 25% 75%;
  justify-items: center;
  align-items: center;
  width: 100%;
  background: transparent;
  min-height: auto;
  padding-bottom: 20px;
  text-decoration: none;
}
.buttons-container.alt-featured .buttons .button:hover {
  text-decoration: none;
  background: var(--clr-primary);
  color: inherit;
}
.buttons-container.alt-featured .buttons .button:not(:last-child) {
  border-bottom: 1px solid var(--clr-primary);
}
.buttons-container.alt-featured .buttons .button:has(> :first-child:last-child) {
  grid-template-columns: 100%;
}
.buttons-container.alt-featured .buttons .button .button-title {
  font-weight: 400;
  margin-bottom: 0.5em;
}
.buttons-container.alt-featured .buttons .button .content-wrapper {
  padding-left: 50px;
  display: flex;
  flex-direction: column;
}
.buttons-container.alt-featured .buttons .button i {
  font-size: 5rem;
}

.carousel-arrows {
  --buttons-arrow-size: 2.75rem;
  display: flex;
  justify-content: center;
  margin-bottom: 2.75rem;
}
.carousel-arrows i {
  background: var(--clr-secondary);
  width: 30px;
  height: 30px;
  border: 2px solid var(--clr-secondary);
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  margin-right: 1rem;
  opacity: 0.75;
  transition: background 0.25s ease-in, color 0.25s ease-in, opacity 0.25s ease-in;
}
.carousel-arrows i:last-child {
  margin-right: 0;
}
.carousel-arrows i:hover, .carousel-arrows i:focus {
  background: #fff;
  color: var(--clr-secondary);
  opacity: 1;
}

.ministry-funnel {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 25px 40px;
}
.ministry-funnel.entry-content::before, .ministry-funnel.entry-content::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .ministry-funnel {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .ministry-funnel {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ministry-slider .ministry-group {
  cursor: pointer;
}
.ministry-slider .ministry-group .teaser-box h2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 26px;
  padding-top: 25px;
  padding-inline: 10px;
}
.ministry-slider .ministry-group .teaser-image-wrapper img {
  aspect-ratio: 1/1;
}
.ministry-slider .ministry-group .slick-arrow {
  border-color: white;
  color: white;
  top: 50%;
  transform: translateY(-50%);
}
.ministry-slider .ministry-group .slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
.ministry-slider .ministry-group .slick-prev {
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .ministry-slider .ministry-group .slick-next {
    right: -5%;
  }
  .ministry-slider .ministry-group .slick-prev {
    left: -5%;
  }
}
.ministry-slider .ministry-group .slick-list {
  overflow: visible;
}
.ministry-slider .ministry-group .slick-list .slick-track .slick-slide {
  transition: var(--tr-opacity);
  margin-inline: 10px;
}
.ministry-slider .ministry-group .slick-list .slick-track .slick-slide:not(.slick-active) {
  opacity: 0;
}

.ministries-container h2 {
  padding-inline: 5%;
}

.staff-category {
  margin-bottom: 7rem;
  max-width: 90%;
  margin-inline: auto;
}

.staff-category-members {
  display: grid;
  grid-template-columns: auto;
  row-gap: 80px;
}

@media screen and (min-width: 768px) {
  .staff-category-members {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (min-width: 992px) {
  .staff-category-members {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
.staff-member {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.staff-member .teaser-image-wrapper {
  padding-top: 0;
}
.staff-member .teaser-image-wrapper img {
  aspect-ratio: 3/4;
}
.staff-member .staff-member-position {
  margin-block: 0;
}
.staff-member .links-container {
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: flex-end;
}
.staff-member .links-container .the-button {
  padding-inline: 20px;
}
.staff-member .links-container .the-button::before, .staff-member .links-container .the-button::after {
  content: unset;
}

.archive.tax-ministry-group .taxonomy-description {
  text-align: center;
}
.archive.tax-ministry-group .taxonomy-container {
  margin: 3.75rem auto 0;
}
.archive.tax-ministry-group .taxonomy-container .taxonomy-single .ministry-name {
  margin: 0 0 0.5em !important;
}
.archive.tax-ministry-group .taxonomy-container .taxonomy-single .ministry-name .ministry-name-link {
  text-decoration: none;
  transition: color 0.25s ease-in;
}
.archive.tax-ministry-group .taxonomy-container .taxonomy-single .ministry-name .ministry-name-link:hover, .archive.tax-ministry-group .taxonomy-container .taxonomy-single .ministry-name .ministry-name-link:focus {
  text-decoration: underline;
}
.archive.tax-ministry-group .taxonomy-container .taxonomy-single .ministry-text {
  margin: 0;
}
@media screen and (max-width: 1399px) {
  .archive.tax-ministry-group .taxonomy-container .taxonomy-single .read-more-link {
    margin-left: auto;
  }
}

.single-container article {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
}
.single-container article .single-content {
  width: 100%;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0 auto 2rem;
}
.page-content .single-container,
.entry-content .single-container,
.entry-summary .single-container {
  display: flex;
  width: 100%;
  margin-top: 2.75rem;
}
.page-content .single-container .single-thumbnail,
.entry-content .single-container .single-thumbnail,
.entry-summary .single-container .single-thumbnail {
  float: left;
  margin: 0 1.5rem 1.5rem 0;
  max-width: 25rem;
}
.page-content .single-container .single-content .single-title,
.entry-content .single-container .single-content .single-title,
.entry-summary .single-container .single-content .single-title {
  margin-top: 0 !important;
}

.single-ministry .single-container {
  flex-wrap: wrap;
}
.single-ministry .single-container .contact-persons-container {
  display: grid;
  grid-template-columns: auto;
  gap: 2rem;
  max-width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .single-ministry .single-container .contact-persons-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.single-ministry .single-container .contact-persons-container .teaser-box.blurred {
  background: transparent;
}
.single-ministry .single-container .contact-persons-container .teaser-box.blurred > * {
  position: relative;
  z-index: 1;
}
.single-ministry .single-container .contact-persons-container .teaser-box.blurred h2 {
  font-size: 26px;
  padding-top: 25px;
  padding-inline: 10px;
}
.single-ministry .single-container .contact-persons-container .teaser-box.blurred .contact-email {
  line-break: anywhere;
}
.single-ministry .single-container .single-thumbnail img {
  border-radius: 50%;
}
.single-ministry .single-container .contact-persons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-bottom: 1px solid;
  width: 100%;
  margin-bottom: 2rem;
}
.single-ministry .single-container .contact-persons .contact-person {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 0 0.5rem;
}
.single-ministry .single-container .contact-persons .contact-person a {
  transition: color 0.25s ease-in;
}
.single-ministry .single-container .contact-persons .contact-person .contact-name,
.single-ministry .single-container .contact-persons .contact-person .contact-email {
  margin: 0 0.5rem 0 0 !important;
}
.single-ministry .single-container .contact-persons .contact-person .contact-name {
  font-weight: 700;
  border-right: 1px solid;
  padding-right: 0.5rem;
  margin-right: 0.5rem;
}
.single-ministry .single-container .contact-persons .contact-person .contact-name.no-contact-info {
  border-color: transparent !important;
}
.single-ministry .single-container .contact-persons .contact-person .contact-phone {
  margin: 0 !important;
}

@media screen and (min-width: 1280px) {
  .single-ministry .single-container .single-ministry-article {
    width: 75%;
    padding-right: 5%;
  }
  .single-ministry .single-container .contact-persons-container {
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
}/*# sourceMappingURL=style.css.map */