/*
Theme Name: Energi2
Description:
Theme URI:
Author:
Author URI:
Template: salient
Version: 1.0
*/

#top nav > ul > li > a,
.pull-left-wrap > ul > li > a {
  color: #272727;
}

p {
  line-height: 1.3;
}

.single .heading-title[data-header-style="default_minimal"] .meta-category,
.single .heading-title[data-header-style="default_minimal"] .meta-category a {
  display: none;
}

.single .heading-title[data-header-style="default_minimal"] {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.archive.category .row .col.section-title span {
  display: none;
}

#custom-banner {
  background-color: rgb(245 166 35);
  padding: 10px;
  text-align: center;
  position: relative;
  z-index: 1;
  color: white;
  top: 92px;
}

.input_label {
  display: block;
  position: absolute;
  color: rgb(123 123 123);
  background-color: #fbfbfb;
  pointer-events: none;
  left: 10px;
  top: 17px;
  padding: 5px;

  transition: color 250ms cubic-bezier(0.5, 0, 0, 1) 0s, font-size 250ms 0s,
    transform 250ms 0s, padding 250ms 0s;
}

.input_label.focused {
  background-color: transparent;
  color: rgb(123 123 123);
  font-size: 0.75rem;
  transform: translateY(-0.75rem);
}

.input_input {
  padding: 22px 15px 8px !important;
  height: 55px;
  transition: background 250ms cubic-bezier(0.5, 0, 0, 1) 0s,
    border-color 300ms 0s;
}

#header-outer[data-box-shadow="large"],
body.material[data-hhun="1"]
  #header-outer[data-header-resize="0"][data-box-shadow="large"][data-remove-fixed="0"]:not(
    .transparent
  ):not(.invisible),
body.material[data-hhun="1"]
  #header-outer[data-header-resize="0"][data-box-shadow="large"][data-remove-fixed="1"]:not(
    .transparent
  ) {
  -webkit-box-shadow: 0 3px 45px rgb(0 0 0 / 0%);
  box-shadow: 0 3px 45px rgb(0 0 0 / 0%);
  -webkit-backdrop-filter: saturate(180%) blur(5px);
  backdrop-filter: saturate(180%) blur(5px);
  background-color: hsla(0, 0%, 100%, 0.9);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.ce-bg {
  background: #fbfbfb;
  border: 1px solid #e7e7e7;
  margin-bottom: 20px;
  padding: 10px;
}

.ce-row {
  display: flex;
  flex-wrap: wrap;
}

.ce-column {
  text-align: center;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 1;

  position: relative;
  margin: 10px;
}

@media only screen and (min-width: 960px) {
  .ce-column_1_3 {
    width: 35%;
  }
}

.uppstart {
  display: block;
  width: 100%;
  min-height: 40px;
}

.uppstart-span {
  text-align: left;
  font-size: 10px;
  line-height: 1.5;
  display: none;
}

@media (max-width: 767px) {
  .uppstart-span {
    display: block;
  }
}

.uppstart_label {
  display: block;
  position: absolute;
  margin-top: -35px;
  margin-left: 11px;
  background-color: #f3f3f3;
  color: black;
}

.uppstart_label.focused {
  display: none;
}

.ce-hide,
#avtalslangd {
  display: none;
  visibility: hidden;
}

.grecaptcha-badge {
  visibility: hidden;
}

div.wpcf7 .ajax-loader {
  position: absolute;
  left: 0;
}

.form-img {
  margin: 30px auto;
  max-width: 150px !important;
}

.wpcf7-form p span.dashicons {
  color: #f5a623;
  margin-right: 5px;
}

#top nav > ul > li.current-menu-item.button_solid_color {
  color: black !important;
}

/*
************************************************************
Radio btns
************************************************************
*/

.RadioBtn {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  margin: 0 0.625rem 0.625rem 0;
  position: relative;
}

.RadioBtn input[type="radio"] {
  position: relative;
  display: none;
}

.RadioBtn input[type="radio"] + label {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(243, 243, 243, 0);
  border-radius: 0rem;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0.5rem 0.75rem 0.625rem 0.5rem;
  border-radius: 5px;
}

.RadioBtn input[type="radio"] + label:hover {
  background: rgba(255, 255, 255, 0.6);
}

.RadioBtn input[type="radio"] + label {
  display: inline-block;
}

.RadioBtn input[type="radio"] + label > span {
  display: inline-block;
  height: 1.55rem;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 1.625rem;
  z-index: initial;
}

.RadioBtn input[type="radio"] + label > span::before {
  border-radius: 3px;
  width: 10px;
  height: 10px;
  margin-top: 6px;
  margin-left: 6px;
  opacity: 0;
}

.RadioBtn input[type="radio"] + label > span::after,
.RadioBtn input[type="radio"] + label > span::before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0.0625rem;
}

.RadioBtn input[type="radio"] + label > span::after {
  border: 1px solid #c7c7c7;
  background: #f0f0f0;
  border-radius: 3px;
  height: 20px;
  margin-top: 0;
  width: 20px;
}

.RadioBtn input[type="radio"] + label p {
  color: rgb(51, 51, 51);
  display: inline-block;
  font-size: 16px;
  font-weight: inherit;
  line-height: 1.3;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}

.RadioBtn input[type="radio"]:checked + label > span::before {
  opacity: 1;
  transition: opacity 0.4s ease-out;
  background: #f5a623;
}

.RadioBtn input[type="radio"]:checked + label > span::after {
  border: 1px solid;
  border: 1px solid #f5a623;
  background: transparent;
}

.RadioBtn_g input[type="radio"]:checked + label > span::before {
  background: #4caf50;
}
.RadioBtn_g input[type="radio"]:checked + label > span::after {
  border: 1px solid;
  border: 1px solid #4caf50;
}

.RadioBtn_nordenmix input[type="radio"]:checked + label > span::before {
  background: #2288d3;
}
.RadioBtn_nordenmix input[type="radio"]:checked + label > span::after {
  border: 1px solid;
  border: 1px solid #2288d3;
}

.RadioBtn_3m input[type="radio"]:checked + label > span::before {
  background: #6f50ba;
}
.RadioBtn_3m input[type="radio"]:checked + label > span::after {
  border: 1px solid;
  border: 1px solid #6f50ba;
}

.RadioBtn_6m input[type="radio"]:checked + label > span::before {
  background: #50ba70;
}
.RadioBtn_6m input[type="radio"]:checked + label > span::after {
  border: 1px solid;
  border: 1px solid #50ba70;
}

.RadioBtn_9m input[type="radio"]:checked + label > span::before {
  background: #9850ba;
}
.RadioBtn_9m input[type="radio"]:checked + label > span::after {
  border: 1px solid;
  border: 1px solid #9850ba;
}

.RadioBtn_1y input[type="radio"]:checked + label > span::before {
  background: #5097ba;
}
.RadioBtn_1y input[type="radio"]:checked + label > span::after {
  border: 1px solid;
  border: 1px solid #5097ba;
}

.RadioBtn_2y input[type="radio"]:checked + label > span::before {
  background: #ba508d;
}
.RadioBtn_2y input[type="radio"]:checked + label > span::after {
  border: 1px solid;
  border: 1px solid #ba508d;
}

.RadioBtn_3y input[type="radio"]:checked + label > span::before {
  background: #77ba50;
}
.RadioBtn_3y input[type="radio"]:checked + label > span::after {
  border: 1px solid;
  border: 1px solid #77ba50;
}

.RadioBtn_4y input[type="radio"]:checked + label > span::before {
  background: #ba5550;
}
.RadioBtn_4y input[type="radio"]:checked + label > span::after {
  border: 1px solid;
  border: 1px solid #ba5550;
}

.RadioBtn_5y input[type="radio"]:checked + label > span::before {
  background: #505dba;
}
.RadioBtn_5y input[type="radio"]:checked + label > span::after {
  border: 1px solid;
  border: 1px solid #505dba;
}

.RadioBtn_ap input[type="radio"]:checked + label > span::before {
  background: #68ba50;
}
.RadioBtn_ap input[type="radio"]:checked + label > span::after {
  border: 1px solid;
  border: 1px solid #68ba50;
}

.RadioBtn_sh input[type="radio"]:checked + label > span::before {
  background: #50b3ba;
}
.RadioBtn_sh input[type="radio"]:checked + label > span::after {
  border: 1px solid;
  border: 1px solid #50b3ba;
}

.RadioBtn_bg input[type="radio"]:checked + label > span::before {
  background: #507bba;
}
.RadioBtn_bg input[type="radio"]:checked + label > span::after {
  border: 1px solid;
  border: 1px solid #507bba;
}

.RadioBtn_co input[type="radio"]:checked + label > span::before {
  background: #ba50b3;
}
.RadioBtn_co input[type="radio"]:checked + label > span::after {
  border: 1px solid;
  border: 1px solid #ba50b3;
}

/*
************************************************************
Accept box
************************************************************
*/

.accept_box {
  line-height: 22px;
  font-size: 11px;
  background: #f3f3f3;
  padding: 10px;
  margin-bottom: 20px;
}

.accept_box input,
.radio-box input {
  margin: 0;
  margin-right: 9px;
  font-size: 20px;
}

.accept_box_privat input[type="checkbox"] {
  position: relative;
  display: none;
}

.accept_box_privat label {
  display: inline-block;
  margin-right: 0.9375rem;
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: -20px;
}

.accept_box_content {
  margin-left: -5px;
  color: rgb(51, 51, 51) !important;
}

.accept_box_content span {
  color: rgb(51, 51, 51) !important;
}

.accept_box_privat span.wpcf7-list-item {
  margin: 0;
}

.accept_box_privat label span.checkbox {
  margin-left: 2.1875rem;
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: -1;
}

.accept_box_privat label span.checkbox:after,
.accept_box_privat label span.checkbox:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: -35px;
  top: -14px;
}

.accept_box_privat label span.checkbox:before {
  opacity: 0;
  background: url(checkmark.svg) center no-repeat;
  -webkit-transform: scale(2.5);
  -ms-transform: scale(2.5);
  transform: scale(2.5);
  background-size: 50%;
  transition: 0.25s ease-in;
}

.accept_box_privat label span.checkbox:after {
  position: absolute;
  border: 1px solid rgb(51, 51, 51);
}

.accept_box_privat label span.is-checked:before {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.25s ease-out;
}

.accept_box_privat label {
  max-height: 150px;
  overflow: hidden;
}

.accept_box_privat.expand label {
  max-height: 9999px;
}

.accept_box_privat .fade {
  position: absolute;
  top: 50px;
  left: 0;
  height: 100px;
  width: 100%;
  text-align: center;

  background: -moz-linear-gradient(
    top,
    rgba(243, 243, 243, 0) 0%,
    rgba(243, 243, 243, 1) 65%,
    rgba(243, 243, 243, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(243, 243, 243, 0) 0%,
    rgba(243, 243, 243, 1) 65%,
    rgba(243, 243, 243, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(243, 243, 243, 0) 0%,
    rgba(243, 243, 243, 1) 65%,
    rgba(243, 243, 243, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f3f3f3', endColorstr='#f3f3f3',GradientType=0 );
}

.accept_box_privat .readmore {
  cursor: pointer;
  top: 63px;
  background-color: #f5a623;
  padding: 7px 11px;
  border: none;
  color: #fff;
  transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  width: auto;
  font-weight: 600;
  font-size: 14px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
}

.post-password-required .et_password_protected_form {
  margin: 165px auto;
  max-width: 500px;
}

.et_password_protected_form .et_submit_button {
  border: 0;
  background: #fecf44;
  color: #07073a;
}

#userid {
  display: none;
}
