/*
 Theme Name:   Twenty Sixteen Child
 Theme URI:    http://nancykamish.com
 Description:  Twenty Sixteen Child Theme
 Author:       Sam Berkman
 Author URI:   http://nancykamish.com
 Template:     twentysixteen
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-sixteen-child
*/

body.login #login > h1 { display: none; }

body.login #login {
	height: 257px;
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 0 !important;
	left: 50%;
	margin: -128px 0 0 -160px;
}

body.login #login p input.button {
	width: 100%;
}

/* add to end of style.css */

/* Make Twenty Sixteen full width header */

.site-inner {
	max-width: none;
}

.site-content,
.site-footer,
.site-header-main {
	max-width: 1320px;
	margin: 0 auto;
}

@media screen and (min-width: 44.375em) {
	.site {
	    margin: 0;
	}
	
	body:not(.custom-background-image):before, body:not(.custom-background-image):after {
		height: 0;
	}
}