<?php //Template Name:Full-Width Page
get_header();
$wl_theme_options = enigma_parallax_get_options(); 
if($wl_theme_options['breadcrumb']!='') { 
get_template_part('breadcrums'); }else { ?>
<style>
.row.enigma_blog_wrapper {
    margin-top: 130px;
}
</style>
<?php } ?>
<div class="container">
	<div class="row enigma_blog_wrapper">
	<div class="col-md-12">
	<?php get_template_part('post','page'); ?>	
	</div>		
	</div>
</div>	
<?php get_footer(); ?>