/*
 * Mapplic - Custom Interactive Map Plugin by @sekler
 * Version 6.0
 * https://www.mapplic.com/
 */

/* STYLES */
html,
body.mapplic-page,
.mapplic-page #___gatsby,
.mapplic-page #gatsby-focus-wrapper,
.mapplic-page #gatsby-focus-wrapper > div:nth-child(2),
.mapplic-page main,
.mapplic-page .mapplic-element {
  height: 100%;
}

.mapplic-element {
	position: relative;
	overflow: hidden;
	font-size: 0;
	height: 420px;
}

.mapplic-element input,
.mapplic-element button,
.mapplic-element a,
.mapplic-element a:active {
	outline: none;
	box-shadow: none;
	text-decoration: none !important;
}

.mapplic-element a:focus {
	outline: none;
}

.mapplic-element > * {
	opacity: 1;
	transition: opacity 0.4s;
}

.mapplic-element.mapplic-loading > * {
	opacity: 0;
}

.mapplic-element strong {
	color: #333;
}

/* Preloader & Error */
.mapplic-element.mapplic-loading { background: url(images/loader.gif) no-repeat center; }
.mapplic-element.mapplic-error { background: url(images/error-icon.png) no-repeat center; }

/* Map container */
.mapplic-container {
	display: inline-block;
	position: relative;
	width: calc(100% - 434px);
	height: 100%;
}

.mapplic-map {
	transform-origin: 0 0;
}

/* Map layer */
.mapplic-layer { visibility: hidden; }
.mapplic-visible.mapplic-layer { visibility: visible; }
.mapplic-layer img {
	width: 100%;
}

.mapplic-map .mapplic-map-image {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* IE Fix END */

.mapplic-map.mapplic-zoomable .mapplic-map-image {
	cursor: url(images/openhand.cur), default;
}

.mapplic-map.mapplic-zoomable.mapplic-dragging .mapplic-map-image {
	cursor: url(images/closedhand.cur), move;
}

/* Marker types */
.mapplic-pin {
	background-color: #fb7575;
	background-image: none;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 6px;
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
	box-sizing: border-box;
	font-size: 0;
	width: 12px;
	height: 12px;
	margin-left: -6px;
	margin-top: -6px;
	position: absolute;
	transform-origin: 50% 50%;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mapplic-pin:before {
	box-sizing: content-box !important;
}

.mapplic-pin.hide {
	display: none;
}

.mapplic-pin.marker-border {
  border: 3px solid #FFF !important;
}

.mapplic-pin.mapplic-active {
	display: block !important;
}

.mapplic-pin.pin-classic {
	background-color: #f23543;
	background-image: none;
	border-color: #f23543;
	border-radius: 10px;
	line-height: 22px !important;
	width: 20px;
	height: 20px;
	margin-top: -22px;
	margin-left: -10px;
	transform-origin: 50% 140%;
}

.mapplic-pin.pin-classic:before {
	border-style: solid;
	border-width: 9px 8px 0 8px;
	border-color: inherit;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	content: '';
	display: block;
	position: absolute;
	top: 16px;
	left: 2px;
}

.mapplic-pin.pin-marker {
	background-color: #fdca2a;
	background-image: none;
	border-color: #fdca2a;
	border-radius: 8px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	margin-left: -8px;
	transform-origin: 50% 50%;
}

.mapplic-pin.pin-marker:before {
	border-color: inherit;
	border-style: solid;
	border-width: 6px;
	border-radius: 16px;
	content: '';
	display: block;
	opacity: 0.2;
	width: 16px;
	height: 16px;
	position: absolute;
	left: -6px;
	top: -6px;
}

.mapplic-pin.pin-disk {
	background-color: white !important;
	background-image: none;
	border-color: #f19819;
	border-radius: 8px;
	color: #333 !important;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	margin-left: -8px;
	transform-origin: 50% 50%;
}

.mapplic-pin.pin-disk:before {
	border-color: inherit;
	border-style: solid;
	border-width: 3px;
	border-radius: 16px;
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	left: -3px;
	top: -3px;
}

.mapplic-pin.pin-ribbon {
	background-color: #46b450;
	background-image: none;
	border-color: #46b450;
	border-radius: 2px 2px 2px 0;
	height: 16px;
	min-width: 10px;
	width: auto;
	padding: 0 3px;
	margin-left: -8px;
	margin-top: -20px;
	transform-origin: 8px 20px;
}

.mapplic-pin.pin-ribbon:after {
	border-style: solid;
	border-width: 0 8px 4px 0;
	border-color: transparent rgba(0, 0, 0, 0.5) transparent transparent;
	content: '';
	display: block;
	position: absolute;
	top: 16px;
	left: 0px;
}

.mapplic-pin.pin-ribbon:before {
	border-style: solid;
	border-width: 0 8px 4px 0;
	border-color: inherit;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	content: '';
	display: block;
	position: absolute;
	top: 16px;
	left: 0px;
}

.mapplic-pin.pin-dot {
	background-color: transparent !important;
	background-image: none;
	border-color: #29afa1;
	color: #333 !important;
	height: 16px;
	min-width: 10px;
	width: auto;
	padding: 0 3px;
	margin-left: 4px;
	margin-top: -8px;
	transform-origin: -4px 8px;
}

.mapplic-pin.pin-dot:before {
	border-color: inherit;
	border-style: solid;
	border-width: 3px;
	border-radius: 12px;
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	position: absolute;
	top: 5px;
	left: -7px;
}

.mapplic-pin.pin-image {
	background-size: 32px;
	border: 2px solid #fff;
	border-radius: 50%;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	font-size: 0 !important;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	margin-left: -16px;
	transform-origin: 50%;
}

.mapplic-pin.pin-icon {
	background-size: 16px;
	background-color: transparent;
	border: none;
	border-radius: 0;
	font-size: 0 !important;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	margin-left: -8px;
	transform-origin: 50%;
}

.mapplic-pin.pin-circle {
	background: none !important;
	border: 2px solid #fb7575;
	width: 8px;
	height: 8px;
	margin-left: -6px;
	margin-top: -6px;
	transform-origin: 50% 50%;
}

.mapplic-pin.pin-transparent {
	background-image: none;
	background-color: #795ecd;
	border-radius: 10px;
	width: 20px;
	height: 20px;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0.5 !important;
	transform-origin: 50% 50%;
}

.mapplic-pin.pin-label {
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	line-height: 16px;
}

.mapplic-pin.pin-label:visited {
	color: #fff;
}

.mapplic-pin.pin-md {
	border-radius: 50%;
	margin-left: -10px;
	margin-top: -10px;
	line-height: 20px;
	width: 20px;
	height: 20px;
}

.mapplic-pin.pin-lg {
	border-radius: 50%;
	margin-left: -15px;
	margin-top: -15px;
	line-height: 30px;
	width: 30px;
	height: 30px;
}

.mapplic-pin.pin-pulse:before {
	content: '';
	border-radius: 50%;
	width: 100px;
	height: 100px;
	top: 50%;
	left: 50%;
	position: absolute;
	border: 2px solid var(--zoo-green);
	transform: translate(-50%, -50%);
	animation: blip-amenity;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-timing-function: linear;
	animation-fill-mode: both;
	animation-delay: 100ms;
}

.mapplic-pin.pin-pulse:after {
  content: '';
	border-radius: 50%;
	width: 100px;
	height: 100px;
	top: 50%;
	left: 50%;
	position: absolute;
	border: 2px solid var(--zoo-green);
	transform: translate(-50%, -50%);
	animation: blip-amenity-smaller;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-timing-function: linear;
	animation-fill-mode: both;
}

.mapplic-pin.pin-md.pin-pulse.marker-border.marker-unselect {
  display: none !important;
}

@-webkit-keyframes pulsate {
	0% {-webkit-transform: scale(1, 1); opacity: 0.0;}
	25% {opacity: 0.5; }
	50% {-webkit-transform: scale(1.6, 1.6); opacity: 0.0;}
}

/* Minimap */
.mapplic-minimap {
	border: 1px solid rgba(0, 0, 0, 0.1);
	position: absolute;
	margin: 12px;
	bottom: 0;
	left: 0;
	opacity: 0.5;
	overflow: hidden;
	transition: opacity 0.4s;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mapplic-minimap-layer { line-height: 0; }
.mapplic-minimap img { width: 100%; }

.mapplic-minimap-overlay {
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.mapplic-minimap .mapplic-minimap-active {
	position: absolute;
	opacity: 1;
	top: 0;
	left: 0;
}

.mapplic-minimap-background {
	width: 140px !important;
	-webkit-filter: blur(2px);
}

/* UI Buttons */
.mapplic-button {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	border: none !important;
	cursor: pointer;
	width: 28px;
	height: 28px;
	transition: background-color 0.2s;
	position: relative;
}

.mapplic-container > .mapplic-button {
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
	position: absolute;
	margin: 12px;
}

.mapplic-icon {
	box-sizing: content-box;
	fill: #222;
	width: 16px;
	height: 16px;
	margin: 6px;
	position: absolute;
	top: 0;
	left: 0;
}

/* User Locate Button */
.mapplic-user-locate-button {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
	background-size: 16px 16px;
  top: 135px;
	left: 0;
}
.mapplic-user-locate-button .mapplic-icon-user-locate {
  fill: #db1c0a;
}

.mapplic-user-locate-tooltip {
  position: absolute;
  top: 190px;
  left: 15px;
  background-color: #FFF;
  font-size: 12px;
  padding: 10px 20px 10px 10px;
  width: 250px;
  display: none;
}

.mapplic-user-tooltip-close {
  position: absolute;
  top: 7px;
  right: 15px;
}
.mapplic-user-tooltip-close .mapplic-icon.mapplic-icon-cross {
  height: 10px;
  width: 10px;
  margin: 0;
}

/* Clear Button */
.mapplic-clear-button {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
	background-size: 16px 16px;
	display: none;
	top: 70px;
	right: 0;
}

/* Zoom Buttons */
.mapplic-zoom-buttons {
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
	margin: 15px 12px;
	position: absolute;
	left: 0;
	top: 60px;
}

.mapplic-zoom-buttons button {
	display: block;
}

.mapplic-zoom-buttons .mapplic-icon {
  background-color: var(--zoo-green);
  fill: #FFF;
  border-radius: 50%;
}

.mapplic-zoom-buttons .mapplic-disabled {
	background-color: #eee;
	cursor: default;
}

button.mapplic-zoomin-button {
	background-size: 10px 10px;
	border-bottom: 1px solid #eee;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

button.mapplic-zoomout-button {
	background-size: 10px 10px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

/* Fullscreen */
.mapplic-fullscreen {
	background-color: rgba(248, 248, 248, 0.95);
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	margin: 0 !important;
	max-width: 100% !important;
	max-height: 100% !important;
	z-index: 99980;
}

.mapplic-fullscreen-button {
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
	background-size: 16px 16px;
	top: 20px;
	left: 0;
}

.mapplic-icon.mapplic-icon-fullscreen,
.mapplic-icon.mapplic-icon-fullscreen-exit,
.mapplic-icon.mapplic-icon-reset {
  fill: var(--zoo-green);
}

.mapplic-fullscreen-button .mapplic-icon-fullscreen-exit,
.mapplic-fullscreen .mapplic-fullscreen-button .mapplic-icon-fullscreen { display: none; }
.mapplic-fullscreen .mapplic-fullscreen-button .mapplic-icon-fullscreen-exit { display: block; }

.mapplic-fullscreen .mapplic-container { width: 75%; }
.mapplic-fullscreen .mapplic-sidebar { width: 25%; }

/* Levels */
.mapplic-levels {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
	position: absolute;
	top: 0;
	right: 0;
	margin: 12px;
	overflow: hidden;
}

.mapplic-levels > * {
	display: block;
	box-sizing: border-box;
}

.mapplic-levels-select {
	background-color: #fff;
	border: none;
	border-radius: 0;
	color: #2f3435;
	margin: 0;
	padding: 10px 8px;
	margin-right: 20px;
	font-size: 13px;
	font-weight: 600;
	outline: none;
	-webkit-appearance: none;
}

.mapplic-levels button {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 8px 4px;
	border: none;
	cursor: pointer;
	height: 50%;
	width: 20px;
	position: absolute;
	right: 0;
}

.mapplic-levels .mapplic-levels-down { bottom: 0; }

.mapplic-levels .mapplic-icon {
	width: 8px;
	height: 4px;
	margin: 0;
	margin-left: -4px;
	margin-top: -2px;
	left: 50%;
	top: 50%;
}

.mapplic-levels .mapplic-disabled {
	background-color: #eee;
	cursor: default;
}

/* Sidebar */
.mapplic-sidebar {
	width: 434px;
	height: 100%;
	padding: 0;
	position: relative;
	box-sizing: border-box;
	pointer-events: none;
  background-color: var(--zoo-green);
}

.mapplic-sidebar > * {
	pointer-events: auto;
}

.mapplic-container {
	float: right;
}

/* Right sidebar */
.mapplic-sidebar-right .mapplic-container { float: left; }
.mapplic-sidebar-right .mapplic-sidebar {
	float: right;
	padding: 20px 12px 12px 0;
}

/* Search */
.mapplic-filter {
	background-color: #fff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
	box-sizing: border-box;
	margin: 0;
	overflow: hidden;
	width: 100%;
	z-index: 1;
	position: absolute;
  top: 25px;
  left: 15px;
  border-radius: 50px;
  width: 70%;
  display: flex;
  align-items: center;
}

.mapplic-filter > .mapplic-icon {
  position: relative;
	fill: var(--zoo-green);
  height: 17px;
  width: 17px;
  margin: 0 15px 0 0;
}

.mapplic-filter.mapplic-hidden {
  display: none;
}

.mapplic-search-input {
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	box-sizing: border-box;
	border-radius: 0;
	font-size: 20px !important;
	font-family: inherit;
	line-height: 20px;
	width: 100%;
	margin: 0 !important;
  padding: 0 15px 0 25px;
}

.mapplic-search-input:focus {
	outline: none !important;
}

.mapplic-search-input::placeholder {
	opacity: 0.5;
	font-weight: 400;
}

.mapplic-search-input::-ms-clear { display: none; width:0; height:0; }

.mapplic-search-clear {
	background-size: 8px 8px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center;
	box-shadow: none;
	border: none;
	cursor: pointer;
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 32px;
	right: 8px;
	width: 34px;
	height: 34px;
}

.mapplic-icon.mapplic-icon-cross {
	width: 20px;
	height: 20px;
	margin: 16px 16px 0 0;
  fill: #979797;
}

/* Search Disabled */
.mapplic-sidebar-nosearch { padding-top: 56px; }
.mapplic-sidebar-nosearch .mapplic-filter {
	margin-top: -44px;
	height: 44px;
}

/* Tags */
.mapplic-filter-tags {
	text-align: right;
	position: relative;
	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
}

.mapplic-tag {
	background-color: transparent;
	color: #fff;
	cursor: pointer;
  font-family: "Lifehack Sans", sans-serif;
	font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mapplic-tag .mapplic-tag-close {
	background-image: url(images/cross-light.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
  float: right;
	width: 20px;
	height: 20px;
	transition: opacity 0.2s;
}

.mapplic-tag:hover > span {
	transform: scale(1.2);
	opacity: 1.0;
}

/* Sidebar list */
.mapplic-list-container {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
	box-sizing: border-box;
	height: auto;
  width: 434px;
	max-height: 100%;
	overflow-y: auto;
	position: relative;
	-webkit-overflow-scrolling: touch;
}

/* .mapplic-list-container:before {
	display: block;
	content: '';
	width: 100%;
	height: 30px;
	position: absolute;
	z-index: 100;
} */

.mapplic-list {
	list-style: none;
	padding: 0;
	padding-bottom: 10px;
	margin: 0;
	overflow-y: auto;
	height: 100%;
}

.mapplic-list-container ol {
	border-color: #eee;
	list-style: none;
	padding: 0;
	margin: 0;
}

.mapplic-list-category > a {
	background-color: #fff;
	border-radius: 4px;
	box-sizing: border-box;
	color: #2f3434 !important;
	display: block;
	margin: 6px 10px;
	margin-bottom: 0;
	padding: 10px 12px;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: background-color 0.2s;
}

.mapplic-list-category h4 {
	display: inline-block;
  font-family: "DIN Round OT Bold", sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	margin: 0;
}

.mapplic-list-category h4.mapplic-margin {
	margin-top: 9px;
}

.mapplic-list-location p {
  font-size: 12px;
  text-transform: uppercase;
}

.mapplic-about {
	color: #aaa;
	display: block;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
}

/* Thumbnail */
.mapplic-list-category .mapplic-thumbnail {
	background-color: #aaa;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

.mapplic-list-category .mapplic-thumbnail-placeholder {
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
}

.mapplic-image-wrapper {
  background-color: rgba(0,0,0,0.2);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mapplic-image-wrapper .mapplic-thumbnail {
  width: unset;
  height: unset;
  border-radius: 0;
  background-color: transparent;
}

.mapplic-thumbnail {
  border-radius: 5px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	margin-right: 20px;
	float: left;
	width: 80px;
	height: 80px;
	object-fit: cover;
}

.mapplic-thumbnail.mapplic-thumbnail-icon {
  box-shadow: none;
  padding: 15px;
}

.mapplic-thumbnail-fade {
  opacity: 0.5;
}

.mapplic-thumbnail-placeholder {
	background-color: #eee;
	box-sizing: border-box;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 34px;
	padding: 8px 4px;
	width: 50px;
	height: 50px;
	text-align: center;
}

.mapplic-status-indicator {
  position: absolute;
  top: 2px;
  left: 40px;
  height: 20px;
  width: 20px;
}

.mapplic-status-text-wrapper,
.today-status-text-wrapper {
  display: flex;
  align-items: center;
}

.mapplic-status-text-wrapper .mapplic-tooltip-status-access {
  margin-bottom: 0;
}

.mapplic-status-text-wrapper .mapplic-icon {
  height: 16px;
  width: 16px;
}

.mapplic-icon-access-tooltip {
  position: relative;
}

.mapplic-access-tooltip-text,
.today-access-tooltip-text {
  visibility: hidden;
  position: absolute;
  top: -25px;
  left: 110px;
  right: 10px;
  background-color: #FFF;
  border: 1px solid lightgray;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  text-align: center;
  padding: 10px;
  font-family: "DINOT", sans-serif;
  font-size: 12px;
  z-index: 10;
}

.today-access-tooltip-text {
  top: 0;
  left: 260px;
  right: 10px;
}

.mapplic-access-tooltip:hover .mapplic-access-tooltip-text,
.today-access-tooltip:hover .today-access-tooltip-text {
  visibility: visible;
  color: #222;
}

.mapplic-list-location h4.mapplic-status-text-open,
.mapplic-list-location p.mapplic-status-text-open {
  color: var(--zoo-green);
}

.mapplic-list-location h4.mapplic-status-text-access,
.mapplic-list-location p.mapplic-status-text-access {
  color: var(--orchid);
}

.mapplic-list-location h4.mapplic-status-text-closed,
.mapplic-list-location p.mapplic-status-text-closed {
  color: #979797;
}

.mapplic-status-open,
.mapplic-status-access,
.mapplic-status-closed {
  border: 4px solid #FFF;
  border-radius: 50%;
}

.mapplic-status-open {
  background-color: var(--zoo-green);
}

.mapplic-status-access {
  background-color: var(--orchid);
}

.mapplic-status-closed {
  background-color: #979797;
}

.mapplic-status-desktop {
  display: block;
}

.mapplic-status-mobile {
  display: none;
}

.mapplic-list-category > a .mapplic-list-count {
	color: #aaa;
	font-size: 12px;
	font-weight: normal;
	margin-left: 4px;
	opacity: 0.5;
}

/* List location */
.mapplic-list-location {
	border-color: #aaa;
	margin: 0 !important;
	padding: 0 !important;
}

.mapplic-list-location[data-location=init] {
	display: none !important;
}

.mapplic-list-location > a {
  position: relative;
	background-color: #fff;
	border-left: 2px solid transparent;
	display: flex;
	font-size: 14px;
	padding: 10px 50px;
	text-decoration: none;
	transition: border, background-color 0.1s;
}

.mapplic-list-location > a:after {
	content: '';
	display:block;
	clear:both;
}

.mapplic-list-location > a:hover,
.mapplic-list-location > a:focus,
.mapplic-list-location.mapplic-focus > a {
	background-color: #fafafa;
}

.mapplic-list-location.mapplic-active > a {
	background-color: #E5F0E6;
	border-color: inherit;
}

.mapplic-list-location.mapplic-location-hidden {
  display: none !important;
}

.mapplic-status-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mapplic-list-location h4 {
	color: #40AF49;
  font-family: "DINOTBold", sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	margin: 4px 0 !important;
	padding: 0;
	clear: none;
}

.mapplic-list-expandable {
  background-color: var(--zoo-green);
  padding: 35px 0 15px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
}

.mapplic-list-expandable ol {
  display: flex;
  justify-content: center;
}

.mapplic-list-expandable .mapplic-thumbnail {
  margin-right: 0;
  box-shadow: none;
}

.mapplic-list-category a {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: transparent;
  margin: 0;
}

.mapplic-list-category h4.mapplic-margin {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "Lifehack Sans", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  color: #FFF;
  font-weight: 100;
}

/* Tooltip */
.mapplic-tooltip {
	display: none;
	position: absolute;
	transform-origin: 0 0;
	padding-bottom: 30px;
	pointer-events: none;
}

/* .mapplic-tooltip:before { 
	content: '';
	border-color: transparent transparent #fff transparent !important;
	border-style: solid;
	border-width: 0 7px 8px 7px;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	margin-left: -7px;
	margin-top: -33px;
} */

.mapplic-tooltip:after {
	content: '';
	border-color: #fff transparent transparent transparent !important;
	border-style: solid;
	border-width: 15px 10px 0 10px;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	margin-left: -10px;
	margin-top: -33px; /* SHIFT */
}

.mapplic-tooltip-wrap {
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
	max-width: 300px;
	min-width: 120px;
	pointer-events: auto;
	transform: translate(-50%, -100%);
	margin-top: -32px;
  /* SHIFT */
	transition: transform 0.1s;
}

.mapplic-tooltip-wrap.mapplic-modal-large {
  display: flex;
  max-width: 550px !important;
  height: auto;
  border-radius: 20px;
}

.mapplic-tooltip-bottom .mapplic-tooltip-wrap {
	transform: translate(-50%, 0);
	margin-top: 22px; /* SHIFT */
}

.mapplic-tooltip-bottom.mapplic-tooltip:after {
	border-color: transparent transparent #fff transparent !important;
	border-width: 0 10px 15px 10px;
	margin-top: 10px;
}

.mapplic-tooltip-body {
	padding: 16px;
}

.mapplic-modal-large .mapplic-tooltip-body {
  padding: 40px;
}

.mapplic-tooltip-body::after {
	content: '';
	clear: both;
	display: table;
}

.mapplic-tooltip img {
	max-width: 100%;
}

.mapplic-tooltip .mapplic-tooltip-wrap.mapplic-modal-large img {
  width: 33%;
  height: auto;
  max-width: 33%;
  border-bottom-left-radius: 20px;
  object-fit: cover;
}

.mapplic-tooltip-title {
	color: #333;
	display: inline-block;
  font-family: "DIN Round OT Bold", sans-serif;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
  padding-right: 30px;
}

.mapplic-modal-large .mapplic-tooltip-title {
  font-size: 24px;
  margin-bottom: 5px;
}

.mapplic-hovertip,
.mapplic-hovertip > .mapplic-tooltip-wrap {
	pointer-events: none;
}

.mapplic-hovertip > .mapplic-tooltip-wrap {
	min-width: 20px;
	padding: 6px 14px;
}

.mapplic-hovertip .mapplic-tooltip-title {
	margin: 0 !important;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

.mapplic-tooltip-status,
.mapplic-tooltip-status-access,
.mapplic-tooltip-status-closed {
  font-family: "DIN Round OT Bold", sans-serif;
  font-size: 12px;
  line-height: 2;
  color: var(--zoo-green);
  text-transform: uppercase;
  width: fit-content;
  position: relative;
}
.mapplic-tooltip-status-indicator,
.mapplic-tooltip-status-indicator-access,
.mapplic-tooltip-status-indicator-closed {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  background-color: var(--zoo-green);
  left: -8px;
  top: -8px;
  border: 4px solid #FFF;
  border-radius: 50%;
}

.mapplic-status-color-open {
  color: var(--zoo-green);
}

.mapplic-status-color-access {
  color: var(--orchid);
}

.mapplic-status-color-closed {
  color: #979797;
}

.mapplic-tooltip-status-access {
  color: var(--orchid);
}
.mapplic-tooltip-status-indicator-access {
  background-color: var(--orchid);
}

.mapplic-tooltip-status-closed {
  color: #979797;
}
.mapplic-tooltip-status-indicator-closed {
  background-color: #979797;
}

.mapplic-tooltip-content {
	margin-top: 10px;
	margin-bottom: 6px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.mapplic-tooltip .mapplic-thumbnail {
	border-radius: 50% !important;
	width: 48px;
	height: 48px;
	margin-right: 12px;
}

.mapplic-tooltip-description,
.mapplic-tooltip p {
	font-size: 13px;
	line-height: 20px;
	margin: 0;
}

.mapplic-tooltip-description .mapplic-tooltip-amenities {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.mapplic-tooltip-description .mapplic-tooltip-amenities img {
  margin-right: 1em;
  width: 45px;
  height: 45px;
}

.mapplic-tooltip-description .mapplic-tooltip-amenities div {
  font-family: "Lifehack Sans", sans-serif;
  font-size: 21px;
}

.mapplic-tooltip p {
	margin-top: 0;
	margin-bottom: 6px !important;
}

.mapplic-tooltip-description p:last-child {
	margin: 0;
}

.mapplic-modal-button {
  border: none;
  background-color: transparent;
  color: var(--tangerine);
  font-size: 12px;
  font-family: "DIN Round OT Bold", sans-serif;
  text-align: left;
  padding: 0;
  width: fit-content;
  text-transform: uppercase;
}

.mapplic-popup-link {
	background-color: #888;
	border-radius: 4px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) !important;
	color: #fff !important;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	float: right;
	margin-top: 4px;
	padding: 4px 8px;
	text-decoration: none;
	transition: background-color 0.2s, box-shadow 0.2s;
}

.mapplic-popup-link:hover {
	background-color: #666;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2) !important;
}

.mapplic-tooltip-close {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 8px 8px;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 36px;
	top: 0;
	padding: 0;
	margin: 0;
	opacity: 0.6;
	transition: opacity 0.2s;
}

.mapplic-tooltip-close:hover {
	opacity: 1.0;
}

.mapplic-tooltip-close .mapplic-icon {
	background-color: #fff;
	border-radius: 50%;
}

/* Lightbox */
.mapplic-lightbox-title {
	color: #333;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 20px;
}

.mapplic-lightbox {
	background-color: #fff;
	position: relative;
	padding: 20px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
}

.mapplic-lightbox:after {
	content: '';
	display: block;
	clear: both;
}

.mapplic-popup-image {
	outline: none;
}

.mfp-bg { z-index: 99981 !important; }
.mfp-wrap { z-index: 99982 !important; }
.mfp-content { z-index: 99983 !important; }

/* Lightbox animation */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready { opacity: 0.8; }
.mfp-fade.mfp-bg.mfp-removing { opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content { opacity: 1; }
.mfp-fade.mfp-wrap.mfp-removing .mfp-content { opacity: 0; }

/* Toggle */
.mapplic-toggle {
	display: block;
	cursor: pointer;
	font-size: 14px;
	position: relative;
	margin: 6px 0;
	min-width: 20px;
	min-height: 20px;
}

.mapplic-toggle > .mapplic-toggle-circle {
	background-color: #aaa;
	border-radius: 50%;
	position: absolute;
	left: 1px;
	top: 1px;
	width: 18px;
	height: 18px;
	transform-origin: center;
	transform: scale(0);
	transition: 0.2s;
}

.mapplic-toggle:before {
	background-color: #fff;
	border: 1px solid #e4e4e4;
	border-radius: 50%;
	box-sizing: content-box;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
}

.mapplic-toggle > input { display: none; }
.mapplic-toggle > input:checked + span {
	transform: scale(0.7);
}

.mapplic-list-category { position: relative; }
.mapplic-list-category .mapplic-toggle {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -10px;
	box-sizing: border-box;
}

/* Legend */
.mapplic-legend {
	background-color: rgba(255,255,255, 0.9);
	margin: 12px;
	padding: 0 8px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.mapplic-legend-label {
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin: 6px 0;
	padding-left: 28px;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
}

.mapplic-legend-key {
	background-color: #aaa;
	border: 2px solid #fff;
	border-radius: 50%;
	box-sizing: content-box;
	display: inline-block;
	height: 16px;
	width: 16px;
	position: absolute;
	left: 8px;
}

/* Reveal */
.mapplic-revealed {
	visibility: visible !important;
}

/* Portrait mode */
.mapplic-portrait .mapplic-container,
.mapplic-portrait .mapplic-sidebar {
	width: 100% !important;
  height: calc(100vh - 180px) !important;
}

.mapplic-portrait .mapplic-sidebar {
	padding: 150px 0 0 !important;
}

.mapplic-portrait .mapplic-tooltip {
	max-width: 240px;
}

.mapplic-portrait .mapplic-minimap-background {
	width: 100px !important;
}

.mapplic-portrait.mapplic-element {
	height: auto !important;
}

.mapplic-portrait .mapplic-list-container {
	max-height: 600px;
}

/* Map */
.mapplic-map svg {
	width: 100%;
	height: 100%;
}

.mapplic-element svg a {
	cursor: pointer;
}

.mapplic-clickable:not(g),
g.mapplic-clickable > * {
	cursor: pointer;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.mapplic-map-image *[id^=MNOINT],
.mapplic-map-image *[id^=nopointer] {
	pointer-events: none;
}

[id^=landmarks] .mapplic-clickable {
	cursor: pointer;
}

/* Developer tools */
.mapplic-coordinates {
	background-color: rgba(255, 255, 255, 0.9);
	color: #333;
	position: absolute;
	margin: 10px;
	margin-left: -80px;
	padding: 4px 6px;
	font-size: 14px;
	top: 0;
	left: 50%;
	pointer-events: none;
}

/* SKINS */
/* mapplic-booking */
.mapplic-booking .mapplic-active,
.mapplic-booking .mapplic-active > * {
	fill: #A8D865;
}

.mapplic-booking .unavailable,
.mapplic-booking .unavailable > * {
	fill: #F7B332;
	opacity: 1;
	cursor: default;
}

/* INTERACTIVE ELEMENTS */
/* clickable elements */
.mapplic-clickable:not(g),
g.mapplic-clickable > * {
	transition: fill 0.2s;
}

/* hovered elements */
.mapplic-highlight:not(g),
g.mapplic-highlight > *,
.mapplic-clickable:not(g):hover,
g.mapplic-clickable:hover > * {

}

/* active elements */
.mapplic-active:not(g),
g.mapplic-active > * {

}

/* Default Style */
.defaultstyle.mapplic-clickable:not(g), g.defaultstyle.mapplic-clickable > * {
	fill: #70899C;
}

.defaultstyle.mapplic-highlight:not(g), g.defaultstyle.mapplic-highlight > *, .defaultstyle.mapplic-clickable:not(g):hover, g.defaultstyle.mapplic-clickable:hover > * {
	fill: #596D7E;
}

.defaultstyle.mapplic-active:not(g), g.defaultstyle.mapplic-active > * {
	fill: #4D5E6D !important;
}

/* Highlight */
.mapplic-filtered .mapplic-pin.my-new-pin { opacity: 1 !important; }
.mapplic-filtered .mapplic-pin.mapplic-highlight {
	display: block !important;
	opacity: 1 !important;
}
/* .mapplic-filtered svg [id^=landmark] > * { opacity: 0.4 !important; } */
.mapplic-filtered .mapplic-clickable.mapplic-highlight { opacity: 1 !important; }

/* CUSTOM STYLES */
.mapplic-image,
.mapplic-tooltip-wrap { max-width: 300px !important; } /* tooltip width */

/* example custom pin */
.mapplic-pin.my-new-pin { /* replace 'my-new-pin' with the name of your pin */
	/* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='red' class='bi bi-geo-alt-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10zm0-7a3 3 0 1 1 0-6 3 3 0 0 1 0 6z'/%3E%3C/svg%3E"); define the path to image file */
	fill: #eb3d3d !important;
	stroke-width: 2px;
	box-shadow: 0px 0px 1px rgba(40,0,0,.2), 2px 2px 8px rgba(50,0,0,0.4);
	border-radius: 50%;
	width: 20px;
	top: 0;
	left: 0;
	height: 20px;
	transition: none;
	transition-duration: 1000ms !important;
	margin-left: -10px; /* negative margins are used for */
	margin-top: -10px; /* defining the pin's origin */
	/* position: relative; */
}

@keyframes blip {
	0%{
		max-width: 0px;
		max-height: 0px;
		opacity: 0;
	}
	30%{
		opacity: .8;
	}
	70%{
		opacity: 0;
	}
	100%{
		max-width: 80px;
		max-height: 80px;
		opacity: 0;
	}
 
}

@keyframes blip-amenity {
	0%{
		max-width: 0px;
		max-height: 0px;
		opacity: 0;
	}
	30%{
		opacity: .8;
	}
	70%{
		opacity: 0;
	}
	100%{
		max-width: 200px;
		max-height: 200px;
		opacity: 0;
	}
 
}

@keyframes blip-smaller {
	0%{
		max-width: 0px;
		max-height: 0px;
		opacity: 0;
	}
	30%{
		opacity: .8;
	}
	100%{
		max-width: 55px;
		max-height: 55px;
		opacity: 0;
	}
}

@keyframes blip-amenity-smaller {
	0%{
		max-width: 0px;
		max-height: 0px;
		opacity: 0;
	}
	30%{
		opacity: .8;
	}
	100%{
		max-width: 135px;
		max-height: 135px;
		opacity: 0;
	}
}

.mapplic-pin.my-new-pin::before{
	content: '';
	border-radius: 50%;
	width: 80px;
	top: 50%;
	left: 50%;
	height: 80px;
	position: absolute;
	border: 2px solid #eb3d3d;
	transform: translate(-50%, -50%);
	animation: blip;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-timing-function: linear;
	animation-fill-mode: both;
	animation-delay: 100ms;
}

.mapplic-pin.my-new-pin::after{
	content: '';
	border-radius: 50%;
	width: 80px;
	top: 50%;
	left: 50%;
	height: 80px;
	position: absolute;
	border: 2px solid #eb3d3d;
	transform: translate(-50%, -50%);
	animation: blip-smaller;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-timing-function: linear;
	animation-fill-mode: both;
}

/* TODAY AT THE ZOO */
.mapplic-today-button {
  position: absolute;
  right: 0;
  top: 75px;
  background-color: var(--tangerine);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  height: 60px;
  width: 100px;
  border: none;
  padding-left: 15px;
}

.mapplic-element .mapplic-today-button {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

.mapplic-today-menu {
  height: calc(100vh - 220px);
  min-height: 500px;
  max-height: 750px;
  width: calc(100% - 534px);
  background-color: #F7F7F7;
  position: absolute;
  top: 75px;
  right: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.mapplic-today-banner {
  display: flex;
  height: 60px;
  border-top-left-radius: 20px;
  box-shadow: 0 -3px 6px rgba(0,0,0,0.16);
}

.mapplic-today-banner-left {
  height: 100%;
  width: 95px;
  background-color: #CF8845;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 20px;
}

.mapplic-today-date-wrapper {
  width: 48px;
  text-align: center;
  font-family: "DINOTBold", sans-serif;
}

.mapplic-today-banner-date {
  height: 25px;
  font-size: 20px;
  background-color: white;
  line-height: 1.2
}

.mapplic-today-banner-month {
  height: 16px;
  font-size: 12px;
  text-transform: uppercase;
  background-color: var(--tangerine);
  color: white;
  line-height: initial;
}

.mapplic-today-banner-right-wrapper {
  height: 100%;
  width: calc(100% - 95px);
  display: flex;
  align-items: center;
  background-color: #FBA24F;
}

.mapplic-today-banner-right {
  height: 100%;
  width: 100%;
  color: #FFF;
  display: flex;
  align-items: center;
}

.mapplic-today-banner-day {
  font-size: 24px;
  font-family: "LithosPro-Black", sans-serif;
  text-transform: uppercase;
  padding: 8px 24px 0;
}

.mapplic-today-banner-hours {
  font-size: 16px;
  font-family: 'DINCondensedBold';
  text-transform: uppercase;
  padding-top: 6px;
}

.mapplic-today-banner-exit {
  margin-left: auto;
  padding: 0 15px;
}

.mapplic-today-section-wrapper {
  padding: 25px 50px;
  height: calc(100% - 60px);
}

.mapplic-today-tab-description {
  color: #222222;
  font-family: "DINOT", sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
}

.mapplic-today-tab-wrapper {
  padding-bottom: 15px;
}

.mapplic-today-tab-link {
  border: none;
  font-size: 24px;
  font-family: "Lifehack Sans", sans-serif;
  color: #979797;
  text-transform: uppercase;
  margin-right: 24px;
  padding: 0;
  background-color: transparent;
}
.mapplic-today-tab-link.active {
  color: var(--tangerine);
  border-bottom: 2px solid var(--tangerine);
}

.mapplic-today-info-wrapper {
  font-size: initial;
  height: calc(100% - 150px);
  overflow-y: scroll;
  width: 100%;
}

.mapplic-today-tab-info {
  display: none;
  height: 100%;
}
.mapplic-today-tab-info.active {
  display: block;
}
.mapplic-tab-info-wrapper:nth-child(odd) {
  background-color: #FFF;
}
.mapplic-tab-info-wrapper:nth-child(even) {
  background-color: transparent;
}

.mapplic-tab-info-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  position: relative;
  cursor: pointer;
}
.mapplic-tab-info-wrapper.habitat-wrapper {
  justify-content: unset;
  align-items: center;
}

.mapplic-tab-info-image {
  height: 50px;
  width: 50px;
}

.mapplic-tab-info-time {
  font-family: "DIN Condensed", sans-serif;
  width: 50px;
}

.mapplic-tab-info-status-indicator {
  position: absolute;
  top: 6px;
  left: 6px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: var(--orchid);
  border: 3px solid #FFF;
}

.mapplic-tab-detail-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 70%;
  padding-left: 10px;
}
.habitat-wrapper .mapplic-tab-detail-wrapper {
  padding-left: 15px;
}

.mapplic-tab-info-title {
  font-size: 16px;
  font-family: "DIN Round OT Bold", sans-serif;
  margin-bottom: 0;
  width: 85%;
}

.mapplic-tab-info-description {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  color: #707070;
}

.mapplic-tab-info-status {
  border-radius: 50px;
  border: none;
  color: #FFF;
  font-family: "DIN Round OT Bold", sans-serif;
  text-transform: uppercase;
  padding: 6px 20px;
  margin-right: 20px;
  width: 105px;
}
.restaurants-info .mapplic-tab-info-status,
.rides-info .mapplic-tab-info-status {
  display: inline-flex;
  align-items: center;
}
.restaurants-info .mapplic-tab-info-status span svg,
.rides-info .mapplic-tab-info-status span svg {
  position: relative;
  fill: white;
  padding-left: 5px;
}

.small-icon-button {
  margin-left: auto;
  margin-right: 20px;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  padding: 0;
}

.small-icon-button .mapplic-icon-user-locate {
  fill: #FFF;
  position: relative;
}

.color-open {
  color: var(--zoo-green);
}
.color-access {
  color: var(--orchid);
}
.color-closed {
  color: #979797;
}

.background-open {
  background-color: var(--zoo-green);
}
.background-access {
  background-color: var(--orchid);
}
.background-closed {
  background-color: #979797;
}


@media screen and (max-width: 1150px) {

  .mapplic-list-category h4.mapplic-margin {
    font-size: 20px;
  }

  .mapplic-image-wrapper {
    width: 40px;
    height: 40px;
  }

  .mapplic-image-wrapper .mapplic-thumbnail {
    padding: 8px;
  }

  .mapplic-today-section-wrapper {
    padding: 25px;
  }

}

@media screen and (max-width: 992px) {

  .mapplic-sidebar {
    background-color: transparent;
  }

  .mapplic-portrait .mapplic-sidebar.mapplic-sidebar-100vh {
    height: calc(100vh - 180px) !important;
  }

  .mapplic-portrait .mapplic-list-container {
    max-height: 100%;
    width: 100%;
    height: 1px;
  }

  .mapplic-list.mapplic-list-open {
    position: fixed;
    top: 310px;
    padding-top: 24px;
    padding-bottom: 330px;
    width: 100%;
    background-color: #FFF;
  }

  .mapplic-list.mapplic-list-open.show-amenity {
    top: calc(100% -  109px);
  }
  
  .mapplic-list-expandable {
    position: fixed;
    width: 100%;
    z-index: 100;
    padding: 16px 0;
    top: unset;
    bottom: 0;
    box-shadow: 0 -3px 6px rgba(0,0,0,0.16);
  }

  .mapplic-list-expandable.mapplic-list-expandable-open {
    top: 250px;
    bottom: unset;
  }

  .mapplic-list-expandable.mapplic-list-expandable-open.show-amenity {
    top: unset;
    bottom: 72px;
  }

  .mapplic-filter {
    top: 11px;
    left: 11px;
  }

  .mapplic-list-location {
    display: none;
  }

  .mapplic-list-category h4.mapplic-margin {
    font-size: 20px;
  }

  .mapplic-portrait .mapplic-tooltip {
    max-width: 100vw;
  }

  .mapplic-access-tooltip,
  .today-access-tooltip {
    display: none;
  }

  .mapplic-status-desktop {
    display: none;
  }
  
  .mapplic-status-mobile {
    display: block;
  }

  .mapplic-tooltip-status-access.mapplic-status-mobile,
  .mapplic-status-text-access.mapplic-status-mobile {
    font-size: 12px;
    line-height: 1.4;
    text-transform: unset;
  }

  .mapplic-tooltip-status-access.mapplic-status-mobile {
    margin-top: 6px;
  }

  .mapplic-tab-info-description.mapplic-status-mobile {
    font-size: 11px;
    line-height: 1.1;
  }

  .mapplic-tooltip {
    position: absolute;
    bottom: 0;
    left: 0 !important;
    top: unset !important;
    transform: unset !important;
    pointer-events: none;
    width: 100vw !important;
    padding-bottom: 0;
  }
  
  .mapplic-tooltip:after {
    display: none;
  }
  
  .mapplic-tooltip-wrap {
    background-color: #F7F7F7;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    max-width: 100vw !important;
    pointer-events: auto;
    transform: translate(0%, 0%);
    transition: transform 0.1s;
    border-radius: 0;
  }

  .mapplic-tooltip-body,
  .mapplic-modal-large .mapplic-tooltip-body {
    padding: 30px;
  }

  .mapplic-tooltip-header {
    display: flex;
    align-items: center;
  }

  .mapplic-tooltip-header-image {
    position: relative;
    padding-right: 20px;
  }

  .mapplic-image {
    width: 80px;
    height: 80px;
    border-radius: 5px;
  }

  .mapplic-tooltip-title,
  .mapplic-modal-large .mapplic-tooltip-title {
    font-size: 18px;
  }

  .mapplic-tooltip-status {
    font-size: 11px;
    margin-bottom: 0;
  }

  .mapplic-tooltip-content {
    max-height: unset;
  }

  /* TODAY AT THE ZOO */
  .mapplic-today-menu {
    position: fixed;
    width: 100%;
    height: calc(100% - 175px);
    border-radius: 0;
    z-index: 1000;
    padding-bottom: 0;
    top: 175px;
  }

  .mapplic-today-banner-left {
    border-radius: 0;
    width: 20%;
  }

  .mapplic-today-banner-right-wrapper {
    padding-left: 20px;
    width: 80%;
  }

  .mapplic-today-banner-right {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .mapplic-today-banner-day {
    font-size: 18px;
    padding: 5px 0 0;
  }

  .mapplic-today-banner-hours {
    font-size: 14px;
    padding: 0;
  }

  .mapplic-today-section-wrapper {
    padding: 25px 0 45px;
  }

  .mapplic-today-tab-description {
    display: none;
  }

  .mapplic-today-tab-wrapper {
    display: flex;
    justify-content: space-between;
  }

  .mapplic-today-tab-wrapper,
  .mapplic-tab-info-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mapplic-today-tab-link {
    font-size: 20px;
    margin-right: 15px;
  }

  .mapplic-today-info-wrapper {
    height: 100%;
  }

  .mapplic-tab-info-description {
    font-size: 14px;
  }

  .mapplic-tab-info-status {
    margin-right: 0;
  }

  .small-icon-button {
    margin-right: 0;
  }

}

@media screen and (max-width: 576px) {

  .mapplic-list-location > a {
    padding: 10px 30px;
  }

  .mapplic-status-indicator {
    left: 20px;
  }

  .today-access-tooltip-text {
    left: 0;
    right: unset;
    width: 220px;
  }

}