/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://www.wplounge.nl/
 Description:  Hello Elementor Child Theme
 Author:       Paulus de Boer
 Author URI:   https://www.wplounge.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;
}

.header {
	transition: all .5s ease;
}

.header.elementor-sticky--effects {
    background-color: var(--e-global-color-accent)!important;
    min-height: 80px;
	margin-bottom: 80px;
}

.header .elementor-widget-theme-site-logo img {
    transition: all .5s ease;
}

.header.elementor-sticky--effects .elementor-widget-theme-site-logo img {
    width: 100px!important;
}