/*
Theme Name: Contentleaders Child
Theme URI: https://www.contentleaders.nl/
Description: Child theme ontwikkeld door Contentleaders.
Author: Cornelis Scheltinga
Author URI: https://www.contentleaders.nl/;
Template: hello-elementor
Version: 1.0
*/

body {
	margin: 0;
}

a {
	transition: 0.2s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	overflow-wrap: normal;
}

/* Cookie popup */
div.cookiebar-preferences h2,
div.cookiebar-content h2 {
	font-size: 40px;
}

@media only screen and (max-width: 767px) {
	div.cookiebar-preferences h2,
	div.cookiebar-content h2 {
		font-size: 20px;
	}
}
@media only screen and (min-width: 1140px) {
	.cookie-notice-container {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

/* Navbar */
.nav-btn {
	position: relative;
	right: 0;
}

/* Button on the right side of the screen (Mobile & Tablet) */
@media only screen and (max-width: 1024px) {
	.nav-btn {
		margin-left: auto;
		margin-right: 10px;
	}
}

/* Menu button on mobile */
/* Open */
.elementor-menu-toggle .eicon-menu-bar:before {
	content: "";
	background: url(/wp-content/plugins/cl-template-functions/assets/hamburger-menu-icon.svg);
	display: inline-block;
	width: 22px;
	height: 33px;
	background-size: 22px 33px;
}

/* Close */
.elementor-menu-toggle .eicon-close:before {
	content: "";
	background: url(/wp-content/plugins/cl-template-functions/assets/close-menu-icon.svg);
	display: inline-block;
	width: 22px;
	height: 33px;
	background-size: 22px 33px;
}