/*
 Theme Name:     TourWithLocals Child
 Theme URI:      https://example.com/tourwithlocals-child
 Description:    Child theme for the TourWithLocals WordPress site
 Author:         Your Name or Agency
 Author URI:     https://example.com
 Template:       travelicious-1.5.8/travelicious 
 Version:        1.0.0
*/

/* Import parent theme styles */

/* Add your custom styles below */
body {
    background-color: #EDC9AF; /* Example: desert sand background */
}


.btPreloader{
    background-color: #eab15a !important;
}

.footer-section .bt_bb_section_bottom_section_coverage_image{
    /*position: relative;
    z-index: -1;*/
}
.bt_bb_port{
   position: relative;
    z-index: 10;
}
.footer-section .bt_bb_port{
    z-index: 99;
}