// site specific (demo purposes only)
// overall page wrapper
.wrapper {
	padding: $large-space 0;
	+ hr {
		display: none;
	}
}
// space out search form if no posts are found
.searchAgain {
	margin-top: $large-space;
	form {
		label {
			span {
				display: none;
			}
		}
	}
}
// contact form
.wpcf7-form-control-wrap{
	width: 100%;
}
