@charset 'UTF-8';

@media only screen and (max-width: 767px){
	body.page .main-navigation{
		text-align: left;
	}
	.entry .entry-header{
		margin: 1em 20px 1em;
	}
	input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea{
		width: 100%;
	}
}