Header Content Deleted after Update

Need some assistance, I had a child theme on this website - https://saintpaulus.org/ - and updated the theme to the latest version and my header content & search bar was deleted. Please see screenshot - Dropbox - Aug11-2022 Header Screenshot.JPG - Simplify your life - of missing content and search bar.

I need to know where in the header.php file I can re-add this content to make it show up again in between logo & social icons?

Saint Paulus Lutheran Church

Evangelical Lutheran Church in America
1541 Polk St, San Francisco, CA 94109
(415) 673-8088 • [email protected]

Here is the header code that I see:

			<div class="site-branding col-md-6">
				<?php if( get_header_image() != '' ) : ?>

					<div id="logo">
						<a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img src="<?php header_image(); ?>"  height="<?php echo get_custom_header()->height; ?>" width="<?php echo get_custom_header()->width; ?>" alt="<?php bloginfo( 'name' ); ?>"/></a>
						<h4 class="site-description"><?php bloginfo( 'description' ); ?></h4>
					</div><!-- end of #logo -->

				<?php endif; // header image was removed ?>

				<?php if( !get_header_image() ) : ?>

					<h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
					<h4 class="site-description"><?php bloginfo( 'description' ); ?></h4>

				<?php endif; // header image was removed (again) ?>
			</div>

		<div class="social-header col-md-6">
			<?php unite_social_icons(); // Social icons in header ?>
		</div>

	</header><!-- #masthead -->

Thank you for your assistance

Hi there

@Tstef its a customization job, im sorry, we are limited to providing such assistance in the free support board.

Regards