/**
 * Styles for custom search page
 */

/* Customize built-in search form */
.custom-search .searchform {
	padding-top: 50px;
	text-align: center;
}
.custom-search input[type=text] {
	padding: 0.7em;
	margin-bottom: 10px !important;
	font-size: 14px;
	color: #5E514E;
	border: 1px solid #5E514E;
}
.custom-search input[type=submit] {
	background-color: #fff;
	color: #00AAE7;
	border: 2px solid #00AAE7;
	border-radius: 3px;
	padding: 0.3em 1em;
	margin-left: 20px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7em !important;
	transition: all 0.2s;
}

/* Search result listings */
.custom-search h2 {
	font-size: 18px;
	padding-bottom: 0px;
}

.custom-search article {
	margin-bottom: 0px;
}

.custom-search .no-results {
	padding-bottom: 50px;
	margin-top: 30px;
}

/* Pagination */
.custom-search .pagination {
	padding-top: 40px;
	padding-bottom: 50px;
	font-size: 18px;
}

/* Page width on larger sizes */
@media all and (min-width: 981px) {
	.custom-search article {
		width: 67%;
	}
	.custom-search .pagination {
		width: 67%;
	}
}
