.wp-block {} /*  (.wp-block {} ensures MT files load in Gutenberg editor) */

/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> footer **/
body #et-footer-nav .container {
  margin-left: 24px !important;
  margin-right: 24px !important;
  margin: 0 auto !important;
}

body #et-footer-nav .container > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100% !important;
}

body footer ul.et_pb_social_media_follow {
  display: none !important;
}

body.home .et_pb_module.et_pb_text.et_pb_text_19.et_pb_text_align_left.et_pb_bg_layout_dark {
  visibility: visible;
}

body.home .et_pb_module.et_pb_text.et_pb_text_19.et_pb_text_align_left.et_pb_bg_layout_dark:after {
  display: none !important;
}

/** General >> fluent forms **/
body .fluentform .ff-btn-submit {
  text-transform: uppercase;
  padding-left: 48px !important;
  padding-right: 48px !important;
  letter-spacing: .4em;
  color: #fab02b !important;
  background-color: white !important;
  border: 1px solid #fab02b;
  margin-top: 48px;
}

body .fluentform .ff-btn-submit:hover {
  background-color: #fab02b !important;
  color: white !important;
}

body .fluentform .error {
  display: inline-block;
  color: #fff;
  background-color: #f56c6c;
  padding: 0px 8px;
  border-radius: 4px;
}

/** General >> Nieuws **/
body .et_pb_post .et_pb_section {
  background-color: transparent;
}

body .et_pb_post .et_pb_section .et_pb_row {
  min-height: auto;
}

/** General >> Workshops **/
body #post-26 article .et_pb_image_container {
  margin-bottom: 0px !important;
}

body #post-26 h2 {
  font-size: 20px !important;
  min-height: 48px;
}

body #post-26 .post-content .post-content-inner p {
  display: -webkit-box;
}

