/*
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
====================================== */
body {
  background: #FDF6E8;
}
.home-scheur-onder {
  position: relative;
}
.home-scheur-onder::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 30px;
  background-image: url("./afbeeldingen/scheur-onder.png");
  background-size: contain;
  background-repeat: repeat-x;
  background-position: bottom;
}
.scheur-onder {
  position: relative;
}
.scheur-onder::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  background-image: url("./afbeeldingen/scheur.png");
  background-size: contain;
  background-repeat: repeat-x;
  background-position: bottom;
}
.scheur-boven {
  position: relative;
}
.scheur-boven::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 30px;
  top: 0;
  background-image: url("./afbeeldingen/scheur-boven-2.png");
  background-size: contain;
  background-repeat: repeat-x;
  background-position: top;
}
.knop a {
  position: relative;
}
.knop a:hover {
  opacity: 0.7;
}
.knop a::before, .knop a::after {
  content: "";
  position: absolute;
  height: 40px;
  width: 40px;
  top: 3px;
  background-image: url(./afbeeldingen/knop-svg.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.knop a::before {
  left: -25px;
  transform: rotate(180deg);
}
.knop a::after {
  right: -25px;
}
.over-tampico-border {
  position: relative !important;
}
.over-tampico-border::after {
  content: "";
  position: absolute;
  border: 2px solid #C1914F;
  top: -10px !important;
  left: 5px !important;
  width: calc(100% - 10px);
  height: calc(100% - -20px);
  pointer-events: none;
}
.contact-form input, .contact-form textarea, .contact-form select {
  width: 100% !important;
  padding: 12px 16px !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  font-size: 16px !important;
  transition: border-color 0.3s, box-shadow 0.3s !important;
}
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus {
  border-color: #C1914F !important;
  box-shadow: 0 0 0 3px rgba(193, 145, 79, 0.2) !important;
  outline: none !important;
}
.contact-form button, .contact-form input[type="submit"] {
  background-color: #C1914F !important;
  color: #fff !important;
  border: none !important;
  padding: 14px 24px !important;
  border-radius: 4px !important;
  font-size: 16px !important;
  cursor: pointer !important;
  transition: background-color 0.3s !important;
  box-shadow: none !important;
}
.contact-form button:hover, .contact-form input[type="submit"]:hover {
  background-color: #a3743e !important;
}
.contact-form label {
  display: block !important;
  margin-bottom: 8px !important;
  font-weight: 500 !important;
  color: #333 !important;
}
.contact-form .forminator-error-message {
  color: #d9534f !important;
  font-size: 14px !important;
}
.contact-form .forminator-success-message {
  background-color: #C1914F !important;
  color: #fff !important;
  padding: 12px 16px !important;
  border-radius: 4px !important;
  text-align: center !important;
}
.wpbs-main-wrapper .wpbs-form-container .wpbs-form-field-1-49 {
  padding-bottom: 10px !important;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #ffe3e3;
  color: #fa5252 !important;
}
.wpbs-main-wrapper .wpbs-form-container .wpbs-form-field-1-49 .wpbs-form-field-input {
  line-height: 1.5 !important;
}
.wpbs-main-wrapper .wpbs-form-container .wpbs-form-field-1-49 .wpbs-form-field-input a {
  color: #e03131;
  text-decoration: underline;
  font-weight: bold;
}
/* ======================================
        EXTRA
====================================== */
.grecaptcha-badge {
  display: none !important;
}
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;
}
/* ======================================
        FOOTER
====================================== */
/* ======================================
        SINERGIO
====================================== */
.sinergio img {
  height: 30px;
  width: auto;
}
/* ======================================
        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

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