/*
Theme Name: ICB
Template: canvas
Version 1.0.1
Author: IC10 IT Diensten
Author URI: https://ic10.nl
Description: This child theme should be used 
*/

html {
    scroll-behavior: smooth !important;
}

.nav-buttons div a {
    text-decoration: none !important;
    /* padding for better clickability */
    padding: 10px !important;
    /* transition: all 0.3s ease !important; */
}

a {
    transition: all 0.15s ease !important;
}

.nav-buttons div a:hover {
    text-decoration: underline dotted !important;
    transform: translateY(-2px) !important;
}

.gfield_required .gfield_required_text {
    display: none !important;
}

.gfield_required::after {
    content: "*";
    display: block;
}

.project-slider {
    padding-left: 2rem;
    padding-right: 2rem;
}

.project-slider img {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.12) !important;
}

.project-slider .swiper-button-next {
    top: calc(50% - 3rem);
    right: 0 !important;
}

.project-slider .swiper-button-prev {
    top: calc(50% - 3rem);
    left: 0 !important;
}

.service-project-slider {
    padding-left: 8px;
    padding-right: 8px;
}

.service-project-slider img {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.18) !important;
}

.contact-form-link {
    height: 0;
    width: 0;
}

#gform_wrapper_1 {
    min-width: 100%;
}


@media only screen and (max-width:768px) {
    :root {
        --wp--preset--spacing--11-xl: 4rem;
    }

    h2 {
        font-size: var(--wp--preset--font-size--text-xl) !important;
    }

    .footer-contact {
        padding-block-start: var(--wp--preset--spacing--11-xl);
    }

    .footer-menu {
        display: none;
    }
}