
@media (min-width: 1200px) {
	.main-nav .menu .menulevel-1.menu-item-first a:before {
		display: inline-block;
	    font-style: normal;
	    font-variant: normal;
	    text-rendering: auto;
	    -webkit-font-smoothing: antialiased;
	    font-family: "Font Awesome 5 Free";
	    font-weight: 900;
	    content: "\f015";
	}
	
	.main-nav .menu .menulevel-1.menu-item-first .linktext {
		clip: rect(1px,1px,1px,1px);
		clip-path: inset(0 0 99.9% 99.9%);
		width: 1px;
		overflow: hidden;
		position: absolute;
		height: 100%;
	}	
}


.reset,
.reset:before,
.reset:after {
	all: initial;
}