/*
Theme Name: van Houten Tuinbouw
Theme URI: https://lefcreative.nl/
Author: Lef Creative
Author URI: https://lefcreative.nl/
Description: Thema voor van Houten Tuinbouw
Version: 1.0.0
License: /
License URI: /
Template: leflite
*/
section {
 padding: 125px 0; 
}
.gradient-bg {
 position: relative; 
}
.gradient-bg:after {
 	content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
height: 100%;
  background: rgb(2,48,32);
background: linear-gradient(0deg, rgba(2,48,32,1) 0%, rgba(2,48,32,0) 100%);
  z-index: 1;
}
.gradient-bg .container > {
 position: relative;
z-index: 2; 
}

section.contain-bg .background-image-wrapper img {
  object-fit: contain;
}
section.card-button-secondary .card {
 background-color: var(--tertiary);
  border: unset;
}
section.card-button-secondary .card .btn{
 background-color: var(--secondary);
}
section.card-button-secondary .card .btn span {
 color: var(--primary);
}
section.card-button-secondary .card * {
  color: var(--white);
}
section.dotted-line {
  position: relative;
}
section.dotted-line:after {
   	content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
height: 200px;
  background-image: url('dist/img/dotted-line.svg');
background-repeat: no-repeat;
background-size: cover;
  z-index: 1;
}
footer{
    background-image: url('dist/img/shovel-footer.svg')!important;
background-repeat: no-repeat!important;
background-size: contain!important;
  background-position: top right!important;
}
.socket-inner * {
 font-size: 13px;
opacity: 0.7; 
}
button.sub-menu-toggle:after {
  color: var(--primary)!important;
}
nav.mobile-navigation .menu ul.sub-menu {
 background-color: #02302038!important;
}