/*
Theme Name: DockFlow
Template: kadence
Version: 1.0.0
*/

#services,
#experience,
#whydockflow,
#approach,
#contact {
  scroll-margin-top: var(--kb-header-height);
}

div.entry-content-wrap {
    padding: 0 !important;
}

div.header-hero-block {
	border-bottom: 1px solid #f59e0b;
}
div.services-block {
	border-top: 1px solid #f59e0b;
}

/* Scrollspy active state */
li.current-menu-item a.kb-nav-link-content {
    color: #f59e0b!important;
}
