File: /home/wwwrenee/public_html/wp-content/themes/maxcoach/template-parts/header/header-08.php
<header id="page-header" <?php Maxcoach_Header::instance()->get_wrapper_class(); ?>>
<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' ); ?>
<?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_Header::instance()->print_social_networks(); ?>
<?php Maxcoach_Woo::instance()->render_mini_cart(); ?>
<?php Maxcoach_Header::instance()->print_login_button(); ?>
<?php Maxcoach_Header::instance()->print_search(); ?>
<?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>