/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

#webrand_support_dashboard_widget .hndle {
	display: inline;
}

/* STAPPENPLAN */
.custom-container-stappenplan > .fusion-builder-row {
    counter-reset: section;
}
.custom-container-stappenplan > .fusion-builder-row > .fusion-layout-column {
    counter-increment: section;
}
.custom-container-stappenplan > .fusion-builder-row > .fusion-layout-column > .fusion-column-wrapper::before {
    content: counter(section);
    margin: 0 auto 15px auto;
    width: 45px;
    height: 45px;
    background-color: var(--awb-color4);
    border-radius: 50%;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* CTA BACKDROP BLUR */
.backdrop-blur > .fusion-column-wrapper {
    backdrop-filter: blur(50px) brightness(1.05);
        -webkit-backdrop-filter: blur(50px) brightness(1.05);
}