/*
 Theme Name:     A Web Life
 Theme URI:      https://www.AWebLife.com/
 Description:    A Divi Child Theme
 Author:         Scott Malouin
 Author URI:     https://www.aweblife.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

#top-menu .sub-menu{ margin-top: 6px; padding: 5px 0; }

.page-template-page-drop-delivered .main-header #et-top-navigation #et_mobile_nav_menu{ display:none !important; }



@media (min-width: 981px){
  #main-header.et-fixed-header {
      box-shadow: 0 0 15px rgb(0, 0, 0) !important; 
      -webkit-box-shadow: 0 0 15px rgb(34, 34, 34) !important; 
      -webkit-box-shadow: 0 0 15px rgb(34, 34, 34) !important;
      -moz-box-shadow: 0 0 15px rgb(34, 34, 34) !important;
  }
}
@media (max-width: 980px){
  .page-template-page-drop-delivered .main-header #et-top-navigation #et_mobile_nav_menu{ display:none !important; }
}
