/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  FONTS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Montserrat:ital,wght@0,400..600;1,400..600&display=swap");
@font-face {
  font-family: Lato-Bold;
  src: url("https://i-marketingtools.com/cdn/fonts-component/Lato-Bold.eot");
  src: url("https://i-marketingtools.com/cdn/fonts-component/Lato-Bold.eot?") format("eot"), url("https://i-marketingtools.com/cdn/fonts-component/Lato-Bold.woff") format("woff"), url("https://i-marketingtools.com/cdn/fonts-component/Lato-Bold.ttf") format("truetype"), url("https://i-marketingtools.com/cdn/fonts-component/Lato-Bold.svg#Lato-Bold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: Lato-Light;
  src: url("https://i-marketingtools.com/cdn/fonts-component/Lato-Light.eot");
  src: url("https://i-marketingtools.com/cdn/fonts-component/Lato-Light.eot?") format("eot"), url("https://i-marketingtools.com/cdn/fonts-component/Lato-Light.woff") format("woff"), url("https://i-marketingtools.com/cdn/fonts-component/Lato-Light.ttf") format("truetype"), url("https://i-marketingtools.com/cdn/fonts-component/Lato-Light.svg#Lato-Light") format("svg");
  font-display: swap;
}
@font-face {
  font-family: Lato-Regular;
  src: url("https://i-marketingtools.com/cdn/fonts-component/Lato-Regular.eot");
  src: url("https://i-marketingtools.com/cdn/fonts-component/Lato-Regular.eot?") format("eot"), url("https://i-marketingtools.com/cdn/fonts-component/Lato-Regular.woff") format("woff"), url("https://i-marketingtools.com/cdn/fonts-component/Lato-Regular.ttf") format("truetype"), url("https://i-marketingtools.com/cdn/fonts-component/Lato-Regular.svg#Lato-Regular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: Montserrat-Medium;
  src: url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-Medium.eot");
  src: url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-Medium.eot?") format("eot"), url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-Medium.woff") format("woff"), url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-Medium.ttf") format("truetype"), url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-Medium.svg#Montserrat-Medium") format("svg");
  font-display: swap;
}
@font-face {
  font-family: Montserrat-Regular;
  src: url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-Regular.eot");
  src: url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-Regular.eot?") format("eot"), url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-Regular.woff") format("woff"), url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-Regular.ttf") format("truetype"), url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: Montserrat-SemiBold;
  src: url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-SemiBold.eot");
  src: url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-SemiBold.eot?") format("eot"), url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-SemiBold.woff") format("woff"), url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-SemiBold.ttf") format("truetype"), url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
  font-display: swap;
}
/*
| 6. Screen Sizes / Breakpoints
| --------------------------------------------------
| Breakpoint variables in pixel widths for media queries.
|
*/
/*
| Extra small mobile
*/
/*
| Mobile
*/
/*
| Tablet
*/
/*
| Middle Sized Devices
*/
/*
| Small Laptop
*/
/*
| Large Laptop / Desktop
*/
/*
| Large Desktop
*/
/*
       _ _                     _   _
 _ __ / / | ___ _ __ ___  __ _| |_(_)_   _____
| '_ \| | |/ __| '__/ _ \/ _` | __| \ \ / / _ \
| |_) | | | (__| | |  __/ (_| | |_| |\ V /  __/
| .__/|_|_|\___|_|  \___|\__,_|\__|_| \_/ \___|
|_|

/*
|--------------------------------------------------------------------------
| Mixins
| Author: P11 Interactive Team
| Visit us: @ p11.com
|--------------------------------------------------------------------------
| 1. Resets
| 2. Positioning
|
| Notes: Define patterns of property value pairs, which can then be reused in other rule sets
|
*/
/*
| Font Smoothing
| --------------------------------------------------
|
| Aligns most of the browsers with the same font antialiasing.
|
*/
/*
| Selection Color
| --------------------------------------------------
|
*/
/*
| Strict Button Style
| --------------------------------------------------
|
| Sets the button style appearance to none for various
| mobile browsers and OS's that will auto change the styling
|
*/
/*
| Positioning
| --------------------------------------------------
|
| The following mixins are used for positioning elements
| via the absolute rule
|
*/
/*
| Transition
| --------------------------------------------------
|
| Used to apply all browser prefixes for the css3
| transition property
|
*/
/*
| Box Shadow
| --------------------------------------------------
|
| Used to apply all browser prefixes for the css3
| box-shadow property
|
*/
/*
| Text Shadow
| --------------------------------------------------
|
| Used to apply all browser prefixes for the css3
| text-shadow property
|
*/
/*
| SVG Shadow
| --------------------------------------------------
|
| Used to apply all browser prefixes for the css3
| filter property
|
*/
/*
| Responsive Media Query Mixins
| --------------------------------------------------
|
| The following mixins are used for applying various
| media queries and specified breakpoints
|
*/
/*
| Transparent Colors
| --------------------------------------------------
|
| Function for creating transparent colors.
|
*/
/*
| Gradient Backgrounds
| --------------------------------------------------
|
| Mixin for creating gradient backgrounds
| @include bg-gradient(fn-transparent-color($color-black, 1), fn-transparent-color($color-black, 0), top, bottom, 0%, 100%);
|
*/
/*
| Rotation
| --------------------------------------------------
|
| Mixin for applying the correct browser prefixes for the
| transform: rotate property
|
*/
/*
| Keyframe animations
| --------------------------------------------------
| Mixin for applying animations to elements
|
*/
/* Global Colors */
/* Global Fonts */
/* ONLY MESS WITH BELOW IF YOU NEED FINE TUNING! */
/* Button Specific */
#poi-holder {
  margin: 2em auto;
  width: calc(100% - 4em);
}

#poi-intro {
  width: 100%;
}
@media (max-width: 980px) {
  #poi-intro {
    border: none;
  }
}
#poi-intro h2 {
  color: #FFFFFF;
  padding: 1em;
  font-size: 1.4em;
  line-height: 1.3em;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
@media (max-width: 720px) {
  #poi-intro h2 {
    font-size: 1.125em;
  }
}

.poi-title {
  font-size: 2.25em;
}
@media (max-width: 640px) {
  .poi-title {
    font-size: 1.75em;
  }
}

.poi-loader {
  border-radius: 100%;
  border-style: solid;
  border-width: 0.25rem;
  height: 5rem;
  width: 5rem;
  margin: 8rem auto;
  animation: poi-loader 1s infinite linear;
}

.poi-loader {
  border-color: var(--secondary-color);
  border-top-color: var(--primary-color);
}

@keyframes poi-loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359.9deg);
  }
}
#poi {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  min-height: 700px;
  height: 85vh !important;
  margin: 0 auto 2em auto;
}

#map-all {
  width: calc(100% - 4em);
  height: 85vh !important;
  min-height: 700px;
  position: relative;
  overflow: hidden;
  display: none;
  background-color: var(--subdued-color);
}
@media (max-width: 980px) {
  #map-all {
    width: 100%;
    height: auto !important;
    padding: 1.3em 0;
    background-color: var(--primary-color);
  }
}
@media (max-width: 980px) and (max-width: 1024px) {
  #map-all {
    padding: 0;
  }
}
@media (max-width: 720px) {
  #map-all {
    height: auto;
  }
}

#map-canvas {
  height: 100%;
  width: 100%;
  width: -moz-calc(100% - 250px);
  width: -webkit-calc(100% - 250px);
  width: calc(100% - 250px);
  position: absolute;
  left: 250px;
}
@media (max-width: 980px) {
  #map-canvas {
    z-index: 0;
    left: 0px !important;
    top: 0px;
    width: 100% !important;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 0;
    height: 580px;
  }
}
@media (max-width: 720px) {
  #map-canvas {
    height: 400px;
  }
}
@media (max-width: 540px) {
  #map-canvas {
    height: 460px !important;
  }
}
@media (max-width: 480px) {
  #map-canvas {
    height: 460px !important;
  }
}

#all-cat {
  width: 180px;
  display: none;
  margin: 1em auto;
  padding: 0.6em 0.8em 0.6em 0;
  text-align: right;
  font-family: "Montserrat", sans-serif;
  font-size: 0.95em;
  line-height: 1.56em;
  color: #FFFFFF;
  background-color: var(--poi-button-color);
  cursor: pointer;
}
#all-cat span {
  margin-right: 0.3em;
  -webkit-transition: margin-right 300ms ease;
  -moz-transition: margin-right 300ms ease;
  -ms-transition: margin-right 300ms ease;
  -o-transition: margin-right 300ms ease;
  transition: margin-right 300ms ease;
}
#all-cat:hover {
  background-color: color-mix(in srgb, var(--poi-button-color), #000 10%);
}
#all-cat:hover span {
  margin-right: 0.5em;
}

i.fontsmall {
  font-size: 0.72em;
  vertical-align: top;
  padding: 0.35em 0.5em 0 0;
}

.menu-tab,
.menu-tab2 {
  top: 20px;
  background-image: url(../../images/poi/icons/menu.svg);
  background-repeat: no-repeat;
  background-size: 0.9em 0.9em;
  background-position: 1.1em 0.8em;
  position: absolute;
  left: 250px;
  z-index: 200;
  width: 114px;
  margin: 0;
  padding: 0.7em 0 0.6em 0;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9em;
  letter-spacing: 0;
  line-height: 1.2em;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: background-color 500ms ease;
  -moz-transition: background-color 500ms ease;
  -ms-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  background-color: color-mix(in srgb, var(--base-color) 85%, transparent);
}
.menu-tab:hover,
.menu-tab2:hover {
  background-color: color-mix(in srgb, var(--base-color), #000 10%);
}
@media (max-width: 980px) {
  .menu-tab,
  .menu-tab2 {
    display: none;
  }
}

.menu-tab2 {
  left: 0;
  display: none;
}

.view-type,
.view-type2 {
  top: 60px;
  position: absolute;
  display: block;
  left: 250px;
  z-index: 200;
  width: 114px;
  margin: 0;
  padding: 0.7em 0 0.6em 0;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9em;
  letter-spacing: 0;
  line-height: 1.2em;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: background-color 500ms ease;
  -moz-transition: background-color 500ms ease;
  -ms-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  background-color: color-mix(in srgb, var(--base-color) 85%, transparent);
}
.view-type:hover,
.view-type2:hover {
  background-color: color-mix(in srgb, var(--base-color), #000 10%);
}
@media (max-width: 980px) {
  .view-type,
  .view-type2 {
    display: none;
  }
}

.view-type {
  display: none;
}

.btn-reset {
  top: 100px;
  position: absolute;
  left: 250px;
  z-index: 200;
  width: 114px;
  margin: 0;
  padding: 0.7em 0 0.6em 0;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9em;
  letter-spacing: 0;
  line-height: 1.2em;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: background-color 500ms ease;
  -moz-transition: background-color 500ms ease;
  -ms-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  background-color: color-mix(in srgb, var(--base-color) 85%, transparent);
}
.btn-reset:hover {
  background-color: color-mix(in srgb, var(--base-color), #000 10%);
}
@media (max-width: 980px) {
  .btn-reset {
    display: none;
  }
}

#controlHolder {
  position: absolute;
}

#btn-zoom-in,
#btn-zoom-out {
  position: absolute;
  z-index: 300;
  left: 260px;
  width: 38px;
  height: 38px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: background-color 500ms ease;
  -moz-transition: background-color 500ms ease;
  -ms-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  background-color: color-mix(in srgb, var(--base-color) 85%, transparent);
}
#btn-zoom-in:hover,
#btn-zoom-out:hover {
  background-color: color-mix(in srgb, var(--base-color), #000 10%);
}

#btn-zoom-in {
  top: 150px;
  background-image: url(../../images/poi/icons/zoom-in.svg);
}
@media (max-width: 980px) {
  #btn-zoom-in {
    z-index: 1;
    top: 10px;
    left: 10px;
  }
}

#btn-zoom-out {
  top: 196px;
  background-image: url(../../images/poi/icons/zoom-out.svg);
}
@media (max-width: 980px) {
  #btn-zoom-out {
    z-index: 1;
    top: 10px;
    left: 60px;
  }
}

#caption {
  display: block;
}
@media (max-width: 720px) {
  #caption {
    display: none;
  }
}

.iw-container {
  width: auto;
}
@media (max-width: 720px) {
  .iw-container {
    width: 170px;
  }
}

.infowindow {
  overflow: hidden;
}
@media (max-width: 720px) {
  .infowindow {
    width: 180px;
    min-height: auto;
  }
}

.map-photo {
  width: 100%;
  height: 196px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
@media (max-width: 720px) {
  .map-photo {
    height: 120px;
  }
}
.map-photo img {
  max-width: 100%;
  height: auto;
  margin: auto;
  display: block;
}

.map-text {
  width: 100%;
  padding: 0.5rem;
  float: left;
}
.map-text h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25em;
  line-height: 1.3em;
  text-align: left;
  margin: 4px 0;
  padding: 0;
  color: #FFFFFF;
}
@media (max-width: 720px) {
  .map-text h2 {
    font-size: 1.1em;
    line-height: 1.3em;
  }
}
.map-text h3 {
  font-family: "Lato", sans-serif;
  font-size: 0.95em;
  line-height: 1.3em;
  text-align: left;
  margin: 0.2em 0 0.3em 0;
  padding: 0;
  color: #FFFFFF;
}
@media (max-width: 720px) {
  .map-text h3 {
    font-size: 0.9em;
    line-height: 1.3em;
  }
}
.map-text h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  text-align: left;
  padding: 0 0 0.4em 0;
  margin: 0;
  height: 17px;
  color: #FFFFFF;
}
@media (max-width: 720px) {
  .map-text h4 {
    font-size: 1em;
    line-height: 1.3em;
    padding: 0;
  }
}
.map-text h4 a {
  font-family: "Montserrat", sans-serif;
}
.map-text h4 a:link {
  color: #FFFFFF;
  text-decoration: none;
  text-transform: none;
}
.map-text h4 a:visited {
  color: #FFFFFF;
}
.map-text h4 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.map-text h4 svg {
  width: 1.3em;
  height: auto;
  display: inline;
  fill: #FFFFFF;
  padding: 0 0.2em 0.2em 0;
  vertical-align: middle;
}
@media (max-width: 720px) {
  .map-text h4 {
    padding: 0;
  }
}
.map-text p {
  color: #FFFFFF;
  font-family: "Lato", sans-serif;
  font-size: 0.95em;
  font-weight: normal;
  line-height: 1.3em;
  padding: 0.6em 0 0 0;
  margin: 0;
}
@media (max-width: 720px) {
  .map-text p {
    font-size: 11px;
    line-height: 12px;
    padding: 0.5em 0 0.4em 0;
  }
}
.map-text a {
  font-family: "Montserrat", sans-serif;
}
.map-text a:link {
  font-weight: normal;
  padding: 1em 0;
  color: #FFFFFF;
  text-decoration: underline;
  text-transform: uppercase;
}
@media (max-width: 720px) {
  .map-text a:link {
    padding: 0;
  }
}
.map-text a:visited {
  padding: 1em 0;
  color: #FFFFFF;
}
@media (max-width: 720px) {
  .map-text a:visited {
    padding: 0;
  }
}
.map-text a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.paddingBottom {
  padding-bottom: 5px;
  margin: 0px;
}

#map-side-bar {
  height: auto;
  width: 250px;
  background-color: var(--subdued-color);
  overflow: visible;
  padding: 0.5em 0;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
}
@media (max-width: 980px) {
  #map-side-bar {
    z-index: 0;
    left: 0px !important;
    top: 0px;
    width: 100% !important;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 0.5em;
    height: auto;
    padding: 0 0.5em 0px 0.5em;
  }
}
#map-side-bar p {
  font-family: "Lato", sans-serif;
  padding: 10px;
  line-height: 18px;
  margin-bottom: 4px;
}
#map-side-bar h2 {
  font-family: "Montserrat", sans-serif;
  padding: 10px;
  line-height: 18px;
}
#map-side-bar a {
  font-family: "Lato", sans-serif;
  text-decoration: none;
}

#map-side-bar-menu {
  width: 100%;
  overflow: auto !important;
  margin: 10px auto 0;
}
@media (max-width: 980px) {
  #map-side-bar-menu {
    z-index: 0;
    left: 0px !important;
    top: 0px;
    width: 100% !important;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 0.5em;
    margin: 10px auto 0;
    padding: 0 0 1em 0;
    width: 100%;
    float: left;
  }
}

#community-link {
  padding: 15px 0 5px 0;
  margin: 0;
  width: auto;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
  font-family: "Montserrat", sans-serif;
  color: var(--base-color);
  cursor: pointer;
}
#community-link img {
  max-width: 39px;
  padding-right: 8px;
}
@media (max-width: 980px) {
  #community-link {
    margin: 1em 0 0 0;
  }
}

.urbangreymenu {
  width: 210px;
}
.urbangreymenu .headerbar {
  font-size: 0.95em;
  line-height: 1.2em;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0px;
  text-transform: uppercase;
  padding: 15px 0 14px 48px;
  margin: 0 0 2px 0;
  color: var(--base-color);
  background-color: rgba(255, 255, 255, 0.35);
  background-repeat: no-repeat;
  background-position: 12px 8px;
  background-size: 24px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 980px) {
  .urbangreymenu .headerbar {
    z-index: 0;
    left: 0px !important;
    top: 0px;
    width: 100% !important;
    position: relative;
    text-align: left;
    overflow: hidden;
  }
}
.urbangreymenu .headerbar:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.6);
}
.urbangreymenu .headerbar.on {
  background-color: rgba(255, 255, 255, 0.75);
}
.urbangreymenu .headerbar a {
  text-decoration: none;
  display: block;
  color: var(--secondary-color);
}
.urbangreymenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 0;
}
.urbangreymenu ul li {
  list-style-type: none;
  padding-bottom: 0;
  margin: 2px;
  color: var(--base-color);
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  padding: 6px 10px;
  font-family: "Lato", sans-serif;
  font-size: 0.8em;
  line-height: 1.5em;
  text-decoration: none;
  cursor: pointer;
}
.urbangreymenu ul li:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.urbangreymenu ul li.selected {
  background-color: rgba(255, 255, 255, 0.8);
}

#commSlider {
  width: 120%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  margin-left: -10%;
}
@media (max-width: 720px) {
  #commSlider {
    display: none;
  }
}

@media (max-width: 980px) {
  #explore-headline-bold {
    display: none;
  }
}

@media (max-width: 980px) {
  #explore-boxes {
    display: none;
  }
}

@media (max-width: 980px) {
  #map {
    height: 520px;
  }
}

@media (max-width: 480px) {
  .explore .select-cat {
    font-size: 1em;
    padding: 0.5em 4em;
  }
}

.caro-holder {
  display: block;
}
@media (max-width: 540px) {
  .caro-holder {
    display: none;
  }
}

.cycle-carousel-wrap {
  display: block;
}
@media (max-width: 540px) {
  .cycle-carousel-wrap {
    display: none;
  }
}

/* Custom Infowindow & Close */
.gm-style .gm-style-iw-c {
  width: 300px;
  border-radius: 0;
  padding: 0 !important;
  background-color: var(--poi-popup-color);
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.5);
}
@media (max-width: 640px) {
  .gm-style .gm-style-iw-c {
    width: auto !important;
  }
}

.gm-style .gm-style-iw-tc {
  filter: drop-shadow(0 3px 2px rgba(0, 0, 0, 0.5));
}

.gm-style .gm-style-iw-tc::after {
  background: var(--poi-popup-color);
}

.gm-style-iw-d {
  overflow: hidden !important;
}

.gm-style-iw {
  width: 300px !important;
  border: 4px solid var(--poi-popup-color);
}

.gm-style-iw-ch {
  padding: 0 !important;
}

.gm-style-iw-chr button {
  position: absolute !important;
}

a.iw-close-bg {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  color: #FFFFFF;
  background-color: var(--poi-popup-color);
  display: block;
  z-index: 10;
  font-size: 30px;
  line-height: 0;
  padding: 10px 0 0 3px;
  text-decoration: none;
}

.gm-ui-hover-effect {
  opacity: 0;
}
.gm-ui-hover-effect:hover {
  opacity: 0;
}

/*# sourceMappingURL=poi.css.map */
