#wpadminbar {
	min-height: 32px !important;
}
.mm-wrapper__blocker {
	z-index: 999 !important;
}
/* Hamburger */
.relatyv-search-menu .mburger {
	color: #333333 !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: 'THICCCBOI', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase !important;
	color: #333333 !important;
}
@media only screen and (max-width: 1024px) {
	.mburger label {
		display: none !important;
	}
}
/* Top Nav */
#top-menu {
	background: #FFFFFF;
	display: none; /*delay javascript fix*/
}
.loaded-ready #top-menu{
	display: block;
}
#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 {
		left: 91%;
		top: 20px;
		transform: translateX(-91%);
	}
}
@media only screen and (max-width: 767px) {
	#top-menu .mburger {
		left: 94%;
		top: 27px;
		transform: translateX(-94%);
	}
}
/* Close */
#top-menu #close-mmenu {
	color: #333333 !important;
}
/* Panels and Panel */
.mm-panels, .mm-panels>.mm-panel {
	background: transparent;
	bottom: 120px !important;
}
/* Panels */
.mm-panels {
	border-top: 1px solid #50c3d1;
}
@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: 20px !important;
	margin-bottom: 20px !important;
}
/* Panel List Item */
a.mm-navbar__title {
	color: #50c3d1;
	font-family: 'THICCCBOI', sans-serif;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 26px;
	text-transform: uppercase;
}
a.mm-navbar__title span {
	color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
	.mm-panels li, a.mm-navbar__title {
		margin-left: 50px;
	}
}
@media only screen and (max-width: 767px) {
	.mm-panels li, a.mm-navbar__title {
		margin-left: 20px;
	}
}
.mm-listview li {
	font-family: 'THICCCBOI', sans-serif;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 26px;
	text-transform: capitalize;
	position: relative;
}
.mm-listview li::before {
	content: '';
	background: #50c3d1;
	height: 1px;
	width: 80%;
	position: absolute;
	left: 20px;
	bottom: 0;
}
.mm-listview li:hover a {
	color: #50c3d1 !important;
}
/* Navbar */
.mm-navbar {
	height: 50px;
	padding: 0;
	background: #50c3d1;
	border-bottom: 1px solid #50c3d1;
}
/* 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;
	}
}
/* Navbar > Child : Arrow */
.mm-btn_next:after {
	border-color: #50c3d1;
	right: 10%;
}
/* Menu Item */
.mm-menu a {
	font-family: 'THICCCBOI', sans-serif;
	color: #333333 !important;
	transition: .3s all ease-in-out;
}
.mm-listitem__btn,
.mm-listitem__text {
	padding-top: 20px !important;
	padding-right: 50px !important;
	padding-bottom: 20px !important;
	padding-left: 20px !important;
}
.mm-btn_next:after {
	top: 30px;
	bottom: auto;
}
.mm-listitem__text {
	-o-text-overflow: clip;
	text-overflow: clip;
	white-space: normal;
}
/* Search */
#top-menu .relatyv-search-form {
	width: 100%;
	margin: 0 !important;
	position: absolute;
}
@media only screen and (min-width: 768px) {
	#top-menu .relatyv-search-form {
		top: 100px;
		padding: 10px 70px;
	}	
}
@media only screen and (max-width: 767px) {
	#top-menu .relatyv-search-form {
		top: 90px;
		padding: 10px 20px;
	}
}
#top-menu .relatyv-search-form .input-group {
	position: relative;
	border: none !important;
}
#top-menu .relatyv-search-form .input-group input {
	font-family: 'THICCCBOI', sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 26px;
	color: #333333;
	box-shadow: none !important;
	outline: none !important;
	border: none  !important;
	background: transparent;
	padding: 0.8125em;
	padding-left: 1.625em;
	padding-right: 1.625em;
	height: 50px;
}
#top-menu .relatyv-search-form .input-group input::placeholder {
	color: #333333;
}
#top-menu .relatyv-search-form .input-group .input-group-prepend {
	position: absolute;
	right: 5px;
	top: 20px;
	z-index: 999;
}
#top-menu .relatyv-search-form .input-group .input-group-prepend .search-btn {
	box-shadow: none !important;
	outline: none !important;
	border: none !important;
	background: transparent;
}
#top-menu .relatyv-search-form .input-group .input-group-prepend .search-btn svg {
	fill: #50c3d1 !important;
	width: 16px;
	height: 16px;
}
/* Logo */
.relatyv-search-logo {
	width: 100px;
	position: absolute;
	top: 25px;
	left: 50px;
}