/* Taxonomy, Archive, and Search */

body.archive #content article, body.search #content article {
	margin: 0 auto 100px auto;
	max-width: 600px;
}

body.author .author-info {
	max-width: 600px;
	margin: 0 auto 50px auto;
}

body.search .page-header .page-title {
	display: none;
}

body.search .page-header form#searchform {
	margin-top: 150px;
	margin-bottom: 40px;
	text-align: center;
}

body.home form#searchform {
	text-align: center;
}

body.search .page-header form#searchform input, body.home form#searchform input {
	font-size: 18px;
	height: 30px;
}

body.search .page-header form#searchform input[type="submit"], body.home form#searchform input[type="submit"] {
	background: color: var(--streetsmn-brand-color-orange);
	border: 0;
	color: #fff;
}

/* DESKTOP */
@media screen and (min-width: 768px) {
body.search .page-header form#searchform {
	margin-top: 0;
}

body.search .page-header form#searchform input {
	font-size: 32px;
	height: 40px;
}

}