.convertforms .cf-content-wrap, .convertforms .cf-form-wrap {
    padding: 0px !important;
}

#sp-bottom {
    font-size: inherit;
    line-height: inherit;
}

.sp-page-title .sp-page-title-heading {
    font-size: 50px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

#sp-bottom .sp-module .sp-module-title {
    font-weight: 500;
    font-size: 25px;
    color: #009a3c;
}

#sp-main-body {
	padding: 50px 0;
}

@media screen and (max-width: 600px) {
  #sp-footer {
    float: none;
	text-align: center;
  }
}

@media screen and (max-width: 600px) {
  #sp-bottom {
    float: none;
	text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .footerlinks {
    float: none;
	text-align: center;
  }
  
  #sp-main-body {
	padding: 20px 0;
}

.sp-page-title .sp-page-title-heading {
    font-size: 30px;
}
  
}

.transitie {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20) !important;
	transition: transform .8s cubic-bezier(.23,1,.32,1),box-shadow .8s cubic-bezier(.23,1,.32,1);
}

.transitie:hover {
    transform: translateY(-6px);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.40) !important;
}

#sp-header {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.30);
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
	display: block !important;
}

.menu-toggler {
	visibility: hidden;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
    font-size: 20px;
    line-height: 24px;
    opacity: 1;
}