/* Highlight the Locations button */
.archives-menu {
    position: relative;
}
.archives-menu:before {
    background-color:var(--wp--preset--color--accent-1);
    border-radius:4px;
    bottom:0;
    color:inherit;
    content:"";
    left:0px;
    opacity:0.18;
    pointer-events:none;
    position:absolute;
    right:0px;
    top:0;
    transition:opacity .2s cubic-bezier(.4,0,.6,1);
}

.archives-subheading {
    font-size: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.wp-block-pgcsimplygalleryblock-masonry {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.super-simple-slider-container {
    margin-top: 1rem;
    margin-bottom: 2rem;
}
