/*
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
====================================== */
html {
  overflow-x: hidden !important;
}
body {
  background: #0D0E11 !important;
}
.title h1, .title h2, .title h3, .title h4, .title h5, .title p, .title span {
  font-weight: normal !important;
}
.title strong, .title b {
  font-family: "Baskerville", serif !important;
  color: #DEAC72 !important;
  text-transform: initial !important;
  font-weight: normal !important;
  font-style: italic !important;
  font-size: 1.6em !important;
}
.added_to_cart {
  display: none;
}
.berocket_single_filter_widget {
  max-width: 250px;
}
.bapf_head h3 {
  color: #deac72;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.berocket_single_filter_widget select {
  width: 100%;
  border: 2px solid #deac72;
  padding: 15px 10px;
  min-width: 150px;
  background: #deac720f;
  color: #deac72;
  cursor: pointer;
}
.mobile-link {
  display: none !important;
}
/* ======================================
        EXTRA
====================================== */
a, input, textarea, select, button {
  outline: 0;
}
.elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}
ul.products img.attachment-woocommerce_thumbnail {
  padding: 5px;
  border: 2px solid #DEAC72;
  margin-bottom: -2px !important;
}
ul.products .price {
  display: none !important;
}
ul.products a.add_to_cart_button {
  background: none !important;
  padding: 0 !important;
}
ul.products a.add_to_cart_button img {
  border: none !important;
  padding: 0 !important;
}
ul.products .custom-add-to-cart-button {
  background-color: none !important;
  padding: 0 !important;
}
ul.products .product-title {
  display: flex;
  align-items: center;
}
ul.products .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
  display: none !important;
}
.archive-product-title {
  border: 2px solid #DEAC72;
  padding-right: 13px !important;
}
.archive-product-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.archive-product-title a {
  margin: 0 !important;
}
.archive-product-title h2 {
  text-transform: uppercase !important;
  color: #FAF2E8 !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  width: calc(100% - 30px) !important;
  padding: 20px !important;
  border-right: 2px solid #DEAC72 !important;
}
.archive-product-title img {
  width: 30px !important;
  margin: 0 !important;
}
.woocommerce-result-count {
  display: none !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;
}
/* ======================================
        RESPONSIVE
====================================== */
/*  BIG SCREEN  */
/*  MID SCREEN  */
/*  SMALL SCREEN  */
/*  TABLET  */
/*  SMARTPHONE  */
@media screen and (max-width: 768px) {
  .mobile-link {
    display: block !important;
  }
}
/*  EXTRA  */
/* ======================================
        NUTTIGE FUNCTIES
========================================= 

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

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