/*
Theme Name: Universal Music AS
Theme URI: https://universalmusic.no
Author: Mats Johannesen
Author URI: https://wordpress.org/
Description: Custom theme for Universal Music Norway
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:700");
@import url("https://fonts.googleapis.com/css?family=Cantarell|Fjalla+One|Lato");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

body {
  line-height: 1;
}

a {
  text-decoration: none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

textarea {
  resize: vertical;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 10px 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
}

.intro, h6 {
  font-size: 18px;
  font-style: italic;
  margin: 1em 0;
  display: block;
}

em {
  font-style: italic;
}

h2 {
  font-size: 25px;
}

.slick-prev:before, .slick-next:before {
  color: #100e0e !important;
}

@keyframes zoom-in {
  0% {
    transform: scale(0.1);
  }
  100% {
    transform: none;
  }
}
@keyframes rotate-right {
  0% {
    transform: translate(-100%) rotate(-100deg);
  }
  100% {
    transform: none;
  }
}
.is-animated {
  animation: 0.6s zoom-in;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  font-family: "Cantarell", sans-serif;
  font-size: 12pt;
  line-height: 1.2;
  color: #2b303e;
  background-color: #efefef;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.pull-right {
  float: right;
  margin-left: auto;
}

.gform_wrapper .gform_footer input[type=submit] {
  background-color: transparent;
  color: #111010;
  border: 1px solid #111010;
  padding: 0.75em;
  font-size: 15px;
  cursor: pointer;
}
.gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #111010;
  color: white;
}

.field-wrap > div input {
  padding: 0.5em;
  font-size: 16px;
}

.nf-before-form-content {
  display: none;
}

.btn {
  border: 0;
  margin: 0 0.25em;
  background-color: transparent;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

.active {
  background-color: black;
  color: white;
  padding: 0.75em;
}

@media screen and (max-width: 768px) {
  .btn {
    font-size: 10px;
  }
}
.responsiveEmbed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.responsiveEmbed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}
.modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}
.modalDialog > div {
  width: 60vw;
  position: relative;
  margin: 10% auto;
  padding: 5px 20px 13px 20px;
  border-radius: 10px;
  background: #fff;
  background: -moz-linear-gradient(#fff, #999);
  background: -webkit-linear-gradient(#fff, #999);
  background: -o-linear-gradient(#fff, #999);
}
.modalDialog h2 {
  margin: 10px;
}
.modalDialog .close {
  background: #606061;
  color: #fff;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 1px 1px 3px #000;
  -moz-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}
.modalDialog .close:hover {
  background: #00d9ff;
}

@media screen and (max-width: 768px) {
  .modalDialog > div {
    width: 90vw;
  }
}
header {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1001;
}
header .title-nav {
  display: table;
  width: 100%;
  padding: 25px 80px;
  vertical-align: middle;
}
header .title-nav .title {
  margin: 0;
  padding: 0;
  display: table-cell;
  width: 30%;
  vertical-align: middle;
  position: relative;
}
header .title-nav .title img {
  max-width: 400px;
  max-height: 100px;
}

.jumbotron {
  position: relative;
  max-height: 500px;
  height: auto;
  overflow: hidden;
}
.jumbotron .jumboImage {
  position: absolute;
  width: 100%;
  height: auto;
  overflow: hidden;
  max-height: 500px;
}
.jumbotron .jumboImage img {
  max-width: 100%;
  display: block;
  height: auto;
}

.jumbotronHome img.homeJumbo {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  /* Set up positioning */
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -20px;
  z-index: -10;
}
@media screen and (max-width: 1024px) {
  .jumbotronHome {
    /* Specific to this particular image */
  }
  .jumbotronHome img.homeJumbo {
    left: 50%;
    margin-left: -512px;
    /* 50% */
  }
}

.title-desc-wrapper {
  top: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 180px;
  overflow: hidden;
  position: relative;
  padding: 80px;
  padding-top: 200px;
  z-index: 10;
}
.title-desc-wrapper .desc-inner {
  text-align: center;
  max-width: 800px;
  padding: 80px 0;
  z-index: 100;
  position: relative;
}
.title-desc-wrapper .desc-inner p {
  text-align: center;
  width: 100%;
  margin: 0 0 0.75em;
  font-size: 18px;
  font-family: "Fjalla One", Helvetica, Arial, sans-serif;
  line-height: 1.6em;
  text-transform: uppercase;
  position: relative;
  color: #fff;
}
.title-desc-wrapper .desc-inner p strong {
  display: block;
  font-size: 70px;
  line-height: 1;
}

.title-desc-wrapper-home {
  padding-top: 400px;
}

.scroll-arrow {
  cursor: pointer;
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -75px;
  width: 150px;
  z-index: 10;
  height: 30px;
  text-align: center;
  padding: 0;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
.scroll-arrow i {
  border: solid white;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

section.home-wrapper {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.background {
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

@media (max-width: 768px) {
  header .title-nav {
    padding: 25px 20px;
  }
  header .title-nav .title img {
    max-height: 50px;
  }

  .jumbotron img.homeJumbo {
    min-height: 30%;
  }
  .jumbotron .title-desc-wrapper {
    padding: 0;
  }
  .jumbotron .title-desc-wrapper .desc-inner {
    padding: 290px 0 100px;
  }
  .jumbotron .title-desc-wrapper .desc-inner p strong {
    font-size: 30px;
    /*line-height: 0.5;*/
  }
  .jumbotron .title-desc-wrapper-home {
    padding: 150px 30px;
    padding-top: 30px;
  }
}
.content {
  padding: 2em 0;
}

.container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
.container strong {
  font-weight: bold;
}
.container ul {
  list-style: initial;
  margin-left: 30px;
}
.container .row {
  display: flex;
}
.container .row iframe {
  margin-bottom: 2em;
}
.container .row img {
  display: block;
  max-width: 100%;
}
.container .row .catname {
  width: 100%;
}
.container .row .catname h2 {
  padding: 4px 8px;
  display: inline-block;
  margin: 1em 0 0.5em;
  background-color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: white;
  font-size: 2rem;
}
.container .row .employee {
  width: 23%;
}
.container .row .employee h2 {
  font-size: 22px;
}
.container .row .employee a {
  font-size: 14px;
}
.container .row .artists {
  width: 31%;
}
.container .row .artists h2 {
  font-size: 22px;
}
.container .case {
  margin-bottom: 50px;
}
.container .full {
  width: 100%;
  margin: 0 auto;
  padding: 2em 1em;
}
.container .full h2, .container .full p {
  text-align: center;
}
.container .full h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
.container .eighty {
  width: 80%;
  margin: 0 auto;
  background-color: white;
}
.container .eighty h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
.container .eighty h2 {
  padding: 0.25em 0.5em;
}
.container .eighty p {
  padding: 0.25em 1em;
}
.container .eighty p:last-of-type {
  padding-bottom: 2em;
}
.container .eighty figure img {
  width: 100%;
}
.container .ntb .date, .container .eighty .date {
  padding: 0.25em 1em;
  display: block;
  font-size: 0.75rem;
}
.container .ntb .date:before, .container .eighty .date:before {
  content: "";
  display: block;
  background: url("assets/images/icons8-calendar.svg") no-repeat;
  width: 20px;
  height: 20px;
  float: left;
}
.container .half {
  width: 50%;
  padding: 20px;
}
.container .thirds {
  width: 33.333333333%;
  margin: 10px;
}
.container .thirds figure {
  max-height: 158px;
  overflow: hidden;
  margin-bottom: 20px;
}
.container .thirds img {
  margin-bottom: 20px;
}
.container .artist h2 {
  margin: 10px 0;
}
.container .artist figure {
  margin-bottom: 0px;
}
.container .artist figure img {
  margin-bottom: 0px;
}
.container .ntb {
  background-color: #fff;
}
.container .ntb h2 {
  margin-bottom: 20px;
  padding: 0 10px;
}
.container .ntb h2 a::before {
  background: none;
  background-color: #1b90a9;
  height: 90%;
  display: block;
  content: "";
  position: absolute;
  left: -10px;
  top: 6%;
  width: 6px;
  min-height: 0;
}
.container .ntb p {
  padding: 0 10px 10px;
  font-weight: normal !important;
  height: 125px;
}

.home .container {
  max-width: initial;
  margin-bottom: 2em;
}
.home .container .row {
  justify-content: center;
  margin: 1em auto;
  max-width: 1024px;
}
.home .container .row .catname {
  width: initial;
}
.home .container .row .catname h2 {
  margin: 10px 0 0;
  background-color: #100e0e;
}
.home .digster {
  background-color: #100e0e;
}

.page-template-kontakter .container .row {
  flex-wrap: wrap;
  width: 100%;
}

.page-template-artister .container .row {
  flex-wrap: wrap;
  width: 100%;
}
.page-template-artister .container .filter {
  justify-content: center;
}

.page-template-news .container .row {
  margin-bottom: 2em;
}

.slick-initialized .slick-track {
  display: flex;
  align-items: center;
}

.slick-slide {
  margin: 0 10px;
}

@media (max-width: 768px) {
  .container .eighty,
.container .thirds {
    width: 100%;
  }
  .container .row {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .container .row .artists {
    width: 100%;
  }
  .container .row .employee {
    width: 40%;
  }
  .container .half {
    width: 100%;
  }

  .page-template-kontakter .container .row {
    justify-content: center;
  }
}
a {
  color: #000;
}

a:hover {
  text-decoration: underline;
}

.case-image {
  position: relative;
}
.case-image a {
  display: inline-block;
}
.case-image .attachment-post-thumbnail {
  display: relative;
}
.case-image .play-button-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 560px) {
  .container .row .employee {
    width: 70%;
  }
  .container .row .catname h2 {
    font-size: 1.5rem;
  }

  footer .container {
    padding: 0 1em;
  }
}
.nav-icon {
  width: 24px;
  height: 18px;
  margin: 15px 15px 0 0;
  position: absolute;
  z-index: 999999999;
  right: 0;
  background-color: transparent;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.nav-icon span {
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  background-color: #fff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.nav-icon span:nth-child(1) {
  top: 0;
}
.nav-icon span:nth-child(2) {
  top: 8px;
}
.nav-icon span:nth-child(3) {
  top: 16px;
}

.nav-overlay {
  width: 100%;
  height: 100vh;
  margin-top: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.nav-overlay.active {
  visibility: visible;
  opacity: 1;
}

.nav-icon.active span:nth-child(1) {
  position: fixed;
  top: 8px;
  background-color: #fff;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.nav-icon.active span:nth-child(2) {
  position: fixed;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

.nav-icon.active span:nth-child(3) {
  position: fixed;
  top: 8px;
  background-color: #fff;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.main-nav {
  width: 320px;
  margin-top: 0;
  position: fixed;
  top: 0;
  right: -320px;
  z-index: 9999999;
  bottom: 0;
  overflow-y: initial;
  background-color: #111010;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.main-nav.active {
  right: 0;
}
.main-nav a {
  display: block;
  padding: 20px 20px 5px;
  color: #fff;
}
.main-nav a:hover {
  border-bottom: 2px solid #fff;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .nav-icon {
    display: none;
  }

  .desktopNav {
    display: table-cell;
    width: 70%;
    text-align: right;
    vertical-align: middle;
  }

  .main-nav {
    list-style: none;
    line-height: 1em;
    position: relative;
    width: 100%;
    background-color: transparent;
    right: 0;
  }
  .main-nav li {
    margin: 0 0 0 30px;
    padding: 5px 5px 10px;
    display: inline-block;
  }
  .main-nav a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bolder;
    font-family: "Cantarell", sans-serif;
    padding-bottom: 3px;
    display: initial;
    padding: 0;
  }
  .main-nav a:hover {
    border-bottom: 2px solid #fff;
  }
}
footer {
  margin-top: 40px;
  background-color: #111010;
  color: #fff;
  text-align: center;
}
footer ul {
  padding: 20px 0 10px;
}
footer ul li {
  list-style: none;
  display: inline-block;
}
footer p {
  padding-top: 10px;
}
footer p.small-padding {
  padding-top: 0;
}
footer p:last-of-type {
  padding-bottom: 20px;
}
footer a {
  color: #fff;
  text-decoration: underline;
}
footer a:hover {
  text-decoration: none;
}

.tc-template-default header .title-nav {
  background: black;
}
.tc-template-default .container {
  margin-top: 150px;
}
.tc-template-default .container .row {
  display: initial;
}
.tc-template-default .container .row h3 {
  font-size: 2em;
  margin-bottom: 1.5em;
}
.tc-template-default .container .row p {
  margin: 1em 0;
}
.tc-template-default .container .row ol {
  list-style: decimal;
}
.tc-template-default .container .row ol li {
  margin-bottom: 1em;
}

.row-work p,
.row-work h2 {
  margin: 1em;
}
