html {
background: magenta !important;
} @media (max-width: 767px) { body.single-post header.site-header,
body.single-post .site-header-section {
margin-bottom: 24px !important;
} body.single-post main,
body.single-post .aux-main {
padding-top: 0 !important;
} body.single-post .entry-header,
body.single-post .entry-info,
body.single-post .entry-content,
body.single-post .entry-meta {
max-width: 100% !important;
margin: 0 !important;
padding-left: 0px !important;
padding-right: 0px !important;
} body.single-post .entry-media,
body.single-post .post-thumbnail {
margin-top: 0px !important;
margin-bottom: 16px !important;
} body.single-post h1.entry-title {
font-size: 30px !important;
line-height: 1.2 !important;
margin: 20px 0 16px !important;
text-align: center !important; word-break: keep-all !important;
overflow-wrap: normal !important;
hyphens: none !important;
white-space: normal !important;
} body.single-post .entry-info {
margin: 12px 0 18px !important;
text-align: center !important;
opacity: .75;
} body.single-post .entry-meta {
margin-top: 20px !important;
padding-top: 16px !important;
padding-bottom: 16px !important;
} body.single-post .aux-sidebar {
display: none !important;
} body.single-post .post-edit-link { 
display: none !important;
}
}