/*
 Theme Name:     BookYourTravel BurnamTravel
 Theme URI:      http://themeforest.net/item/book-your-travel-online-booking-wordpress-theme/5632266?ref=themeenergy
 Description:    Book Your Travel Child Theme
 Author:         Erix Kivuti
 Author URI:     https://erixkivuti.men
 Template:       BookYourTravel
 Version:        1.0.0
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

html {
  scroll-behavior: smooth;
}
.header > .top-header {
  -webkit-transition: height 0.5s ease-out;
  -moz-transition: height 0.5s ease-out;
  -o-transition: height 0.5s ease-out;
  transition: height 0.5s ease-out;
}
body .hero-sidebar,
body:not(.home) .hero-sidebar {
  margin-top: 100px;
}
section#rates h2 {
    display: none;
}
.text-wrap.rates {
    padding: 0;
}
.text-wrap.rates table {
    margin: 0;
}