Your IP : 216.73.216.95


Current Path : /var/www/mainsite/wp-content/themes/maxcoach/template-parts/header/
Upload File :
Current File : /var/www/mainsite/wp-content/themes/maxcoach/template-parts/header/header-13.php

<header id="page-header" <?php Maxcoach_Header::instance()->get_wrapper_class(); ?> data-centered-logo="1">
	<div class="page-header-place-holder"></div>
	<div id="page-header-inner" class="page-header-inner" data-sticky="1">
		<div class="container">
			<div class="row">
				<div class="col-xs-12">
					<div class="header-wrap">
						<?php Maxcoach_THA::instance()->header_wrap_top(); ?>

						<?php get_template_part( 'template-parts/branding' ); ?>

						<div class="header-left">
							<?php Maxcoach_Header::instance()->print_search(); ?>

							<?php Maxcoach_Header::instance()->print_social_networks(); ?>
						</div>

						<?php get_template_part( 'template-parts/navigation' ); ?>

						<div class="header-right">
							<div id="header-right-inner" class="header-right-inner">
								<?php Maxcoach_THA::instance()->header_right_top(); ?>

								<?php Maxcoach_Header::instance()->print_language_switcher(); ?>

								<?php Maxcoach_Woo::instance()->render_mini_cart(); ?>

								<?php Maxcoach_Header::instance()->print_login_button(); ?>

								<?php Maxcoach_Header::instance()->print_button( array( 'size' => 'xs' ) ); ?>

								<?php Maxcoach_THA::instance()->header_right_bottom(); ?>
							</div>

							<?php Maxcoach_Header::instance()->print_open_mobile_menu_button(); ?>

							<?php Maxcoach_Header::instance()->print_more_tools_button(); ?>
						</div>

						<?php Maxcoach_THA::instance()->header_wrap_bottom(); ?>
					</div>
				</div>
			</div>
		</div>
	</div>
</header>