/*
Theme Name: Twenty Seventeen Child
Theme URI: https://example.com/
Description: Child theme for the Twenty Seventeen theme
Author: Nitesh Verma
Template: twentyseventeen
Version: 1.0
*/

/* Import parent theme styles */
@import url("../twentyseventeen/style.css");

/* Your custom CSS starts below */
	.has-sidebar:not(.error404) #primary {
		float:none;
		width:100%;
		display:block;
		padding-bottom:15px;
	}
	
	
	
	
	

