/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.booking-popup {
	visibility: hidden;
    	position: fixed;
    	top: 0;
    	bottom: 0;
    	left: 0;
    	right: 0;
    	margin: auto;
    	background: #537888;
    	width: 1100px;
    	height: 170px;
    	z-index: 100;
	max-width: 90%;
	padding: 20px;
}

.booking-popup 

.booking-popup #booking-engine-holder {
	width: 100% !important;
}

.booking-popup-cover {
	background: rgba(255,255,255,0.5);
    	visibility: hidden; 
    	height: 100%;
    	width: 100%;
    	left: 0;
    	right: 0;
    	top: 0;
    	bottom: 0;
    	position: fixed;
    	z-index: 99;
}

@media screen and (max-width: 480px) {
  .booking-popup {
	height: 378px;
}
}