Your IP : 3.149.234.78


Current Path : /home/church/www/africadayfestival.com/wp-content/themes/allegiant/
Upload File :
Current File : /home/church/www/africadayfestival.com/wp-content/themes/allegiant/404.php

<?php get_header(); ?>

<?php get_template_part( 'template-parts/element', 'page-header' ); ?>

<div id="main" class="main">
	<div class="container">
		<section id="content" class="content content-wide">
			<?php do_action( 'cpotheme_before_404' ); ?>
			<div class="notfound">
				<div class="column col2 notfound-image">
					404
				</div>
				<div class="column col2 col-last notfound-content">
					<?php cpotheme_404(); ?>
				</div>
				<div class="clear"></div>
			</div>
			<?php do_action( 'cpotheme_after_404' ); ?>
		</section>
	</div>
</div>

<?php get_footer(); ?>