﻿/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Netzgaenger working on Elegant Themes
 Author URI:     https://www.netz-gaenger.de
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

@media only screen and ( max-width: 980px ) {
 header#main-header .et_mobile_menu {
  left: 0;
  max-height: calc(100vh - 95px);
  overflow: scroll;
  position: fixed;
  top: 95px !important;
  width: 100%;
 }
 body.mobile_nav-opened {
  overflow: hidden;
 }
 body.admin-bar header#main-header .et_mobile_menu {
  max-height: calc(100vh - 125px);
  top: 125px !important;
 }
}
@media only screen and (max-width: 782px) {
 body.admin-bar header#main-header .et_mobile_menu {
  max-height: calc(100vh - 140px);
  top: 140px !important;
 }
}