    /* footer item spacing */
    #mk-footer-navigation ul li a {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    /* block-top */
    body.no-top-margin #theme-page .theme-page-wrapper {
        margin-top: 0;
    }
        body.no-top-margin #theme-page .theme-page-wrapper .theme-content {
            padding-top: 0 !important;
        }
        @media handheld, only screen and (max-width: 500px) {
            body.no-top-margin #theme-page .theme-page-wrapper .theme-content {
                padding-top: 25px !important;
            }
        }