* {
  box-sizing: border-box;
}
body,
html {
  margin: 0;
  height: 100%;
  overflow: hidden;
  font-size: 62, 5%;
}

#container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.hamburger {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 26px;
  z-index: 9999;
  margin-top: 20px;
  gap: 15px;
  background: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 3px #583f2b;
  border: none;
}

.icon-closed {
  width: 24px;
}

.icon-open {
  width: 14px;
}

.hamburger .icon-open {
  display: none;
}

.hamburger.active .icon-closed {
  display: none;
}

.hamburger.active .icon-open {
  display: flex;
}

.menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  flex-direction: column;
  top: 0px;
  right: 30px;
  z-index: 9999;
  margin-top: 15px;
  gap: 5px;
}

.menu button {
  background-color: #fff;
  width: 120px;
  padding: 8px;
  border-radius: 25px;
  border: none;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: .85rem;
  letter-spacing: 0.04rem;
  font-weight: 600;
  color: #854109;
  box-shadow: 0 2px 3px #725238;
  cursor: pointer;
}

.menubar {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50px;
  right: 10px;
  z-index: 9999;
  margin-top: 20px;
  gap: 8px;
}

.menubar.active {
  display: flex;
}

.menubar button {
  background-color: #fff;
  width: 100px;
  padding: 8px;
  border-radius: 25px;
  border: none;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 0.04rem;
    line-height: 1.25rem;
  font-weight: 600;
  font-weight: 600;
  color: #682f00;
  box-shadow: 0 2px 3px #725238;
  cursor: pointer;
}

.infowindow {
  display: flex;
  position: fixed;
  top: 90px;
  right: 30px;
  width: 368px;
  height: auto;
  background-color: #fff;
  border-radius: 10px;
  z-index: 9999;
  padding: 20px;
  box-shadow: 0 2px 3px #725238;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 0.85rem;
  line-height: 1.1rem;
  color: #5f2b00;
  transform: translateX(398px);
  transition: transform 0.3s ease-in-out;
  pointer-events: none;
}

.infowindow.active {
  transform: translateX(0px);
  pointer-events: auto;
}

@media only screen and (max-width: 1150px) {
  .menu {
    flex-direction: column;
    right: 30px;
    gap: 5px;
  } 
/* .infowindow {
    margin-top: 5px;
  } */
}

#mapid {
  height: 100%;
  position: relative;
  width: 100%;
  float: left;
}

/* SIDEBAR AND LISTING STYLES */

.listPopUpWrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.hideSidebar {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  height: 50px;
  width: 22px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #b47630;
  -webkit-box-shadow: 5px 0 5px -2px #2a4763;
  -moz-box-shadow: 5px 0 5px -2px #2a4763;
  box-shadow: 5px 0 5px -2px #4b647c;
  cursor: pointer;
}

.sidebar {
  -webkit-box-shadow: 5px 0 5px -2px #6e6e47;
  -moz-box-shadow: 5px 0 5px -2px #6e6e47;
  box-shadow: 5px 0 5px -2px #6e6e47;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #b47630;
  top: 0;
  left: 0;
  width: 350px;
  height: 100%;
  z-index: 999;
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;
}

.sidebar.hidden {
  transform: translateX(-350px);
}

#adam {
  width: 350px;
  height: 200px;
}

.box {
  height: auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
}

#pic {
  width: 30%;
  height: auto;
  padding-bottom: 5%;
  margin-right: 15px;
}

.info {
  display: flex;
  flex-direction: column;
  width: 95%;
}

.item {
  border-bottom: 2px dotted #ffffff;
  font-family: "Times";
  font-size: 1rem;
  color: rgb(99, 13, 13);
  width: 100%;
  height: auto;
  text-overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.item a {
  font-family: "Times";
  font-size: 1vw;
  font-weight: bold;
  color: rgb(99, 13, 13);
  text-decoration: none;
}

.extra {
  font-family: "Google Sans", Roboto, Arial, sans-serif;;
  color: rgb(255, 255, 255);
  font-size: 0.75rem;
  letter-spacing: .1rem;
  white-space: normal;
  font-weight: 400;
  float: left;
  background: transparent;
  padding-bottom: 5%;
  white-space: pre-line;
}

.extra2 {
  margin-top: 2%;
  font-family: "times";
  color: rgb(255, 255, 255);
  white-space: normal;
  height: auto;
  background: transparent;
  padding-bottom: 5%;
  white-space: pre-line;
  line-height: 1.1rem;
}

.content {
  width: 100%;
  height: 100%;
  background: transparent;
  overflow: auto;
  text-overflow: ellipsis;
}

.title {
  font-family: "times";
  color: #3d2100;
  background: transparent;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
}

.space {
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: .07rem;
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 3px;
}

.listings {
  height: 100%;
  width: 350px;
  overflow: auto;
}

.listings .item {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 960px) {
  .menu {
    display: none;
  }
  .hamburger {
    display: flex;
    right: 40px;
  }
}

@media only screen and (min-width: 960px) {
  .menubar.active {
    display: none;
  }
}

@media only screen and (max-width: 975px) {
  /* .infowindow {
    top: 280px;
    right: 20px;
  } */
  .sidebar {
    width: 270px;
  }
  .listPopUpWrapper {
    width: 270px;
  }
  .listings {
    width: 270px;
  }
  .hideSidebar {
    left: 270px;
    height: 60px;
    width: 24px
  }
  .sidebar.hidden {
    transform: translateX(-270px);
  }
  .space {
    font-size: 12px;
  }
  .extra {
    font-size: 0.65rem;
  }
  #adam {
    width: 270px;
    height: 170px;
    position: fixed;
    display: none;
  }
  .listings {
    margin-top: 0px;
  }
  #pic {
    display: none;
  }
}

@media only screen and (max-width: 400px) {
  .listings {
    width: 200px;
  }
  .sidebar {
    width: 200px;
  }
  .listPopUpWrapper {
    width: 200px;
}
.hideSidebar {
    left: 200px;
    height: 60px;
    width: 24px
  }
  .sidebar.hidden {
    transform: translateX(-200px);
  }
}

/* CUSTOM SCROLLBAR */

.listings::-webkit-scrollbar {
  width: 7px;
  height: 0px;
  border-left: 0;
}

/* .listings:hover::-webkit-scrollbar */

.listings::-webkit-scrollbar-track {
  background: none;
}

.listings::-webkit-scrollbar-thumb {
  background: #53310a;
  border-radius: 7px;
  min-height: 40px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(
    90deg,
    #53310a 0%,
    #b47630 35%,
    transparent 100%,
    #b47630 65%,
    transparent
  );
  -webkit-box-shadow: inset 0px 0px 5px #53310a;
  box-shadow: inset 0px 0px 5px #53310a;
  background-color: #cf9451;
}

/* .listings:hover::-webkit-scrollbar-thumb {
  background: #b47630;
} */

.clearfix {
  display: block;
}

.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}



/*CUSTOM POPUP STYLES*/

.wrapper {
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  -webkit-box-shadow: 5px 0 5px -2px #807f4c;
  -moz-box-shadow: 5px 0 5px -2px #807f4c;
  box-shadow: 5px 0 5px -2px #9c9b69;
  position: relative;
  display: none;
  flex-direction: column;
  top: 0;
  left: 350px;
  width: 350px;
  height: 100vh;
  float: left;
  z-index: 999;
  background-color: #fff;
}

.wrapper.left {
  left: 0;
}

.wrapper.active {
  display: flex;
}

.pic {
  width: 350px;
  height: 200px;
}

.pic img {
  width: 350px;
  height: 200px;
}

.popUpContent {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  width: 350px;
  height: 100vh;
  padding-left: 10px;
  padding-right: 7px;
  padding-top: 10px;
  color: #883d00;
  overflow: auto;
  white-space: pre-line;
  scrollbar-gutter: stable;
}

/* .popUpContent:hover {
  overflow: auto;
  
} */

@media only screen and (max-width: 975px) {
  .wrapper {
    left: 270px;
    width: 270px;
  }

  .wrapper.left {
    left: 0;
  }
  .pic {
    width: 270px;
    height: 170px;
  }

  .pic img {
    width: 270px;
    height: 170px;
  }

  .popUpContent {
    width: 270px;
  }
}

@media only screen and (max-width: 540px) {
  .wrapper {
    left: 0;
  }
}

@-moz-document url-prefix() {
  .popUpContent {
    scrollbar-width: thin;
  }
}

/* Chrome, Safari, Edge */
.popUpContent::-webkit-scrollbar {
  width: 7px;
}

.popUpContent::-webkit-scrollbar-track {
  background: none;
}

.popUpContent:hover::-webkit-scrollbar-thumb {
  border-radius: 7px;
  min-height: 40px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(
    90deg,
    #c4aa8d 10%,
    #ffffff 35%,
    transparent 100%,
    #ffffff 65%,
    transparent
  );
  -webkit-box-shadow: inset 0px 0px 5px #53310a;
  box-shadow: inset 0px 0px 5px #a17a4e;
  background-color: #ffffff;
}

.puName {
  margin-top: 12px;
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
}

.puTitle {
  line-height: 1.4rem;
  font-size: 0.9em;
  text-align: center;
}

.extra3 {
  margin-top: 10px;
  font-size: .85rem;
  text-align:left;
  padding: 5px;
  white-space: pre-line;
  line-height: 1.1rem;
}

.address {
  margin-top: 10px;
  padding: 0 5px;
}

.check {
  font-size: .85em;
  font-weight: bold;
}

.puLink {
  margin-top: 10px;
  padding: 0 5px;
}

.puLink a {
  color: #883d00;
  font-size: 0.9rem;
  text-decoration-color: #883d00;
}

.link a {
  font-size: 1em;
  text-decoration: underline #883d00;
}

.link1 {
  font-size: 1em;
  color: #883d00;
}

hr {
  border-top: 1px dashed #883d00;
}

.close {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin-bottom: 80px;
}
.closeIcon {
  margin-top: 40px;
  width: 26px;
  cursor: pointer;
}

.closeText {
  color: #883d00;
  font-size: 14px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  cursor: pointer;
}

/* git add . && git commit -m "update" && git push origin main */

