/*
Theme Name: BPT
Template: canvas
Author: IC10 IT Diensten
Author URI: https://ic10.nl
Description: BPT
Version: 1.0.0
*/

.is-pattern-banner-hero-03 .floating-featured-image-wrapper .line-pattern-right {
    /* position: relative !important; */
    right: 20px !important;
}

.is-style-full-height {
    height: 100%;
}

.line-pattern-right {
    img {
        position: relative;
        z-index: 999;
        float: right;
        top: -80px;
        margin-top: -80px;
    }
}

.bpt-solutions .wp-block-group:hover {
    transform: scale(1.1);
    transition: all 300ms;
}

.arrows {
    transform: rotate(-80deg);
}

body .gform_wrapper {
    max-width: 45rem !important;
}

#scroll-to-top {
    position: fixed;
    display: none;
    width: 20px;
    height: 20px;
    padding: 10px;
    border-radius: 50%;
    background-color: var(--wp--preset--color--accent);
    bottom: 40px;
    right: 40px;
    color: #fff;
    cursor: pointer;
    z-index: 1000;
    text-align: center;
    line-height: 20px;
    font-size: var(--wp--preset--font-size--xl);
}

.logo-slider img {
    max-height: 50px !important;
    width: auto !important;
    display: block;
    margin: 0 auto;
}

footer .wp-block-site-logo a.custom-logo-link img,
footer .wp-block-site-logo a.custom-logo-link {
    max-height: 150px !important;
}

/* Mobile */
@media (max-width: 768px) {

    h3.has-display-lg-font-size,
    .has-display-2-xl-font-size {
        font-size: var(--wp--preset--font-size--text-2xl) !important
    }

    #bpt {
        padding-top: var(--wp--preset--spacing--4-xl) !important;
        padding-bottom: var(--wp--preset--spacing--4-xl) !important;
    }

    .bpt-solutions {
        display: grid;
        grid-template-columns: 1fr;
        gap: var(--wp--preset--spacing--lg);
    }

    .floating-featured-image-wrapper {
        display: none !important;
    }
}