/*
=========================================================
EXHIBITION CSS
=========================================================
 * Innehåller styling för smartphones
 *
 * Copyright (C) Limepark AB. Upprättad 2020.
=========================================================*/

/*
---------------------------------------------------------
HERO
---------------------------------------------------------*/

.lp-exhibition-image-text-wrapper {
  padding-top: 10px;
}

.lp-hero.lp-exhibition-hero {
  display: flex;
  height: auto;
  min-height: 65vh;
  position: static;
}

.lp-exhibition-hero-overlay {
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 60%;
  z-index: -1;
}

.lp-exhibition-hero-content {
  box-sizing: border-box;
  display: block;
  height: 100%;
  padding: 4rem;
  width: 60%;
}

.lp-exhibition-hero > .lp-hero__image {
  height: auto;
  position: relative;
}

.lp-exhibition-hero-content span {
  display: block;
}

.lp-exhibition-hero-content .lp-exhibition-hero-caption-meta {
  font-family: 'Playfair Display', georgia, serif;
  font-size: 5.4rem;
  line-height: 1;
}

.lp-exhibition-hero-content .lp-exhibition-hero-caption-title,
.lp-exhibition-hero-content .lp-exhibition-hero-caption-subtitle {
  font-family: 'Playfair Display', georgia, serif;
  font-size: 8.2rem;
  line-height: 1;
  word-spacing: 645px;
}

.lp-exhibition-hero-content .lp-exhibition-hero-caption-title,
.lp-exhibition-hero-content .lp-exhibition-hero-caption-subtitle {
  color: #fff;
  text-transform: uppercase;
}

.lp-exhibition-hero-content .lp-exhibition-hero-caption-title {
  font-weight: 600;
}

/*
---------------------------------------------------------
RUBRIK
---------------------------------------------------------*/

.lp-exhibition-frame {
  margin: 2rem 0;
  padding: 1.5rem 3rem;
}

.lp-exhibition-frame a {
  color: #fff;
  font-family: 'Playfair Display', georgia, serif;
  font-size: 3.6rem;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

/*
---------------------------------------------------------
BANNER
---------------------------------------------------------*/

.lp-exhibition-banner {
  box-sizing: border-box;
  display: flex;
  margin: 0 15px 30px;
  min-height: 380px;
  position: relative;
  width: 100%;

  -webkit-box-flex: 1;
  flex: 1 1 auto;
}

.lp-exhibition-banner > .lp-cover {
  height: 100%;
  overflow: hidden;
  position: absolute;
}

.lp-exhibition-banner > .lp-cover > .lp-cover__image {
  height: 100%;
  transition: ease 0.6s;
}

.lp-exhibition-banner__overlay {
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 60%;
  z-index: 2;
}

.lp-exhibition-banner__content {
  box-sizing: border-box;
  height: 100%;
  padding: 3rem;
  width: 60%;
  z-index: 2;
}

.lp-exhibition-banner__title {
  display: block;
  font-family: 'playfair display',georgia,serif;
  font-size: 4.4rem;
  line-height: 1;
  text-decoration: none;
}

.lp-exhibition-banner__exhibition-primary-name,
.lp-exhibition-banner__exhibition-name {
  display: block;
  font-family: 'playfair display',georgia,serif;
  font-size: 5.8rem;
  line-height: 1;
  text-decoration: none;
  word-spacing: 100vw;
}

.lp-exhibition-banner__title {
  margin: 0;
}

.lp-exhibition-banner__exhibition-primary-name {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.lp-js .lp-exhibition-banner:hover .lp-exhibition-banner__exhibition-primary-name {
  text-decoration: none;
}

.lp-exhibition-banner__exhibition-name {
  color: #fff;
  text-transform: uppercase;
}

.lp-exhibition-banner:hover .lp-cover__image {
  transform: scale(1.07);
  transition: ease 0.5s;
}

.exhibit-video {
  width: 65%;
}

/*
---------------------------------------------------------
FÄRGER
--------------------------------------------------------- */

/* Orange */
.lp-exhibition-color1 {
  background-color: rgb(235, 93, 11);
}

/* Rosa */
.lp-exhibition-color2 {
  background-color: rgba(204, 92, 116);
}

/* Grön */
.lp-exhibition-color3 {
  background-color: rgba(52, 128, 75);
}

/* Turkos */
.lp-exhibition-color4 {
  background-color: rgba(81, 161, 158);
}

/* Gul */
.lp-exhibition-color5 {
  background-color: rgba(181, 158, 56);
}

/* Brun */
.lp-exhibition-color6 {
  background-color: rgba(138, 76, 25);
}

/* Blå */
.lp-exhibition-color7 {
  background-color: rgba(23, 67, 143);
}

/* Vinröd */
.lp-exhibition-color8 {
  background-color: rgba(138, 75, 86);
}

/* Lila */
.lp-exhibition-color9 {
  background-color: rgba(138, 75, 128);
}

/* Klargul */
.lp-exhibition-color10 {
  background-color: rgba(244, 205, 20);
}


/* Ljuslila */
.lp-exhibition-color11 {
  background-color: rgba(125, 100, 158);
}

/* Grå */
.lp-exhibition-color12 {
  background-color: rgba(50,59,61);
}


/*
---------------------------------------------------------
FLÖDE UTSTÄLLNING
--------------------------------------------------------- */

.lp-flow-banners .lp-cover {
  min-height: 260px;
}

.lp-flow-banners .lp-exhibition-banner__overlay {
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
}

.lp-flow-banners .lp-exhibition-banner__exhibition-primary-name,
.lp-flow-banners .lp-exhibition-banner__exhibition-name {
  font-size: 3.2rem;
}

/* Bred puff */

.lp-flow-banners.lp-flow-wide .lp-flowitem {
  height: 50vw;
  max-height: 500px;
  min-height: 350px;
}

.lp-flow-banners.lp-flow-wide .lp-flowitem-info {
  max-width: 65.89147286821705%;
}

.lp-flow-banners.lp-flow-wide .lp-exhibition-banner__overlay {
  width: 50%;
}

.lp-flow-banners.lp-flow-wide .lp-exhibition-banner__exhibition-primary-name,
.lp-flow-banners.lp-flow-wide .lp-exhibition-banner__exhibition-name {
  font-size: 5.6rem;
}
