/*
Theme Name: Sinergio
Author: Sinergio
Author URI: https://www.sinergio.be/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* ======================================
        VARIABELE
====================================== */
/* ======================================
        INCLUDES FUNCTIES
====================================== */
/* ======================================
        ALGEMEEN
====================================== */
/* ======================================
        EXTRA
====================================== */
a, input, textarea, select, button {
  outline: 0;
}
body {
  font-family: "Montserrat", sans-serif;
}
.nf-form-content .nf-mp-body .nf-field-container .nf-field .field-wrap .nf-field-label label, .nf-form-content .nf-mp-body .nf-field-container .nf-field .field-wrap .nf-field-element label {
  color: #333 !important;
}
/* ======================================
        IMPORTS
====================================== */
/* ======================================
        HEADER
====================================== */
/* ======================================
        LOGO
====================================== */
/* ======================================
        NAVIGATIE
====================================== */
/* ======================================
        OVERZICHT
====================================== */
/* ======================================
        INDIVIDUEEL
====================================== */
/* ======================================
        WINKELMAND
====================================== */
/* ======================================
        AFREKENEN
====================================== */
/* ======================================
        THANK YOU
====================================== */
.forminator-module-edit-link {
  display: none !important;
}
.cmplz-blocked-content-container {
  position: relative;
}
.cmplz-blocked-content-container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.forminator-g-recaptcha.cmplz-placeholder-element {
  background: none !important;
}
.forminator-g-recaptcha.cmplz-blocked-content-container {
  box-shadow: none !important;
  margin-bottom: 0 !important;
}
.forminator-g-recaptcha.cmplz-blocked-content-container::after {
  display: none !important;
}
.cmplz-blocked-content-notice {
  border-radius: 10px !important;
  border: none !important;
  padding: 15px !important;
  color: white !important;
  background: #302f3e !important;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.4) !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.cmplz-blocked-content-notice:hover {
  background: #434159 !important;
}
/* ======================================
        FOOTER
====================================== */
/* ======================================
        SINERGIO
====================================== */
.sinergio img {
  height: 30px;
  width: auto;
}
.cics-sessions {
  max-width: 100%;
  width: 100%;
  background: #fff;
  border: 0;
  line-height: normal;
  border-radius: 15px;
  overflow: hidden;
  border-collapse: collapse;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.08);
}
.cics-sessions .cics-sessions-head {
  background: #1D284A;
  color: #fff;
}
.cics-sessions .cics-sessions-head-col {
  background: 0 0;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
}
.cics-sessions th {
  padding: 20px 15px;
  text-align: center;
}
.cics-sessions td, .cics-sessions th {
  border: 0;
  border-color: rgba(221, 221, 221, 0.2);
  vertical-align: top;
}
.cics-sessions .cics-col-track {
  width: 400px;
}
.cics-sessions .cics-time {
  font-size: 16px;
  font-weight: 400;
  color: #016E9C;
}
.cics-sessions td {
  padding: 20px 15px;
  border-top: 1px solid rgba(221, 221, 221, 0.2);
}
.cics-sessions .cics-session-details {
  border-left-width: 1px;
  border-left-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
}
.cics-sessions .cics-session-title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #2d2d2d;
  text-decoration: none;
}
.cics-sessions a.cics-session-title {
  color: #016E9C;
}
@media (max-width: 991px) {
  .cics-sessions thead {
    display: none;
  }
  .cics-sessions .cics-time {
    background-color: #1D284A;
    color: #fff;
    padding-bottom: 12px;
    padding-top: 12px;
  }
  .cics-sessions td, .cics-sessions th {
    display: block;
  }
  .cics-sessions .cics-session-details::before {
    display: block;
    color: #454545;
    content: attr(data-track-title);
    margin-bottom: 5px;
  }
  .cics-sessions .cics-session-details-empty {
    display: none;
  }
}
/* ======================================
        RESPONSIVE
====================================== */
/*  BIG SCREEN  */
/*  MID SCREEN  */
/*  SMALL SCREEN  */
/*  TABLET  */
/*  SMARTPHONE  */
/*  EXTRA  */
/* ======================================
        NUTTIGE FUNCTIES
========================================= 

@include transition; -> Transitie functie ophalen
@include transition_easyload; -> Transitie easyload functie ophalen
@include displayflex; -> Display Flex

========================================= */
