.penci-no-results {
	.penci-page-title {
		text-align: center;
		font-size: 28px;
		text-transform: uppercase;
		position: relative;
		margin: 40px 0 20px;
		overflow: hidden;

		span {
			display: inline-block;
			padding: 0 10px;
			position: relative;
			z-index: 1;

			&:before,
			&:after {
				content: '';
				left: 100%;
				top: 50%;
				border-top: 1px solid;
				width: 1000px;
				display: inline-block;
				position: absolute;
				opacity: 0.1;
			}

			&:before {
				right: 100%;
				left: auto;
			}
		}
	}

	.search-form {
		margin: 20px 0 30px;
		width: 300px;
		max-width: 100%;
		@include center-block;
		position: relative;

		.search-field {
			width: 100%;
		}

		.search-submit {
			position: absolute;
			right: 0;
			top: 0;
			background: transparent;
			border: 0;
			transition: all 0.3s;
			min-height: 40px;
			color: $color__dark;

			&:hover {
				color: $color__blue;
			}
		}
	}

}
.penci-no-results .entry-content,
.penci-archive .penci-archive__content .penci-no-results .penci-entry-content {
	text-align: center;
}