.search-wrapper {
	margin: 3em 0;
	text-align: center;
}

#sidebar .search-wrapper {
	margin: 0 0 2em 0;
}

.search-wrapper .search-input {
	display: inline-block;
	border-radius: 3px;
}

.search-wrapper .search-input:focus {
	box-shadow: 0 0 0 0.2rem rgba(48, 133, 238, .2);
}

.simplesearch .search-input {
	width: 80%;
	padding: 1.5em 1em;
}

.simplesearch .search-input:focus {
	box-shadow: 0 0 0 0.2rem rgba(48, 133, 238, .2);
}

.search-submit {
	display: inline-block;
	border-radius: 4px;
	background: #eee;
	border: 1px solid #ccc;
	vertical-align: top;
}

.search-submit img {
	width: 20px;
	vertical-align: middle;
}

.search-image {
	float: left;
}

.search-item {
	margin-left: 130px;
	margin-right: 130px;
	margin-bottom: 30px;
}

.search-item p {
	margin: 0;
}

.search-title h3 {
	margin: 0 0 .3em 0;
}

.search-details {
	font-size: 13px;
	margin: 0 0 1em 0;
}

.search-row:last-child hr {
	display: none;
}

.text-center {
	text-align: center;
}

.color-light-gray {
	color: lightgray;
}

.color-dark-gray {
	color: darkgray;
}