@charset "UTF-8";
/* VARiABLES */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
.lpiv-bg-service-boxes {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media all and (max-width: 1000px) {
  .lpiv-bg-service-boxes {
    flex-direction: column;
  }
}

.lpiv-bg-sb-box-wrap {
  background-color: #ece4de;
  flex-direction: column;
  width: 45%;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 20px;
  transition: all 0.5s;
}
@media all and (max-width: 1000px) {
  .lpiv-bg-sb-box-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.lpiv-bg-sb-box-wrap img {
  width: 80px;
}

.lpiv-bg-guideline-title {
  font-weight: 600;
  margin-top: 10px;
}

.lpiv-bg-sb-title {
  font-family: "Franklin-Gothic-Demi-Cond";
  color: #505050 !important;
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}

.lpiv-bg-sb-text {
  text-align: center;
}

.lpiv-bg-button {
  padding: 10px 25px;
  color: black;
  background-color: white;
  border-radius: 10px;
  font-family: "Franklin-Gothic-Demi-Cond";
  margin-top: 10px;
  font-size: 20px;
}

.lpiv-bg-button-a {
  text-decoration: none !important;
}
.lpiv-bg-button-a:hover {
  text-decoration: none !important;
}

.lpiv-bg-title-header {
  display: flex;
  align-items: center;
}

.lpiv-bg-logo-wrap img {
  width: 120px;
}

.lpiv-bg-content {
  margin-left: 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.bg-top-menu {
  width: 460px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media all and (max-width: 700px) {
  .bg-top-menu {
    flex-direction: column;
  }
  .bg-top-menu .tivala-green-inline-button {
    width: 40%;
  }
}

.bg-top-menu-button {
  margin-bottom: 20px;
  width: 220px;
  cursor: pointer;
  font-family: "Open Sans";
  color: white !important;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  background-color: #6f3f0f;
  padding: 10px 30px;
  text-decoration: none;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 0px;
}
.bg-top-menu-button:hover {
  text-decoration: none;
  opacity: 0.9;
  transition: all 0.5s;
}
.bg-top-menu-button:hover .fas {
  color: white;
  transform: translateX(10px);
  transition: all 0.5s;
}
.bg-top-menu-button .fas {
  color: white;
  transform: translateX(0px);
  transition: all 0.5s;
  margin-left: 3px;
}

h3 {
  color: #2b2b2b !important;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  line-height: 37px !important;
}

h2 {
  font-weight: 600 !important;
  font-style: normal !important;
  font-size: 28px !important;
  line-height: 37px !important;
  color: #505050 !important;
}

.lpiv-info-box {
  padding: 10px 50px 10px 10px;
  background: rgba(110, 108, 35, 0.1803921569);
  border-left: 5px solid #6e6c23;
  display: inline-block;
  margin-bottom: 15px;
}

.lpiv-link {
  padding: 10px;
  background-color: #6e6c23;
  color: white !important;
  margin-top: 20px;
  display: inline-block;
  border-radius: 3px;
}

.lpiv-big-title {
  font-weight: 600;
  font-style: normal;
  font-size: 25px;
  line-height: 25px;
  color: #505050;
  padding-bottom: 20px;
}

.lpiv-green-button {
  display: inline-block;
  background-color: #6e6c23;
  transition: all 0.3s;
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 5px;
  color: white !important;
  text-decoration: none !important;
}

.lpiv-green-button .fas {
  padding-left: 10px;
}

.lpiv-green-button:hover {
  background-color: rgb(148, 146, 59);
  color: white !important;
  text-decoration: none !important;
}

/* MOBILE MENU */
.main-menu-icon {
  font-size: 20px;
  cursor: pointer;
}

#main-mobile-menu {
  display: none;
  padding-right: 20px;
  padding-left: 10px;
  color: white;
}
@media all and (max-width: 900px) {
  #main-mobile-menu {
    display: block;
  }
}

/* MOBILE MENU FLAP */
.tivala-mobile-menu-flap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tivala-mmf-inner {
  display: none;
  position: absolute;
  width: 80%;
  background: #F2EDE9;
  z-index: 1000;
  border-top: 3px solid #94923b;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.main-mobile-navigation {
  padding: 20px;
}

.main-mobile-navigation li {
  display: block;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  list-style: none;
}

.main-mobile-navigation a {
  text-decoration: none;
  color: #666;
  display: list-item;
  padding: 10px 5%;
}

body .main-mobile-navigation .menu-item-has-children > a {
  background-color: rgba(0, 0, 0, 0.03);
  font-weight: bold;
}

body .main-mobile-navigation .current-menu-item a {
  color: #94923b;
}

.current-menu-parent > a {
  color: #94923b;
}

.menu-item-has-children > a {
  pointer-events: none;
}

body .main-mobile-navigation .menu-item-has-children .sub-menu {
  padding-left: 5%;
}

/* CHECKBOX */
/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #c1c1c1;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #666633;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* CHECKMARK NEW */
.lpiv-checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.lpiv-checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #c1c1c1;
}

/* On mouse-over, add a grey background color */
.lpiv-checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.lpiv-checkbox-container input:checked ~ .checkmark {
  background-color: #666633;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.lpiv-checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.lpiv-checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ADMIN BAR */
#wpadminbar a {
  color: white !important;
}

/* UPLOAD BUTTONS */
.lpiv-custom-button-upload {
  background-color: #666633;
  padding: 5px 20px 5px 20px;
  cursor: pointer;
  display: inline-block;
  color: white !important;
  margin-bottom: 10px;
}

.lpiv-custom-button-upload:hover {
  background-color: #827c34;
  text-decoration: none !important;
}

/* */
.widget-title {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 25px !important;
  font-size: 25px;
  font-style: normal;
  color: #000000 !important;
  padding: 0px !important;
  font-weight: 600 !important;
}

.white-link {
  color: #eee !important;
}

.nominate-inputs-wrap label {
  display: block;
}

#nominate-button {
  margin-top: 20px;
}

#nominate-textarea {
  margin-top: 20px;
  padding-top: 10px;
  width: 60%;
  display: block;
}

.forms-radio {
  display: inline-block;
}

.radio-explanation {
  font-style: italic;
  margin-bottom: 10px;
}

.forms-textarea {
  margin-top: 10px;
  max-width: 500px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.forms-wrap-button-next {
  margin-top: 10px;
}

.forms-outer-wrap h3 {
  color: #676761;
  margin: 0px;
}

.forms-outer-wrap h1,
h2,
h3,
h4 {
  margin: 0px;
}

.forms-person {
  margin-top: 30px;
}

.forms-outer-wrap {
  margin-top: 27px;
}

/* Reframe 2018 */
#q8-conditional input {
  display: block;
  margin-top: 10px;
}

.form-reframe-2018 label {
  display: block;
  color: #676761;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.5em;
  padding-bottom: 5px;
  font-family: "Open Sans", sans-serif;
}

.form-reframe-2018 input[type=radio] {
  margin-right: 20px;
}

.form-reframe-2018-bottom-area {
  margin-top: 20px;
}

.form-reframe-2018-checkbox-wrap {
  margin-top: 20px;
}

.form-reframe-description {
  max-width: 800px;
}

.form-reframe-span {
  margin-right: 5px;
}

.form-reframe-2018-question {
  margin-bottom: 20px;
}

.form-reframe-2018-sponsor-wrap {
  padding: 50px;
  text-align: center;
  background-color: #f3f3f3;
  margin-top: 30px;
}

p.form-reframe-2018-terms {
  font-style: italic;
}

.form-reframe-2018-sponsor-bottom {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.form-reframe-2018-sponsor-bottom h4 {
  line-height: 1.5em;
  margin-bottom: 20px;
}

.form-reframe-2018 {
  margin-top: 20px;
}

.form-reframe-2018-top-area h4 {
  line-height: 1.5em;
}

/********* GENERIC ********/
.lpiv-good-info {
  border-left: 5px solid #6e6c23;
  background: rgba(110, 108, 35, 0.1803921569);
  padding: 20px;
  width: 100%;
  margin: 10px 0px 10px 0px;
}

.lpiv-medium-title {
  margin: 0px;
  padding: 0px;
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 20px;
}

.lpiv-normal-text {
  font-size: 13px;
  line-height: 27px;
}

.lpiv-white-link {
  color: white !important;
}

.lpiv-content {
  max-width: 1400px;
  padding-top: 80px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

.lpiv-clean-text {
  margin: 0px !important;
  white-space: normal;
  padding: 0px !important;
  font-size: 17px !important;
  line-height: 27px;
  width: 100%;
}

.lpiv-logistics-right p {
  line-height: 22px;
  font-size: 13px !important;
}

/********* FRONTPAGE ********/
.lpiv-frontpage-row-2-content-matverk {
  display: none !important;
}

.lpiv-membership-deals {
  border-bottom: 0px !important;
}

.lpiv-news-box {
  width: 33%;
  width: 33.3333333333%;
  padding-right: 40px;
}

.lpiv-news-box-last {
  width: 33%;
  width: 33.3333333333%;
}

.lpiv-news-content {
  padding-bottom: 20px;
}

.lpiv-content-row {
  max-width: 1400px;
  padding-top: 40px;
  padding-bottom: 80px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 700px) {
  .lpiv-content-row {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.lpiv-content-row h2 {
  line-height: 37px !important;
}

.lpiv-content-row-top {
  max-width: 1400px;
  padding-top: 80px !important;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -200px;
  z-index: 999;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media all and (max-width: 1100px) {
  .lpiv-content-row-top {
    flex-direction: column;
  }
}
@media all and (max-width: 700px) {
  .lpiv-content-row-top {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px !important;
    margin-top: -120px !important;
  }
}

.lpiv-frontpage-content-wrap p {
  color: black;
  text-align: left;
}

.lpiv-frontpage-row-1-content-1 {
  display: inline-block;
  width: 35%;
  min-height: 700px;
  vertical-align: top;
  background: #E6E5D8;
  padding: 50px;
  border-radius: 30px;
  position: relative;
  justify-content: space-evenly;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12), 0px 0px 0px rgba(0, 0, 0, 0.24);
}
.lpiv-frontpage-row-1-content-1 .lpiv-frontpage-vision {
  padding: 20px;
  background: #e1e0d7;
  border-radius: 30px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .lpiv-frontpage-row-1-content-1 {
    height: 700px;
  }
  .lpiv-frontpage-row-1-content-1 p {
    width: 100%;
  }
}
@media all and (max-width: 1100px) {
  .lpiv-frontpage-row-1-content-1 {
    width: 100%;
    min-height: unset;
    background: #F2EDE9;
    padding: 30px;
  }
}

.lpiv-frontpage-row-1-content-2 {
  display: inline-block;
  width: 33%;
  min-height: 550px;
  vertical-align: top;
  background: #F2EDE9;
  margin-top: 80px;
  padding: 50px;
  border-radius: 30px;
  position: relative;
  padding-left: 60px !important;
  margin-left: -30px;
  z-index: -999;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12), 0px 0px 0px rgba(0, 0, 0, 0.24);
}
@media all and (max-width: 1100px) {
  .lpiv-frontpage-row-1-content-2 {
    width: 100%;
    min-height: unset;
    margin-left: 0px;
    margin-top: 40px;
    padding: 30px;
    padding-left: 30px !important;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .lpiv-frontpage-row-1-content-2 {
    height: 550px;
  }
}

.lpiv-frontpage-row-1-content-3 {
  display: inline-block;
  width: 33%;
  min-height: 550px;
  vertical-align: top;
  white-space: nowrap;
  background: #F2EDE9;
  margin-top: 80px;
  padding: 50px;
  border-radius: 30px;
  position: relative;
  padding-right: 60px !important;
  margin-right: -30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12), 0px 0px 0px rgba(0, 0, 0, 0.24);
}
@media all and (max-width: 1100px) {
  .lpiv-frontpage-row-1-content-3 {
    width: 100%;
    min-height: unset;
    order: 1;
    margin-right: 0px;
    padding-right: 30px !important;
    margin-top: 40px;
    padding: 30px;
    padding-right: 30px !important;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .lpiv-frontpage-row-1-content-3 {
    height: 550px;
  }
}

.lpiv-box-outer-img {
  text-align: center;
}
.lpiv-box-outer-img img {
  width: 35%;
  opacity: 0.1;
}

/********* FRONTPAGE MAP ********/
.lpiv-frontpage-title {
  margin-bottom: 50px;
}
.lpiv-frontpage-title .lpiv-frontpage-bg {
  background: url("/wp-content/uploads/icons/paint-stroke.png");
  background-repeat: no-repeat;
  height: 100px;
  background: contain;
  background-size: contain;
  background-position: center;
}
.lpiv-frontpage-title h2 {
  text-align: center;
  top: 37px;
  position: relative;
}

.lpiv-find-products-wrapper {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1200px) {
  .lpiv-find-products-wrapper {
    flex-direction: column;
  }
}

.lpiv-find-products-content {
  border-radius: 30px;
  padding: 30px;
  width: 48%;
  background-color: #F2EDE9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12), 0px 0px 0px rgba(0, 0, 0, 0.24);
}
@media all and (max-width: 1200px) {
  .lpiv-find-products-content {
    width: 100%;
  }
}

.lpiv-find-products-text {
  width: 100%;
}

.lpiv-find-products-map {
  width: 48%;
  transition-duration: 0.3s;
}
@media all and (max-width: 1200px) {
  .lpiv-find-products-map {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 80px;
  }
  .lpiv-find-products-map img {
    width: 60%;
  }
}
@media all and (max-width: 700px) {
  .lpiv-find-products-map img {
    width: 100%;
    height: 100%;
  }
}

.lpiv-find-products-map:hover {
  transform: scale(1.015);
}

.lpiv-map-btns {
  width: 100%;
}

.lpiv-map-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  grid-auto-rows: minmax(120px, auto);
  padding-bottom: 60px;
  padding-top: 60px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .lpiv-map-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media all and (max-width: 700px) {
  .lpiv-map-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.lpiv-map-grid a:hover {
  text-decoration: none !important;
}

.lpiv-map-grid-item {
  transition: all 0.2s;
  transition-duration: 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  padding-bottom: 25px;
}
.lpiv-map-grid-item .lpiv-map-grid-icon {
  display: flex;
  justify-content: center;
  color: #6E6C23;
  background: #FFFBF8;
  border-radius: 999px;
  padding: 20px;
  border: 4px solid #6E6C23;
  width: 87px;
  height: 87px;
}
.lpiv-map-grid-item .lpiv-map-grid-icon img {
  transform: scale(1.3);
  filter: invert(40%) sepia(41%) saturate(637%) hue-rotate(20deg) brightness(92%) contrast(92%);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .lpiv-map-grid-item .lpiv-map-grid-icon img {
    width: 50.7px;
    height: 50.7px;
  }
}
.lpiv-map-grid-item .active {
  color: #FFFBF8;
  background: #6E6C23;
}
.lpiv-map-grid-item .active img {
  filter: invert(1);
}
.lpiv-map-grid-item .lpiv-map-grid-title {
  text-align: center;
  font-weight: bold;
  font-size: 14px !important;
  line-height: 27px;
  color: #676761;
  padding-top: 10px;
}

.lpiv-map-grid-item:hover {
  transform: scale(1.05);
}

/********* FRONTPAGE SMAKA PÅ VÄSTSVERIGE ********/
.lpiv-vs-flash-wrapper {
  width: 100%;
  background-color: #EFEFE2;
  border-radius: 30px;
  padding: 50px;
  display: flex;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12), 0px 0px 0px rgba(0, 0, 0, 0.24);
}
@media all and (max-width: 1200px) {
  .lpiv-vs-flash-wrapper {
    display: flex;
    flex-direction: column;
    padding: 30px;
  }
}
.lpiv-vs-flash-wrapper .lpiv-vs-flash-logo {
  width: 33%;
  background-image: url(/wp-content/uploads/logos/spv-rund.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media all and (max-width: 1200px) {
  .lpiv-vs-flash-wrapper .lpiv-vs-flash-logo {
    height: 200px;
    width: 100%;
    margin-bottom: 50px;
  }
}
.lpiv-vs-flash-wrapper .lpiv-vs-flash-content {
  width: 33%;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 1200px) {
  .lpiv-vs-flash-wrapper .lpiv-vs-flash-content {
    align-items: center;
    width: 100%;
  }
  .lpiv-vs-flash-wrapper .lpiv-vs-flash-content h2 {
    text-align: center;
  }
}
.lpiv-vs-flash-wrapper .lpiv-vs-flash-img {
  width: 33%;
  display: flex;
  justify-content: center;
  opacity: 0.3;
}
@media all and (max-width: 1200px) {
  .lpiv-vs-flash-wrapper .lpiv-vs-flash-img {
    display: none;
  }
}
.lpiv-vs-flash-wrapper .lpiv-vs-flash-img img {
  position: relative;
  width: 88%;
  top: 50px;
}

.lpiv-about-us-flash-wrapper {
  width: 100%;
  background-color: #EFEFE2;
  border-radius: 30px;
  padding: 50px;
  display: flex;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12), 0px 0px 0px rgba(0, 0, 0, 0.24);
}
@media all and (max-width: 1200px) {
  .lpiv-about-us-flash-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.lpiv-about-us-flash-wrapper .lpiv-about-us-flash-logo {
  width: 33%;
  background-image: url(/wp-content/uploads/logos/spv-rund.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media all and (max-width: 1200px) {
  .lpiv-about-us-flash-wrapper .lpiv-about-us-flash-logo {
    height: 200px;
    width: 100%;
    margin-bottom: 50px;
  }
}
.lpiv-about-us-flash-wrapper .lpiv-about-us-flash-content {
  width: 70%;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 1200px) {
  .lpiv-about-us-flash-wrapper .lpiv-about-us-flash-content {
    align-items: center;
    width: 100%;
  }
  .lpiv-about-us-flash-wrapper .lpiv-about-us-flash-content h2 {
    text-align: center;
  }
}
.lpiv-about-us-flash-wrapper .lpiv-about-us-flash-img {
  display: flex;
  justify-content: center;
  opacity: 0.3;
  width: 50%;
}
@media all and (max-width: 1200px) {
  .lpiv-about-us-flash-wrapper .lpiv-about-us-flash-img {
    display: none;
  }
}
.lpiv-about-us-flash-wrapper .lpiv-about-us-flash-img img {
  position: relative;
  height: 260px;
  object-fit: cover;
  top: 55px;
}
.lpiv-about-us-flash-wrapper .lpiv-about-us-link-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 560px;
}
.lpiv-about-us-flash-wrapper .lpiv-about-us-link-wrap .lpiv-read-more-link {
  margin-right: 25px;
}
@media all and (max-width: 1200px) {
  .lpiv-about-us-flash-wrapper .lpiv-about-us-link-wrap {
    width: 100%;
  }
}
@media all and (max-width: 650px) {
  .lpiv-about-us-flash-wrapper .lpiv-about-us-link-wrap {
    justify-content: center;
    width: 100%;
  }
  .lpiv-about-us-flash-wrapper .lpiv-about-us-link-wrap .lpiv-read-more-link {
    margin-right: 0px !important;
  }
}

.lpiv-about-us-voices-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lpiv-about-us-voices-item {
  width: 48%;
  height: 325px;
  border-radius: 30px;
  background-color: #F2EDE9;
  margin-bottom: 40px;
  display: flex;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12), 0px 0px 0px rgba(0, 0, 0, 0.24);
}
@media (max-width: 1350px) {
  .lpiv-about-us-voices-item {
    height: 370px;
  }
}
@media (max-width: 1150px) {
  .lpiv-about-us-voices-item {
    height: 450px;
  }
}
@media (max-width: 900px) {
  .lpiv-about-us-voices-item {
    width: 100%;
    height: 670px;
    flex-direction: column;
  }
}
.lpiv-about-us-voices-item .lpiv-about-us-voices-content-image-wrap {
  width: 30%;
  height: 100%;
  background: #ebe7e4;
  border-radius: 30px 0px 0px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 900px) {
  .lpiv-about-us-voices-item .lpiv-about-us-voices-content-image-wrap {
    width: 100%;
    height: 268px;
    border-radius: 30px 30px 0px 0px !important;
  }
}
.lpiv-about-us-voices-item .lpiv-about-us-voices-content-image {
  background: url("/wp-content/uploads/producers/dovayrt9aoebwlu.jpg");
  width: 100%;
  height: 100%;
  border-radius: 30px 0px 0px 30px;
  background-size: cover !important;
  background-position: center !important;
}
@media (max-width: 900px) {
  .lpiv-about-us-voices-item .lpiv-about-us-voices-content-image {
    border-radius: 30px 30px 0px 0px;
  }
}
.lpiv-about-us-voices-item .lpiv-about-us-voices-content-wrap {
  display: flex;
  flex-direction: column;
  width: 70%;
  padding: 20px;
}
@media (max-width: 900px) {
  .lpiv-about-us-voices-item .lpiv-about-us-voices-content-wrap {
    width: 100%;
  }
}
.lpiv-about-us-voices-item .lpiv-about-us-voices-name {
  font-weight: bold;
}
.lpiv-about-us-voices-item .lpiv-about-us-voices-title {
  font-style: italic;
}

/********* MEMBERSHIP BENEFITS *********/
.lpiv-about-mb-flash-wrapper {
  width: 100%;
  background-color: #EFEFE2;
  border-radius: 30px;
  padding: 50px;
  display: flex;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12), 0px 0px 0px rgba(0, 0, 0, 0.24);
}
@media all and (max-width: 1200px) {
  .lpiv-about-mb-flash-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.lpiv-about-mb-flash-wrapper .lpiv-about-mb-flash-content {
  width: 70%;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 1200px) {
  .lpiv-about-mb-flash-wrapper .lpiv-about-mb-flash-content {
    align-items: center;
    width: 100%;
  }
  .lpiv-about-mb-flash-wrapper .lpiv-about-mb-flash-content h2 {
    text-align: center;
  }
}
.lpiv-about-mb-flash-wrapper .lpiv-about-mb-link-wrap {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
}
.lpiv-about-mb-flash-wrapper .lpiv-about-mb-link-wrap .lpiv-read-more-link {
  margin-right: 25px;
  width: 235px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 1200px) {
  .lpiv-about-mb-flash-wrapper .lpiv-about-mb-link-wrap {
    width: 100%;
    justify-content: center;
  }
}
@media all and (max-width: 650px) {
  .lpiv-about-mb-flash-wrapper .lpiv-about-mb-link-wrap {
    justify-content: center;
    width: 100%;
  }
  .lpiv-about-mb-flash-wrapper .lpiv-about-mb-link-wrap .lpiv-read-more-link {
    margin-right: 0px !important;
  }
}

/********* FRONTPAGE PROJECTS ********/
.lpiv-projects-wrapper {
  display: flex;
  justify-content: space-between;
}

.lpiv-project-item-wrap {
  background: #F9F7F6;
  border-radius: 30px;
  height: 400px;
  transition-duration: 0.3s;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12), 0px 0px 0px rgba(0, 0, 0, 0.24);
}
.lpiv-project-item-wrap .lpiv-project-item-featured-bg {
  border-radius: 30px 30px 0px 0px;
  height: 45%;
  width: 100%;
  background: #F2EDE9;
}
.lpiv-project-item-wrap .lpiv-project-item-featured-logo {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  background-origin: content-box;
  padding: 20px;
}
.lpiv-project-item-wrap .lpiv-project-item-content {
  padding: 30px;
}
.lpiv-project-item-wrap .lpiv-project-item-content .lpiv-project-item-content-title {
  font-weight: bold;
}

.lpiv-project-item-wrap:hover {
  transform: scale(1.05);
}

/********* FRONTPAGE NEWS ********/
#lpiv-frontpage-news-wrap {
  max-width: 1400px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

#lpiv-frontpage-news-wrap-outer {
  background-color: #efefef;
}

#lpiv-frontpage-news-wrap-spacer {
  padding-left: 20px;
  padding-right: 20px;
}

/********* FRONTPAGE SLIDER ********/
.lpiv-frontpage-row-3-inner {
  max-width: 1400px;
  padding-left: 40px;
  padding-right: 40px;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
}

.lpiv-frontpage-row-3 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.lpiv-header-slider {
  width: 100%;
}

.lpiv-header-slider-content {
  height: 550px;
  background-size: cover !important;
  background-position-y: 70% !important;
  background: url("/wp-content/uploads/2016/08/header_8.jpg");
}
@media (max-width: 900px) {
  .lpiv-header-slider-content {
    height: 350px !important;
  }
}

/********* FOOTER PARTNERS ********/
.lpiv-footer-partners-box img {
  max-height: 170px;
  max-width: 100%;
}

/********* FOOTER ********/
.lpiv-footer-climate-logo {
  max-height: 150px;
}

.lpiv-footer-box-middle {
  padding: 0 20px 0 20px;
}

.lpiv-footer-newsletter-link {
  font-family: "Open Sans" !important;
  background-color: transparent !important;
  border: 2px solid white !important;
  border-radius: 0px !important;
  height: auto !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  margin-top: 20px;
  color: white !important;
}

.lpiv-footer-box-top h4 {
  padding-bottom: 20px;
}

.lpiv-footer-newsletter-link:hover {
  background-color: #5a5a5a !important;
}

.lpiv-footer-box-top .lpiv-footer-newsletter-link {
  text-decoration: none !important;
}

/********* FOOTER EVENTS ********/
.lpiv-event-footer-outer {
  display: flex;
}

.lpiv-event-date-wrapper {
  padding: 20px;
  border: 1px solid white;
  min-width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lpiv-event-wrapper {
  padding-left: 20px;
}

.lpiv-event-date-day {
  font-size: 30px;
}

.lpiv-event-link {
  text-decoration: none !important;
}

.lpiv-event-title h4 {
  line-height: 1.2em;
}

.lpiv-event-spacer {
  height: 20px;
}

.lpiv-read-more-link {
  transition: all 0.3s;
  margin-top: 20px;
  background-color: rgb(148, 146, 59);
  padding: 10px 20px;
  border-radius: 10px;
  color: white !important;
  text-decoration: none !important;
  text-align: center;
  width: 180px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lpiv-read-more-link .fas {
  padding-left: 5px;
}
.lpiv-read-more-link svg {
  padding-left: 8px;
}

.lpiv-read-more-link:hover {
  background-color: #6e6c23;
  color: white !important;
  text-decoration: none !important;
}

/********* ALL EVENTS ********/
.lpiv-event-button {
  border-radius: 25px;
  border: 3px solid #6e6c23 !important;
  color: #6e6c23 !important;
  overflow: hidden;
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 15px 75px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.lpiv-event-button:hover {
  background: #6e6c23;
  color: white !important;
}

.lpiv-all-events-box-outer a:hover {
  text-decoration: none !important;
}

.lpiv-all-events-box p {
  margin: 0px !important;
  padding: 0px;
}

.lpiv-all-events-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lpiv-all-events-box-outer {
  width: 32%;
  margin-bottom: 20px;
}

.lpiv-all-events-box {
  transition: all 0.5s;
  opacity: 1;
}

.lpiv-all-events-box:hover {
  transition: all 0.5s;
  opacity: 0.7;
}

.lpiv-all-events-featured-image {
  overflow: hidden;
  height: 267px;
  background-size: cover;
  background-repeat: no-repeat;
}

.lpiv-all-events-info-wrap {
  display: flex;
  padding: 20px;
  background-color: #f5f5f5;
  min-height: 110px;
  justify-content: space-between;
}

.lpiv-all-events-meta {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

.lpiv-all-events-meta-inner {
  display: inline-block;
}

.lpiv-event-date-month {
  font-size: 20px;
}

.lpiv-all-events-title h2,
.lpiv-event-start-date,
.lpiv-event-end-date {
  line-height: 30px !important;
  font-size: 16px !important;
  padding: 0px !important;
  margin: 0px !important;
}

.lpiv-all-events-box-outer a {
  text-decoration: none !important;
}

@media (max-width: 1100px) {
  .lpiv-all-events-box-outer {
    width: 48%;
  }
}
@media (max-width: 800px) {
  .lpiv-all-events-box-outer {
    width: 100%;
  }
}
/********* ARCHIVE CHALLENGES ********/
.lpiv-challenge-logo {
  width: 130px;
  float: left;
  margin-right: 20px;
}

.lpiv-challenge-article-title {
  margin-bottom: 20px;
}

.lpiv-challenge-box-outer {
  width: 70%;
  margin-bottom: 20px;
}

.lpiv-challenge-content {
  margin-top: 80px;
}

.lpiv-challenge-box-outer a {
  text-decoration: none !important;
}

.lpiv-challenge-box {
  transition: all 0.5s;
  background-color: #f5f5f5;
}

.lpiv-challenge-box:hover {
  transition: all 0.5s;
  background-color: #d8d8d8;
}

.lpiv-challenge-info-wrap {
  display: flex;
  padding-top: 20px;
  padding-right: 20px;
  min-height: 110px;
}

@media (max-width: 1300px) {
  .lpiv-challenge-box-outer {
    width: 100%;
  }
}
/********* SITEWIDE **************/
/********* GEODIRECTORY **************/
.geodir-bubble-meta-side p,
.geodir-bubble-meta-side span {
  color: black !important;
}

#geodir_post_desc_row label {
  display: none;
}

#geodir_claimed_row {
  display: none;
}

#geodir_post_title_row {
  display: none;
}

.customize_filter-in {
  display: block !important;
}

.showFilters {
  display: none !important;
}

.geodir-advance-search {
  display: none !important;
}

/*.customize_filter span {
display:none !important;
}*/
.page-id-1058 .geodir-filter-container {
  display: none !important;
}

.page-id-3287 #geodir_content {
  width: 70%;
  margin-left: 14%;
}

.page-id-3287 .mce-statusbar .mce-container-body {
  display: none;
}

.geodir-tags {
  display: none;
}

div#geodir_post_country_row {
  display: none;
}

.geodir_location_add_listing_city_chosen_container label {
  visibility: hidden;
}

.geodir_location_add_listing_city_chosen_container:before {
  content: "Stad";
  font-size: 14px;
  visibility: visible;
}

div#geodir_post_tags_row {
  padding-top: 10px;
}

div#geodir_post_mapview_row {
  display: none;
}

.geodir_location_add_listing_region_chosen_div {
  width: 42% !important;
}

.page-od-2200 .geodir-common {
  width: 100% !important;
}

@media only screen and (max-width: 980px), (min-device-width: 601px) and (max-device-width: 980px) {
  .entry-content {
    padding: 0px !important;
  }
  section.entry-content {
    padding: 0px !important;
  }
}
/********* SITEWIDE **************/
@font-face {
  font-family: "codropsicons";
  src: url("./fonts/codropsicons/codropsicons.eot");
  src: url("./fonts/codropsicons/codropsicons.eot?#iefix") format("embedded-opentype"), url("./fonts/codropsicons/codropsicons.woff") format("woff"), url("./fonts/codropsicons/codropsicons.ttf") format("truetype"), url("./fonts/codropsicons/codropsicons.svg#codropsicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("./fonts/icomoon/icomoon.eot");
  src: url("./fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("./fonts/icomoon/icomoon.woff") format("woff"), url("./fonts/icomoon/icomoon.ttf") format("truetype"), url("./fonts/icomoon/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lpiv-header-view-1 {
  position: relative;
}

.lpiv-header-view-2 {
  position: absolute;
  top: 8%;
  left: 0;
  z-index: 2;
}

.lpiv-header-view-3 {
  position: absolute;
  top: 3%;
  right: 3%;
}

/* NAVIGATION */
/* NAVIGATION -> HEADERMENU */
.header nav ul li:first-child a {
  padding-left: 20px !important;
}

.lpiv-navigation li a {
  font-size: 16px !important;
  border-bottom: 0 !important;
  color: white !important;
  text-decoration: none !important;
  font-weight: bold;
  outline: none;
}

#mobile-navigation-left {
  background-color: #666633 !important;
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.lpiv-navigation {
  text-align: right !important;
  margin: auto !important;
}
@media all and (max-width: 900px) {
  .lpiv-navigation {
    display: none;
  }
}

/* NAVIGATION -> LPIV-CLEAN-NAVIGATION */
.lpiv-header-clean-wrap {
  position: relative;
}

.lpiv-header-clean-navigation {
  width: 100%;
}

.lpiv-clean-navigation {
  list-style-type: none !important;
  padding: 0px !important;
  margin: 0px;
}

.lpiv-clean-navigation .menu-item {
  display: inline-block !important;
}

.lpiv-clean-navigation .menu-item a {
  display: inline-block !important;
  padding: 10px;
  background-color: transparent;
  transition: background-color 0.5s;
  text-decoration: none !important;
  font-size: 15px !important;
}

.lpiv-clean-navigation .menu-item a:hover {
  background-color: #ecece3;
  transition: all 0.5s;
}

.lpiv-header-clean-nav-flex {
  max-width: 1400px;
  padding: 25px 40px 25px 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: flex-end;
}

.lpiv-header-clean-logo-wrap {
  position: absolute;
  top: 10px;
}

/* */
.lpiv-frontpage-content-wrap div {
  background-color: white;
}

@font-face {
  font-family: Tivala Regulara;
  src: url("fonts/berthold.otf");
}
@font-face {
  font-family: Tivala Lighta;
  src: url("fonts/berthold-light.otf");
}
@font-face {
  font-family: Tivala Bolda;
  src: url("fonts/berthold-bold.otf");
}
.lpiv-frontpage-row-2-content {
  width: 24%;
  display: inline-block;
}

.lpiv-frontpage-row-2-content img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

button {
  border-radius: 0px !important;
}

.lpiv-box-outer {
  max-width: 470px;
  flex: 1;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .lpiv-box-outer {
    width: 100%;
    flex: 1 1 auto;
    margin-bottom: 40px;
  }
}

.lpiv-box-content {
  display: inline-block;
}

.lpiv-frontpage-row-2-content {
  width: 370px;
  padding-left: 30px;
  padding-right: 30px;
}

.lpiv-frontpage-row-2-inner {
  max-width: 1260px;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lpiv-frontpage-row-3-inner {
  max-width: 1260px;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
}

.lpiv-footer {
  margin: 0 auto;
  background-color: rgb(45, 45, 45);
}

.tivala-brand-footer {
  display: flex;
  justify-content: space-between;
  color: #ababab;
  margin-top: 50px;
}

.tivala-brand-footer a {
  font-weight: 700;
  color: #ababab !important;
}

.lpiv-footer-inner {
  display: flex;
  justify-content: space-between;
}

.lpiv-partners-wrap {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.lpiv-footer-partners-box {
  width: 25%;
}

.lpiv-footer-inner h4 {
  font-weight: 600;
  color: white;
}

h4 {
  font-weight: 600 !important;
}

.lpiv-footer-inner h4 {
  color: white;
}

.lpiv-footer-box-contact-info,
.lpiv-footer-box-middle,
.lpiv-footer-box-facebook {
  color: white;
  width: 30%;
}

.lpiv-footer-inner {
  color: white;
}

.lpiv-frontpage-row-3-content-1 {
  width: 50%;
  display: inline-block;
}

.lpiv-frontpage-row-3-content-2 {
  width: 50%;
  display: inline-block;
}

.lpiv-frontpage-row-3-content-1-inner {
  padding: 20px;
}

.lpiv-frontpage-row-3-content-2-inner {
  padding: 20px;
}

.lpiv-footer-partners-box-image-spv {
  width: 150px;
}

.lpiv-footer-partners-box-image-mf {
  max-width: 150px;
  max-height: 170px;
}

.lpiv-footer-partners-box-image-reko {
  width: 150px;
}

.lpiv-footer-partners-box-image-matverk {
  max-width: 150px;
  max-height: 170px;
}

.lpiv-footer-partners-box-image-reframe {
  max-width: 200px;
  max-height: 170px;
}

.lpiv-logistics-left {
  display: inline-block;
  width: 20%;
}

.lpiv-logistics-right {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-bottom: 10px;
}
@media all and (max-width: 1100px) {
  .lpiv-logistics-right {
    text-align: center;
  }
}

.lpiv-logistics-icon {
  padding: 15px;
  border: 1px solid #a2a2a2;
  border-radius: 30px;
}

.lpiv-logistics-wrap {
  border-bottom: 1px solid #ececec;
  padding-bottom: 5px;
  flex: 1;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .lpiv-logistics-wrap {
    width: 100%;
    flex: 1 1 auto;
    margin-bottom: 25px;
  }
}

h1 {
  color: #000000 !important;
  margin: 0px !important;
  padding: 0px !important;
  font-weight: 600 !important;
}

h2 {
  margin: 0px;
}

.lpiv-frontpage-big-title h2 {
  margin: 0px !important;
  padding: 0px !important;
  text-align: center;
}

.lpiv-frontpage-big-title {
  margin-bottom: 35px;
}

.lpiv-frontpage-outer-wrap p {
  margin: 0px;
  padding: 0px;
  padding-bottom: 5px;
}

/* Grow */
.lpiv-box-content,
.lpiv-frontpage-row-2-content img {
  cursor: pointer;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.lpiv-box-content:hover,
.lpiv-box-content:focus,
.lpiv-box-content:active,
.lpiv-frontpage-row-2-content img:hover,
.lpiv-frontpage-row-2-content img:focus,
.lpiv-frontpage-row-2-content img:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.innerTopBar {
  display: flex;
  justify-content: space-between;
  color: white;
}

.gd-search-field-near {
  display: none;
}

html {
  height: 100vh;
}

.lpiv-tm-outer-wrap {
  display: flex;
  width: 100%;
}

.lpiv-tm-menu {
  width: 20%;
  background-color: rgba(236, 236, 236, 0.29);
}

.lpiv-tm-content {
  width: 80%;
  padding: 40px 20px 20px 20px;
}

.lpiv-tm-menu-logo-wrap {
  width: 75%;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.lpiv-tm-menu-logo-wrap img {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.lpiv-tm-navigation-menu {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.lpiv-navigation-left-sidebar {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.lpiv-navigation-left-sidebar .current-page-parent {
  font-weight: bold;
}
.lpiv-navigation-left-sidebar .current-menu-item a {
  font-weight: bold;
}

.lpiv-frontpage-body {
  padding: 30px;
  background-color: #F2EDE9;
  border-radius: 30px;
}

.lpiv-attachment {
  background-color: #f9f9f9;
  padding: 5px;
  border: 1px solid #efefef;
  width: 30%;
}

.lpiv-attachment-icon {
  width: 15px;
  margin-right: 10px;
}

.lpiv-matfest-title {
  display: inline;
  padding-right: 5px !important;
  border-bottom: 3px solid #76B82A;
  text-transform: uppercase;
}

.mapplic-container {
  width: 80% !important;
}

.mapplic-sidebar {
  width: 20% !important;
}

a {
  text-decoration: none !important;
  color: #2d2d2d !important;
  word-wrap: break-word;
}

a:visited {
  color: #2d2d2d;
}

a:hover {
  text-decoration: underline;
}

.lpiv-contact-container {
  display: flex;
  padding-bottom: 20px;
}

.lpiv-contact-image {
  width: 30%;
  margin-right: 20px;
  max-width: 156px;
}

.lpiv-contact-image img {
  max-width: 100%;
}

.lpiv-contact-text {
  width: 70%;
}

.lpiv-contact-name {
  margin: 0px !important;
  font-weight: 600;
}

p {
  padding-bottom: 12px !important;
  margin: 0px !important;
  word-wrap: break-word;
}

.lpiv-contact-text-smaller {
  font-size: 12px;
  line-height: 19px;
}

.lpiv-wrapper {
  width: 1260px;
  max-width: 90%;
  margin: 0 auto;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.lpiv-quoteblock {
  padding: 15px;
  background-color: #f1f1f1;
  margin-bottom: 10px;
  font-weight: 600;
}

ul {
  list-style-type: disc !important;
  padding-left: 30px !important;
}

li {
  margin: 0px !important;
}

.lpiv-navigation li {
  display: inline-block;
}

.lpiv-navigation li a {
  padding: 23px;
  display: block;
}

.lpiv-navigation li a:hover {
  background-color: rgba(62, 62, 30, 0.496);
}

.lpiv-event-title h4 {
  margin: 0px !important;
  color: white;
}

.mc4wp-form-fields input[type=submit] {
  font-family: "Open Sans" !important;
  background-color: transparent !important;
  border: 2px solid white !important;
  border-radius: 0px !important;
  height: auto !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  margin-top: 15px;
}

.mc4wp-form-fields input[type=submit]:hover {
  background-color: rgb(97, 97, 97) !important;
}

input[type=email] {
  border: 2px solid white !important;
  border-radius: 0px !important;
}

.lpiv-our-projects-title-wrapper {
  max-width: 1260px;
  padding-top: 35px;
  margin-left: auto;
  margin-right: auto;
}

.lpiv-fullscreen-map {
  z-index: 100;
}

.lpiv-fullscreen-map-logo {
  position: absolute;
  z-index: 110;
  left: 0;
  top: 6%;
}

.lpiv-fullscreen-map-search {
  position: absolute;
  width: 30%;
  z-index: 110;
  left: 35%;
  bottom: 10%;
}

.lpiv-search-bar {
  background-color: white;
}

#lpiv-search-bar {
  height: 40px;
}

#lpiv-search-bar-icon {
  height: 40px !important;
  margin: 0 !important;
  border: 0 !important;
  background-color: #666632 !important;
  background: url(/wp-content/uploads/icons/search.png) no-repeat scroll 13px 11px;
}

#lpiv-search-form {
  display: flex;
  flex-direction: row;
}

.lpiv-footer-bot-bottom {
  margin-top: 30px;
}

.menu {
  list-style: none !important;
  padding: 0px !important;
}

.advmap_nofound {
  display: none !important;
}

.lpiv-search-page-search-area {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}

.lpiv-search-page-title {
  margin: 0 !important;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(102, 102, 50, 0.14);
}

.geodir_category_list_view {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.lpiv-page-left-sidebar-title {
  margin-bottom: 25px !important;
}

.lpiv-button-fullwidth {
  width: 100%;
}

.header nav {
  background-color: transparent !important;
}

.lpiv-navigation-meny {
  height: 70px;
  width: 100%;
  padding-right: 20px;
  position: absolute;
  z-index: 99;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3215686275), rgba(0, 0, 0, 0.7098039216)) !important;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media all and (max-width: 900px) {
  .lpiv-navigation-meny {
    background-image: linear-gradient(to top, transparent, rgba(0, 0, 0, 0)) !important;
    padding-right: 0px;
    z-index: 99;
  }
}

.geodir_full_page section.widget {
  width: 100% !important;
}

.lpiv-search-page-title-h2 {
  margin: 0 !important;
  padding: 0 !important;
}

#geodir-tab-mobile-menu {
  display: none !important;
}

.geodir-viewport ul {
  list-style-type: none !important;
  padding: 0 !important;
}

.geodir-direction-nav {
  list-style: none !important;
}

.tivala-contact-form label {
  display: block;
}

.tivala-contact-form input[type=email] {
  background-color: rgba(214, 212, 174, 0) !important;
  border: 1px solid #cccccc !important;
}

.lpiv-link-button {
  padding: 10px;
  width: 100%;
  background-color: #6e6c23;
  color: white !important;
}

input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea,
.field {
  background-color: rgb(255, 255, 255) !important;
  border: 1px solid #cccccc !important;
}

.lpiv-contact-form-row {
  padding-top: 10px;
}

.lpiv-button-dark {
  font-family: "Open Sans" !important;
  background-color: #666633 !important;
  border: 2px solid rgb(212, 212, 212) !important;
  border-radius: 0px !important;
  height: auto !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  margin-top: 15px;
}

.lpiv-event-link {
  color: white !important;
}

.lpiv-event-information-box {
  display: inline-block;
  padding: 20px;
  background-color: #eaeaea;
  min-width: 230px;
  font-weight: 600;
  margin-bottom: 10px;
}

.lpiv-event-more-information-button {
  display: inline-block;
  background-color: rgb(110, 108, 36);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  color: white;
  padding-bottom: 10px;
  border: 1px solid darkgrey;
}

.lpiv-event-more-information-button:hover {
  background-color: rgb(62, 62, 30);
}

/* Button 4 */
.lpiv-button {
  border-radius: 50px !important;
  border: 3px solid #fff !important;
  color: #fff !important;
  overflow: hidden !important;
}

.lpiv-button:active {
  border-color: #17954c !important;
  color: #17954c !important;
}

.lpiv-button:hover {
  background: #24b662 !important;
}

.lpiv-button:before {
  position: absolute !important;
  height: 100% !important;
  font-size: 125% !important;
  line-height: 3.5 !important;
  color: #fff !important;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  transition: all 0.3s !important;
}

.lpiv-button:active:before {
  color: #17954c !important;
}

/* General button style (reset) */
.btn {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 15px 75px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* Pseudo elements for icons */
.btn:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

/* Button 4 */
.btn-4 {
  border-radius: 25px;
  border: 3px solid #6e6c23;
  color: #6e6c23;
  overflow: hidden;
}

.btn-4:active {
  border-color: #17954c;
  color: #17954c;
}

.btn-4:hover {
  background: #6e6c23;
  color: white;
}

.btn-4:before {
  position: absolute;
  height: 100%;
  font-size: 125%;
  line-height: 3.5;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-4:active:before {
  color: #17954c;
}

/* Button 4a */
.btn-4a:before {
  left: 130%;
  top: 0;
}

.btn-4a:hover:before {
  left: 80%;
}

/* Button 4c */
.btn-4c:before {
  left: 70%;
  opacity: 0;
  top: 0;
}

.btn-4c:hover:before {
  left: 80%;
  opacity: 1;
}

#lpiv-contact-form-value-textarea {
  width: 50%;
}

.lpiv-login-wrap {
  padding: 20px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

#lpiv-news-wrap {
  padding-top: 10px;
  display: flex;
}

#lpiv-frontpage-news-wrap {
  max-width: 1260px;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

#lpiv-frontpage-news-wrap-outer {
  background-color: #efefef;
}

#lpiv-frontpage-news-wrap-spacer {
  padding-left: 20px;
  padding-right: 20px;
}

/* LISTING PAGE */
.geodir_preview_section,
.geodir-breadcrumb {
  max-width: 1400px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

.lpiv-listing-email {
  padding: 20px 0px 20px 0px;
  border-bottom: 1px solid #eee;
}

/* CONTACT */
.lpiv-contact-row {
  min-height: 270px;
}

/* MATFEST KARTA - MAPPLIC */
.mapplic-pin {
  width: 31px !important;
  height: 45px !important;
  background-size: inherit !important;
  background-image: url(https://lokalproducerativast.se/wp-content/uploads/2015/04/lpiv_pin.png) !important;
}

/* PRODUCER PAGE */
.lpiv-icon-spacer {
  width: 10px;
  background-color: transparent;
  height: 1px;
}

.bx-wrapper {
  margin: 0px !important;
  min-height: 400px !important;
  max-height: 400px;
  overflow: hidden;
}

.bx-pager,
.bx-controls-auto {
  display: none;
}

.postid-1000295 #content {
  margin: 0px !important;
}

.lpiv-producer-page-company-content-wrap,
.lpiv-producer-page-categories-wrap,
.lpiv-producer-page-image-and-maps-wrap,
.lpiv-producer-page-about-the-company-title-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* PRODUCER PAGE -> TOP IMAGE*/
.lpiv-producer-page-top-image-wrap {
  position: relative;
  height: 400px;
  background-position: 50% 50% !important;
  background-size: cover !important;
}

.lpiv-producer-page-top-image-customer-name-wrap {
  position: absolute;
  top: 50%;
  width: 100%;
}

.lpiv-producer-page-top-image-customer-name {
  font-weight: 500 !important;
  color: white !important;
  font-size: 55px !important;
  text-align: center;
  line-height: 65px !important;
}

.lpiv-producer-page-image-overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 300px;
  background: linear-gradient(rgba(0, 0, 0, 0.2392156863), transparent);
}

/* PRODUCER PAGE -> COMPANY CONTENT*/
.lpiv-producer-page-company-content-wrap {
  padding: 40px 20px 40px 20px;
  display: flex;
  justify-content: space-between;
}

.lpiv-producer-page-logo {
  min-width: 30%;
  max-width: 30%;
  padding: 0px 40px 0px 0px;
}

.lpiv-producer-page-logo img {
  max-height: 100%;
  width: 100%;
}

.lpiv-producer-page-contact-details {
  width: 30%;
  min-height: 200px;
  min-width: 200px;
}

.lpiv-producer-page-contact-details-inner {
  background: #ecece3;
  padding: 20px;
}

.lpiv-producer-page-about-the-company-title {
  font-size: 25px;
  line-height: 40px;
}

.lpiv-producer-page-about-the-company-inner {
  display: flex;
}

.lpiv-producer-page-about-the-company-text {
  width: 70%;
  padding-right: 40px;
}

/* PRODUCER PAGE -> CATEGORIES*/
.lpiv-producer-page-about-the-company-title-wrap {
  margin-bottom: 20px;
}

.lpiv-producer-page-category-outer {
  background-color: rgba(110, 108, 35, 0.1294117647);
  padding: 40px 0px 40px 0px;
  margin-bottom: 40px;
}

.lpiv-producer-page-categories-wrap {
  display: flex;
  justify-content: space-evenly;
  padding-left: 50px;
  padding-right: 50px;
}

.lpiv-producer-page-category {
  width: 120px;
  height: 120px;
  border: 1px solid rgba(110, 108, 35, 0.6196078431);
  border-radius: 999px;
}

.lpiv-producer-page-category-inside {
  padding: 30px;
}

.lpiv-producer-page-category-tm {
  padding: 10px;
}

.lpiv-producer-page-category-wrap {
  display: flex;
  width: 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
}

.lpiv-producer-page-category-text {
  font-size: 17px;
  color: #2d2d2d;
  margin-top: 10px;
  max-width: 70%;
  text-align: center;
}

/* PRODUCER PAGE -> SLIDER AND MAPS*/
.lpiv-producer-map {
  height: 100%;
}

.lpiv-producer-page-image-and-maps-wrap {
  display: flex;
  justify-content: space-between;
  max-height: 400px;
}

.lpiv-producer-page-image-slider {
  width: 49%;
  min-height: 410px;
}

.lpiv-producer-page-maps {
  width: 49%;
}

.lpiv-producer-page-image-and-maps-wrap {
  margin-bottom: 40px;
}

.lpiv-producer-page-member-of {
  max-height: 100px;
  display: block;
  margin-top: 20px;
  padding-right: 55px;
}

.lpiv-producer-page-logos-wrap {
  display: flex;
  flex-wrap: wrap;
}

/* SPV PAGE */
.lpiv-spv-header-box-wrap {
  background: #F2EDE9;
  height: 350px;
  padding: 20px;
  width: 100%;
  border-radius: 30px;
  display: flex;
  align-items: center;
  margin-top: 80px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12), 0px 0px 0px rgba(0, 0, 0, 0.24);
}
@media all and (max-width: 1100px) {
  .lpiv-spv-header-box-wrap {
    flex-direction: column;
    height: unset;
  }
}

.lpiv-spv-header-box-content {
  width: 65%;
}
@media all and (max-width: 1100px) {
  .lpiv-spv-header-box-content {
    width: 100%;
  }
}
.lpiv-spv-header-box-content h1 {
  width: 100%;
  color: #505050 !important;
}

.lpiv-spv-header-box-img {
  width: 25%;
  height: 60%;
  background-image: url(/wp-content/uploads/logos/spv-rund.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media all and (max-width: 1100px) {
  .lpiv-spv-header-box-img {
    width: 100%;
    height: 200px;
    margin-bottom: 40px;
  }
}

/* SPV CATEGORIES */
.lpiv-spv-categories-box-wrap {
  padding-top: 120px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 85px;
}
@media all and (max-width: 1100px) {
  .lpiv-spv-categories-box-wrap {
    flex-direction: column;
  }
}

.lpiv-spv-item-box-wrap {
  width: 37%;
  height: 250px;
  border-radius: 30px;
  padding: 30px;
  background: #F2EDE9;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12), 0px 0px 0px rgba(0, 0, 0, 0.24);
}
.lpiv-spv-item-box-wrap:first-child {
  width: 60%;
}
@media all and (max-width: 1100px) {
  .lpiv-spv-item-box-wrap {
    width: 100% !important;
    margin-bottom: 40px;
  }
}

.lpiv-spv-item-title {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #505050 !important;
}

.lpiv-spv-item-logo-wrap {
  height: 100px;
  display: flex;
  justify-content: center;
}
.lpiv-spv-item-logo-wrap .lpiv-spv-item-logo {
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.lpiv-spv-item-link-center {
  display: flex;
  justify-content: center;
}
.lpiv-spv-item-link-center a {
  display: inline-block;
}

.lpiv-spv-item-link-left {
  display: flex;
  justify-content: flex-start;
}
.lpiv-spv-item-link-left a {
  width: 280px;
  display: inline-block;
}

.lpiv-spv-item-lower-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

/* SPV PRODUCERS */
.lpiv-spv-producers-featured-image {
  height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.lpiv-spv-producers-wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.lpiv-spv-producers-box-outer {
  width: 23%;
  margin-bottom: 25px;
}
@media all and (max-width: 1100px) {
  .lpiv-spv-producers-box-outer {
    width: 75%;
    min-width: unset;
  }
}

.lpiv-spv-producers-logo {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  display: block;
  margin-bottom: 40px;
  max-width: 360px;
}

.lpiv-spv-producers-info-wrap {
  padding: 20px;
  background-color: #f5f5f5;
  min-height: 110px;
}

.lpiv-spv-producers-box {
  margin-bottom: 30px;
}

/* MEMBERS ABOUT US */
.lpiv-members-about-us-wrap {
  height: 400px;
  background: #F2EDE9;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
@media all and (max-width: 1100px) {
  .lpiv-members-about-us-wrap {
    height: unset;
  }
}
.lpiv-members-about-us-wrap .lpiv-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 1100px) {
  .lpiv-members-about-us-wrap .lpiv-wrapper {
    flex-direction: column;
  }
}

.lpiv-members-about-us-title h1 {
  color: #505050 !important;
}

.lpiv-members-about-template-wrap {
  background: #F2EDE9;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
@media all and (max-width: 1100px) {
  .lpiv-members-about-template-wrap {
    height: unset;
  }
}
.lpiv-members-about-template-wrap .lpiv-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 1100px) {
  .lpiv-members-about-template-wrap .lpiv-wrapper {
    flex-direction: column;
  }
}

.lpiv-members-about-us-content {
  width: 65%;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 1100px) {
  .lpiv-members-about-us-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.lpiv-members-about-us-content .lpiv-members-about-us-text {
  width: 100%;
}
.lpiv-members-about-us-content .lpiv-members-about-us-text a {
  text-decoration: underline !important;
}

.lpiv-members-about-us-image {
  width: 25%;
}
@media all and (max-width: 1100px) {
  .lpiv-members-about-us-image {
    display: none;
  }
}

.lpiv-members-about-template-title h1 {
  font-size: 50px;
  color: #505050 !important;
}
@media all and (max-width: 1100px) {
  .lpiv-members-about-template-title h1 {
    font-size: 25px;
  }
}

.lpiv-members-sb-title {
  font-size: 18px;
  margin: 10px 0px 20px 0px;
  font-weight: 600;
  text-transform: uppercase;
}

/* SPV ABOUT US */
.lpiv-spv-about-us-wrap {
  height: 400px;
  background: #F2EDE9;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
@media all and (max-width: 1100px) {
  .lpiv-spv-about-us-wrap {
    height: unset;
  }
}
.lpiv-spv-about-us-wrap .lpiv-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 1100px) {
  .lpiv-spv-about-us-wrap .lpiv-wrapper {
    flex-direction: column;
  }
}

.lpiv-spv-about-us-title h1 {
  color: #505050 !important;
}

.lpiv-spv-about-template-wrap {
  background: #F2EDE9;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
@media all and (max-width: 1100px) {
  .lpiv-spv-about-template-wrap {
    height: unset;
  }
}
.lpiv-spv-about-template-wrap .lpiv-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 1100px) {
  .lpiv-spv-about-template-wrap .lpiv-wrapper {
    flex-direction: column;
  }
}

.lpiv-spv-about-us-content {
  width: 65%;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 1100px) {
  .lpiv-spv-about-us-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.lpiv-spv-about-us-content .lpiv-spv-about-us-text {
  width: 100%;
}

.lpiv-spv-about-us-image {
  width: 25%;
}
@media all and (max-width: 1100px) {
  .lpiv-spv-about-us-image {
    display: none;
  }
}

.lpiv-spv-about-template-title h1 {
  font-size: 50px;
  color: #505050 !important;
  line-height: 55px !important;
}
@media all and (max-width: 1100px) {
  .lpiv-spv-about-template-title h1 {
    font-size: 25px;
    line-height: unset;
  }
}

.lpiv-spv-sb-title {
  font-size: 18px;
  margin: 10px 0px 20px 0px;
  font-weight: 600;
  text-transform: uppercase;
}

/* SPV PRODUCERS LIST */
.spv-project-item-wrap {
  background: #F9F7F6;
  border-radius: 30px;
  height: 400px;
  transition-duration: 0.3s;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12), 0px 0px 0px rgba(0, 0, 0, 0.24);
}
.spv-project-item-wrap .spv-project-item-featured-bg {
  border-radius: 30px 30px 0px 0px;
  height: 45%;
  width: 100%;
  background: white;
}
.spv-project-item-wrap .spv-project-item-featured-logo {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  background-origin: content-box;
  border-radius: 30px 30px 0px 0px;
}
.spv-project-item-wrap .spv-project-item-content {
  padding: 30px;
}
.spv-project-item-wrap .spv-project-item-content .spv-project-item-content-title {
  font-weight: bold;
}

.spv-project-item-wrap:hover {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.14);
  transition: all 0.5s;
}

.lpiv-spv-producers-box-outer a {
  text-decoration: none !important;
}

/* EMERGENCY MESSAGE FRONTPAGE */
.lpiv-em-big-title {
  font-size: 25px;
  font-weight: 600;
  line-height: 28px;
}

.lpiv-em-medium-title {
  font-size: 35px;
  font-weight: 600;
  padding: 20px 0px;
  line-height: 38px;
}

.lpiv-emergency-message {
  padding: 20px;
  background-color: #f7f7f7;
  border: 2px solid #94923b;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

/* FONTS */
@font-face {
  font-family: "HighTowerText-Reg";
  src: url("../fonts/HTOWERT.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/HTOWERT.eot?#iefix") format("embedded-opentype"), url("../fonts/HTOWERT.otf") format("opentype"), url("../fonts/HTOWERT.svg") format("svg"), url("../fonts/HTOWERT.ttf") format("truetype"), url("../fonts/HTOWERT.woff") format("woff"), url("../fonts/HTOWERT.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Franklin-Gothic-Demi-Cond";
  src: url("../fonts/Franklin Gothic Demi Cond Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Franklin Gothic Demi Cond Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/FranklinGothic-DemiCond.otf") format("opentype"), url("../fonts/FranklinGothic-DemiCond.svg") format("svg"), url("../fonts/Franklin Gothic Demi Cond Regular.ttf") format("truetype"), url("../fonts/FranklinGothic-DemiCond.woff") format("woff"), url("../fonts/Franklin Gothic Demi Cond Regular.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
/* MOVE GENERIC */
.lpiv-page-sub-center-title,
.lpiv-page-sub-center-title .widget-title {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  font-family: "Franklin-Gothic-Demi-Cond";
  color: #000 !important;
  margin-bottom: 0px !important;
}

.lpiv-page-big-center-title,
.lpiv-page-big-center-title .widget-title {
  font-size: 50px;
  text-align: center;
  font-family: "Franklin-Gothic-Demi-Cond";
  color: #000 !important;
  line-height: 75px;
  font-weight: 800 !important;
}
@media all and (max-width: 780px) {
  .lpiv-page-big-center-title,
  .lpiv-page-big-center-title .widget-title {
    font-size: 40px;
  }
}

.lpiv-lm-widget-title,
.lpiv-lm-widget-title .widget-title {
  font-size: 32px;
  font-family: "Franklin-Gothic-Demi-Cond";
  color: #000 !important;
  line-height: 35px;
  font-weight: bold !important;
}
@media all and (max-width: 780px) {
  .lpiv-lm-widget-title,
  .lpiv-lm-widget-title .widget-title {
    font-size: 30px;
  }
}

.lpiv-lm-sub-title .widget-title {
  font-size: 25px;
  font-weight: 800 !important;
  font-family: "Franklin-Gothic-Demi-Cond";
  color: #000 !important;
}

.lpiv-lm-small-title .widget-title {
  font-size: 25px;
  font-family: "Franklin-Gothic-Demi-Cond";
  color: #000 !important;
  line-height: 35px;
  font-weight: 800 !important;
  width: 62%;
}
@media all and (max-width: 780px) {
  .lpiv-lm-small-title .widget-title {
    font-size: 20px;
    width: 100%;
  }
}

.lpiv-lm-small-title p {
  font-size: 16px;
}

/* LOKAL MENY */
.lpiv-lm-top-boxes {
  width: 100%;
  display: flex;
  justify-content: center;
}

.lpiv-lm-tb-image-wrap {
  display: inline-block;
  height: 600px;
  width: 33.3333333333%;
  position: relative;
  width: 33%;
}
@media all and (max-width: 780px) {
  .lpiv-lm-tb-image-wrap {
    display: none;
  }
}

.lpiv-lm-tb-image-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.lpiv-lm-tb-image-bg-left {
  background-image: url("/wp-content/uploads/2022/03/bild-1-scaled.jpg");
}

.lpiv-lm-tb-image-bg-middle {
  background-image: url("/wp-content/uploads/2022/03/Lokal-Meny-tranparent-logo.png");
  display: inline-block;
  height: 600px;
  border-radius: 10px;
  position: relative;
  width: 33%;
  min-width: 378px;
  z-index: 100;
}
@media all and (max-width: 780px) {
  .lpiv-lm-tb-image-bg-middle {
    width: 60% !important;
    height: 300px;
    min-width: 50px;
  }
}

.lpiv-lm-tb-image-bg-right {
  background-image: url("/wp-content/uploads/2022/03/bild-2-scaled.jpg");
}

.lpiv-lm-tb-image-bg-margins-left {
  width: 100%;
  padding: 30px 0px 30px 30px;
  height: 100%;
}

.lpiv-lm-tb-image-bg-margins-right {
  width: 100%;
  padding: 30px 30px 30px 0px;
  height: 100%;
}

.lpiv-lm-tb-image-bg-side {
  width: 100%;
  height: 100%;
}

.lpiv-lm-tb-logo {
  background-image: url("/wp-content/uploads/logos/lokal-meny.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
  z-index: 999;
}

.lpiv-lm-tb-logo-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

/* LM SERVICES BOXES */
.lpiv-lm-service-boxes {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1000px) {
  .lpiv-lm-service-boxes {
    flex-direction: column;
  }
}

.lpiv-lm-sb-box-wrap {
  flex-direction: column;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  transition: all 0.5s;
}
@media all and (max-width: 1000px) {
  .lpiv-lm-sb-box-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.lpiv-lm-sb-box-wrap:hover {
  transition: all 0.5s;
}
.lpiv-lm-sb-box-wrap img {
  width: 120px;
}

.lpiv-lm-sb-title {
  font-family: "Open Sans";
  color: #000 !important;
  font-size: 22px;
  margin: 10px 0px 20px 0px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.lpiv-lm-sb-text {
  text-align: center;
}

.lpiv-lm-color-panel {
  background-color: #e6e6e6;
}

.lm-about-us-image-wrap-lm .sow-image-container {
  margin-top: -160px;
}
@media all and (max-width: 780px) {
  .lm-about-us-image-wrap-lm .sow-image-container {
    margin-top: 0px;
  }
}
.lm-about-us-image-wrap-lm .sow-image-container img {
  border-radius: 50px;
  padding: 40px;
}
@media all and (max-width: 780px) {
  .lm-about-us-image-wrap-lm .sow-image-container img {
    border-radius: 10px;
    padding: 0px;
    position: relative;
  }
}

.lm-about-us-project-image-wrap-lm .sow-image-container {
  margin-top: -160px;
}
@media all and (max-width: 780px) {
  .lm-about-us-project-image-wrap-lm .sow-image-container {
    margin-top: 0px;
  }
}
.lm-about-us-project-image-wrap-lm .sow-image-container img {
  width: 278px;
  margin-top: -80px;
  top: 200px;
  border-radius: 50px;
  padding: 40px;
  position: relative;
}
@media all and (max-width: 780px) {
  .lm-about-us-project-image-wrap-lm .sow-image-container img {
    border-radius: 10px;
    padding: 0px;
    position: absolute;
  }
}

.lm-project-group-image .so-widget-sow-image .sow-image-container {
  padding: 40px 50px 0 50px;
}
.lm-project-group-image .so-widget-sow-image .sow-image-container img {
  border-radius: 10px;
  width: 250px;
  height: 350px;
  object-fit: cover;
}

.lm-about-us-image-wrap-lm .sow-image-container {
  margin-top: -160px;
}

.lm-about-us-image-wrap .sow-image-container {
  max-height: 600px;
  position: relative;
}
@media all and (max-width: 780px) {
  .lm-about-us-image-wrap .sow-image-container {
    margin-top: initial;
    max-height: initial;
  }
}
.lm-about-us-image-wrap .sow-image-container img {
  position: absolute;
}
@media all and (max-width: 780px) {
  .lm-about-us-image-wrap .sow-image-container img {
    position: relative;
  }
}

.lpiv-lm-project-group-section.lm-project-hidden {
  display: none;
}

.lpiv-lm-project-group-section-top {
  border-radius: 10px 10px 0px 0px;
}
.lpiv-lm-project-group-section-top h3 {
  margin: 0 !important;
}

.lpiv-lm-project-group-section-bottom {
  border-radius: 0px 0px 10px 10px;
}

.lpiv-lm-project-group-features-list-wrap {
  background: #DCD0C5;
  padding: 20px;
  border-radius: 10px;
}
.lpiv-lm-project-group-features-list-wrap .lpiv-lm-project-group-features-list {
  text-align: center;
}
.lpiv-lm-project-group-features-list-wrap .lpiv-lm-project-group-features-list img {
  width: 80px;
}
.lpiv-lm-project-group-features-list-wrap .lpiv-lm-project-group-features-list .lpiv-lm-project-group-item {
  font-family: "Open Sans";
  color: #000;
  font-size: 18px;
  padding-bottom: 10px;
  cursor: pointer;
}

.lpiv-lm-button {
  padding: 10px 25px;
  color: white;
  background-color: #000;
  font-family: "Open Sans";
  margin-top: 20px;
  font-size: 20px;
}

.lpiv-lm-button-a {
  text-decoration: none !important;
}
.lpiv-lm-button-a:hover {
  text-decoration: none !important;
}

.lpiv-lm-title-header {
  display: flex;
  align-items: center;
}

.lpiv-lm-logo-wrap img {
  width: 120px;
}

.lpiv-lm-content {
  margin-left: 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.lm-top-menu {
  width: 460px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media all and (max-width: 700px) {
  .lm-top-menu {
    flex-direction: column;
    width: 100%;
  }
  .lm-top-menu .tivala-green-inline-button {
    width: 40%;
  }
}

.lm-top-menu-button {
  margin-bottom: 20px;
  width: 220px;
  cursor: pointer;
  font-family: "Open Sans";
  color: black !important;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  background-color: #d5e4d9;
  padding: 10px 30px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 0px;
}
.lm-top-menu-button:hover {
  text-decoration: none;
  opacity: 0.9;
  transition: all 0.5s;
}
.lm-top-menu-button:hover .fas {
  color: white;
  transform: translateX(10px);
  transition: all 0.5s;
}
.lm-top-menu-button .fas {
  color: white;
  transform: translateX(0px);
  transition: all 0.5s;
  margin-left: 3px;
}

/* SUPPLIERS */
.tivala-swiper-footer-logos .swiper-slide {
  display: flex;
  align-items: center;
}
.tivala-swiper-footer-logos .swiper-slide a:hover {
  text-decoration: none !important;
}
.tivala-swiper-footer-logos .swiper-slide img {
  max-height: 180px;
  max-width: 100%;
}
@media all and (max-width: 1200px) {
  .tivala-swiper-footer-logos {
    display: none;
  }
}

.tivala-swiper-footer-logos-container {
  overflow: hidden;
  width: 100%;
}
.tivala-swiper-footer-logos-container .swiper-container {
  padding: 20px 0px 20px 0px;
}

.tivala-swiper-footer-logos-mobile {
  display: none;
}
@media all and (max-width: 1200px) {
  .tivala-swiper-footer-logos-mobile {
    display: block;
  }
}

.tivala-st-name {
  margin-bottom: 5px;
}

.lpiv-quiz-button-wrap {
  display: flex;
}
.lpiv-quiz-button-wrap a {
  margin-right: 20px;
  text-decoration: none !important;
}

.lpiv-header-image {
  background-image: url("/wp-content/uploads/quiz/hygene-quiz.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.lpiv-header-image-wrapper {
  width: 100%;
  height: 450px;
}

.lpiv-quiz-wrap {
  display: flex;
}
@media all and (max-width: 1000px) {
  .lpiv-quiz-wrap {
    display: flex;
    flex-flow: column-reverse;
  }
}

.lpiv-quiz-content {
  width: 60%;
}
@media all and (max-width: 1000px) {
  .lpiv-quiz-content {
    width: 100%;
  }
}

.lpiv-quiz-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.lpiv-quiz-header img {
  width: 30px;
  margin-right: 10px;
}
.lpiv-quiz-header .lpiv-big-title {
  padding-bottom: 0px;
}

.lpiv-quiz-header-block {
  margin-bottom: 20px;
}

.lpiv-quiz-header-bottom-block {
  padding: 30px;
  background-color: #f7f7f7;
  margin-top: -20px;
}

.lpiv-quiz-header-wrap {
  padding: 20px;
  background-color: #e6e5d8;
  border-radius: 10px;
}

.lpiv-quiz-question-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
}
.lpiv-quiz-question-wrap .far {
  font-size: 16px;
  color: #949279;
  margin-right: 5px;
}

.lpiv-quiz-input-wrap {
  padding: 20px;
  border-radius: 10px;
}
.lpiv-quiz-input-wrap textarea {
  transition: all 0.5s;
  padding: 10px;
  min-height: initial;
  height: 40px;
}

.lpiv-quiz-question {
  font-size: 14px;
}

.lpiv-question-active {
  box-shadow: 0px 7px 53px 10px rgba(9, 9, 14, 0.06);
  transition: all 0.2s;
}
.lpiv-question-active textarea {
  height: 100px;
}
.lpiv-question-active .lpiv-quiz-question {
  font-weight: 600;
}

.lpiv-quiz-submit {
  cursor: pointer;
  margin-left: 20px;
}

.lpiv-quiz-powerpoint-button {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 170px;
  margin: 0;
}
.lpiv-quiz-powerpoint-button .fas {
  font-size: 18px;
  margin-right: 10px;
}

.lpiv-small-quiz {
  font-size: 18px;
}

.lpiv-header-info-text {
  margin-bottom: 10px;
}

.lpiv-quiz-flex-spacer {
  width: 40px;
  height: 1px;
}

.lpiv-quiz-contact {
  flex: 1;
}

.lpiv-quiz-contact-image {
  background-image: url(/wp-content/uploads/2020/07/cecilia-faktus-125x125.png);
  height: 130px;
  width: 160px;
  background-repeat: no-repeat;
}

.lpiv-quiz-contact-flex {
  display: flex;
}

.lpiv-quiz-contact-information .lpiv-small-quiz {
  margin-bottom: 5px;
}

.lpiv-quiz-contact-block-icon {
  font-size: 24px;
  margin-right: 10px;
  color: #94923b;
}

.lpiv-quiz-name-fields {
  margin-left: 20px;
}

#lpiv-quiz-validation {
  margin-left: 20px;
}

.tivala-display-footer-logos-container {
  margin-bottom: 100px;
}
@media all and (max-width: 1000px) {
  .tivala-display-footer-logos-container {
    display: none;
  }
}
.tivala-display-footer-logos-container .tivala-project-display-container .project-display-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}
.tivala-display-footer-logos-container .tivala-project-display-container .project-display-wrapper .project-display-slide {
  width: 25%;
}
.tivala-display-footer-logos-container .tivala-project-display-container .project-display-wrapper .project-display-slide a {
  text-decoration: none !important;
}

.tivala-swiper-footer-logos-container {
  display: none !important;
}
@media all and (max-width: 1000px) {
  .tivala-swiper-footer-logos-container {
    display: block !important;
  }
}

.lpiv-header-event-wrap {
  text-align: center;
  box-sizing: border-box;
  padding: 20px 0px;
  position: absolute;
  background-color: #E6E5D8;
  border-radius: 20px 0 0 20px;
  width: 350px;
  top: 10%;
  right: 0;
}
@media all and (max-width: 770px) {
  .lpiv-header-event-wrap {
    padding: 2px 0;
    top: 140px;
    right: 5%;
    border-radius: 20px;
    width: 90%;
  }
  .lpiv-header-event-wrap h3 {
    font-size: 16px !important;
  }
  .lpiv-header-event-wrap a .lpiv-event-button {
    font-size: 12px !important;
    padding: 2px 4px !important;
  }
}
.lpiv-header-event-wrap h3 {
  font-weight: 600 !important;
  font-style: normal !important;
  font-size: 24px;
  line-height: 37px !important;
  color: #505050 !important;
}
.lpiv-header-event-wrap a .lpiv-event-button {
  padding: 8px 15px;
}

.lm-image-hover {
  position: relative;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.lm-image-hover:hover .widget-title {
  opacity: 100%;
  width: 100%;
}
.lm-image-hover .widget-title {
  opacity: 0%;
  position: absolute;
  bottom: 0;
  color: black !important;
  background: rgba(255, 255, 255, 0.5607843137);
  padding: 20px !important;
  font-size: 18px;
  margin: 0px !important;
  transition: all 0.2s ease-in-out;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#lpiv-contact-form-value-name.error-field,
#lpiv-contact-form-value-address.error-field,
#lpiv-contact-form-value-telephone.error-field,
#lpiv-contact-form-value-textarea.error-field,
#lpiv-contact-form-value-select.error-field,
#lpiv-contact-form-value-postalcode.error-field,
#lpiv-contact-form-value-email.error-field {
  border: 2px solid red !important;
  background-color: #ffe6e6;
}/*# sourceMappingURL=style-design.css.map */