/*
Theme Name: SCHAKO
Description: SCHAKO
Author: INCREON
Author URI: https://increon.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada

Element: Interactive Townmap
*/


/* layout START */
.townmap-box {
  position: relative;
  overflow: hidden;
  width: auto;
  height: 400px;
}

div.maphilighted {
  position: absolute!important;
  left: -50%;
}

img.maphilighted {
  width: 2222px;
  max-width: 2222px;
}
/* layout END */


/* layout: buttons START */
.townmap-button {
  position: absolute;
  z-index: 1;
  height: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 1rem;
}

.townmap-button-left {
  left: 0;
}

.townmap-button-right {
  right: 0;
}

.townmap-icon {
  width: 10vw;
  height: 10vw;
  border-radius: 3rem;
  background-color: rgba(0,153,89, .5);
  text-align: center;
  font-size: 10vw;
  line-height: 0;
  color: #fff;
}

.townmap-button:hover .townmap-icon {
  background-color: rgba(0,153,89, .75);
}

@media screen and (min-width: 800px) {
  .townmap-icon {
    width: 5rem;
    height: 5rem;
    font-size: 5rem;
  }
}
/* layout: buttons END */
