/*
 Theme Name:   generatepress Child
 Theme URI:    http://edco-assist.eu/generatepress-child/
 Description:  generatepress Child Theme
 Author:       Kristof Mannes
 Author URI:   http://edco-assist.eu
 Template:     generatepress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         footer, responsive iframes
 Text Domain:  generatepress-child
*/

/* Debug Kristof Iframe responsiveness*/
.myCalendarIframe {
position: relative;
padding-bottom: 400px;
padding-top: 10px;
height: 0;
overflow: auto; 
-webkit-overflow-scrolling:touch; //<<--- THIS IS THE KEY 
border: solid black 1px;
} 

.myCalendarIframe iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.myFormIframe {
position: relative;
padding-bottom: 1200px;
padding-top: 10px;
height: 0;
overflow: auto; 
-webkit-overflow-scrolling:touch; //<<--- THIS IS THE KEY 
border: solid black 1px;
} 

.myFormIframe iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.em-booking-login-form{
width: 75% !important;
font-size: 75% !important;
}

.em-booking-form{
width: 75% !important;
font-size: 75% !important;
}

/*
.page-id-3377 .main-navigation {
display: none;
}

.page-id-3377 .site-header {
display: none;
}

.page-id-3377 .inside-top-bar {
display: none;
}
*/