/*
Theme Name: Smitsmade
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;
}

.wp-block-site-logo a.custom-logo-link,
.wp-block-site-logo a.custom-logo-link img {
    max-height: 100px !important;
    height: 85px;
    width: auto !important;
}

.nav-buttons div a {
    text-decoration: none !important;
    padding: 10px !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;
}

#gform_wrapper_1 {
    min-width: 75% !important;
    margin: auto !important;
}

.top a {
    text-decoration: none;
}

.top a:hover {
    color: var(--wp--preset--color--accent)
}

.top a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--contrast);
}

footer a {
    color: var(--wp--preset--color--contrast);
    text-decoration: none;
}

@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;
    }

    .wp-block-site-logo a.custom-logo-link,
    .wp-block-site-logo a.custom-logo-link img {
        max-height: 100px !important;
        height: 50px;
        width: auto !important;
    }


    .reorder-column {
        flex-direction: column-reverse !important;
    }

    .top {
        display: none;
    }

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

    .footer-menu {
        display: none;
    }
}