@charset "UTF-8";
/* GENERIC */
.tivala-widget-title-center {
  font-size: 35px;
  text-align: center;
}

/* FRONTPAGE */
/* FRONTPAGE HIGHLIGHT BOX */
.tivala-hib-content-wrap {
  padding: 40px;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media all and (max-width: 500px) {
  .tivala-hib-content-wrap {
    padding: 0px;
  }
}

.tivala-hib-image {
  background: url(/wp-content/uploads/images/measuring/matspets-tip.png);
  width: 100%;
  height: 80px;
  background-position: 40% center;
  background-size: cover;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

@media all and (max-width: 500px) {
  .tivala-highlight-image-box {
    padding: 40px 0px;
  }
}

.tivala-hib-link {
  margin-top: 20px;
}

/* MEASURING TIPS */
.tivala-mti-image {
  width: 100%;
}
.tivala-mti-image img {
  width: 100%;
}

.tivala-mti-image-wrap {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* FRONTPAGE PRODUCT IMAGE */
.tivala-product-image img {
  width: 100%;
}

/* PRODUCT CAROUSELF SWIPER */
.swiper-button-next,
.swiper-button-prev {
  color: #ab1624 !important;
}

.tivala-swiper-highlight-container {
  padding: 20px;
  background-color: white;
  border: 1px solid #dedede;
}
@media all and (max-width: 600px) {
  .tivala-swiper-highlight-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.swiper-container {
  cursor: grab;
  background: transparent;
}

.swiper-slide {
  background-color: transparent !important;
}

.swiper-pagination-bullet-active {
  background-color: white !important;
}

.swiper-pagination-bullet-active-next {
  background-color: #ccc !important;
}

.swiper-pagination-bullet-active-next-next {
  background-color: #828282 !important;
}

/* PRODUKTER -> VÄXTER */
.tivala-swiper-highlight-wrap,
.tivala-swiper-highlight-wrap img,
.tivala-swiper-highlight .swiper-slide,
.tivala-swiper-highlight-wrap,
.tivala-swiper-highlight-wrap img,
.tivala-swiper-highlight .swiper-slide {
  max-height: 400px;
}

.tivala-swiper-highlight .swiper-slide {
  width: 150px;
}

/* SWIPER HIGHLIGHT */
.tivala-sw-item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.tivala-sw-top-content {
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: center;
  width: 72%;
  margin-left: auto;
  margin-right: auto;
}

.tivala-sw-image {
  max-height: 200px;
}
.tivala-sw-image img {
  max-height: 200px;
  max-width: 70%;
}
@media all and (max-width: 500px) {
  .tivala-sw-image img {
    max-height: 180px;
  }
}

.tivala-sw-title {
  font-size: 27px;
  padding-bottom: 5px;
  font-family: "ProximaNova-Bold";
}
@media all and (max-width: 500px) {
  .tivala-sw-title {
    font-size: 18px;
  }
}

.tivala-sw-description {
  font-size: 18px;
}
.tivala-swiper-highlight {
  width: 100%;
  height: 350px;
  overflow: hidden !important;
}
@media all and (max-width: 500px) {
  .tivala-swiper-highlight {
    height: 450px;
  }
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swiper-slide {
    display: block;
  }
}

/* SERVICES */
.tivala-beautiful-services-wrap {
  padding: 140px 0px;
  position: relative;
  height: 400px;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1000px) {
  .tivala-beautiful-services-wrap {
    height: initial;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0px;
  }
}

.tivala-bs-box-image-1 {
  background: url("/wp-content/uploads/2020/08/ogp-support.jpg");
}

.tivala-bs-box-image-2 {
  background: url("/wp-content/uploads/2020/08/ogp-service-och-kalibrering.jpg");
}

.tivala-bs-box-image-3 {
  background: url("/wp-content/uploads/2020/08/ogp-utbildning.jpg");
}

.tivala-bs-box-image-4 {
  background: url("/wp-content/uploads/2020/08/ogp-uppgradering.jpg");
}

.tivala-bs-box-image {
  background-size: cover;
  width: 100%;
  height: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-position: 13% 10%;
}

.tivala-bs-box-image-wrap {
  width: 100%;
  height: 180px;
}

.tivala-bs-box-content {
  height: 150px;
  padding: 20px;
  background-color: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 6px 6px 16px 0px rgba(0, 0, 0, 0.2), -6px -6px 16px 0px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 6px 6px 16px 0px rgba(0, 0, 0, 0.1), -6px -6px 16px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 6px 6px 16px 0px rgba(0, 0, 0, 0.2), -6px -6px 16px 0px rgba(255, 255, 255, 0.2);
}
@media all and (max-width: 370px) {
  .tivala-bs-box-content {
    height: unset;
  }
}

.tivala-bs-box {
  width: 47%;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  top: 0px;
  position: relative;
}
.tivala-bs-box:hover {
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  top: -10px;
}
@media all and (max-width: 600px) {
  .tivala-bs-box {
    width: 100%;
  }
}

.tivala-bs-box a::after {
  content: none !important;
}

.tivala-bs-content {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media all and (max-width: 1240px) {
  .tivala-bs-content {
    width: 45%;
  }
}
@media all and (max-width: 1000px) {
  .tivala-bs-content {
    width: initial;
    margin-bottom: 80px;
  }
}

.tivala-bs-boxes {
  width: 55%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  top: 80px;
  left: 45%;
}
@media all and (max-width: 1000px) {
  .tivala-bs-boxes {
    position: relative;
    top: initial;
    left: initial;
    width: 100%;
  }
}

.tivala-bs-content-link {
  margin-top: 20px;
}

/* PRODUCT LINKS */
.tivala-product-links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tivala-pl-wrap {
  width: 100%;
  margin-bottom: 20px;
  min-width: 255px;
}
.tivala-pl-wrap a {
  width: 100%;
  background-color: white;
}
@media all and (max-width: 600px) {
  .tivala-pl-wrap {
    width: 100%;
    min-width: unset;
  }
}

.tivala-pl-wrap a::after {
  content: none !important;
}

.tivala-pl-icon {
  width: 40px;
  margin-right: 20px;
}
@media all and (max-width: 370px) {
  .tivala-pl-icon {
    display: none;
  }
}
.tivala-pl-icon img {
  width: 100%;
  position: relative;
  transition: all 0.5s;
  background-color: #7b7b7b;
}

.tivala-pl-inner {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border: 1px solid #dedede;
  transition: all 0.5s;
  font-size: 18px;
}
@media all and (max-width: 370px) {
  .tivala-pl-inner {
    justify-content: center;
  }
}
.tivala-pl-inner:hover .tivala-pl-icon img {
  background-color: #ab1624;
  transition: all 0.5s;
}

#tivala-swiper-news-prev,
#tivala-swiper-news-next {
  position: absolute;
  cursor: pointer;
  border: 0px;
  outline: none;
  width: 40px;
  display: flex;
  justify-content: center;
  z-index: 999;
}

#tivala-swiper-news-prev {
  position: absolute;
  top: 51%;
  right: -40px;
  color: #ab1624;
  font-size: 42px;
  transition: all 0.2s;
}
#tivala-swiper-news-prev:hover {
  transform: translateX(4px);
}

#tivala-swiper-news-next {
  position: absolute;
  top: 51%;
  left: -34px;
  color: #ab1624;
  font-size: 42px;
  transition: all 0.2s;
}
#tivala-swiper-news-next:hover {
  transform: translateX(-4px);
}

.tivala-swiper-outer {
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
}

.tivala-news-frontpage-wrap {
  padding: 80px 0px;
}
@media all and (max-width: 780px) {
  .tivala-news-frontpage-wrap {
    padding: 40px 0px;
  }
}

.tivala-swiper-news .tivala-post-wrap {
  padding: 20px;
  background: #E4E4E4;
  border-radius: 20px;
  width: 400px;
  height: 170px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media all and (max-width: 600px) {
  .tivala-swiper-news .tivala-post-wrap {
    height: initial;
    min-height: 180px;
  }
}
.tivala-swiper-news .tivala-post-wrap .tivala-post-title {
  font-family: "ProximaNova-Bold";
  margin: 0px 0px 10xp 0px;
}
.tivala-swiper-news .tivala-post-wrap .tivala-post-content {
  margin-bottom: 10px;
  font-size: 15px;
}
@media all and (max-width: 600px) {
  .tivala-swiper-news .tivala-post-wrap .tivala-post-content {
    max-height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.tivala-swiper-news .swiper-slide {
  width: 450px;
  justify-content: flex-start;
  padding: 25px 0px;
}
@media all and (max-width: 600px) {
  .tivala-swiper-news .swiper-slide {
    width: 100%;
    padding: 25px 45px 25px 0px;
  }
}
.tivala-swiper-news .swiper-wrapper {
  padding: 0px;
}

.tivala-newsletter-signup-wrap {
  display: flex;
  text-align: center;
  padding: 5px 0px 0px 0px;
}
.tivala-newsletter-signup-wrap input {
  padding: 14px;
  height: 40px;
  border-radius: 3px;
  border: none;
  font-size: 18px;
  margin-right: 2px;
  background: #E2E2E2;
}
@media all and (max-width: 650px) {
  .tivala-newsletter-signup-wrap input {
    flex: 1;
    width: 100%;
  }
}

.tivala-news-headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tivala-news-headline .tivala-sp-light-title {
  margin-left: 10px;
}
@media all and (max-width: 650px) {
  .tivala-news-headline {
    align-items: initial;
    flex-direction: column;
  }
}
@media all and (max-width: 650px) {
  .tivala-news-headline .tivala-big-title-clean {
    margin-bottom: 20px;
    border-bottom: 3px solid #ab1624;
  }
}

.tivala-newsletter-success {
  display: none;
}

#tivala-newsletter-signup-submit .tivala-icon-link {
  padding: 0px 20px;
}

.tivala-newsletter-icon-button {
  padding: 0px 16px;
  height: 40px;
  border-radius: 5px;
  background-color: #ab1624;
  color: white !important;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.tivala-newsletter-icon-button:hover .fas {
  transition: all 0.5s; /* Chrome and other webkit browsers */ /* FF */ /* Opera */ /* IE9 */
  transform: rotate(360deg); /* W3C compliant browsers */
}
.tivala-newsletter-icon-button .fas {
  font-size: 20px;
  line-height: 20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  left: 0px;
  position: relative;
}

#tivala-newsletter-validate {
  padding: 10px;
  background: rgba(171, 22, 36, 0.2784313725);
  margin-top: 10px;
  color: black;
  border-radius: 3px;
  display: none;
}

/* PRODUCT SECTION */
.tivala-product-section-inner {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1000px) {
  .tivala-product-section-inner {
    flex-direction: column;
    justify-content: center;
  }
}

.tivala-product-section {
  padding: 40px 0px;
  margin-top: 140px;
}
@media all and (max-width: 1000px) {
  .tivala-product-section {
    margin-top: 0px;
  }
}

.tivala-product-setion-carousel,
.tivala-ps-product-links {
  width: 48%;
  width: calc(50% - 15px);
}

.tivala-product-setion-carousel {
  display: flex;
  align-items: center;
}
@media all and (max-width: 1150px) {
  .tivala-product-setion-carousel {
    width: 40%;
    width: calc(40% - 15px);
  }
}
@media all and (max-width: 1000px) {
  .tivala-product-setion-carousel {
    width: 100%;
    margin-bottom: 40px;
  }
}

.tivala-product-image-wrap img {
  border-radius: 20px;
}

@media all and (max-width: 1150px) {
  .tivala-ps-product-links {
    width: 58%;
    width: calc(60% - 15px);
  }
}
@media all and (max-width: 1000px) {
  .tivala-ps-product-links {
    width: 100%;
  }
}/*# sourceMappingURL=frontpage.css.map */