/*
 Theme Name:     BookYourTravel Child
 Theme URI:      http://themeforest.net/item/book-your-travel-online-booking-wordpress-theme/5632266?ref=themeenergy
 Description:    Book Your Travel Child Theme
 Author:         themeenergy
 Author URI:     http://themeforest.net/user/themeenergy
 Template:       BookYourTravel
 Version:        1.0.0
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

	/* margin under header */
.sticky-header:not(.transparent-header) .main, .page-template-page-home.sticky-header:not(.transparent-header) .main, .page-template-byt_home.sticky-header:not(.transparent-header) .main {
    padding-top: 200px !important;
}

/* no sidebar on mobile */
@media screen and (max-width: 960px) {
.single-tour aside {display:none;}
}

