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

html, body {
  scroll-behavior: smooth;
}
#diensten::before {
  content: '';
  position: absolute;
  left: 0;
  height: 80%;
  width: 700px;
  background: #ffbf442e;
  filter: blur(150px);
  border-radius: 50%;
  transform: translateX(-50%);
  top: unset !important;
  bottom: 20% !important;
  pointer-events: none;
	opacity: 0.7;
}
.btn path {
  stroke: #000;
}
.btn:hover path {
  stroke: #fff;
}
.btn svg {
  transform: scale(1.2);
}
.last-menu-item {
	background: #ffad1a;
	padding: 7px 10px;	
	border-radius: 50px;
	transition: all 0.3s;
	margin-left: 10px;
}
.last-menu-item a {
	z-index: 2;
	position: relative;
}
.last-menu-item::before {
	background: #eee !important;
	z-index: 1;
	position: absolute;
	width: 10%;
	border-radius: 50px;
	height: 100%;
	bottom: 0;
	left: 0;
	transition: all 0.3s;
	content: '';
	opacity: 0;
}
.last-menu-item:hover::before {
	width: 100%;
	opacity: 1;
}
.last-menu-item:hover a {
	color: #333 !important;
}
.menu-item:not(.last-menu-item) a::before {
	transition: all 0.4s; 
	opacity: 0;
	width: calc(100% - 70px);
	bottom: 0;
	left: 50% !important;
	content: '';
	position: absolute !important;
	transform: translateX(-50%) !important;
	width: 100%;
	background: #ffad1a !important;
	height: 1px;
}
.menu-item:not(.last-menu-item):hover a::before,
.current_page_item:not(.last-menu-item) a::before {
  width: calc(100% - 40px);
  opacity: 1 !important;
}
