@font-face {
  font-display: swap;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-v28-latin-ext-regular.woff2") format("woff2");
}
/* noto-sans-700 - latin-ext */
@font-face {
  font-display: swap;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-v28-latin-ext-700.woff2") format("woff2");
}
/* noto-sans-800 - latin-ext */
@font-face {
  font-display: swap;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/noto-sans-v28-latin-ext-800.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Mukta Mahee";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/mukta-mahee-v16-latin-ext-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Mukta Mahee";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/mukta-mahee-v16-latin-ext-700.woff2") format("woff2");
}
/* mukta-mahee-800 - latin-ext */
@font-face {
  font-display: swap;
  font-family: "Mukta Mahee";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/mukta-mahee-v16-latin-ext-800.woff2") format("woff2");
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
  font-family: var(--bs-header-font-family, inherit);
}

/*  // removed - replaced as option in core:
// and all beacause it seemed like a good idea at the time...
// MOBILE
body, body.home, body.landing-page {
    h1, .h1 { font-size: 46px !important; } 
    h2, .h2 { font-size: 30px !important; } 
    h3, .h3 { font-size: 20px !important; } 
    h4, .h4 { font-size: 20px !important; } 
    h5, .h5 { font-size: 20px !important; } 
    h6, .h6 { font-size: 20px !important; } 
}
// DESKTOP
@include media-breakpoint-up(lg) {
    body, body.home, body.landing-page {
        h1, .h1 { font-size: 92px !important; } 
        h2, .h2 { font-size: 55px !important; } 
        h3, .h3 { font-size: 37px !important; } 
        h4, .h4 { font-size: 25px !important; } 
        h5, .h5 { font-size: 25px !important; }  
        h6, .h6 { font-size: 25px !important; }     
    }
}
*/
body.post-template-default h1, body.single-post h1 {
  font-size: var(--bs-h2-desk-font-size, var(--bs-h2-tab-font-size, var(--bs-h2-font-size, 2.8125rem)));
}
body.post-template-default h2, body.single-post h2 {
  font-size: var(--bs-h3-desk-font-size, var(--bs-h3-tab-font-size, var(--bs-h3-font-size, 2.8125rem)));
}

section.alignfull, footer.alignfull, .wp-block-magstrap-block-section.alignfull {
  width: 100vw;
  max-width: 100vw !important;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  background: #fff;
}

.wp-block-buttons .wp-block-button .wp-block-button__link {
  padding-top: 12px;
  padding-bottom: 12px;
}

a.wp-block-button__link, a.btn,
input[type=submit],
.wpcf7 input[type=submit].wpcf7-submit,
#single-wrapper .nav-next > a, #single-wrapper .nav-previous > a {
  background-color: #C90000 !important;
  color: #fff;
}
a.wp-block-button__link:hover, a.wp-block-button__link:focus, a.btn:hover, a.btn:focus,
input[type=submit]:hover,
input[type=submit]:focus,
.wpcf7 input[type=submit].wpcf7-submit:hover,
.wpcf7 input[type=submit].wpcf7-submit:focus,
#single-wrapper .nav-next > a:hover,
#single-wrapper .nav-next > a:focus, #single-wrapper .nav-previous > a:hover, #single-wrapper .nav-previous > a:focus {
  background-color: #960000 !important;
  border-color: #960000 !important;
  color: #fff;
}
a.wp-block-button__link:focus, a.btn:focus,
input[type=submit]:focus,
.wpcf7 input[type=submit].wpcf7-submit:focus,
#single-wrapper .nav-next > a:focus, #single-wrapper .nav-previous > a:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}

.has-white-color .wp-block-button a.wp-block-button__link:not([class^=has]),
.has-white-color .wp-block-file a.wp-block-file__button:not([class^=has]),
.has-white-color input[type=submit].wpcf7-submit {
  background: #fff !important;
  color: var(--bs-primary) !important;
}
.has-white-color .wp-block-button a.wp-block-button__link:not([class^=has]):hover, .has-white-color .wp-block-button a.wp-block-button__link:not([class^=has]):focus,
.has-white-color .wp-block-file a.wp-block-file__button:not([class^=has]):hover,
.has-white-color .wp-block-file a.wp-block-file__button:not([class^=has]):focus,
.has-white-color input[type=submit].wpcf7-submit:hover,
.has-white-color input[type=submit].wpcf7-submit:focus {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
  color: var(--bs-primary) !important;
}

.wp-block-heading + p {
  margin-top: 30px;
}

p + .wp-block-buttons {
  margin-top: 30px;
}

.offcanvas .offcanvas-end {
  width: 100%;
  max-width: 435px;
}
.offcanvas .wp-block-image {
  margin-right: 20px;
}

#footer #footer-menu li:first-child {
  width: 100%;
  font-weight: bold;
  pointer-events: none;
}
#footer .nav-link-fake {
  margin-top: 20px;
}
@media (min-width: 782px) {
  #footer .nav-link-fake {
    text-align: right;
  }
}

#page-wrapper:before {
  display: block;
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.offcanvas-body .navbar-nav {
  text-transform: none;
}

.nav-item.active {
  font-weight: bold;
}
.nav-item a:hover, .nav-item a:focus {
  text-decoration: underline;
}

body.offcanvas-active #main-nav {
  background: none !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0) !important;
}
body.offcanvas-active #main-nav .container {
  opacity: 0;
}

.hero_canvas {
  z-index: 1045;
  /* width: 100VW; */
  left: 0;
  top: 0;
  margin: 0;
  margin-top: -98px !important;
}
@media (min-width: 992px) {
  .hero_canvas {
    min-height: 80vh;
    max-height: 100vh;
  }
}
.hero_canvas h1, .hero_canvas h2 {
  font-family: "Noto Sans";
  font-size: 55px;
  font-weight: normal;
}
.hero_canvas .navbar-toggler {
  position: absolute;
  right: auto;
  top: 28px;
  margin-right: -12px;
  z-index: 10;
}
.hero_canvas .navbar-toggler .burger-bar > span {
  background-color: #fff;
}
.hero_canvas #animation_container {
  height: auto !important;
  max-width: 100%;
  position: relative;
  width: 965px;
}
@media (max-width: 991.98px) {
  .hero_canvas #animation_container {
    top: 20px;
  }
}
@media (max-width: 781.98px) {
  .hero_canvas #animation_container {
    top: 30px;
  }
}
@media (max-width: 575.98px) {
  .hero_canvas #animation_container {
    top: 40px;
  }
}
.hero_canvas #canvas {
  height: auto !important;
  max-width: 100%;
}
.hero_canvas #dom_overlay_container {
  display: none !important;
}

body.offcanvas-active .hero_canvas {
  z-index: 1;
}

.home .wp-block-cb-carousel .slick-track > * {
  display: block;
}

.wp-block-cb-carousel .slick-track {
  display: flex;
  align-items: stretch;
}
.wp-block-cb-carousel .slick-track > * {
  height: auto;
  justify-content: start;
  align-content: center;
}
.wp-block-cb-carousel .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.wp-block-cb-carousel .slick-track {
  gap: 15px;
}
.wp-block-cb-carousel .pattern-teaser .mag-textbox {
  padding: 16px;
}
@media (min-width: 992px) {
  .wp-block-cb-carousel .pattern-teaser .mag-textbox {
    padding: 32px;
  }
}

.wp-block-cb-carousel {
  padding-bottom: 40px;
}
.wp-block-cb-carousel .slick-dots {
  top: 98%;
  white-space: normal;
}
.wp-block-cb-carousel .slick-dots li {
  margin: 0 16px;
}
.wp-block-cb-carousel .slick-dots li button:before {
  content: "";
  background-color: var(--bs-accent);
  height: 12px;
  width: 12px;
  opacity: 0.1;
}
.wp-block-cb-carousel .slick-dots li:hover button:before {
  opacity: 1;
}
.wp-block-cb-carousel .slick-dots li.slick-active button:before {
  background-color: var(--bs-primary);
  opacity: 1;
}
.wp-block-cb-carousel .slick-dots li + li {
  margin-left: 16px;
}
@media (max-width: 781.98px) {
  .wp-block-cb-carousel .slick-dots .slick-dots {
    top: 95%;
  }
  .wp-block-cb-carousel .slick-dots li {
    margin: 0 8px;
  }
  .wp-block-cb-carousel .slick-dots li + li {
    margin-left: 8px;
  }
}

button.slick-next.slick-arrow {
  right: 0;
  z-index: 1;
}

button.slick-prev.slick-arrow {
  left: 5px;
  z-index: 1;
}

.wp-block-cb-carousel .slick-dots > :only-child {
  display: none;
}

@media (min-width: 991px) {
  .wp-block-cb-carousel .slick-list:has(.slick-track:not(:has(> :nth-child(3)))) + .slick-dots {
    display: none;
  }
}
.slider-partner .slick-track > * {
  justify-content: center;
  align-content: center;
}

#page-wrapper a.wp-block-button__link, #page-wrapper a.btn {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}

section .wp-block-pb-accordion-item {
  max-width: var(--bs-max-text-width, 900px);
}
section .wp-block-pb-accordion-item h3 {
  background: #2f4858;
  color: #fff;
  margin-bottom: 17px;
  padding: 10px 62px 10px 22px;
}
section .wp-block-pb-accordion-item p {
  margin-bottom: 23px;
}
section .c-accordion__title:after {
  background: url(../img/arrow_forward_ios.svg) no-repeat center/contain;
  color: #fff;
  content: "";
  height: 22px;
  right: 17px;
  transform: translateY(-50%) rotate(90deg);
  width: 22px;
}
@media (min-width: 992px) {
  section .c-accordion__title:after {
    height: 30px;
    width: 30px;
  }
}
section .is-open > .c-accordion__title:after {
  content: "";
  transform: translateY(-50%) rotate(-90deg);
}

::selection {
  background: rgba(1, 1, 1, 0.1);
}

.wp-block-latest-posts__list .wp-block-latest-posts__featured-image {
  margin-bottom: 1rem;
}
.wp-block-latest-posts__list a.wp-block-latest-posts__post-title {
  text-decoration: none;
  font-family: var(--bs-header-font-family, inherit);
  font-size: var(--bs-h4-desk-font-size, var(--bs-h1-tab-font-size, var(--bs-h1-font-size, 2.8125rem)));
  font-weight: 700;
  line-height: 1.2;
}
.wp-block-latest-posts__list a.wp-block-latest-posts__post-title:hover, .wp-block-latest-posts__list a.wp-block-latest-posts__post-title:focus {
  text-decoration: underline;
}
.wp-block-latest-posts__list time.wp-block-latest-posts__post-date {
  margin-top: 0.5em;
}

time.published + time.updated {
  visibility: hidden;
  font-size: 0;
  opacity: 0;
}

nav.visually-hidden-focusable a {
  color: blue !important;
  background: #fff !important;
  font-weight: bold;
}

ul#main-menu:target {
  display: block;
  z-index: 1045 !important;
  position: absolute;
  margin-left: -100%;
  background: #fff;
  /* color: blue !important; */
  outline: solid 2px #000;
}
ul#main-menu:target a {
  color: blue !important;
  background: #fff !important;
  font-weight: bold;
}

nav.visually-hidden-focusable:focus-within {
  z-index: 1045 !important;
  top: 0;
  background: #fff !important;
  color: blue !important;
  display: block;
  position: absolute;
  padding: 20px;
}

nav.visually-hidden-focusable:focus-within + #page,
body:has(ul#main-menu:target) #page-wrapper {
  z-index: 0;
  position: relative;
  opacity: 0.8;
}

.wp-block-pb-accordion-item {
  max-width: var(--bs-max-text-width, 900px);
}

.wp-block-pb-accordion-item .js-accordion-controller {
  background: #C90000;
  color: #fff;
  margin-bottom: 17px;
  padding: 10px 62px 10px 22px;
}
.wp-block-pb-accordion-item .js-accordion-controller:hover {
  background-color: #960000;
}

.wp-block-pb-accordion-item p {
  margin-bottom: 23px;
}

.c-accordion__title:after {
  background: url(../img/arrow_forward_ios.svg) no-repeat center/contain;
  color: #fff;
  content: "";
  height: 22px;
  right: 17px;
  transform: translateY(-50%) rotate(90deg);
  width: 22px;
}

@media (min-width: 992px) {
  .c-accordion__title:after {
    height: 30px;
    width: 30px;
  }
}
.is-open > .c-accordion__title:after {
  content: "";
  transform: translateY(-50%) rotate(-90deg);
}

.wpcf7-form input.wpcf7-form-control, li.widget .wp-block-search__inside-wrapper input,
textarea,
.wpcf7 textarea, .wpcf7-form textarea.wpcf7-form-control {
  border: 0;
  border-bottom: 1px solid #000;
  margin-bottom: 16px;
  padding: 12px 12px;
}
.wpcf7-form input.wpcf7-form-control.wpcf7-not-valid, li.widget .wp-block-search__inside-wrapper input.wpcf7-not-valid,
textarea.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid, .wpcf7-form textarea.wpcf7-form-control.wpcf7-not-valid {
  border-bottom: 3px solid #C90000;
}

textarea,
.wpcf7 textarea, .wpcf7-form textarea.wpcf7-form-control {
  transition: padding 100ms linear;
  resize: none;
  resize: vertical;
  min-height: 120px;
  height: 120px;
  padding-top: 60px;
  padding-bottom: 12px;
}
textarea:focus, textarea:focus-within,
.wpcf7 textarea:focus,
.wpcf7 textarea:focus-within, .wpcf7-form textarea.wpcf7-form-control:focus, .wpcf7-form textarea.wpcf7-form-control:focus-within {
  padding-bottom: 60px;
  padding-top: 12px;
}

span.wpcf7-form-control.wpcf7-checkbox {
  border: none;
}
span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
  display: block;
  margin: 10px 0;
}

.wpcf7-form p > label {
  color: rgba(0, 0, 0, 0.6);
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #C90000;
  color: #C90000;
}

.wpcf7 .wpcf7-not-valid-tip {
  color: #C90000;
  font-weight: bold;
}

input[type=checkbox] {
  height: 40px;
  width: auto;
  z-index: -1;
  margin-left: 7px;
  position: absolute;
}
input[type=checkbox] + .wpcf7-list-item-label:before, input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  position: relative;
  top: 9px;
  left: -3px;
  margin-right: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='%23000000' d='M3 21V3h18v18H3Zm2-2h14V5H5v14Z'/%3E%3C/svg%3E");
}
input[type=checkbox]:checked + .wpcf7-list-item-label:before, input[type=checkbox]:checked + label:before {
  color: black;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='%23000000' d='m10.6 16.2l7.05-7.05l-1.4-1.4l-5.65 5.65l-2.85-2.85l-1.4 1.4l4.25 4.25ZM3 21V3h18v18H3Z'/%3E%3C/svg%3E");
}

.has-red-background-color input[type=checkbox] + .wpcf7-list-item-label:before, .has-red-background-color input[type=checkbox] + label:before {
  background-color: #fff;
  outline: solid 4px #C90000;
  outline-offset: -4px;
}

.wpcf7-form-control.wpcf7-acceptance {
  border: 0;
  background: #F7F7F7;
  padding: 16px;
  padding-left: 42px;
  margin-top: 16px;
}
.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item-label {
  position: relative;
}
.wpcf7-form-control.wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label:before, .wpcf7-form-control.wpcf7-acceptance input[type=checkbox] + label:before {
  position: absolute;
  left: -40px;
  top: 0;
  margin-right: 0;
  background-color: #fff;
  outline: solid 4px #F7F7F7;
  outline-offset: -4px;
}

:root {
  --tec-font-family-sans-serif: $font-family-sans-serif;
  --tec-font-size-1: var(--bs-body-font-size);
  --tec-font-size-2: var(--bs-body-font-size);
  --tec-font-size-3: var(--bs-body-font-size);
  --tec-font-size-4: var(--bs-body-font-size);
  --tec-font-size-5: var(--bs-body-font-size);
}

h1.tribe-events-single-event-title {
  font-size: var(--bs-h2-desk-font-size, var(--bs-h2-tab-font-size, var(--bs-h2-font-size, 2.8125rem))) !important;
}

h2.tribe-events-schedule__datetime,
h2.tribe-events-schedule__datetime * {
  font-size: var(--bs-h3-desk-font-size, var(--bs-h3-tab-font-size, var(--bs-h3-font-size, 2.8125rem))) !important;
  color: #000 !important;
  font-weight: bold !important;
}

.tribe_events-template-default .tribe-events-before-html h1 {
  display: none;
  visibility: hidden;
}
.tribe_events-template-default .tribe-block.tribe-block__events-link {
  border-top: solid 1px #000 !important;
  margin-top: 60px;
}
.tribe_events-template-default .tribe-events-event-meta > div + div,
.tribe_events-template-default .tribe-block.tribe-block__venue {
  margin-top: 60px !important;
}

.tribe-block.tribe-block__venue,
.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 {
  font-size: var(--bs-h4-desk-font-size, var(--bs-h4-tab-font-size, var(--bs-h4-font-size, 2.8125rem))) !important;
}

.tribe-events-notices {
  all: revert;
}
.tribe-events-notices ul {
  margin: 30px 0 !important;
}
.tribe-events-notices * {
  font-size: var(--bs-h2-desk-font-size, var(--bs-h2-tab-font-size, var(--bs-h2-font-size, 2.8125rem))) !important;
  text-transform: uppercase;
  color: #C90000 !important;
  font-style: italic;
}

@media (min-width: 992px) {
  .tribe_events-template-default.tribe-events-page-template figure.wp-block-image,
.tribe_events-template-default.tribe-events-page-template .tribe-events-event-image {
    float: right;
    max-width: 35%;
    margin-left: 12px;
    margin-bottom: 30px;
  }
  a.tribe-events-calendar-list__event-featured-image-link {
    display: block;
    aspect-ratio: 1;
    overflow: hidden;
  }
  a.tribe-events-calendar-list__event-featured-image-link * {
    object-fit: cover;
    object-position: center center;
  }
}
a.tribe-events-calendar-list__event-featured-image-link * {
  max-height: 50vh;
}

@media (min-width: 992px) {
  .tribe-events-meta-group dl dt, .tribe-events-meta-group dl dd,
#tribe-events-content.tribe-blocks-editor .tribe-events-meta-group dl dt,
#tribe-events-content.tribe-blocks-editor .tribe-events-meta-group dl dd,
div#tribe-events-content.tribe-blocks-editor .tribe-events-meta-group dl dt,
div#tribe-events-content.tribe-blocks-editor .tribe-events-meta-group dl dd {
    font-size: var(--bs-h4-desk-font-size, var(--bs-h4-tab-font-size, var(--bs-h4-font-size, 2.8125rem))) !important;
  }
  .tribe-events-meta-group dl dt,
#tribe-events-content.tribe-blocks-editor .tribe-events-meta-group dl dt,
div#tribe-events-content.tribe-blocks-editor .tribe-events-meta-group dl dt {
    float: left !important;
    margin: 0 !important;
    margin-top: 0 !important;
    margin-right: 12px !important;
    margin-bottom: 12px !important;
  }
  .tribe-events-meta-group dl dd,
#tribe-events-content.tribe-blocks-editor .tribe-events-meta-group dl dd,
div#tribe-events-content.tribe-blocks-editor .tribe-events-meta-group dl dd {
    margin: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
  }
}
#tribe-events-content.tribe-blocks-editor .tribe-events-meta-group h3.tribe-events-single-section-title, #tribe-events-content.tribe-blocks-editor .tribe-events-meta-group h3,
.tribe-block h3.tribe-events-single-section-title,
.tribe-block h3 {
  font-size: var(--bs-h3-desk-font-size, var(--bs-h3-tab-font-size, var(--bs-h3-font-size, 2.8125rem))) !important;
  color: var(--bs-heading-color) !important;
}
#tribe-events-content.tribe-blocks-editor .tribe-events-meta-group dl, #tribe-events-content.tribe-blocks-editor .tribe-events-meta-group dd,
.tribe-block dl,
.tribe-block dd {
  font-size: unset !important;
}
#tribe-events-content.tribe-blocks-editor .tribe-events-meta-group dl dt,
.tribe-block dl dt {
  font-size: var(--bs-h4-desk-font-size, var(--bs-h4-tab-font-size, var(--bs-h4-font-size, 2.8125rem))) !important;
}
#tribe-events-content.tribe-blocks-editor .tribe-events-meta-group dl dt,
.tribe-block dl dt {
  margin-top: 12px !important;
}
#tribe-events-content.tribe-blocks-editor .tribe-events-meta-group dl dt + dd,
.tribe-block dl dt + dd {
  margin-top: 0 !important;
}

/*
@media (min-width: 768px) {
    .tribe-events-meta-group {
        /// width: 168px;
        width: auto !important;
    }
    .tribe-events-schedule {
        // flex-wrap: nowrap;
        flex-wrap: wrap !important;
    }
}
*/
.single-tribe_events .tribe-events-c-subscribe-dropdown,
.tribe-events .tribe-events-c-subscribe-dropdown {
  font-size: unset !important;
}

.tribe-common button {
  border: none !important;
  background: none !important;
}

.tribe-events-c-subscribe-dropdown__button-text,
.tribe-events-c-top-bar__datepicker-desktop {
  border: none !important;
  background: none !important;
  color: var(--bs-link-color) !important;
  text-decoration: underline !important;
  font-size: unset !important;
}
.tribe-events-c-subscribe-dropdown__button-text:hover, .tribe-events-c-subscribe-dropdown__button-text:focus,
.tribe-events-c-top-bar__datepicker-desktop:hover,
.tribe-events-c-top-bar__datepicker-desktop:focus {
  color: var(--bs-link-hover-color) !important;
}

.tribe-common-c-btn.tribe-events-c-search__button {
  border-color: var(--bs-link-color) !important;
  background-color: var(--bs-link-color) !important;
  color: #fff !important;
  padding: var(--tec-spacer-4) var(--tec-spacer-4) !important;
}
@media (min-width: 992px) {
  .tribe-common-c-btn.tribe-events-c-search__button {
    margin-left: 12px !important;
  }
}
.tribe-common-c-btn.tribe-events-c-search__button:hover, .tribe-common-c-btn.tribe-events-c-search__button:focus {
  background-color: var(--bs-link-hover-color) !important;
  border-color: var(--bs-link-hover-color) !important;
}

.tribe-common.tribe-events.tribe-events-view.tribe-events-view--list .tribe-events-c-top-bar.tribe-events-header__top-bar {
  display: none !important;
}

.tribe-events-calendar-list-nav.tribe-events-c-nav,
#tribe-events-footer {
  display: none !important;
}

.tribe-event-date-start, .tribe-event-date-end, .tribe-event-time {
  font-weight: normal !important;
}

article.tribe-events-calendar-list__event:after {
  content: "";
  display: block;
  height: 1px;
  width: calc(100% - 12px - 12px);
  margin: 60px 0 30px;
  background-color: #000;
}
article.tribe-events-calendar-list__event .tribe-events-calendar-list__event-title a {
  text-decoration: none;
}
article.tribe-events-calendar-list__event .tribe-events-calendar-list__event-title a:hover, article.tribe-events-calendar-list__event .tribe-events-calendar-list__event-title a:focus {
  text-decoration: underline !important;
  color: var(--bs-link-hover-color) !important;
}

.tribe-events-calendar-list__event-cost,
.tribe-block.tribe-block__event-price {
  font-weight: bold !important;
  font-size: var(--bs-h4-desk-font-size, var(--bs-h4-tab-font-size, var(--bs-h4-font-size, 2.8125rem))) !important;
}

.tribe-events-calendar-list__event-venue {
  color: var(--bs-heading-color, --bs-primary) !important;
}

.tribe-events-widget-events-list__event-title.tribe-common-h7 {
  font-size: var(--bs-h4-desk-font-size, var(--bs-h4-tab-font-size, var(--bs-h4-font-size, 2.8125rem))) !important;
}
.tribe-events-widget-events-list__event-title.tribe-common-h7 a {
  text-decoration: none !important;
}
.tribe-events-widget-events-list__event-title.tribe-common-h7 a:hover, .tribe-events-widget-events-list__event-title.tribe-common-h7 a:focus {
  text-decoration: underline !important;
}

.tribe-event-date-start,
.tribe-event-date-end,
.tribe-event-time {
  font-weight: bold !important;
}

.tribe-events .tribe-events-c-view-selector__content,
.tribe-events .tribe-events-c-events-bar__search-form {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.tribe-common-form-control-text__input.tribe-events-c-search__input {
  padding: 12px 12px !important;
  border: 1px solid #000 !important;
}

.tribe-common-c-btn.tribe-events-c-search__button {
  border: solid 1px var(--bs-link-color) !important;
  padding: 12px 12px !important;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
  background: none !important;
  background-color: var(--bs-link-color) !important;
}
.datepicker table tr td.active.active:hover, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled.active:hover, .datepicker table tr td.active.disabled.active:focus, .datepicker table tr td.active.disabled.disabled:hover, .datepicker table tr td.active.disabled.disabled:focus, .datepicker table tr td.active.disabled:active:hover, .datepicker table tr td.active.disabled:active:focus, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active.disabled:hover.active:hover, .datepicker table tr td.active.disabled:hover.active:focus, .datepicker table tr td.active.disabled:hover.disabled:hover, .datepicker table tr td.active.disabled:hover.disabled:focus, .datepicker table tr td.active.disabled:hover:active:hover, .datepicker table tr td.active.disabled:hover:active:focus, .datepicker table tr td.active.disabled:hover:hover:hover, .datepicker table tr td.active.disabled:hover:hover:focus, .datepicker table tr td.active.disabled:hover[disabled]:hover, .datepicker table tr td.active.disabled:hover[disabled]:focus, .datepicker table tr td.active.disabled[disabled]:hover, .datepicker table tr td.active.disabled[disabled]:focus, .datepicker table tr td.active:active:hover, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active:hover.active:hover, .datepicker table tr td.active:hover.active:focus, .datepicker table tr td.active:hover.disabled:hover, .datepicker table tr td.active:hover.disabled:focus, .datepicker table tr td.active:hover:active:hover, .datepicker table tr td.active:hover:active:focus, .datepicker table tr td.active:hover:hover:hover, .datepicker table tr td.active:hover:hover:focus, .datepicker table tr td.active:hover[disabled]:hover, .datepicker table tr td.active:hover[disabled]:focus, .datepicker table tr td.active[disabled]:hover, .datepicker table tr td.active[disabled]:focus {
  background-color: var(--bs-link-hover-color) !important;
}

.datepicker-months .table-condensed {
  width: 100%;
}

svg.tribe-common-c-svgicon--messages-not-found {
  display: none;
  visibility: hidden;
}

.tribe-block.tribe-block__venue, .tribe-block.tribe-block__organizer__details {
  all: revert;
}
.tribe-block.tribe-block__venue *, .tribe-block.tribe-block__organizer__details * {
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
.tribe-block.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__name h3, .tribe-block.tribe-block__organizer__details .tribe-block__venue__meta .tribe-block__venue__name h3 {
  font-weight: 700;
  font-size: var(--bs-h4-desk-font-size, var(--bs-h4-tab-font-size, var(--bs-h4-font-size, 2.8125rem))) !important;
}

/*
.tribe-events-calendar-list__event-date-tag-weekday,
.tribe-events-calendar-list__event-date-tag-daynum
 {
     display:inline-block !important;
    aspect-ratio: 1 !important;
    border: solid 1px var(--bs-primary) !important;

    background-color: var(--bs-primary) !important;
    color: #fff !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
*/
.tribe-events h3.tribe-events-calendar-month__multiday-event-bar-title,
.tribe-events h3.tribe-events-calendar-month__calendar-event-title {
  font-size: var(--bs-body-desk-font-size, var(--bs-body-font-size)) !important;
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar,
.tribe-events .tribe-events-calendar-month__calendar-event-title {
  background-color: var(--bs-primary) !important;
  background-color: var(--bs-link-color) !important;
  padding: 4px !important;
  color: #fff !important;
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar.tribe-events-tooltip-trigger--hover,
.tribe-events .tribe-events-calendar-month__calendar-event-title.tribe-events-tooltip-trigger--hover {
  background-color: var(--bs-link-hover-color) !important;
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar *,
.tribe-events .tribe-events-calendar-month__calendar-event-title * {
  color: #fff !important;
  font-size: var(--bs-body-desk-font-size, var(--bs-body-font-size)) !important;
  text-decoration: none !important;
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar:hover, .tribe-events .tribe-events-calendar-month__multiday-event-bar:focus,
.tribe-events .tribe-events-calendar-month__calendar-event-title:hover,
.tribe-events .tribe-events-calendar-month__calendar-event-title:focus {
  background-color: var(--bs-link-hover-color) !important;
  text-decoration: none !important;
}
.tribe-events .tribe-events-calendar-month__calendar-event-datetime {
  font-size: 14px !important;
}
.tribe-events article.tribe-events-calendar-month__multiday-event {
  margin: 0 0 0 4px;
}
.tribe-events article.tribe-events-calendar-month__calendar-event:hover, .tribe-events article.tribe-events-calendar-month__calendar-event:focus,
.tribe-events article.tribe-events-calendar-month__multiday-event:hover,
.tribe-events article.tribe-events-calendar-month__multiday-event:focus {
  cursor: pointer;
}
.tribe-events article.tribe-events-calendar-month__calendar-event:hover .tribe-events-calendar-month__calendar-event-title, .tribe-events article.tribe-events-calendar-month__calendar-event:focus .tribe-events-calendar-month__calendar-event-title,
.tribe-events article.tribe-events-calendar-month__multiday-event:hover .tribe-events-calendar-month__calendar-event-title,
.tribe-events article.tribe-events-calendar-month__multiday-event:focus .tribe-events-calendar-month__calendar-event-title {
  background-color: var(--bs-link-hover-color) !important;
  text-decoration: none !important;
}
.tribe-events article.tribe-events-calendar-month__calendar-event:hover .tribe-events-calendar-month__calendar-event-datetime, .tribe-events article.tribe-events-calendar-month__calendar-event:focus .tribe-events-calendar-month__calendar-event-datetime,
.tribe-events article.tribe-events-calendar-month__multiday-event:hover .tribe-events-calendar-month__calendar-event-datetime,
.tribe-events article.tribe-events-calendar-month__multiday-event:focus .tribe-events-calendar-month__calendar-event-datetime {
  color: var(--bs-link-color) !important;
}
.tribe-events article.tribe-events-calendar-month__calendar-event:hover .tribe-events-calendar-month__multiday-event-bar, .tribe-events article.tribe-events-calendar-month__calendar-event:focus .tribe-events-calendar-month__multiday-event-bar,
.tribe-events article.tribe-events-calendar-month__multiday-event:hover .tribe-events-calendar-month__multiday-event-bar,
.tribe-events article.tribe-events-calendar-month__multiday-event:focus .tribe-events-calendar-month__multiday-event-bar {
  background-color: var(--bs-link-hover-color) !important;
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
  background: none !important;
  background-color: var(--bs-link-color) !important;
}
.datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.active:focus, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled.active:focus, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active.disabled.disabled:focus, .datepicker table tr td span.active.disabled:active:hover, .datepicker table tr td span.active.disabled:active:focus, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.disabled:hover.active:hover, .datepicker table tr td span.active.disabled:hover.active:focus, .datepicker table tr td span.active.disabled:hover.disabled:hover, .datepicker table tr td span.active.disabled:hover.disabled:focus, .datepicker table tr td span.active.disabled:hover:active:hover, .datepicker table tr td span.active.disabled:hover:active:focus, .datepicker table tr td span.active.disabled:hover:hover:hover, .datepicker table tr td span.active.disabled:hover:hover:focus, .datepicker table tr td span.active.disabled:hover[disabled]:hover, .datepicker table tr td span.active.disabled:hover[disabled]:focus, .datepicker table tr td span.active.disabled[disabled]:hover, .datepicker table tr td span.active.disabled[disabled]:focus, .datepicker table tr td span.active:active:hover, .datepicker table tr td span.active:active:focus, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active:hover.active:hover, .datepicker table tr td span.active:hover.active:focus, .datepicker table tr td span.active:hover.disabled:hover, .datepicker table tr td span.active:hover.disabled:focus, .datepicker table tr td span.active:hover:active:hover, .datepicker table tr td span.active:hover:active:focus, .datepicker table tr td span.active:hover:hover:hover, .datepicker table tr td span.active:hover:hover:focus, .datepicker table tr td span.active:hover[disabled]:hover, .datepicker table tr td span.active:hover[disabled]:focus, .datepicker table tr td span.active[disabled]:hover, .datepicker table tr td span.active[disabled]:focus {
  background-color: var(--bs-link-hover-color) !important;
}

.tribe-block__event-website > a {
  background-color: unset !important;
  padding: unset !important;
  color: var(--bs-link-color) !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}
.tribe-block__event-website > a:hover, .tribe-block__event-website > a:focus {
  color: var(--bs-link-hover-color) !important;
}

.tooltipster-base.tooltipster-sidetip {
  display: none !important;
  visibility: hidden !important;
}

#tribe-events-content ul.tribe-events-sub-nav {
  margin-top: 30px !important;
}

.navbar-brand {
  margin-left: 1rem;
}

#header .navbar-brand:hover {
  top: 0 !important;
  left: 0 !important;
}

.has-red-color, .has-red-color:visited {
  color: #C90000;
}

.has-red-background-color {
  background-color: #C90000;
  border-color: #C90000;
}

.has-light-background-color {
  background-color: #fff;
  border: 0;
}

.wp-block-latest-posts__post-excerpt .btn.btn-primary {
  margin-top: 30px;
}

.shadow {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

:root.ccm-blocked.ccm-blocked, body.ccm-blocked.ccm-blocked {
  overflow: initial !important;
}

html body .ccm-root {
  font-size: inherit;
}
html body .ccm-widget--text .ccm-widget--title {
  color: var(--bs-heading-color, --bs-primary);
  font-size: var(--bs-h3-desk-font-size);
  font-family: var(--bs-header-font-family, inherit);
}
html body .ccm-modal-inner {
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (min-width: 1400px) {
  html body .ccm-modal-inner {
    max-width: 900px !important;
    margin: 0px 12px 12px auto !important;
  }
}
html body .ccm-modal.ccm--is-blocking.ccm-control-panel {
  backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, 0.5);
}
html body .ccm-modal.ccm--is-blocking:not(.ccm-control-panel) {
  background: none;
  backdrop-filter: none;
}
@media (min-width: 580px) {
  html body .ccm-modal--body {
    padding: 25px;
    overflow: hidden;
  }
  html body .ccm-widget--text .ccm-inner-overflow {
    padding: 25px;
  }
  html body .ccm-widget--text {
    min-height: fit-content;
    min-height: inherit;
  }
  html body .ccm-widget.ccm--alignment--top .ccm-modal-inner, html body .ccm-widget.ccm--alignment--bottom .ccm-modal-inner {
    height: auto;
    min-height: fit-content;
  }
  html body .ccm-widget--buttons {
    padding: 5px 0;
  }
}
html body .ccm-link-container a, html body .ccm-link-container a:visited {
  color: var(--bs-link-color) !important;
  text-decoration: none;
}
html body .ccm-powered-by a {
  text-decoration: none;
}
html body .ccm-root .ccm-widget--buttons .button, html body .ccm-root .ccm-widget--buttons button, html body .ccm-modal--footer .button, html body .ccm-modal--footer .ccm--ctrl-init {
  border-radius: 0;
}
html body .ccm-root .ccm-dismiss-button {
  background: #fff;
  height: 40px;
  opacity: 1;
  padding: 0;
  right: 20px;
  top: 10px;
  width: 40px;
}
html body .ccm-root .ccm-dismiss-button:hover, html body .ccm-root .ccm-dismiss-button:focus {
  background: #fff;
  padding: 0;
}
html body .ccm-root .ccm-dismiss-button:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 20 20'%3E%3Cpath fill='%23c90000' fill-rule='evenodd' d='M4.28 3.22a.75.75 0 0 0-1.06 1.06L8.94 10l-5.72 5.72a.75.75 0 1 0 1.06 1.06L10 11.06l5.72 5.72a.75.75 0 1 0 1.06-1.06L11.06 10l5.72-5.72a.75.75 0 0 0-1.06-1.06L10 8.94L4.28 3.22Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
html body .ccm-root .button.ccm--button-primary, html body .ccm-root .button.ccm--button-primary, html body .ccm-root button.ccm--button-primary, html body .ccm-root button.ccm--button-primary {
  border-color: #C90000;
}
html body .ccm-root .ccm-.button:hover,
html body .ccm-root .ccm-root .button:focus,
html body .ccm-root .ccm-root button:hover,
html body .ccm-root .ccm-root button:focus .button.ccm--button-primary {
  color: #fff;
  border-color: #C90000;
}
html body .ccm-root a.wp-block-button__link:hover, html body .ccm-root a.wp-block-button__link:focus, html body .ccm-root a.btn:hover, html body .ccm-root a.btn:focus {
  border-color: #960000 !important;
}
html body .ccm-root .button.ccm--button-primary:hover, html body .ccm-root .button.ccm--button-primary:focus,
html body .ccm-root .ccm--save-settings.ccm--button-primary.ccm--ctrl-init:hover,
html body .ccm-root .ccm--save-settings.ccm--button-primary.ccm--ctrl-init:focus {
  background-color: #960000 !important;
  border-color: #960000 !important;
}
html body .ccm-root .ccm-widget--buttons button, html body .ccm-root .ccm-modal--footer button {
  border-color: #C90000, !important;
}
html body .ccm-root .ccm-widget--buttons button:hover, html body .ccm-root .ccm-widget--buttons button:focus, html body .ccm-root .ccm-modal--footer button:hover, html body .ccm-root .ccm-modal--footer button:focus {
  border-color: #960000 !important;
}
html body .ccm-root .button.ccm--button-primary:hover, html body .ccm-root .button.ccm--button-primary:focus, html body .ccm-root button.ccm--button-primary:hover, html body .ccm-root button.ccm--button-primary:focus {
  border-color: #960000 !important;
}
html body :root.ccm-blocked, html body body.ccm-blocked {
  overflow: inherit !important;
}
html body .ccm-settings-summoner {
  bottom: 12px;
  left: auto;
  right: 12px;
}
html body .ccm-settings-summoner a {
  opacity: 0.7;
  transition: opacity 200ms linear;
}
html body .ccm-settings-summoner a:hover, html body .ccm-settings-summoner a:focus {
  opacity: 1;
}
@media screen and (min-width: 64.0625em) {
  html body .cover-scrollbar::before {
    content: none;
  }
}
html body .wpcf7 form.sent p {
  opacity: 0.3;
  pointer-events: none;
}
html body .wpcf7 form.sent .wpcf7-response-output {
  border-color: #000;
  background: #000;
  color: #fff;
  font-size: 24px;
  margin: 0;
  padding: 18px 20px 18px 20px;
}

button[type=submit][style="background-color: rgb(0, 186, 255); border: none; border-radius: 4px; padding: 10px 20px; color: rgb(255, 255, 255); margin-top: 20px; cursor: pointer; min-width: 150px;"] {
  color: #fff !important;
  background-color: #C90000 !important;
  border-color: #C90000 !important;
  border-radius: 0 !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  font-size: 1rem;
}
button[type=submit][style="background-color: rgb(0, 186, 255); border: none; border-radius: 4px; padding: 10px 20px; color: rgb(255, 255, 255); margin-top: 20px; cursor: pointer; min-width: 150px;"]:hover, button[type=submit][style="background-color: rgb(0, 186, 255); border: none; border-radius: 4px; padding: 10px 20px; color: rgb(255, 255, 255); margin-top: 20px; cursor: pointer; min-width: 150px;"]:focus {
  background-color: #960000 !important;
  border-color: #960000 !important;
}

@layer theirStupidButton, doTheButton;
@layer theirStupidButton {
  button[style="background-color: rgb(0, 186, 255); border: none; border-radius: 4px; padding: 10px 20px; color: rgb(255, 255, 255); margin-top: 20px; cursor: pointer; min-width: 150px;"] {
    background-color: rgb(0, 186, 255);
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    color: rgb(255, 255, 255);
    margin-top: 20px;
    cursor: pointer;
    min-width: 150px;
  }
}
@layer doTheButton {
  .has-red-background-color button[type=submit][style],
.has-red-background-color button[type=submit][style="background-color: rgb(0, 186, 255); border: none; border-radius: 4px; padding: 10px 20px; color: rgb(255, 255, 255); margin-top: 20px; cursor: pointer; min-width: 150px;"],
.has-red-background-color button[style="background-color: rgb(0, 186, 255); border: none; border-radius: 4px; padding: 10px 20px; color: rgb(255, 255, 255); margin-top: 20px; cursor: pointer; min-width: 150px;"] {
    background: #fff !important;
    color: var(--bs-primary) !important;
    border-radius: 0 !important;
  }
  .has-red-background-color button[type=submit][style]:hover, .has-red-background-color button[type=submit][style]:focus,
.has-red-background-color button[type=submit][style="background-color: rgb(0, 186, 255); border: none; border-radius: 4px; padding: 10px 20px; color: rgb(255, 255, 255); margin-top: 20px; cursor: pointer; min-width: 150px;"]:hover,
.has-red-background-color button[type=submit][style="background-color: rgb(0, 186, 255); border: none; border-radius: 4px; padding: 10px 20px; color: rgb(255, 255, 255); margin-top: 20px; cursor: pointer; min-width: 150px;"]:focus,
.has-red-background-color button[style="background-color: rgb(0, 186, 255); border: none; border-radius: 4px; padding: 10px 20px; color: rgb(255, 255, 255); margin-top: 20px; cursor: pointer; min-width: 150px;"]:hover,
.has-red-background-color button[style="background-color: rgb(0, 186, 255); border: none; border-radius: 4px; padding: 10px 20px; color: rgb(255, 255, 255); margin-top: 20px; cursor: pointer; min-width: 150px;"]:focus {
    background-color: #e6e6e6 !important;
    border-color: #e6e6e6 !important;
    color: var(--bs-primary) !important;
  }
  .has-red-background-color input, .has-red-background-color textarea {
    color: #000000 !important;
  }
}
img[src="https://files.newsletter2go.com/thumbs/loader.svg"] + h2[style="text-align: center;"] {
  color: #000000;
  margin-top: 50px;
  text-align: left !important;
  font-size: var(--bs-h3-desk-font-size, 2.8125rem);
}

.has-red-background-color img[src="https://files.newsletter2go.com/thumbs/loader.svg"] + h2[style="text-align: center;"] {
  color: #ffffff;
}

.ratio.ratio-1x1 > .wp-block-group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
