/*
Theme Name: Travel Booking Child
Theme URI: https://wptravelengine.com/downloads/travel-booking-free-wordpress-theme/
Description:  Travel Booking Child Theme
Author: WP Travel Engine
Author URI: https://wptravelengine.com/
Version: 1.3.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: travel-booking
Tags: two-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, custom-logo, featured-images, footer-widgets,
Template: travel-booking
*/

:root {
    --primary-color: #ff933d;
    --primary-color-rgb: 92, 124, 251;
}

.homepage.hasbanner .site-header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
padding-left:50%;
    background: rgba(37,32, 86, 1);
    z-index: 2;
    border-bottom: 0;
}
