/* 
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 */

/*
 * BUTTONS
 */


/*
 * HEADER
 */

/* NAVIGATION */
.elementor-nav-menu li:last-child { display: none; }

/*
 * CONTENT
 */
.elementor-widget-text-editor ul { }
.elementor-widget-text-editor ul li::marker { color: var(--e-global-color-primary); }
@media(max-width: 1024px){
	/*
	 * HEADER
	 */

	/* NAVIGATION */
	.elementor-menu-toggle { margin-right: -10px; }
	.elementor-nav-menu { padding-left: 30px; }
	.elementor-nav-menu li:last-child { display: block; }
	.elementor-nav-menu li:last-child a { background-color: var(--e-global-color-accent); border-radius: 3px; color: #fff !important; display: inline-block; font-size: 1rem !important; font-weight: 500 !important; margin-top: 1rem; padding: 12px 24px !important; }
	.elementor-nav-menu li:last-child a:hover { background-color: var(--e-global-color-8efcbfa) !important; }

	/*
	 * CONTENT
	 */

	/* ACTUALITEITEN */
	.actualiteiten .e-loop-item:last-child { grid-column: 1 / -1; }
	.actualiteiten .e-loop-item:last-child .equal-height { height: auto !important; }

}
@media(max-width: 768px){

}

@media(max-width: 568px){
	.xs-grid-span .e-con-full { grid-column: span 12 !important; }
}

@media(max-width: 468px){
	h1, h2, h3, h4, h5, h6 { word-break: break-word; }
}