/*
 Theme Name: Divi Child
 Version:  1.0
 Template:     Divi
*/

/*****Add any custom CSS below this line*****/
.grecaptcha-badge { opacity:0;}

/* Hide header, primary & secondary menu bars
#page-container {
  padding-top: 0px !important;
}

#main-header {
  display: none !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 */

/* Force footer to the bottom
#main-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
*/
