main {
    margin-top: 0 !important;
}

.wp-block-group.alignfull.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
    padding-top: 0 !important;
}

.homepage-blogposts li h2 {
    font-size: 1em;
}
.homepage-blogposts li div.wp-block-group {
    padding: 10px !important;
    text-align: center;
}
.single-post h1 {
    margin-top: 1em !important;
}
div#w-meta-padding, div#w-meta-padding-2 {
    margin-bottom: 0 !important;
}

.wh-block {
    padding: 1em !important;
    background: #DDDDDD;
    box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .15);
    margin: 1rem 0;
    padding: 1em 1em;
    border-radius: .28571429rem;
    border: 1px solid rgba(34, 36, 38, .15);
    box-shadow: 0 2px 25px 0 rgba(34, 36, 38, .05) inset;
    border-radius: .28571429rem;
    border: 1px solid rgba(34, 36, 38, .15);
    font-size:0.8em;
}
.wh-home-link a {
    font-size: 0.8em;
}
.wh-home-about img {
    float:right;
    width: 150px;
}


.wpcf7 input, .wpcf7 textarea {
    border-radius: 0.28571429rem;
    border: 1px solid rgba(34, 36, 38, .15);
    padding: 0.5em;
    font-size: 0.8em;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 1em;

}



/* foo mods */
.foogallery .fg-image-wrap {
    min-height: 270px !important;
}
.wh-mini-gallery .foogallery .fg-image-wrap {
    min-height: unset !important;
}
.fg-default .fg-image {
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
    object-fit: cover !important;
}


.page-id-20 figcaption {
    text-align: center;
}


.foogallery {
    max-width: 500px;
    margin: auto;
}

.wh-fade-hero {
    transition: opacity 2.5s ease-in-out;
}




@media (max-width: 600px) {

    .wh-home-about img {
        width: 100px !important;
        margin-left: 0.6em;
        margin-bottom: 0.3em;
    }

}