File: /home/elrashedytravel/public_html/wp-content/themes/custom-functions-1767952375/header.php
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- FOUC Fix -->
<style>body{opacity:0;transition:opacity 0.3s ease-in;}</style>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<?php wp_body_open(); ?>
<a class="skip-to-content screen-reader-text" href="#content"><?php _e( 'Skip to content', 'simple-modern' ); ?></a>
<div id="page" class="site">
<header id="masthead" class="site-header">
<div class="container">
<div class="site-branding">
<?php
if ( function_exists( 'the_custom_logo' ) ) {
the_custom_logo();
}
if ( is_front_page() && is_home() ) : ?>
<h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
<?php else : ?>
<p class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></p>
<?php endif; ?>
</div><!-- .site-branding -->
<div class="header-right-wrapper">
<nav id="site-navigation" class="main-navigation">
<button id="menu-toggle" class="menu-toggle" aria-controls="primary-menu" aria-expanded="false">
<span class="menu-toggle-icon"></span>
</button>
<?php
wp_nav_menu(
array(
'theme_location' => 'primary',
'menu_id' => 'primary-menu',
'menu_class' => 'menu-wrapper',
'container' => false,
)
);
?>
</nav><!-- #site-navigation -->
<div class="header-search">
<?php get_search_form(); ?>
</div>
</div><!-- .header-right-wrapper -->
</div><!-- .container -->
</header><!-- #masthead -->
<div id="content" class="site-content">