/*
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
====================================== */
.wpml-ls-current-language > a {
  height: 39px !important;
  border: none !important;
  width: 60px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 8px !important;
  color: white !important;
  background: #1A3643 !important;
  font-family: "Chango", sans-serif !important;
  font-weight: bold !important;
  text-decoration: none !important;
}
.wpml-ls-current-language span {
  font-family: "Chango", sans-serif !important;
  font-weight: bold !important;
}
.wpml-ls-current-language svg {
  fill: #0A4051 !important;
}
.wpml-ls-current-language > a .sub-arrow {
  padding-left: 5px !important;
}
.wpml-ls-current-language > ul {
  border: 2px solid #D8FC43 !important;
  padding: 7px 15px !important;
  border-radius: 8px !important;
  background: #D8FC43 !important;
  margin-top: 5px !important;
  min-width: 67px !important;
  max-width: 67px !important;
}
.wpml-ls-current-language > ul a {
  color: #1A3643 !important;
  font-family: "Chango", sans-serif !important;
  font-weight: bold !important;
  text-decoration: none !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
}
body {
  overflow-x: hidden !important;
}
.mask-image img {
  mask-image: url("./afbeeldingen/mask-image.svg");
  mask-size: cover;
  mask-repeat: no-repeat;
  /* voor Safari */
  -webkit-mask-image: url("./afbeeldingen/mask-image.svg");
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
}
.nav {
  mask-image: url("./afbeeldingen/nav-mask.svg");
  mask-size: contain;
  mask-repeat: repeat-x;
  /* voor Safari */
  -webkit-mask-image: url("./afbeeldingen/nav-mask.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: repeat-x;
}
.mask-top {
  mask-image: url("./afbeeldingen/mask-top.svg");
  mask-size: cover;
  mask-repeat: no-repeat;
  /* voor Safari */
  -webkit-mask-image: url("./afbeeldingen/mask-top.svg");
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
}
.mask-top2 {
  mask-image: url("./afbeeldingen/mask-top2.svg");
  mask-size: cover;
  mask-repeat: no-repeat;
  /* voor Safari */
  -webkit-mask-image: url("./afbeeldingen/mask-top2.svg");
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
}
.knop a {
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.knop a:hover {
  opacity: 0.7;
}
.knop a::before {
  content: "";
  position: absolute;
  height: 46px;
  width: 39px;
  left: -39px;
  top: 0;
  background-image: url("./afbeeldingen/knop-side.svg");
  background-position: center;
  background-size: cover;
}
.knop a::after {
  content: "";
  position: absolute;
  height: 46px;
  width: 39px;
  right: -39px;
  top: 0;
  background-image: url("./afbeeldingen/knop-side2.svg");
  background-position: center;
  background-size: cover;
}
.knop-blue a {
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.knop-blue a:hover {
  opacity: 0.7;
}
.knop-blue a::before {
  content: "";
  position: absolute;
  height: 46px;
  width: 39px;
  left: -39px;
  top: 0;
  background-image: url("./afbeeldingen/knop-side-blue.svg");
  background-position: center;
  background-size: cover;
}
.knop-blue a::after {
  content: "";
  position: absolute;
  height: 46px;
  width: 39px;
  right: -39px;
  top: 0;
  background-image: url("./afbeeldingen/knop-side2-blue.svg");
  background-position: center;
  background-size: cover;
}
/* ======================================
        EXTRA
====================================== */
a, input, textarea, select, button {
  outline: 0;
}
.elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}
/* ======================================
        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;
}
input.forminator-input, textarea.forminator-textarea {
  background: #45b6bf1c !important;
  border-radius: 5px !important;
  border: 1px solid #45B6BF !important;
  font-family: "Barlow", sans-serif !important;
}
span.select2-selection {
  border-radius: 5px !important;
  height: 42.8px !important;
  background: #E4E6DD !important;
  border: 1px solid #45B6BF !important;
}
.forminator-select-dropdown {
  background: #45b6bf1c !important;
  border-radius: 5px !important;
  border: 1px solid #45B6BF !important;
}
.forminator-label {
  font-family: "Barlow", sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  color: black !important;
}
.forminator-button-submit {
  background: #45B6BF !important;
  color: white !important;
  padding: 10px 15px !important;
  border-radius: 5px !important;
  font-weight: bold !important;
  box-shadow: none !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.forminator-button-submit:hover {
  opacity: 0.7;
}
.forminator-error-message {
  padding: 0 !important;
  font-size: 14px !important;
}
.forminator-select-dropdown {
  background: #E4E6DD !important;
  border: 1px solid #45B6BF !important;
}
#ui-datepicker-div {
  background: #e8e8e8 !important;
}
/* ======================================
        FOOTER
====================================== */
/* ======================================
        SINERGIO
====================================== */
.sinergio img {
  height: 30px;
  width: auto;
}
/* ======================================
        RESPONSIVE
====================================== */
/*  BIG SCREEN  */
/*  MID SCREEN  */
@media screen and (max-width: 1400px) {
  .nav {
    mask-image: url("./afbeeldingen/nav-mask.svg");
    mask-size: cover;
    mask-position: bottom;
    mask-repeat: no-repeat;
    /* voor Safari */
    -webkit-mask-image: url("./afbeeldingen/nav-mask.svg");
    -webkit-mask-size: cover;
    -webkit-mask-position: bottom;
    -webkit-mask-repeat: no-repeat;
  }
}
/*  SMALL SCREEN  */
/*  TABLET  */
/*  SMARTPHONE  */
/*  EXTRA  */
/* ======================================
        NUTTIGE FUNCTIES
========================================= 

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

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