/*
 Theme Name:   Divi Child
 Theme URI:    https://growthdrill.com
 Description:  GrowthDrill child theme for Divi
 Author:       GrowthDrill
 Template:     Divi
 Version:      1.0.0
*/


/* ── Remove Divi default top padding on first section ── */
.et_pb_section_first {
  padding-top: 0 !important;
}

/* ── Remove default row padding inside first section ── */
.et_pb_section_first > .et_pb_row {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Fix Divi fixed header padding flash */
#page-container {
  padding-top: 0 !important;
}
.et_fixed_nav #page-container {
  padding-top: 0 !important;
}
.et_fixed_nav body.et_fixed_nav #page-container {
  padding-top: 0 !important;
}

.page-id-1210,
.page-id-1210 body {
  overflow-x: hidden;
}