/*!
Theme Name:   Hilda Child Theme
Template:     hilda
Version:      1.0.0

Theme URI:    https://github.com/webmandesign/child-theme/
Author:       WebMan Design
Author URI:   https://www.webmandesign.eu/
License:      GPL-3.0-or-later
License URI:  https://www.gnu.org/licenses/gpl-3.0-standalone.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

IMPORTANT:
Read the instructions in https://github.com/webmandesign/child-theme/blob/master/readme.md

Child theme CSS styles:
*/


.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 {
	/*position: sticky !important;*/
	/*top: var(--wp-admin--admin-bar--height, 0) !important;*/
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08);
	/*z-index: 500 !important;*/
}

/*.project-group {*/
/*    cursor: pointer;*/
/*}*/

.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;
    }
}

/* Query Loop / Post Template grids: allow items to shrink smaller than their contents */
.wp-block-query .activities-grid.wp-block-post-template > li {
  min-width: 0;
}

/* If your theme uses a different element than li, also try: */
.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;
}