@charset "UTF-8";
/*-------------------------------------------------------------
# Gravity Media
# Skeleton
# v1.0.2
------------------------------------------------------------- */
/* ------------------------ Normalize ------------------------ */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800&display=swap');
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.post, .page {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/* ------------------------ Mixins ------------------------ */
/* Mixins */
/* ------------------------ Variables ------------------------ */
/* Variables */
/* ------------------------ Global ------------------------ */
/* All */
.grecaptcha-badge {
  visibility: hidden !important;
}
.page-content, .entry-content, .entry-summary, .post, .page {
  margin: 0;
}
header.entry-header, footer.entry-footer {
  display: none;
}
a, button, input[type=submit] {
  outline: 0 !important;
}
body {
  overflow-x: hidden !important;
  background-color: #FFFFFF;
}
body .vc_row[data-vc-full-width] {
  width: 100.01vw !important;
}
div.wpcf7-response-output {
  margin: 0;
  font-size: 0.85em;
  padding: 0.2em 0.6em;
  border: 0;
  border-left: 3px solid #ff0000;
  margin-bottom: 25px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border-left: 3px solid #f7e700;
}
span.wpcf7-not-valid-tip {
  font-size: 0.85em;
  padding: 0 0.5em;
}
html {
  margin-top: 0 !important;
}
body.admin-bar #wphead {
  padding-top: 0;
}
#wpadminbar {
  top: auto !important;
  bottom: 0;
  position: fixed;
}
#wpadminbar .quicklinks .menupop ul {
  position: absolute;
  bottom: 32px;
  background-color: #23282d;
}
#wpadminbar .quicklinks .menupop ul + ul {
  bottom: 70px;
}
#wpadminbar .quicklinks .menupop ul ul {
  transform: translateY(62px);
  -webkit-transform: translateY(62px);
  -ms-transform: translateY(62px);
}
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary {
  bottom: 64px;
  position: absolute;
}
@media screen and (max-width: 782px) {
  #wpadminbar .quicklinks .menupop ul {
    bottom: 46px;
  }
  #wpadminbar .quicklinks .menupop ul + ul, #wpadminbar .quicklinks .menupop ul.ab-sub-secondary {
    bottom: 86px;
  }
  #wpadminbar .quicklinks .menupop ul ul {
    transform: translateY(92px);
    -webkit-transform: translateY(92px);
    -ms-transform: translateY(92px);
  }
}
.wpb_row {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.clickable {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.clickable:hover {
  transform: scale(0.98);
}
body .text-primary {
  color: #C3AF43 !important;
}
body .text-secondary {
  color: #2b2b2b !important;
}
body .text-tertiary {
  color: #323232 !important;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.vertical-align {
  display: flex;
  align-items: center;
}
.space-between {
  display: flex;
  justify-content: space-between;
}
.bg-primary {
  background-color: #C3AF43 !important;
}
.bg-primary-light {
  background-color: #f4f1de;
}
.bg-primary-gradient-lighten {
  background-color: #C3AF43;
  background-image: -webkit-gradient(linear, left top, right top, from(#C3AF43), to(#dcd090));
  background-image: -webkit-linear-gradient(left, #C3AF43, #dcd090);
  background-image: -moz-linear-gradient(left, #C3AF43, #dcd090);
  background-image: -ms-linear-gradient(left, #C3AF43, #dcd090);
  background-image: -o-linear-gradient(left, #C3AF43, #dcd090);
  background-image: linear-gradient(left, #C3AF43, #dcd090);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#C3AF43', endColorStr='#dcd090', gradientType='1');
}
.bg-primary-gradient-darken {
  background-color: #C3AF43;
  background-image: -webkit-gradient(linear, left top, right top, from(#C3AF43), to(#796c27));
  background-image: -webkit-linear-gradient(left, #C3AF43, #796c27);
  background-image: -moz-linear-gradient(left, #C3AF43, #796c27);
  background-image: -ms-linear-gradient(left, #C3AF43, #796c27);
  background-image: -o-linear-gradient(left, #C3AF43, #796c27);
  background-image: linear-gradient(left, #C3AF43, #796c27);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#C3AF43', endColorStr='#796c27', gradientType='1');
}
.bg-lightgrey {
  background-color: #F5F5F5 !important;
}
.bg-secondary {
  background-color: #2b2b2b !important;
}
.bg-tertiary {
  background-color: #323232 !important;
}
.overlap_bottom {
  box-shadow: inset 0 -60px 0 #FFFFFF;
  padding-bottom: 20px !important;
}
.overlapped {
  margin-top: -50px;
  z-index: 1;
  position: relative;
}
.wpb_video_wrapper iframe {
  border-radius: 5px;
}
.wpb_gmaps_widget .wpb_wrapper {
  padding: 0 !important;
  border-radius: 5px;
}
.wpb_gmaps_widget .wpb_wrapper iframe {
  border-radius: 5px;
}
.two_column_list ol {
  padding-left: 20px;
  columns: 2;
  margin-left: 0;
}
.two_column_list ol li {
  padding-right: 20px;
  font-weight: 300;
}
.sterren-reviews {
  margin-bottom: 20px;
}
.sterren-reviews i {
  color: #C3AF43;
}
body #cookie-notice {
  background-color: #333;
  width: 90%;
  max-width: 1200px;
  min-width: unset;
  margin: auto;
  float: unset;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  bottom: 20px;
}
body #cookie-notice .cookie-notice-container {
  color: #c4c4c4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
  padding: 15px 35px;
}
body #cookie-notice .cookie-notice-container #cn-notice-text {
  margin-bottom: 0 !important;
  text-align: left;
}
body #cookie-notice .cookie-notice-container #cn-accept-cookie {
  min-width: unset !important;
  background-image: url("/wp-content/uploads/cookie-bite.svg") !important;
  background-position: left 18px center !important;
  background-repeat: no-repeat !important;
  background-size: 16px !important;
  padding: 6px 20px !important;
  padding-left: 42px !important;
  background-color: #fff !important;
  color: #0a0a0a !important;
  font-size: 14px !important;
  margin-left: 25px;
}
body #cookie-notice .cookie-notice-container .cn-close-icon {
  display: none;
}
@media (max-width: 767px) {
  .vc_row > div, .card_item {
    margin-left: auto !important;
    max-width: 85vw;
    margin-right: auto !important;
    float: unset;
  }
}
.brand-primary-text p, .brand-primary-text h1, .brand-primary-text h2, .brand-primary-text h3, .brand-primary-text h4, .brand-primary-text h5, .brand-primary-text h6 {
  color: #C3AF43 !important;
}
.primary p, .primary h1, .primary h2, .primary h3, .primary h4, .primary h5, .primary h6 {
  color: #C3AF43 !important;
}
/* Footer */
/* Footer-1 */
.bottom-bar {
  background-color: #C3AF43;
  padding-top: 10px;
  padding-bottom: 10px;
}
.bottom-bar p {
  margin-bottom: 0px !important;
  color: #FFFFFF;
}
.bottom-bar p a, .bottom-bar p u {
  color: #FFFFFF;
}
#colophon {
  background-color: #C3AF43;
  padding: 0 4vw;
}
#colophon p {
  color: #fff;
}
#colophon a {
  color: #fff;
}
#colophon #footer-socials a {
  margin-left: 10px;
}
#colophon #footer-socials a:hover i {
  color: #C3AF43;
}
#colophon #footer-socials a:first-child {
  margin-left: 0px;
}
#colophon #footer-socials i {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 24px;
  font-family: 'Fontawesome';
}
#colophon #footer-socials .nta_wa_button .wa__button {
  max-width: 100%;
}
#colophon aside {
  margin-bottom: 0;
}
#colophon aside h3 {
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
}
#colophon aside .textwidget p:last-child {
  margin-bottom: 0;
}
#colophon ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#colophon ul a {
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  #footer-sidebar .container .row > div {
    margin-bottom: 20px;
  }
  #footer-sidebar .container .row > div:last-child {
    margin-bottom: 0px;
  }
  #colophon #footer-logo img {
    max-width: 200px !important;
    margin-bottom: 20px;
    margin-left: 0;
    transform: none;
  }
}
/* Header */
.mobileMenu ul.sidebarMenuInner {
  display: block !important;
  padding-top: 80px;
}
.mobileMenu ul.sidebarMenuInner div.menu-menu-1-container {
  width: 100%;
}
.mobileMenu ul.sidebarMenuInner ul#primary-menu {
  border-top: 1px solid #C3AF43;
}
.mobileMenu ul.sidebarMenuInner ul#primary-menu li {
  width: 100%;
}
.mobileMenu ul.sidebarMenuInner ul#primary-menu li a {
  padding-left: 20px;
  padding-right: 20px;
}
.mobileMenu ul.sidebarMenuInner ul#primary-menu li .material-icons.show_children {
  display: none !important;
}
.mobileMenu ul.sidebarMenuInner ul#primary-menu li.menu-item {
  border-bottom: solid 1px #C3AF43;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.mobileMenu ul.sidebarMenuInner ul#primary-menu li.menu-item-has-children.active {
  padding-bottom: 0px;
}
.mobileMenu ul.sidebarMenuInner ul#primary-menu li.menu-item-has-children.active ul.sub-menu li:last-child {
  border-bottom: none !important;
}
.mobileMenu ul.sidebarMenuInner ul#primary-menu li.menu-item-has-children > a {
  pointer-events: none;
  position: relative;
}
.mobileMenu ul.sidebarMenuInner ul#primary-menu li.menu-item-has-children > a::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  font-family: 'Fontawesome';
  font-size: 12px;
  transition: all 0.2s ease-in-out;
  right: -25px;
  top: 3px;
}
.mobileMenu ul.sidebarMenuInner ul#primary-menu li.menu-item-has-children.active > a::after {
  transform: rotate(180deg);
}
.mobileMenu ul.sidebarMenuInner ul#primary-menu li.menu-item-has-children li.menu-item-has-children > a::after {
  top: 0px;
}
.mobileMenu ul.sidebarMenuInner ul#primary-menu li.menu-item-has-children.active > ul.sub-menu {
  display: block !important;
}
.mobileMenu ul.sidebarMenuInner ul#primary-menu li.menu-item-has-children.active > ul.sub-menu li:first-child {
  border-top: solid 1px #FBCD33;
}
.mobileMenu ul.sidebarMenuInner ul#primary-menu li.menu-item-has-children.active > ul.sub-menu li {
  background-color: #F8F8F8;
}
.mobileMenu ul.sidebarMenuInner ul#primary-menu li.menu-item-has-children.active > ul.sub-menu li ul.sub-menu {
  padding-top: 10px !important;
}
.mobileMenu ul.sidebarMenuInner ul#primary-menu li.menu-item-has-children.active > ul.sub-menu li ul.sub-menu li {
  background-color: #FFFFFF;
}
.mobileMenu ul.sidebarMenuInner ul#primary-menu li.menu-item-has-children.active > ul.sub-menu li.menu-item-has-children.active {
  padding-bottom: 0px;
}
.mobileMenu ul.sidebarMenuInner ul#primary-menu li.menu-item-has-children.active li.menu-item-has-children.active > ul.sub-menu, .mobileMenu ul.sidebarMenuInner ul#primary-menu li.menu-item-has-children.active li.menu-item-has-children.active > ul.sub-menu.subsub {
  display: block !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* Header-1 */
.header-1 .custom-logo {
  width: 400px;
}
.header-1 .main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.header-1 .main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.header-1 .main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.header-1 .main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.header-1 .main-navigation ul ul li:hover > ul, .header-1 .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.header-1 .main-navigation ul ul a {
  width: 200px;
}
.header-1 .main-navigation ul li:hover > ul, .header-1 .main-navigation ul li.focus > ul {
  left: auto;
}
.header-1 .main-navigation li {
  float: left;
  position: relative;
}
.header-1 .main-navigation a {
  display: block;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 19px;
  text-align: center;
  color: #C3AF43;
}
.header-1 .main-navigation a:hover, .header-1 .main-navigation a:focus {
  text-decoration: none;
  color: #C3AF43;
}
.header-1 .menu-hoofdmenu-container li a {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.07em;
}
.header-1 .main-navigation {
  height: 100%;
}
.header-1 .main-navigation > div {
  height: 100%;
}
.header-1 .main-navigation > div #primary-menu {
  height: 100%;
}
.header-1 .main-navigation > div #primary-menu > li {
  height: 100%;
}
.header-1 .main-navigation > div #primary-menu > li.wpml-ls-item {
  position: relative;
}
.header-1 .main-navigation > div #primary-menu > li.nav-cta {
  order: 20;
}
.header-1 .main-navigation > div #primary-menu > li > a {
  line-height: 90px !important;
}
.header-1 .main-navigation li ul.sub-menu {
  display: none;
  left: 50% !important;
  transform: translateX(-50%);
  background: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.header-1 .main-navigation li ul.sub-menu li {
  text-align: left;
  padding-left: 0 !important;
  border-bottom: 1px solid #f3f3f3;
}
.header-1 .main-navigation li ul.sub-menu li a {
  padding: 20px 20px !important;
  font-size: 0.8em;
  text-align: center;
}
.header-1 .main-navigation li ul.sub-menu li:last-child {
  border-bottom: 0 !important;
}
.header-1 .main-navigation li.menu-item-has-children:hover ul.sub-menu {
  display: block;
}
.header-1 .mobileMenu #primary-menu li.menu-item-has-children {
  position: relative;
}
.header-1 .mobileMenu #primary-menu li.menu-item-has-children ul.sub-menu {
  padding: 20px 0 0;
}
.header-1 .mobileMenu #primary-menu li.menu-item-has-children ul.sub-menu li {
  padding: 1vh 25px;
}
.header-1 .mobileMenu #primary-menu li.menu-item-has-children ul.sub-menu li a {
  font-size: 0.8em;
}
.header-1 .mobileMenu #primary-menu li.menu-item-has-children .show_children {
  display: inline-block;
  vertical-align: sub;
  position: absolute;
  top: 0.4vh;
  padding: 3vh 30px 3vh 10px;
  font-size: 20px;
  color: #FBCD33;
}
.header-1 .desktopMenu #primary-menu li.menu-item-has-children .show_children {
  display: none;
}
.header-1 .mobileMenu #primary-menu li.menu-item-has-children ul.sub-menu {
  display: none;
}
.header-1 .top-bar-container {
  position: relative;
  z-index: 10;
}
.header-1 .top-bar-container .top-bar {
  display: none;
  justify-content: space-evenly;
  height: 0px;
  position: fixed;
  background-color: #FFFFFF;
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
  padding: 0 2vw;
  font-size: 14px;
  line-height: 0px;
  color: #707070;
}
.header-1 .top-bar-container .top-bar strong {
  color: #C3AF43;
  font-weight: normal;
}
.header-1 #masthead {
  margin-top: 0px;
}
.header-1 input[type="checkbox"]:checked ~ #sidebarMenu {
  transform: translateX(-100vw);
}
.header-1 input[type="checkbox"]:checked ~ .showSearchBar, .header-1 input[type="checkbox"]:checked ~ .site-brandingMobile {
  z-index: -1;
}
.header-1 .site-brandingMobile {
  margin: 0 auto;
}
.header-1 input[type=checkbox] {
  transition: all 0.3s;
  box-sizing: border-box;
  display: none;
}
.header-1 #sidebarMenu {
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 101;
  transform: translateX(100vw);
  transition: transform 250ms ease-in-out;
}
.header-1 .sidebarMenuInner {
  margin: 0;
  padding: 50px 0;
  z-index: 10;
  width: 100vw;
  position: fixed;
  height: 100vh;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 10px 0px 30px 0px rgba(0, 0, 0, 0.2);
  margin-left: 0;
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: left 30px top 25px;
  overflow-y: auto;
}
.header-1 .sidebarMenuInner ul {
  margin: 0 auto;
  padding: 0;
}
.header-1 #completeInner {
  height: 100%;
  width: 100%;
}
.header-1 .sidebarMenuInner li {
  text-align: center;
  list-style: none;
  color: #fff;
  padding: 3vh 25px;
  font-size: 1em;
  cursor: pointer;
}
.header-1 .sidebarMenuInner li span {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.header-1 .sidebarMenuInner li a {
  cursor: pointer;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #FBCD33;
}
.header-1 .sidebarIconToggle {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  /* height: 35px; */
  width: 35px;
  /* left: 50px; */
  /* margin-top: 53px; */
  top: 50%;
  transform: translateY(-50%);
  float: right;
  z-index: 110;
  position: relative;
}
.header-1 .scrolledDown .spinner {
  background-color: #C3AF43;
}
.header-1 .spinner {
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #FFF;
}
.header-1 .menuText {
  color: #C3AF43;
}
.header-1 .horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: right;
  margin-top: 5px;
  width: 30px;
}
.header-1 .diagonal.part-1 {
  position: relative;
  transition: all 0.3s;
  box-sizing: border-box;
  float: right;
  width: 30px;
}
.header-1 .diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: right;
  margin-top: 5px;
  width: 30px;
}
.header-1 .menuText {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.6em;
  text-align: right;
}
.header-1 .mobile_call_button {
  display: inline-block;
  float: right;
  top: 50%;
  height: auto !important;
  transform: translateY(-50%) !important;
  float: right;
  position: absolute;
  right: calc(4vw + 40px);
  margin-top: 4px;
  padding: 10px;
  z-index: 102;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.header-1 .mobile_call_button i.material-icons {
  color: #FFF !important;
}
.header-1 #masthead input[type="checkbox"]:checked ~ .mobile_call_button > i.material-icons {
  color: #707070 !important;
}
.header-1 #masthead input[type="checkbox"]:checked ~ .sidebarIconToggle > .menuText {
  display: none;
}
.header-1 #masthead input[type="checkbox"]:checked ~ .sidebarIconToggle > .spinner {
  background-color: #707070;
}
.header-1 #masthead input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
  transition: all 0.2s;
  box-sizing: border-box;
  opacity: 0;
}
.header-1 #masthead input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
  transition: all 0.4s;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: 8px;
  width: 30px;
}
.header-1 #masthead input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
  transition: all 0.4s;
  box-sizing: border-box;
  transform: rotate(-135deg);
  margin-top: -11px;
  width: 30px;
}
.header-1 #hamburgerLogo {
  position: absolute;
  max-height: 160px;
  top: 120px;
  left: 20px;
}
.header-1 #hamburgerSocials {
  position: absolute;
  bottom: 7%;
  display: flex;
  justify-content: space-around;
  width: 35%;
  right: 50%;
  transform: translate(50%);
}
.header-1 .socialButtons a {
  float: left;
}
.header-1 #completeInner #primary-menu {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  text-align: center;
  margin-top: 80%;
}
.header-1 .site-branding img {
  max-width: none;
  width: auto;
}
.header-1 #site-navigation {
  position: relative;
  width: 100%;
  top: 50%;
  transform: translate(0%, -50%);
}
.header-1 span.cart-contents-count {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  background-color: #F9B333;
  border-radius: 25px;
  height: 25px;
  text-align: center;
  margin-left: -20px;
  margin-top: -20px;
  padding: 1px;
  z-index: 1;
  color: #fff;
}
.header-1 .shoppingCart {
  width: 100px;
  float: right;
}
.header-1 #masthead {
  z-index: 9;
  height: 90px;
  padding: 0 4vw;
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: fixed;
  transition: all 0.2s ease;
}
.header-1 #masthead.scrolled {
  background-color: #FFFFFF;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
}
.header-1 #masthead.scrolled a.custom-logo-link {
  opacity: 1;
}
.header-1 #masthead.scrolled a.custom-logo-link.top-logo {
  opacity: 0;
}
.header-1 .desktopMenu a {
  color: #707070;
  z-index: 10;
  font-size: 17px;
  font-weight: 400;
}
.header-1 #masthead .desktopMenu .GMButton a {
  display: inline-block;
  border-radius: 50px !important;
  font-weight: bold !important;
  text-align: center !important;
  padding: 14px 40px !important;
  min-width: 185px !important;
  background-image: none !important;
  background-color: #C3AF43 !important;
  color: #FFF !important;
  border: 0 !important;
  margin-top: -12px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header-1 .desktopMenu .current-menu-item a, .header-1 .desktopMenu .current_page_item a {
  font-weight: 600;
}
.header-1 .scrolledDown {
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 47px -9px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 47px -9px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 47px -9px rgba(0, 0, 0, 0.2);
}
.header-1 .navIcons {
  float: right;
  margin-right: 7vw;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(0%, 60%);
}
.header-1 .navIcons a {
  margin-left: 20px;
  position: relative;
}
.header-1 #primary-menu {
  width: 100%;
  float: right;
  display: flex;
  justify-content: flex-end;
  padding-right: 0px;
  align-items: center;
}
.header-1 #primary-menu > li {
  margin-left: 3vw;
}
.header-1 .mobileMenu {
  display: none;
}
.header-1 .mobileMenu .body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 1;
}
.header-1 .mobileMenu .body-overlay.show {
  opacity: 1;
  visibility: visible;
}
.header-1 .mobileMenu #primary-menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header-1 .menu-toggle, .header-1 .main-navigation.toggled ul {
  display: block;
}
.header-1 .scrolledDown {
  background: #FFF;
}
.header-1 .site-branding {
  height: 100%;
  position: relative;
}
.header-1 a.custom-logo-link {
  opacity: 0;
  height: 100%;
  padding: 15px 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.header-1 a.custom-logo-link.top-logo {
  opacity: 1;
}
.header-1 a.custom-logo-link img {
  margin: 0;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  z-index: 110;
  max-height: 70%;
  width: 55vw;
  max-width: 220px;
  object-fit: contain;
  object-position: left center;
}
@media screen and (min-width: 1200px) {
  .header-1 .menu-toggle {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .header-1 #primary-menu > li {
    margin-left: 2vw;
  }
  .header-1 .header-1 .mobileMenu {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .header-1 .top-bar {
    display: none !important;
  }
  .header-1 #masthead {
    margin-top: 0 !important;
  }
  .header-1 #primary-menu li {
    margin-left: 0;
  }
  .header-1 #primary-menu li:hover > a {
    color: #C3AF43;
  }
  .header-1 .desktopMenu {
    display: none;
  }
  .header-1 .mobileMenu {
    width: 100%;
    justify-content: space-between;
    display: flex;
    padding-right: 4vw;
    padding-left: 4vw;
    height: 100%;
  }
  .header-1 .mobileMenu a {
    transform: translateY(50%);
  }
  .header-1 .mobileMenu .site-brandingMobile, .header-1 .mobileMenu .cartButton, .header-1 .mobileMenu .accountButton {
    position: inherit;
  }
  .header-1 a.cartButton {
    margin-right: 20px;
  }
  .header-1 .mobileMenu a.custom-logo-link {
    margin-top: 33px;
  }
  .header-1 .mobileMenu .sidebarSocials {
    position: absolute;
    left: 25px;
    bottom: 30px;
  }
  .header-1 .accountButton .retinaImg {
    max-height: 42px;
  }
  .header-1 .site-brandingMobile {
    margin-top: 20px;
  }
  .header-1 #masthead {
    height: 80px;
  }
  .header-1 #content {
    padding-top: 80px;
  }
  .header-1 .nav-cta {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .header-1 .mobileMenu {
    display: block;
  }
  .header-1 .desktopMenu {
    display: none;
  }
}
@media (max-width: 575px) {
  .header-1 .mobileMenu {
    position: absolute;
    right: 5vw;
  }
}
@media (min-width: 1360px) {
  .header-1 .desktopMenu {
    padding-left: 0px;
  }
}
/* Spacing */
.overflow-top {
  margin-top: -50px;
  z-index: 3;
  position: relative;
}
body #content > #primary > #main > article > .entry-content > .wpb-content-wrapper > .vc_row.wpb_row {
  padding: 100px 0;
}
body #content > #primary > #main > article > .entry-content > .wpb-content-wrapper > .vc_row.wpb_row.small-padding {
  padding: 50px 0;
}
body #content > #primary > #main > article > .entry-content > .wpb-content-wrapper > .vc_row.wpb_row.large-padding {
  padding: 150px 0;
}
body #content > #primary > #main > article > .entry-content > .wpb-content-wrapper > .vc_row.wpb_row.templatera_row {
  padding: 0 !important;
}
body #content > #primary > #main > article > .entry-content > .wpb-content-wrapper > .vc_row.wpb_row.templatera_row .vc_row.wpb_row {
  padding: 100px 0;
}
body #content > #primary > #main > article > .entry-content > .wpb-content-wrapper > .vc_row.wpb_row.bg-margin-fix {
  margin: 100px 0;
}
@media (max-width: 767px) {
  body #content > #primary > #main > article > .entry-content > .wpb-content-wrapper > .vc_row.wpb_row {
    padding: 80px 0;
  }
}
body .pd_0 {
  padding: 0 !important;
}
body .mg_0 {
  margin: 0 !important;
}
body .pt_0 {
  padding-top: 0px !important;
}
body .pb_0 {
  padding-bottom: 0px !important;
}
body .pl_0 {
  padding-left: 0px !important;
}
body .pr_0 {
  padding-right: 0px !important;
}
body .mt_0 {
  margin-top: 0px !important;
}
body .mb_0 {
  margin-bottom: 0px !important;
}
body .ml_0 {
  margin-left: 0px !important;
}
body .mr_0 {
  margin-right: 0px !important;
}
body .pt_5 {
  padding-top: 5px !important;
}
body .pb_5 {
  padding-bottom: 5px !important;
}
body .pl_5 {
  padding-left: 5px !important;
}
body .pr_5 {
  padding-right: 5px !important;
}
body .mt_5 {
  margin-top: 5px !important;
}
body .mb_5 {
  margin-bottom: 5px !important;
}
body .ml_5 {
  margin-left: 5px !important;
}
body .mr_5 {
  margin-right: 5px !important;
}
body .pt_10 {
  padding-top: 10px !important;
}
body .pb_10 {
  padding-bottom: 10px !important;
}
body .pl_10 {
  padding-left: 10px !important;
}
body .pr_10 {
  padding-right: 10px !important;
}
body .mt_10 {
  margin-top: 10px !important;
}
body .mb_10 {
  margin-bottom: 10px !important;
}
body .ml_10 {
  margin-left: 10px !important;
}
body .mr_10 {
  margin-right: 10px !important;
}
body .pt_15 {
  padding-top: 15px !important;
}
body .pb_15 {
  padding-bottom: 15px !important;
}
body .pl_15 {
  padding-left: 15px !important;
}
body .pr_15 {
  padding-right: 15px !important;
}
body .mt_15 {
  margin-top: 15px !important;
}
body .mb_15 {
  margin-bottom: 15px !important;
}
body .ml_15 {
  margin-left: 15px !important;
}
body .mr_15 {
  margin-right: 15px !important;
}
body .pt_20 {
  padding-top: 20px !important;
}
body .pb_20 {
  padding-bottom: 20px !important;
}
body .pl_20 {
  padding-left: 20px !important;
}
body .pr_20 {
  padding-right: 20px !important;
}
body .mt_20 {
  margin-top: 20px !important;
}
body .mb_20 {
  margin-bottom: 20px !important;
}
body .ml_20 {
  margin-left: 20px !important;
}
body .mr_20 {
  margin-right: 20px !important;
}
body .pt_25 {
  padding-top: 25px !important;
}
body .pb_25 {
  padding-bottom: 25px !important;
}
body .pl_25 {
  padding-left: 25px !important;
}
body .pr_25 {
  padding-right: 25px !important;
}
body .mt_25 {
  margin-top: 25px !important;
}
body .mb_25 {
  margin-bottom: 25px !important;
}
body .ml_25 {
  margin-left: 25px !important;
}
body .mr_25 {
  margin-right: 25px !important;
}
body .pt_30 {
  padding-top: 30px !important;
}
body .pb_30 {
  padding-bottom: 30px !important;
}
body .pl_30 {
  padding-left: 30px !important;
}
body .pr_30 {
  padding-right: 30px !important;
}
body .mt_30 {
  margin-top: 30px !important;
}
body .mb_30 {
  margin-bottom: 30px !important;
}
body .ml_30 {
  margin-left: 30px !important;
}
body .mr_30 {
  margin-right: 30px !important;
}
body .pt_35 {
  padding-top: 35px !important;
}
body .pb_35 {
  padding-bottom: 35px !important;
}
body .pl_35 {
  padding-left: 35px !important;
}
body .pr_35 {
  padding-right: 35px !important;
}
body .mt_35 {
  margin-top: 35px !important;
}
body .mb_35 {
  margin-bottom: 35px !important;
}
body .ml_35 {
  margin-left: 35px !important;
}
body .mr_35 {
  margin-right: 35px !important;
}
body .pt_40 {
  padding-top: 40px !important;
}
body .pb_40 {
  padding-bottom: 40px !important;
}
body .pl_40 {
  padding-left: 40px !important;
}
body .pr_40 {
  padding-right: 40px !important;
}
body .mt_40 {
  margin-top: 40px !important;
}
body .mb_40 {
  margin-bottom: 40px !important;
}
body .ml_40 {
  margin-left: 40px !important;
}
body .mr_40 {
  margin-right: 40px !important;
}
body .pt_45 {
  padding-top: 45px !important;
}
body .pb_45 {
  padding-bottom: 45px !important;
}
body .pl_45 {
  padding-left: 45px !important;
}
body .pr_45 {
  padding-right: 45px !important;
}
body .mt_45 {
  margin-top: 45px !important;
}
body .mb_45 {
  margin-bottom: 45px !important;
}
body .ml_45 {
  margin-left: 45px !important;
}
body .mr_45 {
  margin-right: 45px !important;
}
body .pt_50 {
  padding-top: 50px !important;
}
body .pb_50 {
  padding-bottom: 50px !important;
}
body .pl_50 {
  padding-left: 50px !important;
}
body .pr_50 {
  padding-right: 50px !important;
}
body .mt_50 {
  margin-top: 50px !important;
}
body .mb_50 {
  margin-bottom: 50px !important;
}
body .ml_50 {
  margin-left: 50px !important;
}
body .mr_50 {
  margin-right: 50px !important;
}
body .pt_55 {
  padding-top: 55px !important;
}
body .pb_55 {
  padding-bottom: 55px !important;
}
body .pl_55 {
  padding-left: 55px !important;
}
body .pr_55 {
  padding-right: 55px !important;
}
body .mt_55 {
  margin-top: 55px !important;
}
body .mb_55 {
  margin-bottom: 55px !important;
}
body .ml_55 {
  margin-left: 55px !important;
}
body .mr_55 {
  margin-right: 55px !important;
}
body .pt_60 {
  padding-top: 60px !important;
}
body .pb_60 {
  padding-bottom: 60px !important;
}
body .pl_60 {
  padding-left: 60px !important;
}
body .pr_60 {
  padding-right: 60px !important;
}
body .mt_60 {
  margin-top: 60px !important;
}
body .mb_60 {
  margin-bottom: 60px !important;
}
body .ml_60 {
  margin-left: 60px !important;
}
body .mr_60 {
  margin-right: 60px !important;
}
body .pt_65 {
  padding-top: 65px !important;
}
body .pb_65 {
  padding-bottom: 65px !important;
}
body .pl_65 {
  padding-left: 65px !important;
}
body .pr_65 {
  padding-right: 65px !important;
}
body .mt_65 {
  margin-top: 65px !important;
}
body .mb_65 {
  margin-bottom: 65px !important;
}
body .ml_65 {
  margin-left: 65px !important;
}
body .mr_65 {
  margin-right: 65px !important;
}
body .pt_70 {
  padding-top: 70px !important;
}
body .pb_70 {
  padding-bottom: 70px !important;
}
body .pl_70 {
  padding-left: 70px !important;
}
body .pr_70 {
  padding-right: 70px !important;
}
body .mt_70 {
  margin-top: 70px !important;
}
body .mb_70 {
  margin-bottom: 70px !important;
}
body .ml_70 {
  margin-left: 70px !important;
}
body .mr_70 {
  margin-right: 70px !important;
}
body .pt_75 {
  padding-top: 75px !important;
}
body .pb_75 {
  padding-bottom: 75px !important;
}
body .pl_75 {
  padding-left: 75px !important;
}
body .pr_75 {
  padding-right: 75px !important;
}
body .mt_75 {
  margin-top: 75px !important;
}
body .mb_75 {
  margin-bottom: 75px !important;
}
body .ml_75 {
  margin-left: 75px !important;
}
body .mr_75 {
  margin-right: 75px !important;
}
body .pt_80 {
  padding-top: 80px !important;
}
body .pb_80 {
  padding-bottom: 80px !important;
}
body .pl_80 {
  padding-left: 80px !important;
}
body .pr_80 {
  padding-right: 80px !important;
}
body .mt_80 {
  margin-top: 80px !important;
}
body .mb_80 {
  margin-bottom: 80px !important;
}
body .ml_80 {
  margin-left: 80px !important;
}
body .mr_80 {
  margin-right: 80px !important;
}
body .pt_85 {
  padding-top: 85px !important;
}
body .pb_85 {
  padding-bottom: 85px !important;
}
body .pl_85 {
  padding-left: 85px !important;
}
body .pr_85 {
  padding-right: 85px !important;
}
body .mt_85 {
  margin-top: 85px !important;
}
body .mb_85 {
  margin-bottom: 85px !important;
}
body .ml_85 {
  margin-left: 85px !important;
}
body .mr_85 {
  margin-right: 85px !important;
}
body .pt_90 {
  padding-top: 90px !important;
}
body .pb_90 {
  padding-bottom: 90px !important;
}
body .pl_90 {
  padding-left: 90px !important;
}
body .pr_90 {
  padding-right: 90px !important;
}
body .mt_90 {
  margin-top: 90px !important;
}
body .mb_90 {
  margin-bottom: 90px !important;
}
body .ml_90 {
  margin-left: 90px !important;
}
body .mr_90 {
  margin-right: 90px !important;
}
body .pt_95 {
  padding-top: 95px !important;
}
body .pb_95 {
  padding-bottom: 95px !important;
}
body .pl_95 {
  padding-left: 95px !important;
}
body .pr_95 {
  padding-right: 95px !important;
}
body .mt_95 {
  margin-top: 95px !important;
}
body .mb_95 {
  margin-bottom: 95px !important;
}
body .ml_95 {
  margin-left: 95px !important;
}
body .mr_95 {
  margin-right: 95px !important;
}
body .pt_100 {
  padding-top: 100px !important;
}
body .pb_100 {
  padding-bottom: 100px !important;
}
body .pl_100 {
  padding-left: 100px !important;
}
body .pr_100 {
  padding-right: 100px !important;
}
body .mt_100 {
  margin-top: 100px !important;
}
body .mb_100 {
  margin-bottom: 100px !important;
}
body .ml_100 {
  margin-left: 100px !important;
}
body .mr_100 {
  margin-right: 100px !important;
}
body .pt_105 {
  padding-top: 105px !important;
}
body .pb_105 {
  padding-bottom: 105px !important;
}
body .pl_105 {
  padding-left: 105px !important;
}
body .pr_105 {
  padding-right: 105px !important;
}
body .mt_105 {
  margin-top: 105px !important;
}
body .mb_105 {
  margin-bottom: 105px !important;
}
body .ml_105 {
  margin-left: 105px !important;
}
body .mr_105 {
  margin-right: 105px !important;
}
body .pt_110 {
  padding-top: 110px !important;
}
body .pb_110 {
  padding-bottom: 110px !important;
}
body .pl_110 {
  padding-left: 110px !important;
}
body .pr_110 {
  padding-right: 110px !important;
}
body .mt_110 {
  margin-top: 110px !important;
}
body .mb_110 {
  margin-bottom: 110px !important;
}
body .ml_110 {
  margin-left: 110px !important;
}
body .mr_110 {
  margin-right: 110px !important;
}
body .pt_115 {
  padding-top: 115px !important;
}
body .pb_115 {
  padding-bottom: 115px !important;
}
body .pl_115 {
  padding-left: 115px !important;
}
body .pr_115 {
  padding-right: 115px !important;
}
body .mt_115 {
  margin-top: 115px !important;
}
body .mb_115 {
  margin-bottom: 115px !important;
}
body .ml_115 {
  margin-left: 115px !important;
}
body .mr_115 {
  margin-right: 115px !important;
}
body .pt_120 {
  padding-top: 120px !important;
}
body .pb_120 {
  padding-bottom: 120px !important;
}
body .pl_120 {
  padding-left: 120px !important;
}
body .pr_120 {
  padding-right: 120px !important;
}
body .mt_120 {
  margin-top: 120px !important;
}
body .mb_120 {
  margin-bottom: 120px !important;
}
body .ml_120 {
  margin-left: 120px !important;
}
body .mr_120 {
  margin-right: 120px !important;
}
body .ml_0 {
  margin-left: 0 !important;
}
body .mr_0 {
  margin-right: 0 !important;
}
body .ml_-5 {
  margin-left: -5px !important;
}
body .mr_-5 {
  margin-right: -5px !important;
}
body .ml_-10 {
  margin-left: -10px !important;
}
body .mr_-10 {
  margin-right: -10px !important;
}
body .ml_-15 {
  margin-left: -15px !important;
}
body .mr_-15 {
  margin-right: -15px !important;
}
body .ml_-20 {
  margin-left: -20px !important;
}
body .mr_-20 {
  margin-right: -20px !important;
}
body .ml_-25 {
  margin-left: -25px !important;
}
body .mr_-25 {
  margin-right: -25px !important;
}
body .ml_-30 {
  margin-left: -30px !important;
}
body .mr_-30 {
  margin-right: -30px !important;
}
body .ml_-35 {
  margin-left: -35px !important;
}
body .mr_-35 {
  margin-right: -35px !important;
}
body .ml_-40 {
  margin-left: -40px !important;
}
body .mr_-40 {
  margin-right: -40px !important;
}
body .ml_-45 {
  margin-left: -45px !important;
}
body .mr_-45 {
  margin-right: -45px !important;
}
body .ml_-50 {
  margin-left: -50px !important;
}
body .mr_-50 {
  margin-right: -50px !important;
}
body .ml_-55 {
  margin-left: -55px !important;
}
body .mr_-55 {
  margin-right: -55px !important;
}
body .ml_-60 {
  margin-left: -60px !important;
}
body .mr_-60 {
  margin-right: -60px !important;
}
/* Type */
body, p, button, input, select, optgroup, textarea {
  font-family: 'Open Sans', sans-serif;
  color: #707070;
  font-size: 17px;
  line-height: 1.7;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #323232;
  line-height: 1.2;
  text-transform: none;
  margin-top: 0 !important;
  margin-bottom: 15px !important;
}
.mb-0 h1, .mb-0 h2, .mb-0 h3, .mb-0 h4, .mb-0 h5, .mb-0 h6 {
  margin-bottom: 0 !important;
}
h4, h5, h6, .h4, .h5, .h6 {
  margin-bottom: 10px !important;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p {
  color: #fff;
}
h1, .h1 {
  font-size: calc(54 / 17 * 1em);
}
h2, .h2 {
  font-size: calc(40 / 17 * 1em);
}
h3, .h3 {
  font-size: calc(32 / 17 * 1em);
}
h4, .h4 {
  font-size: calc(27 / 17 * 1em);
}
h5, .h5 {
  font-size: calc(24 / 17 * 1em);
}
h6, .h6 {
  font-size: calc(20 / 17 * 1em);
}
p {
  margin-bottom: 15px !important;
}
.wpb_text_column:last-child .wpb_wrapper > *:last-child {
  margin-bottom: 0 !important;
}
p a {
  color: #C3AF43;
}
p a:hover, p a:active, p a:focus, p a:visited {
  color: #a08f33;
}
.subtitle p, .subtitle h2, .subtitle h3, .subtitle h4, .subtitle h5, .subtitle h6 {
  color: #C3AF43;
  margin-bottom: 10px !important;
}
@media (max-width: 767px) {
  h1 {
    font-size: calc(calc(54 / 17 * 1em) * 0.7);
  }
  h2 {
    font-size: calc(calc(40 / 17 * 1em) * 0.8);
  }
  h3 {
    font-size: calc(calc(32 / 17 * 1em) * 0.9);
  }
  h4 {
    font-size: calc(calc(27 / 17 * 1em) * 0.9);
  }
  h5 {
    font-size: calc(calc(24 / 17 * 1em) * 0.9);
  }
  h6 {
    font-size: calc(calc(20 / 17 * 1em) * 0.9);
  }
}
.smallerType {
  font-size: calc(17px * 0.7) !important;
}
/* ------------------------ Modules ------------------------ */
/* Accordions */
.vc_tta-container .vc_tta-panel {
  padding: 8px 11px;
  border-radius: 5px;
  background: #F6F5F6;
  border: 0;
  margin-bottom: 15px;
}
.vc_tta-container .vc_tta-panel-body {
  padding-top: 0px !important;
}
.vc_tta-container .vc_tta-panel .vc_tta-panel-heading, .vc_tta-container .vc_tta-panel .vc_tta-panel-body {
  border: 0;
  background-color: #F6F5F6 !important;
}
.vc_tta-container .vc_tta-panel .vc_tta-panel-heading h4 {
  font-size: 1em;
  margin-bottom: 0 !important;
}
.accordion .vc_tta-panel-heading {
  border: none !important;
}
.accordion .vc_tta-panel-body {
  border: none !important;
}
/* Company Fuel - Banners */
.banner-1 {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  background: #C3AF43;
}
.banner-1:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.banner-1 > .wpb_column {
  z-index: 1;
}
.banner-1 h1 {
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.banner-1 p {
  color: #FFF;
}
.banner-1 .vc_btn3 {
  margin-top: 15px;
}
/* Banners */
.home #banner-1 {
  min-height: 55vh;
}
#banner-1 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: 250px;
  height: 38.2vh;
  max-height: 320px;
  padding-top: 100px !important;
  padding-bottom: 100px !important;
  height: auto;
  min-height: 38.2vh;
  max-height: unset;
  color: #fff !important;
  background-image: url("https://via.placeholder.com/1920x450");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#banner-1:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
#banner-1 > .wpb_column {
  z-index: 1;
}
#banner-1 * {
  color: #fff;
}
/* Banner usps */
.banner-usps-1 {
  text-align: center;
  margin-bottom: 100px;
}
.banner-usps-1 .wpb_single_image {
  text-align: center !important;
  margin-bottom: 10px;
}
.banner-usps-1 .wpb_single_image img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.banner-usps-1 p {
  font-weight: 600;
  color: #555;
}
.banner-b1 {
  position: relative !important;
  display: block !important;
}
.banner-b1 h1 {
  color: #FFFFFF !important;
}
.banner-b1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: inline-block;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background: #000000;
  opacity: 0.3;
}
/* Buttons */
.vc_btn3-container .vc_btn3, .wpcf7-submit, .nav-cta a, #cn-accept-cookie {
  border-radius: 5px !important;
  text-transform: none !important;
  font-weight: 600 !important;
  font-size: 17px !important;
  text-align: center !important;
  padding: 12px 30px !important;
  min-width: 170px !important;
  line-height: inherit !important;
  background-color: #C3AF43 !important;
  background-image: none !important;
  color: #fff !important;
  border: 0 !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.vc_btn3-container .vc_btn3:hover, .wpcf7-submit:hover, .nav-cta a:hover, #cn-accept-cookie:hover {
  transform: scale(0.98);
  cursor: pointer;
}
.nav-cta a {
  display: inline !important;
}
.vc_btn3-container.white .vc_btn3 {
  background-color: #fff !important;
  color: #C3AF43 !important;
}
.vc_btn3-container.grey .vc_btn3 {
  background-color: #eee !important;
  box-shadow: none;
  color: #333 !important;
}
.vc_btn3-container.ghost .vc_btn3 {
  background-color: transparent !important;
  box-shadow: 0 0 0 2px #FFFFFF inset !important;
  color: #FFFFFF !important;
}
.vc_btn3-container.primary-ghost .vc_btn3 {
  background-color: transparent !important;
  box-shadow: 0 0 0 2px #C3AF43 inset !important;
  color: #C3AF43 !important;
}
.call-button a {
  position: relative;
  color: #fff;
}
.call-button.dark a {
  position: relative;
  color: #333;
}
.call-button a:before {
  bottom: 0px;
  font-family: 'Material Icons';
  content: '';
  color: inherit;
  font-size: 18px;
  vertical-align: middle;
  margin-right: 10px;
}
#cookie-notice .cn-button {
  background: #C3AF43 !important;
}
/* Cards */
body .card_item > .vc_column-inner {
  border-radius: 5px;
  padding: 35px !important;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  background: #fff;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
body .card_item.no_padding .vc_column-inner {
  padding: 0 !important;
}
body .card_item_inner {
  border-radius: 5px;
  padding: 35px !important;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  background: #fff;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
body .card_item_inner > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
body .card_item_inner.no_padding {
  padding: 0 !important;
}
.category-links .card_item {
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  margin-top: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.category-links .card_item .card-image .vc_column-inner {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.category-links .card_item .card-image * {
  height: 100%;
}
.category-links .card_item .card-image * img {
  object-fit: cover;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.category-links .card_item .content-column {
  padding: 20px;
  padding-left: 10px !important;
}
.category-links .card_item .content-column h4 {
  font-size: 0.9em;
  font-weight: 600;
  padding-right: 45px;
}
.category-links .card_item .content-column .wpb_content_element {
  padding-right: 45px;
}
.category-links .card_item .content-column .wpb_content_element p {
  font-size: 0.9em;
}
.category-links .card_item .content-column .wpb_content_element p:last-child {
  margin-bottom: 0px !important;
}
.category-links .card_item .content-column .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
  position: absolute;
  background: #F9F9F9 !important;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  transition: all 0.2s ease-in-out;
}
.category-links .card_item .content-column .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner span.vc_icon_element-icon {
  font-size: 1.3em !important;
}
.category-links .card_item .content-column .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
  color: #4B4B4B;
}
.category-links .card_item .content-column .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner:hover {
  background-color: #C3AF43 !important;
}
.category-links .card_item .content-column .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner:hover .vc_icon_element-icon:before {
  color: #FFFFFF;
}
.card_item .usps-list ul {
  padding-left: 0px;
}
.card_item .usps-list ul li {
  position: relative;
  list-style: none;
  padding-left: 30px;
  margin-bottom: 8px;
}
.card_item .usps-list ul li:last-child {
  margin-bottom: 0px;
}
.card_item .usps-list ul li::before {
  content: '';
  font-family: 'Material Icons';
  font-weight: 600;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  color: #C3AF43;
}
.card_item.quote-card .quote-text {
  font-family: 'Montserrat', sans-serif;
}
.card_item.quote-card .quote-text p {
  color: #333;
  font-style: italic;
  font-weight: 800;
  font-size: 1.3em;
}
.card_item.quote-card .quote-text strong {
  color: #C3AF43;
}
.card_item.quote-card .quote-company {
  font-family: 'Montserrat', sans-serif;
}
.card_item.quote-card .quote-company p {
  font-weight: 800;
  font-size: 0.9em;
  color: #333;
}
.card_item.quote-card .quote-image img {
  width: 175px;
  height: 175px;
  border-radius: 50%;
  object-fit: cover;
}
.card_item.has_img {
  padding: 0 15px 15px !important;
}
.card_item.has_img h4 {
  font-size: 1.3em;
  font-weight: 600;
}
.card_item.has_img > .vc_column-inner {
  padding: 0 !important;
}
.card_item.has_img > .vc_column-inner .wpb_single_image {
  padding: 0 !important;
}
.card_item.has_img > .vc_column-inner .wpb_single_image * {
  max-width: unset !important;
  width: 100%;
}
.card_item.has_img > .vc_column-inner .wpb_single_image * img {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  max-height: 200px;
  object-fit: cover;
}
.card_item.has_img > .vc_column-inner > .wpb_wrapper > div {
  padding: 0 25px;
}
.card_item.has_img > .vc_column-inner > .wpb_wrapper > div:nth-child(2) {
  padding-top: 25px;
}
.card_item.has_img > .vc_column-inner > .wpb_wrapper > div:last-child {
  padding-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .card_item.usp-card .wpb_wrapper > .vc_row.wpb_row {
    flex-direction: column-reverse;
    display: flex;
  }
  .card_item.usp-card .wpb_wrapper > .vc_row.wpb_row .vc_column_container:first-child {
    margin-top: 25px;
  }
  .card_item.usp-card .wpb_column.vc_col-sm-7.vc_col-md-8 {
    width: 100%;
    padding-right: 0px !important;
  }
  .card_item.usp-card .wpb_column.vc_col-sm-5.vc_col-md-4 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .quote-card {
    text-align: center;
  }
  .quote-card .vc_row.wpb_row {
    flex-direction: column-reverse;
  }
  .quote-card .quote-image .wpb_wrapper .wpb_single_image {
    text-align: center !important;
  }
  .quote-card .quote-image .wpb_wrapper .wpb_single_image img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    margin-bottom: 25px;
  }
  .quote-card .quote-text p {
    font-size: 1.2em !important;
  }
}
/* Forms */
.wpcf7-form input:not([type="radio"]):not([type="checkbox"]), .wpcf7-form textarea {
  width: 100%;
  height: 55px;
  font-size: 16px;
  padding: 0px 25px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.wpcf7-form input:not([type="radio"]):not([type="checkbox"]):focus, .wpcf7-form textarea:focus {
  outline: 0 !important;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  border-color: #fff !important;
}
.wpcf7-form textarea {
  padding: 10px 25px;
  min-height: 170px;
  height: 216px;
  max-height: 260px;
  margin-bottom: 0;
}
.wpcf7-form .wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7-form .form-wrapper .wpcf7-radio .wpcf7-list-item label input[type='radio'] {
  pointer-events: all !important;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item {
  width: 100%;
  margin-left: 0px !important;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item label {
  position: relative !important;
  left: 0px;
  top: 0px;
  width: 100%;
  pointer-events: all !important;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item label input[type='radio'] {
  pointer-events: all !important;
}
.wpcf7-form .form-wrapper .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0px !important;
  width: 100%;
}
.wpcf7-form .form-wrapper .wpcf7-checkbox label {
  position: relative;
  left: 0px;
  top: 0px;
  pointer-events: all !important;
}
.wpcf7-form .wpcf7-submit {
  width: auto;
  height: auto;
  cursor: pointer;
}
.wpcf7-form input::-webkit-input-placeholder {
  opacity: 0.6;
  font-weight: 300;
}
.wpcf7-form input:-ms-input-placeholder {
  opacity: 0.6;
  font-weight: 300;
}
.wpcf7-form input::placeholder {
  opacity: 0.6;
  font-weight: 300;
}
.call-back {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
.call-back .wpb_text_column.wpb_content_element {
  display: inline-block;
}
.call-back .wpb_text_column.wpb_content_element p {
  color: #FFFFFF !important;
  font-size: 1.2em;
  font-weight: 600;
}
.call-back .wpcf7-form-control-wrap input {
  max-width: 200px !important;
}
.call-back .wpcf7-form-control-wrap input[type='tel'] {
  margin-left: 5px;
  margin-right: 5px;
}
.bg-primary.call-back input[type='submit'] {
  color: #C3AF43 !important;
  background-color: #FFFFFF !important;
}
form.wpcf7-form .form-wrapper {
  position: relative !important;
}
form.wpcf7-form .form-wrapper br {
  display: none;
}
form.wpcf7-form .form-wrapper input {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
}
form.wpcf7-form .form-wrapper input[type='submit'] {
  margin-bottom: 0px !important;
}
form.wpcf7-form .form-wrapper label {
  position: absolute;
  color: #000000 !important;
  top: 12px;
  left: 23px;
  z-index: 1;
  margin-bottom: 0px;
  pointer-events: none;
  opacity: 0.7;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
form.wpcf7-form .form-wrapper label.has-value {
  top: -10px !important;
  font-size: 12px;
  background: #fff;
  height: 21px;
  line-height: 14px;
  padding: 4px;
  left: 17px;
  opacity: 1;
}
form.wpcf7-form .ajax-loader {
  position: absolute !important;
  right: 0px;
  bottom: 0px;
}
form.wpcf7-form .wpcf7-response-output {
  margin-left: 0px;
  background: #fff;
  border-radius: 5px !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding: 5px 20px;
  position: relative;
  font-size: 14px;
}
form.wpcf7-form .wpcf7-response-output:before {
  content: "";
  font-family: "Material Icons";
  vertical-align: middle;
  font-size: 24px;
  margin-right: 10px;
}
form.wpcf7-form.invalid .wpcf7-response-output:before {
  content: "";
  color: var(--danger);
}
form.wpcf7-form.invalid .wpcf7-not-valid {
  border-color: var(--danger);
}
form.wpcf7-form.invalid .wpcf7-not-valid-tip {
  text-align: left;
  font-size: 13px;
}
form.wpcf7-form.sent .wpcf7-response-output:before {
  content: "";
  color: var(--success);
}
form.wpcf7-form.sent .wpcf7-not-valid {
  border-color: var(--success);
}
.bg-primary form.wpcf7-form input[type='submit'] {
  background-color: transparent !important;
  box-shadow: 0 0 0 2px #fff inset !important;
  color: #fff !important;
}
.bg-primary form.wpcf7-form .wpcf7-not-valid-tip {
  color: #FFF;
}
#contactform-1 h2 {
  font-weight: 600;
}
#contactform-1 .img-content {
  width: 175px;
}
#contactform-1 .img-content img {
  width: 150px !important;
  height: 150px !important;
  object-fit: cover;
  border-radius: 50%;
}
#contactform-1 .contact-info {
  margin-top: 50px;
}
#contactform-1 .contact-info .name-title {
  width: calc(98% - 175px);
}
#contactform-1 .contact-info .name-title h4 {
  font-size: 1.3rem;
}
#contactform-1 form input[type='submit'] {
  float: right;
}
#contactform-1 form textarea {
  min-height: 135px;
  height: 135px;
}
@media screen and (max-width: 767px) {
  #contactform-1 .vc_column_container {
    padding: 0px !important;
  }
  #contactform-1 .contact-info {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  #contactform-1 .name-title {
    text-align: center;
  }
  #contactform-1 form {
    margin-top: 35px;
  }
  #contactform-1 form input[type='submit'] {
    float: left;
  }
}
@media screen and (max-width: 576px) {
  #contactform-1 .img-content {
    width: 90px;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  #contactform-1 .img-content img {
    width: 75px !important;
    height: 75px !important;
  }
  #contactform-1 .contact-info .name-title {
    width: calc(100% - 105px);
    text-align: left;
    margin-left: 15px !important;
    margin-right: 0px !important;
  }
}
/* Socials */
.vc_icon_element .vc_icon_element-inner {
  background-color: #C3AF43 !important;
  color: #fff;
  border-radius: 5px !important;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
  color: #fff;
}
.vc_icon_element .vc_icon_element-inner:hover {
  background-color: #bda93c !important;
}
/* Images */
.vc_single_image-wrapper.vc_box_rounded img {
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
}
body .vc_row.bg-images-row {
  width: 1225px !important;
  max-width: 100vw !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-bottom: 0px !important;
  left: 50% !important;
  transform: translateX(-50%);
}
body .vc_row.bg-images-row .wpb_column.vc_column_container {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
body .vc_row.bg-images-row .wpb_column .vc_column-inner {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
body .vc_row.bg-images-row .wpb_column * {
  height: 100%;
  width: 100%;
}
body .vc_row.bg-images-row .wpb_column * img {
  object-fit: cover;
  height: 300px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  body .vc_row.bg-images-row .wpb_column img {
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  body .vc_row.bg-images-row {
    width: 104vw !important;
  }
  body .vc_row.bg-images-row .wpb_column.vc_column_container {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  body .vc_row.bg-images-row .wpb_column.vc_column_container:first-child {
    padding-right: 5px;
    padding-left: 0px;
  }
  body .vc_row.bg-images-row .wpb_column.vc_column_container:last-child {
    padding-left: 5px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 576px) {
  .bg-images-row .wpb_column.vc_column_container:first-child {
    width: 100%;
    max-width: none;
  }
  .bg-images-row .wpb_column.vc_column_container:last-child {
    display: none !important;
  }
}
/* Videos */
.wpb_video_widget .wpb_wrapper iframe {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 6px #777;
  -moz-box-shadow: 0px 0px 6px #777;
  box-shadow: 0px 0px 6px #777;
}
/* Lists */
.wpb_text_column ul {
  margin-left: 0;
  padding-left: 25px;
}
/* Grid */
.vc_grid-item-mini {
  border-radius: 5px !important;
  background: #fff;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  color: #1F3149 !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.vc_grid-item-mini img {
  min-height: 200px;
}
.vc_gitem-animated-block, .vc_gitem-animated-block .vc_gitem-zone {
  position: unset !important;
}
.vc_grid-item-mini:hover, .vc_grid-item-mini:active {
  transform: scale(0.98);
  cursor: pointer;
}
.vc_grid-item-mini .vc_gitem-post-data-source-post_excerpt, .vc_grid-item-mini .vc_btn3-container {
  display: none;
}
.vc_grid-item-mini h4 {
  color: #1F3149 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 24px;
}
.vc_custom_heading.vc_gitem-post-data-source-post_title {
  margin-bottom: 5px !important;
}
.vc_custom_heading.vc_gitem-post-data-source-post_title h4 {
  margin-bottom: 0 !important;
}
.vc_grid-item-mini p {
  color: #6C7786 !important;
}
.vc_grid-item-mini .vc_gitem-zone-a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  max-height: 200px;
  height: 175px;
}
.vc_grid-item-mini .vc_gitem-zone-c {
  position: relative;
  min-height: 117px;
  padding: 20px 65px 40px 20px !important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: left 27px bottom 30px;
  background-color: #fff !important;
}
.vc_grid-item-mini .vc_gitem-zone-c h3, .vc_grid-item-mini .vc_gitem-zone-c h4 {
  font-size: 1.3em;
}
.vc_gitem-row-position-top > .vc_gitem-col {
  padding: 0 !important;
}
.vc_grid-item-mini .vc_gitem-zone-c:after {
  font-family: 'Material Icons';
  content: '';
  font-size: 24px;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #C3AF43;
  min-width: unset !important;
  padding: 0 !important;
  width: 55px !important;
  height: 50px;
  border-radius: 10px 0 10px 0 !important;
}
@media (max-width: 767px) {
  .vc_row.vc_column-gap-35, .vc_row.vc_column-gap-30 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
    margin-right: 0px !important;
  }
  .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
    padding-right: 0px !important;
  }
  .vc_row.vc_column-gap-15 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .vc_grid-item .vc_grid-item-mini .vc_gitem-zone-c {
    min-height: auto;
  }
}
/* Testimonials */
.testimonial {
  background-color: #fff;
  border-radius: 15px;
  border-bottom-left-radius: 0;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
  position: relative;
  width: 90%;
  margin: auto;
}
.testimonial.wpb_text_column .wpb_wrapper p:last-child {
  margin-bottom: 0px !important;
}
.testimonial:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  background: #fff;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 12px;
  position: absolute;
}
.testimonial:after {
  content: "";
  position: absolute;
  filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.1));
  display: block;
  bottom: -35px;
  left: 0;
  width: 0;
  height: 0;
  z-index: 0;
  border-left: 0 solid transparent;
  border-right: 35px solid transparent;
  border-top: 35px solid #fff;
  margin: 0;
  position: absolute;
}
.wpb_text_column.author {
  padding: 20px 55px;
  padding-left: 110px;
  position: relative;
}
.wpb_text_column.author::before {
  content: '';
  position: absolute;
  left: 50px;
  top: 20px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #C3AF43;
}
@media screen and (max-width: 991px) {
  .wpb_text_column.author {
    padding-left: 84px;
  }
  .wpb_text_column.author::before {
    left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .wpb_text_column.author {
    padding-left: 110px;
  }
  .wpb_text_column.author::before {
    left: 55px;
  }
}
.testimonialVersion4 .card_item > .vc_column-inner {
  position: relative;
  overflow: hidden;
}
.testimonialVersion4 .card_item .vc_column-inner::after {
  display: block !important;
  content: "";
  bottom: 0px;
  left: 0px;
  background: #C3AF43;
  width: 100%;
  height: 10px;
  position: absolute;
}
.testimonialVersion4 .reviewerImg img {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.testimonialVersion4 .reviewTitle h2, .testimonialVersion4 .reviewTitle h3, .testimonialVersion4 .reviewTitle h4, .testimonialVersion4 .reviewTitle h5 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px !important;
}
.testimonialVersion4 .sterren-reviews {
  text-align: center;
  margin-bottom: 8px;
}
.testimonialVersion4 .reviewQuote {
  text-align: center;
}
.testimonialVersion4 .reviewerName {
  text-align: center;
}
.testimonialVersion4 .reviewerName p {
  color: #333;
}
/* Single Blog */
body.single-post .entry-content blockquote {
  margin: 0;
}
body.single-post .entry-content blockquote p {
  color: #C3AF43;
  font-family: 'Montserrat', sans-serif;
  font-size: calc(32 / 17 * 1em) !important;
}
body.single-post h1 {
  font-size: calc(calc(54 / 17 * 1em) * 0.7);
}
body.single-post figure.wp-block-image img {
  border-radius: 5px;
  margin-bottom: 30px;
}
body.single-post .stickyAuthor {
  position: sticky;
  top: 180px;
  margin-bottom: 45px;
}
body.single-post .stickyAuthor .authorImage {
  width: 100%;
}
body.single-post .stickyAuthor .authorImage img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  max-height: 280px;
  width: 100%;
  object-fit: cover;
}
body.single-post .stickyAuthor .authorData {
  padding: 25px !important;
}
/* Sliders */
#slider-1 {
  background-color: #C3AF43;
  border-radius: 5px;
  padding: 60px 0 !important;
  min-height: 320px;
  margin-bottom: 100px;
}
#slider-1 .vc_btn3.vc_btn3-size-md .vc_btn3-icon {
  font-size: 48px !important;
}
#slider-1 .vc_btn3-container .vc_btn3 {
  min-width: unset !important;
  padding: 10px 25px !important;
}
#slider-1-mobile-buttons {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  #slider-1-mobile-buttons .vc_btn3-container .vc_btn3 {
    min-width: unset !important;
    padding: 7px 21px !important;
  }
  #slider-1-mobile-buttons .vc_btn3-container .vc_btn3 .vc_btn3-icon {
    font-size: 26px;
  }
  #slider-1 {
    padding: 30px 20px !important;
    min-height: 360px;
    margin: auto;
    max-width: 82vw;
  }
}
/* ------------------------ Company Fuel Elements ------------------------ */
/* Global CF styling */
@media screen and (max-width: 767px) {
  .reverse_mobile {
    flex-direction: column-reverse;
  }
}
.darken_background::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background: #000000;
  opacity: 0.4;
}
.bannerVersion3::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: inline-block;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background: #000000;
  opacity: 0.3;
}
@media screen and (max-width: 1199px) {
  .bannerVersion5 .vc_col-sm-7.vc_column_container {
    padding-left: 0px !important;
  }
  .bannerVersion5 .vc_col-sm-7.vc_column_container figure img {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }
  .bannerVersion5 .vc_col-sm-5.vc_column_container {
    padding-right: 0px !important;
  }
  .bannerVersion5 .vc_col-sm-5.vc_column_container figure img {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
}
@media screen and (max-width: 576px) {
  .bannerVersion5 .vc_col-sm-7.vc_column_container {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .bannerVersion5 .vc_col-sm-7.vc_column_container figure img {
    border-radius: 0px !important;
  }
}
.bannerVersion8.bouw-banner .bedrijfsnaam p {
  color: #C3AF43 !important;
  margin-bottom: 15px !important;
  font-weight: 700;
}
.bannerVersion8.bouw-banner h1 {
  font-weight: 700;
  max-width: 600px;
  margin-bottom: 35px !important;
}
.bannerVersion6 {
  border-radius: 5px !important;
  padding: 20px !important;
  margin-bottom: 100px;
}
.bannerVersion6 .bannerUsp .uspIcon {
  width: 60px;
}
.bannerVersion6 .bannerUsp .uspIcon .vc_column-inner {
  padding-right: 0px;
  padding-left: 0px;
}
.bannerVersion6 .bannerUsp .uspIcon .vc_column-inner .vc_icon_element-inner {
  background: transparent !important;
}
.bannerVersion6 .bannerUsp .uspContent {
  width: calc(100% - 60px);
}
.bannerVersion6 .bannerUsp .uspContent .vc_column-inner {
  padding-left: 7px;
  padding-right: 20px;
}
.bannerVersion6 .bannerUsp .uspContent .wpb_text_column p {
  color: #FFFFFF;
}
.bannerVersion7 {
  text-align: center;
  padding-left: 50px !important;
  padding-right: 50px !important;
  display: block !important;
  padding-bottom: 200px !important;
  padding-top: 200px !important;
}
@media screen and (max-width: 991px) {
  .bannerVersion7 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
.bannerVersion7.vc_row.vc_row-flex > .vc_column_container {
  display: flex !important;
  height: 100% !important;
}
.bannerVersion7 h1, .bannerVersion7 h2, .bannerVersion7 h3, .bannerVersion7 h4, .bannerVersion7 h5, .bannerVersion7 h6, .bannerVersion7 p {
  color: #FFF !important;
}
.bannerVersion7 .vc_btn3-container {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .bannerVersion7 {
    height: auto;
    max-height: none;
  }
}
@media screen and (max-width: 475px) {
  .bannerVersion7 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.bannerVersion8 {
  padding-top: 200px !important;
  padding-bottom: 150px !important;
}
.bannerVersion8 .vc_column_container {
  z-index: 2;
}
.bannerVersion8 .vc_column-inner {
  z-index: 2;
}
.bannerVersion8 h1 {
  color: #FFF !important;
  margin-bottom: 30px !important;
  max-width: unset !important;
}
.bannerVersion8 p {
  color: #FFF !important;
  max-width: 90%;
}
.bannerVersion8 p:last-of-type {
  margin-bottom: 30px;
}
.bannerVersion8::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #000;
  opacity: 0.4;
}
@media screen and (max-width: 991px) {
  .bannerVersion8 p {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .bannerVersion8 {
    padding-top: 150px !important;
    padding-bottom: 100px !important;
  }
}
.blogVersion2 .mobileButton {
  display: none !important;
}
.blogVersion2 .blogHeading {
  width: calc(100% - 200px) !important;
}
.blogVersion2 .bekijkAlles.vc_col-sm-4 {
  width: 200px !important;
  text-align: right;
}
.blogVersion2 .vc_grid-item-mini .vc_gitem-zone-c:after {
  display: none;
}
.blogVersion2 .vc_grid-item-mini .vc_gitem-zone-c:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #C3AF43;
  min-width: unset !important;
  width: 100% !important;
  height: 5px;
}
.blogVersion2 .vc_grid-item-mini {
  border-radius: 5px !important;
}
.blogVersion2 .vc_grid-item-mini .vc_gitem-zone-a {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}
.blogVersion2 .vc_grid-item-mini .vc_gitem-zone-c {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.blogVersion2 .vc_grid-item-mini .vc_gitem-zone-c .vc_gitem-post-data.vc_gitem-post-data-source-post_date {
  margin-bottom: 0px !important;
}
.blogVersion2 .vc_grid-item-mini .vc_gitem-zone-c .vc_gitem-post-data.vc_gitem-post-data-source-post_date p {
  margin-bottom: 5px !important;
  position: relative;
  padding-left: 25px;
}
.blogVersion2 .vc_grid-item-mini .vc_gitem-zone-c .vc_gitem-post-data.vc_gitem-post-data-source-post_date p::before {
  content: '';
  font-family: 'Fontawesome';
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.blogVersion2 .vc_grid-item-mini .vc_gitem-zone-c h3 {
  font-weight: 600 !important;
  font-size: 23px !important;
  margin-bottom: 10px !important;
}
.blogVersion2 .vc_grid-item-mini .vc_gitem-zone-c .vc_gitem-post-data-source-post_excerpt p {
  margin-bottom: 0px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blogVersion2 .vc_grid-item-mini .vc_gitem-zone-c .vc_gitem-post-data-source-post_excerpt p:last-child {
  margin-bottom: 10px !important;
}
.blogVersion2 .vc_grid-item-mini .vc_gitem-post-data-source-post_excerpt {
  display: block !important;
}
.blogVersion2 .vc_grid-item-mini .vc_btn3-container.vc_btn3-inline a.vc_btn3 {
  text-transform: none !important;
}
.blogVersion2 .mobileButton {
  display: block;
}
@media screen and (max-width: 767px) {
  .blogVersion2 .blogHeading {
    width: 100% !important;
    text-align: center;
  }
  .blogVersion2 .bekijkAlles {
    display: none;
  }
  .blogVersion2 .mobileButton {
    display: block;
    width: 100% !important;
    text-align: center;
  }
}
.blogVersion3 .blogHeading {
  width: calc(100% - 200px) !important;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .blogVersion3 .blogHeading {
    width: 100% !important;
    text-align: center;
  }
}
.blogVersion3 .vc_grid-item-mini {
  border-radius: 5px !important;
}
.blogVersion3 .vc_grid-item-mini .vc_gitem-zone-a {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}
.blogVersion3 .vc_grid-item-mini .vc_gitem-zone-c::after {
  display: none;
}
.blogVersion3 .vc_grid-item-mini .vc_gitem-zone-c {
  padding: 25px !important;
}
.blogVersion3 h3 {
  font-weight: bold;
  color: #555;
  font-size: calc(27 / 17 * 1em);
}
.blogVersion3 .blogDescription {
  display: block;
  margin: 15px 0;
}
.blogVersion3 .blogDescription p {
  margin-bottom: 0px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 17px;
  line-height: 1.7;
}
.blogVersion3 .blogDate {
  display: flex;
  align-items: center;
  margin: 0;
}
.blogVersion3 .blogDate::before {
  content: '';
  font-family: 'Fontawesome';
  margin-right: 0.5rem;
  font-size: 0.8em;
}
.blogVersion3 .blogDate p {
  margin: 0 !important;
  font-size: 0.8em;
}
.element-d1 .card_item .usps-list ul {
  padding-left: 0px;
}
.element-d1 .card_item .usps-list ul li {
  position: relative;
  list-style: none;
  padding-left: 30px;
  margin-bottom: 8px;
}
.element-d1 .card_item .usps-list ul li:last-child {
  margin-bottom: 0px;
}
.element-d1 .card_item .usps-list ul li::before {
  content: '';
  font-family: 'Material Icons';
  font-weight: 600;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  color: #C3AF43;
}
#slider-d4 h2 {
  text-align: center !important;
  margin-bottom: 50px !important;
}
#slider-d4 .wpcp-single-item {
  border: none !important;
}
#slider-d4 .wpcp-carousel-section .wpcp-single-item img {
  max-height: 125px;
  object-fit: contain;
}
#slider-d4 a.vc_btn3 {
  margin-top: 50px !important;
}
.element-d7 .testimonial {
  background-color: #fff;
  border-radius: 15px;
  border-bottom-left-radius: 0;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
  position: relative;
  width: 90%;
  margin: auto;
}
.element-d7 .testimonial:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  background: #fff;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 12px;
  position: absolute;
}
.element-d7 .testimonial:after {
  content: "";
  position: absolute;
  filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.1));
  display: block;
  bottom: -35px;
  left: 0;
  width: 0;
  height: 0;
  z-index: 0;
  border-left: 0 solid transparent;
  border-right: 35px solid transparent;
  border-top: 35px solid #fff;
  margin: 0;
  position: absolute;
}
.element-d7 .wpb_text_column.author {
  padding: 20px 55px;
}
#reviews-d7-2 {
  background-color: #C3AF43;
}
#reviews-d7-2 h2 {
  text-align: center;
  color: #FFF;
}
#reviews-d7-2 .logo-img {
  max-width: 200px;
}
#reviews-d7-2 .vc_tta-tab {
  margin-right: 8px;
}
#reviews-d7-2 .vc_tta-tab:last-child {
  margin-right: 0px !important;
}
#reviews-d7-2 .vc_tta-tabs {
  margin-top: 50px !important;
}
#reviews-d7-2 .vc_tta-tabs .vc_tta-tabs-container {
  margin-top: 15px;
}
#reviews-d7-2 .vc_tta-tabs-list {
  text-align: center;
}
#reviews-d7-2 .vc_tta-panel-body {
  background-color: transparent !important;
  padding: 0px !important;
}
#reviews-d7-2 .vc_tta-panel-body .vc_row {
  margin-bottom: 25px !important;
}
#reviews-d7-2 .vc_tta-panel-body .vc_row:last-child {
  margin-bottom: 0px !important;
}
#reviews-d7-2 .vc_tta-panels {
  border: none;
  border-radius: 0px !important;
  background-color: transparent;
}
#reviews-d7-2 .vc_tta-panel {
  border-radius: 0px !important;
  background-color: transparent !important;
  padding: 0px !important;
  border: none !important;
}
#reviews-d7-2 .vc_tta-panel h2, #reviews-d7-2 .vc_tta-panel h3, #reviews-d7-2 .vc_tta-panel h4, #reviews-d7-2 .vc_tta-panel h5, #reviews-d7-2 .vc_tta-panel p {
  color: #FFF;
}
#reviews-d7-2 .vc_tta-panel h4 {
  font-size: 1.3rem;
}
#reviews-d7-2 .vc_tta-panel p {
  font-size: 0.9rem;
}
#reviews-d7-2 .vc_tta-panel .logo-img {
  margin-right: 35px;
  height: 135px;
  width: 135px;
}
#reviews-d7-2 .vc_tta-panel .logo-img::after {
  content: '';
  background-color: #FFF;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#reviews-d7-2 .vc_tta-panel .logo-img .wpb_single_image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 65px;
  width: 65px;
  object-fit: contain;
}
#reviews-d7-2 li.vc_tta-tab a {
  font-size: 0px;
  width: 20px;
  height: 20px;
  padding: 0px;
  border-radius: 50% !important;
  border: none !important;
  background-color: #FFF;
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
}
#reviews-d7-2 li.vc_tta-tab a::before {
  display: none !important;
}
#reviews-d7-2 li.vc_tta-tab a::after {
  display: none !important;
}
#reviews-d7-2 li.vc_tta-tab a:hover {
  opacity: 1;
}
#reviews-d7-2 li.vc_tta-tab.vc_active a {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #reviews-d7-2 .vc_tta-panel-heading {
    display: none;
  }
  #reviews-d7-2 .vc_tta-panel-body {
    border: none;
  }
  #reviews-d7-2 .vc_tta-panel-body .wpb_wrapper {
    text-align: center;
  }
  #reviews-d7-2 .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
    display: block;
  }
}
.element-e1 .card_item h3 {
  font-size: 1.2em;
}
.element-e1 .card_item a.vc_btn3 {
  margin-bottom: 25px;
  min-width: 130px !important;
}
.element-e1 .card_item::after {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: 8px;
  left: 15px;
  bottom: 15px;
  background: #C3AF43;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.element-e1 .card_item .price p {
  font-size: 1.6em;
  color: #C3AF43;
}
.element-e1 .card_item .price p strong {
  position: absolute;
  transform: translateY(-10px);
  font-weight: 700;
}
.element-e1 .card_item .price p em {
  padding-left: 35px;
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
}
.element-e6 h2 {
  margin-bottom: 35px !important;
}
.element-e6 .faq-wrapper {
  margin-bottom: 35px !important;
}
.element-e6 .faq-wrapper .vc_toggle {
  padding: 20px;
  background-color: #FFFFFF;
  margin-bottom: 10px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.element-e6 .faq-wrapper .vc_toggle h4 {
  font-size: 20px;
}
.element-e6 .faq-wrapper .vc_toggle p:last-child {
  margin-bottom: 0px !important;
}
.element-e6 .faq-wrapper .vc_toggle i.vc_toggle_icon {
  float: right;
  margin-top: 4px;
}
.element-e6 .faq-wrapper .vc_toggle:last-child {
  margin-bottom: 0px;
}
.element-e6 .faq-wrapper:last-of-type {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 991px) {
  .element-e1 .card_item > .vc_column-inner {
    padding: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .element-e6 .faq-wrapper {
    margin-bottom: 0px !important;
  }
  .element-e6 .faq-content {
    margin-bottom: 35px;
  }
  .element-e6 .faq-content h3 {
    text-align: center;
    font-size: 1.2em;
  }
  .element-e6 .faq-wrapper:last-of-type .faq-content:last-of-type {
    margin-bottom: 0px !important;
  }
}
.element-f2 {
  margin-bottom: 100px;
  margin-top: 100px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  padding: 35px !important;
}
.element-f2 .contact-persoon img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.element-f2 .contact-persoon .primary p strong {
  color: #C3AF43;
}
.element-f2 .contact-persoon .telephone p, .element-f2 .contact-persoon .email p {
  margin-bottom: 0px !important;
}
.element-f2 .contact-persoon .telephone p a, .element-f2 .contact-persoon .email p a {
  color: #707070 !important;
  padding-left: 12px;
}
.element-f2 .contact-persoon .email p {
  margin-top: 5px;
}
.element-f2 .contact-persoon .telephone p::before {
  content: '';
  color: #777;
  font-size: 16px;
  font-family: 'Fontawesome';
  width: 10px;
  height: 10px;
  left: 0px;
  top: 0px;
}
.element-f2 .contact-persoon .email p::before {
  content: '';
  color: #777;
  font-size: 16px;
  font-family: 'Fontawesome';
  width: 10px;
  height: 10px;
  left: 0px;
  top: 0px;
}
.element-f2 .contact-persoon .vc_btn3-container {
  margin-top: 15px;
}
.element-f3 {
  background-color: #F6F5F6;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1199px) {
  .element-f2 .contact-persoon img {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 991px) {
  .element-f2 .contact-persoon .wpb_column.vc_column_container {
    width: 100%;
    text-align: center;
  }
  .element-f2 .contact-persoon .wpb_column.vc_column_container .wpb_single_image {
    text-align: center !important;
    margin-bottom: 15px;
  }
  .element-f2 .contact-persoon img {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .element-f2 {
    display: flex;
    flex-direction: column-reverse;
    margin-left: auto !important;
    max-width: 85vw;
    margin-right: auto !important;
  }
  .element-f2 .contact-persoon {
    margin-bottom: 35px;
  }
  .element-f2 .contact-persoon .vc_col-sm-8 {
    width: 65% !important;
    float: left;
  }
  .element-f2 .contact-persoon .vc_col-sm-4 {
    width: 35% !important;
    float: left;
  }
  .element-f2 .contact-persoon .vc_col-sm-4 img {
    width: 130px;
    height: 130px;
  }
}
@media screen and (max-width: 576px) {
  .element-f2 .vc_column-inner {
    text-align: center !important;
  }
  .element-f2 .contact-persoon .wpb_column.vc_column_container {
    width: 100% !important;
    text-align: center !important;
  }
}
.element-g3 p.form-wrapper {
  display: inline-block;
  float: left;
  margin-right: 10px !important;
}
.element-g3 p:last-of-type {
  display: inline-block;
  float: right;
}
.element-g3 form {
  float: right;
}
.element-g3 form p {
  margin-bottom: 0px !important;
}
.element-g3 form label.has-value {
  padding-right: 10px;
  padding-left: 10px;
}
.element-g3 input {
  margin-bottom: 0px !important;
  max-height: 51px;
}
.element-g3 input[type='submit'] {
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  border-radius: 15px !important;
}
.element-g3 .form-wrapper {
  margin-bottom: 0px !important;
}
.element-g3 .ajax-loader {
  position: absolute;
  right: 0px;
  bottom: -30px;
}
@media screen and (max-width: 1199px) {
  .element-g3 .vc_col-sm-5 {
    width: 33.33333333% !important;
  }
  .element-g3 .vc_col-sm-7 {
    width: 66.66666666% !important;
  }
}
@media screen and (max-width: 991px) {
  .element-g3 .vc_col-sm-5 {
    width: 100% !important;
    text-align: center !important;
  }
  .element-g3 .vc_col-sm-7 {
    width: 100% !important;
  }
  .element-g3 form.wpcf7-form {
    text-align: center !important;
    margin-top: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .element-g3 input[type='submit'] {
    margin-top: 10px !important;
  }
  .element-g3 form.wpcf7-form .form-wrapper input {
    max-width: 100% !important;
  }
  .element-g3 p.form-wrapper {
    margin-bottom: 10px !important;
    margin-right: 0px !important;
    float: none;
  }
  .element-g3 p:last-of-type {
    float: none;
  }
}
.element-h2 {
  max-width: 85vw;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 35px !important;
  border-radius: 5px;
}
.element-h2 .inner-content {
  padding-left: 20px;
}
.element-h2 .inner-content h3 {
  color: #FFFFFF;
}
.element-h2 .inner-content p {
  color: #FFFFFF;
}
.element-h2 .inner-content .text-note p {
  font-size: 14px;
}
.element-h2 .inner-content form input[type='submit'] {
  margin-bottom: 0px !important;
}
.element-h2 .inner-content form .form-wrapper {
  width: calc(50% - 5px);
  float: left;
}
.element-h2 .inner-content form .form-wrapper:first-of-type {
  margin-right: 10px;
}
.element-h2 form.wpcf7-form .form-wrapper label {
  top: 14px;
}
@media screen and (max-width: 767px) {
  .element-h2 .image-content .wpb_single_image {
    text-align: center;
    margin-bottom: 35px;
  }
  .element-h2 .image-content .wpb_single_image img {
    height: 200px;
    width: 100%;
    object-fit: contain;
  }
  .element-h2 .inner-content {
    text-align: center;
    padding-left: 0px;
  }
  .element-h2 .inner-content .form-wrapper {
    width: 100% !important;
    margin-right: 0px !important;
  }
}
.element-k1-head {
  padding-bottom: 0px !important;
}
.element-k1-body {
  padding-top: 0px !important;
}
.element-k1-body .usps-list .vc_row:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .experts-title {
    margin-top: 100px;
  }
}
.element-l1 .vc_grid .vc_grid-item .vc_grid-item-mini {
  background: transparent !important;
  box-shadow: unset !important;
  border-radius: 0 !important;
}
.element-l1 .vc_grid .vc_grid-item .vc_grid-item-mini .vc_gitem-zone-a {
  border-radius: 5px !important;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}
.element-l1 .vc_grid .vc_grid-item .vc_grid-item-mini .vc_gitem-zone-c {
  background: transparent !important;
  padding: 20px 0 !important;
  border-radius: 0 !important;
}
.element-l1 .vc_grid .vc_grid-item .vc_grid-item-mini .vc_gitem-zone-c:after {
  display: none;
}
.element-l1 .vc_grid .vc_grid-item .vc_grid-item-mini .vc_gitem-zone-c h4 {
  font-size: 1em;
}
.element-l1 .vc_pageable-load-more-btn {
  margin-top: 0 !important;
}
.element-l1 .vc_pageable-load-more-btn .vc_btn3-container .vc_general.vc_btn3 {
  color: #707070 !important;
  background: #fff !important;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1) !important;
}
#popOver {
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  padding: 0 !important;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}
#popOver.is-visible {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
#popOverCloseTrigger {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  z-index: 10;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
#popOverCloseTrigger.is-visible {
  opacity: 10;
  visibility: visible;
  transition-delay: 0s;
}
.ctaVersion6 form .row {
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.ctaVersion6 form .row .name-input {
  max-width: calc(50% - 43px) !important;
  margin-right: 15px;
}
.ctaVersion6 form .row .name-input p {
  margin-top: 10px !important;
  margin-bottom: 0px !important;
}
.ctaVersion6 form .row .email-input {
  max-width: calc(50% - 43px) !important;
  margin-right: 15px;
}
.ctaVersion6 form .row .email-input p {
  margin-top: 10px !important;
  margin-bottom: 0px !important;
}
.ctaVersion6 form .row .button-submit {
  min-width: 55px;
  max-width: 55px;
  padding-right: 0px !important;
}
.ctaVersion6 form .row .button-submit input {
  margin-top: 10px !important;
  margin-bottom: 0px !important;
  display: inline-block;
  font-size: 0 !important;
  min-width: unset !important;
  padding: 10px 10px !important;
  width: 55px;
  height: 55px;
  vertical-align: middle;
  margin-bottom: 10px;
  background-image: url("/wp-content/uploads/chevron_right.png") !important;
  background-position: 22px 19px;
  background-repeat: no-repeat;
  background-size: 10px;
}
@media screen and (max-width: 767px) {
  .ctaVersion6 .brochure-img .wpb_single_image {
    text-align: center;
  }
  .ctaVersion6 .brochure-img .wpb_single_image, .ctaVersion6 .brochure-img figure, .ctaVersion6 .brochure-img .vc_single_image-wrapper {
    width: 100%;
  }
  .ctaVersion6 .brochure-img img {
    margin-bottom: 35px;
    max-height: 250px;
    object-fit: contain;
    width: 100%;
  }
  .ctaVersion6 form .row .name-input, .ctaVersion6 form .row .email-input {
    max-width: 100% !important;
  }
  .ctaVersion6 form .row .button-submit input {
    font-size: 17px !important;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
    display: inline-block;
    min-width: unset !important;
    padding: 10px 25px !important;
    width: auto;
    height: auto;
    vertical-align: middle;
    margin-bottom: 10px;
    background-image: none !important;
    background-position: 22px 19px;
    background-repeat: no-repeat;
    background-size: 10px;
  }
}
@media screen and (max-width: 420px) {
  .ctaVersion6 .card_item > .vc_column-inner {
    padding: 20px !important;
  }
}
.ctaVersion7 h3 {
  text-align: center;
}
.ctaVersion7 #sb_instagram {
  padding-top: 10px;
}
.ctaVersion7 #sb_instagram .sb_instagram_header {
  float: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 25px !important;
}
.ctaVersion7 #sb_instagram .sb_instagram_header a {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.ctaVersion7 #sb_instagram .sb_instagram_header a .sbi_header_text {
  float: none;
  width: auto;
  padding: 0;
}
.ctaVersion7 #sb_instagram .sb_instagram_header a .sbi_header_text h3 {
  margin: 0 !important;
  padding: 0 0 0 10px !important;
  float: none;
  clear: none;
}
.ctaVersion7 #sb_instagram .sb_instagram_header a .sbi_header_img {
  float: none;
  margin: 0 !important;
}
.ctaVersion7 #sb_instagram #sbi_load .sbi_follow_btn a {
  font-size: 17px;
  text-transform: uppercase;
  background: #C3AF43 !important;
  padding: 12px 30px;
  border-radius: 10px;
  font-weight: 500;
  text-align: center;
  min-width: 170px;
  line-height: inherit;
  margin-top: 30px;
  transition: all 0.2s ease-in-out;
}
.ctaVersion7 #sb_instagram #sbi_load .sbi_follow_btn a:hover {
  transform: scale(0.98);
  cursor: pointer;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .ctaVersion7 #sb_instagram.sbi_col_3 #sbi_images .sbi_item, .ctaVersion7 #sb_instagram.sbi_col_4 #sbi_images .sbi_item, .ctaVersion7 #sb_instagram.sbi_col_5 #sbi_images .sbi_item, .ctaVersion7 #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
    width: 50%;
  }
}
.ctaVersion8 .card_item.download_card figure img {
  height: 175px;
  object-fit: contain;
}
.ctaVersion8 .card_item.download_card .download-title {
  padding-top: 30px;
  padding-bottom: 30px;
}
.ctaVersion8 .card_item.download_card .download-title h4 {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 1199px) {
  .ctaVersion8 .card_item.download_card > .vc_column-inner {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
.contentVersion3 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  margin-top: 50px;
  margin-bottom: 50px;
  overflow: initial !important;
}
.contentVersion3 .subtitle p {
  font-weight: 600;
  font-size: 20px;
}
.contentVersion3 .wpb_video_widget {
  margin-top: -100px;
}
.contentVersion3 .usp-row {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.contentVersion3 .uspContainer {
  position: relative;
  margin-top: 35px;
}
.contentVersion3 .uspContainer h3 {
  margin-bottom: 0px !important;
}
.contentVersion3 .uspContainer .getal {
  padding-left: 35px;
}
.contentVersion3 .uspContainer .uspGetal {
  padding-left: 35px;
}
.contentVersion3 .uspContainer .vc_icon_element {
  position: absolute;
  left: 0px;
  top: 5px;
}
.contentVersion3 .uspContainer .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
  width: 33px;
  height: 45px;
  font-size: 20px;
  background-color: transparent !important;
}
.contentVersion3 .uspContainer .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner span::before {
  color: #C3AF43;
}
@media screen and (max-width: 1199px) {
  .contentVersion3 .usp-row {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .contentVersion3 {
    display: flex;
    flex-direction: column-reverse;
  }
  .contentVersion3 .wpb_video_widget {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .contentVersion3 .uspContainer {
    float: left;
  }
}
@media screen and (max-width: 576px) {
  .contentVersion3 .uspContainer {
    width: 100%;
  }
  .contentVersion3 .uspContainer .getal {
    text-align: center;
    padding-right: 35px;
  }
  .contentVersion3 .uspContainer .uspGetal {
    padding-right: 35px;
    text-align: center;
  }
}
@media screen and (max-width: 420px) {
  .contentVersion3 .uspContainer .getal {
    text-align: left;
    padding-right: 0px;
  }
  .contentVersion3 .uspContainer .uspGetal {
    padding-right: 0px;
    text-align: left;
  }
}
.contentVersion6 .card_stats {
  transform: translateY(-50%);
  width: 90%;
}
.contentVersion6 .card_stats.card_item_inner {
  padding: 20px 30px !important;
}
.contentVersion6 .card_stats .uspContainer h4 {
  margin-bottom: 0px !important;
  line-height: 1;
}
.contentVersion6 .card_stats .uspContainer .getal {
  padding-left: 50px;
}
.contentVersion6 .card_stats .uspContainer .uspGetal {
  padding-left: 50px;
}
.contentVersion6 .card_stats .uspContainer .uspGetal div p {
  margin-bottom: 0px !important;
  line-height: 1.5;
}
.contentVersion6 .card_stats .uspContainer .vc_icon_element {
  position: absolute;
  left: 0px;
  top: 0px;
}
.contentVersion6 .card_stats .uspContainer .vc_icon_element .vc_icon_element-inner {
  width: 3.5em;
  height: 3.5em;
}
@media screen and (max-width: 1200px) {
  .contentVersion6 .card_stats .uspContainer .vc_icon_element {
    top: calc(50% - 27px);
  }
}
@media screen and (max-width: 991px) {
  .contentVersion6 {
    display: flex;
    flex-direction: column-reverse;
  }
  .contentVersion6 .card_stats .uspContainer .vc_icon_element {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .contentVersion6 .card_stats .uspContainer .getal, .contentVersion6 .card_stats .uspContainer .uspGetal {
    padding: 0;
    text-align: center;
  }
  .contentVersion6 .card_stats .uspContainer:last-child {
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .contentVersion6 .card_stats .uspContainer .vc_icon_element {
    display: none;
  }
}
.formVersion1 .form_card {
  max-width: 991px;
}
.testimonialVersion5.title_block {
  padding-bottom: 35px !important;
}
.testimonialVersion5.title_block p {
  margin-bottom: 0px !important;
}
.testimonialVersion5 .reviewThumbnail {
  width: 90px;
  height: 90px;
  margin: 0px auto;
}
.specialismeVersion1 .card_item.has_img figure.vc_figure img {
  height: 185px;
  max-height: 185px;
}
@media screen and (max-width: 991px) {
  .specialismeVersion1 .card_item.has_img {
    margin-bottom: 30px;
  }
  .specialismeVersion1 .card_item.has_img:last-child {
    margin-bottom: 0px;
  }
}
.specialismeVersion2 .content-wrapper {
  border-radius: 5px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}
.specialismeVersion2 .content-wrapper .image {
  background: #eee;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.specialismeVersion2 .content-wrapper .image * {
  height: 100%;
  width: 100%;
  padding: 0;
}
.specialismeVersion2 .content-wrapper .image img {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  object-fit: cover;
}
.specialismeVersion2 .content-wrapper .text {
  padding: 30px;
}
.specialismeVersion2 .content-wrapper .text .content-title p {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 991px) {
  .specialismeVersion2 .content-wrapper > .wpb_column {
    width: 100% !important;
  }
  .specialismeVersion2 .content-wrapper .image {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }
  .specialismeVersion2 .content-wrapper .image img {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    object-fit: cover;
    min-height: 185px;
    height: 185px;
    max-height: 185px;
  }
  .specialismeVersion2 .content-wrapper .text {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .specialismeVersion2 .vc_col-sm-6 {
    padding-bottom: 30px !important;
  }
  .specialismeVersion2 .vc_col-sm-6:last-child {
    padding-bottom: 15px !important;
  }
  .specialismeVersion2 .vc_col-sm-6 > .vc_column-inner {
    padding-left: 0px;
    padding-right: 0px;
  }
  .specialismeVersion2 .card_item .text {
    padding-bottom: 25px;
  }
}
.specialismeVersion3 .content-wrapper .vc_icon_element {
  margin-bottom: 12px;
}
.specialismeVersion3 .content-wrapper .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon {
  font-size: 1.5em !important;
}
.specialismeVersion3 .content-wrapper .vc_icon_element-inner:hover {
  background-color: #C3AF43 !important;
}
.specialismeVersion3 .content-wrapper .content-title p {
  margin-bottom: 8px !important;
}
@media screen and (max-width: 991px) {
  .specialismeVersion3 .content-wrapper {
    margin-bottom: 25px !important;
  }
  .specialismeVersion3 .content-wrapper:nth-last-child(-n+2) {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .specialismeVersion3 .content-wrapper {
    margin-bottom: 25px !important;
  }
  .specialismeVersion3 .content-wrapper:nth-last-child(-n+2) {
    margin-bottom: 25px !important;
  }
  .specialismeVersion3 .content-wrapper:last-child {
    margin-bottom: 0px !important;
  }
}
.specialismeVersion4 .category-links .card_item {
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  margin-top: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.specialismeVersion4 .category-links .card_item .card-image .vc_column-inner {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.specialismeVersion4 .category-links .card_item .card-image * {
  height: 100%;
}
.specialismeVersion4 .category-links .card_item .card-image * img {
  object-fit: cover;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.specialismeVersion4 .category-links .card_item .content-column {
  padding: 20px;
  padding-left: 10px !important;
}
.specialismeVersion4 .category-links .card_item .content-column h4 {
  font-size: 0.9em;
  font-weight: 600;
}
.specialismeVersion4 .category-links .card_item .content-column .wpb_text_column {
  padding-right: 55px;
}
.specialismeVersion4 .category-links .card_item .content-column .wpb_text_column p {
  font-size: 0.9em;
}
.specialismeVersion4 .category-links .card_item .content-column .wpb_text_column p:last-child {
  margin-bottom: 0px !important;
}
.specialismeVersion4 .category-links .card_item .content-column .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
  position: absolute;
  background: #F9F9F9 !important;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  transition: all 0.2s ease-in-out;
}
.specialismeVersion4 .category-links .card_item .content-column .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner span.vc_icon_element-icon {
  font-size: 1.3em !important;
}
.specialismeVersion4 .category-links .card_item .content-column .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
  color: #4B4B4B;
}
.specialismeVersion4 .category-links .card_item .content-column .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner:hover {
  background-color: #C3AF43 !important;
}
.specialismeVersion4 .category-links .card_item .content-column .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner:hover .vc_icon_element-icon:before {
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .specialismeVersion4 > .wpb_column {
    width: 100% !important;
  }
  .specialismeVersion4 .category-links .card_item {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .specialismeVersion4 .card-image img {
    border-top-right-radius: 5px !important;
    border-bottom-left-radius: 0 !important;
    object-fit: cover;
    min-height: 120px;
    height: 20vh;
    max-height: 400px;
  }
}
@media screen and (max-width: 575px) {
  .specialismeVersion4 .content-column {
    padding: 20px 15px !important;
    padding-left: 15px !important;
  }
  .specialismeVersion4 .content-column .wpb_content_element {
    padding-right: 0 !important;
  }
  .specialismeVersion4 .content-column .vc_icon_element-inner {
    top: 0 !important;
  }
}
.specialismeVersion5 {
  text-align: center;
}
.specialismeVersion5 .card_item > .vc_column-inner {
  padding: 0px !important;
}
.specialismeVersion5 .card_item > .vc_column-inner h3 {
  font-size: 22px;
  padding: 25px 15px 0px 15px;
  margin-bottom: 0px !important;
}
.specialismeVersion5 .card_item > .vc_column-inner .vc_toggle_title {
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-bottom: 15px !important;
}
.specialismeVersion5 .card_item > .vc_column-inner .vc_toggle_title p {
  margin-bottom: 0px !important;
  display: inline-block;
  color: #C3AF43;
  padding-left: 16px;
}
.specialismeVersion5 .card_item > .vc_column-inner .vc_toggle_title i::before {
  border-width: 1px;
  border-color: #C3AF43;
}
.specialismeVersion5 .card_item > .vc_column-inner .vc_toggle_title i::after {
  border-width: 1px;
  border-color: #C3AF43;
}
.specialismeVersion5 .card_item > .vc_column-inner .vc_toggle_content {
  margin-top: 0px !important;
  padding: 15px !important;
  padding-top: 0px !important;
}
.specialismeVersion5 .wpb_single_image img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.specialismeVersion6 a {
  position: relative;
  padding-right: 15px;
}
.specialismeVersion6 a:hover {
  text-decoration: none;
}
.specialismeVersion6 a::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 6.5px;
  font-size: 10px;
  font-family: 'Fontawesome';
}
.specialismeVersion7 .text-content .vc_column-inner .vc_btn3-container {
  margin-right: 12px;
}
.specialismeVersion7 .text-content .vc_column-inner .vc_btn3-container.primary-ghost {
  margin-right: 0px;
}
.specialismeVersion7 .text-content .wpb_text_column:last-of-type {
  margin-top: 35px;
}
.specialismeVersion7 .usps .vc_icon_element .vc_icon_element-inner {
  background-color: transparent !important;
  position: relative;
}
.specialismeVersion7 .usps .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
  left: 0px !important;
  top: 0px;
  transform: none;
}
.specialismeVersion7 .usps .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
  color: #C3AF43 !important;
}
.specialismeVersion7 .usps .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
  color: inherit !important;
  font-size: 1.2em;
}
.specialismeVersion7 .usps .vc_row.wpb_row.vc_inner.vc_row-fluid:last-of-type {
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  .specialismeVersion7 .text-content {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .specialismeVersion7 .wpb_column.vc_column_container.vc_col-sm-6 {
    margin-bottom: 35px;
  }
  .specialismeVersion7 .usps .vc_row.wpb_row.vc_inner.vc_row-fluid:last-of-type {
    margin-top: 0px !important;
  }
  .specialismeVersion7 .text-content .vc_btn3-container {
    width: 100% !important;
  }
  .specialismeVersion7 .text-content .vc_btn3-container {
    margin-bottom: 15px !important;
  }
  .specialismeVersion7 .text-content .vc_btn3-container.primary-ghost {
    margin-bottom: 0px !important;
  }
}
.specialismeVersion9 {
  transform: translateY(-80px);
  padding-top: 0 !important;
}
.specialismeVersion9 .card_item .vc_column-inner {
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.specialismeVersion9 .card_item .vc_column-inner::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #C3AF43;
}
.specialismeVersion9 .card_item .vc_column-inner .wpb_text_column:nth-child(odd) p {
  color: #C3AF43;
}
.specialismeVersion9 .card_item .vc_column-inner:hover {
  transform: scale(0.98);
  cursor: pointer;
  background-color: #C3AF43;
}
.specialismeVersion9 .card_item .vc_column-inner:hover p, .specialismeVersion9 .card_item .vc_column-inner:hover a {
  color: #ffffff !important;
}
.specialismeVersion9 .card_item .vc_column-inner:hover a {
  text-decoration: underline;
}
.specialismeVersion8.primaryBackgroundOverlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0.75;
  background-color: #C3AF43;
}
.specialismeVersion8.primaryBackgroundOverlay .text-content h1, .specialismeVersion8.primaryBackgroundOverlay .text-content h2, .specialismeVersion8.primaryBackgroundOverlay .text-content h3, .specialismeVersion8.primaryBackgroundOverlay .text-content h4, .specialismeVersion8.primaryBackgroundOverlay .text-content h5 {
  color: #FFF;
}
.specialismeVersion8.primaryBackgroundOverlay .text-content p {
  color: #FFF;
}
.specialismeVersion8.primaryBackgroundOverlay .usps p {
  color: #FFF;
}
.specialismeVersion8.primaryBackgroundOverlay .usps .vc_row.wpb_row.vc_inner.vc_row-fluid:last-of-type {
  margin-top: 50px;
}
.specialismeVersion8.primaryBackgroundOverlay .usps .vc_icon_element .vc_icon_element-inner {
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  width: 4em;
  height: 4em;
  box-sizing: content-box;
  background-color: transparent !important;
  position: relative;
}
.specialismeVersion8.primaryBackgroundOverlay .usps .vc_icon_element .vc_icon_element-inner span.vc_icon_element-icon {
  left: 0px !important;
  top: 0px;
  transform: none;
}
@media screen and (max-width: 991px) {
  .specialismeVersion8 .text-content {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .specialismeVersion8 .usps .wpb_column.vc_column_container.vc_col-sm-6 {
    margin-bottom: 50px;
  }
  .specialismeVersion8 .usps .vc_row.wpb_row.vc_inner.vc_row-fluid:last-of-type {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 576px) {
  .specialismeVersion8 .vc_row.vc_column-gap-30 > .vc_column_container {
    padding: 0px !important;
  }
}
.teamVersion1 {
  padding: 100px 0 !important;
}
.teamVersion1 .card_item .vc_column-inner {
  padding: 0px !important;
  text-align: center;
}
.teamVersion1 .card_item img {
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  object-fit: cover;
  height: 325px;
}
.teamVersion1 .expert h4 {
  margin-top: 30px !important;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 22px;
}
.teamVersion1 .expert .vakgebied {
  margin-top: 5px;
  padding-left: 25px;
  padding-right: 25px;
}
.teamVersion1 .expert .links {
  padding-top: 10px;
  padding-bottom: 20px;
}
.teamVersion1 .expert .links .vc_icon_element {
  display: inline-block;
}
.teamVersion1 .expert .links .vc_icon_element {
  margin: 0 5px;
}
.teamVersion1 .expert .links .vc_icon_element .vc_icon_element-inner {
  width: 45px !important;
  height: 45px !important;
  border-radius: 100% !important;
}
.teamVersion1 .expert .links .vc_icon_element .vc_icon_element-inner .vc_icon_element-icon {
  font-size: 18px !important;
}
.teamVersion1 .expert .vc_icon_element {
  transition: all 0.2s ease-in-out;
}
.teamVersion1 .expert .vc_icon_element:hover {
  opacity: 0.6;
}
.teamVersion1.pt-35 {
  padding-top: 35px !important;
}
.teamVersion1.pt-0 {
  padding-top: 0px !important;
}
.teamVersion1.pb-0 {
  padding-bottom: 0px !important;
}
.teamVersion1:last-child {
  padding: 100px 0 !important;
  padding-top: 0px !important;
}
@media screen and (max-width: 991px) {
  .teamVersion1 .card_item img {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .teamVersion1 figure {
    width: 100%;
  }
  .teamVersion1 figure .vc_single_image-wrapper {
    width: 100%;
  }
  .teamVersion1 figure .vc_single_image-wrapper img {
    width: 100%;
    height: 275px;
  }
}
/* ------------------------ Company Fuel Branches ------------------------ */
.bouw-element-g3 .content-text h4 {
  font-weight: 700;
}
.bouw-element-g3 .content-text p {
  font-weight: 300;
  font-size: 18px;
}
.bouw-element-g3.call-back .wpb_text_column.wpb_content_element p {
  font-weight: 300;
  font-size: 18px;
}
.bouw-title-block {
  padding-bottom: 35px !important;
}
.bouw-title-block p {
  margin-bottom: 0px !important;
}
.projectBackgroundImage {
  border-radius: 0px !important;
  min-height: 40vh;
}
.projectBackgroundImage div {
  font-size: 20px;
  font-weight: bold;
  padding-left: 5px;
  padding-bottom: 2px;
}
.reviewThumbnail {
  width: 90px;
  height: 90px;
  margin: 0px auto;
}
@media screen and (max-width: 767px) {
  .bouw-element-g3 .content-text {
    text-align: center !important;
  }
  .bouw-element-g3 .wpb_column .vc_btn3-container.vc_btn3-right {
    text-align: center !important;
    margin-top: 25px !important;
  }
}
/* ------------------------ Custom ------------------------ */
/* Custom */
#masthead.scrolled .spinner {
  background-color: #707070;
}
#masthead.scrolled .mobile_call_button i.material-icons {
  color: #707070 !important;
}
body .element-g3 input[type='submit'] {
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
  padding-left: 48px !important;
}
body .xdsoft_datetimepicker .xdsoft_timepicker {
  min-width: 182px;
}
body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev, body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  margin-left: 0;
  left: 50%;
  transform: translateX(-50%);
}
body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_calendar td:hover, body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background: #C3AF43 !important;
}
body .xdsoft_datetimepicker .xdsoft_calendar td:hover {
  background: #C3AF43 !important;
}
.top_bestemmingen {
  background: #323232 !important;
}
.top_bestemmingen p {
  position: relative;
  color: #fff;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.top_bestemmingen p:after {
  content: "";
  font-family: "Material Icons";
  vertical-align: middle;
  margin-left: 4px;
  text-decoration: 0 !important;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.top_bestemmingen p:hover {
  color: #C3AF43;
  cursor: pointer;
}
.top_bestemmingen p:hover:after {
  margin-left: 6px;
}
.tm-cta {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background: #323232 !important;
}
.tm-cta:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  backdrop-filter: blur(6px);
  border-radius: inherit;
}
.tm-cta * {
  color: #fff !important;
}
.checkmark-ul ul {
  margin-top: 30px;
  padding-left: 0;
  margin-bottom: 40px !important;
}
.checkmark-ul ul li {
  list-style-type: none;
  margin: 10px 0;
  padding-left: 35px;
  position: relative;
}
.checkmark-ul ul li:before {
  content: "";
  font-family: "Material Icons";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
}
.tm-banner {
  padding-bottom: 0 !important;
  margin-bottom: 30px;
}
.tm-banner:before {
  content: "";
  display: block !important;
  left: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 55px;
  background: #fff;
  z-index: 1;
}
.tm-banner .tm-form {
  background: #C3AF43;
  border-radius: 5px;
  padding: 40px;
}
.tm-banner .tm-form form.wpcf7-form input {
  border: 0 !important;
}
.tm-banner .tm-form form.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: -10px;
}
.tm-banner .tm-form form.wpcf7-form .adressen {
  align-items: baseline;
}
.tm-banner .tm-form form.wpcf7-form .adressen label {
  width: 100%;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}
.tm-banner .tm-form form.wpcf7-form .adressen .col {
  flex-grow: unset;
}
.tm-banner .tm-form form.wpcf7-form .adressen .col .switch_addresses {
  cursor: pointer;
  user-select: none;
}
.tm-banner .tm-form form.wpcf7-form .adressen .col-flex {
  flex: 1;
}
.tm-banner .tm-form form.wpcf7-form .gebruikersgegevens {
  position: relative;
  padding-top: 30px;
  margin-top: 15px;
  max-height: 600px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.tm-banner .tm-form form.wpcf7-form .gebruikersgegevens.hidden {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding-top: 0;
  margin-top: 0;
}
.tm-banner .tm-form form.wpcf7-form .gebruikersgegevens:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 30px);
  height: 1px;
  background: #000000;
  opacity: 0.1;
}
.tm-banner .tm-form form.wpcf7-form .gebruikersgegevens textarea {
  height: 196px;
  min-height: 196px;
  max-height: 196px;
}
.tm-banner .tm-form form.wpcf7-form .gebruikersgegevens textarea::placeholder {
  opacity: 0.5;
}
.tm-banner .tm-form form.wpcf7-form .gebruikersgegevens .voertuig > label {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  width: 100%;
}
.tm-banner .tm-form form.wpcf7-form .gebruikersgegevens .voertuig #soortauto {
  display: flex;
  width: 100%;
  margin: 0 0 15px;
}
@media only screen and (max-width: 400px) {
  .tm-banner .tm-form form.wpcf7-form .gebruikersgegevens .voertuig #soortauto {
    margin-bottom: 200px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .tm-banner .tm-form form.wpcf7-form .gebruikersgegevens .voertuig #soortauto {
    flex-direction: column;
  }
}
.tm-banner .tm-form form.wpcf7-form .gebruikersgegevens .voertuig #soortauto label {
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
}
.tm-banner .tm-form form.wpcf7-form .eind label {
  margin-bottom: 0;
}
.tm-banner .tm-form form.wpcf7-form .eind > div {
  display: flex;
}
.tm-banner .tm-form form.wpcf7-form .eind > div.text-right {
  flex-direction: row-reverse;
}
.tm-banner .tm-form form.wpcf7-form .eind > div.text-right input[type="submit"], .tm-banner .tm-form form.wpcf7-form .eind > div.text-right button {
  width: auto;
  background: #333 !important;
}
.tm-banner .tm-form form.wpcf7-form .eind .wpcf7-form-control-wrap {
  width: auto;
}
.tm-banner .tm-form form.wpcf7-form .eind .wpcf7-form-control-wrap br {
  display: none;
}
.tm-banner .tm-form form.wpcf7-form .eind .wpcf7-form-control-wrap.datum:before, .tm-banner .tm-form form.wpcf7-form .eind .wpcf7-form-control-wrap.tijd:before {
  position: absolute;
  content: "";
  font-family: "Material Icons";
  top: 50%;
  left: 20px;
  font-size: 24px;
  margin-top: -6px;
  transform: translateY(-50%);
  pointer-events: none;
}
.tm-banner .tm-form form.wpcf7-form .eind .wpcf7-form-control-wrap.datum input, .tm-banner .tm-form form.wpcf7-form .eind .wpcf7-form-control-wrap.tijd input {
  margin-bottom: 0 !important;
  padding: 0px 25px 0 50px;
}
.tm-banner .tm-form form.wpcf7-form .eind .wpcf7-form-control-wrap.datum input:focus, .tm-banner .tm-form form.wpcf7-form .eind .wpcf7-form-control-wrap.tijd input:focus {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15) !important;
}
.tm-banner .tm-form form.wpcf7-form .eind .wpcf7-form-control-wrap.datum input::placeholder, .tm-banner .tm-form form.wpcf7-form .eind .wpcf7-form-control-wrap.tijd input::placeholder {
  opacity: 1;
}
.tm-banner .tm-form form.wpcf7-form .eind .wpcf7-form-control-wrap.tijd:before {
  content: "";
}
.tm-banner .tm-form form.wpcf7-form .eind .wpcf7-form-control-wrap.retour {
  display: flex;
  align-items: center;
}
.tm-banner .tm-form form.wpcf7-form .eind .wpcf7-form-control-wrap input:not([type="submit"]) {
  background: transparent;
  width: auto !important;
  border: 0 !important;
  display: inline-block;
  color: #fff;
  max-width: 200px;
}
.tm-banner .tm-form form.wpcf7-form .eind .wpcf7-form-control-wrap input:not([type="submit"])::placeholder {
  color: #fff;
}
.tm-banner .tm-form form.wpcf7-form .wpcf7-response-output {
  background: rgba(0, 0, 0, 0.06);
}
.tm-usps p {
  color: #333 !important;
  font-weight: 600;
}
ul.sub-menu.subsub {
  margin-left: 100%;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 0px !important;
  display: none !important;
}
.li:hover > .subsub {
  display: block !important;
}
.projectGrid .wpb_column {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  transform: none !important;
}
.projectGrid .wpb_column .vc_column-inner:before {
  opacity: 0;
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  padding: 100px 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(rgba(13, 38, 84, 0.49) 0%, #000 100%);
  background: -moz-linear-gradient(rgba(13, 38, 84, 0.49) 0%, #000 100%);
  background: linear-gradient(rgba(13, 38, 84, 0.49) 0%, #000 100%);
  pointer-events: none;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.projectGrid .wpb_column .vc_column-inner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.projectGrid .wpb_column .vc_column-inner .wpb_single_image * {
  max-width: unset;
  width: 100%;
}
.projectGrid .wpb_column .vc_column-inner .wpb_single_image img {
  min-height: 380px;
  max-height: 600px;
  height: 30vw;
  width: 100%;
  object-fit: cover;
}
.projectGrid .wpb_column .vc_column-inner .wpb_text_column {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 25px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.projectGrid .wpb_column .vc_column-inner .wpb_text_column .wpb_wrapper * {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.projectGrid .wpb_column .vc_column-inner .vc_btn3-container {
  display: none !important;
}
.projectGrid .wpb_column:hover .vc_column-inner:before {
  opacity: 0.8;
}
.projectGrid .wpb_column:hover .vc_column-inner:after {
  opacity: 0;
}
.projectGrid .wpb_column:hover .vc_column-inner .wpb_text_column {
  padding: 40px 35px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 1199px) {
  .projectGrid .wpb_column {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .projectGrid .wpb_column {
    width: 100%;
    max-width: unset !important;
  }
}
@media only screen and (max-width: 575px) {
  .nta_wa_button .wa__button {
    max-width: 100%;
  }
}
@media only screen and (min-width: 900px) {
  .telefoon {
    display: none;
  }
}
@media only screen and (max-width: 899px) {
  .scherm {
    display: none;
  }
}
/* ------------------------ Browser Exceptions ------------------------ */
/* Browser Exceptions */
/* ------------------------ Media Queries ------------------------ */
/* Media Queries */
.mobile {
  display: none;
}
@media only screen and (max-width: 991px) {
  .wa__button.wa__sq_button.wa__stt_online.wa__btn_w_icon {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  body #cookie-notice .cookie-notice-container {
    flex-direction: column;
  }
  body #cookie-notice .cookie-notice-container #cn-notice-text {
    text-align: center;
    margin-bottom: 15px !important;
  }
  body .tm-banner .tm-form form.wpcf7-form .gebruikersgegevens .voertuig #soortauto {
    margin-bottom: 0px !important;
  }
  .tm-banner .tm-form form.wpcf7-form .row.adressen {
    flex-direction: column;
    align-items: center;
  }
  .tm-banner .tm-form form.wpcf7-form .row.adressen .col:not(.col-flex) {
    width: auto;
  }
  .tm-banner .tm-form form.wpcf7-form .row.adressen br {
    display: none;
  }
  .tm-banner .tm-form form.wpcf7-form .row.gebruikersgegevens.hidden {
    max-height: 0px !important;
  }
  .tm-banner .tm-form form.wpcf7-form .row.gebruikersgegevens {
    max-height: none !important;
  }
  .tm-banner .tm-form form.wpcf7-form .row.eind {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .tm-banner .tm-form form.wpcf7-form .row.eind > div:not(:last-child) {
    width: auto;
    padding: 5px 0;
  }
  .tm-banner .tm-form form.wpcf7-form .row.eind > div:last-child {
    flex-direction: column-reverse;
    width: 100%;
    padding: 0 10px;
  }
  .tm-banner .tm-form form.wpcf7-form .row.eind > div .wpcf7-form-control-wrap.datum:before, .tm-banner .tm-form form.wpcf7-form .row.eind > div .wpcf7-form-control-wrap.tijd:before {
    margin-top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .nta_wa_button .wa__button {
    max-width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .tm-form {
    padding: 20px !important;
  }
  .tm-form form .row.gebruikersgegevens .row.eind {
    display: inline-block !important;
  }
  .notmobile {
    display: none;
  }
  .wa__button {
    width: 250px !important;
  }
}
