.mss-sheet,
.mss-sheet-trigger {
  display: none !important;
}

@media (max-width: 1024px) {

  :root {
	--mss-mobile-header-h: 72px;
	--mss-panel-gutter: 10px;
	--mss-admin-bar-offset: 0px;
	--mss-overlay-z: 99997;
	--mss-trigger-z: 99998;
	--mss-admin-bar-z: 99999;
  }

  body.admin-bar {
	--mss-admin-bar-offset: 46px;
  }

  @media (min-width: 783px) {
	body.admin-bar {
	  --mss-admin-bar-offset: 32px;
	}
  }

  .mss-sheet,
  .mss-sheet-trigger {
	display: block !important;
  }

  .site-header .header-widget-area,
  .site-header .widget_nav_menu,
  .site-header .widget_nav_menu .widget-wrap,
  .site-header .nav-header,
  .site-header #responsive-menu-icon,
  .site-header #menu-top,
  .site-header .genesis-nav-menu.responsive-menu {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	max-height: 0 !important;
	min-height: 0 !important;
	overflow: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	opacity: 0 !important;
	pointer-events: none !important;
  }

  .site-header {
	position: sticky !important;
	top: var(--mss-admin-bar-offset) !important;
	z-index: calc(var(--mss-overlay-z) - 1) !important;
	background: #1a63af;
  }

  .site-header .wrap {
	position: relative;
	z-index: calc(var(--mss-overlay-z) - 1);
	min-height: var(--mss-mobile-header-h);
  }

  .site-header .title-area {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: var(--mss-mobile-header-h);
	padding-left: 50px;
	padding-right: 40px;
  }

  .site-header .site-title {
	margin: 0;
	line-height: 1;
  }

  .site-header .site-title,
  .site-header .site-title a {
	text-align: center;
  }

  .site-header .site-title a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: var(--mss-mobile-header-h);
	line-height: 1;
  }

  #wpadminbar {
	position: sticky !important;
	top: 0 !important;
	z-index: var(--mss-admin-bar-z) !important;
  }

  body.mss-sheet-header-scrolled .site-header {
	box-shadow: 0 1px 8px rgba(0,0,0,.08);
  }

  .mss-sheet-trigger,
  .mss-sheet__close,
  .mss-acc__toggle {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	user-select: none;
	touch-action: manipulation;
	-webkit-appearance: none;
	appearance: none;
  }

  .mss-sheet-trigger {
	all: unset;
	box-sizing: border-box;
	position: absolute !important;
	left: 20px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	z-index: var(--mss-trigger-z) !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
	background: none !important;
	background-color: transparent !important;
	background-image: none !important;
	cursor: pointer;
	border-radius: 12px;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff;
  }

  .mss-sheet-trigger:hover,
  .mss-sheet-trigger:focus,
  .mss-sheet-trigger:active,
  .mss-sheet-trigger:focus-visible {
	outline: 0 !important;
	box-shadow: none !important;
	background: none !important;
	background-color: transparent !important;
	background-image: none !important;
	border: 0 !important;
	transform: translateY(-50%) !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff;
  }

  .woocommerce .mss-sheet-trigger,
  .woocommerce-page .mss-sheet-trigger,
  .woocommerce .mss-sheet-trigger:hover,
  .woocommerce-page .mss-sheet-trigger:hover,
  .woocommerce .mss-sheet-trigger:focus,
  .woocommerce-page .mss-sheet-trigger:focus,
  .woocommerce .mss-sheet-trigger:active,
  .woocommerce-page .mss-sheet-trigger:active,
  .woocommerce .mss-sheet-trigger:focus-visible,
  .woocommerce-page .mss-sheet-trigger:focus-visible {
	background: none !important;
	background-color: transparent !important;
	background-image: none !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff;
	border: 0 !important;
	border-radius: 12px !important;
	box-shadow: none !important;
	text-transform: none !important;
	font-family: inherit !important;
	font-weight: inherit !important;
	letter-spacing: normal !important;
  }

  .mss-sheet-trigger::before {
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	pointer-events: none;
	content: "\e195";
	font-family: "Font Awesome 7 Pro", "Font Awesome 7 Free";
	font-weight: 900;
	font-size: 22px;
  }

  .mss-sheet-trigger:active {
	opacity: 1 !important;
  }

  .mss-sheet-trigger:active::before {
	opacity: .75;
  }

  .mss-sheet-trigger__icon {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	pointer-events: none !important;
  }

  .mss-sheet {
	position: fixed;
	top: var(--mss-admin-bar-offset);
	right: 0;
	bottom: 0;
	left: 0;
	z-index: var(--mss-overlay-z);
	opacity: 0;
	pointer-events: none;
	transition: opacity 400ms ease;
  }

  .mss-sheet.is-open {
	opacity: 1;
	pointer-events: auto;
  }

  .mss-sheet__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,.35);
	opacity: 0;
	transition: opacity 400ms ease;
	will-change: opacity;
  }

  .mss-sheet.is-open .mss-sheet__backdrop {
	opacity: 1;
  }

  .mss-sheet__panel {
	position: absolute;
	left: var(--mss-panel-gutter);
	right: var(--mss-panel-gutter);
	bottom: var(--mss-panel-gutter);
	width: auto;
	max-height: calc(100vh - var(--mss-mobile-header-h) - var(--mss-admin-bar-offset) - env(safe-area-inset-top, 0px) - 22px);
	background: #1a63af;
	border-radius: 22px;
	transform: translateY(110%);
	transition: transform 400ms cubic-bezier(.2,.8,.2,1);
	will-change: transform;
	display: flex;
	flex-direction: column;
	overflow: hidden;
  }

  .mss-sheet.is-open .mss-sheet__panel {
	transform: translateY(0);
  }

  .mss-sheet__handle {
	width: 44px;
	height: 5px;
	border-radius: 10px;
	background: rgba(255,255,255,.35);
	margin: 8px auto 6px;
  }

  .mss-sheet__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 16px;
	border-bottom: 1px solid rgba(255,255,255,.14);
  }

  .mss-sheet__brand {
	font-family: "Outfit", sans-serif;
	color: #fff;
	font-weight: 800;
	letter-spacing: 1.2px;
	font-size: 24px;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 10px;
  }

  .mss-sheet__close {
	all: unset;
	box-sizing: border-box;
	border: 0;
	background: rgba(255,255,255,.14);
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 14px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	font-size: 22px;
	outline: 0 !important;
	box-shadow: none !important;
  }

  .mss-sheet__nav {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 6px 10px 10px;
  }

  .mss-sheet-menu,
  .mss-sheet-menu .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
  }

  .mss-sheet-menu > li {
	border-bottom: 1px solid rgba(255,255,255,.12);
  }

  .mss-sheet-menu a {
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
	padding: 12px 10px;
	font-size: 17px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .03em;
  }

  .mss-sheet-menu a:hover,
  .mss-sheet-menu a:focus,
  .mss-sheet-menu a:active,
  .mss-sheet-menu a:visited {
	color: #fff !important;
  }

  .mss-sheet .mss-sheet-menu > li > a::before,
  .mss-sheet .mss-sheet-menu .sub-menu > li > a::before {
	display: inline-block;
	width: 22px;
	min-width: 22px;
	text-align: center;
	margin-right: 10px;
	line-height: 1;
	opacity: .95;
	font-family: "Font Awesome 7 Pro", "Font Awesome 7 Free";
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
  }
  
  .mss-sheet .mss-sheet-menu > li.mss-ico-home > a::before       { content: "\f015"; font-weight: 900; }
  .mss-sheet .mss-sheet-menu > li.mss-ico-facilities > a::before { content: "\e643"; font-weight: 900; }
  .mss-sheet .mss-sheet-menu > li.mss-ico-adult > a::before     { content: "\f433"; font-weight: 900; }
  .mss-sheet .mss-sheet-menu > li.mss-ico-youth > a::before { content: "\f434"; font-weight: 900; }
  .mss-sheet .mss-sheet-menu > li.mss-ico-contact > a::before   { content: "\e10c"; font-weight: 900; }
  .mss-sheet .mss-sheet-menu > li.mss-ico-faq > a::before        { content: "\f059"; font-weight: 900; }
  .mss-sheet .mss-sheet-menu > li.mss-ico-dashboard > a::before  { content: "\f624"; font-weight: 900; }
  .mss-sheet .mss-sheet-menu > li.mss-ico-booking > a::before  { content: "\e471"; font-weight: 900; }

  .mss-sheet .mss-sheet-menu .sub-menu > li > a::before {
	content: "\f105";
	font-weight: 900;
	opacity: .6;
  }

  .mss-sheet .mss-sheet-menu .mss-dynamic > a::before {
	content: "\f073";
	font-weight: 400;
	opacity: .85;
  }

  .mss-acc {
	position: relative;
  }

  .mss-sheet .mss-acc > a {
	padding-right: 64px;
  }

  .mss-sheet .mss-acc__toggle {
	all: unset;
	box-sizing: border-box;
	position: absolute;
	right: 10px;
	top: 9px;
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,.14);
	color: #fff;
	border-radius: 12px;
	cursor: pointer;
	line-height: 1;
	font-size: 20px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	box-shadow: none;
	overflow: hidden;
  }

  .mss-sheet .mss-acc__toggle:hover,
  .mss-sheet .mss-acc__toggle:active,
  .mss-sheet .mss-acc__toggle:focus,
  .mss-sheet .mss-acc__toggle:focus-visible {
	background: rgba(255,255,255,.14) !important;
	border-radius: 14px !important;
	outline: none !important;
	box-shadow: none !important;
	filter: none !important;
	transform: none !important;
	opacity: 1 !important;
  }

  .mss-acc__toggle span {
	display: block;
	transform: translateY(-1px);
	transition: transform 400ms ease;
  }

  .mss-acc.is-expanded .mss-acc__toggle span {
	transform: rotate(180deg);
  }

  .mss-acc__panel {
	overflow: hidden;
	transition: max-height 400ms ease;
	background: rgba(0,0,0,.08);
  }

  .mss-acc__panel a {
	padding: 10px 10px 10px 18px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
  }

  .mss-sheet__footer {
	padding: 10px 14px 12px;
  }

  .mss-sheet__footer-btn, .mss-sheet__footer-btn:hover {
	display: block;
	text-align: center;
	background: rgba(255,255,255,.18);
	color: #fff;
	text-decoration: none;
	padding: 10px 14px;
	border-radius: 14px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .04em;
  }

  .mss-sheet__social {
	display: flex;
	gap: 10px;
	width: 100%;
	margin: 10px auto 0;
	justify-content: center;
  }

  .mss-sheet__social a {
	width: 44px;
	height: 44px;
	border-radius: 14px;
	background: rgba(255,255,255,.14);
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
  }

  .mss-sheet__social a::before {
	display: block;
	font-family: "Font Awesome 7 Brands";
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
	font-size: 20px;
	color: #fff;
	opacity: .95;
	content: "";
  }

  .mss-sheet__social a.mss-social-facebook::before  { content: "\f09a"; }
  .mss-sheet__social a.mss-social-instagram::before { content: "\f16d"; }
  .mss-sheet__social a.mss-social-twitter::before   { content: "\e61a"; }

  html.mss-sheet-open,
  body.mss-sheet-open {
	overflow: hidden;
	height: 100%;
  }

  .mss-sheet__nav,
  .mss-sheet__nav a,
  .mss-sheet__nav button {
	font-family: "Outfit", sans-serif;
  }

  .mss-sheet-menu > li > a {
	font-weight: 400;
  }
}
