body:not(.search-results) article:not(.type-page) .entry-content {
    width: initial;
}

body:not(.search-results) article:not(.type-page) .entry-footer {
    display: none;
}

@media screen and (min-width: 61.5625em) {
    body:not(.search-results) article:not(.type-page) .entry-footer {
        display: none;
    }
}
