';
		if ( 'above' === kadence()->option( 'courses_title_layout' ) ) {
			// remove normal Lead template.
			add_filter( 'should_tutor_load_template', array( $this, 'remove_lead_template' ), 10, 3 );
			// Add content lead template.
			if ( defined( 'TUTOR_VERSION' ) && ! ( version_compare( TUTOR_VERSION, '2.0.0' ) >= 0 ) ) {
				get_template_part( 'tutor/single/course/enrolled/content-lead-info' );
			}
		}
	}
	/**
	 * Adds theme output Inner Wrapper.
	 */
	public function output_inner_content_wrapper() {
		echo '
';
		if ( 'above' === kadence()->option( 'courses_title_layout' ) ) {
			// remove normal Lead template.
			add_filter( 'should_tutor_load_template', array( $this, 'remove_lead_template' ), 10, 3 );
			// Add content lead template.
			if ( defined( 'TUTOR_VERSION' ) && ! ( version_compare( TUTOR_VERSION, '2.0.0' ) >= 0 ) ) {
				get_template_part( 'tutor/single/course/content-lead-info' );
			}
		}
	}
	/**
	 * Adds theme output Inner Wrapper.
	 */
	public function output_inner_content_wrapper_end() {
		echo '
';
	}
	/**
	 * Adds theme output Wrapper enrolled.
	 */
	public function output_course_content_wrapper_enrolled() {
		kadence()->print_styles( 'kadence-content' );
		remove_action( 'kadence_entry_hero', 'Kadence\kadence_entry_header', 10, 2 );
		add_action( 'kadence_entry_hero', array( $this, 'header_lead_enrolled' ), 10, 2 );
		/**
		 * Hook for Hero Section
		 */
		do_action( 'kadence_hero_header' );
		echo '
';
	}
	/**
	 * Adds theme output Wrapper.
	 */
	public function output_course_content_wrapper() {
		kadence()->print_styles( 'kadence-content' );
		remove_action( 'kadence_entry_hero', 'Kadence\kadence_entry_header', 10, 2 );
		add_action( 'kadence_entry_hero', array( $this, 'header_lead' ), 10, 2 );
		/**
		 * Hook for Hero Section
		 */
		do_action( 'kadence_hero_header' );
		echo '';
	}
	/**
	 * Adds theme end output Wrapper.
	 */
	public function output_course_content_wrapper_end() {
		echo '
';
		if ( is_archive() && kadence()->show_in_content_title() ) {
			get_template_part( 'template-parts/content/archive_header' );
		}
	}
	/**
	 * Adds theme end output Wrapper.
	 */
	public function output_content_wrapper_end() {
		echo '';
		if ( is_archive() ) {
			get_sidebar();
		}
		echo '