/**
* Theme Name: Nuss Child
* Description: NUSS is a powerful Booking Hotel WordPress theme with a modern UI/UX design and comes with an online Booking & Reservation system. This theme provides the various number of the demo which can help all customer who wants to create a professional hotel website for a Hotel & Resort, Hostel, Homestay, Cabin, Chalet, Urban Guest House, Apartments, Co-Living any other accommodation services.
* Author: <a href="http://nuss.co/">Nuss</a>
* Template: nuss
* Version: 1.0.1
*/

/* Fix: the custom GSAP booking-menu animation leaves .book-element stuck
   at its pre-animation transform (translateY = own height) instead of 0,
   producing a large blank gap inside the booking panel. Neutralizing the
   transform keeps the intended fade-in (autoAlpha) while removing the
   broken slide offset. */
.booking-content .book-element {
	transform: none !important;
}
