/**
 * Theme Name:     Travel Joy Pro Child
 * Author:         Vizuall
 * Template:       travel-joy-pro
 * Text Domain:	   travel-joy-pro-child
 * Description:    Travel joy pro is a simple and clean Travel WordPress Theme. This Theme is ideal for travel agencies, hotels, tour operators or any other organization related to travel and tours. The theme has Theme Options panel based on powerful Customizer API which makes theme pretty easy to customize and configure. Travel joy theme also has compatibality for WP Travel Plugin, that adds ease to managing tours and bookings. Full Demo: https://wpdemo.wensolutions.com/travel-joy-pro/ Documentation : https://wensolutions.com/docs-category/travel-joy-pro/ Compatible Travel Plugin : https://wordpress.org/plugins/wp-travel/
 */

/* Restore normal-flow booking controls on mobile.
   The live site has extra injected CSS that hides the real control and replaces it
   with an absolutely positioned pseudo-element on the label, which is fragile on touch devices. */
@media (max-width: 991px) {
  #booking .wp-travel-booking__panel-bottom {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: sticky !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    z-index: auto !important;
    margin: 0 !important;
    margin-top: 16px !important;
    padding-bottom: 15px !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
	  
  }
}

