
/* Remove whitespace gap below navigation bar */
.wd-page-content.main-page-wrapper,
.site-content,
.entry-content,
.wd-content-area {
  padding-top:0 !important;
  margin-top:0 !important;
}
/* Also remove Elementor section top padding if it's the first section */
.elementor-section-wrap {
  padding-top:0 !important;
  margin-top:0 !important;
}
