/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


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



.popup-booking {
	position: fixed;
    z-index: 99999999;
    left: 0;
    top: 0;
    right: 0;
    max-width: 65%;
    margin: 0 auto;
    margin-top: 12%;
    height: calc(100% - 50px);
    overflow-y: auto;
}

.popup-hidden {
	z-index: -10;
	opacity: 0;
}


.icon-booking {
	display: inline;
	position: absolute;
    right: 5px;
    top: 5px;
    font-size: 35px;
}

.icon-booking:hover {
	cursor: pointer;
}

.icon-booking:after {
	content: '\4d';
	
}