/*
Theme Name: Divi Child
Template: Divi
*/

/* ========================================
   HIDE DIVI DEFAULT HEADER & FOOTER
   Our templates use their own nav and footer
   ======================================== */

#main-header,
#top-header,
.et-fixed-header {
  display: none !important;
}

#main-footer,
#footer-info,
#footer-bottom,
.footer-widget {
  display: none !important;
}

/* ========================================
   REMOVE DIVI WRAPPER CONSTRAINTS
   Our templates handle their own layout
   ======================================== */

body,
body.et_divi_theme,
body.et-tb-has-header {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

#page-container {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

#et-main-area {
  padding-top: 0 !important;
}

#page-container,
#et-main-area {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow-x: hidden;
}
