/*
Theme Name: Snip keukentechniek
Theme URI: https://le	fcreative.nl/
Author: Lef Creative
Author URI: https://lefcreative.nl/
Description: Child thema van het thema Leflite
Version: 1.0.0
License: /
License URI: /
Template: leflite
*/

/* algemeen */

.btn {
 	font-family: "Inter", sans-serif; 
}
h3, h4 {
 	font-weight: 700; 
}

/* header / topbar */

.logo-outer {
    padding-left: 10px;
}
header#header {
  padding-top: 20px;
}
header#header .navigation-inner {
	background: var(--white);
  	color: var(--white-content);
  	position:relative;
    z-index: 30;
  	border: 1px solid var(--gray);
    /*box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);*/
}
.bg-transparent .hamburger-icon span {
    background-color: var(--white-content);
}
header#header .navigation-inner,
.topbar,
div#header-notification {
    margin: 0 auto;
  	padding-left: 5px;
  	padding-right: 5px;
}
header#header .navigation-inner,
.topbar {
    border-radius: var(--general-border-radius);
}
header#header .topbar { 
    padding: 7px 20px 0 20px;
  	top: -7px;
    position:relative;
    z-index: 10;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
div#header-notification {
    padding-top: 12px;
    margin-top: -7px;
    position: relative;
    z-index: 20;
  	border-radius: var(--general-border-radius);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.topbar .topbar-inner {
 	width: 100%; 
}
ul.topbar-usps {
    flex: 1;
    justify-content: space-between;
}
.topbar ul.topbar-usps li {
    align-items: center;
    display: block;
}
ul.topbar-usps li {
	/*white-space: pre; */
}
.main-nav-menu {
  	margin-right: -10px;
    margin-left: -10px;
}
span.menu-item-button {
    border: 1px solid var(--primary);
}
span.menu-item-button.bg-white {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}
span.menu-item-button.bg-white i {
	order: 2;
  	margin-right: 0;
  	margin-left: 10px;
}

/* home overlap */

.hero-overlap-bottom {
	padding-bottom: calc(var(--section-padding) * 2.5);
    margin-bottom: calc(var(--section-padding) * -3.0);
}
section.hero-overlap-bottom.full-background-overlay .background-image-wrapper img {
    opacity: 1;
}
section.hero-overlap-bottom.full-background-overlay .background-image-wrapper:after {
    content: '';
  	display: block;
  	background-color: rgba(0,0,0,0.26);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
nav span.open-status {
    display: inline-flex;
    top: -8px;
    position: relative;
    left: -4px;
}
nav .open-status-circle {
 	width: 6px;
  	height: 6px;
}

/* portfolio card */

body .card.card-portfolio {
    padding: 10px 10px 0 10px;
  margin: 5px 0 !important;
}
body .card-portfolio .content-outer {
    position: relative;
    background: var(--white);
    color: var(--white-content);
    padding: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
body .card-portfolio .content-outer > * {
 	margin-bottom: 0; 
}
body .card-portfolio .buttons-holder {
 	margin: 0; 
    line-height: 1;
}
body .card-portfolio a.btn,
body .card-portfolio a.btn:hover{
    padding: 0;
  	margin: 0;
  	background: transparent;
    color: var(--white-content);
}
body .card-portfolio a.btn span {
	display: none;
}
body .card-portfolio a.btn:before {
	content: "\eeb2";
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  	display: inline-block;
}
body .card-portfolio .image-outer .image-holder {
    padding-bottom: 89%;
}

/* home */

.overlap-prev-sec .container > .row {
    margin-top: -200px;
}
@media only screen and (max-width: 600px) {
  body {
    background-color: lightblue;
  }
}

/* TNS */
body .tns-outer .tns-controls {
 	padding-top: 20px; 
}
body .tns-outer .tns-controls button {
    border-radius: 4px;
    height: 37px;
  	width: 37px;
  	background-color: var(--gray);
  	margin: 5px;
  	color: var(--gray-content);
	font-size: 16px;
}
.tns-outer .tns-controls button i.icon.icon-arrow-left:before {
 	content: '\edff'; 
}
.tns-outer .tns-controls button i.icon.icon-arrow-right:before {
  	content: '\ee00';
}
.overflow-tns-right .tns-ovh {
    overflow: visible;
    clip-path: inset(-100vw -100vw -100vw 0);
}

/* FOOTER */
footer, footer p {
 	font-family: "Inter";
  	font-size: 14px;
  	line-height: 32px;
}
footer img {
    width: auto;
}
@media only screen and (min-width: 991px) {
  footer .col-lg-6 .widget-menu ul {
      display: flex;
      flex-wrap: wrap;
  }
  footer .col-lg-6 .widget-menu ul li{
      width: 50%;
  }
}
footer .widget-menu {
 	margin-top: 10px; 
}
footer .widget-menu ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 50px;
}
footer .widget-menu ul li a {
  	padding: 2px 0;
}
footer .widget-menu ul li:after{
  display: inline-block;
	content: "\eeb2";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  	display: inline-block;
    text-decoration: none;
    	transition: all .3s;
}
footer .widget-menu ul li:has(a:hover)::after {
    transform: translateX(10px);
}