a:not(.button) i[class*="fa-"] {
	font-size:30px;
}
a:not(.button):has(i[class*="fa-"]) {
	position: fixed;
	left: 30px;
	top: 30px;
}
.content-wrapper.active a:not(.button):has(i[class*="fa-"]) {
	z-index: 3;	
}