/*
Theme Name: Twenty Sixteen SPC Child
Theme URI: https://schoolprinting.net/
Description: Child theme for Twenty Sixteen with full-width single posts and no comments.
Author: School Printing Company
Template: twentysixteen
Version: 1.0.0
*/

/* Full-width single posts */
.single-post #primary {
    float: none;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.single-post #main {
    margin: 0;
}

.single-post .sidebar,
.single-post #secondary {
    display: none !important;
}

.single-post iframe {
    width: 100%;
    max-width: 100%;
    border: 0;
}

.single-post img {
    max-width: 100%;
    height: auto;
}

/* Hide comment-related links/areas on single posts */
.single-post .comments-link,
.single-post #comments,
.single-post .comment-respond {
    display: none !important;
}
