/*	–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	CORE/TOPBAR/CLASSES.CSS
	––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.topbar--inner {
	z-index		: 1021;
	transition	: opacity 0.33s linear;
}

/*	Hides state-sensitive elements whenever topbar state doesn't match */
.topbar--outer:not(.state-default) .topbar--inner.when-default,
.topbar--outer:not(.state-with-offcanvas) .topbar--inner.when-with-offcanvas {
	opacity			: 0		!important;
	pointer-events	: none	!important;
}

/*	 */
.topbar-state--wrapper.border {
	border-top		: none	!important;
	border-left		: none	!important;
	border-right	: none	!important;
}