<?php get_header(); ?>
<div class="nb-large-padding nb-section nb-background-light">
    <div class="nb-container">
        <section class="nb-error-404 not-found">
            <header class="page-header">
                <h1 class="page-title"><?php esc_html_e( 'Oops! That page can&rsquo;t be found.', 'nimbus' ); ?></h1>
            </header><!-- .page-header -->

            <div class="page-content">
                <p><?php esc_html_e( 'It looks like nothing was found at this location. Maybe try a search?', 'nimbus' ); ?></p>

                <?php get_search_form(); ?>
            </div><!-- .page-content -->
        </section><!-- .error-404 -->
    </div>
</div>
<?php get_footer(); ?>