/*
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
====================================== */
.aanvraag-formulier .forminator-label {
  color: black !important;
  font-family: "Urbanist", sans-serif !important;
  font-size: 15px !important;
  font-weight: bold !important;
}
.aanvraag-formulier input, .aanvraag-formulier textarea {
  background: rgba(6, 34, 61, 0.05) !important;
  color: black !important;
  padding: 15px !important;
  border-radius: 5px !important;
}
.aanvraag-formulier input::placeholder, .aanvraag-formulier textarea::placeholder {
  color: rgba(6, 34, 61, 0.3) !important;
}
.aanvraag-formulier .forminator-button-submit {
  font-family: "Bebas Neue", sans-serif !important;
  font-size: 20px !important;
  border-radius: 0 0 10px 10px !important;
  padding: 15px !important;
  background: #2EABD8 !important;
  color: white !important;
  font-weight: bold !important;
  box-shadow: none !important;
}
.aanvraag-formulier .forminator-button-submit:hover {
  background: rgba(46, 171, 216, 0.2) !important;
  color: #2EABD8 !important;
}
.forminator-custom-form, .forminator-row-last {
  margin-bottom: 0 !important;
}
.forminator-custom-form .forminator-button-upload {
  background: #2eabd8 !important;
  font-weight: bold !important;
  box-shadow: none !important;
}
.forminator-custom-form .forminator-button-upload:hover {
  opacity: 0.7 !important;
}
.product-input-field {
  display: none !important;
}
/* ======================================
        EXTRA
====================================== */
/* ======================================
        IMPORTS
====================================== */
/* ======================================
        HEADER
====================================== */
/* ======================================
        LOGO
====================================== */
/* ======================================
        NAVIGATIE
====================================== */
.rij1 {
  padding: 40px 0;
}
/* ======================================
        HOME
====================================== */
.rij2 {
  padding: 40px 0;
}
/* ======================================
        HOME
====================================== */
/* ======================================
        OVERZICHT
====================================== */
/* ======================================
        INDIVIDUEEL
====================================== */
/* ======================================
        WINKELMAND
====================================== */
/* ======================================
        AFREKENEN
====================================== */
/* ======================================
        THANK YOU
====================================== */
/* ======================================
        FOOTER
====================================== */
/* ======================================
        SINERGIO
====================================== */
.sinergio img {
  height: 30px;
  width: auto;
}
/* ======================================
        SMARTPHONE (MAX 768px)
====================================== */
/* ======================================
        TABLET (MAX 991px)
====================================== */
/* ======================================
        COMPUTER SCHERM (MIN 991px)
====================================== */
/* ======================================
        RESPONSIVE
====================================== */
/*  BIG SCREEN  */
@media screen and (min-width: 1400px) {
  .container {
    width: 1370px !important;
  }
}
/*  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
---------------------------------------*/
