/*
Theme Name: Blocksy Child
Template: blocksy
Author: JBM
Version: 0.1.0
Text Domain: blocksy-child
*/

body.home .ct-header,
body.home .ct-footer,
body.home .ct-page-title,
body.home .entry-header,
body.home .entry-title,
body.restless-shell-page .ct-header,
body.restless-shell-page .ct-footer,
body.restless-shell-page .ct-page-title,
body.restless-shell-page .entry-header,
body.restless-shell-page .entry-title {
	display: none !important;
}

body.home .site-main,
body.restless-shell-page .site-main {
	padding-top: 0;
}

body.restless-shell-page .hero-section,
body.restless-shell-page .page-header,
body.restless-shell-page article.page,
body.restless-shell-page .ct-container-full {
	margin-top: 0 !important;
}

body.restless-shell-page .entry-content > *:first-child {
	margin-top: 0;
}

body.restless-shell-page .site-main .ct-container,
body.restless-shell-page .site-main .ct-container-fluid {
	max-width: none;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

body.restless-shell-page .content-area,
body.restless-shell-page .site-content,
body.restless-shell-page .ct-container,
body.restless-shell-page .ct-container-fluid,
body.restless-shell-page .entry-content,
body.restless-shell-page .entry-content > .wp-block-group {
	max-width: none !important;
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

body.restless-shell-page article.page,
body.restless-shell-page .type-page {
	max-width: none !important;
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
