/* Custom spacing / pdEkSe-2HE-p2 */
.wp-site-blocks,
.wp-block-group {
    padding: 0;
    margin: 0;
}
 
.wp-site-blocks > * + * {
    margin-block-start: 0;
}
 
#wp--skip-link--target,
.entry-content,
.wp-block-cover {
    margin-top: 0 !important;
}
 
/* Custom sticky header / pdEkSe-2HE-p2 */
.admin-bar header.wp-block-template-part {
    top: 32px;
}
 
@media (min-width: 980px) {
    header.wp-block-template-part {
        position: sticky;
        top: 0;
        z-index: 999;
    }
}
 
.sticky-menu .wp-block-site-title a {
    text-decoration: none;
    transition: ease .5s;
}
 
.sticky-menu .wp-block-site-title a:hover {
    text-decoration: none;
    box-shadow: 0 3px var(--wp--preset--color--primary);
    transition: ease .5s;
}
 
img.custom-logo {
    transition: ease .5s;
}
 
img.custom-logo:hover {
    transition: ease .5s;
    transform: scale(0.98);
}
 
@media (max-width: 600px) {
    .wp-container-6.wp-container-6 {
        flex-wrap: wrap;
        justify-content: center;
    }
}
 
.sticky-links a.wp-block-navigation-item__content {
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 12px;
    transition: ease .8s;
}
 
.sticky-links a.wp-block-navigation-item__content:hover {
    box-shadow: 0 3px var(--wp--preset--color--primary);
    transition: ease .8s;
}
 
.home #modal-1-content > ul > li:nth-child(1) > a,
.sticky-links .current-menu-item a.wp-block-navigation-item__content {
    box-shadow: 0 3px var(--wp--preset--color--primary);
}
 
.sticky-menu {
box-shadow: 1px 1px 6px 0 #0000004d;
}
 
/* Add shadow to text / pdEkSe-2HE-p2 */
.text-shadow {
    text-shadow: 1px 1px 8px #000000;
}
  
/* Add shadow to blocks / pdEkSe-2HE-p2 */
.block-shadow {
    box-shadow: 1px 1px 10px #00000066;
}
 
/* Footer map / pdEkSe-2HE-p2 */
.mapboxgl-popup-content {
    color: #000000;
}
 
/* Hide footer credit / pdEkSe-2HE-p2 */
footer + .wp-block-group {
    display: none;
}
 
/* Hide footer on contact page / pdEkSe-2HE-p2 */
.page-id-59 .custom-footer {
    display: none;
}