<?php

get_header();

get_template_part( 'theme/blocks/content_top' );

echo '<div class="ys-custom-content-wrapper auto-wrapper cf">';

echo '<div class="ys-custom-content row m-70 auto-width cf">';

	echo '<div class="ys-custom-main ' . splash_get_col_class( 'col-8-66-12' ) . ' first">';

		echo '<div id="post-0" class="hentry">';

			echo '<div class="entry">';

				echo

				'<p>' . esc_html__( 'We are really sorry but the page you requested was not found.', 'splash' ) . '</p>',

				'<p>' . esc_html__( 'It seems that the page you were trying to reach does not exist anymore or maybe it has just been moved. Try using the search form below.', 'splash' ) . '</p>',

				'<p>' . esc_html__( 'Sorry for the inconvenience.', 'splash' ) . '</p>';

				get_search_form();

			echo '</div>';

		echo '</div>';

	echo '</div>';

	get_sidebar();

echo '</div>';

echo '</div>';

get_footer();