/*
Theme Name: FPSE
Theme URI:
Author: Affinity Bridge
Author URI:
Description: FEDERATION OF POST-SECONDARY EDUCATORS OF BC
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fpse
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, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */

* {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: auto;
  font-kerning: auto;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* CSS Reset
---------------------------------------------------------------------------- */

*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
  line-height: 1.55;
}

/*b,
strong {
	font-weight: var(--wp--custom--font-weight--semi-bold);
}*/

ol,
ul {
	padding: 0;
}

ol:where(:not([class*="wp-block"])),
ol:where(.wp-block-list),
ul:where(:not([class*="wp-block"])),
ul:where(.wp-block-list) {
  display: block;
  padding-top: .5rem;
  margin-top: var(--wp--preset--spacing--40);
  margin-left: var(--wp--preset--spacing--20);
  margin-bottom: var(--wp--preset--spacing--20);
	padding-inline-start: var(--wp--preset--spacing--medium);
}

ol:where(:not([class*="wp-block"])) ol:where(:not([class*="wp-block"])),
  ol:where(:not([class*="wp-block"])) ol:where(.wp-block-list),
  ol:where(:not([class*="wp-block"])) ul:where(:not([class*="wp-block"])),
  ol:where(:not([class*="wp-block"])) ul:where(.wp-block-list),
  ol:where(.wp-block-list) ol:where(:not([class*="wp-block"])),
  ol:where(.wp-block-list) ol:where(.wp-block-list),
  ol:where(.wp-block-list) ul:where(:not([class*="wp-block"])),
  ol:where(.wp-block-list) ul:where(.wp-block-list),
  ul:where(:not([class*="wp-block"])) ol:where(:not([class*="wp-block"])),
  ul:where(:not([class*="wp-block"])) ol:where(.wp-block-list),
  ul:where(:not([class*="wp-block"])) ul:where(:not([class*="wp-block"])),
  ul:where(:not([class*="wp-block"])) ul:where(.wp-block-list),
  ul:where(.wp-block-list) ol:where(:not([class*="wp-block"])),
  ul:where(.wp-block-list) ol:where(.wp-block-list),
  ul:where(.wp-block-list) ul:where(:not([class*="wp-block"])),
  ul:where(.wp-block-list) ul:where(.wp-block-list) {
    padding-top: 0;
    margin-top: 5px;
    margin-left: var(--wp--preset--spacing--30);
    margin-bottom: 5px;
    padding-inline-start: var(--wp--preset--spacing--medium);
  }

div[class*="wp-block-"] figcaption {
	font-size: var(--wp--preset--font-size--x-small);
	margin-bottom: 0;
	margin-top: 20px;
	text-align: center;
}

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

a {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 3px;
}

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

a.wp-block-button__link {
    text-decoration: none;
  }

main {
  padding-right: var(--wp--preset--spacing--20);
  padding-left: var(--wp--preset--spacing--20);
}

@media (min-width: 40em) {

main {
    padding-right: var(--wp--preset--spacing--30);
    padding-bottom: 0;
    padding-left: var(--wp--preset--spacing--30)
}
  }

main p a:not(.wp-block-button__link) {
      text-decoration: underline;
      text-decoration-style: dotted;
    }

main p a:not(.wp-block-button__link):hover,
      main p a:not(.wp-block-button__link):focus {
        text-decoration: underline;
      }

/* Focus styles */

:where(.wp-site-blocks *:focus-visible) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */

.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */

.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

.header-menu.wp-block-navigation > .wp-block-navigation-link a.wp-block-navigation-item__content,
  .header-menu .wp-block-outermost-mega-menu .wp-block-outermost-mega-menu__toggle {
    color: var(--wp--preset--color--blue);
    font-size: clamp(14px, 0.875rem +((1vw - 3.2px)* 0.442), 18px);
    font-style: normal;
    font-weight: 700;
  }

.header-menu.wp-block-navigation > .wp-block-navigation-link a.wp-block-navigation-item__content:hover,
    .header-menu.wp-block-navigation > .wp-block-navigation-link a.wp-block-navigation-item__content:focus,
    .header-menu .wp-block-outermost-mega-menu .wp-block-outermost-mega-menu__toggle:hover,
    .header-menu .wp-block-outermost-mega-menu .wp-block-outermost-mega-menu__toggle:focus {
      color: var(--wp--preset--color--contrast);
      text-decoration: underline;
      text-decoration-thickness: 2px;
	    text-underline-offset: 3px;
    }

.header-menu.wp-block-navigation > .wp-block-navigation-link a.wp-block-navigation-item__content[aria-current="page"], .header-menu .wp-block-outermost-mega-menu .wp-block-outermost-mega-menu__toggle[aria-current="page"] {
      color: var(--wp--preset--color--contrast);
    }

.header-menu.wp-block-navigation > .wp-block-navigation-link a.wp-block-navigation-item__content .wp-block-navigation__submenu-icon,
    .header-menu.wp-block-navigation > .wp-block-navigation-link a.wp-block-navigation-item__content .wp-block-outermost-mega-menu__toggle-icon,
    .header-menu .wp-block-outermost-mega-menu .wp-block-outermost-mega-menu__toggle .wp-block-navigation__submenu-icon,
    .header-menu .wp-block-outermost-mega-menu .wp-block-outermost-mega-menu__toggle .wp-block-outermost-mega-menu__toggle-icon {
      display: none;
    }

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */

h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

.wp-block-button__link {
  word-break: inherit;
}

h1, h2, h3, h4, h5, h6 {
	margin:0 0 1rem 0;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/

.more-link {
	display: block;
}

/* Standardize form styling
--------------------------------------------- */

input,
button,
textarea,
select {
	font: inherit;
}

input[type="button"],
input[type="email"],
input[type="search"],
input[type="submit"],
input[type="text"],
textarea {
	-webkit-appearance: none;
}

input:not([type="submit"]),
select,
textarea,
.wp-block-post-comments-form input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments-form textarea {
	color: var(--wp--preset--color--contrast);
	border-radius: 5px;
	border: solid 1px var(--wp--preset--color--blue);
	padding: .5em 1em;
	font-size: var(--wp--preset--font-size--small);
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline-color: var(--wp--preset--color--blue);
  outline-offset: 3px;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

label {
	width: 100%;
	display: block;
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1.6;
}

::-moz-placeholder {
	color: var(--wp--preset--color--neutral);
	font-size: var(--wp--preset--font-size--small);
	opacity: 0.75;
}

::placeholder {
	color: var(--wp--preset--color--neutral);
	font-size: var(--wp--preset--font-size--small);
	opacity: 0.75;
}

/*ACF Form Styles*/

.acf-block-fields .acf-field {
    margin-bottom: 1.5rem;
  }

.acf-block-fields .acf-label label {
      font-size: .5rem;
    }

.acf-block-fields input,
  .acf-block-fields button,
  .acf-block-fields textarea,
  .acf-block-fields select {
    font: inherit;
  }

.acf-block-fields input[type="button"],
  .acf-block-fields input[type="email"],
  .acf-block-fields input[type="search"],
  .acf-block-fields input[type="submit"],
  .acf-block-fields input[type="text"],
  .acf-block-fields textarea {
    -webkit-appearance: none;
  }

.acf-block-fields input:not([type="submit"]),
  .acf-block-fields select,
  .acf-block-fields textarea,
  .acf-block-fields .wp-block-post-comments-form input:not([type="submit"]):not([type="checkbox"]),
  .acf-block-fields .wp-block-post-comments-form textarea {
    color: var(--wp--preset--color--contrast);
    border-radius: 5px;
    border: solid 1px var(--wp--preset--color--neutral);
    padding: .5em 1em;
    font-size: var(--wp--preset--font-size--small);
  }

.acf-block-fields input:focus-visible,
  .acf-block-fields textarea:focus-visible {
    outline-color: var(--wp--preset--color--neutral);
  }

.acf-block-fields input[type="checkbox"],
  .acf-block-fields input[type="image"],
  .acf-block-fields input[type="radio"] {
    width: auto;
  }

.acf-block-fields label {
    width: 100%;
    display: block;
  }

.acf-block-fields ::-moz-placeholder {
    color: var(--wp--preset--color--neutral);
    font-size: var(--wp--preset--font-size--small);
    opacity: 0.75;
  }

.acf-block-fields ::placeholder {
    color: var(--wp--preset--color--neutral);
    font-size: var(--wp--preset--font-size--small);
    opacity: 0.75;
  }

.wp-block-post-featured-image {
  max-width: 400px;
  flex-basis: inherit;
}

.is-style-rounded-dots:not(.block-editor-block-list__block) {
  position: relative;
  max-width: 500px;
}

.is-style-rounded-dots:not(.block-editor-block-list__block)::before {
    content: "";
    display: block;
    height: 264px;
    width: 264px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/wp-content/themes/fpse/assets/images/image-dot-fuchsia.svg") no-repeat;
    background-size: contain;
    z-index: 0;
  }

.is-style-rounded-dots:not(.block-editor-block-list__block)::after {
    content: "";
    display: block;
    height: 264px;
    width: 264px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url("/wp-content/themes/fpse/assets/images/image-dot-blue.svg") no-repeat;
    background-size: contain;
    z-index: 0;
  }

.is-style-rounded-dots:not(.block-editor-block-list__block) img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
  }

.is-style-section-blue .is-style-rounded-dots:not(.block-editor-block-list__block)::before {
      content: "";
      background: url("/wp-content/themes/fpse/assets/images/image-dot-fuchsia.svg") no-repeat;
      background-size: contain;
    }

.is-style-section-blue .is-style-rounded-dots:not(.block-editor-block-list__block)::after {
      content: "";
      background: url("/wp-content/themes/fpse/assets/images/image-dot-green.svg") no-repeat;
      background-size: contain;
    }

.is-style-section-fuchsia .is-style-rounded-dots:not(.block-editor-block-list__block)::before {
      content: "";
      background: url("/wp-content/themes/fpse/assets/images/image-dot-green.svg") no-repeat;
      background-size: contain;
    }

.is-style-section-fuchsia .is-style-rounded-dots:not(.block-editor-block-list__block)::after {
      content: "";
      background: url("/wp-content/themes/fpse/assets/images/image-dot-blue.svg") no-repeat;
      background-size: contain;
    }

img:is([sizes="auto" i], [sizes^="auto," i]) {
  contain-intrinsic-size: inherit;
}

.wp-block-button__link {
  text-decoration: none;
}

.news-content h2, .news-content h3, .news-content h4, .news-content h5, .news-content h6 {
    margin-top: 0;
    margin-bottom: var(--wp--preset--spacing--40);
  }

.news-content p, .news-content ul {
    margin-top: 0;
    margin-bottom: var(--wp--preset--spacing--40);
  }

.wp-block-details h2, .wp-block-details h3, .wp-block-details h4, .wp-block-details h5, .wp-block-details h6 {
    margin-top: 0;
    margin-bottom: var(--wp--preset--spacing--40);
  }

.wp-block-details p, .wp-block-details ul {
    margin-top: 0;
    margin-bottom: var(--wp--preset--spacing--40);
  }

.wp-block-details ul {
    list-style: disc;
    margin-left: var(--wp--preset--spacing--40);
  }

.wp-block-details ul li {
      margin-bottom: var(--wp--preset--spacing--30);
    }

details {
  background: var(--wp--preset--color--custom-transparent-contrast);
  border-radius: 24px;
}

details[open] {
  padding-bottom: var(--wp--preset--spacing--40);
}

details > summary {
  padding-top: var(--wp--preset--spacing--40);
  padding-right: var(--wp--preset--spacing--40);
  padding-bottom: var(--wp--preset--spacing--40);
  padding-left: var(--wp--preset--spacing--40);
  font-size: 20px;
  font-family: var(wp--preset--font-family--plus-jakarta-sans);
  font-weight: 700;
  outline: none;
  list-style: none;
}

details > summary:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.2);
    outline-offset: 3px;
  }

details > *:not(summary) {
  padding-right: var(--wp--preset--spacing--40);
  padding-left: var(--wp--preset--spacing--40);
}

details > summary::-webkit-details-marker {
  display: none
}

details > summary::before {
  content: "";
  width: 28px;
  height: 28px;
  background: url("/wp-content/themes/fpse/assets/images/circle-plus.svg") left center no-repeat;
  background-size: contain;
  position: relative;
  display: block;
  float: left;
  margin-right: 10px;
}

details[open] > summary::before{
  content: "";
  background: url("/wp-content/themes/fpse/assets/images/circle-minus.svg") left center no-repeat;
  background-size: contain;
}

#ocbOffCanvas-2.mobile-trigger .showButton {
  color: var(--wp--preset--color--blue);
  text-indent: -9999px;
  width: 24px;
  height: 30px;
  background: transparent url("/wp-content/themes/fpse/assets/images/mobile-menu.svg") center center no-repeat;
}

#ocbOffCanvas-2.mobile-trigger .showButton[aria-expanded="true"] {
    background: url("/wp-content/themes/fpse/assets/images/mobile-menu-close.svg") center center no-repeat;
  }

#ocbOffCanvas-2Popup .offcanvas-body {
    padding: var(--wp--preset--spacing--30);
  }

#ocbOffCanvas-2Popup .wp-block-details h2, #ocbOffCanvas-2Popup .wp-block-details h3, #ocbOffCanvas-2Popup .wp-block-details h4, #ocbOffCanvas-2Popup .wp-block-details h5, #ocbOffCanvas-2Popup .wp-block-details h6 {
      margin-top: 0;
      margin-bottom: var(--wp--preset--spacing--20);
    }

#ocbOffCanvas-2Popup .wp-block-details p, #ocbOffCanvas-2Popup .wp-block-details ul {
      margin-top: 0;
      margin-bottom: var(--wp--preset--spacing--20);
    }

#ocbOffCanvas-2Popup .wp-block-details ul {
      list-style: none;
      margin-left: 0;
    }

#ocbOffCanvas-2Popup .wp-block-details ul li {
        margin-bottom: .25rem;
      }

#ocbOffCanvas-2Popup details {
    background: transparent;
    border-radius: 0;
    width: 100%;
  }

#ocbOffCanvas-2Popup details[open] {
    padding-bottom: 0;
  }

#ocbOffCanvas-2Popup details > summary {
    padding-top: var(--wp--preset--spacing--30);
    padding-right: 0;
    padding-bottom: var(--wp--preset--spacing--30);
    padding-left: 0;
    font-size: 20px;
    font-family: var(wp--preset--font-family--plus-jakarta-sans);
    font-weight: 700;
    outline: none;
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    color: var(--wp--preset--color--blue);
  }

#ocbOffCanvas-2Popup details > summary:focus-visible {
      outline: 3px solid rgba(255, 255, 255, 0.2);
      outline-offset: 3px;
    }

#ocbOffCanvas-2Popup details > *:not(summary) {
    padding-top: var(--wp--preset--spacing--30);
    padding-right: 0;
    padding-left: 0;
    color: var(--wp--preset--color--contrast);
  }

#ocbOffCanvas-2Popup details > summary::-webkit-details-marker {
    display: none
  }

#ocbOffCanvas-2Popup details > summary::before {
    content: "";
    display: none;
  }

#ocbOffCanvas-2Popup details[open] > summary::before{
    content: "";
    display: none;
  }

#ocbOffCanvas-2Popup details > summary::after {
    content: "+";
    width: 28px;
    height: 28px;
    background: url("/wp-content/themes/fpse/assets/images/circle-plus.svg") left center no-repeat;
    background-size: contain;
    position: relative;
    display: block;
    float: right;
    margin-right: 10px;
  }

#ocbOffCanvas-2Popup details[open] > summary::after{
    content: "-";
  }

.wp-block-post-terms a {
  text-decoration: none;
}

.wp-block-post-terms a:hover,
  .wp-block-post-terms a:focus {
    text-decoration: underline;
    text-decoration-thickness: 2px;
	  text-underline-offset: 3px;
  }

.breadcrumb a {
    text-decoration: none;
  }

.breadcrumb a:hover,
    .breadcrumb a:focus {
      text-decoration: underline;
      text-decoration-thickness: 2px;
      text-underline-offset: 3px;
    }

.wp-block-query-pagination {
  display: flex;
  align-items: center;
  gap: 16px;
}

.wp-block-query-pagination .wp-block-query-pagination-next,
  .wp-block-query-pagination .wp-block-query-pagination-previous {
      border: 2px solid #fff;
      background-color: transparent;
      border-radius: 96px;
      color: #fff;
      padding: 8px;
      display: flex;
      width: 40px;
      height: 40px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-decoration: none !important;
  }

.wp-block-query-pagination .wp-block-query-pagination-next .is-arrow-arrow, .wp-block-query-pagination .wp-block-query-pagination-previous .is-arrow-arrow {
        margin: 0;
        padding: 0;
      }

.wp-block-query-pagination .wp-block-query-pagination-next:hover,
    .wp-block-query-pagination .wp-block-query-pagination-next:focus,
    .wp-block-query-pagination .wp-block-query-pagination-previous:hover,
    .wp-block-query-pagination .wp-block-query-pagination-previous:focus {
      background: var(--wp--preset--color--custom-transparent-contrast);
    }

.wp-block-query-pagination .wp-block-query-pagination-next.current, .wp-block-query-pagination .wp-block-query-pagination-previous.current {
      background-color: #fff;
      color: black;
    }

.wp-block-query-pagination .wp-block-query-pagination-numbers {
    display: flex;
    align-items: center;
    gap: 16px;
  }

.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
      border: 2px solid #fff;
      background-color: transparent;
      border-radius: 96px;
      color: #fff;
      display: flex;
      width: 40px;
      height: 40px;
      padding: 8px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-decoration: none !important;


    }

.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:not(.dots):hover,
        .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:not(.dots):focus {
          background: var(--wp--preset--color--custom-transparent-contrast);
        }

.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:not(.dots).current {
          background-color: #fff;
          color: black;
        }

.hero-grid {
    margin-right: -20px;
    margin-left: -20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(4, minmax(1rem, auto));
    gap: 0;
  }

@media (min-width: 40em) {

.hero-grid {
      margin-right: 0px;
      margin-left: 0px;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      grid-template-rows: repeat(3, minmax(1rem, auto))
  }
    }

.hero-grid figure,
    .hero-grid img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
    }

.hero-grid .grid-1 {
      grid-column: 1;
      grid-row: 1 / span 2;
    }

@media (min-width: 35em) {

.hero-grid .grid-1 {
        grid-column: 1;
        grid-row: 1 / span 2
    }
      }

.hero-grid .grid-2 {
      grid-column: 2 / span 2;
      grid-row: 1 / span 2;
    }

.hero-grid .grid-3 {
      grid-column: 2 / span 1;
        grid-row: 3 / span 1;
        z-index: 1;
    }

@media (min-width: 40em) {

.hero-grid .grid-3 {
        grid-column: 4 / span 1;
        grid-row: 1 / span 1
    }
      }

.hero-grid .grid-4 {
      grid-column: 4;
      grid-row: 1 / span 1;
    }

@media (min-width: 40em) {

.hero-grid .grid-4 {
        grid-column: 5;
        grid-row: 1 / span 1
    }
      }

.hero-grid .grid-5 {
      grid-column: 4;
      grid-row: 2;
    }

@media (min-width: 40em) {

.hero-grid .grid-5 {
        grid-column: 4;
        grid-row: 2
    }
      }

.hero-grid .grid-6 {
      grid-column: 4;
      grid-row: 3;
    }

@media (min-width: 40em) {

.hero-grid .grid-6 {
        grid-column: 5;
        grid-row: 2
    }
      }

.hero-grid .grid-7 {
      grid-column: 1;
      grid-row: 3;
    }

.hero-grid .grid-8 {
      grid-column: 2;
      grid-row: 3;
    }

.hero-grid .grid-9 {
      grid-column: 3;
      grid-row: 3;
    }

@media (min-width: 40em) {

.hero-grid .grid-9 {
        grid-column: 2;
        grid-row: 3
    }
      }

@media (min-width: 60em) {

.hero-grid .grid-9 {
        grid-column: 3;
        grid-row: 3
    }
      }

.hero-grid .grid-10 {
      display: flex;
      align-items: center;
      grid-column: 1 / span 4;
      grid-row: 4 / span 1;
    }

@media (min-width: 40em) {

.hero-grid .grid-10 {
        grid-column: 3 / span 3;
        grid-row: 3 / span 1
    }
      }

@media (min-width: 60em) {

.hero-grid .grid-10 {
        grid-column: 4 / span 2;
        grid-row: 3 / span 1
    }
      }

.hero-grid .grid-10 .wp-block-acf-links-block {
        flex: auto;
      }

.wp-block-search .wp-block-search__button, .wp-block-query-filter .wp-block-search__button {
    font-size: 30px;
    padding: 0;
    background-color: var(--wp--preset--color--blue);
  }

footer .logo-address {
    flex-basis: 100%;
    flex-direction: row;
  }

@media (min-width: 55em) {

footer .logo-address {
      flex-basis: 30%;
      flex-direction: column
  }
    }

footer .addresses {
    display: flex;
    flex-direction: row;
    flex-basis: 100%;
    justify-content: stretch;
  }

@media (min-width: 55em) {

footer .addresses {
      flex-wrap: wrap;
      flex-direction: column;
      flex-basis: 30%
  }
    }

footer .navigation {
    flex-basis: 100%;
  }

@media (min-width: 55em) {

footer .navigation {
      flex-basis: 66%
  }
    }

.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__address, .tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__phone, .tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__website {
  color: #fff;
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.64;
}

.tribe-events-virtual-link-button {
  background: transparent none;
  border-color: currentColor;
  border-width: 2px;
  border-style: solid;
  border-radius: 9999px;
  color: var(--wp--preset--color--base);
  font-family: var(--wp--preset--font-family--source-sans-3);
  font-size: var(--wp--preset--font-size--medium);
  font-style: normal;
  font-weight: 700;
  padding-top: 16px;
  padding-right: 40px;
  padding-bottom: 16px;
  padding-left: 40px;
}

.tribe-events-virtual-hybrid-event__icon {
  display: none !important;
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-title-link,
.tribe-events-calendar-list__event-header .tribe-events-virtual-hybrid-event {
  color: #fff !important;
}

.tribe-events-virtual-link-button:hover,
.tribe-events-virtual-link-button:focus {
  background-color: color-mix(in srgb, var(--wp--preset--color--contrast) 25%, transparent);
}

.tribe-common .tribe-events-pro-week-grid__multiday-events-day a:not(.tribe-common-anchor--unstyle) {
  color: #fff;
}

.tribe-common .tribe-events-pro-week-grid__multiday-events-day a:not(.tribe-common-anchor--unstyle):active,
  .tribe-common .tribe-events-pro-week-grid__multiday-events-day a:not(.tribe-common-anchor--unstyle):focus,
  .tribe-common .tribe-events-pro-week-grid__multiday-events-day a:not(.tribe-common-anchor--unstyle):hover,
  .tribe-common .tribe-events-pro-week-grid__multiday-events-day a:not(.tribe-common-anchor--unstyle):visited {
    color: #fff;
    outline: 0;
    text-decoration: none;
  }

.tribe-common .tribe-events-pro-week-grid__multiday-events-day a:not(.tribe-common-anchor--unstyle) h3 {
    color: #fff !important;
  }

.featured-posts-block .tribe-events-header.tribe-events-header--has-event-search,
  .featured-posts-block .tribe-events-calendar-list-nav,
  .featured-posts-block .tribe-events-c-subscribe-dropdown__container{
    display: none !important;
  }

.featured-posts-block .tribe-events-view--list.tribe-events-view--shortcode .tribe-events-l-container {
      min-height: 0;
      padding-bottom: 0 !important;
      padding-top: 0 !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
    }

.featured-posts-block .tribe-events-view--list.tribe-events-view--shortcode .tribe-events-calendar-list > .wp-block-group.is-style-section-blue {
      background-color: transparent !important;
      padding-bottom: 0 !important;
      padding-top: 0 !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
    }

.breadcrumbs {
  --bb--crumb-gap: .4em;
  display: flex;
  align-items: center;
  font-size: clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.221), 16px);
  font-style: normal;
  font-weight: 400;
  padding-top: 8px;
  padding-bottom: 8px;
  color: var(--wp--preset--color--blue);

}

.breadcrumbs .sep {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    overflow: hidden;
    background: transparent url("assets/images/ArrowRight-blue.svg") no-repeat center center;
    color: var(--wp--preset--color--blue);
  }

.breadcrumbs a {
    color: var(--wp--preset--color--blue);
    text-decoration: none;
  }

.breadcrumbs a:hover,
    .breadcrumbs a:focus {
      text-decoration: underline;
    }

.breadcrumbs .current-item {
    color: var(--wp--preset--color--custom-blue-800);
  }

footer .wp-block-navigation-item__content {
    text-decoration: none;
  }

footer .wp-block-navigation-item__content:hover,
    footer .wp-block-navigation-item__content:focus {
      text-decoration: underline;
    }