/*
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
====================================== */
.image-background .elementor-widget-container {
  position: relative;
}
.image-background .elementor-widget-container::after {
  content: "";
  background: #0057C4;
  position: absolute;
  top: -10px;
  left: -10px;
  bottom: 10px;
  right: 10px;
  z-index: -1;
}
.image-background-right .elementor-widget-container::after {
  left: 10px;
  bottom: 10px;
  right: -10px;
}
.desktop-menu, .desktop-menu .tt-full-logo, .desktop-menu .tt-small-logo.desktop-menu, .desktop-menu .desktop-nav, .desktop-menu .desktop-menu-button, .desktop-menu:hover .desktop-nav-icon {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.desktop-menu:hover {
  left: 0 !important;
}
.desktop-menu:hover .tt-full-logo, .desktop-menu:hover .desktop-nav, .desktop-menu:hover .desktop-menu-button {
  opacity: 1 !important;
}
.desktop-menu:hover .tt-small-logo, .desktop-menu:hover .desktop-nav-icon {
  opacity: 0 !important;
}
/* ======================================
        EXTRA
====================================== */
a, input, textarea, select, button {
  outline: 0;
}
.elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}
.home-ervaringen .elementor-main-swiper::after {
  content: "";
  position: absolute;
  right: 30px;
  top: -18px;
  width: 40px;
  height: 20px;
  background-image: url(./afbeeldingen/ervaringen.svg);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 5;
}
/* ======================================
        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  */
@media screen and (max-width: 767px) {
  li.wpml-ls-item > ul {
    margin-left: 0 !important;
    top: 50px !important;
  }
  li.wpml-ls-item > ul a {
    font-size: 22px !important;
  }
}
/*  EXTRA  */
/* ======================================
        NUTTIGE FUNCTIES
========================================= 

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

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