/**/
.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-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%);
}
body main {
  padding-top: 300px;
}
.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;
}
/*# sourceMappingURL=/wp-content/themes/xxlreclamegroep/assets/css/site.map */