@import url("https://use.typekit.net/msf1lxv.css");
html {
  margin-top: none !important;
}

body {
  font-family: myriad-pro, sans-serif;
  margin: 0;
  margin: 34px 0 0 34px;
  min-height: calc(100vh - 34px);
  height: calc(100vh - 34px);
  background: #fff;
  color: #000;
  display: block;
  background-image: none;
}

@media screen and (max-width: 1400px) {
  body {
    margin: 2em;
    min-height: calc(100vh - 4em);
    height: calc(100vh - 4em);
  }
}

@media screen and (max-width: 1200px) {
  body {
    margin: 1em;
    min-height: calc(100vh - 2em);
    height: calc(100vh - 2em);
  }
}

body.modal-open {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #000;
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a:hover {
  opacity: .6;
}

.animateIn, .animateOut {
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 100;
  -webkit-transition: all 750ms;
  transition: all 750ms;
  display: none;
}

.animateOut {
  right: 100%;
}

.animateOut.animateLeft {
  right: 0;
}

.animateIn.animateLeft {
  right: 100%;
}

.site {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 68px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

@media screen and (max-width: 1400px) {
  .site {
    min-height: calc(100vh - 4em);
    height: calc(100vh - 4em);
  }
}

@media screen and (max-width: 1200px) {
  .site {
    position: relative;
    min-height: calc(100vh - 2em);
    height: calc(100vh - 2em);
  }
}

@media screen and (max-width: 768px) {
  .site {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-template-about2020 .site,
  .page-template-contact2020 .site,
  .page-template-watch2020 .site,
  .page-template-watch2020-2 .site {
    height: auto;
  }
}

.site .site-header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  text-transform: uppercase;
  position: relative;
  margin-right: 0;
  max-width: 348px;
  height: calc(100vh - 34px);
}

@media screen and (max-width: 1400px) {
  .site .site-header {
    font-size: .9em;
  }
}

@media screen and (max-width: 1200px) {
  .site .site-header {
    font-size: .8em;
  }
}

@media screen and (max-width: 991px) {
  .site .site-header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}

@media screen and (max-width: 768px) {
  .site .site-header {
    font-size: 1em;
    width: 100%;
    position: absolute;
    z-index: 10;
    background: #fff;
    padding-right: 0;
    top: 0;
    left: 0;
    margin-bottom: 0px;
    height: auto;
    max-width: none;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 768px) {
  .post-type-archive .site .site-header {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.site .site-header--container {
  position: fixed;
  width: 100%;
  height: calc(100% - 68px);
  max-width: 308px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  width: calc(21% - 4em);
  right: calc(40px / 2);
}

@media screen and (max-width: 1400px) {
  .site .site-header--container {
    height: calc(100% - 4em);
    width: calc(20% - 2em);
    right: calc(3.3em / 2);
  }
}

@media screen and (max-width: 1200px) {
  .site .site-header--container {
    height: calc(100% - 32px);
    right: calc(2.7em / 2);
  }
}

@media screen and (max-width: 991px) {
  .site .site-header--container {
    width: calc(30% - 2em);
  }
}

@media screen and (max-width: 768px) {
  .site .site-header--container {
    left: 0;
    width: calc(30% - 1.5em);
    max-width: none;
    position: relative;
    width: 100%;
  }
}

.site .site-header .header-top-container {
  position: absolute;
  top: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .site .site-header .header-top-container {
    top: 0;
    position: relative;
  }
}

.site .site-header .logo-container {
  width: 80%;
  max-width: 240px;
  margin: auto 0;
  display: block;
}

@media screen and (max-width: 768px) {
  .site .site-header .logo-container {
    max-width: 140px;
    margin: 0 auto auto;
  }
}

.site .site-header .logo-container img {
  display: block;
  width: 100%;
}

.site .site-header .footer-nav-container {
  position: absolute;
  bottom: 30px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 1400px) {
  .site .site-header .footer-nav-container {
    width: 100%;
    bottom: 1em;
  }
}

@media screen and (max-width: 768px) {
  .site .site-header .footer-nav-container {
    position: fixed;
    bottom: 0;
    background: #fff;
    left: 0;
    height: 50px;
    font-size: 0.8em;
    width: 100%;
    -webkit-transform: none;
            transform: none;
    max-width: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 0;
    display: none;
  }
  .page-template-home2020 .site .site-header .footer-nav-container {
    display: block;
  }
}

.site .site-header .footer-nav-container .legals-nav {
  width: 100%;
  max-width: 220px;
  margin: auto;
  text-align: center;
  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;
}

@media screen and (max-width: 1400px) {
  .site .site-header .footer-nav-container .legals-nav {
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .site .site-header .footer-nav-container .legals-nav {
    margin: auto;
  }
}

.site .site-header .footer-nav-container .legals-nav .footer-link {
  color: #b5b5b5;
  font-size: 0.85em;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.site .site-header .footer-nav-container .legals-nav .footer-link:first-of-type {
  margin-right: 6px;
  padding-right: 10px;
  position: relative;
}

.site .site-header .footer-nav-container .legals-nav .footer-link:first-of-type:after {
  content: "|";
  position: absolute;
  right: 0;
  top: 0;
}

.site .site-header .footer-nav-container .legals-nav .footer-link a {
  color: #b5b5b5;
  font-size: 0.85em;
}

.site .site-header .footer-nav-container .footer-nav {
  width: 100%;
  max-width: 220px;
  margin: auto auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.1em;
}

.site .site-header .footer-nav-container .footer-nav .footer-link {
  margin-right: 12px;
}

.site .site-header .footer-nav-container .footer-nav .footer-link--contact, .site .site-header .footer-nav-container .footer-nav .footer-link--full {
  position: relative;
}

.site .site-header .footer-nav-container .footer-nav .footer-link--contact:hover:after, .site .site-header .footer-nav-container .footer-nav .footer-link--full:hover:after {
  opacity: .6;
}

.site .site-header .footer-nav-container .footer-nav .footer-link--full {
  color: #b5b5b5;
  font-size: 0.85em;
}

.site .site-header .footer-nav-container .footer-nav .footer-link--full:after {
  background: #b5b5b5;
}

.site .site-header .footer-nav-container .footer-nav .footer-link.social-link {
  font-size: 1.4em;
}

@media screen and (max-width: 1200px) {
  .site .site-header .footer-nav-container .footer-nav .footer-link.social-link {
    font-size: 1.2em;
  }
}

.site .site-header .footer-nav-container .footer-nav .footer-link--full-container {
  margin-right: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .site .site-header .footer-nav-container .footer-nav .footer-link--full-container {
    margin-bottom: 0;
  }
}

.site .site-header .footer-nav-container .footer-nav .footer-link:last-of-type {
  margin-right: 0;
}

.site .mobile-footer {
  display: none;
}

@media screen and (max-width: 768px) {
  .site .mobile-footer {
    display: block;
    width: 100%;
    text-transform: uppercase;
    padding: 10px 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .page-template-home2020 .site .mobile-footer {
    display: none;
  }
}

.site .mobile-footer .legals-nav {
  width: 100%;
  max-width: 220px;
  margin: auto;
  text-align: center;
  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;
}

@media screen and (max-width: 1400px) {
  .site .mobile-footer .legals-nav {
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .site .mobile-footer .legals-nav {
    margin: auto;
  }
}

.site .mobile-footer .legals-nav .footer-link {
  color: #b5b5b5;
  font-size: 0.85em;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.site .mobile-footer .legals-nav .footer-link:first-of-type {
  margin-right: 6px;
  padding-right: 10px;
  position: relative;
}

.site .mobile-footer .legals-nav .footer-link:first-of-type:after {
  content: "|";
  position: absolute;
  right: 0;
  top: 0;
}

.site .mobile-footer .legals-nav .footer-link a {
  color: #b5b5b5;
  font-size: 0.85em;
}

.site .mobile-footer .footer-nav {
  width: 100%;
  max-width: 220px;
  margin: auto auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.1em;
}

.site .mobile-footer .footer-nav .footer-link {
  margin-right: 12px;
}

.site .mobile-footer .footer-nav .footer-link--contact, .site .mobile-footer .footer-nav .footer-link--full {
  position: relative;
}

.site .mobile-footer .footer-nav .footer-link--contact:hover:after, .site .mobile-footer .footer-nav .footer-link--full:hover:after {
  opacity: .6;
}

.site .mobile-footer .footer-nav .footer-link--full {
  color: #b5b5b5;
  font-size: 0.85em;
}

.site .mobile-footer .footer-nav .footer-link--full:after {
  background: #b5b5b5;
}

.site .mobile-footer .footer-nav .footer-link.social-link {
  font-size: 1.4em;
}

@media screen and (max-width: 1200px) {
  .site .mobile-footer .footer-nav .footer-link.social-link {
    font-size: 1.2em;
  }
}

.site .mobile-footer .footer-nav .footer-link--full-container {
  margin-right: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .site .mobile-footer .footer-nav .footer-link--full-container {
    margin-bottom: 0;
  }
}

.site .mobile-footer .footer-nav .footer-link:last-of-type {
  margin-right: 0;
}

.site .site-main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  height: auto;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.site .site-main.fade-in {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .site .site-main {
    width: 100%;
    max-width: 100%;
    height: calc(100% - 135px - 4vh);
    margin-top: 112px;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.page-template-home2020 .site .site-main {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .post-type-archive .site .site-main {
    margin-top: 0;
    height: auto;
  }
}

.logo-container {
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .sticky .logo-container {
    opacity: 0;
  }
}

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

.main-nav {
  width: 90%;
  max-width: 240px;
  margin: auto 0;
}

@media screen and (max-width: 1400px) {
  .main-nav {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .main-nav {
    width: 100%;
    margin: auto;
    max-width: none;
  }
}

.main-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .main-nav ul {
    width: 80%;
    max-width: 300px;
    margin: 1em auto;
  }
}

.main-nav ul .menu-item {
  position: relative;
  font-size: 1.1em;
}

.main-nav ul .menu-item.sepatator:hover {
  color: #000;
  cursor: auto;
}

.main-nav ul .menu-item:last-of-type {
  margin-right: 0;
  padding-right: 0;
}

.main-nav ul .menu-item:last-of-type:after {
  content: none;
}

.main-nav ul .menu-item:last-of-type a {
  margin-right: 0;
  padding-right: 0;
}

.main-nav ul .menu-item.active {
  font-weight: 600;
}

.main-nav ul .menu-item.active a:hover {
  opacity: 1;
}

.main-nav ul .menu-item.active:after {
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .sticky .main-nav {
    position: fixed;
    top: 0;
    left: 1em;
    width: calc(100% - 2em);
    background: #fff;
  }
}

.page-btn {
  color: #b5b5b5;
  position: relative;
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-size: 0.85em;
}

.page-btn--container {
  width: 80%;
  max-width: 240px;
  margin: auto 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page-btn {
    display: none;
  }
  .page-btn.artist-filter-btn {
    display: initial;
  }
}

.page-btn:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #b5b5b5;
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.page-btn:hover:after {
  opacity: .6;
}

.artist-filter-btn .page-btn:hover:after {
  opacity: 1;
  color: #000;
}

.page-btn.artist-filter-btn {
  margin: 0 5px;
}

.page-btn.artist-filter-btn:hover {
  opacity: 1;
  color: #000;
}

.page-btn.artist-filter-btn:hover:after {
  opacity: 1;
  background: #000;
}

.page-btn.artist-filter-btn.active {
  color: #000;
}

.page-btn.artist-filter-btn.active:after {
  opacity: 1;
  background: #000;
}

.post-type-archive-artists .menu-item.artists {
  font-weight: 600;
}

.post-type-archive-artists .menu-item.artists:after {
  font-weight: 400;
}

.main-carousel {
  height: 100%;
}

.main-carousel .carousel-cell {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.main-carousel .carousel-cell img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-carousel--homepage, .main-carousel--about, .main-carousel--contact {
  margin: 0 auto auto;
}

@media screen and (max-width: 768px) {
  .main-carousel--homepage, .main-carousel--about, .main-carousel--contact {
    margin: 0 auto auto;
  }
}

.main-carousel--homepage {
  right: 0;
  top: 0;
  -webkit-transition: all .8s linear;
  transition: all .8s linear;
}

.main-carousel--homepage.transition-in {
  -webkit-animation: slide-left-right 2s forwards;
          animation: slide-left-right 2s forwards;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

@-webkit-keyframes slide-left-right {
  0% {
    right: 0;
    opacity: 1;
  }
  50% {
    right: -50%;
    opacity: .3;
  }
  51% {
    right: 50%;
    opacity: .2;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}

@keyframes slide-left-right {
  0% {
    right: 0;
    opacity: 1;
  }
  50% {
    right: -50%;
    opacity: .3;
  }
  51% {
    right: 50%;
    opacity: .2;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .main-carousel--homepage.transition-in {
    -webkit-animation: slide-bottom-top 2s forwards;
            animation: slide-bottom-top 2s forwards;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    left: 0 !important;
  }
  @-webkit-keyframes slide-bottom-top {
    0% {
      top: 0;
      opacity: 1;
    }
    50% {
      top: -50%;
      opacity: .3;
    }
    51% {
      top: 50%;
      opacity: .2;
    }
    100% {
      top: 0;
      opacity: 1;
    }
  }
  @keyframes slide-bottom-top {
    0% {
      top: 0;
      opacity: 1;
    }
    50% {
      top: -50%;
      opacity: .3;
    }
    51% {
      top: 50%;
      opacity: .2;
    }
    100% {
      top: 0;
      opacity: 1;
    }
  }
}

@media screen and (max-width: 768px) {
  .main-carousel--about, .main-carousel--contact {
    height: 50%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
  }
  .main-carousel--about::after, .main-carousel--contact::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .main-carousel--about .flickity-viewport, .main-carousel--contact .flickity-viewport {
    position: absolute;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .main-carousel--contact {
    display: none;
  }
}

.carousel-mask {
  position: absolute;
  width: 200%;
  height: 100%;
  background: #fff;
  right: 100%;
  z-index: 1;
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

@media screen and (max-width: 768px) {
  .carousel-mask {
    left: 0;
    right: auto;
    top: 100%;
    width: 100%;
    height: 200%;
  }
}

.carousel-mask.transition-in {
  right: -200%;
  -webkit-transition: all 2s linear;
  transition: all 2s linear;
}

@media screen and (max-width: 768px) {
  .carousel-mask.transition-in {
    left: 0;
    right: auto;
    top: -200%;
  }
}

.about-container,
.contact-container,
.past-artists-container {
  height: 100%;
  position: relative;
}

.about-container .about-content-container,
.about-container .contact-content-container,
.contact-container .about-content-container,
.contact-container .contact-content-container,
.past-artists-container .about-content-container,
.past-artists-container .contact-content-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  padding: 2.5%;
  width: 80%;
  max-width: 740px;
  height: auto;
  max-height: 70vh;
  overflow: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.about-container .about-content-container::-webkit-scrollbar,
.about-container .contact-content-container::-webkit-scrollbar,
.contact-container .about-content-container::-webkit-scrollbar,
.contact-container .contact-content-container::-webkit-scrollbar,
.past-artists-container .about-content-container::-webkit-scrollbar,
.past-artists-container .contact-content-container::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 768px) {
  .about-container .about-content-container,
  .about-container .contact-content-container,
  .contact-container .about-content-container,
  .contact-container .contact-content-container,
  .past-artists-container .about-content-container,
  .past-artists-container .contact-content-container {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    max-height: none;
    overflow: unset;
    margin: auto;
    width: 90%;
    padding: 0;
  }
}

.about-container .about-content-container h1,
.about-container .contact-content-container h1,
.contact-container .about-content-container h1,
.contact-container .contact-content-container h1,
.past-artists-container .about-content-container h1,
.past-artists-container .contact-content-container h1 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.25em;
  position: relative;
  left: -5px;
}

.about-container .about-content-container a,
.about-container .contact-content-container a,
.contact-container .about-content-container a,
.contact-container .contact-content-container a,
.past-artists-container .about-content-container a,
.past-artists-container .contact-content-container a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .past-artists-container .main-carousel {
    display: none;
  }
}

.contact-container .contact-content-container {
  padding: 0 2.5%;
  max-height: 85%;
  overflow: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.contact-container .contact-content-container::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 768px) {
  .contact-container .contact-content-container {
    max-height: none;
    overflow: unset;
    margin-bottom: 80px;
  }
}

.contact-container .contact-content-container h1 {
  left: 0;
  margin: 2.5% 0 2px;
}

.contact-container .contact-content-container .email-form-intro {
  margin: 0;
}

.contact-container .contact-content-container label {
  font-size: 12px;
}

.contact-container .contact-content-container input {
  width: calc(100% - 5px);
  height: 30px;
  padding: 0 0 0 5px;
  border: none;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .contact-container .contact-content-container input {
    border: 1px solid #000;
  }
}

.contact-container .contact-content-container textarea {
  width: calc(100% - 10px);
  border: none;
  padding: 10px 5px;
  margin-top: 5px;
  height: 60px;
}

@media screen and (max-width: 768px) {
  .contact-container .contact-content-container textarea {
    border: 1px solid #000;
  }
}

.contact-container .contact-content-container .wpcf7-form p:last-of-type {
  margin-bottom: 0;
}

.contact-container .contact-content-container input.wpcf7-form-control.wpcf7-submit {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  max-width: 200px;
  margin: auto;
  display: block;
  padding: 0;
}

.contact-container .contact-content-container input.wpcf7-form-control.wpcf7-submit:hover {
  color: #000;
  background: #fff;
  cursor: pointer;
}

.contact-container .contact-content-container .wpcf7-response-output {
  text-align: center;
}

.contact-container .contact-content-container .socials-section {
  text-align: center;
}

.contact-container .contact-content-container .socials-section .social-icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}

.contact-container .contact-content-container .socials-section .social-icon-container .social-link {
  font-size: 22px;
  margin: 0 5px;
}

.watch-container {
  height: 100%;
  margin: 0 auto auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.watch-container .main-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 60px;
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.watch-container .main-video-container.fade-out {
  opacity: 0;
}

.watch-container .main-video-container .image-container {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.watch-container .main-video-container .top-layer {
  position: absolute;
  width: 90%;
  height: 100%;
  margin: 0 5% 0;
  color: #fff;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  top: 0;
  left: 0;
}

.watch-container .main-video-container .top-layer.full {
  left: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  background: #000;
}

.watch-container .main-video-container .front, .watch-container .main-video-container .back {
  -webkit-transition: all 2s linear;
  transition: all 2s linear;
}

.watch-container .main-video-container .front.hidden,
.watch-container .main-video-container .back.hidden {
  display: none !important;
}

.watch-container .main-video-container .front.invisible,
.watch-container .main-video-container .back.invisible {
  opacity: 0 !important;
}

.watch-container .main-video-container .front .btn img {
  width: 113px;
  margin: 0 auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.watch-container .main-video-container .front .play-btn {
  margin: 0;
  width: 152px;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .watch-container .main-video-container .front .play-btn {
    width: 50px;
    top: 52%;
  }
}

.watch-container .main-video-container .front:hover {
  cursor: pointer;
}

.watch-container .main-video-container .front:hover .btn img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.watch-container .main-video-container .back {
  height: 100%;
}

.watch-container .main-video-container .back .video-wrapper {
  height: 100%;
  width: 100%;
}

.watch-container .main-video-container .video-title {
  position: absolute;
  bottom: -38px;
  font-weight: 600;
  text-transform: uppercase;
}

.watch-container .main-video-container .video-title svg {
  margin-right: 5px;
}

.watch-container .main-video-container .video-title .video-title-main {
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .watch-container .main-video-container .video-title .video-title-main {
    font-size: .8em;
  }
}

.watch-container .main-video-container .video-title .video-title-main.fade-out {
  opacity: 0;
}

.watch-container .watch-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.watch-container .video-block {
  width: 32%;
  margin-bottom: 2%;
}

@media screen and (max-width: 768px) {
  .watch-container .video-block {
    width: 48.5%;
    margin-right: 1.5%;
  }
}

.watch-container .video-block .video-thumbnail {
  position: relative;
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: center;
}

.watch-container .video-block .video-title {
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0.5em;
  display: block;
}

@media screen and (max-width: 768px) {
  .watch-container .video-block .video-title {
    font-size: .6em;
    display: block;
  }
}

.watch-grid-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .watch-grid-container {
    margin-bottom: 0;
  }
}

.watch-grid-container .watch-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  margin: 1%;
}

.watch-grid-container .watch-block:first-of-type, .watch-grid-container .watch-block:nth-of-type(2) {
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  .watch-grid-container .watch-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: auto;
    margin-bottom: 10%;
  }
  .watch-grid-container .watch-block:first-of-type, .watch-grid-container .watch-block:nth-of-type(2) {
    margin-top: auto;
  }
}

.watch-grid-container .watch-block a.video-block--link {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  display: block;
  position: relative;
}

.watch-grid-container .watch-block a.video-block--link .video-thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
}

.watch-grid-container .watch-block .video-title {
  margin-top: 1em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.17em;
}

@media screen and (max-width: 768px) {
  .watch-grid-container .watch-block .video-title {
    font-size: 0.8em;
  }
}

.watch-grid-container .watch-block .video-title svg {
  margin-right: 5px;
}

.watch-grid-container .watch-block .artist-name {
  font-weight: 600;
  text-transform: uppercase;
  font-size: .9em;
}

@media screen and (max-width: 768px) {
  .watch-grid-container .watch-block .artist-name {
    font-size: 0.7em;
  }
}

.watch-modal-container {
  top: 0;
  left: 100%;
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

@media screen and (max-width: 768px) {
  .watch-modal-container {
    left: 0;
    top: 100%;
  }
}

.watch-modal-container.show {
  left: 0;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .watch-modal-container.show {
    top: 0;
  }
}

.watch-modal-container .close {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 2em;
  -webkit-transform: scale(0) rotate(0deg);
          transform: scale(0) rotate(0deg);
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.watch-modal-container .close.show {
  -webkit-transform: scale(1) rotate(180deg);
          transform: scale(1) rotate(180deg);
}

.watch-modal-container .close:hover {
  opacity: .6;
  cursor: pointer;
}

.watch-modal-container .embed-container {
  width: 90vw;
  max-width: 1400px;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.watch-modal-container .embed-container.show {
  top: 50%;
  opacity: 1;
}

.watch-modal-container .watch-frame {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  width: 100%;
  top: 10%;
}

.watch-modal-container .watch-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.artists-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .artists-container {
    margin-bottom: 50px;
  }
}

.artists-container .artist-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  margin: 0 0 1% 0;
}

.artists-container .artist-block:first-of-type, .artists-container .artist-block:nth-of-type(2) {
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  .artists-container .artist-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: auto;
    margin-bottom: 10%;
  }
  .artists-container .artist-block:first-of-type, .artists-container .artist-block:nth-of-type(2) {
    margin-top: auto;
  }
}

.artists-container .artist-block .artist-image-container {
  width: auto;
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 65.25%;
}

.artists-container .artist-block img.artist-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.artists-container .artist-block .artist-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 1em;
  min-height: 75px;
}

@media screen and (max-width: 1200px) {
  .artists-container .artist-block .artist-info {
    margin-top: .5em;
  }
}

@media screen and (max-width: 768px) {
  .artists-container .artist-block .artist-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
    min-height: auto;
  }
}

.artists-container .artist-block h3.artist-title {
  margin: 0;
  text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
  .artists-container .artist-block h3.artist-title {
    font-size: 1em;
  }
}

.artists-container .artist-block .artist-subheader {
  color: #b5b5b5;
  font-size: .85em;
}

.artists-container .artist-block .artist-info--left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 210px;
}

.artists-container .artist-block .artist-info--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .artists-container .artist-block .artist-info--right {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.artists-container .artist-block .artist-info--right a.artist-link {
  position: relative;
  padding-bottom: 3px;
  margin-bottom: 10px;
  display: block;
  font-size: 0.85em;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .artists-container .artist-block .artist-info--right a.artist-link {
    text-align: left;
  }
}

.artists-container .artist-block .artist-info--right a.artist-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}

.artists-container .artist-block .artist-info--right .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .artists-container .artist-block .artist-info--right .socials {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.artists-container .artist-block .artist-info--right .socials a.social-link {
  margin: 0 5px;
}

.artists-container .artist-block .artist-info--right .socials a.social-link:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .artists-container .artist-block .artist-info--right .socials a.social-link:first-of-type {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .artists-container .artist-block .artist-info--right .socials {
    display: none;
  }
}

.artists-container .artist-block .socials--mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .artists-container .artist-block .socials--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
  }
  .artists-container .artist-block .socials--mobile a.social-link {
    margin: 0 5px;
  }
  .artists-container .artist-block .socials--mobile a.social-link:last-of-type {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .artists-container .artist-block .socials--mobile a.social-link:first-of-type {
    margin-left: 0;
  }
}

.past-artists-list {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  padding: 2.5%;
  width: 80%;
  max-width: 740px;
  height: auto;
  max-height: 60vh;
  overflow-y: scroll;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 600;
}

.past-artists-list::-webkit-scrollbar {
  width: 5px;
}

.past-artists-list::-webkit-scrollbar-track {
  border-radius: 0;
}

.past-artists-list::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 0;
}

.past-artists-list::-webkit-scrollbar-thumb:hover {
  background: #000;
}

@media screen and (max-width: 768px) {
  .past-artists-list {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    max-height: none;
    overflow: unset;
    margin: 30px auto;
    width: 90%;
    padding: 0;
  }
}

.past-artists-list p.artist-name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin: 0 0 7px;
  font-weight: 400;
}

.past-artists-list a.artist-name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin: 0 0 7px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .past-artists-list a.artist-name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.past-artists-list a.artist-name i {
  margin-left: 5px;
}
/*# sourceMappingURL=main-2020.css.map */