.search-results-page .page-header {
	margin-bottom: 10px;
}

.search-results-page .page-title {
	padding: 15px 0 10px;
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
}

.search-results-page .page-title span {
	text-transform: none;
	font-weight: 500;
}

.search-section {
	margin-bottom: 50px;
	padding-top: 10px;
}

.search-section .main-title {
	margin-bottom: 25px;
	text-align: left;
}

.search-section .main-title h2 {
	font-size: 22px;
	margin-bottom: 0;
}

.search-section .main-title h2 span {
	font-size: 16px;
	font-weight: 400;
	color: #888;
	text-transform: none;
}

.search-section__empty {
	margin: 0 0 10px;
	color: #666;
}

.search-section--posts .blog-3 {
	margin-bottom: 30px;
}

.search-section .search-section-pagination {
	margin-top: 5px;
	width: 100%;
	display: block;
	overflow: hidden;
	padding: 15px 0;
}

.search-section .search-section-pagination .nav-links {
	text-align: center;
}

.search-section .search-section-pagination .page-numbers {
	display: inline-block;
	margin: 0 3px 6px;
}

.search-section__body {
	position: relative;
	min-height: 80px;
}

.search-section.is-loading .search-section__body {
	pointer-events: none;
}

.search-section.is-loading .search-section__body:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.65);
	z-index: 2;
}

.search-section.is-loading .search-section__body:before {
	content: '';
	position: absolute;
	top: 40%;
	left: 50%;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	border: 3px solid #ddd;
	border-top-color: #ae6405;
	border-radius: 50%;
	z-index: 3;
	animation: halink-search-spin 0.7s linear infinite;
}

@keyframes halink-search-spin {
	to {
		transform: rotate(360deg);
	}
}
