show_in_content_title() ) {
				get_template_part( 'template-parts/content/archive_header' );
			}
			?>
			
			show_feature_above() ) {
				get_template_part( 'template-parts/content/entry_thumbnail', get_post_type() );
			}
			?>
			
			show_in_content_title() ) {
				get_template_part( 'template-parts/content/entry_header', get_post_type() );
			}
			if ( kadence()->show_feature_below() ) {
				get_template_part( 'template-parts/content/entry_thumbnail', get_post_type() );
			}
		}
	}
	/**
	 * Adds theme output Wrapper.
	 */
	public function output_content_inner_end() {
		?>
		
		show_in_content_title() ) {
			get_template_part( 'template-parts/content/archive_header' );
		}
		?>
		
		print_styles( 'kadence-content' );
		// /**
		//  * Hook for Hero Section
		//  */
		// do_action( 'kadence_hero_header' );
		?>