#wpadminbar {
	top: -32px !important;
	transition: top 0.3s ease;
}

.adminbar-toggle {
	padding: 6px;
	position: fixed;
	top: 0;
	right: 30px;
	width: 20px;
	height: 20px;
	background: #1d2327;
	z-index: 99998;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: flex;
	align-content: center;
	justify-content: center;
	transition: top 0.3s ease;
}