/* 
Theme Name:		Hello Buro Staal
Theme URI:		https://burostaal.nl/
Description:	Hello Buro Staal is a child theme of Hello Elementor, created by Elementor team
Author:			Buro Staal
Author URI:		https://burostaal.nl/
Template:		hello-elementor
Version:		1.0.2
Text Domain:	hello-buro-staal
*/

/* 
	Toon "menu" op smartphone bij hamburger icoontje
*/
div.elementor-menu-toggle {
	background-color: transparent;
	margin: auto;
	padding: 0;
}
div.elementor-menu-toggle span.elementor-screen-only {
    position: sticky;
    width: 100%;
    height: 31px;
    margin: 0;
    padding: 0 0 0 5px;
    overflow: hidden;
    clip: auto;
    border: 0;
    left: 0;
    color: #000;
    text-align: center;
    text-transform: lowercase;
    font-size: 18px;
}

div.elementor-menu-toggle span.elementor-screen-only:hover {
    color: #007030;
}
div.elementor-menu-toggle [class*=" eicon-"], div.elementor-menu-toggle [class^=eicon] {
	font-size: 25px !important;
}


@media only screen and (max-width: 1024px){
div.elementor-menu-toggle {
	margin: 0 12px 0 0;
}
}