/* ==========================================================================
   Fonts
   ========================================================================== */
@font-face {
  font-family: 'Graphik';
  src: url("../fonts/Graphik-Semibold-Web.eot");
  src: url("../fonts/Graphik-Semibold-Web.eot#iefix") format("embedded-opentype"), url("../fonts/Graphik-Semibold-Web.woff2") format("woff2"), url("../fonts/Graphik-Semibold-Web.woff") format("woff"), url("../fonts/Graphik-Semibold-Web.ttf") format("truetype"), url("../fonts/Graphik-Semibold-Web.svg#Graphik-Semibold-Web") format("svg");
  font-weight: 600;
  font-style: normal;
  font-variant: normal; }
@font-face {
  font-family: 'Graphik';
  src: url("../fonts/Graphik-Regular-Web.eot");
  src: url("../fonts/Graphik-Regular-Web.eot#iefix") format("embedded-opentype"), url("../fonts/Graphik-Regular-Web.woff2") format("woff2"), url("../fonts/Graphik-Regular-Web.woff") format("woff"), url("../fonts/Graphik-Regular-Web.ttf") format("truetype"), url("../fonts/Graphik-Regular-Web.svg#Graphik-Regular-Web") format("svg");
  font-weight: 400;
  font-style: normal;
  font-variant: normal; }
@font-face {
  font-family: 'Graphik';
  src: url("../fonts/Graphik-Medium-Web.eot");
  src: url("../fonts/Graphik-Medium-Web.eot#iefix") format("embedded-opentype"), url("../fonts/Graphik-Medium-Web.woff2") format("woff2"), url("../fonts/Graphik-Medium-Web.woff") format("woff"), url("../fonts/Graphik-Medium-Web.ttf") format("truetype"), url("../fonts/Graphik-Medium-Web.svg#Graphik-Medium-Web") format("svg");
  font-weight: 500;
  font-style: normal;
  font-variant: normal; }
/* ==========================================================================
   Helper classes
   ========================================================================== */
.container {
  margin: 0 auto;
  position: relative;
  width: 960px;
  max-width: 100%; }

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

.container:after {
  clear: both; }

.container {
  *zoom: 1; }

.container-fluid {
  width: 100%;
  padding: 0 15px; }

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

.clearfix:after {
  clear: both; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

img {
  max-width: 100%; }

ul, li {
  list-style: none;
  padding: 0;
  margin: 0; }

p {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  line-height: 1em;
  padding: 0; }

a {
  text-decoration: none;
  color: #DC1928; }

input[type="text"], input[type="email"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  opacity: 1; }

input:-moz-placeholder, textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  opacity: 1; }

input::-moz-placeholder, textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 1; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  opacity: 1; }

/* ==========================================================================
   Responsive helpers
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*
 * Grid helpers inspired from Twitter Bootstrap
 */
.row {
  *zoom: 1; }

.col12 {
  width: 100%;
  float: left; }

.col11 {
  width: 91.666666666667%;
  float: left; }

.col10 {
  width: 83.333333333333%;
  float: left; }

.col9 {
  width: 75%;
  float: left; }

.col8 {
  width: 66.666666666667%;
  float: left; }

.col7 {
  width: 58.333333333333%;
  float: left; }

.col6 {
  width: 50%;
  float: left; }

.col5 {
  width: 41.666666666667%;
  float: left; }

.col4 {
  width: 33.333333333333%;
  float: left; }

.col3 {
  width: 25%;
  float: left; }

.col2 {
  width: 16.666666666667%;
  float: left; }

.col1 {
  width: 8.3333333333333%;
  float: left; }

.hidden-desktop {
  display: none; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.table {
  display: table;
  width: 100%;
  height: 100%; }

.table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  background: #5755dc;
  background-image: url("../images/bg.png");
  font-family: 'Graphik', sans-serif;
  font-weight: 400;
  background-repeat: repeat-x;
  background-size: 3px 1700px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
  padding-bottom: 120px;
  position: relative; }

header {
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

a.logo {
  margin-left: 30px;
  display: block; }

.header-right {
  font-size: 15px;
  margin-right: 38px;
  display: inline-flex;
  align-items: center; }

.header-right p {
  line-height: 40px;
  margin-right: 20px;
  color: #fff;
  position: relative; }

a.btn-account {
  display: block;
  background: #5855dc;
  color: #fff;
  line-height: 40px;
  padding: 0 15px;
  border-radius: 4px;
  position: relative;
  font-weight: 500; }

.hero {
  margin: 37px 0 30px; }

.hero .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: row;
  flex-wrap: nowrap; }

.hero .col4 {
  width: 300px; }

.hero .col8 {
  width: 65.666667%; }

.box {
  float: left;
  position: relative;
  border-radius: 9px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px; }

.box:before {
  content: "";
  display: block;
  padding-top: 100%; }

.box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px; }

.hero-info .title {
  line-height: 37pt;
  font-size: 39px;
  color: #fff;
  font-weight: 600;
  margin-left: -2px; }

.hero-info .title span {
  font-weight: 400;
  display: block; }

.hero .release {
  font-weight: 400;
  color: #aba4c3;
  font-size: 15px;
  line-height: 1.4em;
  margin-top: 9px; }

.hero .social {
  width: 100%;
  margin-top: 31px; }
  .hero .social a {
    float: left;
    margin-right: 39px; }

.spotify-stripe, .deezer-stripe {
  position: absolute;
  right: -46px;
  top: 15px;
  background: #5854dc;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  font-family: "Graphik", sans-serif;
  font-weight: 500;
  letter-spacing: 0.34px;
  padding: 0 30px;
  color: #fff;
  text-align: center;
  transform: rotate(45deg);
  text-transform: uppercase;
  width: 150px; }
  .spotify-stripe.saved, .deezer-stripe.saved {
    background: #00c74f; }

.hero .social i.fab {
  color: #fff;
  font-size: 33px;
  cursor: pointer; }

.social-mobile {
  display: none; }

.social-mobile i.fab {
  color: #fff;
  font-size: 33px;
  cursor: pointer;
  opacity: 1;
  transition: ease .5s; }

.posts .row {
  display: block;
  margin: 0 -15px; }
  .posts .row .col4 {
    float: left;
    width: 33.33333%;
    padding: 0 15px; }
    .posts .row .col4 a {
      overflow: hidden; }
      .posts .row .col4 a .partner-logo {
        color: #5855dc;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: max-content;
        line-height: 28px;
        font-size: 22px;
        max-width: 80%;
        margin: auto;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center; }

.post-item {
  display: block;
  cursor: pointer;
  height: 200px;
  max-width: 100%;
  background: #EBE9F2;
  border-radius: 9px;
  position: relative;
  transition: all ease .3s;
  margin-bottom: 30px; }

.posts .row .video-box.playing {
  position: relative;
  width: 66.66%;
  transition: all ease .3s; }
  .posts .row .video-box.playing .post-item-play {
    height: 430px;
    transition: all ease .3s; }
  .posts .row .video-box.playing .yt-video-container {
    display: block; }
.posts .row .video-box .yt-video-container {
  display: none;
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.post-item.post-item-play {
  background-size: cover;
  background-position: center center;
  overflow: hidden; }
  .post-item.post-item-play img {
    max-width: 100%;
    max-height: 100%; }
.post-item:hover {
  box-shadow: 0 0 41px 1px #331B7D;
  background-color: #fff; }
.post-item img {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  max-height: 90px;
  max-width: 75%; }
.post-item p {
  font-weight: 500;
  position: absolute;
  top: 15px;
  left: 16px;
  color: #a2a4ab;
  font-size: 14px; }

.play-btn {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto; }
  .play-btn.play-icon {
    background: url("../images/play-icon.png") no-repeat transparent;
    background-size: contain; }
  .play-btn.pause-icon {
    background: url("../images/pause-icon.png") no-repeat transparent;
    background-size: contain; }

.post-item-play {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.tracklist h3 {
  font-family: 'Graphik', sans-serif;
  font-weight: 600; }

.tracklist {
  font-family: 'Graphik', sans-serif;
  font-weight: 400; }

.fb-share-button ._3jn- {
  display: none !important; }

footer {
  font-weight: 400;
  color: #fff;
  text-align: center;
  font-size: 15px;
  padding: 60px 0 45px;
  position: absolute;
  bottom: 0;
  width: 100%; }
  footer .copyright {
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    display: block;
    font-weight: 400; }

.footer-mobile {
  display: none; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Modify as content requires.
   ========================================================================== */
/*
 * Tablet
 */
@media only screen and (max-width: 1023px) {
  /* Tablet grid */
  /* Helpers */
  .hidden-tablet {
    display: none; }

  .visible-tablet {
    display: block; }

  .container {
    padding: 0 20px; }

  .hero-info {
    padding-right: 0 !important;
    padding-left: 30px; }

  .col4 {
    width: 50%;
    float: left; }

  .posts .col4 {
    width: 50% !important; }
    .posts .col4.video-box.playing {
      width: 100% !important; }

  .col4.empty {
    display: none; }

  .hero .row {
    justify-content: flex-start; } }
/*
 * Mobile
 */
@media only screen and (max-width: 767px) {
  body {
    padding-bottom: 0; }

  .container {
    padding: 0 20px; }

  /* Mobile grid */
  header {
    display: none; }

  .hero {
    margin: 34px 0 24px; }
    .hero .col4 {
      width: 33%; }
      .hero .col4 .box {
        width: 100%; }
    .hero .col8 {
      width: 66.7%; }

  .posts .row .video-box.playing .post-item-play {
    height: 250px; }

  .hero-info .title {
    font-size: 18px;
    line-height: 21px;
    padding-left: 20px; }

  .hero .release {
    font-size: 12px;
    padding-left: 20px; }

  .posts .col4 {
    width: 100% !important; }

  .hero-info {
    padding-left: 0; }

  .hero .social {
    display: none; }

  .social-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 28px; }

  .post-item {
    margin-bottom: 10px; }

  .box .play-btn,
  .post-item .play-btn {
    width: 70px;
    height: 70px; }

  .post-item {
    height: 140px; }

  a.btn-account {
    background: #33157f; }

  p.footer-linkpage-text {
    font-weight: 600;
    font-size: 18px; }

  /* Helpers */
  .hidden-mobile {
    display: none; }

  .visible-mobile {
    display: block; }

  footer {
    background: #331B7D;
    padding: 40px 15px;
    margin-top: 30px;
    bottom: auto;
    position: relative; }
    footer .copyright {
      padding-top: 30px; }
    footer .footer-mobile {
      display: block; }
      footer .footer-mobile p {
        line-height: 30px; }
      footer .footer-mobile .logo-footer {
        display: inline-block;
        margin: 0 0 25px;
        padding: 0;
        width: 175px;
        height: 46px; }
      footer .footer-mobile .question, footer .footer-mobile .account {
        font-size: 15px;
        font-weight: 500;
        color: #fff; }
      footer .footer-mobile .account {
        text-decoration: underline; }

  .post-item:hover {
    box-shadow: 0 6px 31px 1px #331B7D;
    z-index: 1; } }
.lang-selector-container {
  text-align: left;
  color: #fff;
  margin-left: 20px;
  position: relative;
  font-weight: 500;
  font-size: 15px; }
  .lang-selector-container .open-lang-selector {
    display: block;
    line-height: 36px;
    width: 120px;
    padding-left: 15px;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    cursor: pointer; }
    .lang-selector-container .open-lang-selector::after {
      display: inline-block;
      content: '';
      background: url("../images/arrow-down.svg") center center no-repeat;
      width: 10px;
      float: right;
      height: 36px;
      margin: 0 15px; }
  .lang-selector-container .lang-selector {
    position: absolute;
    top: 140%;
    right: 0;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 0 41px 1px rgba(18, 18, 18, 0.15);
    background: #fff;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s linear;
    z-index: 2;
    color: #222229;
    transform: scale(0.9); }
    .lang-selector-container .lang-selector.opened {
      transform: scale(1);
      top: 115%;
      opacity: 1;
      visibility: visible; }
    .lang-selector-container .lang-selector a {
      line-height: 24px;
      padding: 8px 15px;
      display: block;
      position: relative;
      color: #222229; }
      .lang-selector-container .lang-selector a.active {
        color: #5855DC; }
        .lang-selector-container .lang-selector a.active::after {
          display: block;
          content: '';
          width: 17px;
          background: url(../images/checkmark.svg) center center no-repeat transparent;
          height: 25px;
          float: right; }
      .lang-selector-container .lang-selector a:hover {
        color: #5855DC; }

.footer-mobile .lang-selector-container {
  margin: 25px auto; }
  .footer-mobile .lang-selector-container .open-lang-selector {
    width: auto;
    max-width: 80vw;
    margin: 0 auto; }
  .footer-mobile .lang-selector-container .lang-selector {
    top: 0; }
    .footer-mobile .lang-selector-container .lang-selector.opened {
      top: 0; }

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