/**/
.nav-fixed {
  width: 100%;
  padding-top: 80px;
}
.navbar.nav-centeredlogo {
  min-height: 100px;
}
.nav-centeredlogo .navbar-toggler {
  margin-top: 27px;
  margin-bottom: 27px;
}
.nav-centeredlogo .navbar-brand {
  /* top: 0; */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
}
/*
*   Slick
*/
.slick-loading .slick-list {
  background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
.slick-bs-prev, .slick-bs-next {
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #000;
  border: none;
  outline: none;
  background: transparent;
  z-index: 5;
}
.slick-bs-next {
  right: 0px;
  text-align: left;
}
.slick-bs-prev {
  left: 0px;
  text-align: right;
}
.slick-bs-slider {
  padding-left: 25px;
  padding-right: 25px;
}
/*
*   Editor css class
*/
.alignleft {
  float: left;
  padding: 0;
  margin: 0;
}
.alignright {
  float: right;
  padding: 0;
  margin: 0;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
blockquote {
  margin: 2rem 0 0 1rem;
  font-style: italic;
}
/* Fix billing field wrapper */
.woocommerce-input-wrapper {
  width: 100%;
}
/* Woocommerce product gallery slider width fix */
figure.woocommerce-product-gallery__wrapper {
  max-width: inherit !important;
}
/* Fix coupon code input width */
@media (min-width: 768px) {
  #coupon_code.input-text {
    width: 110px !important;
  }
}
/*
*   Footer widgets css
*/
.indiv-orange {
  color: #F0892E;
  font-weight: bold;
}
.indiv-link, a.indiv-link, a.indiv-link:hover, a.indiv-link:focus {
  text-decoration: underline;
  color: #000;
}
footer .footer-col .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* 
* Grotere container 
*/
@media (min-width: 1600px) {
  .container-bigger {
    max-width: 1520px;
  }
}
@media (min-width: 1800px) {
  .container-bigger {
    max-width: 1720px;
  }
}
/* Maak WordPress afbeeldingen responsive */
.wp-block-image img {
  max-width: 100%;
  height: auto;
}
/* Maak embed items responsive met deze class */
.indiv-embed .embed-responsive-item, .indiv-embed embed, .indiv-embed iframe, .indiv-embed object, .indiv-embed video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.indiv-embed .wp-block-embed__wrapper::before {
  display: block;
  content: "";
}
.indiv-embed .wp-block-embed__wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.indiv-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
  padding-top: 42.857143%;
}
.indiv-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
}
.indiv-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%;
}
.indiv-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  padding-top: 100%;
}
.copyright-block {
  display: inline-block;
}
/* Color Options
--------------------------------------------- */
.has-blue-color {
  color: #174785;
}
.has-blue-background-color {
  background-color: #174785;
}
.has-red-color {
  color: #E84545;
}
.has-red-background-color {
  background-color: #E84545;
}
.has-pink-color {
  color: #CC4680;
}
.has-pink-background-color {
  background-color: #CC4680;
}
.has-gold-color {
  color: #C19D4E;
}
.has-gold-background-color {
  background-color: #C19D4E;
}
html, body {
  height: 100%;
}
body {
  color: #919191;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}
/**/
h1 {
  color: #C19D4E;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 4.5rem;
  }
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 2.4rem;
  }
}
a, a:active, a:focus, a:hover {
  color: #ae8d46;
  text-decoration: none;
}
/*
* Navigation css
*/
.nav-item .nav-link {
  font-weight: 700;
  color: #1b1b1b;
}
.nav-item.menu-phone .nav-link {
  color: #C19D4E !important;
}
.navbar-nav .nav-item.active .nav-link, .nav-item.active .nav-link {
  color: #C19D4E;
}
.nav-item:hover .nav-link {
  color: #C19D4E;
}
.btn-outline-primary {
  color: #C19D4E;
  border-color: #C19D4E;
}
.btn-outline-primary:hover {
  color: #000;
  background-color: #C19D4E;
  border-color: #C19D4E;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(193, 157, 78, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #000;
  background-color: #C19D4E;
  border-color: #C19D4E;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(193, 157, 78, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #C19D4E;
  background-color: transparent;
}
.btn-primary {
  background-color: #C19D4E;
  border: #C19D4E;
}
.btn-primary:hover {
  background-color: #ae8d46;
  border: #ae8d46;
}
.btn-normal {
  border-width: 1px;
  border-radius: 0.25rem;
}
.btn-text-simple {
  color: #C19D4E;
  padding: 0;
  font-weight: bold;
}
.btn-text-simple:hover {
  color: #7d642c;
}
b, strong {
  font-weight: bold;
}
header {
  position: fixed;
  background-color: #fff;
  width: 100%;
  z-index: 3;
}
.custom-header {
  position: relative;
  margin-bottom: 100px;
}
.custom-header img {
  height: 200px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .custom-header img {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .custom-header img {
    height: 350px;
  }
}
@media (min-width: 1200px) {
  .custom-header img {
    height: 450px;
  }
}
.custom-header::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  content: ' ';
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.subtext {
  font-size: 1.1em;
}
@media (min-width: 768px) {
  .subtext {
    font-size: 1.3em;
  }
}
.reviews {
  font-size: 1.1em;
}
@media (max-width: 991.98px) {
  #navbarheadertop {
    background-color: #fff;
    text-align: right;
  }
  #navbarheadertop ul {
    padding-bottom: 1rem;
  }
  #navbarheadertop ul .nav-link {
    padding-right: 1rem;
  }
}
footer .socialmedia .icon {
  font-size: 1.8em;
}
footer img {
  max-width: 200px !important;
}
@media (min-width: 768px) {
  .text-2-rows {
    column-count: 2;
    column-gap: 30px;
  }
}
figure.wp-block-image {
  margin-bottom: 0;
}
.image-hover {
  position: relative;
  display: block;
}
.image-hover::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  content: ' ';
  transition: background-color 0.2s ease-in-out;
}
.image-hover.dark:hover::after {
  background-color: rgba(0, 0, 0, 0.25);
}
.image-hover.light:hover::after {
  background-color: rgba(255, 255, 255, 0.25);
}
.image-hover-block {
  position: relative;
}
.image-hover-block .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding-left: 1rem;
}
.image-hover-block .overlay p {
  font-weight: 700;
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .image-hover-block .overlay p {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .image-hover-block .overlay p {
    font-size: 2.4rem;
  }
}
@media (max-width: 575.98px) {
  .navbar-brand {
    width: 70%;
  }
  .navbar-brand img {
    image-rendering: crisp-edges;
  }
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0rem;
}
.offerte-form {
  background-color: #C19D4E;
  padding: 3rem;
  border-radius: 0.25rem;
}
.offerte-form h2, .offerte-form p {
  color: #fff;
}
.offerte-form p {
  font-weight: 300;
}
.offerte-form button {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23c19d4e' d='M445.5 261.8c1.6-1.5 2.5-3.6 2.5-5.8s-.9-4.3-2.5-5.8l-192-184c-3.2-3.1-8.3-2.9-11.3 .2s-2.9 8.3 .2 11.3L420.1 248 8 248c-4.4 0-8 3.6-8 8s3.6 8 8 8l412.1 0L242.5 434.2c-3.2 3.1-3.3 8.1-.2 11.3s8.1 3.3 11.3 .2l192-184z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px);
  background-size: 1rem;
  padding: 8px 16px 8px 16px;
}
.offerte-form button:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23ffffff' d='M445.5 261.8c1.6-1.5 2.5-3.6 2.5-5.8s-.9-4.3-2.5-5.8l-192-184c-3.2-3.1-8.3-2.9-11.3 .2s-2.9 8.3 .2 11.3L420.1 248 8 248c-4.4 0-8 3.6-8 8s3.6 8 8 8l412.1 0L242.5 434.2c-3.2 3.1-3.3 8.1-.2 11.3s8.1 3.3 11.3 .2l192-184z'/%3E%3C/svg%3E");
}
.offerte-form .file-wrapper label {
  color: #fff;
}
.offerte-form input {
  border-radius: 0.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.offerte-form input[type="file"] {
  padding: 0.375rem 0.75rem;
}
.offerte-form input#wsf-1-field-3 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23c19d4e' d='M256 64C150 64 64 150 64 256s86 192 192 192c17.7 0 32 14.3 32 32s-14.3 32-32 32C114.6 512 0 397.4 0 256S114.6 0 256 0S512 114.6 512 256v32c0 53-43 96-96 96c-29.3 0-55.6-13.2-73.2-33.9C320 371.1 289.5 384 256 384c-70.7 0-128-57.3-128-128s57.3-128 128-128c27.9 0 53.7 8.9 74.7 24.1c5.7-5 13.1-8.1 21.3-8.1c17.7 0 32 14.3 32 32v80 32c0 17.7 14.3 32 32 32s32-14.3 32-32V256c0-106-86-192-192-192zm64 192a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z'/%3E%3C/svg%3E");
  background-size: 20px;
  background-position: calc(100% - 20px);
  background-repeat: no-repeat;
}
.offerte-form input#wsf-1-field-4 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23c19d4e' d='M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z'/%3E%3C/svg%3E");
  background-size: 20px;
  background-position: calc(100% - 20px);
  background-repeat: no-repeat;
}
.offerte-form input:focus label svg {
  display: none;
}
.offerte-form label {
  width: 100%;
}
.offerte-form label svg {
  color: #C19D4E;
}
.offerte-form label .wsf-required-wrapper {
  display: none;
}
.offerte-form button {
  background-color: #fff;
  color: #C19D4E;
}
.offerte-form button svg {
  margin-left: 1rem;
}
.invalid-feedback {
  color: #fff;
}
main {
  margin-top: 200px;
}
.wsf-form input, .wsf-form textarea {
  border: 2px solid transparent;
  border-color: #CC4680;
}
.wsf-form input:focus, .wsf-form textarea:focus {
  border: 2px solid transparent;
  border-color: #CC4680;
  box-shadow: 0 0 0 0.25rem rgba(204, 70, 128, 0.3);
}
.wsf-form textarea {
  height: 220px !important;
}
#ws-form-1 input, #ws-form-1 textarea {
  border: 2px solid transparent;
  border-color: #C19D4E;
}
#ws-form-1 input:focus, #ws-form-1 textarea:focus {
  border: 2px solid transparent;
  border-color: #C19D4E;
  box-shadow: 0 0 0 0.25rem rgba(193, 157, 78, 0.3);
}
#ws-form-1 textarea {
  height: 220px !important;
}
/*# sourceMappingURL=/wp-content/themes/xxlreclamegroep-nieuw/assets/css/site.map */