/*
 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: 10px;
    scroll-behavior: smooth;
}

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

.no-opacity {
	opacity: 0;
}

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

.elementor-widget-theme-site-logo {
	background: white;
    padding: 5px;
    border-radius: 10px;
}

p a {
	color: var(--e-global-color-text) !important;
}

p a:hover {
	color: var(--e-global-color-text) !important;
}

.background {
	min-width: 1150px;
}

.homepage svg {
	width: 100%;
	height: auto;
}

@media(min-width:1025px) {
	.homepage {
	    width: auto !important;
        height: calc(100vh - 50px) !important;
	}
	
	.homepage .menu-wrapper {
		height: 100%;
	}
	
	.homepage svg {
		max-width: calc(100vw - 140px);
		height: 100%;
	}
}

.menu g, 
.menu g .line {
    transition: all 0.3s ease;
}

.menu g.clickable {
	pointer-events: bounding-box;
    cursor: pointer;
}

.inactive {
	opacity: 0.5;
}