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

/*****Add any custom CSS below this line*****/

/* Hide header, primary & secondary menu bars
#main-header {
  display: none;
}
#page-container {
  padding-top: 0px !important;
}
/* END of Hide header, primary & secondary menu bars */

/* Hide Widgets area, Footer Menu area and Bottom Bar altogether
#main-footer {
  height: 0 !important;
  overflow: hidden;
}
/* END of Hide Widgets area, Footer Menu area and Bottom Bar altogether */

/* Hide Widgets area ONLY
#footer-widgets {
  display: none;
}
/* END of Hide Widgets area ONLY */

/* Hide Footer Menu area ONLY
#et-footer-nav {
  display: none;
}
/* END of Hide Footer Menu area ONLY */

/* Hide Bottom Bar ONLY
#footer-bottom {
  display: none;
}
/* END of Hide Bottom Bar ONLY */
