.bg-white-overlay:before {
content: '';
display: block;
position: absolute;
inset: 0;
background: linear-gradient(180deg, #FFF 4%, rgba(255, 255, 255, 0.00) 100%);
width: 100%;
height: 100%;
z-index: 10;
}
.is-style-backdrop-blur {
-webkit-backdrop-filter: blur(var(--wp--custom--filter--blur--backdrop));
backdrop-filter: blur(var(--wp--custom--filter--blur--backdrop));
}
header {  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08); }   .project-group img {
transition: transform 0.3s ease-in-out;
}
.project-group:hover img.wp-block-cover__image-background {
transform: scale(1.1);
}
.home_event_image,
.home_event_image img {
height: 100%;
}
.tribe-events .tribe-events-c-search__button, .tribe-events button.tribe-events-c-search__button {
background-color: transparent !important;
border: 1px solid #2c2c2c !important;
border-radius: 0 !important;
color: #2c2c2c !important;
}
@media screen and (max-width: 767px) {
.project-template .project-heading {
font-size: 72px !important;
}
.activities-grid .wp-block-cover {
min-height: 250px !important;
}
} .wp-block-query .activities-grid.wp-block-post-template > li {
min-width: 0;
} .activities-grid .wp-block-post {
min-width: 0;
}
.activities-grid .wp-block-post-title,
.activities-grid .wp-block-post-excerpt,
.activities-grid .wp-block-post-terms {
overflow-wrap: anywhere;
word-break: break-word;
}
.wp-block-navigation .current-menu-ancestor>.wp-block-navigation-item__content .wp-block-navigation-item__label:before,
.wp-block-navigation .current-menu-item>.wp-block-navigation-item__content .wp-block-navigation-item__label:before {
background: #b7deaf;
}