@charset "UTF-8";
/*
Theme Name: Zendo Project
Theme URI: https://wordpress.com
Author: WordPress team
Author URI: https://wpspecialprojects.wordpress.com/
Description: Zendo Project is a custom theme built for zendoproject.org using Twenty Twenty-Two as a base.
Requires at least: 5.8
Tested up to: 5.9
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zendo
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments

Zendo Project WordPress Theme, (C) 2021 WordPress.org
Zendo Project is distributed under the terms of the GNU GPL.
*/
/** Default styles from Zendo Project **/
/*
 * Font smoothing.
 * This is a niche setting that will not be available via Global Styles.
 * https://github.com/WordPress/gutenberg/issues/35934
 */
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/*
 * Text and navigation link styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */
a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
  text-underline-offset: 0.25ch;
}

a:active {
  text-decoration: none;
}

.wp-block-navigation .wp-block-navigation-item a:hover,
.wp-block-navigation .wp-block-navigation-item a:focus {
  text-decoration: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

/*
 * Search and File Block button styles.
 * Necessary until the following issues are resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/36444
 * https://github.com/WordPress/gutenberg/issues/27760
 */
.wp-block-search__button,
.wp-block-file .wp-block-file__button {
  background-color: var(--wp--preset--color--primary);
  border-radius: 0;
  border: none;
  color: var(--wp--preset--color--background);
  font-size: var(--wp--preset--font-size--medium);
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
}

/*
 * Button hover styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */
.wp-block-search__button:hover,
.wp-block-file .wp-block-file__button:hover,
.wp-block-button__link:hover {
  opacity: 0.9;
}

/*
 * Alignment styles.
 * These rules are temporary, and should not be relied on or
 * modified too heavily by themes or plugins that build on
 * Zendo Project. These are meant to be a precursor to
 * a global solution provided by the Block Editor.
 *
 * Relevant issues:
 * https://github.com/WordPress/gutenberg/issues/35607
 * https://github.com/WordPress/gutenberg/issues/35884
 */
.wp-site-blocks,
body > .is-root-container,
.edit-post-visual-editor__post-title-wrapper,
.wp-block-group.alignfull,
.wp-block-group.has-background,
.is-root-container .wp-block[data-align=full] > .wp-block-group,
.is-root-container .wp-block[data-align=full] > .wp-block-cover {
  padding-left: var(--wp--custom--margin--horizontal);
  padding-right: var(--wp--custom--margin--horizontal);
}
@media only screen and (min-width: 782px) {
  .wp-site-blocks,
body > .is-root-container,
.edit-post-visual-editor__post-title-wrapper,
.wp-block-group.alignfull,
.wp-block-group.has-background,
.is-root-container .wp-block[data-align=full] > .wp-block-group,
.is-root-container .wp-block[data-align=full] > .wp-block-cover {
    padding-left: var(--wp--custom--spacing--outer);
    padding-right: var(--wp--custom--spacing--outer);
  }
}

.wp-site-blocks .alignfull,
.wp-site-blocks > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-cover,
.wp-site-blocks > .wp-block-template-part > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-template-part > .wp-block-cover,
body > .is-root-container > .wp-block-group.has-background,
body > .is-root-container > .wp-block-cover,
body > .is-root-container > .wp-block-template-part > .wp-block-group.has-background,
body > .is-root-container > .wp-block-template-part > .wp-block-cover,
.is-root-container .wp-block[data-align=full] {
  margin-left: calc(-1 * var(--wp--custom--margin--horizontal)) !important;
  margin-right: calc(-1 * var(--wp--custom--margin--horizontal)) !important;
  width: unset;
}
@media only screen and (min-width: 782px) {
  .wp-site-blocks .alignfull,
.wp-site-blocks > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-cover,
.wp-site-blocks > .wp-block-template-part > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-template-part > .wp-block-cover,
body > .is-root-container > .wp-block-group.has-background,
body > .is-root-container > .wp-block-cover,
body > .is-root-container > .wp-block-template-part > .wp-block-group.has-background,
body > .is-root-container > .wp-block-template-part > .wp-block-cover,
.is-root-container .wp-block[data-align=full] {
    margin-left: calc(-1 * var(--wp--custom--spacing--outer)) !important;
    margin-right: calc(-1 * var(--wp--custom--spacing--outer)) !important;
  }
}

/* Blocks inside columns don't have negative margins. */
.wp-site-blocks .wp-block-columns .wp-block-column .alignfull,
.is-root-container .wp-block-columns .wp-block-column .wp-block[data-align=full],
.wp-site-blocks .alignfull:not(.wp-block-group) .alignfull,
.is-root-container .wp-block[data-align=full] > *:not(.wp-block-group) .wp-block[data-align=full] {
  margin-left: auto !important;
  margin-right: auto !important;
  width: inherit;
}

@media only screen and (max-width: 599px) {
  .wp-site-blocks .alignwide.has-background {
    padding-left: 0;
    padding-right: 0;
  }
}

.wp-site-blocks .has-background + .has-background,
.is-style-zendo-group-blur-background + .has-background {
  margin-block-start: 0;
}

.alignfull.has-background > .alignfull {
  padding-left: var(--wp--custom--margin--horizontal);
  padding-right: var(--wp--custom--margin--horizontal);
}

/** END default styles from Zendo Project **/
html {
  height: 100%;
}

.wp-block-buttons.wp-block-buttons {
  margin-block-start: var(--wp--custom--margin--vertical);
}
@media only screen and (min-width: 782px) {
  .wp-block-buttons.wp-block-buttons {
    margin-block-start: var(--wp--custom--spacing--outer);
  }
}

.wp-block-button.wp-block-button:not(.is-style-outline) .wp-block-button__link {
  border: 2px solid transparent;
  transition: all 0.2s ease-in-out;
}
.wp-block-button.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .wp-block-button.wp-block-button:not(.is-style-outline) .wp-block-button__link:active, .wp-block-button.wp-block-button:not(.is-style-outline) .wp-block-button__link:focus {
  border: 2px solid var(--wp--preset--color--foreground);
  background-color: transparent !important;
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}
.has-deep-blue-radial-gradient-background .wp-block-button.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .has-deep-blue-radial-gradient-background .wp-block-button.wp-block-button:not(.is-style-outline) .wp-block-button__link:focus-visible, .has-foreground-background-color .wp-block-button.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .has-foreground-background-color .wp-block-button.wp-block-button:not(.is-style-outline) .wp-block-button__link:focus-visible, .has-secondary-background-color .wp-block-button.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .has-secondary-background-color .wp-block-button.wp-block-button:not(.is-style-outline) .wp-block-button__link:focus-visible, .has-purple-background-color .wp-block-button.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .has-purple-background-color .wp-block-button.wp-block-button:not(.is-style-outline) .wp-block-button__link:focus-visible, .has-dark-brown-background-color .wp-block-button.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .has-dark-brown-background-color .wp-block-button.wp-block-button:not(.is-style-outline) .wp-block-button__link:focus-visible, .has-black-background-color .wp-block-button.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .has-black-background-color .wp-block-button.wp-block-button:not(.is-style-outline) .wp-block-button__link:focus-visible, .wp-block-cover:not(.is-light) .wp-block-button.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .wp-block-cover:not(.is-light) .wp-block-button.wp-block-button:not(.is-style-outline) .wp-block-button__link:focus-visible {
  border-color: var(--wp--preset--color--background);
  background-color: transparent;
  color: var(--wp--preset--color--background) !important;
  text-decoration: none;
}
.wp-block-button.wp-block-button.is-style-outline .wp-block-button__link {
  transition: all 0.2s ease-in-out;
}
.wp-block-button.wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.wp-block-button.is-style-outline .wp-block-button__link:focus-visible {
  border-color: var(--wp--preset--color--foreground);
  background-color: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--background);
  text-decoration: none;
}
.has-deep-blue-radial-gradient-background .wp-block-button.wp-block-button.is-style-outline .wp-block-button__link:hover, .has-deep-blue-radial-gradient-background .wp-block-button.wp-block-button.is-style-outline .wp-block-button__link:focus-visible, .has-foreground-background-color .wp-block-button.wp-block-button.is-style-outline .wp-block-button__link:hover, .has-foreground-background-color .wp-block-button.wp-block-button.is-style-outline .wp-block-button__link:focus-visible, .has-secondary-background-color .wp-block-button.wp-block-button.is-style-outline .wp-block-button__link:hover, .has-secondary-background-color .wp-block-button.wp-block-button.is-style-outline .wp-block-button__link:focus-visible, .has-purple-background-color .wp-block-button.wp-block-button.is-style-outline .wp-block-button__link:hover, .has-purple-background-color .wp-block-button.wp-block-button.is-style-outline .wp-block-button__link:focus-visible, .has-dark-brown-background-color .wp-block-button.wp-block-button.is-style-outline .wp-block-button__link:hover, .has-dark-brown-background-color .wp-block-button.wp-block-button.is-style-outline .wp-block-button__link:focus-visible, .has-black-background-color .wp-block-button.wp-block-button.is-style-outline .wp-block-button__link:hover, .has-black-background-color .wp-block-button.wp-block-button.is-style-outline .wp-block-button__link:focus-visible, .wp-block-cover:not(.is-light) .wp-block-button.wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-cover:not(.is-light) .wp-block-button.wp-block-button.is-style-outline .wp-block-button__link:focus-visible {
  border-color: var(--wp--preset--color--background);
  background-color: var(--wp--preset--color--background);
  color: var(--wp--preset--color--foreground) !important;
  text-decoration: none;
}

@media only screen and (max-width: 781px) {
  .wp-block-columns {
    gap: calc(2 * var(--wp--custom--margin--vertical)) !important;
  }
}
.wp-block-columns + .wp-block-columns {
  margin-top: var(--wp--custom--spacing--large);
}
.wp-block-columns.wp-block-columns {
  margin-block-end: var(--wp--custom--spacing--large);
}
.wp-block-group:not(main) .wp-block-columns.wp-block-columns:last-child {
  margin-block-end: 0;
}
.wp-block-columns.wp-block-columns:last-child {
  margin-block-end: 0;
}
.wp-block-group > .wp-block-columns:last-of-type {
  margin-block-end: 0;
}
.wp-block-columns .wp-block-column .wp-block-button__link {
  word-break: normal;
}

@media only screen and (max-width: 959px) {
  .wp-block-cover {
    min-height: auto !important;
  }
}

.wp-block-group.has-background + .wp-block-cover {
  margin-top: 0;
}

.wp-block-group.has-background {
  padding: var(--wp--custom--spacing--large) var(--wp--custom--spacing--medium);
}
.wp-block-group.has-background > .wp-block-group {
  margin-bottom: var(--wp--custom--spacing--large);
}
.wp-block-group.has-background > .wp-block-group:last-of-type {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: normal;
  word-break: break-word;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 + .wp-block-columns,
h2 + .wp-block-columns,
h3 + .wp-block-columns,
h4 + .wp-block-columns,
h5 + .wp-block-columns,
h6 + .wp-block-columns {
  margin-top: var(--wp--custom--spacing--medium);
}

h1 + .wp-block-latest-posts, h2 + .wp-block-latest-posts, h3 + .wp-block-latest-posts, h4 + .wp-block-latest-posts, h5 + .wp-block-latest-posts, h6 + .wp-block-latest-posts {
  margin-block-start: var(--wp--custom--spacing--small);
}
@media only screen and (max-width: 959px) {
  .wp-block-latest-posts.is-grid.wp-block-latest-posts.columns-3 li {
    width: calc(50% - 0.83333em);
  }
  .wp-block-latest-posts.is-grid.wp-block-latest-posts.columns-3 li:nth-child(3n) {
    margin-right: 1.25em;
  }
  .wp-block-latest-posts.is-grid.wp-block-latest-posts.columns-3 li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 599px) {
  .wp-block-latest-posts.is-grid.wp-block-latest-posts.columns-3 li {
    width: 100%;
  }
  .wp-block-latest-posts.is-grid.wp-block-latest-posts.columns-3 li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 599px) {
  .wp-block-latest-posts.is-grid li {
    margin-right: 0;
  }
}
.wp-block-latest-posts li {
  padding-left: 0;
}
.wp-block-latest-posts li > .wp-block-latest-posts__post-title:first-child:before {
  content: "";
  background: radial-gradient(128.24% 242.47% at 130.85% 127.76%, rgba(188, 220, 114, 0.71) 20.31%, #75A9E1 58.01%, #2A1956 88.95%);
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  margin-bottom: calc(1.5 * var(--wp--custom--margin--vertical));
}
@supports not (aspect-ratio: 16/10) {
  .wp-block-latest-posts li > .wp-block-latest-posts__post-title:first-child:before {
    height: 0;
    padding-top: 62.5%;
  }
}
.wp-block-latest-posts__featured-image {
  order: 0;
  margin-bottom: calc(1.5 * var(--wp--custom--margin--vertical));
}
.wp-block-latest-posts__featured-image a {
  width: 100%;
}
.wp-block-latest-posts__featured-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/10;
}
.wp-block-latest-posts__post-title {
  display: block;
  font-size: var(--wp--preset--font-size--large) !important;
  font-family: var(--wp--preset--font-family--poppins);
  font-weight: 700;
  line-height: 1;
  margin-bottom: var(--wp--custom--margin--vertical);
}
.wp-block-latest-posts__post-date {
  font-weight: bold;
  font-size: var(--wp--preset--font-size--small);
  margin-bottom: var(--wp--custom--margin--baseline);
  width: 100%;
}
.wp-block-latest-posts__post-excerpt {
  order: 2;
}

.wp-block-post-template .wp-block-post,
.wp-block-query-loop .wp-block-post {
  display: flex;
  flex-direction: column;
}
.wp-block-post-template .wp-block-post .wp-block-group,
.wp-block-query-loop .wp-block-post .wp-block-group {
  display: flex;
  flex-direction: column;
}
.wp-block-post-template .wp-block-post-featured-image a,
.wp-block-query-loop .wp-block-post-featured-image a {
  display: block;
}
.wp-block-post-template .wp-block-post-title,
.wp-block-query-loop .wp-block-post-title {
  width: 100%;
}
.wp-block-post-template .wp-block-post-date,
.wp-block-query-loop .wp-block-post-date {
  font-weight: bold;
  margin-top: var(--wp--custom--margin--vertical);
  margin-bottom: var(--wp--custom--margin--vertical);
  width: 100%;
}
.wp-block-post-template .wp-block-post-excerpt,
.wp-block-query-loop .wp-block-post-excerpt {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.wp-block-post-template .wp-block-post-excerpt__excerpt,
.wp-block-query-loop .wp-block-post-excerpt__excerpt {
  margin-top: 0;
}
.wp-block-post-template .wp-block-post-excerpt__more-text,
.wp-block-query-loop .wp-block-post-excerpt__more-text {
  margin-top: auto;
}

ul li, ol li {
  padding-left: calc(var(--wp--custom--margin--baseline) / 2);
  margin-bottom: var(--wp--custom--margin--baseline);
}

ul {
  list-style-image: url("assets/svg/bullet-blue-2.svg");
}
ul.has-background-color {
  list-style-image: url("assets/svg/bullet-white-2.svg");
}

.wp-block-media-text .wp-block-media-text__content {
  padding-right: 0;
}
@media only screen and (max-width: 781px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 600px) {
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 8%;
  }
}
@media only screen and (min-width: 782px) {
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    max-width: 75%;
  }
}
@media only screen and (min-width: 782px) {
  .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
    max-width: 85%;
    justify-self: flex-end;
  }
}
@media only screen and (max-width: 781px) {
  .wp-block-media-text .wp-block-media-text__media {
    padding-bottom: calc(2 * var(--wp--custom--margin--vertical));
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-block-media-text.has-background {
  box-sizing: border-box;
  padding: var(--wp--custom--spacing--large) var(--wp--custom--spacing--medium);
}

/*
 * Responsive menu container padding.
 * This ensures the responsive container inherits the same
 * spacing defined above. This behavior may be built into
 * the Block Editor in the future.
 */
.header-block .wp-block-navigation ul {
  gap: var(--wp--custom--margin--medium);
}
@media only screen and (max-width: 1079px) {
  .header-block .wp-block-navigation ul {
    justify-content: center;
  }
}
.header-block .wp-block-navigation ul li {
  margin-bottom: 0;
}
.header-block .wp-block-navigation ul li a:hover {
  text-underline-offset: 6px;
}
.header-block .wp-block-navigation ul li.current-menu-item a {
  text-underline-offset: 6px;
  text-decoration: underline;
}
.header-block .donate-menu-item a {
  background-color: var(--wp--preset--color--foreground);
  border: 2px solid transparent;
  border-radius: var(--wp--custom--border--border-radius);
  color: var(--wp--preset--color--white);
  font-size: var(--wp--custom--typography--font-size--tiny);
  padding: 14px 50px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--foreground);
}
@media only screen and (max-width: 1079px) {
  .header-block .donate-menu-item a {
    padding: 7px 25px;
  }
}
@media only screen and (max-width: 599px) {
  .header-block .donate-menu-item a {
    padding: 0.25rem 1rem !important;
  }
}
.header-block .donate-menu-item a:hover {
  background-color: transparent !important;
  border-color: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--foreground) !important;
  text-decoration: none;
}
@media only screen and (min-width: 600px) {
  .header-block .donate-menu-item a:hover {
    background-color: var(--wp--preset--color--foreground);
    color: var(--wp--preset--color--background);
  }
}

.footer-block .wp-block-navigation__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: var(--wp--custom--spacing--small);
}
@media only screen and (max-width: 781px) {
  .footer-block .wp-block-navigation__container {
    justify-items: center;
  }
}
.footer-block .wp-block-navigation__container li {
  font-weight: bold;
  margin-bottom: 0;
}

.wp-block-navigation__responsive-container.is-menu-open {
  font-size: var(--wp--custom--typography--font-size--medium);
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: var(--wp--preset--color--foreground);
  color: #fff;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
  margin-top: 70px;
}

@media only screen and (max-width: 599px) {
  .header-block .wp-block-site-logo {
    z-index: 200000;
  }
}

.wp-block-post-navigation-link {
  font-weight: bold;
}

.wp-block-post-navigation-link-wrap {
  margin-block-start: var(--wp--custom--spacing--large) !important;
}

.wp-block-query-pagination > .wp-block-query-pagination-numbers {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-query-pagination-numbers > * {
  border-radius: 6px;
  font-size: var(--wp--preset--font-size--small);
  font-weight: bold;
  margin-right: var(--wp--custom--margin--baseline);
  padding: 7px var(--wp--custom--margin--baseline);
}
.wp-block-query-pagination-numbers .page-numbers {
  border: 2px solid transparent;
}
.wp-block-query-pagination-numbers .page-numbers.current {
  color: var(--wp--preset--color--background);
  background: var(--wp--preset--color--foreground);
}
.wp-block-query-pagination-numbers .page-numbers:hover {
  border: 2px solid var(--wp--preset--color--foreground);
  text-decoration: none !important;
}

.wp-block-query-pagination {
  margin-top: var(--wp--custom--spacing--large) !important;
}

.wp-block-query-pagination-previous,
.wp-block-query-pagination-next {
  font-weight: bold;
}

h1 + .wp-block-query.wp-block-query, h2 + .wp-block-query.wp-block-query, h3 + .wp-block-query.wp-block-query, h4 + .wp-block-query.wp-block-query, h5 + .wp-block-query.wp-block-query, h6 + .wp-block-query.wp-block-query {
  margin-block-start: var(--wp--custom--spacing--small);
}
.wp-block-query.wp-block-query a {
  text-decoration: none;
}
.wp-block-query.wp-block-query a:hover:not(.wp-block-post-excerpt__more-link) {
  text-decoration: underline;
}

@media only screen and (max-width: 959px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li,
.wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li {
    width: calc(50% - 0.83333em);
  }
}
@media only screen and (max-width: 599px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li,
.wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li {
    width: 100%;
  }
}
.wp-block-post-template li,
.wp-block-query-loop li {
  padding-left: 0;
}
.wp-block-post-template .wp-block-post,
.wp-block-query-loop .wp-block-post {
  display: flex;
  flex-direction: column;
}
.wp-block-post-template .wp-block-post .wp-block-group,
.wp-block-query-loop .wp-block-post .wp-block-group {
  display: flex;
  flex-direction: column;
}
.wp-block-post-template .wp-block-post-featured-image a,
.wp-block-query-loop .wp-block-post-featured-image a {
  display: block;
}
.wp-block-post-template .wp-block-post-title,
.wp-block-query-loop .wp-block-post-title {
  margin-top: calc(1.5 * var(--wp--custom--margin--vertical));
  width: 100%;
}
.wp-block-post-template .wp-block-post-date,
.wp-block-query-loop .wp-block-post-date {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: var(--wp--custom--margin--vertical);
  width: 100%;
}
.wp-block-post-template .wp-block-post-excerpt,
.wp-block-query-loop .wp-block-post-excerpt {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.wp-block-post-template .wp-block-post-excerpt__excerpt,
.wp-block-query-loop .wp-block-post-excerpt__excerpt {
  margin-top: 0;
}
.wp-block-post-template .wp-block-post-excerpt__more-text,
.wp-block-query-loop .wp-block-post-excerpt__more-text {
  margin-top: auto;
}

.wp-block-post-template .wp-block-post figure.wp-block-post-featured-image {
  margin-top: 0 !important;
  width: 100% !important;
}
.wp-block-post-template .wp-block-post figure.wp-block-post-featured-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/10;
}
.wp-block-post-template .wp-block-post:not(.has-post-thumbnail):before {
  content: "";
  background: radial-gradient(128.24% 242.47% at 130.85% 127.76%, rgba(188, 220, 114, 0.71) 20.31%, #75A9E1 58.01%, #2A1956 88.95%);
  display: block;
  flex-shrink: 0;
  width: 100%;
  height: 260px;
}

.wp-block-quote {
  border: 0 none;
  padding-left: 0;
}
.wp-block-quote::before {
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='34' fill='none' version='1.1' viewBox='0 0 42 34' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2.92 33.4c-1.68-4.8-2.52-9.56-2.52-14.3 0-5.44 1.44-9.8 4.32-13.1 2.88-3.36 7.08-5.04 12.6-5.04v7.56c-4.24 0-6.36 2.72-6.36 8.16v1.8h7.68v14.9h-15.7zm22.7 0c-1.6-4.88-2.4-9.64-2.4-14.3 0-5.44 1.4-9.8 4.2-13.1 2.88-3.36 7.08-5.04 12.6-5.04v7.56c-4.16 0-6.24 2.72-6.24 8.16v1.8h7.56v14.9h-15.7z' fill='%232A1956'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  font-family: var(--wp--preset--font-family--poppins);
  font-size: clamp(3rem, 10vw, 7.5rem);
  font-weight: 700;
  width: 0.4em;
  height: 0.4em;
}

.wp-block-separator.is-style-wide {
  max-width: 1680px;
}

@media only screen and (max-width: 781px) {
  .wp-block-spacer__no-mobile {
    height: 0 !important;
  }
}

.wp-block-columns.is-style-zendo-columns-cards, .wp-block-columns.is-style-zendo-columns-small-cards {
  gap: var(--wp--custom--spacing--medium);
}
.wp-block-columns.is-style-zendo-columns-cards .wp-block-column, .wp-block-columns.is-style-zendo-columns-small-cards .wp-block-column {
  background-color: var(--wp--preset--color--background);
  box-shadow: var(--wp--custom--shadow--box-shadow);
  border-radius: 10px;
  padding: var(--wp--custom--spacing--medium) var(--wp--custom--spacing--huge);
}
.wp-block-columns.is-style-zendo-columns-small-cards {
  gap: var(--wp--custom--spacing--small);
  margin-top: var(--wp--custom--spacing--small);
}
@media only screen and (max-width: 1079px) {
  .wp-block-columns.is-style-zendo-columns-small-cards {
    flex-wrap: wrap !important;
  }
}
.wp-block-columns.is-style-zendo-columns-small-cards .wp-block-column {
  padding: var(--wp--custom--spacing--tiny);
}
@media only screen and (max-width: 1079px) {
  .wp-block-columns.is-style-zendo-columns-small-cards .wp-block-column {
    flex: 1 1 40% !important;
    max-width: calc((100% - var(--wp--custom--spacing--small)) / 2);
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 599px) {
  .wp-block-columns.is-style-zendo-columns-small-cards .wp-block-column {
    flex-basis: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
  }
}
.wp-block-columns.is-style-zendo-columns-team {
  gap: var(--wp--custom--spacing--small);
  margin-top: var(--wp--custom--spacing--small);
}
@media only screen and (max-width: 1079px) {
  .wp-block-columns.is-style-zendo-columns-team {
    flex-direction: column;
  }
}
.wp-block-columns.is-style-zendo-columns-team .wp-block-column {
  border-radius: 10px;
  background-color: var(--wp--preset--color--tertiary);
  padding: var(--wp--custom--spacing--tiny);
  margin-top: 150px;
}
.wp-block-columns.is-style-zendo-columns-team .wp-block-column > .wp-block-image:first-child {
  margin-top: -150px;
  max-width: 270px;
  width: 100%;
}

.wp-block-group.is-style-zendo-group-blur-background {
  background: url(assets/images/blur-bg.png);
  background-position: center 280px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: var(--wp--custom--spacing--huge);
}
.wp-block-group.is-style-zendo-group-abstract-background {
  background: url(assets/images/abstract-shape-bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: var(--wp--custom--spacing--huge);
  padding-bottom: var(--wp--custom--spacing--huge);
}
.wp-block-group.is-style-zendo-group-mess-background {
  background: url(assets/images/mess-large@1.5x.png);
  background-position: left 100%;
  background-repeat: no-repeat;
  background-size: 50%;
}
@media only screen and (min-width: 782px) {
  .wp-block-group.is-style-zendo-group-mess-background {
    background-position: left bottom;
    background-size: 50%;
  }
}

h1.is-style-zendo-heading-shadow,
h2.is-style-zendo-heading-shadow,
h3.is-style-zendo-heading-shadow,
h4.is-style-zendo-heading-shadow,
h5.is-style-zendo-heading-shadow,
h6.is-style-zendo-heading-shadow {
  text-shadow: 4px 4px 0 var(--wp--preset--color--light-blue);
}
.has-light-blue-background-color h1.is-style-zendo-heading-shadow,
.has-light-blue-background-color h2.is-style-zendo-heading-shadow,
.has-light-blue-background-color h3.is-style-zendo-heading-shadow,
.has-light-blue-background-color h4.is-style-zendo-heading-shadow,
.has-light-blue-background-color h5.is-style-zendo-heading-shadow,
.has-light-blue-background-color h6.is-style-zendo-heading-shadow {
  text-shadow: 4px 4px 0 var(--wp--preset--color--background);
}

ul.is-style-zendo-grid-list,
ol.is-style-zendo-grid-list {
  list-style: none;
  padding-left: 0;
}
@media only screen and (min-width: 782px) {
  ul.is-style-zendo-grid-list,
ol.is-style-zendo-grid-list {
    display: grid;
    gap: var(--wp--custom--margin--vertical);
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
ul.is-style-zendo-grid-list li,
ol.is-style-zendo-grid-list li {
  padding-left: 0;
  margin-bottom: var(--wp--custom--margin--vertical);
}
@media only screen and (min-width: 782px) {
  ul.is-style-zendo-grid-list li,
ol.is-style-zendo-grid-list li {
    margin-bottom: 0;
  }
}

ol.is-style-zendo-grid-list li:before {
  content: counter(list-item, decimal-leading-zero) ". ";
  display: block;
  margin-right: 5px;
  font-family: var(--wp--preset--font-family--poppins);
  font-size: var(--wp--preset--font-size--large);
  font-weight: bold;
  padding: 3px 8px 3px 0;
}

ul.is-style-zendo-grid-list li:before {
  content: "";
  display: block;
  background-image: url("assets/svg/bullet-blue.svg");
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-position: left bottom;
  background-position-x: left;
  background-position-y: bottom;
  margin-bottom: 5px;
}
ul.is-style-zendo-grid-list.has-background-color li:before {
  content: "";
  display: block;
  background-image: url("assets/svg/bullet-white.svg");
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-position: left bottom;
  background-position-x: left;
  background-position-y: bottom;
  margin-bottom: 5px;
}

.wp-block-media-text.is-style-zendo-media-text-abstract-blur {
  background: url(assets/svg/zap-pink.svg), url(assets/svg/star-blue.svg), url(assets/svg/zap-blue.svg), url(assets/images/blur-media-text@1.5x.png);
  padding-top: var(--wp--custom--spacing--medium);
  padding-bottom: var(--wp--custom--spacing--large);
  background-size: 29px 29px, 58px 58px, 46px 46px, contain;
  background-repeat: no-repeat;
  background-position: 48% 70%, right 90%, 95% 5%, 35% center;
}
@media only screen and (max-width: 781px) {
  .wp-block-media-text.is-style-zendo-media-text-abstract-blur {
    display: block;
  }
}
.wp-block-media-text.is-style-zendo-media-text-abstract-blur .wp-block-media-text__content {
  max-width: 85%;
  padding-left: 13%;
  padding-right: 3%;
}
.wp-block-media-text.is-style-zendo-media-text-abstract-blur .wp-block-media-text__media {
  position: relative;
}
.wp-block-media-text.is-style-zendo-media-text-abstract-blur .wp-block-media-text__media:after {
  content: "";
  background: url(assets/svg/star-green.svg), url(assets/svg/love-green.svg);
  background-size: 46px 46px, 87px 76px;
  background-repeat: no-repeat;
  background-position: 90% 15%, 0 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -5%;
  right: 0;
  overflow: visible;
  z-index: 0;
  pointer-events: none;
}
.wp-block-media-text.is-style-zendo-media-text-abstract-blur.has-media-on-the-right {
  background: url(assets/svg/zap-pink.svg), url(assets/svg/star-blue.svg), url(assets/svg/zap-blue.svg), url(assets/images/blur-media-text-right@1.5x.png);
  background-position: 50% 70%, 5% 90%, left 5%, 60% center;
  background-repeat: no-repeat;
  background-size: 29px 29px, 58px 58px, 46px 46px, contain;
}
.wp-block-media-text.is-style-zendo-media-text-abstract-blur.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 3%;
  padding-right: 13%;
}
.wp-block-media-text.is-style-zendo-media-text-abstract-blur.has-media-on-the-right .wp-block-media-text__media:after {
  content: "";
  background-position: 10% 15%, 100% 0;
}

p.is-style-zendo-paragraph-sub-heading {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.45;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=submit],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  background: transparent;
  border: 2px solid var(--wp--preset--color--black);
  border-radius: var(--wp--custom--border--border-radius);
  font-family: var(--wp--preset--font-family--lato);
  font-size: var(--wp--preset--font-size--tiny);
  height: auto;
  line-height: 2;
  padding: var(--wp--custom--margin--baseline);
}
@media only screen and (min-width: 782px) {
  input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=submit],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
    font-size: var(--wp--preset--font-size--small);
    padding: calc(1.5 * var(--wp--custom--margin--baseline));
  }
}
input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=url]:focus-visible,
input[type=password]:focus-visible,
input[type=search]:focus-visible,
input[type=number]:focus-visible,
input[type=tel]:focus-visible,
input[type=range]:focus-visible,
input[type=date]:focus-visible,
input[type=month]:focus-visible,
input[type=week]:focus-visible,
input[type=time]:focus-visible,
input[type=submit]:focus-visible,
input[type=datetime]:focus-visible,
input[type=datetime-local]:focus-visible,
input[type=color]:focus-visible,
textarea:focus-visible {
  outline: 2px dotted currentColor;
}
.has-foreground-background-color input[type=text],
.has-foreground-background-color input[type=email],
.has-foreground-background-color input[type=url],
.has-foreground-background-color input[type=password],
.has-foreground-background-color input[type=search],
.has-foreground-background-color input[type=number],
.has-foreground-background-color input[type=tel],
.has-foreground-background-color input[type=range],
.has-foreground-background-color input[type=date],
.has-foreground-background-color input[type=month],
.has-foreground-background-color input[type=week],
.has-foreground-background-color input[type=time],
.has-foreground-background-color input[type=submit],
.has-foreground-background-color input[type=datetime],
.has-foreground-background-color input[type=datetime-local],
.has-foreground-background-color input[type=color],
.has-foreground-background-color textarea {
  border-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--white);
}

input[type=text],
input[type=email],
input[type=url] {
  flex: 1;
}

input[type=submit] {
  border-radius: 60px;
}

input[type=number] {
  border: none;
  border-radius: none;
}

form label {
  font-size: var(--wp--preset--font-size--small);
}

select {
  border: 3px solid var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--foreground);
  -webkit-appearance: none;
          appearance: none;
  line-height: var(--wp--preset--line-height--body);
  padding: var(--wp--custom--margin--baseline) calc(3 * var(--wp--custom--margin--baseline)) var(--wp--custom--margin--baseline) var(--wp--custom--margin--baseline);
  background: var(--wp--preset--color--white) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>") no-repeat;
  background-position: right var(--wp--custom--margin--baseline) top 60%;
}

input[type=submit] {
  background: var(--wp--preset--color--foreground);
  border-color: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--background);
  font-weight: 700;
  font-size: var(--wp--preset--font-size--default);
  padding: calc(var(--wp--custom--margin--vertical) / 1.5) calc(2.5 * var(--wp--custom--margin--vertical));
  -webkit-appearance: none;
          appearance: none;
}
@media only screen and (min-width: 960px) {
  input[type=submit] {
    max-width: 330px;
  }
}
input[type=submit]:hover, input[type=submit]:focus-visible {
  background-color: transparent;
  color: var(--wp--preset--color--foreground);
}

form,
.emailinput {
  display: flex;
  flex-direction: column;
  gap: var(--wp--custom--margin--vertical);
  flex: 1;
}
@media only screen and (min-width: 960px) {
  form,
.emailinput {
    flex-direction: row;
  }
}
form + form,
.emailinput + form {
  margin-top: calc(2 * var(--wp--custom--margin--vertical));
}

.wp-block-post-comments-form input:not([type=submit]),
.wp-block-post-comments-form textarea {
  border: 3px solid var(--wp--preset--color--foreground);
}
.wp-block-post-comments-form input[type=submit] {
  background: transparent;
  border: 3px solid var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--foreground);
}

.wp-block-post-content p a, .wp-block-post-content li a {
  position: relative;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  transition: all 0.2s ease-in-out;
}
.wp-block-post-content p a:hover, .wp-block-post-content li a:hover {
  text-decoration-thickness: 2px;
  text-underline-offset: 0.25ch;
}
.wp-block-post-content p a:active, .wp-block-post-content li a:active {
  text-decoration-thickness: 3px;
  text-underline-offset: 0.25ch;
}

a:where(:not(.ab-item):not(.screen-reader-shortcut)):focus, a:where(:not(.ab-item):not(.screen-reader-shortcut)):focus-visible {
  outline: 2px dotted currentColor;
  text-decoration: none;
}
a:where(:not(.ab-item):not(.screen-reader-shortcut)):focus.wp-block-button__link, a:where(:not(.ab-item):not(.screen-reader-shortcut)):focus-visible.wp-block-button__link {
  outline: 2px dotted var(--wp--preset--color--foreground);
}

button:focus {
  text-decoration: none;
}
button:focus-visible {
  outline: 2px dotted var(--wp--preset--color--foreground);
}

.page .wp-block-post-content > *:last-child {
  margin-bottom: var(--wp--custom--spacing--huge);
}
.page .wp-block-post-content > .wp-block-cover:last-child,
.page .wp-block-post-content > .has-background:last-child {
  margin-bottom: 0;
}
.page:not(.page-template-page-no-header) .wp-block-post-content {
  margin-top: calc(2 * var(--wp--custom--margin--vertical));
}
.page:not(.page-template-page-no-header) .wp-block-post-content > .wp-block-cover:first-child,
.page:not(.page-template-page-no-header) .wp-block-post-content > .has-background:first-child {
  margin-top: calc(-2 * var(--wp--custom--margin--vertical));
}
.page.page-template-page-no-header .wp-block-post-content {
  margin-top: calc(2 * var(--wp--custom--margin--vertical));
}
.page .page-header {
  margin-top: calc(2 * var(--wp--custom--margin--vertical));
  margin-bottom: calc(2 * var(--wp--custom--margin--vertical));
  padding: var(--wp--custom--spacing--huge) var(--wp--custom--spacing--small);
}
.page .page-header .wp-block-post-title {
  margin: auto;
  max-width: 700px;
  text-align: center;
}
.page.has-post-thumbnail .page-header {
  padding: var(--wp--custom--spacing--small) var(--wp--custom--spacing--small);
}
.page.has-post-thumbnail .page-header .wp-block-post-title {
  text-align: left;
}

.blog .wp-site-blocks > main[class*=wp-container-] {
  padding-bottom: var(--wp--custom--spacing--huge);
}

.wp-site-blocks > main[class*=wp-container-] {
  margin-top: 0;
}
.wp-site-blocks > main[class*=wp-container-]:last-child {
  margin-bottom: 0;
}

.single .post-header {
  margin-top: calc(2 * var(--wp--custom--margin--vertical));
  margin-bottom: calc(2 * var(--wp--custom--margin--vertical));
  padding: var(--wp--custom--spacing--huge) var(--wp--custom--spacing--small);
}
.single .post-header .wp-block-post-title {
  margin: auto;
  max-width: 800px;
  text-align: center;
}
.single main.wp-block-group > :last-child {
  margin-bottom: var(--wp--custom--spacing--huge);
}
.single.has-post-thumbnail .post-header {
  padding: var(--wp--custom--spacing--small) var(--wp--custom--spacing--small);
}
@media only screen and (max-width: 599px) {
  .single.has-post-thumbnail .post-header > .wp-block-group {
    flex-direction: column;
  }
}
.single.has-post-thumbnail .post-header .wp-block-post-title {
  text-align: left;
}
.single.has-post-thumbnail .post-header .wp-block-post-featured-image img {
  max-height: 500px;
}

.error404 main.wp-block-group {
  min-height: 60vh;
}
.error404 .entry-content {
  max-width: var(--wp--custom--layout--wcwidth);
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(2 * var(--wp--custom--margin--vertical));
}
@media only screen and (min-width: 782px) {
  .error404 .entry-content {
    margin-top: calc(8 * var(--wp--custom--margin--vertical));
  }
}
.error404 .entry-content > * {
  max-width: 650px;
}

footer.wp-block-template-part {
  margin-block-start: 0;
  padding-top: 0;
}

.footer-block {
  font-size: var(--wp--custom--typography--font-size--tiny);
  padding-top: 0;
}
@media only screen and (max-width: 781px) {
  .footer-block {
    text-align: center;
  }
}
.footer-block p a {
  color: var(--wp--preset--color--background);
  text-decoration: underline;
}
.footer-block > .wp-block-group {
  gap: var(--wp--custom--margin--baseline);
}
@media only screen and (max-width: 599px) {
  .footer-block > .wp-block-group {
    flex-direction: column;
    align-items: baseline;
    gap: var(--wp--custom--margin--medium);
  }
}
@media only screen and (max-width: 959px) {
  .footer-block .footer-row-wrap {
    justify-content: flex-start;
  }
}
.footer-block .footer-navigation {
  gap: var(--wp--custom--margin--horizontal);
}
@media only screen and (min-width: 960px) {
  .footer-block .footer-navigation {
    margin-right: auto;
  }
}
@media only screen and (min-width: 782px) {
  .footer-block .footer-navigation ul li:last-child:before {
    content: "•";
    font-size: 7px;
    padding-right: var(--wp--custom--margin--horizontal);
  }
}
@media only screen and (max-width: 781px) {
  .footer-block .wp-block-buttons,
.footer-block .wp-block-social-links {
    justify-content: center;
  }
}
.footer-block .designed-by {
  display: flex;
}
.footer-block .designed-by .wp-block-image {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: var(--wp--custom--margin--baseline);
}
.footer-block .designed-by .wp-block-image img {
  vertical-align: baseline;
}

.header-block {
  position: relative;
}
@media only screen and (max-width: 1079px) {
  .header-block {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
  }
}
.header-block .header-row-wrap {
  gap: var(--wp--custom--margin--medium);
}
@media only screen and (min-width: 600px) {
  .header-block .header-row-wrap {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1080px) {
  .header-block .header-row-wrap {
    flex-direction: row;
  }
}
.header-block .site-logo-container {
  flex: 1;
}
.header-block .woocommerce-cart-link {
  margin-left: auto;
}
@media only screen and (min-width: 600px) {
  .header-block .woocommerce-cart-link {
    margin-left: 0;
  }
}
.header-block .woocommerce-cart-link:hover path {
  stroke: var(--wp--preset--color--primary);
}
.header-block .woocommerce-cart-link:hover circle {
  fill: #fff;
}
.header-block .main-navigation {
  order: 2;
}
@media only screen and (min-width: 1080px) {
  .header-block .main-navigation {
    margin-left: auto !important;
    order: 0;
  }
}

.user-account .wp-block-button__link {
  background-image: url(assets/svg/user.svg);
  background-color: transparent;
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border-radius: 0;
  border: none;
  display: block;
  font-size: 0;
  margin: 0;
  padding: 0;
  width: 24px;
  height: 24px;
}
.user-account .wp-block-button__link:hover {
  background-image: url(assets/svg/user-hover.svg) !important;
}

.taxonomy-post_tag {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.75px;
  text-transform: uppercase;
}
.taxonomy-post_tag.wp-block-post-terms {
  margin-top: var(--wp--custom--margin--baseline);
}

.wp-block-post-excerpt__more-link {
  border: 2px solid var(--wp--preset--color--foreground);
  border-radius: var(--wp--custom--border--border-radius);
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--custom--typography--font-size--tiny);
  font-weight: 700;
  padding: 14px 50px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.wp-block-post-excerpt__more-link:hover, .wp-block-post-excerpt__more-link:focus {
  background-color: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--background);
}
.wp-block-post-excerpt__more-link:focus-visible {
  outline: 2px dotted var(--wp--preset--color--foreground);
}

.wp-block-post .wp-block-zendo-post-link.wp-block-zendo-post-link.wp-block-zendo-post-link {
  margin-top: var(--wp--custom--margin--baseline);
}

.archive-title-wrap,
.blog-page-title-wrap {
  margin-bottom: var(--wp--custom--spacing--small);
}
.archive-title-wrap .wp-block-query-title,
.blog-page-title-wrap .wp-block-query-title {
  line-height: 1.1;
}

.post-meta-zendo_address {
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 500;
  grid-area: address;
  letter-spacing: 1.1666666667;
  order: 0;
  text-transform: uppercase;
}
.post-meta-zendo_address .zendo-post-meta-label {
  display: block;
  font-weight: 600;
}
.post-meta-zendo_address .zendo-venue-name {
  font-weight: bold;
  display: block;
}
@media only screen and (max-width: 781px) {
  .post-meta-zendo_address {
    margin-top: 0;
    margin-bottom: var(--wp--custom--margin--vertical);
  }
}

.sharedaddy.sharedaddy h3.sd-title.sd-title {
  font-family: var(--wp--preset--font-family-futura-pt);
  display: block;
  font-size: var(--wp-preset--font-size--tiny);
  margin: 0 auto;
  text-transform: uppercase;
}
.sharedaddy.sharedaddy h3.sd-title.sd-title:before {
  border: none;
  margin-bottom: 0;
}
.sharedaddy.sharedaddy .sd-content ul a[class*=share-].sd-button {
  background: transparent;
  border: none;
  box-shadow: none;
}
.sharedaddy.sharedaddy .sd-content ul a[class*=share-].sd-button:hover {
  background: transparent;
  border: none;
}
.sharedaddy.sharedaddy .sd-content ul a[class*=share-].sd-button:before {
  color: var(--wp--preset--color--black);
}
.sharedaddy.sharedaddy .sd-content ul li span {
  font-family: var(--wp--preset--font-family--favoritzendo);
  color: var(--wp--preset--color--black);
}
.sharedaddy.sharedaddy .sd-content ul li a.sharing-anchor.share-more:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 18 18'%3E%3Cpath fill='%23000' fill-rule='evenodd' stroke='%23000' stroke-linejoin='round' stroke-width='.5' d='M9.463.807a.75.75 0 01.817.163l6.75 6.75a.75.75 0 01.027 1.032l-6.75 7.5A.75.75 0 019 15.75V12h-.375c-3.137 0-5.678 1.686-6.41 3.978A.75.75 0 01.75 15.75v-1.875c0-4.638 3.66-8.42 8.25-8.617V1.5a.75.75 0 01.463-.693zM10.5 3.311V6a.75.75 0 01-.75.75h-.375a7.126 7.126 0 00-7.073 6.256c1.52-1.579 3.835-2.506 6.323-2.506H9.75a.75.75 0 01.75.75v2.546l4.966-5.519L10.5 3.311z' clip-rule='evenodd'/%3E%3C/svg%3E%0A");
  background-size: 18px 18px;
  content: "";
  width: 18px;
  height: 18px;
}
.sharedaddy.sharedaddy .sd-content ul li.share-end {
  display: none;
}
li.product .sharedaddy.sharedaddy .sd-content > ul span {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.sharedaddy.sharedaddy .sd-content .sharing-hidden {
  position: relative;
}
.sharedaddy.sharedaddy .sd-content .sharing-hidden .inner {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  padding: var(--wp--custom--margin--vertical);
  bottom: 3em !important;
  left: auto !important;
  right: 0 !important;
  top: auto !important;
  transform-origin: top left;
  transition: transform 0.1s ease-out;
  animation: pop 1s linear;
}
.sharedaddy.sharedaddy .sd-content .sharing-hidden .inner::before, .sharedaddy.sharedaddy .sd-content .sharing-hidden .inner::after {
  content: none;
}
.sharedaddy.sharedaddy .sd-content .sharing-hidden .inner ul {
  display: flex;
}
.sharedaddy.sharedaddy .sd-content .sharing-hidden .inner ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: var(--wp--preset--font-size--small);
}
.sharedaddy.sharedaddy .sd-content .sharing-hidden .inner ul li span {
  color: var(--wp--preset--color--foreground);
  font-size: 13px;
  margin-top: var(--wp--custom--margin--baseline);
}
.sharedaddy.sharedaddy .sd-content .share-customize-link {
  text-align: center;
}
.sharedaddy.sharedaddy .sd-content .share-customize-link.share-customize-link {
  margin-bottom: 0;
}

@keyframes zendo-pop {
  0% {
    display: none;
    transform: scale(0);
  }
  0% {
    display: block;
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.single:not(.single-zendo-event) .sd-social-icon h3.sd-title.sd-title {
  text-align: center;
}
.single:not(.single-zendo-event) .sd-social-icon .sd-content ul {
  text-align: center;
}
.single:not(.single-zendo-event) .sd-social-icon .share-customize-link {
  text-align: center;
}

.related-post-wrapper h3 {
  margin-bottom: calc(2 * var(--wp--custom--margin--vertical));
}

@media only screen and (min-width: 960px) {
  nav.jp-relatedposts-i2 {
    display: flex;
  }
}

div.jp-related-posts-i2__row:first-child {
  margin-top: 1.5rem;
}

.jp-related-posts-i2__post-link {
  font-family: var(--wp--preset--font-family--moret);
  font-size: var(--wp--preset--font-size--large);
}

.homepage-hero.wp-block-cover {
  overflow: hidden;
  padding-left: var(--wp--custom--spacing--medium);
}
@media only screen and (max-width: 599px) {
  .homepage-hero.wp-block-cover {
    padding-top: 30px;
    padding-bottom: 120px;
  }
}
.homepage-hero.wp-block-cover img.wp-block-cover__image-background {
  left: initial;
  right: -30px;
  object-fit: contain;
  width: 47%;
}
@media only screen and (max-width: 781px) {
  .homepage-hero.wp-block-cover img.wp-block-cover__image-background {
    height: inherit;
    top: inherit;
  }
}
@media only screen and (max-width: 599px) {
  .homepage-hero.wp-block-cover img.wp-block-cover__image-background {
    right: -40px;
    bottom: 10px;
  }
}
@media only screen and (min-width: 782px) {
  .homepage-hero.wp-block-cover .wp-block-cover__inner-container {
    max-width: 52%;
  }
}

@media only screen and (max-width: 1079px) {
  .linked-icon-lists.wp-block-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-left: var(--wp--custom--margin--horizontal);
    padding-right: var(--wp--custom--margin--horizontal);
  }
  .linked-icon-lists.wp-block-columns .wp-block-column:first-of-type {
    grid-column: 1/3;
    margin-bottom: var(--wp--custom--spacing--small);
  }
}
@media only screen and (max-width: 1079px) and (max-width: 781px) {
  .linked-icon-lists.wp-block-columns .wp-block-column:first-of-type {
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 599px) {
  .linked-icon-lists.wp-block-columns {
    display: flex;
  }
}

@media only screen and (max-width: 599px) {
  .linked-icon-list + .linked-icon-list {
    position: relative;
    margin-top: -40px;
  }
  .linked-icon-list + .linked-icon-list:before {
    content: "";
    background: url(assets/svg/link-1.svg);
    display: block;
    background-size: 14px 100%;
    width: 14px;
    height: calc(50% - 60px);
    position: absolute;
    top: -60px;
    left: 40px;
    background-repeat: no-repeat;
  }
}
.linked-icon-list > * {
  padding-bottom: calc(2.5 * var(--wp--custom--margin--vertical));
  margin-block-end: 0 !important;
  margin-block-start: -2px !important;
  position: relative;
}
.linked-icon-list > .wp-block-group:before {
  content: "";
  background: url(assets/svg/link-1.svg);
  display: block;
  background-size: 14px 100%;
  width: 14px;
  height: calc(100% - 55px);
  position: absolute;
  bottom: -5px;
  left: 55px;
  background-repeat: no-repeat;
}
.linked-icon-list > .wp-block-group:nth-of-type(2n):before {
  background: url(assets/svg/link-2.svg);
  display: block;
  background-size: 28px 100%;
  width: 28px;
  height: calc(100% - 50px);
  position: absolute;
  bottom: -10px;
  left: 0;
  background-repeat: no-repeat;
}
.linked-icon-list > .wp-block-group:last-of-type:before {
  background: none;
}
.linked-icon-list .wp-block-image {
  background-color: var(--wp--preset--color--background);
  border-radius: 100%;
  width: 70px;
  height: 70px;
  aspect-ratio: 1/1;
  display: flex;
  align-self: flex-start;
  justify-content: center;
}
.linked-icon-list .wp-block-image img {
  flex: 0 1 auto;
  align-self: center;
  border-radius: 0;
}

@media only screen and (min-width: 782px) {
  .sticky-left-column .wp-block-column:first-of-type {
    align-self: flex-start;
    position: sticky;
    top: 30px;
  }
}

@media only screen and (max-width: 781px) {
  .flex-wrap-mobile-column {
    display: flex;
    flex-wrap: wrap;
  }
  .flex-wrap-mobile-column > .wp-block-image {
    flex-basis: 40%;
  }
}

/*# sourceMappingURL=style.css.map */