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

    /* Header */

    #block-cheshirewest-servicesmenu > .menu--localgov-services-menu {
        display: block;
    }

    #block-cheshirewest-servicesmenu > .menu--localgov-services-menu {
        grid-template-columns: 1fr;
    }

    /* Homepage */

    #block-cheshirewest-registersmenu .menu--registers-menu {
        grid-template-columns: 1fr;
    }

    /* Icons for homepage links */

    .path-frontpage .homepage-services .views-view-responsive-grid__item a {
        padding: 4em 3em 2em;;
    }

    .path-frontpage .homepage-services .views-view-responsive-grid__item a {
        background-size: 60px 60px;
    }

    /* Publications */

    .sidebar .lgd-region__inner > .block-localgov-publications  {
        padding: 0.1em 1em;
        margin: 0;
    }

    .sidebar .lgd-region__inner > .block-localgov-publications  h2 {
        margin-bottom: .25em;
        font-size: 16px;
    }

    .sidebar .lgd-region__inner > .block-localgov-publications  ul {
        margin-bottom: 0;
    }

    /* Sidebars (publications only) */

    .page-node-type-localgov-publication-page  aside.sidebar--first {
        margin-top: 2em;
        font-size: 14px;
    }

    /* Footer */

    .lgd-footer__footer .footer-copyright, .lgd-footer__footer .footer-links {
        text-align: center;
    }

    .lgd-footer__footer .footer-logo-block {
        justify-content: center;
    }

    .back-to-top {
        font-size: 12px;
        padding: 0.5em;
    }

    .back-to-top .lgd-icon svg {
        width: 12px;
    }

}

@media screen and (min-width: 48rem) {
    .back-to-top {
        right: 5em;
        bottom: 3em;
    }
}

