
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php get_header(); ?>

<section class="vw-content-area vw-content-area--no-sidebar">
	<div class="container">
		<div class="row">

			<main class="vw-content-main" role="main" <?php presso_itemprop( "mainContentOfPage" ); ?>>
				
				<div class="vw-404-box">

					<h3 class="vw-404-box__hero-title"><?php esc_html_e( "Oops!", 'presso' ); ?></h3>

					<h1 class="vw-404-box__title"><?php esc_html_e( "This page isn't available", 'presso' ); ?></h1>

					<p class="vw-404-box__description"><?php esc_html_e( 'The page you were looking for appears to have been moved, deleted or does not exist.', 'presso' ); ?></p>

				</div>

			</main>

		</div>
	</div>

</section>

<?php get_footer(); ?>