#wip-topbar-wrapper,
body.logged-in.customizer_active #wip-topbar-wrapper { 
	top:0;
	padding:0;
	position:fixed;
	width:100%;
	background:#222;
	z-index:1002;
	display:none;
	text-align:center;
}

body.logged-in #wip-topbar-wrapper { 
	top:32px;
}

#wip-topbar-wrapper p {
	margin:0;
	color:#fff;
	font-size:14px;
	font-weight: 500;
}

#wip-topbar-wrapper a {
	background-color:#c44141;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	font-weight: 600;
	line-height:40px;
	padding:6px 15px;
	margin-left:15px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease; 
	-o-transition: all .3s ease;
	transition: all .3s ease;
	text-transform: uppercase;
}

#wip-topbar-wrapper a:hover {
	background: #993232;
}

#wip-topbar-wrapper span.close {
	position:absolute;
	top:0;
	right:5px;
	float:none;
	color:#ccc;
	padding:0;
	height:40px;
	line-height:40px;
	cursor:pointer;
	font-size:14px;
	text-shadow:none;
	opacity: 1.0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease; 
	-o-transition: all .3s ease;
}

#wip-topbar-wrapper span.close:hover {
	color:#616161;
}

@media screen and (min-width: 0) and (max-width: 600px) {

	body.logged-in #wip-topbar-wrapper {
		top: 0;
	}

}

@media screen and (min-width: 601px) and (max-width: 782px) {

	body.logged-in #wip-topbar-wrapper {
		top: 46px;
	}

}
@media screen and (min-width: 0) and (max-width: 600px) {

	body.logged-in #wip-topbar-wrapper {
		top: 0;
	}

}


@media screen and (min-width: 0) and (max-width: 992px) {

	#wip-topbar-wrapper {
		padding: 15px;
	}

	#wip-topbar-wrapper a {
		display: block;
		max-width: 120px;
		height: auto;
		line-height: normal;
		margin: 10px auto 0 auto;
	}

}