File: /home/zeusxp5/lrliberia.com/wp-content/themes/lifttruck/header.php
<!doctype html>
<html class="no-js" <?php language_attributes(); ?> >
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<?php wp_head() ?>
</head>
<body <?php body_class(); ?>>
<?php wp_body_open(); ?>
<?php lifttruck_page_loading();
if ( lifttruck_get_option( 'lifttruck_mobile_menu_layout' ) == 'offcanvas' ) {
get_template_part( 'template-parts/mobile-off-canvas' );
} ?>
<div id="spaces-main" class="pt-perspective <?php if ( lifttruck_get_option( 'wd_box_wrapper' ) == 'on' ) echo 'wd_wrapper'; ?>">
<?php get_template_part( 'template-parts/header/site-header' ); ?>