/*
Theme Name: Atelier Rik Verhaest
Theme URI: https://www.loregoethals.be
Version: 1.0
Description: A theme for Atelier Rik Verhaest, designed by HOT TOPIC
Author: Lore Goethals
Author URI: https://www.loregoethals.be
template: bb-theme
*/
:root {
  --color-black: #000000;
  --color-white: #fffdfb;
  --color-orange: #da4f23;
}

@font-face {
  font-family: "Futura Medium";
  src: url("fonts/futura.otf") format("truetype");
  font-weight: normal;
}

body {
  overflow-x: hidden !important;
}

.fl-page-content a:not(.button, .fl-button, .btn) {
  color: #000000 !important;
  text-decoration: underline;
}

.menu-webshop a {
  color: var(--color-orange) !important;
}

.current-menu-item a,
.menu-item a:hover {
  font-style: italic !important;
}

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-color: var(--color-green);
  overflow-x: hidden;
  transition: all 0.4s;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

body.mobile-menu-opened .mobile-menu {
  opacity: 1;
  pointer-events: initial;
}

@media (max-width: 992px) {
  #mobile-menu > .fl-row-content-wrap {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}
.menu-winkelmandje {
  color: #000000;
  position: relative;
}
.menu-winkelmandje:hover {
  text-decoration: none;
  color: #000000;
}
.menu-winkelmandje .cart-contents {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 14px;
  margin-top: 9px;
  font-size: 13px;
}

@media (min-width: 992px) {
  .leftline {
    border-right: 1px solid black;
    position: absolute;
    top: 0;
    height: 100%;
    width: 50px;
    z-index: 99;
    pointer-events: none;
  }
  .rightline {
    border-left: 1px solid black;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 50px;
    z-index: 200;
    pointer-events: none;
  }
}
footer {
  z-index: 300;
  position: relative;
}

header {
  position: relative;
  z-index: 100;
}

.logo-animation {
  top: 4%;
  position: absolute;
  width: 92%;
  left: 70px;
  z-index: 10;
}

.home .home-intro-photo {
  visibility: hidden;
}

.button {
  padding: 0.5em 1em;
}
.button:hover {
  text-decoration: none;
}

.topic .close-arrow {
  display: none;
  font-weight: 700;
  margin-left: 0.2em;
}
.topic .open-arrow {
  transform-origin: left;
  transform: rotate(270deg);
  margin-left: 1.2em;
  margin-bottom: -8px !important;
  font-weight: 700;
}
.topic h3 {
  font-weight: 600;
}
.topic.active .close-arrow {
  display: inline;
  opacity: 1 !important;
}
.topic.active .open-arrow {
  display: none;
}

.gform_wrapper.gravity-theme .gfield_label {
  font-weight: 600;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=number],
input[type=search],
input[type=url],
textarea {
  background-color: #EEEEEE !important;
  border: none !important;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
}

.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
  padding: 50px 0;
}

.gfield {
  margin-bottom: 20px !important;
}

.gform_required_legend {
  display: none;
}

.gfield_required_asterisk {
  color: #000000 !important;
}

.flex-active {
  display: none !important;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  opacity: 1 !important;
}

.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty {
  border: 1px solid black !important;
}

.swiper.product-gallery .swiper-slide {
  width: 100%;
  height: auto;
}
.swiper.product-gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-gallery-thumbs .swiper-slide {
  width: auto !important;
}
.product-gallery-thumbs .swiper-slide img {
  height: 200px;
  width: auto;
}

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
  background: none !important;
  border: none !important;
}

.woocommerce .shop_table {
  border: none !important;
}
.woocommerce .shop_table .coupon {
  display: none !important;
}
.woocommerce .shop_table a {
  text-decoration: none !important;
}

.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
  border-color: #000000 !important;
  border-bottom: none !important;
}

.woocommerce #order_review,
.woocommerce-page #order_review,
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info,
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error,
.woocommerce #payment ul.payment_methods,
.woocommerce-page #payment ul.payment_methods {
  background: none !important;
  padding: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  border: none !important;
}

.select2-container--default .select2-selection--single {
  background-color: #EEEEEE !important;
  border: none !important;
  border-radius: 0px !important;
}

.woocommerce #payment,
.woocommerce-page #payment {
  background: none !important;
  border: none !important;
}

.fl-node-vxuct7df5zpg .fl-row-content-wrap {
  padding-top: 0px !important;
  padding-left: 0px !important;
}
.fl-node-vxuct7df5zpg .fl-row-content-wrap .fl-post-column {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
}
.fl-node-vxuct7df5zpg .fl-row-content-wrap .fl-post-column .fl-post-grid-post {
  margin: -1px !important;
  padding: 70px !important;
  border: 1px solid var(--color-black);
}
.fl-node-vxuct7df5zpg .fl-row-content-wrap .fl-post-column .fl-post-grid-post a {
  text-decoration: none !important;
}
.fl-node-vxuct7df5zpg .fl-row-content-wrap .fl-post-column .fl-post-grid-post .price {
  display: none !important;
}
.fl-node-vxuct7df5zpg .fl-row-content-wrap .fl-post-column .fl-post-grid-post .fl-post-grid-woo-button {
  display: none !important;
}
.fl-node-vxuct7df5zpg .fl-row-content-wrap .fl-post-column .fl-post-grid-post .fl-post-image {
  position: relative;
}
.fl-node-vxuct7df5zpg .fl-row-content-wrap .fl-post-column .fl-post-grid-post .fl-post-more-link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
}

.swiper-container {
  overflow-x: hidden !important;
}
@media (min-width: 600px) {
  .swiper-container.testimonial {
    width: 200%;
  }
}

.testimonial .swiper-wrapper {
  align-items: center;
}

.swiper-slide.testimonial {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 600px) {
  .swiper-slide.testimonial {
    font-size: 14px;
    padding-right: 0px !important;
  }
}
.swiper-slide.testimonial .persoon {
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 1.4px;
}
@media (max-width: 600px) {
  .swiper-slide {
    padding-right: 4em;
  }
}

.swiper-button-next {
  background: url(img/next.svg) 0 50% no-repeat !important;
  align-items: center;
  justify-content: center;
}
.swiper-button-next.visie {
  top: 45% !important;
  right: 5% !important;
  width: 30px !important;
  height: 30px !important;
}
@media (max-width: 600px) {
  .swiper-button-next.visie {
    top: 35% !important;
  }
}
.swiper-button-next.coach {
  right: 55% !important;
  top: 45% !important;
  width: 30px !important;
  height: 30px !important;
}
@media (max-width: 600px) {
  .swiper-button-next.coach {
    top: 35% !important;
    right: 5% !important;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  .swiper-button-next.coach {
    top: 45% !important;
    right: 45% !important;
  }
}
@media (max-width: 599px) {
  .swiper-button-next.testimonial {
    display: none;
  }
}
@media (min-width: 600px) {
  .swiper-button-next.testimonial {
    background: url(img/right.svg) 0 50% no-repeat !important;
    top: 45% !important;
    margin-right: 5%;
    width: 50px !important;
    height: 50px !important;
  }
}
.swiper-button-next:after {
  content: "" !important;
}

@media (max-width: 599px) {
  .swiper-button-prev.testimonial {
    display: none;
  }
}
@media (min-width: 600px) {
  .swiper-button-prev.testimonial {
    background: url(img/left.svg) 0 50% no-repeat !important;
    top: 45% !important;
    margin-left: 5%;
    width: 50px !important;
    height: 50px !important;
  }
}
.swiper-button-prev:after {
  content: "" !important;
}
