/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.e-con-boxed.e-parent { /* Elementor desktop */
	padding-left: 30px;
	padding-right: 30px;
	/* background-color: rgba(255, 33, 33, 0.185); */
}
body {
	position:relative;
}
.f12-captcha.template-1 .c-data {
	display: flex;
	align-items: center;
}
.f12-captcha.template-1 .c-reload a {
	background-color: var(--e-global-color-accent);
}
.f12-captcha.template-1 .c-reload a img{
	filter: invert(1);
}
.f12-captcha.template-1 .c-reload a:hover {
	background-color: var( --e-global-color-primary );
}
.elementor-widget-text-editor p:last-of-type {
	margin-bottom:0px;
}
ul, ol {
	padding-left: 20px; 
}
.elementor-widget-text-editor ul li::marker,
	.elementor-widget-text-editor ol li::marker {
	color: var(--e-global-color-primary);
}

@media (min-width:1025px) {
	.menuHeader {
		position: relative;
		right: -12px;
		transition: 0.5s;
	}
	.menuHeader:hover {
		right: 0px;
	}.menuHeader {
		position: relative;
		right: 0px;
		transition: 0.5s;
	}
	.menuHeader:hover {
		right: 0px;
	}
}

@media (max-width:1024px) { /* Elementor tablet viewport */
	.e-con-boxed.e-parent {
		padding-left: 30px;
		padding-right: 30px;
		/* background-color: rgb(0, 0, 0); */
	}
	body .viewPortMelder:after {
		content:"T";
	}
}

@media (max-width:767px) { /* Elementor mobile viewport */
	.e-con-boxed.e-parent {
		padding-left: 20px;
		padding-right: 20px;
		/* background-color: rgb(99, 199, 137); */
	}
	body .viewPortMelder:after {
		content:"M";
	}
}

@media (min-width: 1440px) {
/* Dit maakt in de popup van het template overzicht in de editor de eerste kolom 40% breed ipv de standaard 25% */
	.elementor-templates-modal .dialog-widget-content {
		max-width: 1660px !important;
	}
	.elementor-template-library-local-column-1 {
		min-width: 40% !important;
	}
}

.elementor-template-library-template-name.elementor-template-library-local-column-1 {
	background:lime !important;
}
.logoHeader .elementor-icon svg {
	height: 56px;
	transition: height 0.7s ease;
}
.menuHeader ul li a.elementor-item {
	padding-top: 32px;
	padding-bottom: 32px;
	transition: padding 0.7s ease;
}
/* Logo SVG styles */
.header-initial-logo {
	height: 56px !important;
	transition: height 0.2s;
}
.header-scrolled-logo {
	height: 30px !important;
	transition: height 0.2s;
}
/* Menu link styles */
.header-initial-link {
	padding-top: 32px !important;
	padding-bottom: 32px !important;
	transition: padding 0.2s;
}
.header-scrolled-link {
	padding-top: 6px !important;
	padding-bottom: 6px !important;
	transition: padding 0.2s;
}



