@media screen and (max-width: 800px) {

    header {
        margin: 1em auto;
    }

    .header-inner .logo-img {
        text-align: center;
    }

    .header-inner img {
        width: 40%;
        object-fit: fill;
    }

    footer .row {
        margin: 0 0.25em;
    }

    .footer-find, .footer-contact, .footer-social {
        border-bottom: 1px solid #bbbaba;
        padding: 0 0.25em 2em;
    }

    .footer-copyright {
        text-align: center;
    }

    /* change for small screens for case when no icons are present - stops headings indenting unnecessarily */
    .oc-link[data-oc-buttons="zero_count"] {
        margin-right: 0;
        display: inline;
    }
}

@media screen and (min-width: 768px) {
    /* change for small screens for case when no icons are present - stops headings indenting unnecessarily */
    .oc-link[data-oc-buttons="zero_count"] {
        margin-right: 0;
        display: inline;
    }
}

@media only screen and (min-width: 1400px) {
    /* hide count for guttering */
    .readdocument__rep-count {
        display: none;
    }
}

@media only screen and (max-width: 1650px) {

    /* Consultations */

    .consultations.offcanvas-button {
        position: sticky;
        margin: 1em 0;
        top: 33px;
    }
}
