/* Breakpunten */
html, body {
  font-family: 'Gilroy-Regular', sans-serif;
  margin: 0;
  padding: 0;
  font-size: 18px;
}

@media only screen and (max-width: 550px) {
  html, body {
    font-size: 16px;
  }
}

body {
  overflow-x: hidden;
}

input, select, textarea {
  font-family: 'Gilroy-Regular', sans-serif;
  font-size: 12px;
  color: #000;
}

img {
  border: 0px;
  display: block;
}

a {
  color: #000;
}

p {
  font-size: 18px;
  line-height: 26px;
}

@media only screen and (max-width: 450px) {
  p {
    font-size: 14px;
    line-height: 22px;
  }
}

strong {
  font-family: 'Gilroy-SemiBold', sans-serif;
}

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

h1 {
  font-family: 'Gilroy-Bold', sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media only screen and (max-width: 900px) {
  h1 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 450px) {
  h1 {
    font-size: 20px;
    letter-spacing: 1px;
  }
}

h2 {
  font-family: 'Gilroy-Bold', sans-serif;
  letter-spacing: 1.6px;
  font-size: 35px;
  text-transform: uppercase;
}

@media only screen and (max-width: 900px) {
  h2 {
    font-size: 25px;
    letter-spacing: 1px;
  }
}

h3 {
  font-family: 'Gilroy-SemiBold', sans-serif;
  letter-spacing: 1.5px;
  font-size: 30px;
}

@media only screen and (max-width: 900px) {
  h3 {
    font-size: 18px;
    letter-spacing: 0.8px;
  }
}

a.bit {
  padding-left: 35px !important;
  background: url("../img/bands-in-town-icon.svg") no-repeat left;
  background-size: contain;
}

.centered {
  max-width: 1400px;
  margin: 0 auto;
}

/* Social icons */
.social-icons {
  float: left;
  margin-left: 20px;
}

.social-icons ul {
  list-style: none;
  padding-top: 2px;
}

.social-icons ul li {
  display: inline-block;
}

.social-icons ul li a {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 1px;
  background: url(../img/instagram-icon.svg) no-repeat;
  background-size: contain;
  text-indent: -9999px;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.social-icons ul li a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.social-icons ul li.facebook a {
  background-image: url("../img/facebook-icon.svg");
}

.social-icons ul li.apple a {
  background-image: url("../img/apple-music-icon-black.svg");
}

.social-icons ul li.spotify a {
  background-image: url("../img/spotify-icon-black.svg");
}

.social-icons ul li.twitter a {
  background-image: url("../img/twitter-icon-black.svg");
}

.social-icons ul li.youtube a {
  background-image: url("../img/youtube-icon-black.svg");
}

.social-icons ul li.deezer a {
  background-image: url("../img/deezer-icon-black.svg");
}

.social-icons ul li.tiktok a {
  background-image: url("../img/tiktok-icon.svg");
}

/* Videoplayer */
.video-container {
  position: relative;
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  background: black;
}

.video-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.video-js .vjs-poster {
  background-size: cover;
}

.video-js .vjs-button > .vjs-icon-placeholder:before {
  font-size: 3em;
  line-height: 2.67em;
}

.video-js .vjs-control-bar {
  height: 8em;
  padding: 0 20px;
  background: none;
}

.video-js .vjs-play-progress:before {
  font-size: 2.5em;
}

.video-js .vjs-progress-holder {
  height: 0.6em;
}

.video-js .vjs-volume-bar {
  margin: 3.8em 0.45em;
}

.video-js .vjs-time-tooltip {
  top: -4.5em;
}

.video-js .vjs-big-play-button {
  left: calc(50% - 1.5em);
  top: calc(50% - 25px);
  color: #fff;
  background: #4a4a4a;
  border-radius: 10px;
  border: 0;
}

.video-js span.vjs-remaining-time-display {
  color: #fff;
  font-size: 17px;
  line-height: 4.7em;
}

/* Video embeds */
.video-container-embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container-embed iframe,
.video-container-embed object,
.video-container-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-embed-cont {
  display: inline-block;
  width: 100%;
  margin: 50px auto;
}

/* Mobile menu */
.mobile-menu-popup {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e8e8e8;
  z-index: 9999;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  text-align: center;
}

.mobile-menu-popup.active {
  top: 0;
}

.mobile-menu-popup ul {
  list-style: none;
  padding: 120px 0 0;
  margin: 0;
}

.mobile-menu-popup ul li {
  padding: 8px 0;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
}

.mobile-menu-popup ul li a {
  text-decoration: none;
}

.mobile-menu-popup ul ul {
  padding: 9px 0 0;
}

@media only screen and (max-width: 325px) {
  .mobile-menu-popup ul {
    padding: 100px 0 0;
  }
  .mobile-menu-popup ul li {
    padding: 5px 0;
    font-size: 14px;
  }
}

.wrapper {
  margin-top: 80px;
}

/* Header */
.header {
  height: 30px;
  padding: 25px;
  background: #fff;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 50px);
  -webkit-transition: 1s all;
  transition: 1s all;
}

.header.active {
  padding: 15px 25px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
}

.header .logo a {
  float: left;
  position: relative;
  height: 22px;
  width: 250px;
  background: url(../img/matt-simons-logo.svg) no-repeat left center;
  background-size: contain;
  text-indent: -9999px;
  color: #252525;
  margin-top: 5px;
  -webkit-transition: 1s all;
  transition: 1s all;
}

.header.active .logo a {
  margin-top: 3px;
}

.header .logo a:hover {
  color: #000;
}

@media only screen and (max-width: 550px) {
  .header .logo a {
    width: 200px;
    margin: 6px 0;
  }
}

.social-icons {
  margin: 0 auto;
}

.header .menu-bar {
  float: right;
  padding-right: 30px;
  padding: 5px 0 0;
}

.header .menu-bar ul li {
  display: inline-block;
  padding: 0 15px;
  text-transform: uppercase;
}

.header .menu-bar ul li a {
  text-decoration: none;
}

.header .menu-bar ul li ul {
  display: none;
}

.header .menu-bar ul li:hover ul {
  display: block;
  position: absolute;
  top: 50px;
  background: #fff;
  padding: 27px 10px;
  width: 180px;
  margin: 0 0 0 -25px;
}

.header.active .menu-bar ul li:hover ul {
  top: 40px;
}

.header .menu-bar ul li ul li {
  width: 100%;
  margin: 5px 0;
}

.header .mobile-menu {
  display: none;
  position: absolute;
  right: 10px;
  top: 15px;
  z-index: 99999;
  -webkit-transition: 1s all;
  transition: 1s all;
}

.header.active .mobile-menu {
  top: 3px;
}

@media only screen and (max-width: 1150px) {
  .header .menu-bar {
    display: none;
  }
  .header .mobile-menu {
    display: block;
  }
}

/* Subpage header */
.subpage-header {
  background-image: -webkit-gradient(linear, right top, left top, from(#bf4e70), to(#bf9700));
  background-image: linear-gradient(-90deg, #bf4e70 0%, #bf9700 100%);
  padding: 50px 0;
  text-align: center;
}

.subpage-header h1 {
  color: #fff;
  position: relative;
  left: -10px;
}

.subpage-header h1::before {
  content: '';
  display: inline-block;
  margin: -12px 10px;
  width: 40px;
  height: 40px;
  background: url("../img/live-icon-white.svg") no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 450px) {
  .subpage-header h1::before {
    width: 20px;
    height: 20px;
    position: relative;
    top: -7px;
  }
}

.subpage-header span.datum {
  color: #fff;
  opacity: 0.5;
  font-size: 1.2em;
}

.subpage-header a {
  color: #fff;
}

.subpage-header a.back {
  opacity: 0.3;
}

.subpage-header.landing-header {
  background-color: #9a5cb0;
  background-image: inherit;
}

/* Hero Box */
.hero-box {
  height: calc(100vh - 80px);
}

.hero-box .left {
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
  background: url(../img/matt-simons-home-hero.jpg) no-repeat center;
  background-size: cover;
}

.hero-box .right {
  position: relative;
  float: left;
  text-align: center;
  width: 50%;
  height: 100%;
  /* background-image: linear-gradient(-90deg, #3F3F75 0%, #C35347 100%);*/
  /* Cold outside : background-image: linear-gradient(-90deg, #4ea875 0%, #1b3f57 100%);*/
  /* background-image: linear-gradient(-90deg, #2e302e 0%, #a08c4d 100%); */
  /* Identity Crisis: background-image: linear-gradient(-90deg, #473a1b 0%, #c48723 100%); */
  /* background-image: linear-gradient(-90deg, #e16983 0%, #3f3044 100%); */
  background-image: -webkit-gradient(linear, right top, left top, from(#bf4e70), to(#bf9700));
  background-image: linear-gradient(-90deg, #bf4e70 0%, #bf9700 100%);
}

@media only screen and (max-width: 950px) {
  .hero-box {
    height: auto;
  }
  .hero-box .left {
    width: 100%;
    height: -webkit-fill-available;
    height: -moz-available;
    height: stretch;
    max-height: calc(75vh - 100px);
  }
  .hero-box .right {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
  }
}

.hero-box .slider-home-side {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 35%;
}

@media only screen and (max-width: 950px) {
  .hero-box .slider-home-side {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.owl-carousel .owl-stage-outer {
  padding: 30px 0;
}

.hero-box .right img.lines {
  margin: 50px auto;
}

.hero-box .right .cover {
  width: 55%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.65);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.65);
  -webkit-transition: 3.5s all;
  transition: 3.5s all;
}

.hero-box .right .active .cover {
  -webkit-transition: 3.5s all;
  transition: 3.5s all;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.85);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.85);
}

@media only screen and (max-width: 450px) {
  .hero-box .right .active .cover {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.85);
            box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.85);
  }
}

.hero-box .right .cover img {
  width: 100%;
  height: auto;
}

.hero-box .right a.listen-now {
  font-family: 'Gilroy-Bold', sans-serif;
  letter-spacing: 0.5px;
  display: inline-block;
  margin: 40px 10px 0px 10px;
  color: #fff;
  padding: 15px 25px 13px 25px;
  /*    background: url(../img/spotify-icon-white.svg) no-repeat #000;*/
  background: #000;
  background-position: 20px center;
  text-decoration: none;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.hero-box .right a.listen-now:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media only screen and (max-width: 450px) {
  .hero-box .right a.listen-now:nth-child(3) {
    margin-top: 15px;
  }
}

@media only screen and (max-height: 650px) and (min-width: 800px) {
  .hero-box .right .cover {
    width: 40%;
  }
  .hero-box .right img.lines {
    height: 50px;
    margin: 35px auto;
  }
}

.hero-box .follow-options {
  position: absolute;
  width: 380px;
  left: calc(50% - 195px);
  bottom: 70px;
  background: #fff;
  border: 3px solid #000;
  padding: 20px 25px;
}

.hero-box .follow-options span {
  float: left;
  font-family: 'Gilroy-Bold', sans-serif;
  padding-top: 5px;
  margin-right: 20px;
  font-size: 20px;
}

@media only screen and (max-width: 550px) {
  .hero-box .follow-options {
    width: 220px;
    bottom: 30px;
    left: calc(50% - 140px);
  }
  .hero-box .follow-options span {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
  }
}

/* Live shows */
.liveshows {
  padding: 100px 0;
}

@media only screen and (max-width: 950px) {
  .liveshows {
    padding: 50px 0;
  }
}

.liveshows .title {
  width: 100%;
  text-align: center;
}

.liveshows .title h2::before {
  content: '';
  display: inline-block;
  margin: -12px 10px;
  width: 40px;
  height: 40px;
  background: url("../img/live-icon.svg") no-repeat;
  background-size: contain;
}

.liveshows .container {
  /*    float: left;*/
  width: calc(65% - 100px);
  margin: 0 50px;
}

@media only screen and (max-width: 950px) {
  .liveshows .container {
    width: calc(100% - 140px);
  }
}

.liveshows .teaser-photo {
  float: left;
  width: calc(35% - 100px);
  padding: 0 50px;
}

@media only screen and (max-width: 950px) {
  .liveshows .teaser-photo {
    display: none;
  }
}

.liveshows .teaser-photo img {
  width: 100%;
  height: auto;
}

.liveshows .show {
  width: 100%;
  padding: 20px;
  background: #fff;
  border: 3px solid #000;
  margin: 0 0 20px;
}

.liveshows .show .date {
  font-family: 'Gilroy-Bold', sans-serif;
  display: inline-block;
  width: 20%;
}

.liveshows .show .date::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../img/live-full-icon.svg") no-repeat;
  background-size: contain;
  padding-right: 15px;
}

.liveshows .show .location {
  display: inline-block;
  width: 30%;
}

.liveshows .show .city {
  display: inline-block;
  width: calc(50% - 100px);
}

.liveshows .show .tickets {
  font-family: 'Gilroy-Bold', sans-serif;
  display: inline-block;
  width: 75px;
}

@media only screen and (max-width: 550px) {
  .liveshows .show .date {
    width: 100%;
    margin-bottom: 5px;
  }
  .liveshows .show .location {
    width: 100%;
    margin-bottom: 5px;
  }
  .liveshows .show .city {
    width: 100%;
    margin-bottom: 5px;
  }
  .liveshows .show {
    padding: 25px 20px;
  }
}

.liveshows .info-box {
  float: left;
  width: 100%;
  text-align: center;
  padding: 20px 0;
}

.liveshows .info-box a {
  display: inline-block;
  padding: 0 25px;
  font-weight: bold;
}

.liveshows .info-box a.see-all {
  padding-left: 35px;
  background: url("../img/live-icon.svg") no-repeat left;
  background-size: contain;
}

@media only screen and (max-width: 550px) {
  .liveshows .info-box a.see-all {
    margin-bottom: 20px;
  }
}

/* Liveshows : Wide */
.liveshows-wide .container {
  width: calc(100% - 100px);
}

.liveshows-wide .show {
  width: auto;
}

/* Releases box */
.releases-box {
  padding: 100px 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#BBD8F3), to(#F3F3F3));
  background-image: linear-gradient(0deg, #BBD8F3 0%, #F3F3F3 100%);
}

.releases-box .title {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.releases-box .title h2::before {
  content: '';
  display: inline-block;
  margin: -12px 10px;
  width: 40px;
  height: 40px;
  background: url("../img/releases-icon.svg") no-repeat;
  background-size: contain;
}

.releases-box .container {
  margin: 0 auto;
}

.releases-box .release-box {
  float: left;
  width: calc(33% - 101px);
  margin: 0 49px;
  border: 3px solid #000;
  background: #fff;
  padding-bottom: 40px;
}

@media only screen and (max-width: 950px) {
  .releases-box .container {
    width: 75%;
  }
  .releases-box .release-box {
    width: calc(100% - 101px);
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 550px) {
  .releases-box {
    padding: 50px 0;
  }
  .releases-box .container {
    width: 90%;
  }
}

.releases-box .release-box .cover {
  width: 100%;
  margin-bottom: 10px;
}

.releases-box .release-box .cover img {
  width: 100%;
  height: auto;
}

.releases-box .release-box .trackname {
  font-family: 'Gilroy-SemiBold', sans-serif;
  padding: 20px;
  text-align: center;
}

.releases-box .release-box .icons {
  text-align: center;
}

.releases-box .release-box .icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../img/apple-music-icon-black.svg) no-repeat;
  background-size: contain;
  text-indent: -9999px;
  margin: 0 5px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.releases-box .release-box .icons a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.releases-box .release-box .icons a.itunes {
  background-image: url("../img/itunes-icon-black.svg");
}

.releases-box .release-box .icons a.spotify {
  background-image: url("../img/spotify-icon-black.svg");
}

.releases-box .release-box .icons a.deezer {
  background-image: url("../img/deezer-icon-black.svg");
}

.releases-box .more {
  font-family: 'Gilroy-SemiBold', sans-serif;
  float: left;
  margin-top: 50px;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 550px) {
  .releases-box .more {
    margin-top: 0px;
  }
  .releases-box .release-box .icons a {
    width: 30px;
    height: 30px;
  }
}

/* Merchandise */
.merchandise {
  padding: 100px 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#BBD8F3), to(#F3F3F3));
  background-image: linear-gradient(0deg, #BBD8F3 0%, #F3F3F3 100%);
}

.merchandise .title {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.merchandise .title h2::before {
  content: '';
  display: inline-block;
  margin: -4px 10px;
  width: 36px;
  height: 31px;
  background: url("../img/merchandise-icon.svg") no-repeat;
  background-size: contain;
}

.merchandise .merchandise-box {
  float: left;
  width: calc(33% - 102px);
  margin: 0 50px;
  border: 3px solid #000;
  background: #fff;
}

@media only screen and (max-width: 950px) {
  .merchandise .container {
    width: 75%;
  }
  .merchandise .merchandise-box {
    width: calc(100% - 102px);
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 550px) {
  .merchandise {
    padding: 50px 0;
  }
  .merchandise .container {
    width: 90%;
  }
}

.merchandise .merchandise-box .merch-img img {
  width: 100%;
  height: auto;
}

.merchandise .merchandise-box .merchandise-name {
  padding: 30px 0;
  text-align: center;
  border-bottom: 3px solid #000;
}

.merchandise .merchandise-box .buy-now {
  text-align: center;
}

.merchandise .merchandise-box .buy-now span {
  font-family: 'Gilroy-SemiBold', sans-serif;
  display: inline-block;
  padding: 7px 50px 7px 7px;
  margin: 20px 0;
  background: url("../img/cta-icon.svg") no-repeat;
  background-size: contain;
  background-position: calc(100% - 10px) center;
  text-decoration: none;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.merchandise a:hover .merchandise-box .buy-now span {
  background-position: 100% center;
}

.merchandise .more {
  font-family: 'Gilroy-SemiBold', sans-serif;
  float: left;
  margin-top: 50px;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 550px) {
  .merchandise .more {
    margin-top: 0px;
  }
}

/* Newsletter */
.newsletter-box {
  width: 100%;
  padding: 150px 0;
  background: url("../img/brooklyn-bg-newsletter.jpg") no-repeat center;
  background-size: cover;
}

.newsletter-box .newsletter-form {
  background: #fff;
  text-align: center;
  padding: 50px;
  border: 3px solid #000;
  width: 50%;
  margin: 0 auto;
  max-width: 750px;
}

@media only screen and (max-width: 950px) {
  .newsletter-box .newsletter-form {
    width: 80%;
  }
}

.newsletter-box .newsletter-form .updates-icon {
  display: inline-block;
  width: 60px;
  height: auto;
}

.newsletter-box .newsletter-form .updates-icon img {
  width: 100%;
}

.newsletter-box .newsletter-form input {
  border: 3px solid #000;
  height: 40px;
  width: 70%;
  font-size: 18px;
  padding-left: 20px;
}

.newsletter-box .newsletter-form button {
  border: 3px solid #000;
  border-left: none;
  background: url(../img/cta-icon.svg) no-repeat calc(100% - 15px) center;
  background-size: 15px;
  display: inline-block;
  position: relative;
  margin-left: -5px;
  font-size: 20px;
  padding: 8px 42px 11px 20px;
  top: 1px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  cursor: pointer;
}

.newsletter-box .newsletter-form button:hover {
  background-color: #b55b5b;
  color: #fff;
}

@media only screen and (max-width: 550px) {
  .newsletter-box .newsletter-form {
    width: 75%;
    padding: 25px;
  }
  .newsletter-box .newsletter-form input {
    width: 90%;
    font-size: 16px;
  }
  .newsletter-box .newsletter-form button {
    border: 3px solid #000;
    width: 100%;
    left: 2px;
    margin-top: 10px;
  }
}

/* Content text */
.content-text {
  background: #fff;
  padding: 50px;
}

.content-text .textbox {
  float: left;
  width: calc(60% - 50px);
  padding-right: 50px;
}

.content-text .photo-side {
  float: left;
  width: 40%;
  padding-top: 25px;
}

.content-text .photo-side img {
  width: 100%;
  height: auto;
}

.content-text .photo-side a {
  display: inline-block;
  margin-top: 20px;
}

@media only screen and (max-width: 900px) {
  .content-text {
    padding: 25px;
  }
  .content-text .textbox {
    width: 100%;
  }
  .content-text .photo-side {
    width: 100%;
  }
}

/* Page content */
.page-text {
  text-align: center;
}

.page-text .textbox {
  width: 100%;
}

.page-text .textbox .author {
  font-size: 0.8em;
  margin-top: 50px;
}

@media only screen and (max-width: 900px) {
  .page-text .textbox img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}

/* Flashbacks */
.flashbacks {
  padding: 100px 0;
  background: #dadada;
  text-align: center;
}

.flashbacks h2 {
  margin-bottom: 40px;
}

.flashbacks .video-item {
  margin: 0 auto;
  width: 75%;
}

.live-photos {
  text-align: center;
  padding: 100px 0;
}

.live-photos .container {
  width: 75%;
  margin: 0 auto;
}

.live-photos .container img {
  width: 100%;
  height: auto;
}

.live-photos .container[data-columns]::before {
  content: '2 .column.size-1of2';
}

.live-photos .cont {
  padding: 20px;
}

.live-photos.single-view .container[data-columns]::before {
  content: '3 .column.size-1of3';
}

.live-photos.single-view .cont {
  padding: 15px;
  cursor: pointer;
}

.column {
  float: left;
}

.size-1of2 {
  width: 50%;
}

.size-1of3 {
  width: 33.3%;
}

@media only screen and (max-width: 900px) {
  .live-photos {
    padding-top: 50px;
  }
  .size-1of3 {
    width: 50%;
  }
  .size-1of2 {
    width: 50%;
  }
  .live-photos .cont {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 450px) {
  .live-photos .container {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .live-photos.single-view .cont {
    padding: 5px 15px;
  }
  .live-photos {
    padding-top: 30px;
  }
  .size-1of3 {
    width: 100%;
  }
  .size-1of2 {
    width: 100%;
  }
  .live-photos .cont {
    padding: 20px 0;
  }
}

/* Singles featured box */
.singles-featured-box {
  background-image: -webkit-gradient(linear, right top, left top, from(#3F4076), to(#C35448));
  background-image: linear-gradient(-90deg, #3F4076 0%, #C35448 100%);
  /*    linear-gradient(-90deg, #35265a 0%, #eea0c5 100%) Amy's song*/
  padding: 50px 0;
  text-align: center;
}

.singles-featured-box h1 {
  color: #fff;
}

.singles-featured-box h1::before {
  content: '';
  display: inline-block;
  margin: -12px 10px;
  width: 40px;
  height: 40px;
  background: url("../img/releases-icon-white.svg") no-repeat;
  background-size: contain;
}

.singles-featured-box h2 {
  margin: 0;
}

.singles-featured-box .featured-item {
  position: relative;
  width: 75%;
  margin: 50px auto;
  background: #fff;
  border: 3px solid #000;
}

@media only screen and (max-width: 1300px) {
  .singles-featured-box .featured-item {
    width: 85%;
  }
}

.singles-featured-box .featured-item p {
  font-size: 18px;
  line-height: 22px;
}

.singles-featured-box .featured-item .content {
  width: calc(50% - 100px);
  padding: 50px;
  height: 100%;
  float: left;
}

.singles-featured-box .featured-item .content .socials {
  position: absolute;
  bottom: 10px;
  padding: 20px;
  left: 10px;
}

.singles-featured-box .featured-item .content .socials ul li {
  display: block;
  padding: 3px 5px 3px 50px;
  background: url(../img/spotify-icon-black.svg) no-repeat left;
  background-size: contain;
  margin: 10px 0;
  text-align: left;
  font-size: 18px;
}

.singles-featured-box .featured-item .content .socials ul li.apple {
  background-image: url("../img/itunes-icon-black.svg");
}

.singles-featured-box .featured-item .content .socials ul li.applem {
  background-image: url("../img/apple-music-icon-black.svg");
}

.singles-featured-box .featured-item .content .socials ul li.spotify {
  background-image: url("../img/spotify-icon-black.svg");
}

.singles-featured-box .featured-item .content .socials ul li.youtube {
  background-image: url("../img/youtube-icon-black.svg");
}

.singles-featured-box .featured-item .content .socials ul li.deezer {
  background-image: url("../img/deezer-icon-black.svg");
}

.singles-featured-box .featured-item .content .socials ul li.lyrics {
  background-image: url("../img/lyrics-icon.svg");
}

.singles-featured-box .featured-item .cover {
  width: 50%;
  float: left;
}

.singles-featured-box .featured-item .cover img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1100px) {
  .singles-featured-box .featured-item .cover {
    width: 100%;
  }
  .singles-featured-box .featured-item .content {
    width: calc(100% - 100px);
  }
  .singles-featured-box .featured-item .content .socials {
    position: relative;
    bottom: inherit;
    left: inherit;
  }
}

@media only screen and (max-width: 450px) {
  .singles-featured-box h1 {
    padding: 0 15px 0 0;
  }
  .singles-featured-box h1::before {
    width: 20px;
    height: 20px;
    position: relative;
    top: -7px;
  }
  .singles-featured-box .featured-item p {
    font-size: 16px;
    line-height: 20px;
  }
  .singles-featured-box .featured-item .content {
    padding: 50px 30px 25px;
    width: calc(100% - 50px);
  }
  .singles-featured-box .featured-item .content .socials {
    margin: 30px 0 0;
  }
  .singles-featured-box .featured-item .content .socials ul li {
    background-size: 25px;
    padding-left: 31px;
    font-size: 14px;
  }
  .singles-featured-box .featured-item .content .socials {
    padding: 0;
  }
}

/* Singles overview */
.single-overview {
  padding: 100px 0;
  margin: 0 auto;
  width: 75%;
}

@media only screen and (max-width: 1300px) {
  .single-overview {
    width: 85%;
  }
}

.single-overview .single-box {
  float: left;
  width: calc(33% - 68px);
  margin: 0 0 50px 50px;
  border: 3px solid #000;
  background: #fff;
  padding-bottom: 30px;
}

.single-overview .single-box:nth-child(3n+4) {
  clear: both;
}

@media only screen and (max-width: 900px) {
  .single-overview .single-box {
    width: calc(50% - 75px);
  }
  .single-overview .single-box:nth-child(3n+4) {
    clear: inherit;
  }
  .single-overview .single-box:nth-child(odd) {
    clear: both;
  }
}

@media only screen and (max-width: 450px) {
  .single-overview .single-box {
    width: calc(100% - 68px);
    margin: 0 0 50px 34px;
  }
}

.single-overview .single-box .cover {
  width: 100%;
}

.single-overview .single-box .cover img {
  width: 100%;
  height: auto;
}

.single-overview .single-box .trackname {
  font-family: 'Gilroy-SemiBold', sans-serif;
  font-size: 22px;
  padding: 35px 20px;
  text-align: center;
}

.single-overview .single-box .stream {
  text-align: left;
}

.single-overview .single-box .stream a {
  display: inline-block;
  height: 34px;
  margin-left: 35px;
  padding-left: 34px;
  font-size: 16px;
  background: url(../img/apple-music-icon-black.svg) no-repeat;
  background-size: 25px;
}

.single-overview .single-box .stream li.apple a {
  background-image: url("../img/itunes-icon-black.svg");
}

.single-overview .single-box .stream li.spotify a {
  background-image: url("../img/spotify-icon-black.svg");
}

.single-overview .single-box .stream li.applem a {
  background-image: url("../img/apple-music-icon-black.svg");
}

.single-overview .single-box .stream li.deezer a {
  background-image: url("../img/deezer-icon-black.svg");
}

.single-overview .single-box .stream li.lyrics a {
  background-image: url("../img/lyrics-icon.svg");
}

@media only screen and (max-width: 900px) {
  .single-overview .single-box .trackname {
    font-size: 18px;
    padding: 25px 20px;
  }
  .single-overview .single-box .stream a {
    font-size: 14px;
    padding-right: 18px;
    line-height: 26px;
    margin-bottom: 0px;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 450px) {
  .single-overview .single-box .trackname {
    font-size: 17px;
  }
}

/* Album overview */
.album-overview {
  width: 75%;
  margin: 0 auto;
  padding: 100px 0;
  max-width: 1000px;
}

.album-overview .album-box {
  float: left;
  width: calc(100% - 68px);
  margin: 0 0 50px 50px;
  border: 3px solid #000;
  background: #fff;
  padding-bottom: 30px;
}

.album-overview .album-box .info {
  width: 40%;
  float: left;
}

.album-overview .album-box .tracks {
  width: calc(60% - 60px);
  float: left;
  padding: 30px;
}

.album-overview .album-box .tracks h3 {
  font-size: 30px;
  margin: 15px 0 30px;
}

.album-overview .album-box .info .cover {
  width: 100%;
}

.album-overview .album-box .info .cover img {
  width: 100%;
  height: auto;
}

.album-overview .album-box .info .stream {
  padding: 20px;
}

.album-overview .album-box .info .stream ul li {
  padding: 3px 0;
  margin: 10px 0;
  padding-left: 45px;
  background: url("../img/spotify-icon-black.svg") no-repeat left;
  background-size: contain;
}

.album-overview .album-box .info .stream ul li.apple {
  background-image: url("../img/itunes-icon-black.svg");
}

.album-overview .album-box .info .stream ul li.applem {
  background-image: url("../img/apple-music-icon-black.svg");
}

.album-overview .album-box .info .stream ul li.deezer {
  background-image: url("../img/deezer-icon-black.svg");
}

.album-overview .album-box .info .stream ul li.lyrics {
  background-image: url("../img/lyrics-icon.svg");
}

.album-overview .album-box .tracks .track {
  width: 100%;
  float: left;
  margin: 5px 0;
}

.album-overview .album-box .tracks .track .name {
  float: left;
  width: calc(100% - 60px);
}

.album-overview .album-box .tracks .track .stream {
  float: left;
  width: 60px;
}

.album-overview .album-box .tracks .track .stream ul li {
  display: inline-block;
  padding: 0 2px;
  width: 20px;
  height: 20px;
  background: url("../img/spotify-icon-black.svg") no-repeat;
  background-size: contain;
  text-indent: -9999px;
}

.album-overview .album-box .tracks .track .stream ul li a {
  display: block;
  width: 20px;
  height: 20px;
}

.album-overview .album-box .tracks .track .stream ul li.apple {
  background-image: url("../img/apple-music-icon-black.svg");
}

@media only screen and (max-width: 900px) {
  .album-overview .album-box {
    margin: 0 0 40px 34px;
  }
  .album-overview .album-box .info {
    width: 100%;
  }
  .album-overview .album-box .tracks {
    width: calc(100% - 60px);
    padding: 10px 30px;
  }
  .album-overview .album-box .info .stream {
    padding: 30px;
  }
  .album-overview .album-box .info .stream ul li {
    background-size: 25px;
  }
  .album-overview .album-box .tracks h3 {
    font-size: 18px;
  }
  .album-overview .album-box .tracks .track .name {
    width: 100%;
    padding-bottom: 5px;
  }
  .album-overview .album-box .tracks .track .stream {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 450px) {
  .album-overview {
    width: 90%;
    padding: 50px 0;
  }
  .album-overview .album-box .info .stream ul li {
    font-size: 15px;
    padding-left: 34px;
  }
}

/* Photo wide 100% */
.photo-wide img {
  width: 100%;
  height: auto;
}

/* Quote */
.quote-wide {
  padding: 50px;
  width: 75%;
  margin: 0 auto;
}

.quote-wide h3 {
  text-align: center;
}

@media only screen and (max-width: 900px) {
  .quote-wide {
    padding: 25px;
    width: 75%;
    margin: 0 auto;
  }
}

.follow-matt {
  display: inline-block;
  padding: 15px 0;
  /* border:3px solid #000; */
}

.follow-matt span {
  font-family: 'Gilroy-Bold', sans-serif;
  float: left;
  padding-top: 5px;
  padding-right: 15px;
}

/* 2 kolommen */
.col-2-photo {
  margin: 50px auto;
}

@media only screen and (max-width: 900px) {
  .col-2-photo {
    margin: 25px auto;
  }
}

.col-2-photo h2 {
  margin: 0;
}

.col-2-photo p {
  margin-top: 0;
}

.col-2-photo .subtitle {
  padding: 0 30px;
}

.col-2-photo .col {
  width: calc(50% - 60px);
  float: left;
  padding: 30px;
}

.col-2-photo .col img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 450px) {
  .col-2-photo .col {
    width: calc(100% - 60px);
    padding-bottom: 10px;
  }
}

/* Updates overview */
.updates-overview {
  padding: 100px 50px;
}

.updates-overview .update {
  float: left;
  width: calc(33.3% - 45px);
  margin: 20px;
  border: 1px solid #999;
}

.updates-overview a:nth-child(3n+4) .update {
  clear: both;
}

.updates-overview .update h2 {
  margin: 0;
}

.updates-overview .update span.datum {
  font-family: 'Gilroy-Medium';
}

.updates-overview .update .header-pic {
  margin: 0 0 20px 0;
}

.updates-overview .update .header-pic img {
  width: 100%;
  height: auto;
}

.updates-overview .update .container {
  padding: 30px;
}

@media only screen and (max-width: 900px) {
  .updates-overview .update {
    width: calc(50% - 43px);
  }
  .updates-overview a:nth-child(3n+4) .update {
    clear: none;
  }
  .updates-overview a:nth-child(odd) .update {
    clear: both;
  }
}

@media only screen and (max-width: 450px) {
  .updates-overview {
    padding: 25px;
  }
  .updates-overview .update {
    width: calc(100% - 43px);
  }
}

/* Photo albums */
.photo-overview {
  padding: 40px;
}

.photo-box {
  float: left;
  width: calc(33.3% - 40px);
  margin: 20px 20px 40px;
}

.photo-box h2 {
  font-size: 20px;
}

.photo-box .cover {
  width: 100%;
}

.photo-box .cover img {
  width: 100%;
  height: auto;
}

/* Photo popup */
.photo-popup {
  top: -100%;
  position: fixed;
  width: 50vw;
  left: 25vw;
  background: #fff;
  padding: 15px;
  z-index: 999;
  -webkit-transition: 0.5s -webkit-transform;
  transition: 0.5s -webkit-transform;
  transition: 0.5s transform;
  transition: 0.5s transform, 0.5s -webkit-transform;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

@media (max-height: 700px) {
  .photo-popup {
    width: 30vw;
    left: 35vw;
  }
}

@media (max-width: 550px) {
  .photo-popup {
    width: 50vw;
    left: 25vw;
  }
}

.photo-popup.active {
  display: block;
  -webkit-transform: scale(1);
          transform: scale(1);
  top: 12.5vh;
}

@media (max-height: 700px) {
  .photo-popup.active {
    top: 14vh;
  }
}

@media (max-width: 550px) {
  .photo-popup.active {
    top: 12.5vh;
  }
}

.photo-popup img {
  width: 100%;
  height: auto;
}

.photo-popup .author {
  position: absolute;
  bottom: 15px;
  width: calc(100% - 90px);
  padding: 15px 30px;
  text-align: right;
  color: #fff;
  background: #0009;
  font-size: 14px;
}

.overlay-bg {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 99;
  top: -100%;
  left: 0;
  opacity: 0;
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
}

.overlay-bg.active {
  display: block;
  opacity: 1;
  top: 0;
}

@media only screen and (max-width: 900px) {
  .photo-popup {
    width: 60vw;
    left: calc(20vw - 15px);
  }
}

@media only screen and (max-width: 450px) {
  .photo-popup {
    width: 80vw;
    left: calc(10vw - 15px);
  }
}

/* Video popup */
.video-popup .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.video-popup .embed-container iframe,
.video-popup .embed-container object,
.video-popup .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Lyrics */
.lyrics-overview {
  padding: 50px 0;
}

.lyrics-overview .content {
  padding: 50px;
  text-align: center;
}

.lyrics-overview .lyric-box {
  margin: 20px 40px;
}

@media only screen and (max-width: 450px) {
  .lyrics-overview .lyric-box {
    margin: 20px 25px;
  }
}

.lyrics-overview .lyric-box .titel {
  padding: 20px;
  background: #ffffff;
  border: 3px solid #000;
  font-weight: bold;
  cursor: pointer;
}

.lyrics-overview .lyric-box .lyric-text {
  display: none;
  padding: 40px 30px;
  background: #f1f1f1;
}

.lyrics-overview .lyric-box .author {
  font-size: 15px;
}

/* Video overview */
.video-overview {
  padding: 100px;
}

.video-overview h2 {
  font-family: 'Gilroy-Medium', sans-serif;
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}

.video-overview .videos-container {
  text-align: center;
  border-top: 1px solid #e6e6e6;
  padding: 50px 0;
}

.video-overview .video-box {
  display: inline-block;
  width: calc(40% - 40px);
  margin: 0 20px 20px;
}

.video-overview .video-box h3 {
  font-size: 16px;
  font-family: 'Gilroy-Regular', sans-serif;
}

.video-overview .video-box .thumb {
  cursor: pointer;
}

.video-overview .video-box .thumb img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 900px) {
  .video-overview .video-box {
    width: 70%;
  }
}

@media only screen and (max-width: 450px) {
  .video-overview {
    padding: 25px;
  }
  .video-overview h2 {
    font-size: 22px;
  }
  .video-overview .video-box {
    width: calc(100% - 40px);
  }
  .video-overview .video-box h3 {
    font-size: 16px;
  }
}

.single-post .page-text {
  width: 50%;
  margin: 0 auto;
}

.single-post .update-photo-detail {
  width: 100%;
  padding: 30px 0;
  display: block;
  float: left;
}

.single-post .update-photo-detail img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 450px) {
  .subpage-header {
    padding: 30px 0;
  }
  .single-post .page-text {
    width: calc(100% - 100px);
  }
}

.overlay-promotion {
  position: fixed;
  top: 55px;
  left: 0;
  width: 100%;
  height: calc(100% - 55px);
  /*    background-image: linear-gradient(-90deg, #3F3F75 0%, #C35347 100%);*/
  /*    background-image: linear-gradient(-90deg, #a45416 0%, #ee7618 100%);*/
  /*    background-image: linear-gradient(-90deg, #4ea875 0%, #1b3f57 100%);*/
  /* background-image: linear-gradient(-90deg, #2e302e 0%, #a08c4d 100%); */
  background-image: -webkit-gradient(linear, right top, left top, from(#473a1b), to(#c48723));
  background-image: linear-gradient(-90deg, #473a1b 0%, #c48723 100%);
  z-index: 999;
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
  opacity: 1;
}

.overlay-promotion.hidden {
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
  top: -100%;
  opacity: 0;
}

.overlay-promotion .close {
  z-index: 99;
}

.overlay-promotion .close a {
  position: absolute;
  top: 55px;
  right: 30px;
  font-family: 'Gilroy-Bold', sans-serif;
  font-size: 18px;
  width: 50%;
  text-align: right;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding-right: 35px;
  background: url("../img/close-popup-icon.svg") no-repeat right;
  background-size: contain;
}

.overlay-promotion .left {
  position: relative;
  width: 60%;
  height: 100%;
  float: left;
}

.overlay-promotion .right {
  position: relative;
  width: 40%;
  height: 100%;
  float: left;
  text-transform: uppercase;
  color: #fff;
}

.overlay-promotion .left .container {
  width: 65%;
  background: url(../img/fog.png) no-repeat bottom center;
  background-size: cover;
  /*    filter: hue-rotate(-135deg);*/
  padding: 55px;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}

.overlay-promotion .left .container .cover {
  width: 100%;
}

.overlay-promotion .left .container .cover img {
  width: 100%;
  height: auto;
  -webkit-filter: inherit;
          filter: inherit;
}

.overlay-promotion .right .container {
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
}

.overlay-promotion .right .box1 {
  margin-left: -10%;
}

.overlay-promotion .right .box2 {
  margin: 75px 0 0 -200px;
}

.overlay-promotion .right .announcement {
  padding-top: 60px;
  font-family: 'Gilroy-Bold', sans-serif;
  font-size: 22px;
}

.overlay-promotion .right .announcement span {
  font-family: 'Gilroy-Regular', sans-serif;
  padding-left: 15px;
}

.overlay-promotion .right .title {
  font-family: 'Gilroy-SemiBold', sans-serif;
  font-size: 35px;
  margin: 10px 0 0;
}

.overlay-promotion .right .smallcover {
  width: 33.3%;
  float: left;
  margin: 0 45px 0 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 1s all;
  transition: 1s all;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 12, 0.65);
          box-shadow: 0 0 0 0 rgba(0, 0, 12, 0.65);
}

.overlay-promotion .right .smallcover:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.65);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.65);
}

.overlay-promotion .right .content {
  float: left;
}

.overlay-promotion .right .smallcover img {
  width: 100%;
}

.overlay-promotion a.preorder {
  font-family: 'Gilroy-Bold', sans-serif;
  letter-spacing: 0.5px;
  display: inline-block;
  margin: 10px 10px 0px 0;
  color: #fff;
  padding: 15px 25px 13px 25px;
  background: #000;
  background-position: 20px center;
  text-decoration: none;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.overlay-promotion .video-container-clip {
  max-width: 1400px;
  margin: 140px auto 0;
  border: 10px solid #fff;
}

.overlay-promotion .videoteaser-clip {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.overlay-promotion .videoteaser-clip iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1300px) {
  .overlay-promotion .video-container-clip {
    margin: 140px 100px;
  }
}

@media only screen and (max-width: 450px) {
  .overlay-promotion .video-container-clip {
    margin: 100px 20px;
  }
}

@media only screen and (max-width: 900px) {
  .overlay-promotion .left {
    width: calc(50% - 30px);
    padding-top: 150px;
    padding-left: 30px;
  }
  .overlay-promotion .left .container {
    -webkit-transform: inherit;
            transform: inherit;
    left: inherit;
    top: inherit;
  }
  .overlay-promotion .right {
    width: 50%;
    padding-top: 190px;
  }
  .overlay-promotion .right .container {
    -webkit-transform: inherit;
            transform: inherit;
    top: inherit;
  }
  .overlay-promotion .right .announcement {
    font-size: 15px;
  }
  .overlay-promotion .right .title {
    font-size: 28px;
  }
  .overlay-promotion .right .box2 {
    margin-top: 30px;
    margin: 55px 0 0 -211px;
  }
  .overlay-promotion .right .box1 {
    margin-left: 0;
  }
  .overlay-promotion .right .smallcover {
    width: 35%;
  }
}

@media only screen and (max-width: 450px) {
  .overlay-promotion .right .smallcover {
    display: none;
  }
  .overlay-promotion .close a {
    width: 100%;
    font-size: 12px;
    top: 45px;
  }
  .overlay-promotion .left {
    width: 100%;
    padding-top: 80px;
    height: auto;
    clear: both;
    padding-left: 0;
    margin-bottom: 15px;
  }
  .overlay-promotion .left .container {
    width: 45%;
  }
  .overlay-promotion .left .container {
    padding: 15px;
    position: relative;
  }
  .overlay-promotion .right {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .overlay-promotion .right .container {
    position: relative;
  }
  .overlay-promotion .right .announcement {
    padding-top: 10px;
  }
  .overlay-promotion .right .box2 {
    margin: 20px 0 0;
  }
  .overlay-promotion .right .title {
    font-size: 20px;
  }
  .overlay-promotion .right .announcement {
    font-size: 14px;
  }
  .overlay-promotion .right .content {
    width: 100%;
  }
}

@media only screen and (max-width: 360px) {
  .overlay-promotion .right .box2 {
    display: none;
  }
}

.landingpage {
  background: #f4f4f4;
  text-align: center;
  padding-top: 3em;
}

@media (max-width: 1000px) {
  .landingpage {
    padding: 0 2em;
  }
}

.landingpage .holder {
  margin: 0 auto;
  max-width: 1000px;
}

.landingpage .foto-top img {
  width: 100%;
  height: auto;
}

@media (max-width: 1000px) {
  .landingpage .foto-top {
    margin: 0 -2em;
  }
}

.landingpage .intro {
  padding: 3em 0 0 0;
}

.landingpage .signup-formulier {
  margin: 0 auto;
  max-width: 850px;
  padding: 2em 0;
}

.landingpage .signup-formulier h2 {
  margin: 0;
}

.landingpage .signup-formulier p {
  margin: 0 0 1em;
}

.landingpage .signup-formulier fieldset {
  border: none;
}

.landingpage .signup-formulier .frm_fields_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2em;
  background: #e1e1e1;
  border-radius: 0.5em;
}

@media (max-width: 1000px) {
  .landingpage .signup-formulier .frm_fields_container {
    display: -ms-grid;
    display: grid;
    grid-gap: 1em;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.landingpage .signup-formulier input {
  padding: 0.5em 1em;
  font-size: 1em;
  border: none;
  background: #fff;
}

@media (max-width: 1000px) {
  .landingpage .signup-formulier input {
    width: calc(100% - 2em);
  }
}

.landingpage .signup-formulier button[type=submit] {
  background: #85bf4c;
  border: 0;
  padding: 0.55em 1em;
  color: #fff;
  font-size: 1em;
  cursor: pointer;
}

@media (max-width: 1000px) {
  .landingpage .signup-formulier button[type=submit] {
    width: 100%;
  }
}

.landingpage .signup-formulier .kleiner-veld input {
  width: 7em;
}

@media (max-width: 1000px) {
  .landingpage .signup-formulier .kleiner-veld input {
    width: calc(100% - 2em);
  }
}

.landingpage .disclaimer-bottom {
  font-size: 0.85em;
  padding-bottom: 3em;
}

.landingpage .zoom-achtergronden {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 2em;
  padding: 3em 0;
}

@media (max-width: 1000px) {
  .landingpage .zoom-achtergronden {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 550px) {
  .landingpage .zoom-achtergronden {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.landingpage .zoom-achtergronden .zoom-item img {
  width: 100%;
  height: auto;
}

/* Linktree */
.linktree-top {
  margin: 6em auto 2em auto;
  max-width: 600px;
}

@media (max-width: 1000px) {
  .linktree-top {
    margin: 6em 2em 2em 2em;
  }
}

.linktree-top h2 {
  text-align: center;
  margin-bottom: 0.25em;
}

.linktree-top .foto-matt {
  max-width: 200px;
  margin: 0 auto;
  border-radius: 20em;
  overflow: hidden;
}

.linktree-top .foto-matt img {
  width: 100%;
  height: auto;
}

.linktree-top .socials {
  margin-top: 0.5em;
}

.linktree-top .socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.linktree-top .socials ul li {
  background: #fff;
  border-radius: 5em;
}

.linktree-top .socials ul li a {
  display: block;
  width: 2em;
  height: 2em;
  margin: 0 0.2em;
  background: url("../img/instagram-icon.svg") no-repeat center;
  background-size: contain;
}

.linktree-top .socials ul li.am a {
  background-image: url("../img/apple-music-icon-black.svg");
}

.linktree-top .socials ul li.deezer a {
  background-image: url("../img/deezer-icon-black.svg");
}

.linktree-top .socials ul li.ig a {
  background-image: url("../img/instagram-icon.svg");
}

.linktree-top .socials ul li.itunes a {
  background-image: url("../img/itunes-icon-black.svg");
}

.linktree-top .socials ul li.fb a {
  background-image: url("../img/facebook-icon.svg");
}

.linktree-top .socials ul li.spotify a {
  background-image: url("../img/spotify-icon-black.svg");
}

.linktree-top .socials ul li.youtube a {
  background-image: url("../img/youtube-icon-black.svg");
}

.linktree-top .socials ul li.tw a {
  background-image: url("../img/twitter-icon-black.svg");
}

.linktree-top .socials ul li.yt a {
  background-image: url("../img/youtube-icon-black.svg");
}

.linktree-top .socials ul li.tt a {
  background-image: url("../img/tiktok-icon.svg");
}

.linktree-tree {
  margin: 0 auto 3em auto;
  max-width: 600px;
}

@media (max-width: 1000px) {
  .linktree-tree {
    margin: 0 2em 3em 2em;
  }
}

.linktree-tree .item {
  margin: 0.5em 0;
}

.linktree-tree .item.uitgelicht {
  margin: 1em 0;
}

.linktree-tree .item a {
  display: block;
  padding: 0.5em 1em;
  color: #000000;
  background: #fff;
  border: 3px solid #000000;
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1.2em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.linktree-uitgelicht {
  margin: 0 auto 3em auto;
  max-width: 600px;
  text-align: center;
}

@media (max-width: 1000px) {
  .linktree-uitgelicht {
    margin: 0 2em 3em 2em;
  }
}

.linktree-uitgelicht .titel {
  text-align: center;
  text-transform: uppercase;
}

.linktree-uitgelicht .item.foto img {
  width: 100%;
  height: auto;
}

/* Diary */
.diary-item-single {
  margin: 3em auto;
}

@media (max-width: 1500px) {
  .diary-item-single {
    margin: 3em auto 0 auto;
  }
}

.diary-item-single p {
  margin: 0 0 1em;
}

.diary-item-single h2 {
  margin: 0 0 0.5em;
}

.diary-item-single .tab-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 1000px) {
  .diary-item-single .tab-box {
    margin: 0 1em;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 0.5em;
    margin-bottom: 1em;
  }
}

.diary-item-single .tab-box a.tab-item {
  margin: 0 1em 0 0;
  padding: 1em 1.5em 0.75em;
  text-decoration: none;
}

.diary-item-single .tab-box a.tab-item.active {
  background: #f7f7f7;
  border-radius: 8px 8px 0 0;
}

@media (max-width: 1000px) {
  .diary-item-single .tab-box a.tab-item.active {
    border-radius: 6px;
  }
}

.diary-item-single .diary-content {
  background: #f7f7f7;
  padding: 2em;
}

.diary-item-single .diary-content .subtitel {
  font-weight: 700;
}

.diary-item-single .diary-content .holder {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5fr 1fr;
      grid-template-columns: 1.5fr 1fr;
  grid-gap: 3em;
}

@media (max-width: 1000px) {
  .diary-item-single .diary-content .holder {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.diary-item-single .diary-content .video {
  position: relative;
  padding-bottom: 56.25%;
}

.diary-item-single .diary-content .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.diary-item-single .diary-content .foto img {
  width: 100%;
  height: auto;
}

.diary-item-single .diary-photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #f4f4f4;
  padding: 2em 1em;
}

@media (max-width: 1000px) {
  .diary-item-single .diary-photos {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 550px) {
  .diary-item-single .diary-photos {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.diary-item-single .diary-photos .photo {
  cursor: pointer;
  margin: 1em;
}

.diary-item-single .diary-photos .photo img {
  width: auto;
  height: 235px;
}

@media (max-width: 1000px) {
  .diary-item-single .diary-photos .photo img {
    width: 100%;
    height: auto;
  }
}

.diary-item-single .diary-photos .column.size-1of3, .diary-item-single .diary-photos .column.size-1of2, .diary-item-single .diary-photos .column.size-1of1 {
  margin: 0 1em;
}

.diary-item-single .diary-photos[data-columns]::before {
  content: '3 .column.size-1of3';
}

@media (max-width: 1000px) {
  .diary-item-single .diary-photos[data-columns]::before {
    content: '3 .column.size-1of2';
  }
}

@media (max-width: 550px) {
  .diary-item-single .diary-photos[data-columns]::before {
    content: '1 .column.size-1of1';
  }
}

.social-media-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 3em;
}

.social-media-icons .follow-options {
  background: #fff;
  border: 3px solid #000;
  padding: 20px 25px;
}

.social-media-icons .follow-options span {
  font-family: 'Gilroy-Bold', sans-serif;
  font-size: 1em;
  padding: 0 0 0 1em;
  line-height: 1.75em;
}

/* Footer */
.footer {
  /*    background-image: linear-gradient(-90deg, #3F4076 0%, #C35448 100%); */
  background-image: -webkit-gradient(linear, right top, left top, from(#2e302e), to(#a08c4d));
  background-image: linear-gradient(-90deg, #2e302e 0%, #a08c4d 100%);
  padding: 50px 0;
  font-family: 'Gilroy-Light', sans-serif;
}

.footer .footer-menu {
  margin: 0 auto 60px;
  text-align: center;
}

.footer .footer-menu ul li {
  display: inline-block;
  padding: 0 20px;
  font-size: 18px;
}

.footer .footer-menu ul li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.footer .terms-menu {
  margin: 20px auto;
  text-align: center;
}

.footer .terms-menu a {
  display: inline-block;
  padding: 0 10px;
  color: #fff;
}

.footer .copy {
  color: #fff;
  text-align: center;
  font-family: 'Gilroy-Regular';
}

.footer .copy a {
  color: #fff;
}

@media only screen and (max-width: 550px) {
  .footer .footer-menu ul li {
    width: 100%;
    padding: 0 0 10px;
    font-size: 15px;
  }
  .footer .terms-menu a {
    width: 100%;
    font-size: 15px;
    padding: 0 0 5px;
  }
  .footer .copy {
    font-size: 14px;
    margin-top: 30px;
  }
  .footer .footer-menu {
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=global.css.map */