<header class="page-header layout-<?php echo esc_attr( $layout ) ?> <?php echo esc_attr( $uses_local_title_layout ) ?>" data-progressive-animation="page-title">
	<h1 style="<?php echo esc_attr( $title_color ) ?>" itemprop="headline">
		<?php echo wp_kses_post( $title ) ?>

		<?php if ( $layout === 'one-row-left' || $layout === 'one-row-right' ) : ?>
			<div class="page-header-line"></div>
		<?php endif ?>
	</h1>

	<?php if ( $layout != 'one-row-left' && $layout != 'one-row-right' ) : ?>
		<div class="page-header-line"></div>
	<?php endif ?>

	<?php if ( ! empty( $description ) ) : ?>
		<div class="desc" style="<?php echo esc_attr( $title_color ) ?>">
			<?php echo wp_kses_post( $description ) ?>
		</div>
	<?php endif ?>
</header>
