@media (max-width: 1023px) {
  .wp-block-columns.is-breaking-tablet:not(.is-not-stacked-on-mobile) > .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
@media (min-width: 782px) and (max-width: 1023px) {
  .wp-block-columns.is-breaking-tablet {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}
@media (max-width: 1023px) {
  .is-mobile-hidden {
    display: none !important;
  }
}
@media (max-width: 1400px) {
  .is-1400-hidden {
    display: none !important;
  }
}
.is-style-flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.is-style-flex-column > div:last-child {
  margin-top: auto;
  padding-top: 20px;
}

.aligncenter {
  text-align: center;
}

@media (max-width: 767px) {
  .col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  body.admin-bar .wp-site-blocks {
    margin-top: 17px;
  }
}

a.has-no-underline {
  text-decoration: none;
}

.is-svg-white {
  fill: white;
}

@media only screen and (max-width: 767px) {
  .is-overlay-mobile {
    position: relative;
  }
  .is-overlay-mobile:after {
    content: "";
    position: absolute;
    background-color: var(--wp--preset--color--primary-accent);
    opacity: 0.8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .is-overlay-tablet {
    position: relative;
  }
  .is-overlay-tablet:after {
    content: "";
    position: absolute;
    background-color: var(--wp--preset--color--primary-accent);
    opacity: 0.8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

.wp-block-query .programme-content .programme-date {
  -ms-flex-preferred-size: 135px;
      flex-basis: 135px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 135px;
  border-radius: 20px;
  overflow: hidden;
}
.wp-block-query .programme-content .programme-date > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50%;
  padding: 10px 0;
  background: var(--wp--preset--color--primary);
}
.wp-block-query .programme-content .programme-date > :last-child {
  background: var(--wp--preset--color--main);
}
@media (max-width: 767px) {
  .wp-block-query .programme-content .programme-date {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    height: auto;
  }
  .wp-block-query .programme-content .programme-date > div {
    width: auto;
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .wp-block-query .programme-content {
    padding: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.hero-sites {
  position: relative;
}
.hero-sites figure {
  position: absolute;
  top: 0;
  left: 0;
}
.hero-sites .hero-sites-img1 {
  top: 200px;
  z-index: 10;
}
.hero-sites .hero-sites-img2 {
  top: 50px;
  left: 200px;
  z-index: 9;
}
.hero-sites .hero-sites-img3 {
  top: -100px;
  left: 400px;
  z-index: 8;
}

.site-header .is-position-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.site-header nav.wp-block-navigation li a:hover {
  color: var(--wp--preset--color--base);
}
.site-header nav.wp-block-navigation li.current-menu-item a {
  color: var(--wp--preset--color--base);
}

body.admin-bar .site-header .is-position-sticky {
  top: 32px;
}
@media (max-width: 767px) {
  body.admin-bar .site-header .is-position-sticky {
    top: 0;
  }
}

.site-header .header_navigation p a {
  text-decoration: none;
}
.site-header .header_navigation p a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .site-header .wp-block-site-logo img {
    max-width: 220px;
  }
}

.wp-block-columns.header-icons {
  width: auto;
  gap: 10px;
}
.wp-block-columns.header-icons img {
  height: 26px;
  padding: 2px 10px;
  width: auto;
}
@media only screen and (max-width: 1023px) {
  .wp-block-columns.header-icons {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .site-footer .is-footer-col-1 {
    text-align: center;
  }
  .site-footer .wp-block-buttons {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-footer nav.wp-block-navigation {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-footer nav.wp-block-navigation ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-footer .is-anamorphik {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.site-footer .current-menu-item a {
  color: var(--wp--preset--color--webadive-red);
}
.site-footer .current-menu-item a span {
  color: var(--wp--preset--color--webadive-red);
}

.faq-listing li {
  position: relative;
}
.faq-listing li h2 {
  padding-right: 42px;
}
.faq-listing li:before {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 0;
}
.faq-listing li .entry-content {
  opacity: 0;
  display: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.faq-listing li.is-active:before {
  content: "\f077";
}
.faq-listing li.is-active .entry-content {
  opacity: 1;
  display: block;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
/*# sourceMappingURL=style.css.map */