/*
Theme Name: Big Blow
Version: 1.1
Description: Custom theme voor Big Blow
Author: Online Supporter B.V.
Author URI: https://www.onlinesupporter.nl
template: bb-theme
*/
@import 'fonts/ostrich-sans.css';
body a[href="#fl-main-content"] {
  display: none;
}

.fl-post > div > div:not(.fl-builder-content-editing) h1 {
  font-family: "Ostrich Sans Heavy", "Arial Rounded MT Bold";
  font-size: 60px;
  line-height: 1;
  text-shadow: -3px -3px 0 #000, 0 -4px 0 #000, 3px -3px 0 #000, 4px 0 0 #000, 3px 3px 0 #000, 0 4px 0 #000, -3px 3px 0 #000, -4px 0 0 #000;
  font-weight: 900;
}
.fl-post > div > div:not(.fl-builder-content-editing) h1.alternative_h1 {
  font-size: 57px;
}
.fl-post > div > div:not(.fl-builder-content-editing) h1 strong {
  color: white;
}
.fl-post > div > div:not(.fl-builder-content-editing) h1 strong.enlarge {
  font-size: 95px;
}
.fl-post > div > div:not(.fl-builder-content-editing) .elementenladder-inplannen-box h1 {
  font-size: 70px;
}
@media all and (max-width: 768px) {
  .fl-post > div > div:not(.fl-builder-content-editing) .elementenladder-inplannen-box h1 {
    font-size: 45px;
  }
}
.fl-post > div > div:not(.fl-builder-content-editing) .elementenladder-inplannen-box h1 .enlarge {
  font-size: 112px;
}
@media all and (max-width: 768px) {
  .fl-post > div > div:not(.fl-builder-content-editing) .elementenladder-inplannen-box h1 .enlarge {
    font-size: 73px;
  }
}
.fl-post > div > div:not(.fl-builder-content-editing) h6 {
  font-family: "Ostrich Sans Heavy", "Arial Rounded MT Bold";
  font-size: 25px;
}
.fl-post > div > div:not(.fl-builder-content-editing) h3 {
  font-family: "Ostrich Sans Heavy", "Arial Rounded MT Bold";
  font-size: 25px;
}

.fl-tabs-panels {
  background-color: transparent;
}

.fl-button span, submit, input[type=submit], button, .btn {
  font-family: "Ostrich Sans Heavy", "Arial Rounded MT Bold" !important;
  font-size: 22px !important;
}

.btn-ghost a.fl-button {
  background: transparent;
  border: 2px solid white !important;
  color: white !important;
  box-shadow: 0 0 13px #00000082, inset 0 0 13px #00000082;
  border-radius: 19px;
  padding: 10px 70px;
}
.btn-ghost a.fl-button span {
  color: white !important;
  text-shadow: 0 0 10px #000000d6;
  font-size: 30px !important;
}
.btn-ghost a.fl-button:hover {
  background: transparent;
  border: 2px solid white !important;
  color: white !important;
  box-shadow: 0 0 13px #00000082, inset 0 0 13px #00000082;
  border-radius: 19px;
  padding: 10px 70px;
}

.btn-small a {
  border-radius: 15px !important;
  padding: 6px 20px !important;
}

.fl-post > div > div:not(.fl-builder-content-editing) .cloudbox {
  position: relative;
}
.fl-post > div > div:not(.fl-builder-content-editing) .cloudbox > div {
  padding-bottom: 140px;
}
.fl-post > div > div:not(.fl-builder-content-editing) .cloudbox:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  z-index: 1;
  height: 100%;
}
.fl-post > div > div:not(.fl-builder-content-editing) .cloudbox.cloud-1:after {
  background-image: url(images/cloud-1.svg);
}
.fl-post > div > div:not(.fl-builder-content-editing) .cloudbox.cloud-2:after {
  background-image: url(images/cloud-2.svg);
}
.fl-post > div > div:not(.fl-builder-content-editing) .cloudbox .fl-row-content {
  z-index: 3;
  position: relative;
}

.blue-grad {
  background: #a2daf3;
  background: linear-gradient(0deg, #a2daf3 0%, white 100%);
}

.blue-grad-short {
  background: #a2daf3;
  background: linear-gradient(0deg, #a2daf3 0%, white 400px);
}

.grey-grad {
  background: #e3e3e3;
  background: linear-gradient(0deg, #e3e3e3 0%, white 100%);
}

.white-txt p {
  color: white;
}

.intro p {
  font-weight: 600;
  font-size: 18px;
}

.fl-photo-img {
  border-radius: 15px;
}

.no-rounded-img .fl-photo-img {
  border-radius: 0px !important;
}

.fl-tabs-labels {
  display: flex;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
@media all and (max-width: 768px) {
  .fl-tabs-labels {
    display: none !important;
  }
}
.fl-tabs-labels .fl-tabs-label {
  font-family: "Ostrich Sans Heavy", "Arial Rounded MT Bold";
  font-size: 25px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0;
}
.fl-tabs-labels .fl-tabs-label.fl-tab-active {
  text-shadow: -2px -2px 0 #000, 0 -2px 0 #000, 2px -2px 0 #000, 2px 0 0 #000, 2px 2px 0 #000, 0 2px 0 #000, -2px 2px 0 #000, -2px 0 0 #000;
}
.fl-tabs-labels .fl-tabs-label:last-child {
  border-right: 0 !important;
}

@media all and (max-width: 768px) {
  .fl-tabs-panel .fl-tabs-label.fl-tabs-panel-label {
    border: 2px solid black !important;
    color: black !important;
    border-radius: 15px;
    font-weight: bold;
    position: relative;
    height: auto !important;
    margin-bottom: 10px;
  }
  .fl-tabs-panel .fl-tabs-label.fl-tabs-panel-label:after {
    display: none;
  }
}
form.wpcf7-form input, form.wpcf7-form textarea {
  border-radius: 10px;
  border: 1px solid grey;
  color: black;
  margin-bottom: 15px;
}
form.wpcf7-form textarea {
  height: 150px;
}
form.wpcf7-form input[type=submit] {
  float: right;
  text-transform: uppercase;
  border-radius: 10px;
}
form.wpcf7-form input[type=submit]:hover {
  border-radius: 10px;
}

@media all and (max-width: 576px) {
  .form.wpcf7-form .formbox-3 input[type=submit] {
    padding: 10px 0px !important;
    width: 100%;
    text-align: center;
  }
}

.fl-page header.fl-page-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 140px;
  background-color: transparent;
  display: block;
  z-index: 90 !important;
}
.fl-page header.fl-page-header .fl-page-header-container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.fl-page header.fl-page-header .fl-page-header-container img.fl-logo-img {
  width: 230px;
  max-height: 85px !important;
  float: left;
  margin: 0 !important;
}

.fl-post-content div .fl-row:first-child .fl-row-content-wrap {
  padding-top: 130px;
}

ul.nav li.menu-item a {
  font-family: "Ostrich Sans Heavy", "Arial Rounded MT Bold" !important;
  font-size: 22px !important;
}

footer .social-icon {
  font-size: 20px;
  margin-top: 20px !important;
}

a.social-icon {
  display: inline-block;
  border: 2px solid;
  border-radius: 50px;
  padding: 7px 0px !important;
  height: 45px !important;
  width: 45px;
  text-align: center;
  margin: 0 3px;
  line-height: 1.45em;
}

.service-preview .service_img {
  height: 200px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
}
.service-preview .service_img.xl-service {
  height: 430px;
}
.service-preview .service_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

form.wpcf7-form input, form.wpcf7-form textarea {
  border-radius: 10px;
  border: 1px solid grey;
  color: black;
  margin-bottom: 15px;
  padding: 15px 10px !important;
  height: auto !important;
}
form.wpcf7-form input[type=checkbox], form.wpcf7-form textarea[type=checkbox] {
  height: 31px !important;
  width: 31px !important;
  line-height: 31px !important;
  margin-right: 20px;
  display: block !important;
  float: left;
}
form.wpcf7-form .wpcf7-checkbox {
  font-family: "Open Sans", sans-serif !important;
  font-size: 18px !important;
  font-weight: bold;
}
form.wpcf7-form .form-label, form.wpcf7-form .wpcf7-checkbox label {
  font-family: "Ostrich Sans Heavy", "Arial Rounded MT Bold" !important;
  font-size: 31px;
  line-height: 31px;
  padding-top: 10px;
  padding-bottom: 9px;
}
form.wpcf7-form .form-label smaller, form.wpcf7-form .wpcf7-checkbox label smaller {
  font-family: "Open Sans", sans-serif !important;
  font-size: 18px !important;
  font-weight: bold;
}
form.wpcf7-form .wpcf7-list-item label {
  margin-top: 0;
  padding-top: 0 !important;
}
form.wpcf7-form .checkbox_sublabel {
  padding-left: 68px;
  margin-top: -20px;
  margin-bottom: 20px;
  font-weight: bold;
}
form.wpcf7-form input[type=submit] {
  display: block;
  width: auto;
  margin: 0 auto;
  float: none;
  padding: 10px 50px !important;
  font-size: 30px !important;
}

.category-title-box {
  position: relative;
}
.category-title-box .btn-titlebox {
  position: absolute;
  right: 15px;
  top: 10px;
}
@media all and (max-width: 768px) {
  .category-title-box .btn-titlebox {
    position: relative;
    right: auto;
    top: auto;
    text-align: center;
  }
}

.grecaptcha-badge {
  display: none !important;
  opacity: 0;
}

.contact-info h3 {
  display: inline-block;
  float: left;
  margin-top: -6px;
  margin-right: 9px;
}

.contact-btn-box input.wpcf7-form-control[type=submit] {
  display: inline-block !important;
  margin: 0 0 !important;
  float: right !important;
  padding: 5px 15px !important;
  font-size: 25px !important;
}

@media all and (max-width: 876px) {
  .fl-page-nav .fl-page-nav-collapse {
    background-color: white !important;
    color: black !important;
  }
  .fl-page-nav .fl-page-nav-collapse i.fas.fa-times {
    color: black !important;
  }
  .fl-page-nav .fl-page-nav-collapse .nav a.nav-link {
    color: black !important;
  }
  .fl-page-nav .fl-page-nav-collapse .nav .social-menu {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .fl-page-nav .fl-page-nav-collapse .nav a.social-icon {
    color: black !important;
    text-align: center !important;
  }
  .fl-page-nav .fl-page-nav-collapse .nav a.social-icon i {
    color: black !important;
  }
}

/*# sourceMappingURL=style.css.map */
