:root {
	--offcanvasWidth: 300px;
}

.wojxSidebarToggle, .wojxSidebarClose {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1051;
	width: 44px;
	height: 44px;
	background: none;
	border: 0;
	font-size: 22px;
	cursor: pointer;
}

.wojxSidebarClose, .wojxSidebar a {
	color: #fff;
}

.wojxSidebarToggle:hover, .wojxSidebarToggle:active, .wojxSidebarToggle:focus,
.wojxSidebarClose:hover, .wojxSidebarClose:active, .wojxSidebarClose:focus
{
	background: rgba(0,0,0,0.1);
	color: var(--offcanvasToggleButtonColor);
}

body.logged-in .wojxSidebarToggle, body.logged-in .wojxSidebarClose {
	top: 43px;
}

.offcanvas.wojxSidebar {
	width: var(--offcanvasWidth);
	background-color: #f8f9fa;
	transition: all .3s;
}

.offcanvas.wojxSidebar.offcanvas-start {
	width: var(--offcanvasWidth);
	transition: all .3s;
	z-index: 999;
}

.offcanvas.wojxSidebar .offcanvasBody a {
	display: block;
	padding: 0.5rem 0;
	text-decoration: none;
}

body.wojxSidebarOpened {
	margin-left: var(--offcanvasWidth);
	transition: all .3s;
}

body.logged-in .offcanvas.wojxSidebar {
	padding-top: 32px;
}

body.wojxSidebarOpened .wojxSidebarToggle {
	display: none;
	opacity: 0;
	transition: all .1s;
	z-index: 0;
}

.offcanvas.wojxSidebar.offcanvas-start {
	background: #333333;
	color: #fff;
	border-right: 1px solid rgba(0, 0, 0, .14);
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.35);
	overflow: auto;
}

.wojxSidebar .offcanvasBody {
	padding: 15px 8px;
}

.offcanvas.wojxSidebar .offcanvasBody .wxSidebarMenu .menu-item a {
	padding: 8px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	text-decoration: none;
}

.offcanvas.wojxSidebar .offcanvasBody .wxSidebarMenu .menu-item a:hover {
	background-color: rgba(0,0,0,0.1);
}

.offcanvas.wojxSidebar .offcanvasBody .wxSidebarMenu .wxSidebarMenuDepth0.menu-item-has-children > a:after {
	content: "\f0d7";
	display: inline-block;
	width: 24px;
	font-family: "Font Awesome 7 Free";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	font-weight: bold;
}

.offcanvas.wojxSidebar .offcanvasBody .wxSidebarMenu .menu-item.current-menu-item a {
	background: #1B5E20;
}

.offcanvas.wojxSidebar .offcanvasBody .wxSidebarMenu > .menu-item.current-menu-ancestor > a {
	background: rgba(76,175,80,0.3);
}

.offcanvas.wojxSidebar .offcanvasBody .wxSidebarMenu .menu-item.menu-item-has-children .menu-item a,
.offcanvas.wojxSidebar .offcanvasBody .wxSidebarMenu .menu-item.menu-item-has-children .menu-item.menu-item-has-children a {
	padding: 6px 8px;
}

.offcanvas.wojxSidebar .offcanvasBody .wxSidebarMenu .menu-item.menu-item-has-children .menu-item a:before,
.offcanvas.wojxSidebar .offcanvasBody .wxSidebarMenu .menu-item.menu-item-has-children .menu-item.menu-item-has-children a:before {
	content: "\f0da";
	display: inline-block;
	width: 24px;
	font-family: "Font Awesome 7 Free";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	font-weight: bold;
	margin-left: -4px;
}

.offcanvas.wojxSidebar .offcanvasBody .wxSidebarMenu .menu-item.menu-item-has-children .menu-item.menu-item-has-children > a {
	font-weight: bold;
	pointer-events: none;
}

.offcanvas.wojxSidebar .offcanvasBody .wxSidebarMenu .menu-item ul.sub-menu {
	padding: 0 0 6px 20px;
	list-style-type: none;
}

.offcanvas.wojxSidebar .offcanvasBody .wxSidebarMenu .menu-item.menu-item-has-children .menu-item.menu-item-has-children > a:before {
	content: "";
	display: none;
}

.offcanvas-backdrop {
	display: none;
}

.wojxSidebarOpened .offcanvas.wojxSidebar.offcanvas-start {
	visibility: visible;
	transform: none;
}

@media screen and (max-width: 600px) {
	.wojxSidebarToggle, .wojxSidebar {
		/*z-index: -9999;*/
	}

	.offcanvas.wojxSidebar.offcanvas-start {
		z-index: 10000;
		width: 100%;
	}
}

@media screen and (min-width: 601px) and (max-width: 1080px) {
	.wojxSidebarToggle, .wojxSidebar {
		display: none;
		visibility: hidden;
		opacity: 0;
		z-index: -9999;
	}

	body.wojxSidebarOpened {
		margin-left: 0;
	}
}

.contrastEnabled .wojxSidebarToggle:hover, .contrastEnabled .wojxSidebarToggle:active, .contrastEnabled .wojxSidebarToggle:focus {
	color: #000036;
}

.contrastEnabled .wojxSidebarClose:hover, .contrastEnabled .wojxSidebarClose:active, .contrastEnabled .wojxSidebarClose:focus {
	color: #fff;
}