/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.entry h1 { margin-bottom: 0.5em; }
	.password-protection-box input[type="submit"] {
		line-height: 34px;
		padding: 0;
	}

@media screen and (max-width: 420px) {
	.password-protection-box input[type="password"] {
    width: 63%;
	}
	.password-protection-box input[type="submit"] {
		width: 35%;
		font-size: 0.85em;
	}
}