/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://develto.nl/
 Description:  Hello Elementor Child Theme
 Author:       Paulus de Boer
 Author URI:   https://develto.nl/
 Template:     hello-elementor
 Version:      1.0.0
 Tags:         plaats, hier, jouw, tags, gescheiden, door, kommas
 Text Domain:  hello-elementor-child
-------------------------------------------------------------- */

html {
    font-family: Montserrat, Sans-serif;
    font-size: 16px;
    scroll-behavior: smooth;
	overflow-x: hidden;
}

.d-none {
	display: none !important;
}

.no-opacity {
	opacity: 0;
}

.grecaptcha-badge {
	visibility:hidden !important;
}

:target {
	margin: -160px 0 0;
}
:target:before {
	content: "";
	display: block;
	height: 160px;
}

.masonry {
    column-count: 3 !important;
    column-gap: 20px !important;
}

.masonry > .e-con-inner {
    display: block !important;
}

.masonry > .e-con-inner > .e-con.e-child {
    display: inline-block !important;
    width: 100% !important;
    margin: 0 0 20px 0 !important;
    break-inside: avoid !important;
    vertical-align: top !important;
    box-sizing: border-box !important;

    flex: none !important;
    max-width: 100% !important;
}