#wpadminbar {
	min-height: 32px !important;
}
.mm-wrapper__blocker {
	z-index: 999 !important;
}
/* Hamburger */
.regenexx-search-menu .mburger {
	color: #000000 !important;
	text-decoration: none !important;
}
/* Mburger */
@media only screen and (min-width: 768px) {
	.mburger {
		--mb-button-size: 60px;
		--mb-bar-width: 0.6;
		--mb-bar-height: 2px;
		--mb-bar-spacing: 6px;
		--mb-cross-timeout: 0.4s;
	}
}
@media only screen and (max-width: 767px) {
	.mburger {
		--mb-button-size: 36px;
		--mb-bar-width: 0.6;
		--mb-bar-height: 2px;
		--mb-bar-spacing: 4px;
		--mb-cross-timeout: 0.4s;
	}
}
/* Mburger Lines */
.mburger b {
	border-radius:0px;
}
/* Label */
.mburger label {
	font-family: 'Roboto', 'Helvetica', 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase !important;
	color: #000000 !important;
}
@media only screen and (max-width: 1024px) {
	.mburger label {
		display: none !important;
	}
}
/* Top Nav */
#top-menu {
	background: #FFFFFF;
}
#top-menu.mm-menu_offcanvas {
	max-width: 520px !important;
	z-index: 999999;
}
@media only screen and (max-width: 767px) {
	#top-menu.mm-menu_offcanvas {
		width: 90%;
	}
}
#top-menu .mburger {
	position: absolute;
	text-decoration: none !important;
}
@media only screen and (min-width: 768px) {
	#top-menu .mburger {
		right: 20px;
		top: 5px;
	}
}
@media only screen and (max-width: 767px) {
	#top-menu .mburger {
		right: 10px;
		top: 15px;
	}
}
/* Close */
#top-menu #close-mmenu {
	color: #FFFFFF !important;
	left: auto !important;
}
/* Panels and Panel */
.mm-panels, .mm-panels>.mm-panel {
	background: transparent;
	bottom: 120px !important;
}
/* Panels */
.mm-panels {
	border-top: 1px solid #33b0bb
}
@media only screen and (min-width: 768px) {
	.mm-panels {
		top: 160px;
	}
}
@media only screen and (max-width: 767px) {
	.mm-panels {
		top: 150px;
	}
}
/* Panel List */
.mm-panels ul {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
/* Panel List Item */
.mm-panels li, a.mm-navbar__title {
	font-family: 'Roboto', 'Helvetica', 'Open Sans', Arial, sans-serif;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 26px;
	text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
	.mm-panels li, a.mm-navbar__title {
		margin-left: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.mm-panels li, a.mm-navbar__title {
		margin-left: 0;
	}
}
/* Navbar */
.mm-navbar {
	height: 50px;
	padding: 0;
	background: #33b0bb;
	border-bottom: 1px solid #33b0bb;
	z-index: 2 !important;
}
/* Navbar : Arrow */
.mm-navbar .mm-btn_prev:before {
	border-color: #FFFFFF;
	left: 74px;
}
@media only screen and (max-width: 767px) {
	.mm-navbar .mm-btn_prev:before {
		left: 44px;
	}
}
.mm-navbar a span {
	color: #FFFFFF;
}
/* Navbar > Child : Arrow */
.mm-btn_next:after {
	border-color: #33b0bb;
	right: 30px;
}
/* Menu Item */
.mm-menu a {
	font-family: 'Roboto', 'Helvetica', 'Open Sans', Arial, sans-serif;
	font-size: 18px;
	line-height: 28px;
	text-transform: capitalize;
	color: #173e3e !important;
	transition: .3s all ease-in-out !important;
	position: relative;
	left: 0;
}
.mm-menu a:not(.mm-btn):not(.mm-navbar__title):hover {
	color: #33b0bb !important;
	left: 5px !important;
}
/*.mm-listitem__btn {
	padding-right: 40px !important;
}*/
.mm-btn_next:after {
	top: 20px;
	bottom: auto;
}
.mm-listitem__text {
	padding-right: 40px !important;
	-o-text-overflow: clip;
	text-overflow: clip;
	white-space: normal;
	background: transparent !important;
}
.mm-listview li {
	position: relative;
}
.mm-listview li::before {
	content: '';
	background: #33b0bb;
	height: 1px;
	width: 90%;
	position: absolute;
	left: 20px;
	bottom: 0;
}
/* Search Logo */
.regenexx-search-logo {
	position: absolute;
	top: 20px;
}
@media only screen and (min-width: 768px) {
	.regenexx-search-logo {
		left: 40px;
		width: 180px;
	}	
}
@media only screen and (max-width: 767px) {
	.regenexx-search-logo {
		left: 20px;
		width: 160px;
	}
}
/* Search */
#top-menu .regenexx-search-form {
	width: 100%;
	margin: 0 !important;
	position: absolute;
	/*background: #173e3e;*/
	/*background-image: url(https://regenexx.com/wp-content/uploads/2024/08/regenexx-search-background-image.jpg);*/
	background: linear-gradient(
		to bottom,
		rgba(23, 62, 62, 0),
		rgba(23, 62, 62, 1)
	), url(https://regenexx.com/wp-content/uploads/2024/08/regenexx-search-background-image.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	top: 0px;
}
@media only screen and (min-width: 768px) {
	#top-menu .regenexx-search-form {
		padding: 70px 40px 10px;
	}	
}
@media only screen and (max-width: 767px) {
	#top-menu .regenexx-search-form {
		padding: 65px 15px 5px;
	}
}
.regenexx-search-form label {
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;;
}
.regenexx-search-form input {
	border: none !important;
	outline: none !important;
	margin-bottom: 5px !important;
}
.regenexx-search-menu {
	display: none !important;
}
.regenexx-search-menu.mm-menu_opened {
	display: flex !important;
}
/* Mmenu Elements (Not Opened) */
/*.mm-menu_offcanvas:not(.mm-menu_opened) .regenexx-search-form, 
.mm-menu_offcanvas:not(.mm-menu_opened) .regenexx-search-logo, 
.mm-menu_offcanvas:not(.mm-menu_opened) #close-mmenu {
	display: none !important;
}*/
@media only screen and (max-width: 450px) {
	.mm-navbar .mm-btn_prev:before{
		left: 20px;
	}
}