/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.booking-holder{
position:fixed;
bottom:0;
right:0;
margin:0 auto;
padding:0;
width:720px;
height:660px;
max-height:90vh;
background-color: #fff;
box-sizing: border-box;
box-shadow: 0 10px 10px -10px rgba(0,0,0,.1), 0 0 30px rgba(0,0,0,.25);
border: 1px solid rgba(0, 0, 0, .2);
z-index:400;
}
.booking-holder header{
position: relative;
display:flex;
width:100%;
flex-direction: row;
padding: 1rem 4%;
font-weight: 700;
border-bottom: 1px solid rgba(0, 0, 0, .1);
background:#ffF;
z-index:400;
}


button.tickets-close {
  position: absolute;
  right: 1rem;
  border-radius: 50%;
  padding: 0.5em;
  width: 30px;
  height: 30px;
  background-color:white;
  border: 2px solid black;
  color: black;
}
button.tickets-close:hover {
  border: 2px solid black;
  background-color: white;
  color: #ffffff;
box-shadow: none;
}

button.tickets-close::before {
  content: " ";
  position: absolute;
  display: block;
  background-color: black;
  width: 2px;
  left: 12px;
  top: 5px;
  bottom: 5px;
  transform: rotate(45deg);
}
button.tickets-close::after {
  content: " ";
  position: absolute;
  display: block;
  background-color: black;
  height: 2px;
  left:12px;
  left: 5px;
  right: 5px;
  transform: rotate(45deg);
}


.booking-holder header{
position: relative;
display:flex;
width:100%;
flex-direction: row;
padding: 1rem 4%;
font-weight: 700;
border-bottom: 1px solid rgba(0, 0, 0, .1);
background:#ffF;
z-index:400;
}

a:hover {
cursor:pointer;
}


.booking-holder heading h4{
font-size:17px;
}


.hoho-booking-content{
position:relative;
margin:0;
padding:0;
width:100%;
height:100%;
z-index:200;
}

iframe.hoho-booking{
position: absolute;
top: -80px;
left: 0;
bottom: 0;
right: 0;
width: 99%;
height:100%;
border:none;
z-index:100;
}

.hoho-booking-loading{
position:relative;
margin:0;
padding:0;
width:100%;
height:100%;
border:none;
background-image: url('assets/img/loading-200.gif');
background-repeat: no-repeat;
background-position: center;
background-color: #fff;
z-index:300;
}


.hidden{
display:none;
}

@media(max-width:768px){
.booking-holder header{
position:relative;
padding: 1rem 2%;
width:100%;
}}