@import url("https://use.typekit.net/gzw2bjb.css");
/*
 Theme Name: Hamrén Media Theme 
 Description: Hamrén Media Theme
 Author: Hamrén Media
 Version: 2.0
 */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
body {
  -webkit-font-smoothing: antialiased;
}
body a {
  text-decoration: none;
}
h1 {
  font-family: "europa", sans-serif;
  font-size: 27px;
  line-height: 1.2em;
  font-weight: bold;
  color: #fc5bbd;
}
@media (min-width: 500px) {
  h1 {
    font-size: 38px;
  }
}
@media (min-width: 1054px) {
  h1 {
    font-size: 46px;
  }
}
h2 {
  font-family: "europa", sans-serif;
  font-size: 25px;
  margin-top: 40px;
  line-height: 1em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #2c2a2a;
}
@media (min-width: 500px) {
  h2 {
    font-size: 25px;
  }
}
@media (min-width: 1054px) {
  h2 {
    font-size: 35px;
    line-height: 1.2em;
  }
}
.grid-item h2 {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  color: #fff;
}
h3 {
  font-family: "europa", sans-serif;
  font-size: 20px;
  line-height: 1.1em;
  margin-bottom: 20px;
  font-weight: normal;
}
@media (min-width: 500px) {
  h3 {
    font-size: 23px;
  }
}
@media (min-width: 1054px) {
  h3 {
    font-size: 26px;
  }
}
h3.post-title {
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 500px) {
  h3.post-title {
    font-size: 23px;
  }
}
@media (min-width: 1054px) {
  h3.post-title {
    font-size: 30px;
  }
}
h4 {
  font-family: "europa", sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 500px) {
  h4 {
    font-size: 16px;
  }
}
p, li {
  font-family: "europa", arial, sans-serif;
  font-size: 15px;
  line-height: 1.5em;
}
@media (min-width: 1054px) {
  p, li {
    font-size: 17px;
  }
}
p:first-of-type {
  margin-top: 0;
}
p a:not(.button), li a:not(.button) {
  text-decoration: underline;
}
pre {
  font-family: "europa", arial, sans-serif;
  white-space: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 1.4em;
  margin-top: 0;
}
@media (min-width: 1054px) {
  pre {
    font-size: 20px;
  }
}
footer h4 {
  font-family: "europa", sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 500px) {
  footer h4 {
    font-size: 16px;
  }
}
footer p, footer li {
  font-family: "europa", arial, sans-serif;
  font-size: 17px;
  line-height: 1.5em;
}
footer p:first-of-type {
  margin-top: 0;
}
.grid-item-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.grid-item-wrapper .grid-item {
  margin-bottom: 0;
  display: block;
}
.col-1.grid-item-wrapper .grid-item {
  width: 50%;
  margin-right: 0;
}
.col-1.grid-item-wrapper .grid-item:nth-child(even) {
  margin-right: 0;
}
@media (min-width: 500px) and (max-width: 825px) {
  .col-1.grid-item-wrapper .grid-item {
    width: calc(50% - (20px / 2));
    margin-right: 20px;
  }
  .col-1.grid-item-wrapper .grid-item:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 825px) {
  .col-1.grid-item-wrapper .grid-item {
    width: calc((100% / 1 ) - ( (20px * ( 1 - 1) ) / 1 ));
    margin-right: 20px;
  }
  .col-1.grid-item-wrapper .grid-item:nth-child(1n + 1) {
    margin-right: 0;
  }
}
.col-2.grid-item-wrapper .grid-item {
  width: 50%;
  margin-right: 0;
}
.col-2.grid-item-wrapper .grid-item:nth-child(even) {
  margin-right: 0;
}
@media (min-width: 500px) and (max-width: 825px) {
  .col-2.grid-item-wrapper .grid-item {
    width: calc(50% - (20px / 2));
    margin-right: 20px;
  }
  .col-2.grid-item-wrapper .grid-item:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 825px) {
  .col-2.grid-item-wrapper .grid-item {
    width: calc((100% / 2 ) - ( (20px * ( 2 - 1) ) / 2 ));
    margin-right: 20px;
  }
  .col-2.grid-item-wrapper .grid-item:nth-child(2n + 2) {
    margin-right: 0;
  }
}
.col-3.grid-item-wrapper .grid-item {
  width: 50%;
  margin-right: 0;
}
.col-3.grid-item-wrapper .grid-item:nth-child(even) {
  margin-right: 0;
}
@media (min-width: 500px) and (max-width: 825px) {
  .col-3.grid-item-wrapper .grid-item {
    width: calc(50% - (20px / 2));
    margin-right: 20px;
  }
  .col-3.grid-item-wrapper .grid-item:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 825px) {
  .col-3.grid-item-wrapper .grid-item {
    width: calc((100% / 3 ) - ( (20px * ( 3 - 1) ) / 3 ));
    margin-right: 20px;
  }
  .col-3.grid-item-wrapper .grid-item:nth-child(3n + 3) {
    margin-right: 0;
  }
}
.col-4.grid-item-wrapper .grid-item {
  width: 50%;
  margin-right: 0;
}
.col-4.grid-item-wrapper .grid-item:nth-child(even) {
  margin-right: 0;
}
@media (min-width: 500px) and (max-width: 825px) {
  .col-4.grid-item-wrapper .grid-item {
    width: calc(50% - (20px / 2));
    margin-right: 20px;
  }
  .col-4.grid-item-wrapper .grid-item:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 825px) {
  .col-4.grid-item-wrapper .grid-item {
    width: calc((100% / 4 ) - ( (20px * ( 4 - 1) ) / 4 ));
    margin-right: 20px;
  }
  .col-4.grid-item-wrapper .grid-item:nth-child(4n + 4) {
    margin-right: 0;
  }
}
.col-5.grid-item-wrapper .grid-item {
  width: 50%;
  margin-right: 0;
}
.col-5.grid-item-wrapper .grid-item:nth-child(even) {
  margin-right: 0;
}
@media (min-width: 500px) and (max-width: 825px) {
  .col-5.grid-item-wrapper .grid-item {
    width: calc(50% - (20px / 2));
    margin-right: 20px;
  }
  .col-5.grid-item-wrapper .grid-item:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 825px) {
  .col-5.grid-item-wrapper .grid-item {
    width: calc((100% / 5 ) - ( (20px * ( 5 - 1) ) / 5 ));
    margin-right: 20px;
  }
  .col-5.grid-item-wrapper .grid-item:nth-child(5n + 5) {
    margin-right: 0;
  }
}
.col-6.grid-item-wrapper .grid-item {
  width: 50%;
  margin-right: 0;
}
.col-6.grid-item-wrapper .grid-item:nth-child(even) {
  margin-right: 0;
}
@media (min-width: 500px) and (max-width: 825px) {
  .col-6.grid-item-wrapper .grid-item {
    width: calc(50% - (20px / 2));
    margin-right: 20px;
  }
  .col-6.grid-item-wrapper .grid-item:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 825px) {
  .col-6.grid-item-wrapper .grid-item {
    width: calc((100% / 6 ) - ( (20px * ( 6 - 1) ) / 6 ));
    margin-right: 20px;
  }
  .col-6.grid-item-wrapper .grid-item:nth-child(6n + 6) {
    margin-right: 0;
  }
}
.col-7.grid-item-wrapper .grid-item {
  width: 50%;
  margin-right: 0;
}
.col-7.grid-item-wrapper .grid-item:nth-child(even) {
  margin-right: 0;
}
@media (min-width: 500px) and (max-width: 825px) {
  .col-7.grid-item-wrapper .grid-item {
    width: calc(50% - (20px / 2));
    margin-right: 20px;
  }
  .col-7.grid-item-wrapper .grid-item:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 825px) {
  .col-7.grid-item-wrapper .grid-item {
    width: calc((100% / 7 ) - ( (20px * ( 7 - 1) ) / 7 ));
    margin-right: 20px;
  }
  .col-7.grid-item-wrapper .grid-item:nth-child(7n + 7) {
    margin-right: 0;
  }
}
.col-8.grid-item-wrapper .grid-item {
  width: 50%;
  margin-right: 0;
}
.col-8.grid-item-wrapper .grid-item:nth-child(even) {
  margin-right: 0;
}
@media (min-width: 500px) and (max-width: 825px) {
  .col-8.grid-item-wrapper .grid-item {
    width: calc(50% - (20px / 2));
    margin-right: 20px;
  }
  .col-8.grid-item-wrapper .grid-item:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 825px) {
  .col-8.grid-item-wrapper .grid-item {
    width: calc((100% / 8 ) - ( (20px * ( 8 - 1) ) / 8 ));
    margin-right: 20px;
  }
  .col-8.grid-item-wrapper .grid-item:nth-child(8n + 8) {
    margin-right: 0;
  }
}
.col-9.grid-item-wrapper .grid-item {
  width: 50%;
  margin-right: 0;
}
.col-9.grid-item-wrapper .grid-item:nth-child(even) {
  margin-right: 0;
}
@media (min-width: 500px) and (max-width: 825px) {
  .col-9.grid-item-wrapper .grid-item {
    width: calc(50% - (20px / 2));
    margin-right: 20px;
  }
  .col-9.grid-item-wrapper .grid-item:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 825px) {
  .col-9.grid-item-wrapper .grid-item {
    width: calc((100% / 9 ) - ( (20px * ( 9 - 1) ) / 9 ));
    margin-right: 20px;
  }
  .col-9.grid-item-wrapper .grid-item:nth-child(9n + 9) {
    margin-right: 0;
  }
}
.grid-item-wrapper .grid-item.hw_places {
  height: calc((100vw/2) - (20px / 2));
  background-size: 200%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2c2a2a;
  flex-direction: column;
  background-color: #8851e0;
  background-blend-mode: soft-light;
}
.grid-item-wrapper .grid-item.hw_places.captured {
  background-color: #1fbdb9;
}
.grid-item-wrapper .grid-item.hw_places img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hwcc_cookie_bar {
  background: #fff;
  padding: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}
.hwcc_cookie_bar .cookie-bar-inner {
  display: flex;
  font-family: sans-serif;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 500px) {
  .hwcc_cookie_bar .cookie-bar-inner {
    justify-content: space-between;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
  }
}
.hwcc_cookie_bar .cookie-bar-inner .sr-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}
.hwcc_cookie_bar .cookie-bar-inner .cookie-head {
  margin-right: 15px;
}
.hwcc_cookie_bar .cookie-bar-inner a {
  color: black;
  font-weight: bold;
  text-decoration: underline;
}
.hwcc_cookie_bar .cookie-bar-inner button {
  border: 0;
  background: transparent;
  font-size: 20px;
  font-family: sans-serif;
  align-self: flex-start;
  padding: 0;
  margin-top: -5px;
}
@media (min-width: 500px) {
  .hwcc_cookie_bar .cookie-bar-inner button {
    cursor: pointer;
  }
}
.cookie-consent label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: sans-serif;
}
.cookie-consent label input[type="checkbox"] {
  display: inline-block;
  -webkit-appearance: none;
  margin: 0 5px 0 0;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  background: gray;
  cursor: pointer;
}
.cookie-consent label input[type="checkbox"]:checked {
  background: gray;
}
.cookie-consent label input[type="checkbox"]:checked:before {
  content: "\f00c";
  font-family: "Font Awesome\ 5 Free";
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 2px;
  left: 3px;
  font-size: 17px;
}
#main button {
  background-color: white;
  color: black;
  cursor: pointer;
  border-radius: 50px;
  border: 0;
  font-weight: bold;
  font-family: "europa", sans-serif;
  min-height: 60px;
  display: inline-flex;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 30px;
  align-items: center;
  -webkit-font-smoothing: antialiased;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, .05);
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .05);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, .05);
}
#main button:hover {
  background-color: #a09f9f;
  color: black;
}
#main button .elementor-button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
#main button.go-button {
  background-color: #1fbdb9;
  color: #fff;
  cursor: pointer;
  border-radius: 50px;
  border: 0;
  font-weight: bold;
  font-family: "europa", sans-serif;
  min-height: 60px;
  display: inline-flex;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 30px;
  align-items: center;
  -webkit-font-smoothing: antialiased;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, .05);
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .05);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, .05);
}
#main button.go-button:hover {
  background-color: #2c2a2a;
  color: #fff;
}
#main button.go-button .elementor-button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
#main button.no-clue, #main button.disable {
  opacity: 0.7;
  pointer-events: none;
}
#main button.no-button {
  background-color: #a09f9f;
  color: #fff;
  cursor: pointer;
  border-radius: 50px;
  border: 0;
  font-weight: bold;
  font-family: "europa", sans-serif;
  min-height: 60px;
  display: inline-flex;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 30px;
  align-items: center;
  -webkit-font-smoothing: antialiased;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, .05);
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .05);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, .05);
}
#main button.no-button:hover {
  background-color: #2c2a2a;
  color: #fff;
}
#main button.no-button .elementor-button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.message {
  padding: 5px 20px 5px 5px;
  background: #fff;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "europa", sans-serif;
  font-size: 12px;
  display: inline-flex;
  width: auto;
  align-items: center;
  font-weight: bold;
  margin-bottom: 10px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, .05);
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .05);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, .05);
}
.message i {
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 5px;
  color: #fff;
  flex-grow: 0;
}
.message.points i {
  background: #fc5bbd;
}
.message.take-over i {
  background: #8851e0;
}
.message.number i {
  background: #1fbdb9;
}
.message.captured i {
  background: #1fbdb9;
}
.message.big-message {
  opacity: 0;
  z-index: -1;
  transform: translateY(20px);
  position: fixed;
  left: 20px;
  top: 70px;
  height: calc(100% - 70px - 20px);
  width: calc(100% - 40px);
  border-radius: 0;
  flex-direction: column;
  padding: 40px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: normal;
  align-items: flex-start;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.message.big-message button {
  width: 100%;
  margin-top: 15px;
}
.message.big-message.open {
  opacity: 1;
  z-index: 10000;
  transform: translateY(0);
}
.message.big-message .new-value-wrapper {
  border-top: 1px dashed #2c2a2a;
  padding: 40px;
  margin-top: 40px;
  width: calc(100% + 80px);
  margin-left: -40px;
  text-align: center;
}
.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(44, 42, 42, 0.7);
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.overlay.open {
  z-index: 10000;
  visibility: visible;
  opacity: 1;
}
.loader {
  position: fixed;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000000;
  flex-direction: column;
}
.loader p, .loader li {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "europa", sans-serif;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}
.loader i {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #8851e0;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, .05);
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .05);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, .05);
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.acf-map {
  width: 100%;
  height: 100vh;
}
.acf-map img {
  max-width: inherit !important;
}
.header {
  background-color: #2c2a2a;
  position: fixed;
  overflow: hidden;
  height: 75px;
  z-index: 10000;
  width: 100%;
  top: 0;
  transition: 0.2s ease-in-out all;
  -webkit-transition: 0.2s ease-in-out all;
  -moz-transition: 0.2s ease-in-out all;
  -o-transition: 0.2s ease-in-out all;
}
@media (min-width: 825px) {
  .header {
    height: auto;
    z-index: 10000;
    width: 100%;
    top: 0;
    overflow: visible;
  }
}
.admin-bar .header {
  top: 35px;
}
.admin-bar .header.fixed {
  top: 0;
}
@media (min-width: 825px) {
  .admin-bar .header {
    top: 30px;
  }
}
.header .row {
  height: 100%;
  margin: auto;
  max-width: 1240px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.header .row .title {
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  border-radius: 50px;
  border: 0;
  font-weight: bold;
  font-family: "europa", sans-serif;
  min-height: 60px;
  display: inline-flex;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 30px;
  align-items: center;
  -webkit-font-smoothing: antialiased;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, .05);
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .05);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, .05);
  min-height: 0;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0;
}
.header .row .title:hover {
  background-color: transparent;
  color: #fff;
}
.header .row .title .elementor-button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.header .row .back, .header .row .placeholder {
  width: 33.333%;
  text-align: left;
  color: #fff;
  font-size: 20px;
  padding: 20px;
}
.header .menu-toggle {
  position: absolute;
  right: 15px;
  top: 21px;
  width: 30px;
  height: 25px;
  z-index: 1000;
  cursor: pointer;
  overflow: hidden;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
}
@media (min-width: 500px) {
  .header .menu-toggle {
    right: 25px;
    top: 31px;
  }
}
@media (min-width: 825px) {
  .header .menu-toggle {
    display: none;
  }
}
.fixed.header .menu-toggle span {
  background: #fc5bbd;
}
.header .menu-toggle span {
  position: absolute;
  right: 0px;
  top: 33px;
  width: 30px;
  height: 5px;
  background: #2c2a2a;
  content: "";
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.header .menu-toggle span:first-child {
  top: 0px;
}
.header .menu-toggle span:nth-child(2) {
  top: 10px;
  right: 0px;
}
.header .menu-toggle span:nth-child(3) {
  top: 20px;
}
.header .menu-toggle.opened span {
  transform: rotate(45deg);
  top: 10px;
}
.header .menu-toggle.opened span:nth-child(2) {
  right: -100px;
}
.header .menu-toggle.opened span:nth-child(3) {
  transform: rotate(-45deg);
}
#main .hw_slider {
  position: relative;
  width: 100vw;
  margin-top: -70px;
  max-width: 100%;
  overflow: hidden;
  background: #fc5bbd;
  opacity: 0;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
@media (min-width: 500px) {
  #main .hw_slider {
    margin-top: -90px;
  }
}
@media (min-width: 825px) {
  #main .hw_slider {
    margin-top: 0;
  }
}
#main .hw_slider ul {
  padding: 0;
  margin: 0;
}
#main .hw_slider ul li .image-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative;
  background: #fc5bbd;
}
#main .hw_slider ul li .image-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.43);
  display: block;
  width: 100%;
}
@media (min-width: 500px) {
  #main .hw_slider ul li .image-wrapper {
    height: 70vh;
  }
}
#main .hw_slider ul li .image-wrapper .text-content {
  padding: 25% 5% 10% 5%;
  z-index: 20;
  position: relative;
}
@media (min-width: 500px) {
  #main .hw_slider ul li .image-wrapper .text-content {
    max-width: 700px;
    padding: 0 0 10% 10%;
  }
}
@media (min-width: 1054px) {
  #main .hw_slider ul li .image-wrapper .text-content {
    max-width: 1050px;
  }
}
#main .hw_slider ul li .image-wrapper .text-content h2 {
  color: #fff;
}
@media (min-width: 500px) {
  #main .hw_slider ul li .image-wrapper .text-content h2 {
    font-size: 47px;
  }
}
@media (min-width: 1054px) {
  #main .hw_slider ul li .image-wrapper .text-content h2 {
    font-size: 57px;
  }
}
#main .hw_slider ul li .image-wrapper .text-content p, #main .hw_slider ul li .image-wrapper .text-content li {
  color: #fff;
}
@media (min-width: 500px) {
  #main .hw_slider ul li .image-wrapper .text-content p, #main .hw_slider ul li .image-wrapper .text-content li {
    font-size: 21px;
    max-width: 600px;
    margin: 0;
  }
}
#main .hw_slider ul li .image-wrapper .text-content a {
  margin-top: 20px;
  background: #fff;
  color: #2c2a2a;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 30px;
  border-radius: 2px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
#main .hw_slider ul li .image-wrapper .text-content a:hover {
  background: #fc5bbd;
  color: #fff;
}
#main .hw_slider .flex-control-nav {
  margin: 0;
  padding: 0;
  display: flex;
  position: absolute;
  bottom: 5%;
  left: 5%;
}
@media (min-width: 500px) {
  #main .hw_slider .flex-control-nav {
    bottom: 10%;
    left: 10%;
  }
}
#main .hw_slider .flex-control-nav li a {
  text-indent: -99999px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  margin-right: 5px;
}
@media (min-width: 825px) {
  #main .hw_slider .flex-control-nav li a {
    margin-right: 10px;
  }
}
#main .hw_slider .flex-control-nav li a.flex-active {
  background-color: #fff;
}
#main .hw_slider .flex-direction-nav {
  display: none;
}
.footer {
  background-color: #2c2a2a;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
}
.footer .row .menu-huvudmeny-container ul {
  padding: 0;
  list-style-type: none;
  width: 100%;
  display: flex;
  margin: 0;
}
.footer .row .menu-huvudmeny-container ul li {
  width: 33.333%;
}
.footer .row .menu-huvudmeny-container ul li.current_page_item {
  background: #8851e0;
}
.footer .row .menu-huvudmeny-container ul li:first-child a:before {
  content: "\f279";
}
.footer .row .menu-huvudmeny-container ul li:nth-child(2) a:before {
  content: "\f302";
}
.footer .row .menu-huvudmeny-container ul li:nth-child(3) a:before {
  content: "\f155";
  font-weight: bold;
}
.footer .row .menu-huvudmeny-container ul li a {
  min-height: 75px;
  display: block;
  padding: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  line-height: 30px;
  font-size: 22px;
  font-family: "Font Awesome\ 5 Free";
  position: relative;
  text-indent: -9999px;
}
.footer .row .menu-huvudmeny-container ul li a:before {
  position: absolute;
  text-indent: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body * {
  box-sizing: border-box;
}
#main {
  padding-top: 65px;
  padding-bottom: 65px;
}
@media (min-width: 500px) {
  #main.fixed {
    padding-top: 114px;
  }
}
#main .row {
  max-width: 1240px;
}
.single-hw_places .locations-wrapper {
  position: relative;
}
.single-hw_places .locations-wrapper .image-wrapper {
  overflow: hidden;
  height: 700px;
  width: 100vw;
}
.single-hw_places .locations-wrapper .image-wrapper[data-zoom="1"] img {
  transform: scale(4);
  transform-origin: center center;
}
.single-hw_places .locations-wrapper .image-wrapper[data-zoom="2"] img {
  transform: scale(2);
  transform-origin: center center;
}
.single-hw_places .locations-wrapper .image-wrapper[data-zoom="3"] img {
  transform: scale(1);
  transform-origin: center center;
}
.single-hw_places .locations-wrapper .buttons-wrapper {
  position: fixed;
  bottom: 75px;
  left: 0;
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.single-hw_places .locations-wrapper .buttons-wrapper button {
  width: calc(50% - 5px);
  max-width: 250px;
}
.single-hw_places .locations-wrapper .messages-wrapper {
  position: fixed;
  top: 75px;
  left: 0;
  width: 100%;
  padding: 20px;
  justify-content: space-between;
  z-index: 1000;
}
