/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

@import url("//hello.myfonts.net/count/3ab376");

/* *******************************************************************
 *                              FONTS
 * **************************************************************** */

/* Primary font */
@font-face {
  font-family: "Lineto Brown";
  src: url("assets/fonts/lineto-brown-light/lineto-brown-light.eot");
  src: url("assets/fonts/lineto-brown-light/lineto-brown-light.eot?#iefix") format("embedded-opentype"),
       url("assets/fonts/lineto-brown-light/lineto-brown-light.woff2") format("woff2"),
       url("assets/fonts/lineto-brown-light/lineto-brown-light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Lineto Brown";
  src: url("assets/fonts/lineto-brown-regular/lineto-brown-regular.eot");
  src: url("assets/fonts/lineto-brown-regular/lineto-brown-regular.eot?#iefix") format("embedded-opentype"),
       url("assets/fonts/lineto-brown-regular/lineto-brown-regular.woff2") format("woff2"),
       url("assets/fonts/lineto-brown-regular/lineto-brown-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lineto Brown";
  src: url("assets/fonts/lineto-brown-bold/lineto-brown-bold.eot");
  src: url("assets/fonts/lineto-brown-bold/lineto-brown-bold.eot?#iefix") format("embedded-opentype"),
       url("assets/fonts/lineto-brown-bold/lineto-brown-bold.woff2") format("woff2"),
       url("assets/fonts/lineto-brown-bold/lineto-brown-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

/* Secondary font */
@font-face {
  font-family: 'Zealand-Regular';
  src: url('assets/fonts/zealand-regular/zealand-reg.eot');
  src: url('assets/fonts/zealand-regular/zealand-reg.eot?#iefix') format('embedded-opentype'),
       url('assets/fonts/zealand-regular/zealand-reg.woff2') format('woff2'),
       url('assets/fonts/zealand-regular/zealand-reg.woff') format('woff'),
       url('assets/fonts/zealand-regular/zealand-reg.ttf') format('truetype');
}
@font-face {
  font-family: 'Zealand-Italic';
  src: url('assets/fonts/zealand-regular/zealand-it.eot');
  src: url('assets/fonts/zealand-regular/zealand-it.eot?#iefix') format('embedded-opentype'),
       url('assets/fonts/zealand-regular/zealand-it.woff2') format('woff2'),
       url('assets/fonts/zealand-regular/zealand-it.woff') format('woff'),
       url('assets/fonts/zealand-regular/zealand-it.ttf') format('truetype');
}



/* *******************************************************************
 *                              RESETS
 * **************************************************************** */
html {
  line-height: 1.78 !important;
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Zealand-Regular", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  letter-spacing: normal !important;
  line-height: 1.2 !important;
}
.h1 {
  font-size: 2.5rem !important;
  line-height: 1 !important;
}
.h2 {
  font-size: 2rem !important;
  line-height: 1.13 !important;
}
.h3 {
  font-size: 1.75rem !important;
}
.h4 {
  font-size: 1.56rem !important;
}
.h5 {
  font-size: 1.4rem !important;
}
.h6 {
  font-size: 1.4rem !important;
}

@media screen and (min-width: 992px) {
  .h1 {
    font-size: 5rem !important;
  }
  .h2 {
    font-size: 4rem !important;
  }
  .h3 {
    font-size: 3.13rem !important;
  }
  .h4 {
    font-size: 2.5rem !important;
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 1vw !important;
  }
}

/* Overflowing elements fix */
.page #page-content {
  overflow: hidden;
}

/* Always give images full width */
#page-content .w-image img {
  width: 100% !important;
}

/* Counters */
.w-counter-value > span:last-child {
  font-size: .8em;
  margin: .5rem;
}

/* Padding on all sections */
#page-content .l-section:not(:first-child) > .l-section-h {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  #page-content .l-section:not(:first-child) > .l-section-h {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}

/* Rows with Column gap padding fix */
[class*="gap-"] > .vc_column_container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 992px) {
  .g-cols[class*="gap-"] {
    margin: 0 -1.5rem !important;
  }
  .g-cols[class*="gap-"] > .vc_column_container {
    padding: 0 !important;
  }
}

/* Carousel navigatie */
.owl-nav {
  display: block;
  max-width: 16rem !important;
  margin: 0 -1rem;
}
.owl-dot span {
  background: #328c79;
  width: .5rem;
  height: .5rem;
  margin: 0.3625rem;
}
.owl-dot.active span {
  background: #41B69C !important;
  width: .625rem;
  height: .625rem;
  border: .0625rem solid;
  margin: 0.3rem;
}
.owl-carousel.navpos_outside .owl-prev,
.owl-carousel.navpos_outside .owl-next {
  right: unset;
  left: unset;
}
.owl-carousel.navstyle_circle .owl-nav div {
  border-radius: 0;
  color: #000;
  display: inline-block;
  height: 2rem;
  width: auto;
  line-height: 2rem;
  position: relative;
  text-align: center;
  transform: none;
  text-shadow: none;
  padding: 0 1rem;
  transition: background .3s ease, text-shadow .3s ease;
}
.owl-carousel.navstyle_circle .owl-nav div:hover {
  background: rgba(65,182,156,0.2) !important;
}
.owl-carousel.navstyle_circle .owl-prev {
  margin-right: 2rem;
}
.owl-carousel.navstyle_circle .owl-prev::before,
.owl-carousel.navstyle_circle .owl-next::before {
  line-height: 2rem;
  font-weight: 200;
  font-style: normal;
  padding: 0;
}
.owl-carousel.navstyle_circle .owl-prev::before {
  content: "\f177";
}
.owl-carousel.navstyle_circle .owl-next::before {
  content: "\f178";
}


/* Accordion in style of design */
.w-tabs.accordion .w-tabs-section {
  border: none;
  margin-bottom: 1.5rem;
}
.w-tabs.accordion .w-tabs-section-header {
  font-family: "Lineto Brown";
  padding-left: .5rem;
  padding-right: .5rem;
}
.w-tabs.accordion .w-tabs-section.active .w-tabs-section-header {
  color: #fff;
}
.w-tabs.accordion .w-tabs-section-header .w-tabs-section-title {
  padding-right: .75rem !important;
}
.w-tabs.accordion .w-tabs-section-control::before {
  font-size: 40px;
  color: transparent;
  -webkit-text-stroke: 0.0625rem #41B69C;
}
.w-tabs.accordion .w-tabs-section .w-tabs-section-control::before {
  content: "\f067";
}
.w-tabs.accordion .w-tabs-section.active .w-tabs-section-control::before {
  content: "\f068";
  color: #41B69C;
}




/* *******************************************************************
 *                        GLOBAL CLASSES
 * **************************************************************** */

/* Fonts */
.font-lineto {
  font-family: "Lineto Brown", sans-serif !important;
}
.font-lineto-recline {
  font-family: "Lineto Brown Recline", sans-serif !important;
}

/* Colors */
.l-section.color_tertiary {
  background: #fafafa !important;
}

/* Helper class - Auto Horizontal margin */
.margin-h-auto {
  margin-left: auto;
  margin-right: auto;
}

/* Helper class - Overflow Hidden */
.overflow-hidden {
  overflow: hidden;
}

/* Helper class - Hide element */
.display-none {
  display: none !important;
}

/* Lijst stijlen */
.list-none {
  margin: 0;
  list-style: none;
}

/* Text outlines */
.outlined {
  color: transparent;

  /* WebKit (Safari/Chrome) Only */
  -webkit-text-stroke: 0.0625rem #41B69C;
}
.outlined-2px {
  color: transparent;

  /* WebKit (Safari/Chrome) Only */
  -webkit-text-stroke: 0.125rem #41B69C;
}

/* Section & Page titles intro text */
.section-intro {
  color: #41B69C;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
.section-intro h1 {
  color: #41B69C;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .section-intro {
    font-size: 1.125rem;
  }
}

/* Blockquote */
.blockquotes {
  position: relative;
  padding: 0;
}
.blockquotes::before {
  color: rgba(65,182,156,0.2);
  content: "\201C";
  font-size: 6.25rem;
  line-height: 1;
  display: block;
  font-family: "Times New Roman", sans-serif;
  font-style: inherit;
  position: absolute;
  left: -2rem;
  top: -1rem;
}
@media screen and (min-width: 768px) {
  .blockquotes::before {
    font-size: 12.5rem;
    left:  -3rem;
  }
}

/* Vertical shifted text */
.shifted {
  vertical-align: middle;
}

/* Special stripe seperator */
.w-separator.lined-separator {
  margin-bottom: 1.5rem !important;
  margin-left: 0 !important;
  width: 7.5rem !important;
}

/* Fingerprint background element behind photos */
.photo-fingerprint {
  position: relative;
  z-index: 1;
}
.photo-fingerprint::after {
  content: url('assets/images/photo-fingerprint.svg');
  position: absolute;
  top: -2rem;
  right: -2rem;
  transform: scale(1);
  transform-origin: top right;
  transition: transform .25s ease-in-out;
  z-index: -1;
}
.photo-fingerprint.white::after {
  content: url('assets/images/photo-fingerprint-white.svg');
}

/* Columns with number in background */
[class*="number-"] {
  position: relative;
  z-index: 5;
}
[class*="number-"]::after {
  color: transparent;
  font-family: "Lineto Brown", sans-serif;
  font-size: 50px;
  line-height: 1;
  opacity: .5;
  position: absolute;
  top: 0;
  left: 1.5rem;
  -webkit-text-stroke: 0.125rem #41B69C;
  z-index: -1;
}
[class*="number-one"]::after {
  content: "01.";
}
[class*="number-two"]::after {
  content: "02.";
}
[class*="number-three"]::after {
  content: "03.";
}
[class*="number-four"]::after {
  content: "04.";
}
[class*="number-five"]::after {
  content: "05.";
}
[class*="number-six"]::after {
  content: "06.";
}
@media screen and (min-width: 768px) {
  [class*="number-"]::after {
    font-size: 6.25rem;
  }
}


/* =========================  BUTTONS  ========================= */
.btn-container .w-btn-wrapper {
  display: block;
  margin: 0;
}
.btn-container.btn-border-bottom {
  border-bottom: 0.0625rem solid;
  border-color: inherit;
}
.btn-container.btn-border-bottom .w-btn-wrapper {
  margin: -0.0625rem;
}

/* Striped background button */
.btn-striped-bg::after {
  background: url('assets/images/button-bg.png') center/cover no-repeat;
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  right: -0.75rem;
  bottom: -0.75rem;
  z-index: 0;
  transition: background .3s ease-in-out;
}
.btn-striped-bg:hover::after {
  background: url('assets/images/button-bg-negatief.png') center/cover no-repeat;
  transition: background .3s ease-in-out;
}
.btn-striped-bg::before {
  background: inherit;
  z-index: 5;
}
.btn-striped-bg .w-btn-label {
  position: relative;
  z-index: 6;
}

/* Striped corner element */
.box-with-striped-corner {
  position: relative;
}
.box-with-striped-corner::after {
  content: "";
  background: url('assets/images/corner-bg-white-transparent.png') no-repeat;
  background-position: top right;
  /* background-size: 116px 40px; */
  background-size: 7.25rem 2.5rem;
  position: absolute;
  /* height: 44px; */
  height: 2.75rem;
  top: 0;
  right: 0;
  width: 100%;
}




/* *******************************************************************
 *                              HEADER
 * **************************************************************** */

@media screen and (min-width: 1200px) {
  .ush_menu_1 .w-nav-icon {
    font-size: .875rem !important;
  }
  .ush_btn_1 {
    padding: .5rem !important;
  }
}

.l-header.sticky .l-subheader.at_middle {
  background: #fff !important;
}
.w-nav.type_mobile.m_layout_panel .w-nav-list.level_1 {
  background-color: #41B69C !important;
  padding-top: 140px;
  min-width: 54vw;
  z-index: -1;
}

.w-nav.type_desktop .w-nav-list.level_1 > .menu-item > a {
  color: #41B69C;
}
.no-touch .w-nav.type_desktop .w-nav-list.level_1 > .menu-item:focus > a,
.no-touch .w-nav.type_desktop .w-nav-list.level_1 > .menu-item:hover > a {
  color: #000;
}


.l-header .w-nav {
  display: none;
}
.home .l-header .w-nav {
  display: block;
}
/* Home header */
.home .l-header.sticky .l-subheader.at_middle {
  background: #fff !important;
}

/* Hide cart icon when empty */
.w-cart.empty {
  display: none;
}
.w-cart-quantity {
  font-size: .65rem;
  padding: 0 .25rem;
  line-height: 1rem;
  min-width: 1rem;
}

/* Language Switcher links */
.langswitcher a {
  padding: 0 !important;
}
.langswitcher a:not(:last-child)::after {
  color: #000;
  content: "|";
  padding: 0 .25rem;
}
footer .langswitcher a:not(:last-child)::after {
  color: #fff;
}

/* top bar */
@media screen and (max-width: 600px) {
  .top-bar-phone {
    display: none;
  }
  .top-bar-shipping {
    text-align: center;
  }
}

/* *******************************************************************
 *                              FOOTER
 * **************************************************************** */

#page-footer {
  position: relative;
  z-index: 1;
}

/* =========================  Top section  ========================= */
#footer-top .l-section-h {
  padding: 4rem 0 !important;
}
#footer-top .column-text {
  font-size: 0.875rem;
}
#footer-top .column-text .font-lineto {
  font-size: 1rem;
}
#footer-top .column-text .text-grey {
  color: #8d8d8d;
}
#footer-top .w-btn-wrapper {
  margin: 0 0 1rem 0;
}

/* =========================  Bottom section  ========================= */
#footer-bottom .wpb_column {
  text-align: center;
}
#footer-bottom .wpb_column a {
  padding: 0 1rem;
}
#footer-bottom .wpb_column a:first-child {
  padding-left: 0;
}
#footer-bottom .wpb_column a:last-child {
  padding-right: 0;
}

@media screen and (min-width: 768px) {
  #footer-bottom .wpb_column:first-child {
    text-align: left;
  }
  #footer-bottom .wpb_column:last-child {
    text-align: right;
  }
}
@media screen and (min-width: 1200px) {
  #footer-top .column-text {
    font-size: 1rem;
  }
}

/* *******************************************************************
 *                              WOOCOMMERCE
 * **************************************************************** */

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.woocommerce-message {
  background: #41B69C;
}

.woocommerce-info {
    background: #41b69c;
}

.woocommerce-notices-wrapper .button {
  order: 2;
  margin: 0 0 0 1rem !important;
}

/* hide certain elements */
.woocommerce-breadcrumb,
.woocommerce-tabs,
.woocommerce .summary .posted_in {
  display: none;
}

.woocommerce-product-gallery__image .wp-post-image {
  margin-left: auto;
}

.woocommerce .button,
.woocommerce .button.alt,
.woocommerce .button.checkout,
.woocommerce .button.add_to_cart_button {
  line-height: 2.8rem !important;
  padding: 0 2rem !important;
}
@media screen and (min-width: 1200px) {
  .woocommerce-notices-wrapper {
    max-width: 50rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-message,
  .woocommerce .woocommerce-error,
  .woocommerce .woocommerce-info {
    flex-direction: column;
  }
  .woocommerce-notices-wrapper .button {
    margin: 1rem 0 0 0 !important;
  }
  .woocommerce .product-thumbnail {
    display: block !important;
  }
}

/* =========================  CART  ========================= */

.woocommerce .shop_table.cart .product-quantity {
  width: 10%;
}
.woocommerce .shop_table.cart .product-subtotal {
  width: 15%;
}
.woocommerce .button[name="update_cart"] {
  display: none;
}

/* =========================  CHECKOUT  ========================= */

.woocommerce-checkout .woocommerce .form-row {
  margin-bottom: .5rem;
}
.woocommerce-checkout .woocommerce .form-row label {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .woocommerce .cart-collaterals {
    clear: both;
    float: none;
    margin: 0 auto;
    width: 75% !important;
  }
}


/* *******************************************************************
 *                ONCE UPON A FUTURE - landingspagina
 * **************************************************************** */

.home .section-hero {
  overflow: hidden;
}
.home .section-hero .l-section-h {
  padding-top: 0;
  padding-bottom: 0;
}
.home .section-hero .column-mobile-img .w-image-h {
  max-width: 600px;
}
.home .section-hero .column-text {
  font-size: 1.125rem;
}
.home .section-hero .column-text .title .wpb_wrapper,
.home .section-hero .column-text .content .wpb_wrapper {
  max-width: 30rem;
}
.home .section-hero .column-cta {
  font-size: 0.875rem;
  position: relative;
  z-index: 1;
}
.home .section-hero .column-cta::before {
  background-color: #fafafa;
  content: "";
  position: absolute;
  top: 0;
  left: -1.5rem;
  width: 100%;
  height: 3000px;
  z-index: -1;
}
.home .section-hero .column-cta .w-image-h {
  margin-left: -40%;
  margin-right: -15%;
  /* width: 100%; */
}
.home .section-hero .column-cta .w-image-h img {
  mix-blend-mode: darken;
}
.home .section-hero .column-cta .cta-content > div > .wpb_wrapper {
  padding: 4rem 0;
}
.home .section-hero .column-cta ul {
  list-style-type: none;
  margin-left: 0;
  padding: 0;
}
.home .section-hero .column-cta li {
  padding-left: 2rem;
  margin-bottom: 1rem;
  position: relative;
}
.home .section-hero .column-cta li::before {
  color: #41B69C;
  content: "\f111";
  font-family: FontAwesome;
  font-weight: 600;
  left: 0;
  position: absolute;
}
.home .section-hero .video-spacer {
  padding-top: 28.125%;
}

@media screen and (min-width: 768px) {
  .home .section-hero .column-cta::before {
    width: 4000px;
  }
}
@media screen and (min-width: 992px) {
  .home .section-hero .column-cta::before {
    top: 15.25rem;
  }
  .home .section-hero .column-cta .cta-content > div > .wpb_wrapper {
    padding: 4rem 4rem 4rem 2rem;
  }

}


/* =========================  Sectie video  ========================= */
.home .section-video {
  z-index: 5;
}
.home .section-video .w-video-h,
.home .section-video .w-image-h {
  margin-top: calc(-56.25% / 2);
}


/* =========================  Sectie email  ========================= */
.home .section-cta-email h2 {
  font-size: 1.25rem !important;
}
.home .section-cta-email a:hover {
  color: #41B69C;
}

@media screen and (min-width: 1200px) {
  .home .section-cta-email h2 {
    font-size: 4rem !important;
  }
}



/* =========================  Sectie verwachting  ========================= */
.home .section-verwachting .column-text-block[class*="number-"] > div {
  max-width: 22.5rem;
  margin-left: 12.125rem;
}
.home .section-verwachting .column-text-block[class*="number-"] > div::after {
  left: -12.125rem;
}
.home .section-verwachting .column-text-block .wpb_text_column:not(.column-title) {
  font-size: 0.875rem;
}

.home .section-verwachting .w-tabs-section[class*="number-"]::after {
  font-size: 3.125rem;
  transform: translateY(5%);
}

.home .section-verwachting .w-btn-wrapper {
  margin: 0 0 1rem 0;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .home .section-verwachting .w-btn-wrapper {
    margin: 0 1rem 0 1rem;
    max-width: 22.5rem;
  }
}



/* =========================  Sectie referenties  ========================= */
.home .section-referenties .owl-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fafafa;
}
.home .section-referenties .owl-nav > div {
  line-height: 3.25rem !important;
  height: 3.25rem !important;
}


/* =========================  Sectie auteurs  ========================= */
.home .section-auteurs {
  overflow: hidden;
}
.home .section-auteurs .l-section-h {
  padding-bottom: 0 !important;
}
.home .section-auteurs .column-content .paragraph-grey {
  color: #8d8d8d;
}
.home .section-auteurs .column-content .sub-title {
  color: #41B69C;
  font-family: "Zealand-Regular", sans-serif;
  min-height: 5.34rem;
}
.home .section-auteurs .column-content .content {
  font-size: 1.125rem;
  margin-bottom: 0;
}
.home .section-auteurs .column-content .w-btn-wrapper {
  margin: 0;
}
.home .section-auteurs .column-content .wpb_wrapper {
  max-width: 30rem;
}
.home .section-auteurs .content-left .column-content .wpb_wrapper {
  margin-left: 0;
  margin-right: auto;
}
.home .section-auteurs .content-right .column-content .wpb_wrapper {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .home .section-auteurs .column-content .w-btn-wrapper,
  .home .section-auteurs .column-content .w-btn-wrapper > .w-btn {
    width: 100%;
  }
}

.home .section-auteurs .column-photo {
  position: relative;
  z-index: 1;
}

.home .section-auteurs .content-left .column-photo::before {
  left: 0;
}
.home .section-auteurs .content-right .column-photo::before {
  right: 0;
}
.home .section-auteurs .content-left .column-photo > .vc_column-inner {
  padding-left: 0;
}
.home .section-auteurs .content-right .column-photo > .vc_column-inner {
  padding-right: 0;
}
.home .section-auteurs .column-photo img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home .section-auteurs .column-photo::before {
    background-color: #fafafa;
    content: "";
    position: absolute;
    top: 0;
    width: 4000px;
    height: 100%;
    z-index: -1;
  }
}

