/*
Theme Name: Twenty Twenty Child
Template: twentytwenty
Version: 1.0
Description: Child theme for Green Heavens SAIL CGHS
*/

/* Events page padding fix */
.events-intro,
.events-grid {
    padding-left: 40px !important;
    padding-right: 40px !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Hide Powered by WordPress */
.site-info a[href*="wordpress.org"],
.powered-by-wordpress {
    display: none !important;
}

@media (max-width: 600px) {
    .events-intro,
    .events-grid {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}
/* Fix Events page left offset */
.entry-content .section-inner {
    margin-left: auto !important;
    margin-right: auto !important;
}
/* Hide post meta on event posts */
.post-meta-wrapper,
.post-author-section-inner,
.comment-count,
.posted-by,
.post-date {
    display: none !important;
}

/* Hide comments and reply form on posts */
#comments,
.comments-area,
.comment-respond,
#respond {
    display: none !important;
}

/* Hide post navigation */
.pagination-single,
.post-navigation,
nav.pagination-single {
    display: none !important;
}

/* Hide // separators */
.section-inner.thin.max-percentage {
    display: none !important;
}
/* Hide comments, navigation and separators on single posts */
.singles-section,
.post-meta-wrapper { display: none !important; }

body.single #comments,
body.single .comments-area,
body.single #respond,
body.single .comment-respond { display: none !important; }

body.single .pagination-single,
body.single nav.pagination-single,
body.single .pagination-single-inner { display: none !important; }

body.single hr.styled-separator,
body.single .footer-nav-widgets-wrapper hr { display: none !important; }

/* Hide By author, date, no comments line */
body.single .entry-meta,
body.single .post-meta { display: none !important; }