/*---------------------------------------------------------------------------------

 Theme Name:   jhills-amusements.co.uk
 Theme URI:    https://jhills-amusements.co.uk/
 Description:  jhills-amusements Website
 Author:       Ray Miles 
 Author URI:   https://digypig.co.uk
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/
/* Make the mobile menu full height */
.et_mobile_menu {
min-height:100vh !important;
min-height: -webkit-fill-available;
padding-top:50px !important;
}
html {
height: -webkit-fill-available;
}
@media (max-width: 980px) {
  .et_mobile_menu {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    box-sizing: border-box;
  }
}
/* Remove the animation to avoid delay */
.mobile_nav.opened .et_mobile_menu {
display:block !important;
}