@charset "UTF-8";
/* Theme Name: JCDecaux Kampanjsite
Theme Author: UCS Mindbite
 */
/*
MIXINS

Här samlas olika SCSS-funktioner som kan inkluderas i övriga filer med @include.
https://sass-lang.com/documentation/at-rules/mixin

*/
body,
* {
  margin: 0;
  border: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: 0;
  padding: 0;
  text-rendering: auto;
}

body {
  min-height: 100vh;
  background: #000;
  color: #fff;
  font-family: "Inter";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.entry-content {
  color: #fff;
  margin-bottom: 2.5rem;
}
@media all and (min-width: 48rem) {
  .entry-content {
    width: 63vw;
    margin-bottom: 4vw;
  }
}
.entry-content p {
  font-size: 1.125rem;
  line-height: 130%;
  margin-bottom: 1.125rem;
  font-weight: 700;
}
@media all and (min-width: 48rem) {
  .entry-content p {
    font-size: 1.9vw;
    margin-bottom: 1.125em;
  }
}
.entry-content a {
  color: inherit;
  text-decoration: none;
}
.entry-content a br {
  display: block;
}
.entry-content p + p > a {
  margin-top: 3.5rem;
  display: block;
}
@media all and (min-width: 48rem) {
  .entry-content p + p > a {
    margin-top: 5.5vw;
  }
}
.entry-content strong {
  color: #0db2ad;
  font-weight: 700;
}
@media all and (max-width: 35.49rem) {
  .entry-content p > br {
    display: none;
  }
}

@media all and (min-width: 48rem) {
  .showreel__wrapper--mobile {
    display: none;
  }
}

.showreel__wrapper--desktop {
  display: none;
}
@media all and (min-width: 48rem) {
  .showreel__wrapper--desktop {
    display: block;
  }
}

.showreel__wrapper {
  background: #000;
  padding-bottom: 177%;
  position: relative;
}
@media all and (min-width: 48rem) {
  .showreel__wrapper {
    padding-bottom: 56.25%;
  }
}
.showreel__wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.layout.layout-hero {
  padding: 0;
}

.hero-img__wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100%;
  position: relative;
}
@media all and (min-width: 48rem) {
  .hero-img__wrapper {
    padding-bottom: 50%;
  }
}
@media all and (min-width: 1280px) {
  .hero-img__wrapper {
    padding-bottom: 30%;
  }
}
.hero-img__wrapper::after {
  content: "";
}

.hero-img__container,
.hero__container {
  bottom: 0;
  padding-bottom: 0.75rem;
  position: absolute;
}
@media all and (min-width: 85.375rem) {
  .hero-img__container,
  .hero__container {
    padding-bottom: 0.25rem;
  }
}
.hero-img__container .heading,
.hero__container .heading {
  color: #fff;
  margin-bottom: 0;
}

.hero--cj_photography .heading,
.hero--cj_video_item .heading,
.single-cj_client .hero .heading,
.single-cj_ad_item .hero .heading {
  font-size: 1.5rem;
  line-height: 1.25;
}
@media all and (min-width: 85.375rem) {
  .hero--cj_photography .heading,
  .hero--cj_video_item .heading,
  .single-cj_client .hero .heading,
  .single-cj_ad_item .hero .heading {
    font-size: 2rem;
  }
}
.hero--cj_photography .heading span,
.hero--cj_photography .heading .subheading,
.hero--cj_video_item .heading span,
.hero--cj_video_item .heading .subheading,
.single-cj_client .hero .heading span,
.single-cj_client .hero .heading .subheading,
.single-cj_ad_item .hero .heading span,
.single-cj_ad_item .hero .heading .subheading {
  color: #fff;
  display: block;
  font-size: inherit;
}

.showreel__expand {
  pointer-events: none;
}

.fa-expand {
  display: none;
}

@media all and (pointer: fine) {
  .showreel__expand {
    background: rgba(255, 255, 255, 0.1);
    display: block;
    height: 100%;
    left: 0;
    pointer-events: all;
    top: 0;
    width: 100%;
  }
  .showreel__expand iframe,
  .showreel__expand .hero__container {
    pointer-events: none;
  }
  .fa-expand {
    bottom: 2.5rem;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 3rem;
    opacity: 0;
    position: absolute;
    right: 2.5rem;
    transition: all 0.5s ease;
  }
  .hero--showreel:hover .fa-expand {
    opacity: 1;
    z-index: 99;
  }
}
.visitor-count {
  padding: 10rem 7.2% 2.5rem 7.2%;
  margin-top: auto;
}
@media all and (min-width: 48rem) {
  .visitor-count {
    padding: 14% 7.2% 3rem 7.2%;
  }
}
@media all and (min-width: 85.375rem) {
  .visitor-count {
    padding-bottom: 2.5rem;
  }
}

.visitor-count__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media all and (min-width: 35.5rem) {
  .visitor-count__container {
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.visitor-count__count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0.75rem;
  font-size: 1rem;
  letter-spacing: -0.025em;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
  top: 4px;
}
@media all and (min-width: 35.5rem) {
  .visitor-count__count {
    font-size: 1.29rem;
    top: -4px;
  }
}
@media all and (min-width: 48rem) {
  .visitor-count__count {
    top: -1.4rem;
  }
}

.visitor-count__count-value {
  font-weight: 700;
  font-size: 1.493rem;
  line-height: 1;
  margin-left: 0.25em;
}
@media all and (min-width: 35.5rem) {
  .visitor-count__count-value {
    font-size: 2.237rem;
    margin-left: 1rem;
  }
}
@media all and (min-width: 48rem) {
  .visitor-count__count-value {
    font-size: 2.415rem;
    margin-left: 1.25rem;
    position: relative;
    top: 1px;
  }
}

.visitor-count__logo {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  position: relative;
  top: 0.725rem;
  margin-bottom: 1.25rem;
}
@media all and (min-width: 35.5rem) {
  .visitor-count__logo {
    font-size: 1.29rem;
  }
}
@media all and (min-width: 48rem) {
  .visitor-count__logo {
    top: 0;
    margin-bottom: 0;
  }
}
.visitor-count__logo::after {
  content: "";
  margin-left: 0.5em;
  display: block;
  background-color: #0db2ad;
  -webkit-mask: url("assets/img/arrow-regular.svg") no-repeat right center;
  -webkit-mask-size: auto 100%;
  mask: url("assets/img/arrow-regular.svg") no-repeat right center;
  mask-size: auto 100%;
  width: 1.625rem;
  height: 2.12875rem;
}
@media all and (min-width: 35.5rem) {
  .visitor-count__logo::after {
    width: 2.67rem;
    height: 3.4977rem;
  }
}
@media all and (min-width: 48rem) {
  .visitor-count__logo::after {
    width: 3.5rem;
    height: 4.585rem;
    margin-left: 1.5rem;
  }
}

/*# sourceMappingURL=style.css.map */
