<?php
	if ( !defined('ABSPATH') ){ die(); }
	
	global $avia_config;

	/*
	 * get_header is a basic wordpress function, used to retrieve the header.php file in your theme directory.
	 */
	 get_header();

	$title  = __('Blog - Latest News', 'avia_framework'); //default blog title
	$t_link = home_url('/');
	$t_sub = "";

	if(avia_get_option('frontpage') && $new = avia_get_option('blogpage'))
	{
		$title 	= get_the_title($new); //if the blog is attached to a page use this title
		$t_link = get_permalink($new);
		$t_sub =  avia_post_meta($new, 'subtitle');
	}

	if( get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title(array('heading'=>'strong', 'title' => $title, 'link' => $t_link, 'subtitle' => $t_sub));
	
	do_action( 'ava_after_main_title' );

?>

		<div class='container_wrap container_wrap_first main_color <?php avia_layout_class( 'main' ); ?>'>

			<div class='container template-blog template-single-blog '>

				<main class='content units <?php avia_layout_class( 'content' ); ?> <?php echo avia_blog_class_string(); ?>' <?php avia_markup_helper(array('context' => 'content','post_type'=>'post'));?>>
					<?php $orientation = get_field('template'); 
					
					if ($orientation == 'lan') { ?>
					    <style>
					        .projects-iconlist ul {
                                justify-content: center;
                            }
					    </style>
					<?php } ?>
                    <div id="single_project" class="template-page content  av-content-full alpha units">
            			<div class="post-entry post-entry-type-page post-entry-156">
            				<div class="entry-content-wrapper clearfix">
            					<?php if ($orientation == 'por') { ?>
            					
            					<div class="pro-img-col flex_column av_two_fifth  flex_column_div av-zero-column-padding first   " style="border-radius:0px; ">
            						<div class="avia-image-container  av-styling-     avia-align-center " itemprop="image" itemscope="itemscope" itemtype="https://schema.org/ImageObject">
            							<div class="avia-image-container-inner">
            								<div class="avia-image-overlay-wrap">
            									<!-- FEATURED IMAGE  -->
            									<?php
            										if ( has_post_thumbnail() ) {
            											the_post_thumbnail('full');
            										}
            									 ?>
            								</div>
            							</div>
            						</div>
            					</div>
            					
            					<?php } ?>
            
            					<div class="pro-content-col flex_column <?php echo $orientation == 'por' ? 'av_three_fifth' : ''; ?>  flex_column_div av-zero-column-padding   " style="border-radius:0px; ">
            						<div style="padding-bottom:10px; font-size:35px;" class="av-special-heading av-special-heading-h1  blockquote <?php echo $orientation == 'lan' ? 'modern-centered' : ''; ?> modern-quote  project-inner-title av-inherit-size ">
            							<!-- PROJECT TITLE  -->
            							<h1 class="av-special-heading-tag " itemprop="headline"><?php the_title(); ?></h1>
            							<div class="special-heading-border"></div>
            						</div>
            						
            						<div class="avia-icon-list-container projects-iconlist">
            							<ul class="avia-icon-list avia-icon-list-left av-iconlist-small avia_animate_when_almost_visible avia-iconlist-animate avia_start_animation">
            								<li><div style="color:#22213e; font-size:18px; " class="iconlist_icon  avia-font-entypo-fontello"><span class="iconlist-char " aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></div><article class="article-icon-entry " itemscope="itemscope" itemtype="https://schema.org/CreativeWork"><div class="iconlist_content_wrap"><header class="entry-content-header"><div class="av_iconlist_title iconlist_title_small av_inherit_color " itemprop="headline" style="color:#22213e; font-size:18px; ">Client</div></header><div class="iconlist_content av_inherit_color " itemprop="text" style="color:#333333; ">
            									<!-- CLIENT NAME  -->
            									<p><?php the_field('client'); ?></p>
            								</div></div><footer class="entry-footer"></footer></article><div class="iconlist-timeline"></div></li>
            								
            								<li><div style="color:#22213e; font-size:18px; " class="iconlist_icon  avia-font-entypo-fontello"><span class="iconlist-char " aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></div><article class="article-icon-entry " itemscope="itemscope" itemtype="https://schema.org/CreativeWork"><div class="iconlist_content_wrap"><header class="entry-content-header"><div class="av_iconlist_title iconlist_title_small av_inherit_color " itemprop="headline" style="color:#22213e; font-size:18px; ">Location</div></header><div class="iconlist_content av_inherit_color " itemprop="text" style="color:#333333; ">
            									<!-- LOCATION NAME  -->
            									<p><?php the_field('location'); ?></p>
            								</div></div><footer class="entry-footer"></footer></article><div class="iconlist-timeline"></div></li>
            							</ul>
            						</div>
            						
            						<?php 
            							if ($orientation == 'lan') { ?>
            								<div style="margin-bottom: 50px" class="avia-image-container  av-styling-     avia-align-center " itemprop="image" itemscope="itemscope" itemtype="https://schema.org/ImageObject">
		            							<div class="avia-image-container-inner">
		            								<div class="avia-image-overlay-wrap">
		            									<!-- FEATURED IMAGE  -->
		            									<?php
		            										if ( has_post_thumbnail() ) {
		            											the_post_thumbnail('full');
		            										}
		            									 ?>
		            								</div>
		            							</div>
		            						</div>
            							<?php }
            						?>
            						
            						<section class="av_textblock_section " itemscope="itemscope" itemtype="https://schema.org/CreativeWork">
            							<div class="avia_textblock pro-content-text" itemprop="text">
            								<!-- PROJECT DESCRIPTION  -->
            								<?php 
            								if (have_posts()) :
	                                            while (have_posts()) : the_post();
            								        the_content();
            								    endwhile;
            								endif; ?>
            							</div>
            						</section>
            					</div>
            
            				</div>
            			</div>
            		</div><!-- close content main div --> <!-- section close by builder template -->

				<!--end content-->
				</main>

				<?php
				$avia_config['currently_viewing'] = "blog";
				//get the sidebar
				get_sidebar();


				?>


			</div><!--end container-->

		</div><!-- close default .container_wrap element -->


<?php 
		get_footer();