/* Header */
#sp-header {
  background: #17192de0;
}

/* Main menu links */
.sp-megamenu-parent .sp-mega-group > li > a {
  font-family: 'Raleway';
  font-size: 19px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.sp-megamenu-parent > li.active > a {
  font-weight: 700;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  color: #098765 !important;
}

/* Main menu alignment */
.justify-content-end {
  justify-content: flex-start !important;
  margin-left: 40px;
}

/* Top bar */
#sp-top-bar {
  height: 0;
  padding: 0;
}
#sp-top-bar .sp-module {
  display: block;
}
#sp-top-nieuw {
  height: 50px;
}

/* Video block responsive */
@media (max-width: 600px) {
  #sppb-addon-1645097871383 .sppb-video-block.sppb-embed-responsive.sppb-embed-responsive-16by9 {
    height: 494px;
    width: 330px;
  }
}
@media (min-width: 600px) {
  #sppb-addon-1645097871383 .sppb-video-block.sppb-embed-responsive.sppb-embed-responsive-16by9 {
    height: 751px;
    width: 501px;
  }
}

/* Scroll up button */
.sp-scroll-up {
  bottom: 8px;
  right: 80px;
}

/* Close form modal */
.ba-form-icons.ba-icon-close::before {
  content: "\f136";
  border: 1px solid #fff;
  padding: 5px;
  margin-left: -6px;
}

/* Portfolio image border */
.sp-simpleportfolio .sp-simpleportfolio-img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 1px solid #d3d3d3;
  margin-bottom: 40px;
}

/* Form inputs */
input[type="text"]:not(.form-control),
select:not(.form-select):not(.form-control) {
  font-size: 23px;
  color: #77828b;
}
.ba-checkbox-title {
  color: #ffffff !important;
}

/* Zoom effect */
.zoom:hover {
  transform: scale(1.01);
  transition: transform .9s ease;
}

/* Portfolio info */
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info {
  margin-top: -40px;
}

/* Popup footer */
.djacc-popup .djacc__footer {
  display: none;
}

/* Menu item header */
.item-500 menu_item .item-header {
  margin-top: 30px;
}

/* Menu badge */
.sp-megamenu-parent > li .sp-menu-badge {
  height: 31px;
  line-height: 31px;
  padding: 0 5px;
  font-size: 16px;
  text-transform: none !important;
  border-radius: 3px;
}

/* Mobile menu breakpoint */
@media (max-width: 1200px) {
  #offcanvas-toggler { display: block !important; }
  #sp-menu .sp-megamenu-parent { display: none !important; }
}

/* Burger icon */
.burger-icon {
  margin-top: -58px;
  margin-left: 70px;
  width: 25px;
}
.burger-icon > span {
  height: 3px;
}
.close-offcanvas .burger-icon {
  margin-top: -20px;
  margin-left: 70px;
  width: 25px;
}
.offcanvas-active .burger-icon > span,
#modal-menu-toggler.active .burger-icon > span {
  background-color: #0064B3;
}

/* Offcanvas menu */
.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  padding: 0;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-right {
  float: right;
  margin-left: 180px;
  margin-top: 10px;
}

/* Page builder section */
.sp-page-builder .page-content #section-id-1687287041820 {
  z-index: 2 !important;
}

/* Column border */
#column-id-1689190740583 {
  border-top: 0 !important;
}

/* Breadcrumbs */
.breadcrumb {
  background-color: transparent;
  border-radius: 0 !important;
  font-size: 13px;
  margin: 0;
}
.breadcrumb-item.active {
  color: #ffffff !important;
}

/* Section background */
#sp-section-3 {
  background-color: #17192de0 !important;
}
