﻿nav.primary > ul{
	display: flex; flex-direction: column;
	text-align: center;
	position: relative;
}
nav.primary > ul:not(.list) > li:nth-of-type(1) a{
	background: #fff;
	border-bottom: none;
}
nav.primary > ul li a, li.click > div{
	color: #fff;
	font-family: "elza", sans-serif;
	font-weight: 500;
	font-style: italic;
	font-size: 16px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 170px;
	border-bottom: solid 1px #848484;
	cursor: pointer;
}
nav.primary > ul li a:hover, li.click > div:hover{
	background: rgba(255,255,255,0.05);
	transition: ease all 0.2s;
}
nav.primary > ul:not(.list) > li:nth-of-type(1) a:hover{
	background: #fff !important;
}
nav.primary > ul li a span, .menu-toggle{
	display: block;
    width: 100%;
}
nav.primary > ul li a i, .menu-toggle i{
	color: #fff;
	font-size: 48px;
	padding: 0 0 15px 0;
}