/*--LIPSCORE WIDGET__*/
.tws-product-reviews-widget--lipscore .tab-content>.tab-pane {
    display: block !important;
}
/* Removing white-space */
.bountiful--article-bottom {
  margin: -20px 0 0 0;
}
.slot--article-description {
	padding: 20px 0;
}
/* Removing Description and article number */
.tws-article-description--article-number, .tws-article-description--heading {
  display: none;
}
/* Remove Show more */
.tws-article-description--text-container {
  max-height: fit-content;
}

.articlegroup .slot--articles {
	margin-top: 0;
}

/* minska CLS desktop */

@media only screen and (min-width: 768px) {
    .bountiful--body {
      min-height: 1200px;
  }
  .bountiful--header {
    min-height: 190px;
  }
  .bountiful--top-bar {
    min-height: 38px;
  }
  .customPageItem.customPageArticleSelection {
    min-height: 450px;
  }
}

@media only screen and (max-width: 767px) {
    .bountiful--body {
      min-height: 800px;
  }
  .bountiful--header {
    min-height: 70px;
  }
  .bountiful--top-bar {
    min-height: 60px;
  }
  .bountiful--article-left-col {
    min-height: 400px;
  }
}

/* lyfta underkant på menyn mobil */
.bountiful--sidebar .tws-vertical-menu-light .tws-vertical-menu-light-root-level {
  padding-bottom: 40px;
}


/*----- TILLVERKNING -------*/
.masonry { /* Masonry container */
  column-count: 4;
  column-gap: 1em;
}

.item { /* Masonry bricks or child elements */
  background-color: #eee;
  display: inline-block;
  margin: 0 0 1em;
  width: 100%;
}

/* The Masonry Container */
.masonry {
   margin: 1.5em auto;
   max-width: 1200px;
   column-gap: 1em;
}

/* The Masonry Brick */
.item {
   background: #fff;
   margin: 0.4em;
   object-fit: cover;
   max-height: 500px;
   overflow: hidden;
}

/* Masonry on large screens */
@media only screen and (min-width: 1024px) {
   .masonry {
      column-count: 3;
   }
}

/* Masonry on medium-sized screens */
@media only screen and (max-width: 1023px) and (min-width: 768px) {
   .masonry {
      column-count: 3;
   }
}

/* Masonry on small screens */
@media only screen and (max-width: 767px) and (min-width: 320px) {
   .masonry {
      column-count: 2;
   }
}

/*------- PERSONAL -------*/
.flex-grid {
	display: flex;
  flex-wrap: wrap;
}
.staff-card {
	flex-basis: calc(25% - 10px);
  margin: 5px;
}
.staff-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}
.staff-card .info {
    text-align: center;
}
.staff-card h3 {
	font-size: 18px;
  margin-bottom: 0;
}
.staff-card p.subtitle {
	margin-top: 5px;
}

/*------ PRESENTTIPS -------*/
.hero,
.banner{
	position: relative;
  display: flex;
}
.hero-image img{
	height: 450px;
  width: 1920px;
  object-fit: cover;
}
.banner-image img{
	height: 350px;
  width: 1920px;
  object-fit: cover;
}
.hero-text,
.banner-text {
	position: absolute;
  max-width: 33%;
  top: 0;
  bottom: 0;
  padding: 20px;
  align-self: center;
  color: #213b2a;
}
.hero-text .before-title,
.banner-text .before-title,
.custom-heading .before-title {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .5px;
  font-size: 12px;
    color: #213b2a;
}
.hero-text h1{
  font-family: "Times New Roman";
  font-size: calc(30px + 1.5vw);
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1;
}
.banner-text h2 {
  font-family: "Times New Roman";
  font-size: calc(20px + 1vw);
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1;
}
.hero-text .usp {
	display: flex;
  align-items: center;
}
.hero-text .usp img {
	max-width: 30px;
	margin-right: 5px;
}
.hero-text .usp p {
	font-weight: 600;
}
.banner-text .divider::before,
.banner-text .divider::after{
    content: "";
    background: #000;
    height: 1px;
    display: inline-block;
    width: calc(50% - 20px);
    vertical-align: middle;
}
.banner-text .divider img {
	max-width: 15px;
}
.banner-text a.button {
	padding: 9px 15px;
  background: #213b2a;
  margin-top: 10px !important;
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}
.custom-heading h2 {
    font-family: "Times new roman";
    font-size: calc(20px + 1vw);
    font-weight: normal;
    margin-top: 0;
    color: #213b2a;
}
.custompage-9116230 .customPageArticleList .pull-right {
	display: none !important;
}
.container-fluid .usp {
  background: #f2efe8;
  border-radius: 3px;
	padding: 12px 0px;
}
.container-fluid .flex {
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flex .flex-item {
	margin: 5px;
  width: calc(20% - 10px);
}
.usp-item {
	text-align: center;
  padding: 0 30px;
}
.usp-item img {
	max-width: 35px !important;
}
.usp-title,
.category-title {
	color: #213b2a;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .5px;
}
.usp-item p:not(.usp-title) {
	font-size: 13px;
}

@media (max-width: 767px) {
	.hero-image::before,
  .banner-image::before{
    content: "";
    background: beige;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.7;
}
  .hero-text, .banner-text {
  	max-width: 100%;
    font-size: 15px;
  }
  .hero-text .before-title, .banner-text .before-title, .custom-heading .before-title {
  	font-size: 15px;
  }
  .hero-text h1 {
  	font-size: 50px;
  }
  .custom-heading h2 {
  	font-size: 35px;
  }
  .flex .flex-item {
  	width: calc(33.333% - 10px);
  }
}