.mm-header-menu-toggle {
	display: none;
}

@media screen and (max-width: 767px) {
	#header .col-lg-12 {
		position: relative;
	}

	.mm-header-menu-toggle {
		position: absolute;
		top: 10px;
		right: 12px;
		z-index: 30;
		display: inline-flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 50px;
		height: 50px;
		padding: 5px;
		color: #00525c;
		background: rgba(255, 255, 255, .94);
		border: 1px solid rgba(0, 82, 92, .25);
		border-radius: 50%;
		box-shadow: 0 5px 16px rgba(50, 39, 28, .18);
		cursor: pointer;
		-webkit-tap-highlight-color: transparent;
	}

	.mm-header-menu-toggle img {
		display: block;
		width: 23px;
		height: 23px;
		margin: 0 0 1px;
		object-fit: contain;
	}

	.mm-header-menu-toggle span {
		font-size: 8px;
		font-weight: 800;
		line-height: 1;
		text-transform: uppercase;
	}

	.mm-header-menu-toggle:hover,
	.mm-header-menu-toggle:focus-visible,
	.mm-header-menu-toggle.is-open {
		color: #754125;
		background: #fffaf2;
		border-color: rgba(213, 160, 68, .7);
		outline: none;
	}

	.mm-header-menu-toggle.is-open {
		box-shadow: 0 6px 18px rgba(50, 39, 28, .24);
	}

	.mobile-menu .mm-firstlevel-4 a {
		color: #754125;
	}
}
