header > .bar {
	margin: auto 12px;
}

/******* Parent theme styles *******/
body header > .bar {
	padding-left: 15px;
	padding-right: 15px;
	grid-template-columns: auto 1fr;
}

body header .bar .buttons .phone span:last-child {
	display: none;
}

header .menu {
	position: fixed;
	background: #FFFFFF;
	z-index: 1000;
	left: 0px;
	right: 0px;
	margin: auto;
	padding: 10px 22px;
	top: 0px;
	border-radius: 7px;
	box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.11);
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	max-width: unset;
	max-height: unset;
}

header .menu .close {
	width: 35px;
	height: 35px;
	border: transparent;
	border-radius: 5px;
	margin: 7px 12px 7px auto;
	color: #444;
	position: relative;
	z-index: 1;
	left: auto;
	top: 0px;
	right: 0px;
	bottom: auto;
	padding: 5px;
	text-align: right;
	display: block;
}

.webapp_subpages {
	padding: 15px 15px;
}



@media screen and (min-width: 50px) {
	header .logo a {
		font-size: 0px;
	}
}
