/*
Theme Name: Schoonmaakservice tol
Theme URI: https://lefcreative.nl/
Author: Lef Creative
Author URI: https://lefcreative.nl
Description: Child theme van het thema Leflite
Version: 1.0.0
License: /
License URI: /
Template: leflite
*/

h6 {
    font-family: var(--p-font);
    font-size: var(--p-size);
    font-weight: var(--p-weight);
}
@media (min-width: 991px) {
  .home h1 {
      font-size: 64px;
  }
}
ul li.menu-item-button.bg-secondary a {
  color: white!important;
}
@media (min-width: 1660px) {
    .wide-container > .container {
        max-width: 1600px;
    }
}
.buttons-vertical {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.service-slider {
    display: flex;
    flex-direction: column;
    transition: transform 0.5s ease-in-out;
}
.service-slider-wrapper {
    height: 1.2em;
    overflow: hidden;
    position: relative;
    text-align: left;
    display: inline-flex;
}
.slide-item {
    height: 1.2em;
    line-height: 1.2em;
}
.menu-item-has-button a {
    margin: -20px 0;
}
.menu-item-no-padding a {
    padding: 0 !important;
}
.menu-item-has-button .menu-item-button {
    display: flex;
    align-items: center;
    height: 95px;
    transform: skewX(-10deg);
}
.menu-item-has-button .menu-item-button > * {
    transform: skewX(10deg);
}
.menu-item-has-button .menu-item-button i.icon{
    order: 2;
    margin-left: 10px;
    margin-right: 0;
}
.shape-top:before {
    content: '';
    display: block;
    position: absolute;
    clip-path: polygon(50% 62%, 85% 0, 100% 40%, 100% 100%, 0% 100%, 0 100%);
    height: 150px;
    width: 100%;
    background: var(--primary);
    top: 0;
    left: 0;
    transform: translateY(-99%);
    z-index: 1;
    pointer-events: none;
}
.section-bottom-crop {
    padding-bottom: 0;
    margin-bottom: -10px;
}
.section-bottom-crop:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 170px;
    background: var(--white);
    pointer-events: none;
}
.background-logo {
    background-image: url('img/shape-tol.svg');
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 500px;
}
.section-bottom-crop.background-logo {
    background-position: bottom 160px left;
}
.tns-ovh {
    clip-path: polygon(100% 0%, 100% 96%, 76% 91%, 0% 97%, 0% 0%);
}
body .tns-outer .tns-controls button {
    border-radius: 0;
    background: var(--black);
    color: var(--white);
    height: 37px;
    width: 37px;
    margin: 5px;
}
body .card-portfolio .content-outer {
    bottom: unset;
    top: 0;
}
footer img {
    width: auto;
}
footer#footer {
    position: relative;
}
footer#footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    clip-path: polygon(28% 0, 100% 100%, 100% 100%, 0 100%, 0 100%);
    background: var(--black);
    pointer-events: none;
    transform: translateY(-98%);
    z-index: 1;
}
footer#footer:after {
    content: '';
    position: absolute;
    top: 41px;
    left: 50%;
    width: 96px;
    height: 83px;
    background-image: url('img/tol-beeldmerk.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    transform: translateY(-99%) translateX(-50%);
    z-index: 1;
}
footer#footer .widget-menu li {
    margin: 7.5px 0;
}
footer#footer .widget-menu li a {
    text-decoration: none;
    transition: transform 0.3s ease-in-out;
}
footer#footer .widget-menu li a::before {
    background-color: var(--primary);
    content: "";
    display: inline-block;
    margin-right: 0.625rem;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    width: 13px;
    height: 12px;
    transition: transform 1s ease-in-out;
}
footer#footer .widget-menu li a:hover::before {
    transform: translateZ(0) rotate(360deg); /* Rotate the hexagon on hover */
}
nav.mobile-navigation .menu .menu-item-has-button a {
    margin-top: 0px;
}
.social-box-hero {
    background: var(--secondary);
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    color: white;
    position: absolute;
    top: calc(-1 * var(--section-padding) + -10px);
    right: -10px;
}
.social-box-hero > span {
    margin-left: 10px;
}
body #main .social-box-hero a:not(.btn):not(.button) {
    text-decoration: none;
    font-size: 20px;
}
@media (max-width: 991px) {
    .social-box-hero {
        position: relative;
        top: unset;
        right: unset;
    }
}