<?php

/*
 * 404 Not Found
 *
 * @package far_loop
 *
 */

get_header();

?>

<div class="u_pt-3 u_pt-md-6">
    <div class="l_container u_mv-7 u_pb-6">

      <!-- page-title module-->
      <div class="page-title u_mb-3 u_mb-md-4">
        <!-- Page title-->
        <h1 class="page-title__apex-title u_mb-3"><?php _e( 'Sorry, the page you were looking for doesn’t&nbsp;exist', 'far_loop' );?></h1>
        <a class="button" href=<?php echo esc_url( home_url( '/' ) ); ?>><?php _e( 'Go to the homepage', 'far_loop' );?></a>
      </div>
      
    </div>
  </div>

<?php

get_footer();
