.big-menu-overlay{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 999;
}

.big-menu-box{
	display: flex;
	flex-wrap: wrap;
	position: fixed;
	color: #fff;
	justify-content: center;
	align-items: center;
	top: 60px;
	left: 60px;
	z-index: 999;
	margin: 0 auto;
	width: auto;
	height: auto;
	background-color: #00000080;
	padding: 20px;
	border-radius: 6px;
	box-shadow: 0 0 30px #00000060;
}

.big-menu-box a{
	text-transform: uppercase;
}

.big-menu-box .wp-block-columns{
	max-width: 1200px;
	margin-left: 40px;
	width: calc(100vw - 40px);
} 

.big-menu-overlay.show{
	display: block;
	opacity: 1;
}

.big-menu-box p{
	color: #fff;
}

.close-big-menu{
	display: none;
	position: absolute;
	top: 25px;
	left: 25px;
	width: 40px;
	height: auto;
	cursor: pointer;
	z-index: 999;
}

.big-menu-btn{
	display: block;
	flex-wrap: wrap;
	position: fixed;
	justify-content: center;
	align-items: center;
	top: 20px;
	left: 20px;
	z-index: 999;
	width: 28px;
	height: 28px;
	padding: 13px 10px 7px 13px;
	border-radius: 50%;
	background-color: #000;
	fill:#fff;
	cursor: pointer;
}

.big-menu-btn div {
	width: 90%;
	height:auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.big-menu-btn div span{
	height: 1px;
	margin: 3px 0 3px 0;
	display: block;
	position: relative;
	background-color: #fff;
	width: 100%;
	padding: 0;
}