@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700,900");
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.flickity-button {
  background: transparent !important;
}

.flickity-button-icon {
  fill: white !important;
}

.no-scroll {
  overflow: hidden;
}

page {
  display: block;
}

.full-width {
  max-width: 800px;
  margin: 0 auto;
}

.full-width.centered {
  text-align: center;
}

body {
  font-family: Open Sans, sans-serif;
  font-size: 17px;
}

.title {
  margin-bottom: 16px;
  text-transform: uppercase;
}

@media only screen and (min-width: 1170px) {
  .title {
    text-align: center;
  }
}

@media only screen and (min-width: 481px) and (max-width: 1169px) {
  .title {
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  .title {
    text-align: left;
  }
}

p {
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  line-height: 1.6em;
  margin-bottom: 16px;
}

@media only screen and (min-width: 1170px) {
  p {
    text-align: center;
  }
}

@media only screen and (min-width: 481px) and (max-width: 1169px) {
  p {
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  p {
    text-align: left;
  }
}

a {
  color: white;
}

h1 {
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 1.05em;
}

h2 {
  font-size: 2.25em;
}

h2,
h3 {
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  line-height: 1.25em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-family: Montserrat, sans-serif;
  font-size: 1.125em;
  font-weight: 900;
  line-height: 1.25em;
}

section.navigation {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  transition: height 0.3s;
}

@media only screen and (min-width: 1170px) {
  section.navigation {
    padding: 0 48px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 1169px) {
  section.navigation {
    padding: 0 36px;
  }
}

@media only screen and (max-width: 480px) {
  section.navigation {
    padding: 0 16px;
  }
}

section.navigation.scrolled {
  top: 0;
  position: fixed;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.75);
}

section.navigation .logo {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(../images/logo.png);
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (min-width: 1170px) {
  section.navigation .logo {
    margin-top: 3px;
    margin-right: 48px;
    width: 210px;
    height: 30px;
    cursor: pointer;
  }
}

@media only screen and (min-width: 481px) and (max-width: 1169px) {
  section.navigation .logo {
    width: 210px;
    height: 30px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 480px) {
  section.navigation .logo {
    width: 150px;
    height: 25px;
    margin: 0 auto;
  }
}

section.navigation .nav-items {
  display: none;
}

@media only screen and (min-width: 1170px) {
  section.navigation .nav-items {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
  }
}

section.navigation .nav-items .item {
  cursor: pointer;
  display: inline-block;
  margin-right: 16px;
}

section.navigation .social-items {
  display: none;
}

@media only screen and (min-width: 1170px) {
  section.navigation .social-items {
    display: block;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right;
  }
}

section.navigation .social-items .item {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  margin-right: 12px;
  transition-duration: 0.3s;
}

section.navigation .social-items .item.facebook {
  background-image: url(../images/icons/facebook.png);
}

section.navigation .social-items .item.twitter {
  background-image: url(../images/icons/twitter.png);
}

section.navigation .social-items .item.instagram {
  background-image: url(../images/icons/instagram.png);
}

section.navigation .social-items .item.soundcloud {
  width: 26px;
  background-image: url(../images/icons/soundcloud.png);
}

section.navigation .social-items .item.youtube {
  background-image: url(../images/icons/youtube.png);
}

section.navigation .social-items .item.spotify {
  background-image: url(../images/icons/spotify.png);
}

section.navigation .social-items .item:hover {
  transform: translateY(-4px);
}

section.mobile-nav {
  transition-duration: 0.3s;
  position: fixed;
  transform: translateX(-100vw);
  background-color: rgba(42, 19, 61, 0.95);
  top: 80px;
  left: 0;
  height: 100%;
  padding: 24px;
}

@media only screen and (min-width: 1170px) {
  section.mobile-nav {
    display: none;
  }
}

@media only screen and (min-width: 481px) and (max-width: 1169px) {
  section.mobile-nav {
    display: block;
    width: 50%;
    z-index: 1000;
  }
}

@media only screen and (max-width: 480px) {
  section.mobile-nav {
    display: block;
    width: 80%;
    z-index: 1000;
  }
}

section.mobile-nav.active {
  transform: translateX(0);
}

section.mobile-nav .mobile-nav-content {
  position: relative;
  height: 100%;
}

section.mobile-nav .mobile-nav-content .item {
  color: #fff;
  font-size: 24px;
  margin-top: 12px;
}

section.mobile-nav .mobile-nav-content .social-items-mobile {
  position: absolute;
  bottom: 90px;
}

section.mobile-nav .mobile-nav-content .social-items-mobile .item {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  margin-right: 12px;
}

section.mobile-nav .mobile-nav-content .social-items-mobile .item.facebook {
  background-image: url(../images/icons/facebook.png);
}

section.mobile-nav .mobile-nav-content .social-items-mobile .item.twitter {
  background-image: url(../images/icons/twitter.png);
}

section.mobile-nav .mobile-nav-content .social-items-mobile .item.instagram {
  background-image: url(../images/icons/instagram.png);
}

section.mobile-nav .mobile-nav-content .social-items-mobile .item.soundcloud {
  width: 26px;
  background-image: url(../images/icons/soundcloud.png);
}

section.mobile-nav .mobile-nav-content .social-items-mobile .item.youtube {
  background-image: url(../images/icons/youtube.png);
}

section.mobile-nav .mobile-nav-content .social-items-mobile .item.spotify {
  background-image: url(../images/icons/spotify.png);
}

section.header {
  position: relative;
  overflow: hidden;
  width: 100%;
  /*height: 60vh; */
  height: inherit;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

section.header video {
  position: absolute;
}

@media only screen and (min-width: 1170px) {
  section.header video {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
}

@media only screen and (min-width: 481px) and (max-width: 1169px) {
  section.header video {
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 480px) {
  section.header video {
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
}

/* section.header .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(147, 83, 201, .5);
    background-image: url(../images/pattern.png)
} */

section.header image {
  position: absolute;
  top: -150px;
}

@media only screen and (min-width: 1170px) {
  section.header image {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
}

@media only screen and (min-width: 481px) and (max-width: 1169px) {
  section.header image {
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 480px) {
  section.header image {
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
}

@media only screen and (min-width: 1170px) {
  section.content-section {
    padding: 96px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 1169px) {
  section.content-section {
    padding: 48px 36px;
  }
}

@media only screen and (max-width: 480px) {
  section.content-section {
    padding: 48px 16px;
  }
}

section.content-section.light {
  background-color: #fff;
}

section.content-section.light .title {
  color: #333;
}

section.content-section.light p {
  color: #6f6f6e;
}

section.content-section.dark {
  background-color: #181818;
}

section.content-section.dark .title {
  color: #fff;
}

section.content-section.dark p {
  color: #c7c7c7;
}

section.about {
  background-image: url(../images/propulsive_light_bg.jpg);
  background-size: cover;
  background-position: 100%;
  background-repeat: no-repeat;
}

section.propsymbol {
  background-image: url(../images/about-bg.jpg);
  background-size: cover;
  background-position: 100%;
  background-repeat: no-repeat;
}


section.impressions .grid {
  margin-top: 36px;
  margin-bottom: 16px;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 1170px) {
  section.impressions .grid {
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    max-height: 750px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 1169px) {
  section.impressions .grid {
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    max-height: 750px;
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media only screen and (max-width: 480px) {
  section.impressions .grid {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -8px;
    margin-right: -8px;
  }
}

section.impressions .grid .photo {
  height: 200px;
  padding: 8px;
}

@media only screen and (min-width: 1170px) {
  section.impressions .grid .photo {
    max-width: 33.33%;
  }
  section.impressions .grid .photo.s {
    height: 250px;
  }
  section.impressions .grid .photo.m {
    height: 300px;
  }
  section.impressions .grid .photo.l {
    height: 350px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 1169px) {
  section.impressions .grid .photo {
    max-width: 33.33%;
  }
  section.impressions .grid .photo.s {
    height: 220px;
  }
  section.impressions .grid .photo.m {
    height: 250px;
  }
  section.impressions .grid .photo.l {
    height: 300px;
  }
}

@media only screen and (max-width: 480px) {
  section.impressions .grid .photo {
    min-width: 50%;
    height: 170px;
  }
  section.impressions .grid .photo.mob-l {
    height: 270px;
    min-width: 100%;
  }
}

section.impressions .grid .photo .content {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

section.our-music .grid {
  margin-top: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 480px) {
  section.our-music .grid {
    margin-left: -8px;
    margin-right: -8px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 1169px) {
  section.our-music .grid {
    margin-left: -16px;
    margin-right: -16px;
  }
}

section.our-music .grid .col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 250px;
}

@media only screen and (min-width: 1170px) {
  section.our-music .grid .col {
    padding: 16px;
    width: 25%;
  }
}

@media only screen and (min-width: 481px) and (max-width: 1169px) {
  section.our-music .grid .col {
    padding: 8px;
    width: 25%;
  }
}

@media only screen and (max-width: 480px) {
  section.our-music .grid .col {
    padding: 8px;
    width: 50%;
  }
  section.our-music .grid .col:first-child,
  section.our-music .grid .col:nth-child(2) {
    padding-bottom: 0;
  }
  section.our-music .grid .col:nth-child(3),
  section.our-music .grid .col:nth-child(4) {
    padding-top: 0;
  }
}

section.our-music .grid .col .album {
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-size: 110%;
  background-position: 50%;
  background-repeat: no-repeat;
  transition-duration: 0.3s;
}

@media only screen and (min-width: 1170px) {
  section.our-music .grid .col .album {
    margin-bottom: 32px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 1169px) {
  section.our-music .grid .col .album {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 480px) {
  section.our-music .grid .col .album {
    margin-bottom: 16px;
  }
}

section.our-music .grid .col .album:hover {
  transform: scale(1.015);
}

section.buy-music {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

section.my-music {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(../images/studio_bg.jpg);
}


section.buy-music .title,
section.buy-music p {
  color: #fff;
  text-align: center;
}

section.buy-music p {
  margin-top: 24px;
}

section.buy-music .shopping-wrap {
  text-align: center;
}

section.buy-music .shopping-wrap .item {
  cursor: pointer;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
  display: inline-block;
  transition-duration: 0.3s;
  margin: 8px 8px 0 16px;
}

section.buy-music .shopping-wrap .item:hover {
  transform: rotate(10deg);
}

section.buy-music .shopping-wrap .item.spotify {
  background-image: url(../images/icons/spotify_lg.png);
  background-size: 40%;
  background-position: 50%;
  background-repeat: no-repeat;
}

section.buy-music .shopping-wrap .item.soundcloud {
  background-image: url(../images/icons/soundcloud_lg.png);
  background-size: 50%;
  background-position: 50%;
  background-repeat: no-repeat;
}

section.buy-music .shopping-wrap .item.apple {
  background-image: url(../images/icons/apple_lg.png);
  background-size: 40%;
  background-position: 50%;
  background-repeat: no-repeat;
}

section.buy-music .shopping-wrap .item.beatport {
  background-image: url(../images/icons/beatport_lg.png);
  background-size: 60%;
  background-position: 50%;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1170px) {
  section.podcast .podcast-wrap {
    padding: 0 12px 12px;
  }
}

section.podcast .podcast-wrap .podcast-content {
  width: 100%;
  height: 450px;
}

section.podcast .podcast-wrap .podcast-content iframe {
  width: 100%;
  height: 100%;
}

section.podcast .podcast-buttons {
  margin-top: 24px;
}

section.podcast .podcast-buttons .icons {
  font-size: 0;
  text-align: center;
}

section.podcast .podcast-buttons .icons .icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #9353c9;
  margin: 0 8px 0 16px;
  transition-duration: 0.3s;
}

section.podcast .podcast-buttons .icons .icon:hover {
  transform: rotate(10deg);
}

section.podcast .podcast-buttons .icons .icon.soundcloud {
  background-image: url(../images/icons/soundcloud_lg-c.png);
  background-size: 50%;
  background-position: 50%;
  background-repeat: no-repeat;
}

section.podcast .podcast-buttons .icons .icon.itunes {
  background-image: url(../images/icons/apple_lg-c.png);
  background-size: 40%;
  background-position: 50%;
  background-repeat: no-repeat;
}

section.contact {
  background-image: url(../images/my_music_bg.jpg);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

section.contact .title {
  margin-bottom: 36px;
}

section.contact p {
  color: #c7c7c7;
}

section.tour {
  background-image: url(../images/tour.jpg);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

section.footer {
  height: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: row;
  color: #7e7e7e;
  font-size: 14px;
  text-align: center;
}


section.mail label {
  font-family: Montserrat, sans-serif;
  display: block;
  color: #6f6f6e;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 8px;
}

section.mail .email,
section.mail .firstname,
section.mail .lastname {
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  color: #6f6f6e;
  margin-top: 16px;
  margin: 0 auto;
  display: block;
  padding: 8px 12px;
  border: 2px solid #9353c9;
}

@media only screen and (min-width: 1170px) {
  section.mail .email,
  section.mail .firstname,
  section.mail .lastname {
    width: 50%;
  }
}

@media only screen and (min-width: 481px) and (max-width: 1169px) {
  section.mail .email,
  section.mail .firstname,
  section.mail .lastname {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  section.mail .email,
  section.mail .firstname,
  section.mail .lastname {
    width: 100%;
  }
}

section.mail .button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  margin: 0 auto;
  outline: inherit;
  cursor: pointer;
  font-size: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 36px;
  margin-top: 24px;
  overflow: hidden;
  transition-duration: 0.3s;
  position: relative;
  text-decoration: none;
  color: #9353c9;
  border: 2px solid #9353c9;
}

.button-wrap {
  text-align: center;
}

.button-wrap .button {
  cursor: pointer;
  font-size: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 36px;
  margin-top: 16px;
  overflow: hidden;
  transition-duration: 0.3s;
  position: relative;
  text-decoration: none;
}

.button-wrap .button .button-fill {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #9353c9;
  width: 0;
  height: 100%;
  transition-duration: 0.3s;
}

.button-wrap .button .button-txt {
  position: relative;
}

.button-wrap .button.primary {
  color: #9353c9;
  border: 2px solid #9353c9;
}

@media only screen and (min-width: 1170px) {
  .button-wrap .button:hover {
    color: #fff;
  }
  .button-wrap .button:hover .button-fill {
    width: 100%;
  }
}

.divider {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #3023ae, #c86dd7);
}

.divider_space {
  width: 80px;
  height: 40px;

}

@media only screen and (min-width: 1170px) {
  .divider {
    margin: 0 auto 16px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 1169px) {
  .divider {
    margin: 0 auto 16px;
  }
}

@media only screen and (max-width: 480px) {
  .divider {
    margin: 0 0 16px;
  }
}

.hamburger {
  position: absolute;
}

@media only screen and (min-width: 1170px) {
  .hamburger {
    display: none;
  }
}

.hamburger .line {
  background-color: #fff;
  display: block;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1170px) {
  .hamburger .line {
    width: 40px;
    height: 5px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 1169px) {
  .hamburger .line {
    width: 30px;
    height: 5px;
  }
}

@media only screen and (max-width: 480px) {
  .hamburger .line {
    width: 30px;
    height: 3px;
  }
}

.hamburger.active .line:nth-child(2) {
  opacity: 0;
}

.hamburger.active .line:first-child {
  transform: translateY(9.5px) rotate(45deg);
}

@media only screen and (max-width: 480px) {
  .hamburger.active .line:first-child {
    transform: translateY(8px) rotate(45deg);
  }
}

.hamburger.active .line:nth-child(3) {
  transform: translateY(-9.5px) rotate(-45deg);
}

@media only screen and (max-width: 480px) {
  .hamburger.active .line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}
