/* remove forced header and footer padding / pdEkSe-323-p2 (DC) */
.wp-site-blocks {
    padding-top: 0;
    padding-bottom: 0;
}

/* hide home page title / pdEkSe-323-p2 (DC) */
.home .bbe-page-title {
    display: none;
}

/* remove space below footer / pdEkSe-323-p2 (DC) */
footer + .wp-block-group {
    display: none;
}

/* adjust space above footer / pdEkSe-323-p2 (DC) */
main > div + section {
    display: none;
}

/* hide footer cta on contact / pdEkSe-323-p2 (DC) */
.page-id-15 .bbe-footer-cta {
    display: none;
}

/* add label to mobile menu / pdEkSe-323-p2 (DC) */
.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open:after {
    content: 'MENU';
    font-size: 20px;
    font-weight: bold;
    margin-top: -2px;
    margin-left: 2px;
}

/* set mobile nav size / pdEkSe-323-p2 (DC) */
.wp-block-navigation__responsive-container.is-menu-open .has-medium-font-size {
    font-size: 1.8rem !important;
}

/* nav hover color / pdEkSe-323-p2 (DC) */
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover {
    color: #eff2f4;
}

/* remove space above home content  / pdEkSe-323-p2 (DC) */
.home .wp-site-blocks > main {
    margin-top: -24px !important;
}

/* remove space above home footer / pdEkSe-323-p2 (DC) */
.home .wp-site-blocks footer {
    margin-top: 0;
}

/* mobile nav and styling / pdEkSe-323-p2 (DC) */
@media screen and (max-width: 599px) {
    .wp-block-site-logo {
        text-align: center;
    }

    header nav {
        padding-top: 1em;
        padding-bottom: 1em;
        justify-content: center !important;
    }

    /* make nav show above cover overlays on mobile / pdEkSe-323-p2 (DC) */
    header .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
        z-index: 100;
    }
}

/* set header cover contents to full width / pdEkSe-323-p2 (DC) */
header .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    width: 100%;
}