@charset "UTF-8";
/*!
Theme Name: Parra Catholic
Theme URI: https://www.parracatholic.org.au
Author: Digerati Solutions
Author URI: https://www.digeratisolutions.com.au
Description: parracatholic
Version: 3.3.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: parracatholic
Domain Path: /lang
*/
/* Mixins
========================================================================== */
/* Overrides - move to theme.json when possible
========================================================================== */
html,
.editor-styles-wrapper {
  font-size: 60%;
}
@media (min-width: 1080px) {
  html,
  .editor-styles-wrapper {
    font-size: 62.5%;
  }
}

body,
.editor-styles-wrapper {
  --wp--preset--spacing--10: var(--wp--custom--spacing--10) !important;
  --wp--preset--spacing--15: var(--wp--custom--spacing--15) !important;
  --wp--preset--spacing--20: var(--wp--custom--spacing--20) !important;
  --wp--preset--spacing--25: var(--wp--custom--spacing--25) !important;
  --wp--preset--spacing--30: var(--wp--custom--spacing--30) !important;
  --wp--preset--spacing--40: var(--wp--custom--spacing--40) !important;
  --wp--preset--spacing--50: var(--wp--custom--spacing--50) !important;
  --wp--preset--spacing--60: var(--wp--custom--spacing--60) !important;
  --wp--preset--spacing--70: var(--wp--custom--spacing--70) !important;
  --wp--preset--spacing--80: var(--wp--custom--spacing--80) !important;
  --wp--preset--spacing--90: var(--wp--custom--spacing--90) !important;
  --wp--preset--spacing--100: var(--wp--custom--spacing--100) !important;
}

@font-face {
  font-family: "Gotham";
  src: url("css/fontface/Gotham-Thin.woff2") format("woff2"), url("css/fontface/Gotham-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("css/fontface/Gotham-Bold.woff2") format("woff2"), url("css/fontface/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("css/fontface/Gotham-Medium.woff2") format("woff2"), url("css/fontface/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("css/fontface/Gotham-Light.woff2") format("woff2"), url("css/fontface/Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("css/fontface/Gotham-Book.woff2") format("woff2"), url("css/fontface/Gotham-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Base
========================================================================== */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail,
.sticky {
  height: auto;
}

.alignleft {
  float: left;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.alignright {
  float: right;
}

.clear {
  clear: both;
}

.screen-reader-text {
  display: none;
}

.wp-caption,
.wp-caption-text,
.gallery-caption,
.bypostauthor {
  max-width: 100%;
  font-size: var(--wp--preset--font-size--small);
}

p:empty {
  display: none;
}

p.has-background {
  padding: var(--wp--preset--spacing--20);
}

/* Forms
========================================================================== */
form {
  font-size: var(--wp--preset--font-size--default);
}

input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([name*=acf-]):not([class*=BBForm]),
select:not([name*=acf-]):not([class*=BBForm]),
textarea:not([name*=acf-]):not([class*=BBForm]) {
  padding: 0 15px !important;
  height: 40px;
  font-family: var(--wp--preset--font-family--body);
  font-size: 14px;
  color: inherit;
  background: var(--wp--preset--color--secondary);
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  appearance: none;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1080px) {
  input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([name*=acf-]):not([class*=BBForm]),
  select:not([name*=acf-]):not([class*=BBForm]),
  textarea:not([name*=acf-]):not([class*=BBForm]) {
    font-size: var(--wp--preset--font-size--default);
    height: 50px;
  }
}
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([name*=acf-]):not([class*=BBForm]):focus,
select:not([name*=acf-]):not([class*=BBForm]):focus,
textarea:not([name*=acf-]):not([class*=BBForm]):focus {
  outline: none;
}
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([name*=acf-]):not([class*=BBForm]):disabled,
select:not([name*=acf-]):not([class*=BBForm]):disabled,
textarea:not([name*=acf-]):not([class*=BBForm]):disabled {
  background: var(--wp--preset--color--border);
  opacity: 0.5;
}

input[type=text]:not([name*=acf-]),
input[type=email]:not([name*=acf-]),
input[type=number]:not([name*=acf-]),
input[type=password]:not([name*=acf-]),
input[type=textarea]:not([name*=acf-]),
select:not([name*=acf-]) {
  width: 100%;
  max-width: 600px;
}
input[type=text]:not([name*=acf-])[aria-invalid=true],
input[type=email]:not([name*=acf-])[aria-invalid=true],
input[type=number]:not([name*=acf-])[aria-invalid=true],
input[type=password]:not([name*=acf-])[aria-invalid=true],
input[type=textarea]:not([name*=acf-])[aria-invalid=true],
select:not([name*=acf-])[aria-invalid=true] {
  border-color: var(--wp--preset--color--rose-1) !important;
}

input[type=radio]:not([name*=acf-]),
input[type=checkbox]:not([name*=acf-]) {
  height: auto;
}

textarea:not([name*=acf-]) {
  padding: 15px !important;
  width: 100%;
  height: 200px !important;
}

input[type=submit]:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]),
button[type=submit]:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]),
button[type=button]:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click*=actions]) {
  padding: 0 30px !important;
  width: auto;
  height: 40px;
  font-family: var(--wp--preset--font-family--body) !important;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 500 !important;
  text-transform: uppercase;
  color: var(--wp--preset--color--secondary);
  background: var(--wp--preset--color--accent);
  border: none !important;
  border-radius: 10px;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1080px) {
  input[type=submit]:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]),
  button[type=submit]:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]),
  button[type=button]:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click*=actions]) {
    height: 50px;
  }
}
input[type=submit]:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]):disabled,
button[type=submit]:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]):disabled,
button[type=button]:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click*=actions]):disabled {
  opacity: 0.35;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

input[type=file]:not([name*=acf-]) {
  padding: 0 !important;
  height: auto;
  border: none;
  background: transparent;
}

input[readonly]:not([name*=acf-]) {
  background: var(--wp--preset--color--tertiary);
}

input[type=button]:name([class*="acf-"]),
button:not([class*=acf-]) {
  cursor: pointer;
}

legend:not([name*=acf-]) {
  font-weight: 500;
}

.search-field {
  width: 100%;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

::placeholder {
  color: inherit;
  opacity: 0.5;
}

/* Typography
========================================================================== */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}

h5 + h1,
h5 + h2,
h5 + h3,
h5 + h4,
h6 + h1,
h6 + h2,
h6 + h3,
h6 + h4 {
  margin-top: 0 !important;
}

.has-large-font-size,
.has-big-font-size,
.has-huge-font-size {
  line-height: 1.55;
}

.lowercase {
  text-transform: lowercase;
}

/* Layout
========================================================================== */
.news-items {
  display: grid;
  gap: var(--wp--preset--spacing--40) 0;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 1080px) {
  .news-items {
    gap: var(--wp--preset--spacing--30) var(--wp--preset--spacing--60);
    grid-template-columns: repeat(var(--columns, 2), 1fr);
  }
}
.news-items[style="--columns: 1"] .news-item .item-content .content-title {
  max-width: unset;
}
.news-items .news-item {
  display: flex;
  gap: var(--wp--preset--spacing--40);
}
@media (max-width: 1080px) {
  .news-items .news-item {
    display: none;
  }
  .news-items .news-item:nth-child(-n+3) {
    display: flex;
  }
}
@media (min-width: 1080px) {
  .news-items .news-item {
    gap: var(--wp--preset--spacing--30);
  }
}
.news-items .news-item .item-image {
  width: 100px;
}
@media (min-width: 1080px) {
  .news-items .news-item .item-image {
    width: 120px;
  }
}
.news-items .news-item .item-image .image-container {
  aspect-ratio: 1/1;
  width: 100%;
  background: var(--wp--preset--color--tertiary);
  border-radius: 10px;
  overflow: hidden;
}
.news-items .news-item .item-image .image-container a {
  aspect-ratio: 1/1;
  width: 100%;
  display: block;
}
.news-items .news-item .item-image .image-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-items .news-item .item-content {
  flex: 1 1;
}
.news-items .news-item .item-content .content-title {
  margin: 0 0 var(--wp--preset--spacing--10);
  max-width: 325px;
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 400;
  line-height: 1.35;
  color: var(--wp--preset--color--accent);
}
@media (min-width: 1080px) {
  .news-items .news-item .item-content .content-title {
    margin: 0 0 var(--wp--preset--spacing--10);
  }
}
.news-items .news-item .item-content .content-title a {
  display: inline-block;
  text-decoration: none;
}
.news-items .news-item .item-content .content-date,
.news-items .news-item .item-content .content-category {
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.5;
  opacity: 0.5;
}
.news-items .news-item .item-content .content-date a,
.news-items .news-item .item-content .content-category a {
  text-decoration: none;
}

@media (max-width: 782px) {
  .events-swiper-container .swiper {
    overflow: visible;
  }
  .events-swiper-container .swiper-arrows {
    display: none;
  }
}
.events-swiper-container .swiper-slide {
  position: relative;
  aspect-ratio: 1/1.3;
  text-decoration: none;
  color: var(--wp--preset--color--secondary);
  background: var(--wp--preset--color--primary);
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 782px) {
  .events-swiper-container .swiper-slide {
    width: 75%;
  }
}
.events-swiper-container .swiper-slide .slide-image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.events-swiper-container .swiper-slide .slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.events-swiper-container .swiper-slide .slide-content {
  padding: var(--wp--preset--spacing--50);
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  flex-flow: column nowrap;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(0, 0, 0));
}
@media (min-width: 782px) {
  .events-swiper-container .swiper-slide .slide-content {
    padding: var(--wp--preset--spacing--30);
  }
}
.events-swiper-container .swiper-slide .slide-content .content-title {
  margin: 0 0 var(--wp--preset--spacing--10);
  max-width: 325px;
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 500;
  line-height: 1.35;
}
.events-swiper-container .swiper-slide .slide-content .content-date,
.events-swiper-container .swiper-slide .slide-content .content-category {
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.5;
  opacity: 0.75;
}

.acf-block-preview .events-swiper-container .slide-content {
  opacity: 0;
}

@media (max-width: 782px) {
  .carousel-swiper-container {
    margin-bottom: calc(var(--wp--preset--spacing--60) * 2) !important;
  }
}
@media (max-width: 1320px) {
  .carousel-swiper-container {
    margin-bottom: var(--wp--preset--spacing--60);
  }
}
.carousel-swiper-container .swiper .swiper-slide {
  width: calc(100% - var(--wp--preset--spacing--60) * 2);
  height: auto;
  background: var(--wp--preset--color--tertiary);
}
@media (min-width: 1320px) {
  .carousel-swiper-container .swiper .swiper-slide {
    width: 100%;
  }
}
.carousel-swiper-container .swiper .swiper-slide .wp-block-media-text {
  min-height: 20vh;
  height: 100%;
}
@media (max-width: 782px) {
  .carousel-swiper-container .swiper .swiper-slide .wp-block-media-text {
    display: flex;
    flex-flow: column nowrap;
  }
}
@media (max-width: 782px) {
  .carousel-swiper-container .swiper .swiper-slide .wp-block-media-text__media {
    order: 1;
    width: 100%;
    height: 275px !important;
    border-radius: 0 !important;
  }
  .carousel-swiper-container .swiper .swiper-slide .wp-block-media-text__media img {
    width: 100%;
    height: 275px !important;
    object-fit: cover;
    border-radius: 0 !important;
  }
}
@media (max-width: 782px) {
  .carousel-swiper-container .swiper .swiper-slide .wp-block-media-text__content {
    order: 2;
  }
}
@media (min-width: 1320px) {
  .carousel-swiper-container .swiper-pagination-container {
    padding: 0 var(--wp--preset--spacing--60);
  }
}
@media (max-width: 782px) {
  .carousel-swiper-container .swiper-pagination {
    height: calc(var(--wp--preset--spacing--60) * 2) !important;
  }
}
@media (max-width: 1320px) {
  .carousel-swiper-container .swiper-pagination {
    position: absolute;
    top: 100%;
    left: var(--wp--preset--spacing--60);
    right: var(--wp--preset--spacing--60);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: var(--wp--preset--spacing--60);
  }
  .carousel-swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    outline: none;
    border: none;
  }
  .carousel-swiper-container .swiper-pagination .swiper-pagination-bullet > span {
    display: none;
  }
  .carousel-swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: var(--wp--preset--color--mountain-blue-1);
  }
}
@media (min-width: 1320px) {
  .carousel-swiper-container .swiper-pagination {
    margin: var(--wp--preset--spacing--60) auto 0;
    position: relative;
    z-index: 7;
    display: none;
    gap: var(--wp--preset--spacing--30);
    flex-flow: row nowrap;
    top: 0;
    left: 0;
    bottom: 0;
    max-width: var(--wp--style--global--wide-size);
    line-height: 1.35;
  }
}
@media (min-width: 1320px) and (min-width: 1320px) {
  .carousel-swiper-container .swiper-pagination {
    display: flex;
  }
}
@media (min-width: 1320px) {
  .carousel-swiper-container .swiper-pagination .swiper-pagination-bullet {
    padding-bottom: var(--wp--preset--spacing--20);
    margin: 0;
    position: relative;
    width: auto;
    height: auto;
    display: block;
    border-radius: 0;
    font-weight: 400;
    border-radius: none;
    background: transparent;
    border: none;
    opacity: 0.5;
    outline: none;
  }
  .carousel-swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
  }
  .carousel-swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  .carousel-swiper-container .swiper-pagination .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border-left: var(--wp--preset--spacing--20) solid transparent;
    border-right: var(--wp--preset--spacing--20) solid transparent;
    border-top: var(--wp--preset--spacing--20) solid white;
    transform: translateX(-50%) translateY(-100%);
    visibility: hidden;
    opacity: 0;
    transition: transform 1s ease-in-out;
  }
}

.parish-items,
.agency-items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: var(--wp--preset--spacing--20);
}
@media (min-width: 600px) {
  .parish-items,
  .agency-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.parish-items .parish-item,
.parish-items .agency-item,
.agency-items .parish-item,
.agency-items .agency-item {
  position: relative;
  aspect-ratio: 1/1;
  text-decoration: none;
  color: var(--wp--preset--color--secondary);
  background: var(--wp--preset--color--accent);
  border-radius: 10px;
  overflow: hidden;
}
.parish-items .parish-item .item-image,
.parish-items .agency-item .item-image,
.agency-items .parish-item .item-image,
.agency-items .agency-item .item-image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.parish-items .parish-item .item-image img,
.parish-items .agency-item .item-image img,
.agency-items .parish-item .item-image img,
.agency-items .agency-item .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.parish-items .parish-item .item-content,
.parish-items .agency-item .item-content,
.agency-items .parish-item .item-content,
.agency-items .agency-item .item-content {
  padding: var(--wp--preset--spacing--50);
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  flex-flow: column nowrap;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(0, 0, 0));
}
@media (min-width: 782px) {
  .parish-items .parish-item .item-content,
  .parish-items .agency-item .item-content,
  .agency-items .parish-item .item-content,
  .agency-items .agency-item .item-content {
    padding: var(--wp--preset--spacing--30);
  }
}
.parish-items .parish-item .item-content .content-title,
.parish-items .agency-item .item-content .content-title,
.agency-items .parish-item .item-content .content-title,
.agency-items .agency-item .item-content .content-title {
  margin: 0 0 var(--wp--preset--spacing--10);
  max-width: 325px;
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 500;
  line-height: 1.35;
}
@media (min-width: 1080px) {
  .parish-items .parish-item .item-content .content-title,
  .parish-items .agency-item .item-content .content-title,
  .agency-items .parish-item .item-content .content-title,
  .agency-items .agency-item .item-content .content-title {
    margin: 0 0 var(--wp--preset--spacing--15);
  }
}

.parish-items.is-style-one-column {
  gap: var(--wp--preset--spacing--30);
}
@media (min-width: 600px) {
  .parish-items.is-style-one-column {
    grid-template-columns: repeat(1, 1fr);
  }
}
.parish-items.is-style-one-column .parish-item {
  color: var(--wp--preset--color--primary);
  background: transparent;
  overflow: hidden;
  aspect-ratio: unset;
  border-radius: 0;
}
.parish-items.is-style-one-column .parish-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.parish-items.is-style-one-column .parish-item .item-content {
  padding: 0;
  background: transparent;
}
.parish-items.is-style-one-column .parish-item .item-content .title-container .content-title {
  max-width: 100%;
}
.parish-items.is-style-one-column .parish-item .item-content .content-category {
  display: none;
}
.parish-items.is-style-one-column .parish-item .item-content h5 {
  margin: 0 0 5px;
  display: none;
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--diocesan-blue-1);
}

.agency-items.is-style-one-column {
  gap: var(--wp--preset--spacing--20);
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 782px) {
  .agency-items.is-style-one-column {
    grid-template-columns: repeat(2, 1fr);
  }
}
.agency-items.is-style-one-column .agency-item {
  display: flex;
  gap: var(--wp--preset--spacing--30);
  aspect-ratio: unset;
  color: var(--wp--preset--color--primary);
  background: transparent;
  border-radius: 0;
}
.agency-items.is-style-one-column .agency-item .item-image {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.agency-items.is-style-one-column .agency-item .item-image img {
  aspect-ratio: 1/1;
  width: 65px;
  height: auto;
  object-fit: unset;
  border-radius: 10px;
}
@media (min-width: 782px) {
  .agency-items.is-style-one-column .agency-item .item-image img {
    width: 80px;
  }
}
.agency-items.is-style-one-column .agency-item .item-content {
  padding: 0;
  flex: 1 1;
  justify-content: center;
  background: transparent;
}
.agency-items.is-style-one-column .agency-item .item-content .content-title {
  margin: 0 0 5px 0;
}

.event-items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: var(--wp--preset--spacing--30);
}
.event-items .event-item {
  padding: 0 0 var(--wp--preset--spacing--30) 0;
  display: flex;
  gap: var(--wp--preset--spacing--30);
  text-decoration: none;
  color: var(--wp--preset--color--primary);
  overflow: hidden;
  border-bottom: 1px solid var(--wp--preset--color--tertiary);
}
.event-items .event-item:last-child {
  padding: 0;
  border-bottom: none;
}
.event-items .event-item .item-feature {
  width: 90px;
}
@media (min-width: 1080px) {
  .event-items .event-item .item-feature {
    width: 180px;
  }
}
@media (max-width: 782px) {
  .event-items .event-item .item-feature {
    display: none;
  }
}
.event-items .event-item .item-feature > * {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  background: var(--wp--preset--color--accent);
  overflow: hidden;
}
.event-items .event-item .item-feature > * img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
}
.event-items .event-item .item-feature > * > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  color: var(--wp--preset--color--secondary);
}
.event-items .event-item .item-feature > * > div .day,
.event-items .event-item .item-feature > * > div .month {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
}
.event-items .event-item .item-feature > * > div .month {
  opacity: 0.5;
}
.event-items .event-item .item-feature > * > div .number {
  font-size: 30px;
  font-weight: 500;
}
.event-items .event-item .item-content {
  flex: 1 1;
  color: var(--wp--preset--color--primary);
}
.event-items .event-item .item-content .title-container {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media (min-width: 1080px) {
  .event-items .event-item .item-content .title-container {
    flex-flow: row nowrap;
  }
}
.event-items .event-item .item-content .content-date {
  padding: 3px 0;
  display: flex;
  gap: 10px;
  flex-flow: row nowrap;
  line-height: 1.5;
  white-space: nowrap;
}
.event-items .event-item .item-content .content-date .date-time {
  font-weight: 300;
}
.event-items .event-item .item-content .content-title {
  padding: 0 10% 5px 0;
  font-size: calc(var(--wp--preset--font-size--medium) * 1.1);
  font-weight: 500;
  line-height: 1.2;
}
.event-items .event-item .item-content .content-excerpt {
  margin: var(--wp--preset--spacing--15) 0;
  font-size: var(--wp--preset--font-size--small);
}
.event-items .event-item .item-content .wp-block-buttons {
  margin-top: var(--wp--preset--spacing--20);
}
.event-items .event-item .item-content a:not(.wp-block-button__link):not(input[type=submit]:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions])):not(button[type=submit]:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions])):not(button[type=button]:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click*=actions])) {
  text-decoration: none;
}

.content-category,
.content-date {
  display: flex;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 400;
  line-height: 1.5;
}
.content-category + .content-date,
.content-category + .content-category,
.content-date + .content-date,
.content-date + .content-category {
  margin-top: 2px;
}
.content-category > *:after,
.content-date > *:after {
  content: "";
}

.content-category {
  opacity: 0.5;
}

.content-distance {
  margin: var(--wp--preset--spacing--10) 0;
  display: flex;
  align-items: center;
  gap: var(--wp--preset--spacing--15);
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.35;
  opacity: 0.75;
}
.content-distance i {
  font-size: 12px;
  opacity: 0.5;
}
.content-distance > * {
  display: flex;
  align-items: center;
  gap: 5px;
}

.toggle-side-filters {
  margin-bottom: var(--wp--preset--spacing--30);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.5;
}
@media (max-width: 1080px) {
  .toggle-side-filters {
    padding: var(--wp--preset--spacing--20);
    display: none;
    color: var(--wp--preset--color--secondary);
    background: var(--wp--preset--color--accent);
    border-radius: 10px;
    opacity: 1;
  }
}

.side-filters {
  display: flex;
  gap: var(--wp--preset--spacing--10);
  flex-flow: column nowrap;
}
@media (max-width: 1080px) {
  .side-filters {
    display: none;
  }
}

/* Blocks
========================================================================== */
/* Buttons
 ========================================================================== */
.wp-block-buttons {
  margin-top: var(--wp--preset--spacing--30);
  display: flex;
}

.wp-block-button {
  margin-bottom: 0;
  display: inline-block;
}
.wp-block-button:not(.is-style-outline):not(.is-style-arrow-outline):not(.is-style-arrow-none) .wp-block-button__link, .wp-block-button:not(.is-style-outline):not(.is-style-arrow-outline):not(.is-style-arrow-none) #add_payment_method .wc-proceed-to-checkout a.checkout-button, #add_payment_method .wc-proceed-to-checkout .wp-block-button:not(.is-style-outline):not(.is-style-arrow-outline):not(.is-style-arrow-none) a.checkout-button,
.wp-block-button:not(.is-style-outline):not(.is-style-arrow-outline):not(.is-style-arrow-none) .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .wp-block-button:not(.is-style-outline):not(.is-style-arrow-outline):not(.is-style-arrow-none) a.checkout-button,
.wp-block-button:not(.is-style-outline):not(.is-style-arrow-outline):not(.is-style-arrow-none) .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout .wp-block-button:not(.is-style-outline):not(.is-style-arrow-outline):not(.is-style-arrow-none) a.checkout-button, .wp-block-button:not(.is-style-outline):not(.is-style-arrow-outline):not(.is-style-arrow-none) input[type=submit]:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]),
.wp-block-button:not(.is-style-outline):not(.is-style-arrow-outline):not(.is-style-arrow-none) button[type=submit]:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]),
.wp-block-button:not(.is-style-outline):not(.is-style-arrow-outline):not(.is-style-arrow-none) button[type=button]:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click*=actions]) {
  background-color: var(--wp--preset--color--primary);
}
.wp-block-button:not(.is-style-outline):not(.is-style-arrow-outline):not(.is-style-arrow-none) .wp-block-button__link:hover, .wp-block-button:not(.is-style-outline):not(.is-style-arrow-outline):not(.is-style-arrow-none) #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, #add_payment_method .wc-proceed-to-checkout .wp-block-button:not(.is-style-outline):not(.is-style-arrow-outline):not(.is-style-arrow-none) a.checkout-button:hover,
.wp-block-button:not(.is-style-outline):not(.is-style-arrow-outline):not(.is-style-arrow-none) .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout .wp-block-button:not(.is-style-outline):not(.is-style-arrow-outline):not(.is-style-arrow-none) a.checkout-button:hover,
.wp-block-button:not(.is-style-outline):not(.is-style-arrow-outline):not(.is-style-arrow-none) .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout .wp-block-button:not(.is-style-outline):not(.is-style-arrow-outline):not(.is-style-arrow-none) a.checkout-button:hover, .wp-block-button:not(.is-style-outline):not(.is-style-arrow-outline):not(.is-style-arrow-none) input[type=submit]:hover:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]),
.wp-block-button:not(.is-style-outline):not(.is-style-arrow-outline):not(.is-style-arrow-none) button[type=submit]:hover:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]),
.wp-block-button:not(.is-style-outline):not(.is-style-arrow-outline):not(.is-style-arrow-none) button[type=button]:hover:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click*=actions]) {
  background-color: var(--wp--preset--color--accent);
}
.wp-block-button.wp-block-button__width-25 {
  width: 100% !important;
}
@media (min-width: 782px) {
  .wp-block-button.wp-block-button__width-25 {
    width: calc(50% - var(--wp--preset--spacing--20)) !important;
  }
}
@media (min-width: 1080px) {
  .wp-block-button.wp-block-button__width-25 {
    width: calc(25% - var(--wp--preset--spacing--20)) !important;
  }
}
.wp-block-button.wp-block-button__width-50 {
  width: 100% !important;
}
@media (min-width: 782px) {
  .wp-block-button.wp-block-button__width-50 {
    width: calc(50% - var(--wp--preset--spacing--20)) !important;
  }
}
.wp-block-button.wp-block-button__width-75 {
  width: 100% !important;
}
@media (min-width: 1080px) {
  .wp-block-button.wp-block-button__width-75 {
    width: calc(75% - var(--wp--preset--spacing--20)) !important;
  }
}
.wp-block-button.wp-block-button__width-100 {
  width: 100% !important;
}
.wp-block-button.is-style-underline .wp-block-button__link, .wp-block-button.is-style-underline #add_payment_method .wc-proceed-to-checkout a.checkout-button, #add_payment_method .wc-proceed-to-checkout .wp-block-button.is-style-underline a.checkout-button,
.wp-block-button.is-style-underline .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .wp-block-button.is-style-underline a.checkout-button,
.wp-block-button.is-style-underline .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout .wp-block-button.is-style-underline a.checkout-button, .wp-block-button.is-style-underline input[type=submit]:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]),
.wp-block-button.is-style-underline button[type=submit]:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]),
.wp-block-button.is-style-underline button[type=button]:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click*=actions]) {
  margin-bottom: 2px;
  padding: 0 0 6px 0 !important;
  position: relative;
  font-weight: 400;
  color: var(--wp--preset--color--primary);
  white-space: nowrap;
  border: none !important;
  background: transparent !important;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 8px;
  transition: all 0.2s ease-in-out;
}
.wp-block-button.is-style-underline .wp-block-button__link:hover, .wp-block-button.is-style-underline #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, #add_payment_method .wc-proceed-to-checkout .wp-block-button.is-style-underline a.checkout-button:hover,
.wp-block-button.is-style-underline .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout .wp-block-button.is-style-underline a.checkout-button:hover,
.wp-block-button.is-style-underline .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout .wp-block-button.is-style-underline a.checkout-button:hover, .wp-block-button.is-style-underline input[type=submit]:hover:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]),
.wp-block-button.is-style-underline button[type=submit]:hover:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]),
.wp-block-button.is-style-underline button[type=button]:hover:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click*=actions]) {
  opacity: 0.5;
}
.wp-block-button .wp-block-button__link, .wp-block-button #add_payment_method .wc-proceed-to-checkout a.checkout-button, #add_payment_method .wc-proceed-to-checkout .wp-block-button a.checkout-button,
.wp-block-button .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .wp-block-button a.checkout-button,
.wp-block-button .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout .wp-block-button a.checkout-button, .wp-block-button input[type=submit]:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]),
.wp-block-button button[type=submit]:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]),
.wp-block-button button[type=button]:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click*=actions]) {
  padding: 12px 18px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Columns
 ========================================================================== */
.wp-block-columns.is-style-collapse {
  gap: 0 !important;
}
.wp-block-columns:where(.wp-block-columns.is-layout-flex) {
  gap: var(--wp--preset--spacing--50);
}
@media (max-width: 1080px) {
  .wp-block-columns:where(.wp-block-columns.is-layout-flex) {
    gap: var(--wp--preset--spacing--40);
  }
}
.wp-block-columns.is-style-border {
  gap: var(--wp--preset--spacing--40);
}
@media (min-width: 782px) {
  .wp-block-columns.is-style-border .wp-block-column {
    padding-right: var(--wp--preset--spacing--40);
    border-right: 2px solid rgba(0, 0, 0, 0.1);
  }
  .wp-block-columns.is-style-border .wp-block-column:last-child, .wp-block-columns.is-style-border .wp-block-column:empty {
    border-right: 2px solid transparent;
  }
}
@media (max-width: 1080px) {
  .wp-block-columns .wp-block-column:empty {
    display: none;
  }
}
.wp-block-columns .wp-block-column.is-style-stretch {
  display: flex;
  flex-flow: column nowrap;
}
.wp-block-columns .wp-block-column.is-style-stretch > *:last-child {
  margin-top: auto;
}
.wp-block-columns .wp-block-column.has-background {
  padding: var(--wp--preset--spacing--100);
}
@media (min-width: 1080px) {
  .wp-block-columns .wp-block-column.has-background {
    padding: var(--wp--preset--spacing--40);
  }
}

/* Cover
========================================================================== */
.wp-block-cover {
  min-height: 200px;
}
@media (min-width: 782px) {
  .wp-block-cover.is-style-stretch {
    height: 100% !important;
  }
}

/* Group
 ========================================================================== */
.wp-block-group {
  position: relative;
}
.wp-block-group.is-style-stretch {
  height: 100%;
}
.wp-block-group.has-background {
  padding: var(--wp--preset--spacing--50);
}
.wp-block-group.alignfull:not(.has-background) {
  padding: 0 var(--wp--preset--spacing--50);
}

/* Gallery
 ========================================================================== */
.wp-block-gallery {
  --wp--style--unstable-gallery-gap: var(--wp--preset--spacing--15) !important;
  gap: var(--wp--preset--spacing--15) !important;
}

/* Media & Text
========================================================================== */
.wp-block-media-text {
  position: relative;
  z-index: 2;
}
@media (max-width: 782px) {
  .wp-block-media-text.is-stacked-on-mobile {
    -ms-grid-columns: 100% !important;
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media {
  min-height: 250px !important;
}
@media (min-width: 600px) {
  .wp-block-media-text.alignfull.has-media-on-the-right .wp-block-media-text__content,
  .wp-block-media-text.alignfull.has-media-on-the-right > .block-editor-inner-blocks {
    margin-left: auto;
    margin-right: 0;
  }
}
.wp-block-media-text.alignfull.has-media-on-the-right .wp-block-media-text__media {
  border-radius: 10px 0 0 10px;
}
.wp-block-media-text.alignfull.has-media-on-the-right .wp-block-media-text__media img {
  border-radius: 10px 0 0 10px;
}
.wp-block-media-text.alignfull .wp-block-media-text__media {
  border-radius: 0 10px 10px 0;
}
.wp-block-media-text.alignfull .wp-block-media-text__media img {
  border-radius: 0 10px 10px 0;
}
@media (min-width: 782px) {
  .wp-block-media-text.alignfull .wp-block-media-text__content,
  .wp-block-media-text.alignfull > .block-editor-inner-blocks {
    margin-left: 0;
    margin-right: auto;
    max-width: calc(var(--wp--style--global--wide-size) / 2 + var(--wp--preset--spacing--50));
  }
}
.wp-block-media-text.has-background .wp-block-media-text__content,
.wp-block-media-text.has-background > .block-editor-inner-blocks {
  padding: var(--wp--preset--spacing--50);
}
@media (max-width: 782px) {
  .wp-block-media-text.is-stacked-on-mobile:not(.alignfull):not(.has-background) .wp-block-media-text__content,
  .wp-block-media-text.is-stacked-on-mobile:not(.alignfull):not(.has-background) > .block-editor-inner-blocks {
    padding: var(--wp--preset--spacing--50) 0 0 0;
  }
}
@media (min-width: 600px) {
  .wp-block-media-text.has-media-on-the-right:not(.has-background) .wp-block-media-text__content,
  .wp-block-media-text.has-media-on-the-right:not(.has-background) > .block-editor-inner-blocks {
    padding: 0 var(--wp--preset--spacing--50) 0 0;
  }
}
.wp-block-media-text.has-media-on-the-right:not(.has-background) .wp-block-media-text__media {
  overflow: hidden;
}
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text > .block-editor-inner-blocks {
  padding: 0 0 0 var(--wp--preset--spacing--50);
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media {
  min-height: 200px;
}
.wp-block-media-text .wp-block-media-text__media {
  border-radius: 10px;
  overflow: hidden;
}
.wp-block-media-text .wp-block-media-text__media img {
  display: block;
  width: auto;
  max-width: 100%;
  border-radius: 10px;
}
@media (max-width: 782px) {
  .wp-block-media-text .wp-block-media-text__media img {
    margin: 0 auto;
  }
}

/* Spacer
========================================================================== */
.wp-block-spacer {
  height: var(--wp--preset--spacing--50) !important;
  overflow: hidden;
}
.wp-block-spacer.is-style-small {
  height: var(--wp--preset--spacing--30) !important;
}
.wp-block-spacer.is-style-large {
  height: var(--wp--preset--spacing--100) !important;
}
.wp-block-spacer + * {
  margin-top: 0 !important;
}

*:has(+ .wp-block-spacer) {
  margin-bottom: 0 !important;
}

/* Separator
========================================================================== */
/* Image
========================================================================== */
.wp-block-image,
.wp-block-pullquote {
  padding: var(--wp--preset--spacing-40) 0 !important;
}
@media (max-width: 782px) {
  .wp-block-image,
  .wp-block-pullquote {
    padding: var(--wp--preset--spacing--40) 0 !important;
    float: none !important;
  }
}
.wp-block-image.is-style-no-margin,
.wp-block-pullquote.is-style-no-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.wp-block-image.alignleft,
.wp-block-pullquote.alignleft {
  margin: 0 !important;
  padding-top: 10px !important;
  padding-right: var(--wp--preset--spacing--60) !important;
  padding-bottom: var(--wp--preset--spacing--20) !important;
}
.wp-block-image.alignright,
.wp-block-pullquote.alignright {
  margin: 0 !important;
  padding-top: 10px !important;
  padding-left: var(--wp--preset--spacing--60) !important;
  padding-bottom: var(--wp--preset--spacing--20) !important;
}
.wp-block-image.alignleft, .wp-block-image.alignright,
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  max-width: 60% !important;
}
.wp-block-image:not(.alignleft):not(.alignright),
.wp-block-pullquote:not(.alignleft):not(.alignright) {
  margin-top: var(--wp--preset--spacing--40);
  margin-bottom: var(--wp--preset--spacing--40);
  padding: 0;
}

.wp-block-image {
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
}
.wp-block-image.is-style-rounded {
  border-radius: 10px;
}
.wp-block-image.is-style-rounded img {
  border-radius: 10px;
}
.wp-block-image img {
  border-radius: 10px;
}

.wp-block-pullquote {
  border-top: 2px solid;
  border-bottom: 2px solid;
}
.wp-block-pullquote:not(.alignleft):not(.alignright) {
  margin-top: var(--wp--preset--spacing--50);
  margin-bottom: var(--wp--preset--spacing--50);
  padding: 0;
}
.wp-block-pullquote cite {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 400;
  color: var(--wp--preset--color--accent);
}

figure.wp-block-image {
  padding: 0 !important;
}

/* List
========================================================================== */
/* Pullquote
========================================================================== */
@media (min-width: 782px) {
  .wp-block-pullquote blockquote {
    padding: var(--wp--preset--spacing--30);
  }
}

/* Misc
========================================================================== */
.wp-block-gallery .wp-block-image {
  border-radius: 0 !important;
}
.wp-block-gallery .wp-block-image img {
  border-radius: 0 !important;
}

.wp-block-custom-icon {
  line-height: 1;
}

.wp-block-column .wp-block-image:not(.alignleft):not(.alignright),
.wp-block-column .wp-block-pullquote:not(.alignleft):not(.alignright) {
  margin-top: var(--wp--preset--spacing--30);
  margin-bottom: var(--wp--preset--spacing--30);
}

ul.is-style-one, ul.is-style-two {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.is-style-one li, ul.is-style-two li {
  display: flex;
  gap: var(--wp--preset--spacing--15);
}
ul.is-style-one li:before, ul.is-style-two li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
}
ul.is-style-two li {
  justify-content: center;
}

.wp-block-custom-churches .page-split,
.wp-block-custom-masses .page-split,
.wp-block-custom-agencies .page-split {
  min-height: 40vh;
}
@media (min-width: 1080px) {
  .wp-block-custom-churches .page-split,
  .wp-block-custom-masses .page-split,
  .wp-block-custom-agencies .page-split {
    flex-flow: row nowrap;
  }
}
.wp-block-custom-churches .page-split .split-left,
.wp-block-custom-masses .page-split .split-left,
.wp-block-custom-agencies .page-split .split-left {
  padding: 0 var(--wp--preset--spacing--60);
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-end;
}
@media (min-width: 1080px) {
  .wp-block-custom-churches .page-split .split-left,
  .wp-block-custom-masses .page-split .split-left,
  .wp-block-custom-agencies .page-split .split-left {
    overflow: hidden;
  }
}
.wp-block-custom-churches .page-split .split-left .split-inner-container,
.wp-block-custom-masses .page-split .split-left .split-inner-container,
.wp-block-custom-agencies .page-split .split-left .split-inner-container {
  width: 100%;
}
@media (min-width: 1080px) {
  .wp-block-custom-churches .page-split .split-left .split-inner-container,
  .wp-block-custom-masses .page-split .split-left .split-inner-container,
  .wp-block-custom-agencies .page-split .split-left .split-inner-container {
    max-width: calc(var(--wp--style--global--wide-size) / 2);
  }
}
.wp-block-custom-churches .page-split .split-right,
.wp-block-custom-masses .page-split .split-right,
.wp-block-custom-agencies .page-split .split-right {
  border-radius: 30px 0 0 0;
}

.wp-block-custom-events .page-split {
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 1080px) {
  .wp-block-custom-events .page-split {
    flex-flow: row nowrap;
  }
}
@media (max-width: 1080px) {
  .wp-block-custom-events .page-split {
    gap: 0;
  }
}
@media (min-width: 1080px) {
  .wp-block-custom-events .page-split .split-left {
    flex: 1 1;
  }
}
@media (min-width: 1080px) {
  .wp-block-custom-events .page-split .split-right {
    flex: 4 4;
  }
}

.wp-block-custom-bbox-parent-form .gform_wrapper {
  margin: 0 auto;
  max-width: 600px;
}
.wp-block-custom-bbox-parent-form .gform_wrapper .recurrence-field .gfield_radio {
  display: flex;
  gap: var(--wp--preset--spacing--10);
}
@media (min-width: 782px) {
  .wp-block-custom-bbox-parent-form .gform_wrapper .recurrence-field .gfield_radio {
    gap: var(--wp--preset--spacing--15);
  }
}
.wp-block-custom-bbox-parent-form .gform_wrapper .recurrence-field .gfield_radio > * {
  margin: 0;
  flex: 1 1;
}
.wp-block-custom-bbox-parent-form .gform_wrapper .recurrence-field .gfield_radio > * input[type=radio] {
  display: none;
}
.wp-block-custom-bbox-parent-form .gform_wrapper .recurrence-field .gfield_radio > * input[type=radio]:checked + label {
  opacity: 1;
  color: var(--wp--preset--color--secondary);
  background: var(--wp--preset--color--accent);
}
.wp-block-custom-bbox-parent-form .gform_wrapper .recurrence-field .gfield_radio > * label {
  padding: var(--wp--preset--spacing--15);
  width: 100%;
  max-width: 100%;
  display: block;
  font-weight: 500;
  text-align: center;
  color: var(--wp--preset--color--accent);
  border: 2px solid var(--wp--preset--color--accent);
  cursor: pointer;
  opacity: 0.5;
  border-radius: 5px;
}
@media (min-width: 782px) {
  .wp-block-custom-bbox-parent-form .gform_wrapper .recurrence-field .gfield_radio > * label {
    padding: var(--wp--preset--spacing--20);
  }
}
.wp-block-custom-bbox-parent-form .gform_wrapper .levels-field .gfield_radio {
  display: flex;
  flex-flow: wrap;
  gap: var(--wp--preset--spacing--10);
}
@media (min-width: 782px) {
  .wp-block-custom-bbox-parent-form .gform_wrapper .levels-field .gfield_radio {
    gap: var(--wp--preset--spacing--15);
  }
}
.wp-block-custom-bbox-parent-form .gform_wrapper .levels-field .gfield_radio > * {
  margin: 0;
  flex: 1 1;
}
.wp-block-custom-bbox-parent-form .gform_wrapper .levels-field .gfield_radio > * input[type=radio] {
  display: none;
}
.wp-block-custom-bbox-parent-form .gform_wrapper .levels-field .gfield_radio > * input[type=radio]:checked + label {
  opacity: 1;
  color: var(--wp--preset--color--secondary);
  background: var(--wp--preset--color--diocesan-blue-1);
}
.wp-block-custom-bbox-parent-form .gform_wrapper .levels-field .gfield_radio > * label {
  padding: var(--wp--preset--spacing--15);
  width: 100%;
  max-width: 100%;
  display: block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  color: var(--wp--preset--color--diocesan-blue-1);
  border: 2px solid var(--wp--preset--color--diocesan-blue-1);
  cursor: pointer;
  opacity: 0.5;
  border-radius: 5px;
}
@media (min-width: 782px) {
  .wp-block-custom-bbox-parent-form .gform_wrapper .levels-field .gfield_radio > * label {
    padding: var(--wp--preset--spacing--20);
  }
}
.wp-block-custom-bbox-parent-form .gform_wrapper .amount-field .ginput_container {
  position: relative;
}
.wp-block-custom-bbox-parent-form .gform_wrapper .amount-field .ginput_container:before {
  content: "$";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  font-weight: 500;
}
.wp-block-custom-bbox-parent-form .gform_wrapper .amount-field .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([name*=acf-]) {
  padding: 0 15px 0 30px !important;
}
.wp-block-custom-bbox-parent-form .gform_wrapper input[type=submit] {
  width: 100% !important;
  max-width: 100% !important;
}

/* Parts
========================================================================== */
.inner {
  padding: 0 var(--wp--preset--spacing--60);
}
.inner > .alignwide {
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto !important;
  margin-right: auto !important;
}

.page-links {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 782px) {
  .page-links {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--wp--preset--spacing--50) var(--wp--preset--spacing--60);
  }
}
.page-links .page-link {
  display: flex;
}
@media (max-width: 782px) {
  .page-links .page-link {
    padding: var(--wp--preset--spacing--20) 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.page-links .page-link .link-image {
  width: 50px;
}
@media (min-width: 1080px) {
  .page-links .page-link .link-image {
    width: 130px;
  }
}
.page-links .page-link .link-image .image-container {
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
}
.page-links .page-link .link-image .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-links .page-link .link-content {
  padding-left: var(--wp--preset--spacing--30);
  flex: 1 1 0;
}
@media (max-width: 782px) {
  .page-links .page-link .link-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 782px) {
  .page-links .page-link .link-content {
    padding: 0 var(--wp--preset--spacing--30);
  }
}
.page-links .page-link .link-content h3 {
  margin: 0;
}
.page-links .page-link .link-content .content-excerpt {
  display: none;
}
@media (min-width: 782px) {
  .page-links .page-link .link-content .content-excerpt {
    display: block;
  }
}
.page-links .page-link .link-content .wp-block-buttons {
  margin-top: var(--wp--preset--spacing--20);
  display: none;
}
@media (min-width: 782px) {
  .page-links .page-link .link-content .wp-block-buttons {
    display: flex;
  }
}

.autocomplete-container,
.filters-container {
  margin: 0 auto;
  max-width: var(--wp--style--global--wide-size);
  position: relative;
  z-index: 8;
  width: 100%;
}
.autocomplete-container form,
.filters-container form {
  position: relative;
  z-index: 4;
  display: flex;
  flex-flow: column nowrap;
  gap: 5px;
}
@media (min-width: 782px) {
  .autocomplete-container form,
  .filters-container form {
    flex-flow: row nowrap;
  }
}
.autocomplete-container form > *,
.filters-container form > * {
  position: relative;
}
.autocomplete-container input:not([type=checkbox]),
.autocomplete-container button,
.filters-container input:not([type=checkbox]),
.filters-container button {
  width: 100%;
  max-width: 100% !important;
  border-radius: 10px;
}

.autocomplete-container .filter-keywords {
  flex: 1 1 0;
}
.autocomplete-container .filter-locality {
  position: relative;
  flex: 1 1 0;
}
.autocomplete-container .filter-locality .origin-container {
  position: relative;
}
.autocomplete-container .filter-locality .geolocation-container {
  margin: 5px 0;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: var(--wp--preset--font-size--small);
}
@media (min-width: 1080px) {
  .autocomplete-container .filter-locality .geolocation-container {
    margin: 3px 0 0;
  }
}
.autocomplete-container .filter-locality input[name=origin] {
  position: relative;
  z-index: 7;
}
.autocomplete-container .filter-locality select[name=locality],
.autocomplete-container .filter-locality .nice-select {
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  right: 0;
}
.autocomplete-container .filter-locality select[name=locality] {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.autocomplete-container .filter-locality .nice-select .current {
  display: none;
}
.autocomplete-container .filter-locality .nice-select .list {
  top: calc(100% - 10px);
  padding-top: 10px;
}
.autocomplete-container .filter-locality .nice-select .list li:first-child {
  display: none;
}
.autocomplete-container .filter-locality .nice-select .list li *[data-value=loading] {
  pointer-events: none;
}
.autocomplete-container .filter-day select,
.autocomplete-container .filter-day .nice-select,
.autocomplete-container .filter-time select,
.autocomplete-container .filter-time .nice-select,
.autocomplete-container .filter-category select,
.autocomplete-container .filter-category .nice-select {
  min-width: 155px;
  font-size: 14px !important;
}
.autocomplete-container .filter-range {
  position: relative;
}
.autocomplete-container .filter-range select[name=range],
.autocomplete-container .filter-range .nice-select {
  min-width: 155px;
  font-size: 14px !important;
}
.autocomplete-container .filter-category select,
.autocomplete-container .filter-category .nice-select {
  min-width: 270px !important;
}

@media (min-width: 1080px) {
  .filters-agency .filter-category {
    min-width: 300px;
    max-width: 300px;
  }
}
@media (min-width: 1080px) {
  .filters-agency .filter-category select,
  .filters-agency .filter-category input {
    min-width: 300px;
    max-width: 300px;
  }
}
.filters-agency .filter-keywords {
  flex: 1 1;
}

@media (min-width: 1080px) {
  .filters-article .filters .filter-category {
    min-width: 300px;
    max-width: 300px;
  }
}
@media (min-width: 1080px) {
  .filters-article .filters .filter-category select,
  .filters-article .filters .filter-category input {
    min-width: 300px;
    max-width: 300px;
  }
}
.filters-article .filters .filter-keywords {
  flex: 1 1 0;
}

@media (min-width: 1080px) {
  .filters-resource .filter-type {
    min-width: 200px;
    max-width: 200px;
  }
}
@media (min-width: 1080px) {
  .filters-resource .filter-type select,
  .filters-resource .filter-type input {
    min-width: 200px;
    max-width: 200px;
  }
}
@media (min-width: 1080px) {
  .filters-resource .filter-topic {
    min-width: 280px;
    max-width: 280px;
  }
}
@media (min-width: 1080px) {
  .filters-resource .filter-topic select,
  .filters-resource .filter-topic input {
    min-width: 280px;
    max-width: 280px;
  }
}
.filters-resource .filter-keywords {
  flex: 1 1;
}

.map-container {
  height: 100%;
  max-height: 100vh;
  overflow: hidden;
  border-radius: 30px 0 0 0;
}
@media (max-height: 1080px) and (min-width: 782px) {
  .map-container.is-fixed {
    position: fixed;
    top: 0;
    left: calc(50% + var(--wp--preset--spacing--60));
    right: 0;
    height: 100vh;
  }
}
.map-container .map-fixed {
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 30px 0 0 0;
}
@media (min-width: 782px) {
  .map-container .map-fixed {
    display: block;
  }
}
.map-container .map-fixed.is-loading > * {
  visibility: hidden;
  opacity: 0;
}
.map-container .map-fixed img {
  max-width: inherit !important;
}

@media (max-height: 950px) and (min-width: 1080px) {
  body.home .image-buttons .image-button {
    padding-top: var(--wp--preset--spacing--20);
    align-items: flex-start;
  }
}

.image-buttons {
  display: flex;
  flex-flow: column nowrap;
  gap: var(--wp--preset--spacing--10);
}
@media (min-width: 1080px) {
  .image-buttons {
    flex-flow: row nowrap;
    gap: var(--wp--preset--spacing--20);
  }
}
.image-buttons .image-button {
  padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--30);
  position: relative;
  display: flex;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.35;
  color: var(--wp--preset--color--secondary);
  background-color: var(--bg-color);
  border-radius: 10px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1080px) {
  .image-buttons .image-button {
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1080px) {
  .image-buttons .image-button {
    padding: var(--wp--preset--spacing--40) calc(var(--wp--preset--spacing--20) + 16px) var(--wp--preset--spacing--40) var(--wp--preset--spacing--20);
    flex: 1 1 0;
    aspect-ratio: 1/1.35;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    font-size: calc(var(--wp--preset--font-size--normal) * 1.5);
  }
}
.image-buttons .image-button .image-container {
  display: none;
  position: absolute;
  z-index: 1;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  transform: translateX(-8px) translateY(-8px);
  overflow: hidden;
}
@media (min-width: 1080px) {
  .image-buttons .image-button .image-container {
    display: block;
  }
}
.image-buttons .image-button .image-container:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
@media (max-height: 950px) and (min-width: 1080px) {
  .image-buttons .image-button .image-container:before {
    top: 0;
    bottom: 50%;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  }
}
.image-buttons .image-button .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.image-buttons .image-button span {
  position: relative;
  z-index: 2;
}
@media (min-width: 1080px) {
  .image-buttons .image-button i {
    display: none;
  }
}

.search-form {
  margin-top: var(--wp--preset--spacing--15);
  display: flex;
  gap: 8px;
}
.search-form > *:first-child {
  flex: 1 1 0;
}
.search-form input,
.search-form button {
  width: 100% !important;
  max-width: 100% !important;
}

.newsletter-form {
  margin-top: var(--wp--preset--spacing--15);
  overflow: hidden;
}
.newsletter-form .field-groups {
  display: flex;
  flex-flow: column nowrap;
  gap: 8px;
}
.newsletter-form .field-groups > * {
  flex: 1 1 0;
}
.newsletter-form input,
.newsletter-form button {
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 0;
}
@media (max-width: 782px) {
  .newsletter-form input,
  .newsletter-form button {
    border-bottom: none;
  }
}
.newsletter-form div.mce_inline_error {
  display: none !important;
}
.newsletter-form .mce-responses {
  margin-top: 10px;
  text-align: center;
  color: var(--wp--preset--color--diocesan-blue-1);
}
.newsletter-form .mce-responses #mce-error-response {
  color: var(--wp--preset--color--rose-1);
}

@media (min-width: 782px) {
  .wp-block-custom-newsletter .newsletter-form .field-groups {
    flex-flow: row nowrap;
  }
}
@media (min-width: 782px) {
  .wp-block-custom-newsletter .newsletter-form .field-groups > *:first-child input {
    border-radius: 10px 0 0 10px;
  }
}
@media (min-width: 782px) {
  .wp-block-custom-newsletter .newsletter-form .field-groups > *:last-child {
    flex: 0.5 0.5 0;
  }
}
@media (min-width: 782px) {
  .wp-block-custom-newsletter .newsletter-form .field-groups input,
  .wp-block-custom-newsletter .newsletter-form .field-groups button {
    border-right: none;
  }
}
@media (min-width: 782px) {
  .wp-block-custom-newsletter .newsletter-form .field-groups button {
    border-radius: 0 10px 10px 0;
  }
}

.site-footer .newsletter-form {
  gap: 5px;
}
.site-footer .newsletter-form input,
.site-footer .newsletter-form button {
  border-radius: 10px !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.site-footer .newsletter-form input:not([type=submit]) {
  background: transparent;
}

.mass-times-table {
  font-size: var(--wp--preset--font-size--small);
  width: 100%;
  line-height: 1.5;
}
.mass-times-table tr {
  background: rgba(0, 0, 0, 0.04);
}
.mass-times-table tr:nth-child(2n) {
  background: rgba(0, 0, 0, 0.02);
}
.mass-times-table tr[data-day=monday] + tr[data-day=monday] > td:first-child strong,
.mass-times-table tr[data-day=monday] + tr[data-day=monday] > td:first-child small {
  display: none;
}
.mass-times-table tr[data-day=tuesday] + tr[data-day=tuesday] > td:first-child strong,
.mass-times-table tr[data-day=tuesday] + tr[data-day=tuesday] > td:first-child small {
  display: none;
}
.mass-times-table tr[data-day=wednesday] + tr[data-day=wednesday] > td:first-child strong,
.mass-times-table tr[data-day=wednesday] + tr[data-day=wednesday] > td:first-child small {
  display: none;
}
.mass-times-table tr[data-day=thursday] + tr[data-day=thursday] > td:first-child strong,
.mass-times-table tr[data-day=thursday] + tr[data-day=thursday] > td:first-child small {
  display: none;
}
.mass-times-table tr[data-day=friday] + tr[data-day=friday] > td:first-child strong,
.mass-times-table tr[data-day=friday] + tr[data-day=friday] > td:first-child small {
  display: none;
}
.mass-times-table tr[data-day=saturday] + tr[data-day=saturday] > td:first-child strong,
.mass-times-table tr[data-day=saturday] + tr[data-day=saturday] > td:first-child small {
  display: none;
}
.mass-times-table tr[data-day=sunday] + tr[data-day=sunday] > td:first-child strong,
.mass-times-table tr[data-day=sunday] + tr[data-day=sunday] > td:first-child small {
  display: none;
}
.mass-times-table strong {
  font-weight: 400;
}

.pagination {
  margin-top: var(--wp--preset--spacing--50);
  display: flex;
  justify-content: center;
  gap: 5px;
}
.pagination:empty {
  display: none;
}
.pagination span,
.pagination a {
  padding: 10px 12px;
  display: block;
  font-weight: 400;
  text-decoration: none;
  line-height: 1;
  border: 2px solid var(--wp--preset--color--tertiary);
}
.pagination span.current,
.pagination a.current {
  background: var(--wp--preset--color--tertiary);
}
.pagination a {
  cursor: pointer;
}

.gm-style-iw .parish-marker .marker-title {
  margin-bottom: 12px;
  font-size: var(--wp--preset--font-size--normal);
  font-weight: 500;
  text-decoration: none;
  color: var(--wp--preset--color--accent);
}
.gm-style-iw .parish-marker .marker-address {
  margin: 5px 0;
  line-height: 1.35;
}
.gm-style-iw .parish-marker .wp-block-buttons {
  margin-top: 12px;
}

.resource-items,
.article-items {
  display: grid;
  gap: var(--wp--preset--spacing--40) var(--wp--preset--spacing--20);
}
@media (min-width: 1080px) {
  .resource-items,
  .article-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.resource-items .resource-item,
.resource-items .article-item,
.article-items .resource-item,
.article-items .article-item {
  padding-bottom: var(--wp--preset--spacing--20);
  display: flex;
  gap: var(--wp--preset--spacing--20);
  font-size: var(--wp--preset--font-size--small);
  border-bottom: 1px solid var(--wp--preset--color--tertiary);
}
@media (min-width: 1080px) {
  .resource-items .resource-item,
  .resource-items .article-item,
  .article-items .resource-item,
  .article-items .article-item {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.resource-items .resource-item:last-child,
.resource-items .article-item:last-child,
.article-items .resource-item:last-child,
.article-items .article-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.resource-items .resource-item .item-category,
.resource-items .article-item .item-category,
.article-items .resource-item .item-category,
.article-items .article-item .item-category {
  position: relative;
  display: none;
  width: 30px;
}
@media (min-width: 782px) {
  .resource-items .resource-item .item-category,
  .resource-items .article-item .item-category,
  .article-items .resource-item .item-category,
  .article-items .article-item .item-category {
    display: block;
    width: 50px;
  }
}
@media (min-width: 1080px) {
  .resource-items .resource-item .item-category,
  .resource-items .article-item .item-category,
  .article-items .resource-item .item-category,
  .article-items .article-item .item-category {
    width: 75px;
  }
}
.resource-items .resource-item .item-category .category-container,
.resource-items .article-item .item-category .category-container,
.article-items .resource-item .item-category .category-container,
.article-items .article-item .item-category .category-container {
  position: relative;
  aspect-ratio: 1/1.3;
  background: var(--wp--preset--color--accent);
  overflow: hidden;
  border-radius: 10px;
}
.resource-items .resource-item .item-category .category-container img,
.resource-items .article-item .item-category .category-container img,
.article-items .resource-item .item-category .category-container img,
.article-items .article-item .item-category .category-container img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.resource-items .resource-item .item-category .category-container .category-icon,
.resource-items .article-item .item-category .category-container .category-icon,
.article-items .resource-item .item-category .category-container .category-icon,
.article-items .article-item .item-category .category-container .category-icon {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--wp--preset--color--secondary);
}
.resource-items .resource-item .item-content,
.resource-items .article-item .item-content,
.article-items .resource-item .item-content,
.article-items .article-item .item-content {
  flex: 1 1;
}
.resource-items .resource-item .item-content .item-title,
.resource-items .article-item .item-content .item-title,
.article-items .resource-item .item-content .item-title,
.article-items .article-item .item-content .item-title {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 400;
  line-height: 1.35;
  color: var(--wp--preset--color--accent);
}
@media (min-width: 782px) {
  .resource-items .resource-item .item-content .item-title,
  .resource-items .article-item .item-content .item-title,
  .article-items .resource-item .item-content .item-title,
  .article-items .article-item .item-content .item-title {
    padding-right: 5%;
  }
}
@media (min-width: 1080px) {
  .resource-items .resource-item .item-content .item-title,
  .resource-items .article-item .item-content .item-title,
  .article-items .resource-item .item-content .item-title,
  .article-items .article-item .item-content .item-title {
    padding-right: 15%;
  }
}
.resource-items .resource-item .item-content .item-title a,
.resource-items .article-item .item-content .item-title a,
.article-items .resource-item .item-content .item-title a,
.article-items .article-item .item-content .item-title a {
  display: inline-block;
  text-decoration: none;
  color: var(--wp--preset--color--accent);
}
.resource-items .resource-item .item-content .item-title a:hover,
.resource-items .article-item .item-content .item-title a:hover,
.article-items .resource-item .item-content .item-title a:hover,
.article-items .article-item .item-content .item-title a:hover {
  color: var(--wp--preset--color--diocesan-blue-1);
}
.resource-items .resource-item .item-content .item-subtitle,
.resource-items .article-item .item-content .item-subtitle,
.article-items .resource-item .item-content .item-subtitle,
.article-items .article-item .item-content .item-subtitle {
  display: flex;
  align-items: center;
  gap: 6px;
  opacity: 0.75;
}
.resource-items .resource-item .item-content .item-subtitle > div:last-child:after, .resource-items .resource-item .item-content .item-subtitle > div:only-child:after,
.resource-items .article-item .item-content .item-subtitle > div:last-child:after,
.resource-items .article-item .item-content .item-subtitle > div:only-child:after,
.article-items .resource-item .item-content .item-subtitle > div:last-child:after,
.article-items .resource-item .item-content .item-subtitle > div:only-child:after,
.article-items .article-item .item-content .item-subtitle > div:last-child:after,
.article-items .article-item .item-content .item-subtitle > div:only-child:after {
  display: none;
}
.resource-items .resource-item .item-content .item-subtitle > div:after,
.resource-items .article-item .item-content .item-subtitle > div:after,
.article-items .resource-item .item-content .item-subtitle > div:after,
.article-items .article-item .item-content .item-subtitle > div:after {
  padding: 0 0 0 6px;
  content: "⦁";
  line-height: 1;
}
.resource-items .resource-item .item-content p,
.resource-items .article-item .item-content p,
.article-items .resource-item .item-content p,
.article-items .article-item .item-content p {
  margin: 5px 0 0 0;
  line-height: 1.5;
}
.resource-items .resource-item .item-content .wp-block-buttons,
.resource-items .article-item .item-content .wp-block-buttons,
.article-items .resource-item .item-content .wp-block-buttons,
.article-items .article-item .item-content .wp-block-buttons {
  margin-top: var(--wp--preset--spacing--15);
}
.resource-items .resource-item .item-content .wp-block-buttons .wp-block-button a,
.resource-items .article-item .item-content .wp-block-buttons .wp-block-button a,
.article-items .resource-item .item-content .wp-block-buttons .wp-block-button a,
.article-items .article-item .item-content .wp-block-buttons .wp-block-button a {
  display: flex;
  gap: 5px;
  text-decoration: none;
}
.resource-items .resource-item a,
.resource-items .article-item a,
.article-items .resource-item a,
.article-items .article-item a {
  cursor: pointer;
}

.accordion-items {
  margin-top: var(--wp--preset--spacing--30);
  margin-bottom: var(--wp--preset--spacing--30);
  display: flex;
  flex-flow: column nowrap;
  gap: var(--wp--preset--spacing--15);
}
.accordion-items .accordion-item {
  background: var(--wp--preset--color--secondary);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
}
.accordion-items .accordion-item[aria-expanded=true] .accordion-header i {
  transform: rotate(90deg);
}
.accordion-items .accordion-item .accordion-header {
  padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--30);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 400;
  cursor: pointer;
}
.accordion-items .accordion-item .accordion-header i {
  color: var(--wp--preset--color--accent);
}
.accordion-items .accordion-item .accordion-content {
  padding: var(--wp--preset--spacing--30);
  padding-top: 0;
  display: none;
}

/* Navigation
========================================================================== */
a[class*=acf] {
  text-decoration: none;
}

/* State
========================================================================== */
.clip > *:first-child, .modal-title > *:first-child,
.modal-content > *:first-child,
.modal-footer > *:first-child, .modal .modal__container > *:first-child, body .gform_wrapper.gravity-theme .gform_fields > *:first-child, body .gform_heading > *:first-child, body .gform_wrapper > *:first-child, .woocommerce form.checkout_coupon > *:first-child, .woocommerce form.login > *:first-child, .woocommerce form.register > *:first-child, .woocommerce table.shop_table td.product-name .variation dt > *:first-child,
.woocommerce table.shop_table td.product-name .variation dd > *:first-child, .woocommerce div.product .woocommerce-tabs .panel > * > * > *:first-child, .woocommerce div.product .woocommerce-tabs .panel > *:first-child, .woocommerce div.product div.summary > *:first-child, .wc-item-meta li > *:first-child, form.checkout > *:first-child,
.woocommerce-EditAccountForm > *:first-child,
.woocommerce-form > *:first-child,
.woocommerce-ResetPassword > *:first-child, .woocommerce-Addresses .woocommerce-Address > *:first-child, .event-presenters .event-presenter .presenter-header .presenter-name > *:first-child, .event-presenters .event-presenter > *:first-child, .event-details > div > *:first-child, .parish-columns > div > *:first-child, .page-split .split-left > *:first-child,
.page-split .split-right > *:first-child, .page-sidebar .page-sidebar-container > *:first-child, .container > *:first-child, .site-footer .site-footer__top .container > * > *:first-child, .agency-items.is-style-one-column .agency-item .item-content > *:first-child, .event-items .event-item .item-content .content-excerpt > *:first-child, .wp-block-cover .wp-block-cover__inner-container > *:first-child, .wp-block-media-text .wp-block-media-text__content > *:first-child,
.wp-block-media-text > .block-editor-inner-blocks > *:first-child, .wp-block-pullquote blockquote > *:first-child, .wp-block-group > *:first-child,
.wp-block-column > *:first-child, .wp-block-custom-churches .page-split .split-left .split-inner-container > *:first-child,
.wp-block-custom-masses .page-split .split-left .split-inner-container > *:first-child,
.wp-block-custom-agencies .page-split .split-left .split-inner-container > *:first-child, .page-links .page-link .link-content > *:first-child, .gm-style-iw .parish-marker > *:first-child, .accordion-items .accordion-item .accordion-header > *:first-child, .accordion-items .accordion-item .accordion-content > *:first-child {
  margin-top: 0 !important;
}
.clip > *:last-child, .modal-title > *:last-child,
.modal-content > *:last-child,
.modal-footer > *:last-child, .modal .modal__container > *:last-child, body .gform_wrapper.gravity-theme .gform_fields > *:last-child, body .gform_heading > *:last-child, body .gform_wrapper > *:last-child, .woocommerce form.checkout_coupon > *:last-child, .woocommerce form.login > *:last-child, .woocommerce form.register > *:last-child, .woocommerce table.shop_table td.product-name .variation dt > *:last-child,
.woocommerce table.shop_table td.product-name .variation dd > *:last-child, .woocommerce div.product .woocommerce-tabs .panel > * > * > *:last-child, .woocommerce div.product .woocommerce-tabs .panel > *:last-child, .woocommerce div.product div.summary > *:last-child, .wc-item-meta li > *:last-child, form.checkout > *:last-child,
.woocommerce-EditAccountForm > *:last-child,
.woocommerce-form > *:last-child,
.woocommerce-ResetPassword > *:last-child, .woocommerce-Addresses .woocommerce-Address > *:last-child, .event-presenters .event-presenter .presenter-header .presenter-name > *:last-child, .event-presenters .event-presenter > *:last-child, .event-details > div > *:last-child, .parish-columns > div > *:last-child, .page-split .split-left > *:last-child,
.page-split .split-right > *:last-child, .page-sidebar .page-sidebar-container > *:last-child, .container > *:last-child, .site-footer .site-footer__top .container > * > *:last-child, .agency-items.is-style-one-column .agency-item .item-content > *:last-child, .event-items .event-item .item-content .content-excerpt > *:last-child, .wp-block-cover .wp-block-cover__inner-container > *:last-child, .wp-block-media-text .wp-block-media-text__content > *:last-child,
.wp-block-media-text > .block-editor-inner-blocks > *:last-child, .wp-block-pullquote blockquote > *:last-child, .wp-block-group > *:last-child,
.wp-block-column > *:last-child, .wp-block-custom-churches .page-split .split-left .split-inner-container > *:last-child,
.wp-block-custom-masses .page-split .split-left .split-inner-container > *:last-child,
.wp-block-custom-agencies .page-split .split-left .split-inner-container > *:last-child, .page-links .page-link .link-content > *:last-child, .gm-style-iw .parish-marker > *:last-child, .accordion-items .accordion-item .accordion-header > *:last-child, .accordion-items .accordion-item .accordion-content > *:last-child {
  margin-bottom: 0 !important;
}

.has-tertiary-background-color + .has-tertiary-background-color:not(.is-layout-flow),
.has-tertiary-background-color + .has-tertiary-to-secondary-gradient-background:not(.is-layout-flow),
.has-secondary-to-tertiary-gradient-background + .has-tertiary-background-color:not(.is-layout-flow),
.has-secondary-to-tertiary-gradient-background + .has-tertiary-to-secondary-gradient-background:not(.is-layout-flow) {
  padding-top: 0 !important;
}

.has-secondary-background-color + .has-secondary-background-color:not(.is-layout-flow),
.has-secondary-background-color + .has-secondary-to-tertiary-gradient-background:not(.is-layout-flow),
.has-tertiary-to-secondary-gradient-background + .has-secondary-background-color:not(.is-layout-flow) {
  padding-top: 0 !important;
}

@media (min-width: 1080px) {
  .has-accent-to-transparent-gradient-background {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 1080px) {
  .has-accent-to-transparent-gradient-background {
    background: linear-gradient(var(--wp--preset--color--diocesan-blue-1), var(--wp--preset--color--diocesan-blue-2)) !important;
  }
}

.is-small-gap {
  gap: var(--wp--preset--spacing--50) !important;
}

@media (max-width: 782px) {
  .show-md {
    display: none !important;
  }
}

@media (max-width: 1080px) {
  .show-lg {
    display: none !important;
  }
}

@media (max-width: 1320px) {
  .show-xl {
    display: none !important;
  }
}

@media (min-width: 600px) {
  .hide-sm {
    display: none !important;
  }
}

@media (min-width: 782px) {
  .hide-md {
    display: none !important;
  }
}

@media (min-width: 1080px) {
  .hide-lg {
    display: none !important;
  }
}

@media (min-width: 1320px) {
  .hide-xl {
    display: none !important;
  }
}

.is-nowrap {
  flex-wrap: nowrap !important;
}

.is-loading > * {
  pointer-events: none;
  opacity: 0.5;
  filter: grayscale(100%);
  transition: all 0.2s ease-in-out;
}

.is-style-no-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Plugins
========================================================================== */
.swiper-container {
  position: relative;
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  width: var(--wp--preset--spacing--60);
  color: var(--wp--preset--color--accent);
  outline: none;
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
}
.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover {
  opacity: 1;
}
.swiper-container .swiper-button-next.swiper-button-disabled,
.swiper-container .swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
}
.swiper-container .swiper-button-next:after,
.swiper-container .swiper-button-prev:after {
  font-size: var(--wp--preset--font-size--large);
}
.swiper-container .swiper-button-prev {
  left: 0;
  transform: translateX(-100%);
}
.swiper-container .swiper-button-next {
  right: 0;
  transform: translateX(100%);
}

.swiper:not(.swiper-initialized):not(.translation-swiper) {
  display: none;
}

/* Base
========================================================================== */
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 1080px) {
  html {
    margin-top: 0 !important;
  }
}

body {
  margin: 0;
  min-height: 100%;
  display: flex;
  flex-flow: column nowrap;
  -webkit-text-size-adjust: 100%;
}
body.is-style-tertiary-background {
  background: var(--wp--preset--color--tertiary);
}

::-moz-selection {
  color: var(--wp--preset--color--secondary);
  background: var(--wp--preset--color--primary);
}

::selection {
  color: var(--wp--preset--color--secondary);
  background: var(--wp--preset--color--primary);
}

figure video {
  display: block;
  width: 100%;
}

table {
  width: 100%;
  background: var(--wp--preset--color--secondary);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-collapse: collapse;
}
table.is-style-no-border {
  border: none;
}
table tr:nth-child(2n+1) {
  background: var(--wp--preset--color--tertiary);
}
table td,
table th {
  padding: 10px 15px !important;
  vertical-align: top;
  text-align: left;
}

fieldset {
  margin: 10px 0;
  padding: 10px 15px;
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--wp--custom--border--radius);
}

/* Typography
========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  display: inline-block;
  text-decoration: none;
}

strong,
b {
  font-weight: 500;
}

.word-break {
  word-break: break-all;
}

/* Layout
========================================================================== */
.site-wrap {
  margin: 0;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  min-height: 100vh;
}

.site-header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  line-height: 1;
  background: var(--wp--preset--color--secondary);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1080px) {
  .site-header {
    position: absolute;
  }
  .site-header:not(.is-style-show):is(.is-style-fixed) .sub-menu {
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
  }
  .site-header.is-style-fixed {
    position: fixed;
    top: 0;
    transform: translateY(-100%);
  }
  .site-header.is-style-show {
    transform: translateY(0);
  }
  .site-header.is-style-animate {
    transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  }
}
.site-header .site-header__top {
  padding: 0 0 0 var(--wp--preset--spacing--60);
  font-size: calc(var(--wp--preset--font-size--small) * 0.9);
}
@media (min-width: 1080px) {
  .site-header .site-header__top {
    padding: 0 var(--wp--preset--spacing--60);
  }
}
.site-header .site-header__top .container {
  display: flex;
  align-items: center;
  max-width: 100%;
  height: 60px;
}
@media (min-width: 1080px) {
  .site-header .site-header__top .container {
    height: 100px;
  }
}
.site-header .site-header__top .container > * {
  flex: 1 1 0;
}
@media (max-width: 1080px) {
  .site-header .site-header__top .container .top-left {
    display: none;
  }
}
.site-header .site-header__top .container .top-left .wp-block-buttons {
  margin-top: 0;
}
@media (min-width: 1080px) {
  .site-header .site-header__top .container .top-center {
    display: flex;
    justify-content: center;
  }
}
.site-header .site-header__top .container .top-center a {
  display: block;
}
.site-header .site-header__top .container .top-center img {
  display: block;
  height: 30px;
}
@media (min-width: 1080px) {
  .site-header .site-header__top .container .top-center img {
    height: 50px;
  }
}
.site-header .site-header__top .container .top-right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.site-header .site-header__top .container .top-right .toggle-menu {
  margin-left: var(--wp--preset--spacing--50);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 61px;
  height: 61px;
  font-size: var(--wp--preset--font-size--large);
  text-decoration: none;
  line-height: 1;
  color: var(--wp--preset--color--secondary);
  background: var(--wp--preset--color--accent);
  cursor: pointer;
}
@media (min-width: 1080px) {
  .site-header .site-header__top .container .top-right .toggle-menu {
    display: none;
  }
}
.site-header .site-header__bottom {
  padding: 0 var(--wp--preset--spacing--80);
  position: relative;
}
@media (max-width: 1080px) {
  .site-header .site-header__bottom {
    padding: 0;
    position: fixed;
    z-index: 9;
    display: none;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--wp--preset--color--accent);
    overflow: scroll;
  }
  .site-header .site-header__bottom[aria-expanded=true] {
    display: block;
  }
}
@media (min-width: 1080px) {
  .site-header .site-header__bottom {
    display: block;
    border-top: 1px solid var(--wp--preset--color--tertiary);
  }
}
.site-header .site-header__bottom .container {
  max-width: 100%;
}
@media (min-width: 1080px) {
  .site-header .site-header__bottom .container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
  }
}

.page-template-page-blank .top-right,
.page-template-page-blank-menu .top-right,
.page-template-page-blank-menu-no-title .top-right {
  padding-right: var(--wp--preset--spacing--60);
}

.site-main {
  padding-top: 60px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1080px) {
  .site-main {
    padding-top: 160px;
  }
}

.page-template-page-blank .site-main {
  padding-top: 80px;
}
@media (min-width: 1080px) {
  .page-template-page-blank .site-main {
    padding-top: 160px;
  }
}

.site-footer {
  margin-top: auto;
  position: relative;
  z-index: 7;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 400;
  color: rgba(0, 0, 0, 0.75);
}
.site-footer .site-footer__top {
  padding: var(--wp--preset--spacing--60) var(--wp--preset--spacing--60) 0;
  background: var(--wp--preset--color--tertiary);
}
.site-footer .site-footer__top .container {
  display: flex;
  flex-flow: column nowrap;
  gap: var(--wp--preset--spacing--40);
}
@media (min-width: 1080px) {
  .site-footer .site-footer__top .container {
    gap: var(--wp--preset--spacing--50);
    flex-flow: row nowrap;
  }
}
.site-footer .site-footer__top .container > * {
  flex: 1 1 0;
}
.site-footer .site-footer__top .container > * .footer-logo {
  display: none;
}
@media (min-width: 1080px) {
  .site-footer .site-footer__top .container > * .footer-logo {
    display: block;
  }
}
.site-footer .site-footer__top .container > * .footer-logo img {
  margin-bottom: var(--wp--preset--spacing--30);
  max-width: 150px;
  width: 100%;
}
.site-footer .site-footer__top .container > * h5 {
  margin: 2em 0 1em 0;
  color: var(--wp--preset--color--accent);
}
.site-footer .site-footer__top .container > * .nav-social {
  margin-top: var(--wp--preset--spacing--30);
  font-size: var(--wp--preset--font-size--medium);
}
.site-footer .site-footer__top .waves-footer {
  padding-top: var(--wp--preset--spacing--60);
  position: relative;
  top: 1px;
  display: block;
  width: 100%;
  height: auto;
  margin-left: calc(-1 * var(--wp--preset--spacing--60)) !important;
  margin-right: calc(-1 * var(--wp--preset--spacing--60)) !important;
  width: calc(100% + var(--wp--preset--spacing--60) * 2) !important;
  max-width: calc(100% + var(--wp--preset--spacing--60) * 2) !important;
}
.site-footer .site-footer__bottom {
  padding: var(--wp--preset--spacing--40) var(--wp--preset--spacing--60);
  position: relative;
  color: var(--wp--preset--color--secondary);
  background: var(--wp--preset--color--accent);
}
@media (min-width: 1080px) {
  .site-footer .site-footer__bottom {
    padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--60);
  }
}
.site-footer .site-footer__bottom a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}
.site-footer .site-footer__bottom a:hover {
  color: var(--wp--preset--color--secondary);
}
.site-footer .site-footer__bottom .container {
  display: flex;
  flex-flow: column nowrap;
  gap: 5px;
}
@media (min-width: 1080px) {
  .site-footer .site-footer__bottom .container {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}

body.page-template-page-blank-no-footer .site-footer .site-footer__top {
  padding-top: 0;
  background: transparent;
}

.container {
  margin: 0 auto;
  max-width: var(--wp--style--global--wide-size);
}

.block-container {
  padding: 0 var(--wp--preset--spacing--80);
}

.page-sidebar {
  position: absolute;
  z-index: 9;
  top: 0;
  right: -400px;
  bottom: 0;
  width: 400px;
  border-left: 2px solid var(--wp--preset--color--tertiary);
  background: var(--wp--preset--color--secondary);
  transition: all 0.35s ease-in-out !important;
  display: none;
}
@media (min-width: 1080px) {
  .page-sidebar {
    display: block;
  }
}
.page-sidebar[aria-expanded=true] {
  right: 0;
}
.page-sidebar .toggle-nav-anchor {
  display: none;
}
.page-sidebar .page-sidebar-container {
  padding: 0 var(--wp--preset--spacing--40);
}
.page-sidebar .page-sidebar-container.is-fixed {
  position: fixed;
  top: 50px;
}
.page-sidebar .page-sidebar-container .nav-anchor {
  flex-flow: column nowrap;
  justify-content: flex-start;
  text-align: left;
  gap: var(--wp--preset--spacing--20);
}
.page-sidebar .page-sidebar-container .nav-anchor li a {
  white-space: wrap;
}

.toggle-sidebar-container {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
}
.toggle-sidebar-container.is-fixed {
  position: fixed;
  top: 50px;
  left: auto;
}
.toggle-sidebar-container .toggle-sidebar {
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 110px;
  color: var(--wp--preset--color--secondary);
  background: var(--wp--preset--color--accent);
  border-radius: 10px 0 0 10px;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  transform: translateY(-9px);
}
.toggle-sidebar-container .toggle-sidebar i {
  margin-left: 10px;
}

/* Blocks
========================================================================== */
.entry-content {
  margin-top: var(--wp--preset--spacing--40);
  padding: 0 var(--wp--preset--spacing--60);
  flex: 1 1;
  height: 100%;
  position: relative;
}
.entry-content > * {
  transition: all 0.2s ease;
}
.entry-content > *:first-child:not(.alignfull):not(.wp-block-spacer) {
  margin-top: 0 !important;
}
.entry-content > *:last-child:not(.alignfull):not(.wp-block-spacer):not(.wp-block-media-text.is-style-two) {
  margin-bottom: var(--wp--preset--spacing--50) !important;
}
.entry-content > *:first-child:is(.alignfull):is(.has-background):not(.wp-block-group) {
  padding-top: var(--wp--preset--spacing--40) !important;
}
.entry-content > *:first-child:is(.alignfull):is(.has-background):is(.wp-block-group) {
  padding-top: var(--wp--preset--spacing--40) !important;
}
.entry-content > *:last-child:is(.alignfull):is(.has-tertiary-background-color) {
  border-bottom: 1px solid var(--wp--preset--color--secondary);
}
.entry-content > * {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
.entry-content > *.alignfull.has-primary-background-color + .has-primary-background-color {
  padding-top: 0 !important;
}
.entry-content > *.alignfull.has-secondary-background-color + .has-secondary-background-color {
  padding-top: 0 !important;
}
.entry-content > *.alignfull.has-tertiary-background-color + .has-tertiary-background-color {
  padding-top: 0 !important;
}
.entry-content > *.alignfull.has-accent-background-color + .has-accent-background-color {
  padding-top: 0 !important;
}
.entry-content > .alignwide {
  max-width: var(--wp--style--global--wide-size);
}
.entry-content > .alignfull {
  margin-left: calc(-1 * var(--wp--preset--spacing--60)) !important;
  margin-right: calc(-1 * var(--wp--preset--spacing--60)) !important;
  width: calc(100% + var(--wp--preset--spacing--60) * 2) !important;
  max-width: calc(100% + var(--wp--preset--spacing--60) * 2) !important;
}
@media (min-width: 782px) {
  .entry-content > .alignfull {
    margin-left: calc(-1 * var(--wp--preset--spacing--60)) !important;
    margin-right: calc(-1 * var(--wp--preset--spacing--60)) !important;
    width: calc(100% + var(--wp--preset--spacing--60) * 2) !important;
    max-width: calc(100% + var(--wp--preset--spacing--60) * 2) !important;
  }
}
.entry-content > .alignleft {
  float: left;
  margin-right: 2em;
}
.entry-content > .alignright {
  float: right;
  margin-right: 2em;
}

body.home .entry-content {
  margin-top: 0;
  padding-top: var(--wp--preset--spacing--20);
  z-index: 8;
}
body.home .entry-content:before {
  content: "";
  position: absolute;
  top: calc(-1 * var(--wp--preset--spacing--15));
  left: 0;
  right: 0;
  min-height: 200px;
  height: calc(var(--wp--preset--spacing--100) * 2);
  background-image: url(./img/blue-gradient.png);
  background-size: contain;
  background-repeat: repeat-x;
}

body.page-template-page-blank-menu-no-title .entry-content {
  margin-top: 0 !important;
}

@media (min-width: 1080px) {
  body.sidebar-open .entry-content > *:not(.page-sidebar) {
    opacity: 0.5;
  }
}

/* Parts
========================================================================== */
.page-hero {
  padding-bottom: calc(var(--wp--preset--spacing--100) * 1.3);
  position: relative;
  z-index: 7;
  width: 100%;
  min-height: 25vh;
}
@media (min-width: 782px) {
  .page-hero {
    aspect-ratio: 3.5/1;
  }
}
@media only screen and (max-width: 1200px) {
  .page-hero {
    aspect-ratio: 3/1;
  }
}
.page-hero p {
  margin: 0;
  text-transform: uppercase;
}
.page-hero h1 {
  margin-top: var(--wp--preset--spacing--20);
  margin-bottom: var(--wp--preset--spacing--20);
  line-height: 1.25;
}
.page-hero .waves-hero {
  position: absolute;
  z-index: 7;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: auto;
}

body.home .page-hero p {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 400;
}

.page-anchor,
.page-submenu {
  margin-bottom: var(--wp--preset--spacing--30);
  position: relative;
}
.page-anchor.is-initialized > *,
.page-submenu.is-initialized > * {
  visibility: visible;
  opacity: 1;
}
.page-anchor > *,
.page-submenu > * {
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1080px) {
  .page-anchor.is-mobile-view,
  .page-submenu.is-mobile-view {
    padding: 0 !important;
  }
}
@media (min-width: 1080px) {
  .page-anchor,
  .page-submenu {
    padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--60);
  }
}
.page-anchor .page-anchor-container,
.page-submenu .page-anchor-container {
  margin: 0 auto;
  max-width: var(--wp--style--global--content-size);
  border-bottom: 1px solid var(--wp--preset--color--tertiary);
}
@media (min-width: 1080px) {
  .page-anchor .page-anchor-container,
  .page-submenu .page-anchor-container {
    margin: 0 auto;
    border-bottom: none;
  }
}
.page-anchor .toggle-nav-anchor,
.page-submenu .toggle-nav-anchor {
  padding: var(--wp--preset--spacing--15) var(--wp--preset--spacing--60);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 1080px) {
  .page-anchor .toggle-nav-anchor.is-mobile-view,
  .page-submenu .toggle-nav-anchor.is-mobile-view {
    padding-top: 0;
    padding-bottom: 0;
    margin: var(--wp--preset--spacing--15) auto 0;
    display: flex;
    gap: var(--wp--preset--spacing--10);
    text-align: center;
    justify-content: center;
  }
}
@media (min-width: 1080px) {
  .page-anchor .toggle-nav-anchor,
  .page-submenu .toggle-nav-anchor {
    display: none;
  }
}

@media (min-width: 1080px) {
  body.page-template-page-sidebar .page-anchor,
  body.page-template-page-sidebar .page-submenu {
    display: none;
  }
}

.page-breadcrumbs {
  margin: 0 auto;
  padding: 0 var(--wp--preset--spacing--60);
  display: none;
  gap: 5px;
  align-items: center;
  justify-content: center;
  max-width: calc(var(--wp--style--global--wide-size) + var(--wp--preset--spacing--60) * 2);
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.35;
}
@media (min-width: 1080px) {
  .page-breadcrumbs {
    padding: 0 var(--wp--preset--spacing--60);
    display: flex;
  }
  .page-breadcrumbs > span {
    display: flex;
  }
}
.page-breadcrumbs span,
.page-breadcrumbs i,
.page-breadcrumbs a {
  opacity: 0.75;
}
.page-breadcrumbs i {
  margin: 0 5px;
  font-size: 10px;
}
.page-breadcrumbs a {
  font-weight: 400;
  text-decoration: none;
}
.page-breadcrumbs a:hover {
  opacity: 1;
}
.page-breadcrumbs .breadcrumb_last:after {
  display: none;
}
.page-breadcrumbs span span {
  font-weight: 400;
}
.page-breadcrumbs span span:after {
  padding: 0 6px;
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-size: 10px;
}

.page-split {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  gap: var(--wp--preset--spacing--60);
}
.page-split.is-style-collapse {
  gap: 0;
}
@media (min-width: 1080px) {
  .page-split {
    flex-flow: row nowrap;
  }
}
.page-split .split-left,
.page-split .split-right {
  position: relative;
  flex: 1 1 0;
}

body.single-event .page-split {
  gap: var(--wp--preset--spacing--30);
}
@media (min-width: 1080px) {
  body.single-event .page-split .split-right {
    flex: 0.5 0.5;
  }
}

@media (max-width: 1080px) {
  body.single-parish .page-split {
    gap: var(--wp--preset--spacing--20);
  }
  body.single-parish .page-split .split-left {
    order: 2;
  }
  body.single-parish .page-split .split-right {
    order: 1;
  }
}

.parish-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: var(--wp--preset--spacing--30);
}
.parish-columns > div {
  overflow: hidden;
}
.parish-columns > div h6 {
  margin-bottom: 6px;
  color: var(--wp--preset--color--accent);
}

.parish-image {
  aspect-ratio: 1/1;
  background: var(--wp--preset--color--tertiary);
  border-radius: 10px;
  overflow: hidden;
}
.parish-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.parish-image .acf-map {
  width: 100%;
  height: calc(100% + 20px);
  pointer-events: none;
}

.event-details-container {
  margin-bottom: var(--wp--preset--spacing--30);
  padding-bottom: var(--wp--preset--spacing--30);
  border-bottom: 1px solid var(--wp--preset--color--tertiary);
}
.event-details-container .wp-block-buttons {
  margin-top: var(--wp--preset--spacing--20);
}

.event-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--wp--preset--spacing--15);
}
.event-details > div {
  padding-right: 10%;
}
.event-details > div h5 {
  margin: 0 0 5px 0;
  font-weight: 500;
}
.event-details > div i {
  font-size: 12px;
  opacity: 0.5;
}

.event-presenters {
  display: flex;
  flex-flow: column nowrap;
  gap: 15px;
}
.event-presenters .event-presenter {
  padding: var(--wp--preset--spacing--20);
  border: 1px solid var(--wp--preset--color--tertiary);
}
.event-presenters .event-presenter .presenter-header {
  display: flex;
  gap: 15px;
}
.event-presenters .event-presenter .presenter-header .presenter-image {
  width: 50px;
  height: 50px;
  background: var(--wp--preset--color--tertiary);
  border-radius: 50%;
  overflow: hidden;
}
.event-presenters .event-presenter .presenter-header .presenter-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.event-presenters .event-presenter .presenter-header .presenter-name {
  flex: 1 1 0;
  line-height: 1.5;
}
.event-presenters .event-presenter .presenter-header .presenter-name h5 {
  margin: 0;
}
.event-presenters .event-presenter small {
  margin-top: 10px;
  display: block;
}

.view-container[aria-expanded=false] {
  display: none;
}

.filters-total {
  margin: var(--wp--preset--spacing--30) 0;
  display: flex;
  gap: var(--wp--preset--spacing--15);
  flex-flow: column nowrap;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.5;
}
@media (min-width: 782px) {
  .filters-total {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}
.filters-total .filters-view-container {
  display: flex;
  align-items: center;
  gap: var(--wp--preset--spacing--15);
  opacity: 1;
}
.filters-total .filters-view-container .filters-view {
  display: flex;
  gap: 5px;
  line-height: 1;
}
.filters-total .filters-view-container .filters-view > div input {
  display: none;
}
.filters-total .filters-view-container .filters-view > div input:checked + label {
  color: var(--wp--preset--color--accent);
  border-color: var(--wp--preset--color--accent);
  background: rgba(0, 0, 0, 0.05);
}
.filters-total .filters-view-container .filters-view > div input + label {
  padding: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  border: 2px solid rgba(0, 0, 0, 0.1);
  line-height: 1;
  border-radius: 5px;
  cursor: pointer;
}

.search-container {
  padding: var(--wp--preset--spacing--60);
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(5, 43, 69, 0.95);
  visibility: hidden;
  opacity: 0;
}
.search-container[aria-expanded=true] {
  z-index: 8;
  visibility: visible;
  opacity: 1;
}
.search-container > * {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
.search-container p {
  color: var(--wp--preset--color--secondary);
  opacity: 0.75;
}
.search-container .search-form {
  width: 100%;
}
.search-container .search-form label {
  display: inline-block;
}
@media (min-width: 782px) {
  .search-container .search-form input,
  .search-container .search-form button {
    font-size: var(--wp--preset--font-size--medium) !important;
    height: 60px !important;
  }
}
.search-container .search-form input[type=submit] {
  width: auto !important;
  background: var(--wp--preset--color--diocesan-blue-1) !important;
}
.search-container .wp-block-buttons {
  margin-bottom: var(--wp--preset--spacing--100);
}

.scroll-top-container {
  position: fixed;
  z-index: 8;
  bottom: 0;
  right: 0;
  width: calc(var(--wp--preset--spacing--60) * 2);
  height: calc(var(--wp--preset--spacing--60) * 3);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.scroll-top-container .scroll-top {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  aspect-ratio: 1/1;
  width: 50%;
  background: var(--wp--preset--color--secondary);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  line-height: 1;
  text-decoration: none;
  border-radius: 50%;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  transform-origin: center center;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1080px) {
  .scroll-top-container .scroll-top {
    width: 40%;
  }
}
.scroll-top-container .scroll-top.is-active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.translation-swiper .swiper-slide {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: auto;
}
.translation-swiper .swiper-slide p,
.translation-swiper .swiper-slide h1 {
  margin: 0 auto;
}

.mass-readings-items {
  margin: 0 auto;
  max-width: 720px;
}
.mass-readings-items .reading {
  margin: var(--wp--preset--spacing--30) 0;
}
.mass-readings-items .reading h3 {
  margin: 0 0 5px 0;
  color: var(--wp--preset--color--accent);
}
.mass-readings-items .reading .source {
  margin: 0 0 var(--wp--preset--spacing--20);
  font-weight: 500;
}

.wp-block-custom-daily-mass .copyright {
  margin: var(--wp--preset--spacing--50) auto 0 auto;
  padding: 0 !important;
  max-width: 720px;
  color: var(--wp--preset--color--primary);
  opacity: 0.5;
}
.wp-block-custom-daily-mass .copyright * {
  color: var(--wp--preset--color--primary) !important;
}

#wpadminbar {
  display: none;
}
@media (min-width: 1080px) {
  #wpadminbar {
    display: block;
  }
}

#modal-embed .modal__container,
#modal-page .modal__container {
  margin: 0 20px !important;
  overflow: visible;
}
#modal-embed .modal__embed-close,
#modal-embed .modal__page-close,
#modal-page .modal__embed-close,
#modal-page .modal__page-close {
  position: absolute;
  z-index: 9;
  top: -15px;
  right: 0;
  color: white;
  transform: translateX(0) translateY(-100%);
  cursor: pointer;
  display: block;
}
#modal-embed .modal__embed-close:before,
#modal-embed .modal__page-close:before,
#modal-page .modal__embed-close:before,
#modal-page .modal__page-close:before {
  padding-right: 5px;
  content: "\f057";
  font-family: "Font Awesome 6 Pro";
}
#modal-embed .modal__page,
#modal-page .modal__page {
  max-height: 85vh;
  overflow-y: scroll;
}
#modal-embed .modal-spinner,
#modal-page .modal-spinner {
  text-align: center;
}

#modal-page .modal__container {
  padding: 0 !important;
}
#modal-page .modal-spinner {
  padding: 20px !important;
}

#modal-global-notice.is-layout-image .close-x {
  top: 0;
  right: 10px;
  color: white;
}
#modal-global-notice.is-layout-image .modal__container {
  padding: 30px 10px;
  background: transparent;
  box-shadow: none;
}
#modal-global-notice.is-layout-image .modal__container .modal-title {
  display: none;
}
#modal-global-notice.is-layout-image .modal__container .modal-content {
  padding: 0;
}
#modal-global-notice.is-layout-image .modal__container .modal-content img {
  margin: 0 auto;
  display: block;
  max-width: 700px;
  width: 100%;
}
#modal-global-notice .modal__container {
  padding: var(--wp--preset--spacing--50);
}

/* Navigation
========================================================================== */
ul.nav-header {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.nav-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.nav-header a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 1080px) {
  ul.nav-header {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  ul.nav-header > li.hide-lg + li:not([class=hide-lg]) > a {
    padding-left: var(--wp--preset--spacing--100) !important;
    text-align: right;
  }
  ul.nav-header > li:last-child > a {
    padding-right: var(--wp--preset--spacing--100) !important;
  }
  ul.nav-header a:hover {
    color: var(--wp--preset--color--diocesan-blue-1);
  }
  ul.nav-header > li:hover > a {
    color: var(--wp--preset--color--diocesan-blue-1);
  }
  ul.nav-header > li:hover > ul {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    transition: all 0.3s 0.3s ease-in-out;
  }
  ul.nav-header > li:hover.menu-item-has-children > a:after {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s 0.3s ease-in-out;
  }
  ul.nav-header > li.menu-item-has-children > a {
    position: relative;
  }
  ul.nav-header > li.menu-item-has-children > a:after {
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 50%;
    right: 0;
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid var(--wp--preset--color--diocesan-gold-4);
    transform: translateX(-50%) translateY(-100%);
    visibility: hidden;
    opacity: 0;
    transition: all 0s 0s ease-in-out;
  }
  ul.nav-header > li > a {
    padding: 0 var(--wp--preset--spacing--20);
    height: 60px;
  }
  ul.nav-header > li > ul {
    padding: 30px var(--wp--preset--spacing--60);
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 0;
    right: 0;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    background: var(--wp--preset--color--diocesan-gold-4);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0s 0s ease-in-out;
  }
  ul.nav-header > li > ul > li {
    padding: 15px 0;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    max-width: var(--wp--style--global--wide-size);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  ul.nav-header > li > ul > li:has(> a:hover):before {
    transform: translateX(0%);
  }
  ul.nav-header > li > ul > li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--wp--preset--color--diocesan-blue-1);
    transform: translateX(-100%);
    transition: all 0.75s cubic-bezier(0.33, 1, 0.68, 1);
  }
  ul.nav-header > li > ul > li:first-child {
    padding-top: 6px;
  }
  ul.nav-header > li > ul > li:last-child {
    padding-bottom: 6px;
    border-bottom: none;
  }
  ul.nav-header > li > ul > li:last-child:before {
    display: none;
  }
  ul.nav-header > li > ul > li a {
    font-size: var(--wp--preset--font-size--medium);
    text-transform: none;
  }
  ul.nav-header > li > ul > li > ul {
    position: relative;
    display: flex;
    gap: var(--wp--preset--spacing--20);
  }
  ul.nav-header > li > ul > li > ul li a {
    font-size: var(--wp--preset--font-size--small);
    font-weight: 300;
  }
  ul.nav-header a {
    font-size: calc(var(--wp--preset--font-size--normal) * 0.9);
  }
  ul.nav-header a .drop {
    display: none;
  }
}
@media (max-width: 1080px) {
  ul.nav-header li.current_page_ancestor > a, ul.nav-header li.current-menu-item > a {
    color: var(--wp--preset--color--diocesan-blue-2);
  }
  ul.nav-header li[aria-pressed=true] > a .drop {
    transform: rotate(0deg);
  }
  ul.nav-header > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  ul.nav-header > li ul {
    background: rgba(255, 255, 255, 0.05);
    display: none;
  }
  ul.nav-header > li ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  ul.nav-header > li ul li:last-child {
    border-bottom: none;
  }
  ul.nav-header > li ul li a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: var(--wp--preset--font-size--small);
    font-weight: 300;
    text-transform: none;
  }
  ul.nav-header a {
    padding: 20px calc(var(--wp--preset--spacing--60) + 60px) 20px var(--wp--preset--spacing--60);
    color: var(--wp--preset--color--secondary);
  }
  ul.nav-header .drop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-90deg);
  }
}

ul.nav-anchor {
  margin: 0;
  padding: 0;
  position: static;
  display: none;
  list-style: none;
  line-height: 1.25;
}
@media (min-width: 1080px) {
  ul.nav-anchor.is-mobile-view {
    margin: 0;
    padding: 9;
    position: static;
    display: none;
    list-style: none;
    text-align: center;
    line-height: 1.25;
  }
  ul.nav-anchor.is-mobile-view li a {
    padding: 10px var(--wp--preset--spacing--60);
    display: inline-block;
    text-align: left;
  }
}
@media (min-width: 1080px) {
  ul.nav-anchor {
    display: flex;
    gap: var(--wp--preset--spacing--30);
    flex-flow: row nowrap;
    justify-content: center;
    text-align: center;
  }
}
ul.nav-anchor li a {
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}
ul.nav-anchor li a.is-active {
  color: var(--wp--preset--color--diocesan-blue-1) !important;
}
@media (max-width: 1080px) {
  ul.nav-anchor li a {
    padding: var(--wp--preset--spacing--15) var(--wp--preset--spacing--60);
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

ul.nav-footer {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: column nowrap;
  gap: 8px;
  list-style: none;
}
ul.nav-footer li a {
  text-decoration: none;
}

ul.nav-social {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 15px;
  list-style: none;
}

ul.nav-user {
  margin: 0;
  padding: 0;
  display: flex;
  gap: var(--wp--preset--spacing--30);
  font-weight: 400;
  list-style: none;
}
@media (max-width: 1080px) {
  ul.nav-user {
    font-size: var(--wp--preset--font-size--normal);
  }
}
ul.nav-user li a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  text-decoration: none;
}
ul.nav-user li a.cart-total .icon {
  display: flex;
  gap: 6px;
  align-items: center;
  line-height: 1;
}
ul.nav-user li a.cart-total .icon > span {
  font-size: 10px;
}
ul.nav-user li a.toggle-search {
  cursor: pointer;
}
ul.nav-user li a.toggle-search[aria-pressed=true] {
  color: var(--wp--preset--color--diocesan-blue-1);
}
ul.nav-user li a > span {
  display: none;
}
@media (min-width: 1080px) {
  ul.nav-user li a > span {
    display: block;
  }
}

a:hover {
  transition: all 0.2s ease-in-out;
}

.read-more-trigger {
  margin-top: 5px;
  padding: 0 !important;
  display: inline-block;
  text-decoration: none;
  font-size: var(--wp--preset--font-size--small) !important;
  border-bottom: 1px solid var(--wp--preset--color--primary);
}
.read-more-trigger:hover {
  color: var(--wp--preset--color--primary);
}
.read-more-trigger:after {
  margin-left: 3px;
  content: "more";
}
.read-more-trigger[aria-pressed=true]:after {
  content: "less";
}

.read-more-container {
  display: none;
}

/* State
========================================================================== */
/* Animations
========================================================================== */
@keyframes staggeredDownUp {
  from {
    visibility: hidden;
    opacity: 0;
    transform: translateY(25%);
  }
  to {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
  }
}
/* Plugins
========================================================================== */
:root {
  --woocommerce: #0283bf;
  --wc-green: #325a2c;
  --wc-red: #703017;
  --wc-orange: #ffba00;
  --wc-blue: #0283bf;
  --wc-primary: #0283bf;
  --wc-primary-text: white;
  --wc-secondary: #e9e6ed;
  --wc-secondary-text: #515151;
  --wc-highlight: #0283bf;
  --wc-highligh-text: white;
  --wc-content-bg: #fff;
  --wc-subtext: #767676;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: star;
  src: url(../../plugins/woocommerce/assets/fonts/star.eot);
  src: url(../../plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"), url(../../plugins/woocommerce/assets/fonts/star.woff) format("woff"), url(../../plugins/woocommerce/assets/fonts/star.ttf) format("truetype"), url(../../plugins/woocommerce/assets/fonts/star.svg#star) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: WooCommerce;
  src: url(../../plugins/woocommerce/assets/fonts/WooCommerce.eot);
  src: url(../../plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(../../plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"), url(../../plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype"), url(../../plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce) format("svg");
  font-weight: 400;
  font-style: normal;
}
body.woocommerce-checkout .entry-content > * {
  max-width: var(--wp--style--global--content-size);
}

body.woocommerce.product-has-gravity-form .entry-content > * {
  max-width: var(--wp--style--global--content-size);
}

body.single-product .entry-content > .product .product-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--wp--preset--spacing--15);
}
@media (min-width: 782px) {
  body.single-product .entry-content > .product .product-container {
    margin-bottom: var(--wp--preset--spacing--30);
    grid-template-columns: 1fr 1fr;
    gap: var(--wp--preset--spacing--50);
  }
}
body.single-product .entry-content > .product .product-container .summary .product_title,
body.single-product .entry-content > .product .product-container .summary .product_meta {
  display: none;
}
body.single-product .entry-content > .product .product-container .summary .gform_wrapper {
  text-align: left;
}
body.single-product .entry-content > .product .product-container .summary .gform_wrapper .product_totals {
  display: none;
}
body.single-product .entry-content > .product .product-container .summary button[name=add-to-cart] {
  margin-top: var(--wp--preset--spacing--20);
}

body.single-event .entry-content .woocommerce > .single-product .woocommerce-product-gallery,
body.single-event .entry-content > .product .woocommerce-product-gallery,
body.woocommerce.product-has-gravity-form .entry-content .woocommerce > .single-product .woocommerce-product-gallery,
body.woocommerce.product-has-gravity-form .entry-content > .product .woocommerce-product-gallery {
  margin: 0 auto;
  max-width: 300px;
}
body.single-event .entry-content .woocommerce > .single-product .product-container,
body.single-event .entry-content > .product .product-container,
body.woocommerce.product-has-gravity-form .entry-content .woocommerce > .single-product .product-container,
body.woocommerce.product-has-gravity-form .entry-content > .product .product-container {
  display: block !important;
}
body.single-event .entry-content .woocommerce > .single-product .summary,
body.single-event .entry-content > .product .summary,
body.woocommerce.product-has-gravity-form .entry-content .woocommerce > .single-product .summary,
body.woocommerce.product-has-gravity-form .entry-content > .product .summary {
  text-align: center;
}
body.single-event .entry-content .woocommerce > .single-product .summary .product_title,
body.single-event .entry-content .woocommerce > .single-product .summary .product_meta,
body.single-event .entry-content > .product .summary .product_title,
body.single-event .entry-content > .product .summary .product_meta,
body.woocommerce.product-has-gravity-form .entry-content .woocommerce > .single-product .summary .product_title,
body.woocommerce.product-has-gravity-form .entry-content .woocommerce > .single-product .summary .product_meta,
body.woocommerce.product-has-gravity-form .entry-content > .product .summary .product_title,
body.woocommerce.product-has-gravity-form .entry-content > .product .summary .product_meta {
  display: none;
}
body.single-event .entry-content .woocommerce > .single-product .summary .gform_wrapper,
body.single-event .entry-content > .product .summary .gform_wrapper,
body.woocommerce.product-has-gravity-form .entry-content .woocommerce > .single-product .summary .gform_wrapper,
body.woocommerce.product-has-gravity-form .entry-content > .product .summary .gform_wrapper {
  text-align: left;
}
body.single-event .entry-content .woocommerce > .single-product .summary .gform_wrapper .product_totals,
body.single-event .entry-content > .product .summary .gform_wrapper .product_totals,
body.woocommerce.product-has-gravity-form .entry-content .woocommerce > .single-product .summary .gform_wrapper .product_totals,
body.woocommerce.product-has-gravity-form .entry-content > .product .summary .gform_wrapper .product_totals {
  display: none;
}
body.single-event .entry-content .woocommerce > .single-product .related.products,
body.single-event .entry-content > .product .related.products,
body.woocommerce.product-has-gravity-form .entry-content .woocommerce > .single-product .related.products,
body.woocommerce.product-has-gravity-form .entry-content > .product .related.products {
  display: none;
}
body.single-event .entry-content .woocommerce-tabs,
body.woocommerce.product-has-gravity-form .entry-content .woocommerce-tabs {
  display: none;
}

.woocommerce-Addresses {
  display: flex;
  gap: var(--wp--preset--spacing--20);
  flex-flow: column nowrap;
}
.woocommerce-Addresses .woocommerce-Address {
  position: relative;
  font-style: normal;
  margin-bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left;
  width: 100%;
  border-radius: 5px;
  padding: 6px 12px;
}
.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title {
  display: flex;
  justify-content: space-between;
}
.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title h3 {
  margin: 0 0 var(--wp--preset--spacing--20) 0;
  flex: 1 1;
}
.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title a {
  margin: 0;
}

.woocommerce-store-meta {
  margin-bottom: var(--wp--preset--spacing--30);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.woocommerce-store-meta .woocommerce-result-count {
  opacity: 0.5;
}

form.checkout,
.woocommerce-EditAccountForm,
.woocommerce-form,
.woocommerce-ResetPassword {
  margin: var(--wp--preset--spacing--30) 0;
  padding: var(--wp--preset--spacing--40);
  background: white;
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
form.checkout .woocommerce-billing-fields h3,
.woocommerce-EditAccountForm .woocommerce-billing-fields h3,
.woocommerce-form .woocommerce-billing-fields h3,
.woocommerce-ResetPassword .woocommerce-billing-fields h3 {
  margin-top: 0;
}
form.checkout label,
.woocommerce-EditAccountForm label,
.woocommerce-form label,
.woocommerce-ResetPassword label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  padding: 0;
}
form.checkout .woocommerce-input-wrapper,
form.checkout .woocommerce-form-row,
.woocommerce-EditAccountForm .woocommerce-input-wrapper,
.woocommerce-EditAccountForm .woocommerce-form-row,
.woocommerce-form .woocommerce-input-wrapper,
.woocommerce-form .woocommerce-form-row,
.woocommerce-ResetPassword .woocommerce-input-wrapper,
.woocommerce-ResetPassword .woocommerce-form-row {
  display: block;
}
form.checkout .woocommerce-input-wrapper input,
form.checkout .woocommerce-input-wrapper select,
form.checkout .woocommerce-form-row input,
form.checkout .woocommerce-form-row select,
.woocommerce-EditAccountForm .woocommerce-input-wrapper input,
.woocommerce-EditAccountForm .woocommerce-input-wrapper select,
.woocommerce-EditAccountForm .woocommerce-form-row input,
.woocommerce-EditAccountForm .woocommerce-form-row select,
.woocommerce-form .woocommerce-input-wrapper input,
.woocommerce-form .woocommerce-input-wrapper select,
.woocommerce-form .woocommerce-form-row input,
.woocommerce-form .woocommerce-form-row select,
.woocommerce-ResetPassword .woocommerce-input-wrapper input,
.woocommerce-ResetPassword .woocommerce-input-wrapper select,
.woocommerce-ResetPassword .woocommerce-form-row input,
.woocommerce-ResetPassword .woocommerce-form-row select {
  width: 100%;
  max-width: 100%;
}
form.checkout em,
.woocommerce-EditAccountForm em,
.woocommerce-form em,
.woocommerce-ResetPassword em {
  font-size: var(--wp--preset--font-size--small);
}

.woocommerce-input-wrapper label.checkbox input {
  width: auto !important;
  max-width: auto;
}
.woocommerce-input-wrapper label.checkbox span.optional {
  display: none;
}

#wc-stripe-cc-form .form-row {
  margin: 0 !important;
  padding-top: 0 !important;
}
#wc-stripe-cc-form .form-row label {
  margin-bottom: 0 !important;
}

.woocommerce-form-login__submit {
  margin: 10px 15px 0 0;
  float: left;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  margin: 20px 0 0 0;
  display: inline-block;
}

.woocommerce form .form-row {
  overflow: hidden;
}

.woocommerce-notice {
  margin: var(--wp--preset--spacing--20) 0;
  padding: var(--wp--preset--spacing--20);
  position: relative;
  width: 100%;
  font-family: var(--wp--preset--font-family--body);
  font-size: var(--wp--preset--font-size--default);
  background: rgba(2, 131, 191, 0.1);
  border: 1px solid rgba(2, 131, 191, 0.2);
  border-radius: 5px;
  box-shadow: none;
  outline: none;
  overflow: hidden;
}

.wc-item-meta {
  margin: var(--wp--preset--spacing--20) 0 0 0;
  padding: 0;
  font-size: var(--wp--preset--font-size--small);
  list-style: none;
}
.wc-item-meta li {
  display: none;
}
.wc-item-meta li:nth-child(-n+3) {
  display: block;
}
.wc-item-meta li:nth-child(3):after {
  content: "... more";
}
.wc-item-meta li p {
  margin: 0;
}

.woocommerce-store-notice,
p.demo_store {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: 1em 0;
  text-align: center;
  background-color: #0283bf;
  color: #fff;
  z-index: 99998;
  box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
  display: none;
}

.woocommerce-store-notice a,
p.demo_store a {
  color: #fff;
  text-decoration: underline;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.admin-bar p.demo_store {
  top: 32px;
}

.clear {
  clear: both;
}

#wc-stripe-payment-request-wrapper,
#wc-stripe-payment-request-button-separator {
  display: none !important;
}

.woocommerce .blockUI.blockOverlay {
  position: relative;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8 !important;
  background: white !important;
}
.woocommerce .blockUI.blockOverlay::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  animation: spin 1s ease-in-out infinite;
  background: url(../../plugins/woocommerce/assets/images/icons/loader.svg) center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}
.woocommerce .loader::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  animation: spin 1s ease-in-out infinite;
  background: url(../../plugins/woocommerce/assets/images/icons/loader.svg) center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}
.woocommerce a.remove {
  display: inline-block;
  font-size: 20px;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: #703017 !important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
}
.woocommerce small.note {
  display: block;
  color: #767676;
  font-size: 0.857em;
  margin-top: 10px;
}
.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 1em;
  padding: 0;
  font-size: 0.92em;
  color: #767676;
}
.woocommerce .woocommerce-breadcrumb::after, .woocommerce .woocommerce-breadcrumb::before {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-breadcrumb::after {
  clear: both;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #767676;
}
.woocommerce .quantity .qty {
  width: 80px;
  text-align: center;
}
.woocommerce div.product {
  margin-bottom: 0;
  position: relative;
}
.woocommerce div.product .product_title {
  clear: none;
  margin-top: 0;
  padding: 0;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #0283bf;
  font-size: 1.25em;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  background: inherit;
  font-weight: 700;
  display: inline-block;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  opacity: 0.5;
  display: inline-block;
}
.woocommerce div.product p.stock {
  font-size: 0.92em;
}
.woocommerce div.product .stock {
  color: #0283bf;
}
.woocommerce div.product .out-of-stock {
  color: #703017;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 1.618em;
}
.woocommerce div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
}
.woocommerce div.product div.images div.thumbnails {
  padding-top: 1em;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
  position: relative;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  margin: 0;
  padding: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
  background-color: #fff;
  opacity: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
  border: 1px solid #f2f2f2;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 25%;
  display: inline-block;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 2em;
  z-index: 9;
  width: 36px;
  height: 36px;
  background: #fff;
  text-indent: -9999px;
  border-radius: 100%;
  box-sizing: content-box;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
  box-sizing: content-box;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background: #000;
  border-radius: 6px;
  position: absolute;
  top: 19px;
  left: 22px;
  transform: rotate(-45deg);
  box-sizing: content-box;
}
.woocommerce div.product div.images .flex-control-thumbs {
  overflow: hidden;
  zoom: 1;
  margin: 0;
  padding: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
  list-style: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  cursor: pointer;
  opacity: 0.5;
  margin: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
  opacity: 1;
}
.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1),
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1),
.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: left;
}
.woocommerce div.product div.summary {
  margin-bottom: 2em;
}
.woocommerce div.product div.social {
  text-align: right;
  margin: 0 0 1em;
}
.woocommerce div.product div.social span {
  margin: 0 0 0 2px;
}
.woocommerce div.product div.social span span {
  margin: 0;
}
.woocommerce div.product div.social span .stButton .chicklets {
  padding-left: 16px;
  width: 0;
}
.woocommerce div.product div.social iframe {
  float: left;
  margin-top: 3px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0 0 1.618em;
  overflow: hidden;
  position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #cfc8d8;
  background-color: #e9e6ed;
  color: #515151;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 4px 4px 0 0;
  margin: 0 -5px;
  padding: 0 1em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: 0.5em 0;
  font-weight: 500;
  color: #515151;
  text-decoration: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  text-decoration: none;
  color: #6a6a6a;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff;
  color: #515151;
  z-index: 2;
  border-bottom-color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: inherit;
  text-shadow: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  box-shadow: 2px 2px 0 #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  box-shadow: -2px 2px 0 #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  border: 1px solid #cfc8d8;
  position: absolute;
  bottom: -1px;
  width: 5px;
  height: 5px;
  content: " ";
  box-sizing: border-box;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  border: 1px solid #cfc8d8;
  position: absolute;
  bottom: -1px;
  width: 5px;
  height: 5px;
  content: " ";
  box-sizing: border-box;
  left: -5px;
  border-bottom-right-radius: 4px;
  border-width: 0 1px 1px 0;
  box-shadow: 2px 2px 0 #e9e6ed;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  right: -5px;
  border-bottom-left-radius: 4px;
  border-width: 0 0 1px 1px;
  box-shadow: -2px 2px 0 #e9e6ed;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #cfc8d8;
  z-index: 1;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 0;
}
.woocommerce div.product p.cart {
  margin-bottom: 2em;
}
.woocommerce div.product p.cart::after, .woocommerce div.product p.cart::before {
  content: " ";
  display: table;
}
.woocommerce div.product p.cart::after {
  clear: both;
}
.woocommerce div.product form.cart {
  margin-bottom: 2em;
}
.woocommerce div.product form.cart::after, .woocommerce div.product form.cart::before {
  content: " ";
  display: table;
}
.woocommerce div.product form.cart::after {
  clear: both;
}
.woocommerce div.product form.cart table {
  border-width: 0 0 1px;
}
.woocommerce div.product form.cart table td {
  padding-left: 0;
}
.woocommerce div.product form.cart table div.quantity {
  float: none;
  margin: 0;
}
.woocommerce div.product form.cart table small.stock {
  display: block;
  float: none;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 1em;
  border: 0;
  width: 100%;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  border: 0;
  line-height: 2em;
  vertical-align: middle;
}
.woocommerce div.product form.cart .variations label {
  font-weight: 700;
  text-align: left;
}
.woocommerce div.product form.cart .variations select {
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-right: 1em;
}
.woocommerce div.product form.cart .variations td.label {
  padding-right: 1em;
}
.woocommerce div.product form.cart .woocommerce-variation-description p {
  margin-bottom: 1em;
}
.woocommerce div.product form.cart .reset_variations {
  display: none !important;
  visibility: hidden;
  font-size: 0.83em;
}
.woocommerce div.product form.cart .wc-no-matching-variations {
  display: none;
}
.woocommerce div.product form.cart .button {
  vertical-align: middle;
}
.woocommerce div.product form.cart .group_table td {
  vertical-align: top;
  padding-bottom: 0.5em;
  border: 0;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
  padding-right: 1em;
  padding-left: 1em;
}
.woocommerce div.product form.cart .group_table td:first-child {
  width: 4em;
  text-align: center;
}
.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  transform: scale(1.5, 1.5);
}
.woocommerce span.onsale {
  min-height: 3.236em;
  min-width: 3.236em;
  padding: 0.202em;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  top: -0.5em;
  left: -0.5em;
  margin: 0;
  border-radius: 100%;
  background-color: #0283bf;
  color: #fff;
  font-size: 0.857em;
  z-index: 9;
}
.woocommerce .products ul,
.woocommerce ul.products {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--wp--preset--spacing--50);
  list-style: none;
}
@media (min-width: 782px) {
  .woocommerce .products ul,
  .woocommerce ul.products {
    gap: var(--wp--preset--spacing--40);
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1080px) {
  .woocommerce .products ul,
  .woocommerce ul.products {
    grid-template-columns: repeat(4, 1fr);
  }
}
.woocommerce .products ul li,
.woocommerce ul.products li {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  text-align: center;
  overflow: hidden;
}
.woocommerce .products ul li:has(a.loading),
.woocommerce ul.products li:has(a.loading) {
  opacity: 0.5;
}
.woocommerce .products ul li:has(a.loading):before,
.woocommerce ul.products li:has(a.loading):before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  animation: spin 1s ease-in-out infinite;
  background: url(../../plugins/woocommerce/assets/images/icons/loader.svg) center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}
.woocommerce .products ul li > a,
.woocommerce ul.products li > a {
  display: block;
  text-decoration: none;
}
.woocommerce .products ul li > a .price,
.woocommerce ul.products li > a .price {
  opacity: 0.5;
}
.woocommerce .products ul li > a.added_to_cart,
.woocommerce ul.products li > a.added_to_cart {
  color: var(--wp--preset--color--diocesan-blue-1) !important;
}
.woocommerce .products ul li > a.button, .woocommerce .products ul li > a.added_to_cart,
.woocommerce ul.products li > a.button,
.woocommerce ul.products li > a.added_to_cart {
  margin-top: var(--wp--preset--spacing--15);
  margin-bottom: 2px;
  padding: 0 0 6px 0 !important;
  display: inline-block;
  position: relative;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 400;
  color: var(--wp--preset--color--primary);
  white-space: nowrap;
  border: none !important;
  background: transparent !important;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 8px;
  transition: all 0.2s ease-in-out;
}
.woocommerce .products ul li > a.button.add_to_cart_button.added, .woocommerce .products ul li > a.added_to_cart.add_to_cart_button.added,
.woocommerce ul.products li > a.button.add_to_cart_button.added,
.woocommerce ul.products li > a.added_to_cart.add_to_cart_button.added {
  display: none;
}
.woocommerce .products ul li > a.button:hover, .woocommerce .products ul li > a.added_to_cart:hover,
.woocommerce ul.products li > a.button:hover,
.woocommerce ul.products li > a.added_to_cart:hover {
  opacity: 0.5;
}
.woocommerce .products ul li .woocommerce-loop-product__link img,
.woocommerce ul.products li .woocommerce-loop-product__link img {
  margin-bottom: 15px;
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce .products ul li .woocommerce-loop-product__link h2,
.woocommerce ul.products li .woocommerce-loop-product__link h2 {
  margin: 0 0 5px 0;
  font-family: var(--wp--preset--font-family--body);
  font-weight: 500;
  font-size: var(--wp--preset--font-size--medium);
  text-align: center;
}
@media (min-width: 782px) {
  .woocommerce .products ul li .woocommerce-loop-product__link h2,
  .woocommerce ul.products li .woocommerce-loop-product__link h2 {
    padding: 0 10%;
  }
}
.woocommerce .woocommerce-ordering select {
  vertical-align: top;
}
.woocommerce nav.woocommerce-pagination ul {
  margin: var(--wp--preset--spacing--50) 0 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 5px;
  list-style: none;
}
.woocommerce nav.woocommerce-pagination ul li:empty {
  display: none;
}
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
  padding: 10px 12px;
  display: block;
  font-weight: 400;
  text-decoration: none;
  line-height: 1;
  border: 2px solid var(--wp--preset--color--tertiary);
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a.current {
  background: var(--wp--preset--color--tertiary);
}
.woocommerce nav.woocommerce-pagination ul a {
  cursor: pointer;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
  float: none;
}
.woocommerce a.added_to_cart {
  padding-top: 0.5em;
  display: inline-block;
}
.woocommerce #reviews h2 small {
  float: right;
  color: #767676;
  font-size: 15px;
  margin: 10px 0 0;
}
.woocommerce #reviews h2 small a {
  text-decoration: none;
  color: #767676;
}
.woocommerce #reviews h3 {
  margin: 0;
}
.woocommerce #reviews #respond {
  margin: 0;
  border: 0;
  padding: 0;
}
.woocommerce #reviews #comment {
  height: 75px;
}
.woocommerce #reviews #comments .add_review::after, .woocommerce #reviews #comments .add_review::before {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments .add_review::after {
  clear: both;
}
.woocommerce #reviews #comments h2 {
  clear: none;
}
.woocommerce #reviews #comments ol.commentlist {
  margin: 0;
  width: 100%;
  background: 0 0;
  list-style: none;
}
.woocommerce #reviews #comments ol.commentlist::after, .woocommerce #reviews #comments ol.commentlist::before {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist::after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li {
  padding: 0;
  margin: 0 0 20px;
  border: 0;
  position: relative;
  background: 0;
  border: 0;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
  color: #767676;
  font-size: 0.75em;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  width: 32px;
  height: auto;
  background: #e9e6ed;
  border: 1px solid #e1dde7;
  margin: 0;
  box-shadow: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 50px;
  border: 1px solid #e1dde7;
  border-radius: 4px;
  padding: 1em 1em 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::after, .woocommerce #reviews #comments ol.commentlist li .comment-text::before {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 0.83em;
}
.woocommerce #reviews #comments ol.commentlist ul.children {
  list-style: none outside;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist #respond {
  border: 1px solid #e1dde7;
  border-radius: 4px;
  padding: 1em 1em 0;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments .commentlist > li::before {
  content: "";
}
.woocommerce .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
}
.woocommerce .star-rating::before {
  content: "sssss";
  color: #cfc8d8;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.woocommerce .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.woocommerce .star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
}
.woocommerce .woocommerce-product-rating {
  line-height: 2;
  display: block;
}
.woocommerce .woocommerce-product-rating::after, .woocommerce .woocommerce-product-rating::before {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-product-rating::after {
  clear: both;
}
.woocommerce .woocommerce-product-rating .star-rating {
  margin: 0.5em 4px 0 0;
  float: left;
}
.woocommerce .products .star-rating {
  display: block;
  margin: 0 0 0.5em;
  float: none;
}
.woocommerce .hreview-aggregate .star-rating {
  margin: 10px 0 0;
}
.woocommerce #review_form #respond {
  position: static;
  margin: 0;
  width: auto;
  padding: 0;
  background: transparent none;
  border: 0;
}
.woocommerce #review_form #respond::after, .woocommerce #review_form #respond::before {
  content: " ";
  display: table;
}
.woocommerce #review_form #respond::after {
  clear: both;
}
.woocommerce #review_form #respond p {
  margin: 0 0 10px;
}
.woocommerce #review_form #respond .form-submit input {
  left: auto;
}
.woocommerce #review_form #respond textarea {
  box-sizing: border-box;
  width: 100%;
}
.woocommerce p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}
.woocommerce p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: WooCommerce;
  content: "\e021";
  text-indent: 0;
}
.woocommerce p.stars a:hover ~ a::before {
  content: "\e021";
}
.woocommerce p.stars:hover a::before {
  content: "\e020";
}
.woocommerce p.stars.selected a.active::before {
  content: "\e020";
}
.woocommerce p.stars.selected a.active ~ a::before {
  content: "\e021";
}
.woocommerce p.stars.selected a:not(.active)::before {
  content: "\e020";
}
.woocommerce table.shop_attributes {
  border: 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  margin-bottom: 1.618em;
  width: 100%;
}
.woocommerce table.shop_attributes th {
  width: 150px;
  font-weight: 700;
  padding: 8px;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5;
}
.woocommerce table.shop_attributes td {
  font-style: italic;
  padding: 0;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5;
}
.woocommerce table.shop_attributes td p {
  margin: 0;
  padding: 8px 0;
}
.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
  background: rgba(0, 0, 0, 0.025);
}
.woocommerce table.shop_table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left;
  width: 100%;
  border-radius: 5px;
}
@media (max-width: 1080px) {
  .woocommerce table.shop_table th.product-thumbnail,
  .woocommerce table.shop_table td.product-thumbnail {
    display: none;
  }
}
@media (max-width: 782px) {
  .woocommerce table.shop_table th.product-subtotal,
  .woocommerce table.shop_table td.product-subtotal {
    display: none;
  }
}
.woocommerce table.shop_table th {
  font-weight: 700;
  padding: 9px 12px;
  line-height: 1.5em;
}
.woocommerce table.shop_table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5em;
}
.woocommerce table.shop_table td.product-remove {
  width: 50px;
  text-align: center;
}
.woocommerce table.shop_table td.product-remove a {
  margin: 0 auto;
}
.woocommerce table.shop_table td.product-thumbnail {
  width: 100px !important;
}
.woocommerce table.shop_table td.product-thumbnail img {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1/1 !important;
}
.woocommerce table.shop_table td.product-name {
  font-weight: 400;
}
.woocommerce table.shop_table td.product-name .variation {
  margin: var(--wp--preset--spacing--20) 0 0 0;
  padding: 0;
  list-style: none;
  font-size: var(--wp--preset--font-size--small);
}
.woocommerce table.shop_table td.product-name .variation dt {
  font-weight: 500;
}
.woocommerce table.shop_table td.product-name .variation dt,
.woocommerce table.shop_table td.product-name .variation dd {
  margin: 0;
  padding: 0 5px 0 0;
  display: none;
}
.woocommerce table.shop_table td.product-name .variation dt:nth-child(-n+6),
.woocommerce table.shop_table td.product-name .variation dd:nth-child(-n+6) {
  display: block;
}
.woocommerce table.shop_table td.product-name .variation dt:nth-child(6):after,
.woocommerce table.shop_table td.product-name .variation dd:nth-child(6):after {
  content: "... more";
}
.woocommerce table.shop_table td.product-quantity {
  width: 120px;
}
.woocommerce table.shop_table td.product-price, .woocommerce table.shop_table td.product-subtotal {
  width: 80px;
}
@media (max-width: 782px) {
  .woocommerce table.shop_table td.product-subtotal {
    display: none;
  }
}
.woocommerce table.shop_table td small,
.woocommerce table.shop_table td del {
  font-weight: 400;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
  border-top: 0;
}
.woocommerce table.shop_table tbody th {
  font-weight: 700;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 700;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce table.my_account_orders {
  font-size: 0.85em;
}
.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
  padding: 4px 8px;
  vertical-align: middle;
}
.woocommerce table.my_account_orders .button {
  white-space: nowrap;
}
.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads th {
  vertical-align: top;
  text-align: center;
}
.woocommerce table.woocommerce-MyAccount-downloads td:first-child,
.woocommerce table.woocommerce-MyAccount-downloads th:first-child,
.woocommerce table.woocommerce-MyAccount-downloads td:last-child,
.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
  text-align: left;
}
.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,
.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
  content: "↓";
  display: inline-block;
}
.woocommerce td.product-name .wc-item-meta,
.woocommerce td.product-name dl.variation {
  list-style: none outside;
}
.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt {
  float: left;
  clear: both;
  margin-right: 0.25em;
  display: inline-block;
  list-style: none outside;
}
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name dl.variation dt {
  float: left;
  clear: both;
  margin-right: 0.25em;
  display: inline-block;
  list-style: none outside;
}
.woocommerce td.product-name .wc-item-meta dd,
.woocommerce td.product-name dl.variation dd {
  margin: 0;
}
.woocommerce td.product-name .wc-item-meta p, .woocommerce td.product-name .wc-item-meta:last-child {
  margin-bottom: 0;
}
.woocommerce td.product-name dl.variation p, .woocommerce td.product-name dl.variation:last-child {
  margin-bottom: 0;
}
.woocommerce td.product-name p.backorder_notification {
  font-size: 0.83em;
}
.woocommerce td.product-quantity {
  min-width: 80px;
}
.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
  list-style: none outside;
  padding: 0;
  margin: 0;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
  padding: 4px 0;
  margin: 0;
  list-style: none;
}
.woocommerce ul.cart_list li::after, .woocommerce ul.cart_list li::before {
  content: " ";
  display: table;
}
.woocommerce ul.product_list_widget li::after, .woocommerce ul.product_list_widget li::before {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li::after, .woocommerce ul.product_list_widget li::after {
  clear: both;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
  display: block;
  font-weight: 700;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
  float: right;
  margin-left: 4px;
  width: 32px;
  height: auto;
  box-shadow: none;
}
.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
  margin: 0;
  padding-left: 1em;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
}
.woocommerce ul.cart_list li dl::after, .woocommerce ul.cart_list li dl::before {
  content: " ";
  display: table;
}
.woocommerce ul.product_list_widget li dl::after, .woocommerce ul.product_list_widget li dl::before {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li dl::after, .woocommerce ul.product_list_widget li dl::after {
  clear: both;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt {
  display: inline-block;
  float: left;
  margin-bottom: 1em;
}
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
  display: inline-block;
  float: left;
  margin-bottom: 1em;
}
.woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt {
  font-weight: 700;
  padding: 0 0 0.25em;
  margin: 0 4px 0 0;
  clear: left;
}
.woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd {
  padding: 0 0 0.25em;
}
.woocommerce ul.cart_list li dl dd p:last-child, .woocommerce ul.product_list_widget li dl dd p:last-child {
  margin-bottom: 0;
}
.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating {
  float: none;
}
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
  border-top: 3px double #e9e6ed;
  padding: 4px 0 0;
}
.woocommerce .widget_shopping_cart .total strong, .woocommerce.widget_shopping_cart .total strong {
  min-width: 40px;
  display: inline-block;
}
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
  padding-left: 2em;
  position: relative;
  padding-top: 0;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  top: 0;
  left: 0;
}
.woocommerce .widget_shopping_cart .buttons::after, .woocommerce .widget_shopping_cart .buttons::before {
  content: " ";
  display: table;
}
.woocommerce.widget_shopping_cart .buttons::after, .woocommerce.widget_shopping_cart .buttons::before {
  content: " ";
  display: table;
}
.woocommerce .widget_shopping_cart .buttons::after, .woocommerce.widget_shopping_cart .buttons::after {
  clear: both;
}
.woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a {
  margin-right: 5px;
  margin-bottom: 5px;
}
.woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 6px;
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
.woocommerce form .form-row label {
  line-height: 1.5;
}
.woocommerce form .form-row label.hidden {
  visibility: hidden;
}
.woocommerce form .form-row label.inline {
  display: inline;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description {
  background: #1e85be;
  color: #fff;
  border-radius: 3px;
  padding: 1em;
  margin: 0.5em 0 0;
  clear: both;
  display: none;
  position: relative;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description a {
  color: #fff;
  text-decoration: underline;
  border: 0;
  box-shadow: none;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
  left: 50%;
  top: 0;
  margin-top: -4px;
  transform: translateX(-50%) rotate(180deg);
  content: "";
  position: absolute;
  border-width: 4px 6px 0 6px;
  border-style: solid;
  border-color: #1e85be transparent transparent transparent;
  z-index: 100;
  display: block;
}
.woocommerce form .form-row select {
  cursor: pointer;
  margin: 0;
}
.woocommerce form .form-row .required {
  color: #703017;
  font-weight: 700;
  border: 0 !important;
  text-decoration: none;
  visibility: hidden;
}
.woocommerce form .form-row .optional {
  visibility: visible;
}
.woocommerce form .form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
}
.woocommerce form .form-row input.input-text {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
}
.woocommerce form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  height: 4em;
  line-height: 1.5;
  display: block;
  box-shadow: none;
}
.woocommerce form .form-row .select2-container {
  width: 100%;
  line-height: 2em;
}
.woocommerce form .form-row.woocommerce-invalid label {
  color: #703017;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #703017;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #6dc22e;
}
.woocommerce form .form-row ::-webkit-input-placeholder,
.woocommerce form .form-row :-moz-placeholder,
.woocommerce form .form-row :-ms-input-placeholder {
  line-height: normal;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: var(--wp--preset--spacing--40);
  text-align: left;
  border-radius: 10px;
}
.woocommerce ul#shipping_method {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.woocommerce ul#shipping_method li {
  margin: 0 0 0.5em;
  line-height: 1.5em;
  list-style: none outside;
}
.woocommerce ul#shipping_method li input {
  margin: 3px 0.4375em 0 0;
  vertical-align: top;
}
.woocommerce ul#shipping_method li label {
  display: inline;
}
.woocommerce ul#shipping_method .amount {
  font-weight: 700;
}
.woocommerce p.woocommerce-shipping-contents {
  margin: 0;
}
.woocommerce ul.order_details {
  margin: 0;
  padding: var(--wp--preset--spacing--20);
  display: grid;
  gap: var(--wp--preset--spacing--10) var(--wp--preset--spacing--20);
  grid-template-columns: repeat(1, 1fr);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  list-style: none;
}
@media (min-width: 782px) {
  .woocommerce ul.order_details {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1080px) {
  .woocommerce ul.order_details {
    grid-template-columns: repeat(3, 1fr);
  }
}
.woocommerce ul.order_details li strong {
  display: block;
  width: 100%;
}
.woocommerce ul.order_details li.email strong {
  white-space: nowrap;
  overflow: hidden;
}
.woocommerce .wc-bacs-bank-details-account-name {
  font-weight: 700;
}
.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
  margin-bottom: 2em;
}
.woocommerce .woocommerce-customer-details :last-child,
.woocommerce .woocommerce-order-details :last-child,
.woocommerce .woocommerce-order-downloads :last-child {
  margin-bottom: 0;
}
.woocommerce .woocommerce-customer-details address {
  font-style: normal;
  margin-bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left;
  width: 100%;
  border-radius: 5px;
  padding: 6px 12px;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email {
  margin-bottom: 0;
  padding-left: 1.5em;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
  margin-bottom: 0;
  padding-left: 1.5em;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
  font-family: WooCommerce;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e037";
  text-decoration: none;
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
  font-family: WooCommerce;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e02d";
  text-decoration: none;
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute;
}
.woocommerce .woocommerce-widget-layered-nav-list {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  padding: 0 0 1px;
  list-style: none;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
  clear: both;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
  padding: 1px 0;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
  font-family: WooCommerce;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e013";
  text-decoration: none;
  color: #703017;
}
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
  margin-top: 1em;
}
.woocommerce .widget_layered_nav_filters ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
  overflow: hidden;
  zoom: 1;
}
.woocommerce .widget_layered_nav_filters ul li {
  float: left;
  padding: 0 1em 1px 1px;
  list-style: none;
}
.woocommerce .widget_layered_nav_filters ul li a {
  text-decoration: none;
}
.woocommerce .widget_layered_nav_filters ul li a::before {
  font-family: WooCommerce;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e013";
  text-decoration: none;
  color: #703017;
  vertical-align: inherit;
  margin-right: 0.5em;
}
.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 1em;
}
.woocommerce .widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: 0.8751em;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 1.15em;
  float: left;
}
.woocommerce .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  background-color: #0283bf;
  border-radius: 1em;
  cursor: ew-resize;
  outline: 0;
  top: -0.3em;
  margin-left: -0.5em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: #0283bf;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #35224c;
  border: 0;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.woocommerce .widget_rating_filter ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.woocommerce .widget_rating_filter ul li {
  padding: 0 0 1px;
  list-style: none;
}
.woocommerce .widget_rating_filter ul li::after, .woocommerce .widget_rating_filter ul li::before {
  content: " ";
  display: table;
}
.woocommerce .widget_rating_filter ul li::after {
  clear: both;
}
.woocommerce .widget_rating_filter ul li a {
  padding: 1px 0;
  text-decoration: none;
}
.woocommerce .widget_rating_filter ul li .star-rating {
  float: none;
  display: inline-block;
}
.woocommerce .widget_rating_filter ul li.chosen a::before {
  font-family: WooCommerce;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e013";
  text-decoration: none;
  color: #703017;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: left;
  margin-right: 1em;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: inline-block;
}

.woocommerce-no-js form.woocommerce-form-coupon, .woocommerce-no-js form.woocommerce-form-login {
  display: block !important;
}
.woocommerce-no-js .showcoupon,
.woocommerce-no-js .woocommerce-form-coupon-toggle,
.woocommerce-no-js .woocommerce-form-login-toggle {
  display: none !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f6f5f8;
  color: #515151;
  border-top: 3px solid #0283bf;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}

.woocommerce-error::after, .woocommerce-error::before {
  content: " ";
  display: table;
}

.woocommerce-info::after, .woocommerce-info::before {
  content: " ";
  display: table;
}

.woocommerce-message::after, .woocommerce-message::before {
  content: " ";
  display: table;
}

.woocommerce-error::after,
.woocommerce-info::after,
.woocommerce-message::after {
  clear: both;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  font-family: WooCommerce;
  content: "\e028";
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
  float: right;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.rtl.woocommerce .price_label {
  direction: ltr;
  unicode-bidi: embed;
}
.rtl.woocommerce .price_label span {
  direction: ltr;
  unicode-bidi: embed;
}

.woocommerce-message {
  border-top-color: #8fae1b;
}
.woocommerce-message::before {
  content: "\e015";
  color: #8fae1b;
}

.woocommerce-info {
  border-top-color: #1e85be;
}
.woocommerce-info::before {
  color: #1e85be;
}

.woocommerce-error {
  border-top-color: #b81c23;
}
.woocommerce-error::before {
  content: "\e016";
  color: #b81c23;
}

.woocommerce-account .woocommerce::after, .woocommerce-account .woocommerce::before {
  content: " ";
  display: table;
}
.woocommerce-account .woocommerce::after {
  clear: both;
}
.woocommerce-account .addresses .title::after, .woocommerce-account .addresses .title::before {
  content: " ";
  display: table;
}
.woocommerce-account .addresses .title::after {
  clear: both;
}
.woocommerce-account .addresses .title h3 {
  float: left;
}
.woocommerce-account .addresses .title .edit {
  float: right;
}
.woocommerce-account ol.commentlist.notes li.note p.meta {
  font-weight: 700;
  margin-bottom: 0;
}
.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0;
}
.woocommerce-account ul.digital-downloads {
  margin-left: 0;
  padding-left: 0;
}
.woocommerce-account ul.digital-downloads li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.woocommerce-account ul.digital-downloads li::before {
  font-family: WooCommerce;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e00a";
  text-decoration: none;
}
.woocommerce-account ul.digital-downloads li .count {
  float: right;
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
  min-width: 32px;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 32px;
  box-shadow: none;
}

#add_payment_method table.cart td,
#add_payment_method table.cart th {
  vertical-align: middle;
}

.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th {
  vertical-align: middle;
}

.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
  vertical-align: middle;
}

.coupon {
  display: flex;
  gap: var(--wp--preset--spacing--10);
}
.coupon .input-text {
  max-width: 100% !important;
  flex: 1 1;
}

button[name=update_cart] {
  margin-top: var(--wp--preset--spacing--10);
}

#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
  margin: 0;
  vertical-align: middle;
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding: 1em 0;
}

#add_payment_method .wc-proceed-to-checkout::after, #add_payment_method .wc-proceed-to-checkout::before {
  content: " ";
  display: table;
}

.woocommerce-cart .wc-proceed-to-checkout::after, .woocommerce-cart .wc-proceed-to-checkout::before {
  content: " ";
  display: table;
}

.woocommerce-checkout .wc-proceed-to-checkout::after, .woocommerce-checkout .wc-proceed-to-checkout::before {
  content: " ";
  display: table;
}

#add_payment_method .wc-proceed-to-checkout::after,
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::after {
  clear: both;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  padding: 0 30px !important;
  display: inline-block;
  width: auto;
  height: 40px;
  font-family: var(--wp--preset--font-family--body) !important;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 500 !important;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 40px;
  color: var(--wp--preset--color--secondary);
  background: var(--wp--preset--color--accent);
  border: none !important;
  border-radius: 10px;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1080px) {
  #add_payment_method .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    height: 50px;
    line-height: 50px;
  }
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:disabled,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:disabled,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:disabled {
  opacity: 0.35;
}

#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
  float: none;
  margin-top: 0.5em;
  display: inline-block;
}

#add_payment_method .cart-collaterals .shipping-calculator-button::after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
  font-family: WooCommerce;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 0.618em;
  content: "\e019";
  text-decoration: none;
}

#add_payment_method .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form {
  margin: 1em 0 0 0;
}

#add_payment_method .cart-collaterals .cart_totals p small,
.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small {
  color: #767676;
  font-size: 0.83em;
}

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
  border-collapse: separate;
  margin: 0 0 6px;
  padding: 0;
}

#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child th {
  border-top: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th {
  border-top: 0;
}

.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
  border-top: 0;
}

#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
  width: 35%;
}

#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th {
  vertical-align: top;
  border-left: 0;
  border-right: 0;
  line-height: 1.5em;
}

.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
  vertical-align: top;
  border-left: 0;
  border-right: 0;
  line-height: 1.5em;
}

.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
  vertical-align: top;
  border-left: 0;
  border-right: 0;
  line-height: 1.5em;
}

#add_payment_method .cart-collaterals .cart_totals table small,
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-checkout .cart-collaterals .cart_totals table small {
  color: #767676;
}

#add_payment_method .cart-collaterals .cart_totals table select,
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select {
  width: 100%;
}

#add_payment_method .cart-collaterals .cart_totals .discount td,
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td {
  color: #0283bf;
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #e9e6ed;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #e9e6ed;
}

.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #e9e6ed;
}

#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
  margin-bottom: 0;
}

#add_payment_method .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
  margin-top: 0;
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address,
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
  float: left;
  clear: none;
}

#add_payment_method .checkout .col-2 .notes,
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .notes,
#add_payment_method .checkout .col-2 .form-row-first,
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .form-row-first {
  clear: left;
}

#add_payment_method .checkout .create-account small,
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small {
  font-size: 11px;
  color: #767676;
  font-weight: 400;
}

#add_payment_method .checkout div.shipping-address,
.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%;
}

#add_payment_method .checkout .shipping_address,
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout .checkout .shipping_address {
  clear: both;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #e9e6ed;
  border-radius: 5px;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid #cfc8d8;
  margin: 0;
  list-style: none outside;
}

#add_payment_method #payment ul.payment_methods::after, #add_payment_method #payment ul.payment_methods::before {
  content: " ";
  display: table;
}

.woocommerce-cart #payment ul.payment_methods::after, .woocommerce-cart #payment ul.payment_methods::before {
  content: " ";
  display: table;
}

.woocommerce-checkout #payment ul.payment_methods::after, .woocommerce-checkout #payment ul.payment_methods::before {
  content: " ";
  display: table;
}

#add_payment_method #payment ul.payment_methods::after,
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::after {
  clear: both;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: 400;
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 1em 0 0;
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 0.5em;
  padding: 0;
  position: relative;
  box-shadow: none;
}

#add_payment_method #payment ul.payment_methods li img + img,
.woocommerce-cart #payment ul.payment_methods li img + img,
.woocommerce-checkout #payment ul.payment_methods li img + img {
  margin-left: 2px;
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after, #add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before {
  content: " ";
  display: table;
}

.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before {
  content: " ";
  display: table;
}

.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after, .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before {
  content: " ";
  display: table;
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after {
  clear: both;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 1em;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: 0.92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #dcd7e3;
  color: #515151;
}

#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea {
  border-color: #c2b9ce;
  border-top-color: #b5aac3;
}

.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea {
  border-color: #c2b9ce;
  border-top-color: #b5aac3;
}

.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
  border-color: #c2b9ce;
  border-top-color: #b5aac3;
}

#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder,
#add_payment_method #payment div.payment_box :-moz-placeholder,
.woocommerce-cart #payment div.payment_box :-moz-placeholder,
.woocommerce-checkout #payment div.payment_box :-moz-placeholder,
#add_payment_method #payment div.payment_box :-ms-input-placeholder,
.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,
.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
  color: #b5aac3;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
  list-style: none outside;
  margin: 0;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
  margin: 0 0 0.5em;
}

.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
  margin: 0 0 0.5em;
}

.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
  margin: 0 0 0.5em;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
  cursor: pointer;
}

.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
  cursor: pointer;
}

.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
  cursor: pointer;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
  vertical-align: middle;
  margin: -3px 1em 0 0;
  position: relative;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
  border: 0;
  padding: 0;
  margin: 1em 0 0;
}

#add_payment_method #payment div.payment_box .wc-c .credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-c .credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-c .credit-card-form-card-number {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right 0.618em center;
  background-size: 32px 20px;
}

.woocommerce-cart #payment div.payment_box .wc-c .credit-card-form-card-cvc,
.woocommerce-cart #payment div.payment_box .wc-c .credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-c .credit-card-form-card-number {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right 0.618em center;
  background-size: 32px 20px;
}

.woocommerce-checkout #payment div.payment_box .wc-c .credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-c .credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-c .credit-card-form-card-number {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right 0.618em center;
  background-size: 32px 20px;
}

#add_payment_method #payment div.payment_box .wc-c .credit-card-form-card-cvc.visa,
#add_payment_method #payment div.payment_box .wc-c .credit-card-form-card-expiry.visa,
#add_payment_method #payment div.payment_box .wc-c .credit-card-form-card-number.visa {
  background-image: url(../images/icons/c#703017it-cards/visa.svg);
}

.woocommerce-cart #payment div.payment_box .wc-c .credit-card-form-card-cvc.visa,
.woocommerce-cart #payment div.payment_box .wc-c .credit-card-form-card-expiry.visa,
.woocommerce-cart #payment div.payment_box .wc-c .credit-card-form-card-number.visa {
  background-image: url(../images/icons/c#703017it-cards/visa.svg);
}

.woocommerce-checkout #payment div.payment_box .wc-c .credit-card-form-card-cvc.visa,
.woocommerce-checkout #payment div.payment_box .wc-c .credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-c .credit-card-form-card-number.visa {
  background-image: url(../images/icons/c#703017it-cards/visa.svg);
}

#add_payment_method #payment div.payment_box .wc-c .credit-card-form-card-cvc.mastercard,
#add_payment_method #payment div.payment_box .wc-c .credit-card-form-card-expiry.mastercard,
#add_payment_method #payment div.payment_box .wc-c .credit-card-form-card-number.mastercard {
  background-image: url(../images/icons/c#703017it-cards/mastercard.svg);
}

.woocommerce-cart #payment div.payment_box .wc-c .credit-card-form-card-cvc.mastercard,
.woocommerce-cart #payment div.payment_box .wc-c .credit-card-form-card-expiry.mastercard,
.woocommerce-cart #payment div.payment_box .wc-c .credit-card-form-card-number.mastercard {
  background-image: url(../images/icons/c#703017it-cards/mastercard.svg);
}

.woocommerce-checkout #payment div.payment_box .wc-c .credit-card-form-card-cvc.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-c .credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-c .credit-card-form-card-number.mastercard {
  background-image: url(../images/icons/c#703017it-cards/mastercard.svg);
}

#add_payment_method #payment div.payment_box .wc-c .credit-card-form-card-cvc.laser,
#add_payment_method #payment div.payment_box .wc-c .credit-card-form-card-expiry.laser,
#add_payment_method #payment div.payment_box .wc-c .credit-card-form-card-number.laser {
  background-image: url(../images/icons/c#703017it-cards/laser.svg);
}

.woocommerce-cart #payment div.payment_box .wc-c .credit-card-form-card-cvc.laser,
.woocommerce-cart #payment div.payment_box .wc-c .credit-card-form-card-expiry.laser,
.woocommerce-cart #payment div.payment_box .wc-c .credit-card-form-card-number.laser {
  background-image: url(../images/icons/c#703017it-cards/laser.svg);
}

.woocommerce-checkout #payment div.payment_box .wc-c .credit-card-form-card-cvc.laser,
.woocommerce-checkout #payment div.payment_box .wc-c .credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-c .credit-card-form-card-number.laser {
  background-image: url(../images/icons/c#703017it-cards/laser.svg);
}

#add_payment_method #payment div.payment_box .wc-c .credit-card-form-card-cvc.dinersclub,
#add_payment_method #payment div.payment_box .wc-c .credit-card-form-card-expiry.dinersclub,
#add_payment_method #payment div.payment_box .wc-c .credit-card-form-card-number.dinersclub {
  background-image: url(../images/icons/c#703017it-cards/diners.svg);
}

.woocommerce-cart #payment div.payment_box .wc-c .credit-card-form-card-cvc.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-c .credit-card-form-card-expiry.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-c .credit-card-form-card-number.dinersclub {
  background-image: url(../images/icons/c#703017it-cards/diners.svg);
}

.woocommerce-checkout #payment div.payment_box .wc-c .credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-c .credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-c .credit-card-form-card-number.dinersclub {
  background-image: url(../images/icons/c#703017it-cards/diners.svg);
}

#add_payment_method #payment div.payment_box .wc-c .credit-card-form-card-cvc.maestro,
#add_payment_method #payment div.payment_box .wc-c .credit-card-form-card-expiry.maestro,
#add_payment_method #payment div.payment_box .wc-c .credit-card-form-card-number.maestro {
  background-image: url(../images/icons/c#703017it-cards/maestro.svg);
}

.woocommerce-cart #payment div.payment_box .wc-c .credit-card-form-card-cvc.maestro,
.woocommerce-cart #payment div.payment_box .wc-c .credit-card-form-card-expiry.maestro,
.woocommerce-cart #payment div.payment_box .wc-c .credit-card-form-card-number.maestro {
  background-image: url(../images/icons/c#703017it-cards/maestro.svg);
}

.woocommerce-checkout #payment div.payment_box .wc-c .credit-card-form-card-cvc.maestro,
.woocommerce-checkout #payment div.payment_box .wc-c .credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-c .credit-card-form-card-number.maestro {
  background-image: url(../images/icons/c#703017it-cards/maestro.svg);
}

#add_payment_method #payment div.payment_box .wc-c .credit-card-form-card-cvc.jcb,
#add_payment_method #payment div.payment_box .wc-c .credit-card-form-card-expiry.jcb,
#add_payment_method #payment div.payment_box .wc-c .credit-card-form-card-number.jcb {
  background-image: url(../images/icons/c#703017it-cards/jcb.svg);
}

.woocommerce-cart #payment div.payment_box .wc-c .credit-card-form-card-cvc.jcb,
.woocommerce-cart #payment div.payment_box .wc-c .credit-card-form-card-expiry.jcb,
.woocommerce-cart #payment div.payment_box .wc-c .credit-card-form-card-number.jcb {
  background-image: url(../images/icons/c#703017it-cards/jcb.svg);
}

.woocommerce-checkout #payment div.payment_box .wc-c .credit-card-form-card-cvc.jcb,
.woocommerce-checkout #payment div.payment_box .wc-c .credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-c .credit-card-form-card-number.jcb {
  background-image: url(../images/icons/c#703017it-cards/jcb.svg);
}

#add_payment_method #payment div.payment_box .wc-c .credit-card-form-card-cvc.amex,
#add_payment_method #payment div.payment_box .wc-c .credit-card-form-card-expiry.amex,
#add_payment_method #payment div.payment_box .wc-c .credit-card-form-card-number.amex {
  background-image: url(../images/icons/c#703017it-cards/amex.svg);
}

.woocommerce-cart #payment div.payment_box .wc-c .credit-card-form-card-cvc.amex,
.woocommerce-cart #payment div.payment_box .wc-c .credit-card-form-card-expiry.amex,
.woocommerce-cart #payment div.payment_box .wc-c .credit-card-form-card-number.amex {
  background-image: url(../images/icons/c#703017it-cards/amex.svg);
}

.woocommerce-checkout #payment div.payment_box .wc-c .credit-card-form-card-cvc.amex,
.woocommerce-checkout #payment div.payment_box .wc-c .credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-c .credit-card-form-card-number.amex {
  background-image: url(../images/icons/c#703017it-cards/amex.svg);
}

#add_payment_method #payment div.payment_box .wc-c .credit-card-form-card-cvc.discover,
#add_payment_method #payment div.payment_box .wc-c .credit-card-form-card-expiry.discover,
#add_payment_method #payment div.payment_box .wc-c .credit-card-form-card-number.discover {
  background-image: url(../images/icons/c#703017it-cards/discover.svg);
}

.woocommerce-cart #payment div.payment_box .wc-c .credit-card-form-card-cvc.discover,
.woocommerce-cart #payment div.payment_box .wc-c .credit-card-form-card-expiry.discover,
.woocommerce-cart #payment div.payment_box .wc-c .credit-card-form-card-number.discover {
  background-image: url(../images/icons/c#703017it-cards/discover.svg);
}

.woocommerce-checkout #payment div.payment_box .wc-c .credit-card-form-card-cvc.discover,
.woocommerce-checkout #payment div.payment_box .wc-c .credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-c .credit-card-form-card-number.discover {
  background-image: url(../images/icons/c#703017it-cards/discover.svg);
}

#add_payment_method #payment div.payment_box span.help,
.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help {
  font-size: 0.857em;
  color: #767676;
  font-weight: 400;
}

#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
  margin: 0 0 1em;
}

#add_payment_method #payment div.payment_box p:last-child,
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child {
  margin-bottom: 0;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  content: "";
  display: block;
  border: 1em solid #dcd7e3;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: 0.83em;
}

#add_payment_method #payment .payment_method_paypal img,
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle;
}

.woocommerce-terms-and-conditions {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
}

.woocommerce-invalid #terms {
  outline: 2px solid #703017;
  outline-offset: 2px;
}

.woocommerce-password-strength {
  text-align: center;
  font-weight: 600;
  padding: 3px 0.5em;
  font-size: 1em;
}
.woocommerce-password-strength.strong {
  background-color: #c1e1b9;
  border-color: #83c373;
}
.woocommerce-password-strength.short {
  background-color: #f1adad;
  border-color: #e35b5b;
}
.woocommerce-password-strength.bad {
  background-color: #fbc5a9;
  border-color: #f78b53;
}
.woocommerce-password-strength.good {
  background-color: #ffe399;
  border-color: #ffc733;
}

.woocommerce-password-hint {
  margin: 0.5em 0 0;
  display: block;
}

#content.twentyeleven .woocommerce-pagination a {
  font-size: 1em;
  line-height: 1;
}

.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform,
.single-product .twentythirteen .entry-summary {
  padding: 0;
}
.single-product .twentythirteen p.stars {
  clear: both;
}

.twentythirteen .woocommerce-breadcrumb {
  padding-top: 40px;
}

.twentyfourteen ul.products li.product {
  margin-top: 0 !important;
}

body:not(.search-results) .twentysixteen .entry-summary {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.twentysixteen .price ins {
  background: inherit;
  color: inherit;
}

.payment_method_bpoint #bpoint-cc-form {
  display: flex;
  flex-flow: row wrap;
}
.payment_method_bpoint #bpoint-cc-form > * {
  width: 100%;
}
.payment_method_bpoint #bpoint-cc-form input,
.payment_method_bpoint #bpoint-cc-form select {
  width: 100% !important;
  max-width: 100% !important;
}
.payment_method_bpoint #bpoint-cc-form .form-row-first {
  width: 50%;
}
.payment_method_bpoint #bpoint-cc-form .form-row-last {
  width: 50%;
}

.wc-bacs-bank-details.order_details.bacs_details + .wc-bacs-bank-details.order_details.bacs_details {
  display: none;
}

/* Nice select
 ========================================================================== */
.nice-select {
  padding: 0 30px 0 15px;
  position: relative;
  z-index: auto;
  display: block;
  width: 100%;
  height: 40px;
  font-family: var(--wp--preset--font-family--body);
  font-size: 14px;
  font-weight: normal;
  line-height: 35px;
  color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--secondary);
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  outline: none;
  text-align: left !important;
  user-select: none;
  white-space: nowrap;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  clear: both;
  cursor: pointer;
}
@media (min-width: 1080px) {
  .nice-select {
    font-size: var(--wp--preset--font-size--default);
    height: 50px;
    line-height: 45px;
  }
}
.nice-select:after {
  margin-top: -7.5px;
  content: "\f078";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  opacity: 0.5;
}
.nice-select.open:after {
  transform: rotate(-180deg);
}
.nice-select.open .list {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select .list {
  margin: 0;
  padding: 0;
  position: absolute !important;
  z-index: 9 !important;
  top: calc(100% - 4px);
  left: -2px;
  right: -2px;
  color: rgba(0, 0, 0, 0.5);
  background-color: var(--wp--preset--color--secondary);
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  max-height: 250px;
  overflow: scroll;
}
.nice-select .list li:empty {
  display: none;
}
.nice-select .option {
  padding: 10px;
  font-size: 14px;
  text-align: left;
  line-height: 1;
  text-overflow: ellipsis;
  list-style: none;
  overflow: hidden;
  outline: none;
  cursor: pointer;
}
.nice-select .option:hover {
  background: var(--wp--preset--color--tertiary);
}
.nice-select .option.selected {
  background: var(--wp--preset--color--tertiary);
}
.nice-select .option.disabled:not([data-value=loading]) {
  display: none;
  background-color: transparent;
  cursor: default;
}
.nice-select .option.disabled {
  background-color: transparent;
  cursor: default;
  pointer-events: none;
}
.nice-select .current {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* Gravity Forms
 ========================================================================== */
@media (min-width: 782px) {
  body .wp-block-column .gform_wrapper {
    padding: var(--wp--preset--spacing--30) !important;
  }
}
body .gform_wrapper {
  margin: var(--wp--preset--spacing--40) 0;
  padding: var(--wp--preset--spacing--50);
  background: white;
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
body .gform_wrapper .gform_wrapper {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: none !important;
}
body .gform_wrapper.gravity-theme .gfield_label {
  font-weight: 500;
  color: var(--wp--preset--color--primary);
}
body .gform_wrapper.gravity-theme .ginput_complex label,
body .gform_wrapper.gravity-theme .ginput_complex legend {
  font-size: var(--wp--preset--font-size--small);
}
body .gform_heading {
  margin-bottom: var(--wp--preset--spacing--30);
}
body .gform_wrapper.gravity-theme .gfield input.medium,
body .gform_wrapper.gravity-theme .gfield select.medium {
  width: 100%;
}
body .gform_heading:empty {
  display: none;
}
body .gform_wrapper.gravity-theme .gform_fields > *:first-child:is(.gfield--type-section) h3 {
  margin-top: 0;
}
body .gform_wrapper.gravity-theme .gsection {
  padding: 0;
  border: none;
}
body .gform_wrapper.gravity-theme .gsection .gsection_description {
  padding-top: 0;
}
body .gform_wrapper.gravity-theme .gform_previous_button.button,
body .gform_wrapper.gravity-theme .gform_save_link.button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-align: center;
  color: var(--wp--preset--color--accent);
  background: transparent;
}
body .gform_wrapper.gravity-theme .gfield-choice-input + label {
  line-height: 1.2;
}
body .gravity-theme.ui-datepicker,
body .gravity-theme.ui-datepicker .ui-datepicker-header select,
body .gravity-theme.ui-datepicker .ui-datepicker-calendar th span {
  font-size: 16px;
}
body .gravity-theme.ui-datepicker .ui-datepicker-calendar td {
  font-size: 14px;
}
body .gravity-theme.ui-datepicker .ui-datepicker-header select {
  padding: 0 20px 0 0 !important;
}
body .gform_wrapper.gravity-theme .gform_footer,
body .gform_wrapper.gravity-theme .gform_page_footer {
  padding-bottom: 0;
}
body .gform_wrapper.gravity-theme .gform_footer button,
body .gform_wrapper.gravity-theme .gform_footer input,
body .gform_wrapper.gravity-theme .gform_page_footer button,
body .gform_wrapper.gravity-theme .gform_page_footer input {
  margin-bottom: 0;
}
body .gform_wrapper.gravity-theme .gform_validation_errors {
  margin: var(--wp--preset--spacing--20) 0;
  padding: var(--wp--preset--spacing--20);
  position: relative;
  width: 100%;
  font-family: var(--wp--preset--font-family--body);
  font-size: var(--wp--preset--font-size--default);
  background: rgba(255, 0, 0, 0.05);
  border: 1px solid rgba(255, 0, 0, 0.3);
  border-radius: 5px;
  box-shadow: none;
  outline: none;
  overflow: hidden;
}
body .gform_wrapper.gravity-theme .gform_validation_errors .gform-icon {
  display: none !important;
}
body .gform_wrapper.gravity-theme .gform_validation_errors > * {
  font-family: var(--wp--preset--font-family--body);
  font-size: var(--wp--preset--font-size--default);
  font-weight: 400 !important;
}
body .gform_wrapper.gravity-theme .gfield_validation_message,
body .gform_wrapper.gravity-theme .validation_message {
  margin: var(--wp--preset--spacing--10) 0 0 0;
  padding: var(--wp--preset--spacing--10) var(--wp--preset--spacing--15);
  position: relative;
  width: 100%;
  font-family: var(--wp--preset--font-family--body);
  font-size: var(--wp--preset--font-size--small);
  background: rgba(255, 0, 0, 0.05);
  border: 1px solid rgba(255, 0, 0, 0.3);
  border-radius: 5px;
  box-shadow: none;
  outline: none;
  overflow: hidden;
}
body .gravity-theme.ui-datepicker .ui-datepicker-calendar th,
body .gravity-theme.ui-datepicker .ui-datepicker-calendar td {
  padding: 0 !important;
}
body .gform_wrapper.gravity-theme .gfield--type-section {
  margin: var(--wp--preset--spacing--10) 0;
}
body .gform_wrapper.gravity-theme .gfield--type-section .gsection_title {
  margin: 0 !important;
}
body .gform_wrapper.gravity-theme .description,
body .gform_wrapper.gravity-theme .gfield_description,
body .gform_wrapper.gravity-theme .gsection_description,
body .gform_wrapper.gravity-theme .instruction {
  font-size: var(--wp--preset--font-size--small);
}
body .gfield_radio .gchoice {
  margin: 5px 0;
}
body .gfield_radio .gchoice label {
  line-height: 1.2;
}
body .gform_ajax_spinner {
  margin-left: 5px;
}

.gform_legacy_markup_wrapper {
  max-width: var(--wp--style--global--content-size) !important;
}

body.single-event .gform_confirmation_message {
  text-align: center;
}

.gform_wrapper.gravity-theme .gform_validation_errors > h2 .gform-icon {
  display: none;
}

/* WooCommerce
 ========================================================================== */
body.woocommerce-checkout .entry-content > * {
  max-width: var(--wp--style--global--content-size);
}

body.woocommerce.product-has-gravity-form .entry-content > * {
  max-width: var(--wp--style--global--content-size);
}

/* Fullcalendar
 ========================================================================== */
.fc-theme-standard td,
.fc-theme-standard th {
  padding: 0 !important;
}
.fc-theme-standard th {
  color: var(--wp--preset--color--accent);
  pointer-events: cursor;
}
.fc-theme-standard th a {
  text-decoration: none;
}
.fc-theme-standard th a:hover {
  color: var(--wp--preset--color--accent);
}
.fc-theme-standard tr {
  background: transparent !important;
}
.fc-theme-standard * {
  text-decoration: none;
}
.fc-theme-standard .fc-toolbar-title {
  color: var(--wp--preset--color--accent);
}
.fc-theme-standard .fc-daygrid-day-number {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 400;
  color: var(--wp--preset--color--accent);
}
.fc-theme-standard .fc-daygrid-day-number a {
  color: var(--wp--preset--color--accent);
}
.fc-theme-standard .fc-daygrid-event {
  padding: 1px 3px;
  font-size: var(--wp--preset--font-size--default);
  font-weight: 400;
  line-height: 1.35;
  background-color: var(--wp--preset--color--diocesan-blue-1);
  white-space: unset;
}
@media (max-width: 782px) {
  .fc-theme-standard .fc-daygrid-event {
    margin: 0 auto !important;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    overflow: hidden;
  }
  .fc-theme-standard .fc-daygrid-event > * {
    display: none;
  }
}
.fc-theme-standard .fc-daygrid-event .fc-event-time {
  margin: 0 0 3px 0;
  font-size: 10px;
  opacity: 0.5;
}
@media (max-width: 782px) {
  .fc-theme-standard .fc-today-button {
    display: none;
  }
}

/* Swiper
 ========================================================================== */
.swiper {
  visibility: hidden;
  opacity: 0;
}
.swiper.swiper-initialized {
  visibility: visible;
  opacity: 1;
}
.swiper.swiper-initialized + .swiper-arrows {
  visibility: visible;
  opacity: 1;
}
.swiper + .swiper-arrows {
  visibility: hidden;
  opacity: 0;
}

/* Micro Modal
 ========================================================================== */
.modal {
  position: relative;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.modal .close-x {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 1;
  cursor: pointer;
}
.modal .modal-title {
  color: var(--wp--preset--color--accent);
}
.modal.is-loading .modal__container .modal-loading {
  display: flex;
  flex-flow: column nowrap;
}
.modal.is-loading .modal__container > *:not(.modal-loading) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.modal.is-style-small .modal__container {
  max-width: 600px;
}
.modal.is-style-small .search-form {
  display: flex;
  align-items: center;
}
.modal.is-style-small .search-form label {
  padding-right: 10px;
  flex: 1 1;
}
.modal.is-style-small .search-form label input {
  width: 100%;
}
.modal.is-style-medium .modal__container {
  max-width: 800px;
}
.modal.is-style-medium .modal-title + .modal-content {
  padding-top: 15px;
}
.modal.is-style-medium .search-form {
  display: flex;
  align-items: center;
}
.modal.is-style-medium .search-form label {
  padding-right: 10px;
  flex: 1 1;
}
.modal.is-style-medium .search-form label input {
  width: 100%;
}
.modal iframe {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s 0.4s ease-in-out;
}
.modal.is-open {
  opacity: 1;
  visibility: visible;
}
.modal.is-open iframe {
  opacity: 1;
  visibility: visible;
}
.modal .modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
}
.modal .modal__container {
  position: relative;
  padding: 10px;
  width: 100vw;
  max-width: var(--wp--style--global--content-size);
  max-height: 100vh;
  border-radius: 4px;
  background: var(--wp--preset--color--secondary);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
}
@media (min-width: 1080px) {
  .modal .modal__container {
    margin: 0 10px;
    padding: 20px;
  }
}
.modal .modal-loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--wp--preset--color--tertiary);
  line-height: 1;
}
.modal .modal-loading .fas {
  display: block;
}

.modal-title {
  margin: 0 0 10px 0;
}

.modal-footer {
  margin: 15px 0 0 0;
}

/* Bbox
 ========================================================================== */
.wp-block-custom-bboxform #mongo-form {
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.wp-block-custom-bboxform #mongo-form.has-loaded {
  visibility: visible;
  opacity: 1;
}

#bbox-root {
  margin: 0 auto;
  min-height: 300px;
  padding: var(--wp--preset--spacing--50);
  background: white;
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  max-width: 800px;
  font-family: var(--wp--preset--font-family--body) !important;
}
#bbox-root * {
  font-family: var(--wp--preset--font-family--body) !important;
}
#bbox-root .BBFormContainer {
  padding: 0;
}
#bbox-root .BBFormSection {
  max-width: 100%;
}
#bbox-root .BBFormSectionHeading {
  padding: 0 0 5px 0;
  border-radius: 5px;
  font-size: var(--wp--preset--font-size--large);
  color: var(--wp--preset--color--primary);
  background: transparent;
}
#bbox-root #bboxdonation_recurrence_divRecurrenceCheckbox,
#bbox-root #bboxdonation_billing_fldAnonymous {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
}
#bbox-root #bboxdonation_recurrence_divRecurrenceCheckbox label,
#bbox-root #bboxdonation_billing_fldAnonymous label {
  flex: 1 1;
}
#bbox-root .BBFormFieldRecurrenceInfo {
  padding: 0;
}
#bbox-root .BBFormFieldContainer {
  margin-left: 0;
  margin-right: 0;
}
#bbox-root #bboxdonation_gift_rdlstGivingLevels {
  display: flex;
  gap: 10px;
  flex-flow: row wrap;
}
#bbox-root #bboxdonation_gift_rdlstGivingLevels .BBFormRadioItem {
  margin: 0;
  max-width: 160px;
}
#bbox-root #bboxdonation_gift_rdlstGivingLevels .BBFormRadioItem input[type=radio] {
  display: none;
}
#bbox-root #bboxdonation_gift_rdlstGivingLevels .BBFormRadioItem input[type=radio]:checked + label {
  opacity: 1;
  color: var(--wp--preset--color--secondary);
  background: var(--wp--preset--color--diocesan-blue-1);
}
#bbox-root #bboxdonation_gift_rdlstGivingLevels .BBFormRadioItem label {
  padding: 10px var(--wp--preset--spacing--15);
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 500;
  text-align: center;
  color: var(--wp--preset--color-diocesan-blue-1);
  background: transparent;
  border: 2px solid var(--wp--preset--color--diocesan-blue-1);
  cursor: pointer;
  opacity: 0.5;
  border-radius: 0;
  border-radius: 5px;
}
@media (min-width: 782px) {
  #bbox-root #bboxdonation_gift_rdlstGivingLevels .BBFormRadioItem label {
    padding: var(--wp--preset--spacing--20);
  }
}
#bbox-root #bboxdonation_gift_rdlstGivingLevels #bboxdonation_gift_txtOtherAmountButtons {
  margin: 0;
  width: 100%;
  max-width: 100%;
}
#bbox-root #reCAPTCHADisclosure {
  margin-top: 50px;
  margin-bottom: 0;
  margin-left: 0;
  text-align: center;
  opacity: 0.5;
}
#bbox-root .BBFormFieldLabel {
  margin: 5px 0;
  font-size: 15px;
  line-height: 1.35;
}
#bbox-root .BBFormTextArea {
  margin-left: 0;
}
#bbox-root textarea[name="bboxdonation$billing$billingAddress$txtAddress"] {
  max-height: 65px;
}
#bbox-root #bbox-msg-wrapper img {
  margin: 0 auto;
  display: block;
}

.waves-container {
  position: absolute;
  bottom: -5%;
  left: 0;
  right: 0;
  height: var(--wp--preset--spacing--80);
}
.waves-container .waves {
  position: relative;
  height: 100%;
}
.waves-container .waves .wave {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  width: 300vw;
  background-image: url(./img/new-wave-1-blue.svg);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: contain;
  animation: forwards wave 21s linear 1;
}
.waves-container .waves .swell {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(./img/new-wave-2-blue.svg);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: contain;
  animation: forwards swell 7s ease 3;
}

@keyframes wave {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100vw);
  }
}
@keyframes swell {
  0% {
    transform: translate(0, -30%);
    @media (min-width: 1080px) {
      transform: translate(0, -10%);
    }
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -30%);
    @media (min-width: 1080px) {
      transform: translate(0, -10%);
    }
  }
}