div#wpadminbar { position: fixed; }

.tamm_open { overflow: hidden; }
.ta_mobile_menu_toggle {
	display: none;
	position: fixed;
	z-index: 999;
	left: 0; top: 0; right: 0;
	height: 40px;
	line-height: 40px;
	color: #fff !important;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 20px;
	padding: 0 20px;
	cursor: pointer;
	outline: none !important;
	background: #3f3f3f;
}
.ta_mobile_menu_toggle > span svg {
	margin-right: 10px;
}
.tamm_open .ta_mobile_menu_toggle > span {
	color: #ff724b;
}
.tamm_open .ta_mobile_menu_toggle > span svg path {
	fill: #ff724b;
}
.ta_mobile_menu {
	position: fixed;
	z-index: 999;
	left: -100%; top: 40px;
	bottom: 0;
	width: 80%;
	max-width: 400px;
	padding: 15px 15px 30px;
	margin: 0 !important;
	overflow: auto;
	transition: .3s;
	background: #eee;
}
.ta_mobile_menu ul {
	list-style: none;
	margin: 0; padding: 0;
}
.ta_mobile_menu li {
	font-size: 14px;
	list-style: none;
}
.ta_mobile_menu a {
	display: block;
	padding: 5px 0;
}
.ta_mobile_menu a:hover, .ta_mobile_menu a:active {
	text-shadow: 0 0 3vw #c44126;
}

.mobile_cat span {
	font-weight: bold;
}
.mobile_cat > div {
	padding: 0 0 0 20px;
}
.mobile_cat ul {
	padding: 0 0 0 15px;
}
.mobile_cat .title {
	color: #c44126;
	margin: 10px 0 5px;
}
.mobile_cat .has_children > a {
	cursor: default;
	pointer-events: none;
}

.ta_mobile_menu form {
	position: relative;
	margin-top: 15px;
}
.ta_mobile_menu [name='s'] {
	height: 44px;
	width: 100%;
	padding: 0 40px 0 10px;
	border: 0;
}
.ta_mobile_menu [type='submit'] {
	position: absolute;
	right: 10px;
	top: 5px;
	bottom: 5px;
	width: 30px;
	background: url(zoom.png) no-repeat 50% 50%;
	border: 0;
}






body.admin-bar .ta_mobile_menu_toggle { top: 32px; }
body.admin-bar .ta_mobile_menu { top: 72px; }
.tamm_open .ta_mobile_menu { left: 0; }



@media only screen and (max-width: 1200px) {
	.ta_mobile_menu_toggle { display: block; }
	body { padding-top: 40px !important; }
	body.admin-bar { padding-top: 72px !important; }
}

@media only screen and (max-width: 782px) {
	body.admin-bar { padding-top: 86px !important; }
	body.admin-bar .ta_mobile_menu_toggle { top: 46px; }
	body.admin-bar .ta_mobile_menu { top: 86px; }
}
