/**
	This file does note generate code.  It is imported by other sass files to include
	variables, mixins, and functions.
	*/
/* Settings
   -------------------------------------------------------------------------- */
/* Tools
   -------------------------------------------------------------------------- */
.destination_weather_map {
  margin: 0;
  padding: 0;
  position: relative;
}
.destination_weather_map .map_cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 1199.98px) {
  .destination_weather_map .map_cover {
    display: none;
  }
}
.destination_weather_map .map_cover_mobile {
  position: relative;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 300px;
  background-size: cover;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 992px) {
  .destination_weather_map .map_cover_mobile {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .destination_weather_map .map_cover_mobile {
    display: block;
  }
}
@media (min-width: 768px) {
  .destination_weather_map .map_cover_mobile {
    height: 700px;
  }
}
.destination_weather_map .hide-map-text-box,
.destination_weather_map .show-map-text-box {
  display: none;
}
@media (min-width: 768px) {
  .destination_weather_map .hide-map-text-box,
.destination_weather_map .show-map-text-box {
    display: flex;
    border-radius: 5px 5px 0 0;
    border: 1px solid #42817a;
    background: white;
    padding: 9.6px 20px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    z-index: 10;
  }
}
.destination_weather_map .hide-map-text-box .fi,
.destination_weather_map .show-map-text-box .fi {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .destination_weather_map .show-map-text-box {
    display: none;
  }
}
@media (min-width: 768px) {
  .destination_weather_map .hide-map-text-box {
    bottom: inherit;
    border-radius: 5px;
    top: -25px;
  }
}
.destination_weather_map .hide-map-text-box .fi {
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .destination_weather_map {
    min-height: 700px;
  }
}
.destination_weather_map .map_contain {
  width: 100%;
}
.destination_weather_map .map_content {
  z-index: 10;
}
@media (min-width: 768px) {
  .destination_weather_map .map_content {
    position: absolute;
    margin-bottom: 0;
    width: 35%;
    display: flex;
    align-items: center;
    bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .destination_weather_map .map_content {
    bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .destination_weather_map .map_content {
    bottom: 150px;
  }
}
.destination_weather_map .map_content .pos {
  width: 100%;
}
@media (min-width: 768px) {
  .destination_weather_map .map_content .pos {
    padding: 0 0 0 20px;
  }
}
.destination_weather_map .map_content .pos .wrap {
  padding: 30px;
}
@media (min-width: 768px) {
  .destination_weather_map .map_content .pos .wrap {
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    padding-top: 40px;
  }
}
.destination_weather_map .map_content .btn:before {
  margin: 0 8px 0 0;
}
.destination_weather_map .map_holder {
  overflow: hidden;
  position: relative;
  height: 300px;
}
@media (min-width: 768px) {
  .destination_weather_map .map_holder {
    height: 100%;
    position: unset;
  }
}
.destination_weather_map .map_holder #weather_map {
  overflow: hidden;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
}
.destination_weather_map .infocontents {
  font-size: 0;
  background: #fff;
  width: 100%;
}
@media (min-width: 768px) {
  .destination_weather_map .infocontents {
    display: none;
  }
}
.destination_weather_map .infocontent {
  padding: 20px 20px 30px;
  background: #fff;
}
.destination_weather_map .weather_trends .title {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .destination_weather_map .weather_trends .title {
    display: block;
  }
}
.destination_weather_map .weather_trends .title .close {
  font-size: 12px;
  padding: 8px 0;
  flex-basis: 100px;
  margin-left: auto;
  text-align: center;
}
.destination_weather_map .weather_trends .title .close span {
  margin: 0 0 0 5px;
}
.destination_weather_map .weather_trends .title h4 {
  font-size: 16px;
  display: block;
  margin: 0;
  padding: 0 20px 0 0;
}
@media (min-width: 768px) {
  .destination_weather_map .weather_trends .title h4 {
    font-size: 14px;
    padding: 0;
  }
}
.destination_weather_map .weather_trends .trends {
  font-size: 0;
}
.destination_weather_map .weather_trends .trends .trend {
  margin: 18px 0 0;
}
.destination_weather_map .weather_trends .trends .trend:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .destination_weather_map .weather_trends .trends .trend {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin: 0 4% 10px 0;
  }
}
.destination_weather_map .weather_trends .trends .trend:nth-child(2n+2) {
  margin-right: 0;
}
.destination_weather_map .weather_trends .trends .trend h5 {
  font-size: 14px;
  margin: 0 0 5px;
}
@media (min-width: 768px) {
  .destination_weather_map .weather_trends .trends .trend h5 {
    font-size: 13px;
  }
}
.destination_weather_map .weather_trends .trends .trend ul {
  margin: 0;
}
.destination_weather_map .weather_trends .trends .trend ul li {
  line-height: 1.2;
  font-size: 14px;
  margin: 5px 0 0;
}
@media (min-width: 768px) {
  .destination_weather_map .weather_trends .trends .trend ul li {
    font-size: 12px;
    margin: 3px 0 0;
  }
}
.destination_weather_map .weather_trends .trends .trend ul li:first-child {
  margin: 0;
}

.destination_weather_map .infoBox > div {
  background: #a94940;
  padding: 5px 10px;
  border-radius: 5px;
}
.destination_weather_map .infoBox > div h4 {
  margin: 0;
  color: #fff;
  font-size: 12px;
}
.destination_weather_map .infoBox > img {
  display: none;
}
.destination_weather_map .infoBox .arrow {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #a94940;
  position: absolute;
  left: 14px;
  bottom: -7px;
  text-align: left;
  text-indent: -9999px;
}
.destination_weather_map.weather .infoBox > div {
  background: #fff;
  border-radius: 5px;
  padding: 10px 10px 0 10px;
}
.destination_weather_map.weather .infoBox > div .weather_trends .title {
  background: #064952;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: -10px -10px 20px;
  padding: 10px 40px 10px 10px;
  position: relative;
}
.destination_weather_map.weather .infoBox > div .weather_trends .title h4 {
  color: #fff;
}
.destination_weather_map.weather .infoBox > div .weather_trends .title .close {
  padding: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  margin: -20px 0 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  display: none;
}
.destination_weather_map.weather .infoBox > div .weather_trends .title .close span {
  background: #fff;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  color: #064952;
  text-align: center;
  font-size: 14px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 600;
}
.destination_weather_map.weather .infoBox > div .weather_trends .title .close:hover span {
  color: #333;
}
.destination_weather_map.weather .infoBox > img {
  position: absolute !important;
  right: 8px;
  top: 8px;
  z-index: 10;
  display: block;
  width: 22px;
}
.destination_weather_map.weather .infoBox .arrow {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin: 0 0 0 -10px;
  text-align: left;
  text-indent: -9999px;
}

/*# sourceMappingURL=weather-map.css.map */