/*
Theme Name: Jiu-Jitsu traditionell e.V. Theme
Template: twentyseventeen
Author: Simon Wolf
Author URI: https://bsvbushido.de/cms/
Description: Child theme for twentyseventeen
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@media screen and (min-width: 48em) {
/* Static sites full width */
	.blog:not(.has-sidebar) #primary article,
	.archive:not(.page-one-column):not(.has-sidebar) #primary article,
	.search:not(.has-sidebar) #primary article,
	.error404:not(.has-sidebar) #primary .page-content,
	.error404.has-sidebar #primary .page-content,
	body.page-two-column:not(.archive) #primary .entry-content,
	body.page-two-column #comments {
		/* float: right; */
		 width: 100%;
	}

/* Footer full width */
	.site-footer .widget-column.footer-widget-1 {
		width: 100%;
	}
	
/* Remove the page header title */
	body.page-two-column:not(.archive) #primary .entry-header,
	body.page-two-column.archive:not(.has-sidebar) #primary .page-header {
		float: left;
		width: 36%;
		display: none;
	}
	
/* Layout full width */
	.wrap {
		max-width: 2000px;
		padding-left: 3em;
		padding-right: 3em;
	}	
}

/* Remove second page title */
.entry-header .entry-title {
    display: none;
}
