/**
 * Global utilities, navigation and cookie controls.
 */

/* General */
.fit-content {
  width: fit-content;
}

::selection {
  background: #53B1AA;
  color: #fff;
}

.p-0,
.p-0 * {
  padding-bottom: 0;
  margin-bottom: 0;
}

/* Navbar */
body header .elementor-nav-menu .elementor-item {
	font-family: "Lausanne", sans-serif;
	font-weight: 500;
	letter-spacing: 0.01em;
}

body header .elementor-nav-menu--main .elementor-item {
	font-size: 17px;
	line-height: 1.1;
}

@media (min-width:1200px) {
	.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li.menu-item-29{
		display:none;
	}
}


/* Hide cookie tab on the bottom */
#cmplz-manage-consent .cmplz-manage-consent {
  display: none;
}

.cmplz-show-banner {
  cursor: pointer;
}
