@charset "UTF-8";
/*
Theme Name: Hamrén Media Theme
Description: Hamrén Media Theme, A childtheme based on the Avada Wordpress Theme
Author: Hamrén Media
Version: 1.0
Template: Avada
*/
.hwcc_cookie_bar {
  max-width: 100vw;
  background: #fff;
  padding: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100000000;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  border-top: 1px solid gray;
  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) {
  .hwcc_cookie_bar {
    display: flex;
  }
}
.hwcc_cookie_bar.read-more {
  display: block !important;
  opacity: 1;
}
.hwcc_cookie_bar.read-more:after {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  content: "";
  z-index: 1;
}
.hwcc_cookie_bar.active {
  opacity: 1;
}
.hwcc_cookie_bar .cookie-bar-inner {
  display: flex;
  font-family: sans-serif;
  font-size: 0.9rem;
  color: black;
  -webkit-font-smoothing: antialiased;
  flex-wrap: wrap;
}
@media (min-width: 500px) {
  .hwcc_cookie_bar .cookie-bar-inner {
    justify-content: space-between;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
    flex-wrap: nowrap;
    font-size: 14px;
    width: 100%;
  }
}
.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-bottom: 15px;
}
@media (min-width: 500px) {
  .hwcc_cookie_bar .cookie-bar-inner .cookie-head {
    margin-right: 15px;
    margin-bottom: 0;
    text-transform: none;
    font-size: 1rem;
    font-weight: normal;
    color: black;
    max-width: 700px;
    margin-right: auto;
  }
}
.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: 0.9rem;
  font-family: sans-serif;
  font-weight: normal;
  display: flex;
  padding: 15px 20px;
  margin-left: auto;
  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) {
  .hwcc_cookie_bar .cookie-bar-inner button {
    cursor: pointer;
    margin-left: 15px;
  }
}
.hwcc_cookie_bar .cookie-bar-inner button.accept_all_cookies {
  background: #274465;
  color: #ffffff;
  flex-shrink: 0;
  font-size: 0.9rem;
  align-items: center;
}
.hwcc_cookie_bar .cookie-bar-inner button.accept_all_cookies:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  padding-right: 5px;
}
.hwcc_cookie_bar .cookie-bar-inner button.accept_all_cookies:hover {
  background: #d67c1f;
  color: #ffffff;
}
.hwcc_cookie_bar .cookie-bar-inner button.cookie_settings {
  flex-shrink: 0;
  /* 			    &:after {
				    content: "\f054";
				    line-height: 17px;
				    display: inline-block;
				    font-family: "Font Awesome 5 Free";
				    padding-left: 5px;
			    } */
}
.hwcc_cookie_bar .cookie-bar-inner button.cookie_settings:hover {
  background: #274465;
  color: #ffffff;
}
.hwcc_cookie_bar .cookie-bar-inner button:hover {
  background: #d67c1f;
  color: #ffffff;
}
.hwcc_cookie_bar .read-more-cookies {
  display: none;
  font-family: sans-serif;
  font-size: 0.9rem;
  -webkit-font-smoothing: antialiased;
  justify-content: space-between;
  width: calc(100% - 40px);
  top: 20px;
  left: 20px;
  background: #fff;
  min-height: 300px;
  z-index: 2000000;
  position: fixed;
  color: #000;
  flex-direction: column;
}
@media (min-width: 500px) {
  .hwcc_cookie_bar .read-more-cookies {
    max-width: 600px;
    left: 50%;
    margin-left: -300px;
    top: 50%;
    margin-top: -150px;
    flex-direction: row;
  }
}
.hwcc_cookie_bar .read-more-cookies.visible {
  display: flex;
}
@media (min-width: 500px) {
  .hwcc_cookie_bar .read-more-cookies .tab-nav {
    min-width: 150px;
    flex-shrink: 0;
  }
}
.hwcc_cookie_bar .read-more-cookies .tab-nav .cookie-button, .hwcc_cookie_bar .read-more-cookies .tab-nav button {
  width: 100%;
  display: block;
  padding: 15px;
  text-align: left;
  background: #e5e2e2;
  border: 0;
  border-bottom: 2px solid #ffffff;
  font-weight: bold;
  font-size: 0.9rem;
  cursor: pointer;
  font-family: sans-serif;
  color: black;
}
.hwcc_cookie_bar .read-more-cookies .tab-nav .cookie-button.active, .hwcc_cookie_bar .read-more-cookies .tab-nav button.active {
  background: #fff;
}
.hwcc_cookie_bar .read-more-cookies .tab-target {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab {
  display: none;
  padding: 20px;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab.active {
  display: block;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0 !important;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab .cookie-info-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab .cookie-info-head input[type="checkbox"] {
  margin-left: auto;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab .cookie-info-head input[type="checkbox"]:disabled {
  cursor: default;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab .cookie-info-head input[type="checkbox"]:disabled + label {
  opacity: 0.6;
  cursor: default;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab .cookie-info-head input[type="checkbox"] + label {
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab .cookie-info {
  max-height: 200px;
  overflow: auto;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab table {
  margin-top: 10px;
  width: 100%;
  text-align: left;
  font-family: sans-serif;
  color: black;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab table tr td {
  padding: 5px 0;
  border-bottom: 1px solid lightgray;
  font-size: 0.9rem;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .tab table th {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 0.9rem;
  padding: 5px 0;
  border-bottom: 1px solid lightgray;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .buttons-wrapper {
  text-align: right;
  padding: 20px;
  margin-top: auto;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .buttons-wrapper button {
  border: 0;
  padding: 15px 20px;
  cursor: pointer;
  margin-top: 10px;
  background: #274465;
  flex-shrink: 0;
  font-size: 0.9rem;
  color: #ffffff;
  font-weight: normal;
  font-family: sans-serif !important;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .buttons-wrapper button:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  padding-right: 5px;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .buttons-wrapper button:hover {
  background: #d67c1f;
  color: #ffffff;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .buttons-wrapper button#save_cookie_option {
  background: #e5e2e2;
  color: black;
  font-family: sans-serif !important;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .buttons-wrapper button#save_cookie_option:before {
  display: none;
}
.hwcc_cookie_bar .read-more-cookies .tab-target .buttons-wrapper button#save_cookie_option:hover {
  background: #274465;
  color: #ffffff;
}
.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;
  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: "";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  position: absolute;
  top: 1px;
  left: 2px;
  font-size: 13px;
  font-weight: bold;
}
.cookie-consent .cookie_settings {
  /* @include button(); */
  padding: 9px 20px;
  border: 0;
}
.cookie-bar-active-blocker {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  z-index: 100000000;
  -webkit-font-smoothing: antialiased;
  background: rgba(0, 0, 0, 0.5);
  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;
}
.cookie-bar-active-blocker.active {
  opacity: 1;
}
