* {
  font-family: "Castoro", serif !important;
}

html {
  margin-top: none !important;
}

body {
  font-family: "Castoro", serif;
  font-weight: 500;
  margin: 0;
  height: 100%;
  display: block;
  min-height: 100vh;
  color: #fff;
  text-transform: uppercase;
  background-image: none;
}
body.page-template-page-home2020, body.page-template-page-news2020, body.single-news_articles {
  background-size: cover;
  background-position: center;
}
body.page-template-page-home2020:before, body.page-template-page-news2020:before, body.single-news_articles:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://cdn1.umg3.net/502-cdn/gradient.png");
  background-size: cover;
  background-position: center;
}
body.page-template-page-news2020:before, body.single-news_articles {
  background-image: url("https://cdn1.umg3.net/502-cdn/gradient-2.png");
}
body.single-news_articles {
  background-size: 100vw 100vh;
  background-attachment: fixed;
}

#page {
  z-index: 1;
  position: relative;
  height: 100%;
  display: block;
  min-height: 100vh;
}
#page::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 160px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), transparent);
}
#page::after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 90px;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  z-index: -1;
}

a {
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #615161;
}

#cpra_button {
  display: none !important;
}

.site-header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 160px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .site-header {
    height: 120px;
  }
}
.site-header #primary_social_links {
  text-align: right;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  position: absolute;
  left: 5%;
  margin: 0;
}
@media screen and (max-width: 1400px) {
  .site-header #primary_social_links {
    display: none;
  }
}
.site-header #primary_social_links li a {
  font-size: 24px !important;
  margin-left: 0;
  margin-right: 1.2em;
}
@media screen and (max-width: 991px) {
  .site-header #primary_social_links li a {
    font-size: 18px !important;
  }
}
.site-header #primary_social_links li a:after {
  content: none;
}
.site-header #primary_social_links li:last-of-type a {
  margin-right: 0;
}
.site-header #site_logo {
  margin: 0;
  width: 100%;
  max-width: 180px;
}
.site-header #site_logo:after {
  content: none;
}
.site-header #site-navigation-2020 {
  min-width: 310px;
  display: flex;
  justify-content: center;
}
.site-header .main-navigation {
  position: absolute;
  right: 5%;
}
@media screen and (max-width: 991px) {
  .site-header .main-navigation {
    right: 2%;
  }
}
@media screen and (max-width: 1400px) {
  .site-header .main-navigation {
    min-width: 90vw !important;
    bottom: unset;
    top: 120px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .site-header .main-navigation {
    top: 100px;
  }
}
.site-header .main-navigation #nav_content_wrapper {
  padding: 0;
}
.site-header .main-navigation ul#menu-primary-menu {
  list-style: none;
  padding: 0;
  display: flex !important;
  justify-content: flex-start;
  align-items: flex-start;
  float: none;
}
@media screen and (max-width: 1400px) {
  .site-header .main-navigation ul#menu-primary-menu {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 800px) {
  .site-header .main-navigation ul#menu-primary-menu {
    top: 0;
    margin: 0;
    background-color: transparent;
    position: relative;
  }
}
.site-header .main-navigation ul#menu-primary-menu li {
  margin: 0 10px 0 0;
  padding-right: 0;
}
@media screen and (max-width: 800px) {
  .site-header .main-navigation ul#menu-primary-menu li {
    border-bottom: 0;
    padding: 0;
  }
}
.site-header .main-navigation ul#menu-primary-menu li:first-child {
  padding-left: 0;
}
.site-header .main-navigation ul#menu-primary-menu li:last-of-type {
  margin-right: 0;
}
.site-header .main-navigation ul#menu-primary-menu li a {
  font-size: 1.2em;
  font-weight: 500;
  text-transform: lowercase;
  text-shadow: 1px 1px 3px black;
}
@media screen and (max-width: 991px) {
  .site-header .main-navigation ul#menu-primary-menu li a {
    font-size: 1.1em;
  }
}

#footer_social_links {
  text-align: right;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  position: absolute;
  left: 5%;
  margin: 0;
  display: none;
}
@media screen and (max-width: 1400px) {
  #footer_social_links {
    display: flex;
    left: 5%;
    bottom: 8%;
  }
  .single-news_articles #footer_social_links {
    bottom: 3%;
  }
}
#footer_social_links li a {
  font-size: 24px !important;
  margin: 0 1.25em 0 0;
}
@media screen and (max-width: 991px) {
  #footer_social_links li a {
    font-size: 18px !important;
  }
}
#footer_social_links li a:after {
  content: none;
}
#footer_social_links li:last-of-type a {
  margin-right: 0;
}

.site-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: none;
  padding: 0;
  z-index: 1;
}
.site-footer ul {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.55em;
  color: #bebebe;
}
@media screen and (max-width: 768px) {
  .site-footer ul {
    font-size: 0.6em;
    margin: 10px 0;
    flex-wrap: wrap;
    line-height: 2em;
  }
}
.site-footer ul li {
  font-size: inherit;
  margin-left: 0;
  margin-right: 6px;
  padding-right: 6px;
  position: relative;
}
.site-footer ul li:after {
  content: "|";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.site-footer ul li:last-of-type:after {
  content: none;
}
.site-footer ul a {
  color: #9c989b;
  text-transform: capitalize;
  font-size: 12px;
}
.site-footer ul a:hover {
  color: #fff;
}
.site-footer ul a:after {
  content: none;
}

.sign-up {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute;
  bottom: 10%;
  right: 5%;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .sign-up {
    right: 2%;
  }
}
@media screen and (max-width: 768px) {
  .sign-up {
    right: 5%;
    bottom: 8%;
  }
  .single-news_articles .sign-up {
    bottom: 3%;
  }
}
.sign-up span {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.sign-up span:after {
  bottom: -2px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  background: #fff;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.sign-up span:hover:after {
  background: #615161;
}
.sign-up span:hover {
  color: #615161;
}

.home-promo-container {
  position: absolute;
  bottom: 10%;
  left: 5%;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .home-promo-container {
    bottom: 17%;
    left: 5%;
  }
}
.home-promo-container .home-promo-title {
  padding: 0;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 1.85em;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.home-promo-container .home-promo-subtitle {
  margin: 0px;
  margin-bottom: 10px;
  color: #fff;
  letter-spacing: 0.5px;
  transition: all 0.3s ease-in-out;
  text-transform: math-auto;
  font-size: 20px;
  letter-spacing: 0.05em;
  opacity: 0.75;
}
.home-promo-container .home-promo-btn {
  margin-top: 10px;
  margin-bottom: 0px;
}

.carousel-background {
  background: #000;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}

.slide-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80%;
  max-height: 1000px;
  width: 80%;
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  .slide-container {
    max-width: 355px;
    transform: translate(-50%, 40%) !important;
  }
}
@media screen and (max-width: 480px) {
  .slide-container {
    max-height: 500px;
    max-width: 500px;
  }
}
.slide-container__video {
  top: 0;
  left: 0;
  transform: none;
  max-height: none;
  max-width: none;
  height: 100%;
  width: 100%;
}
.slide-container__music {
  height: 100%;
  max-height: 355px;
}
@media screen and (max-width: 768px) {
  .slide-container__music {
    height: 405px;
    max-height: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
  }
}
.slide-container__news {
  max-width: 1200px;
}
.slide-container .main-carousel {
  height: 100%;
}
.slide-container .main-carousel.music-carousel {
  max-height: 355px;
}
.slide-container .main-carousel.music-carousel .carousel-cell {
  max-height: 355px;
}
@media screen and (max-width: 768px) {
  .slide-container .main-carousel.music-carousel {
    max-height: unset;
  }
}
.slide-container .carousel-cell {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 50px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .slide-container .carousel-cell {
    height: auto;
  }
}
.slide-container .carousel-cell.release-block {
  position: absolute;
  left: 0%;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .slide-container .carousel-cell.release-block {
    justify-content: center;
    flex-wrap: wrap;
    overflow: scroll;
    max-height: unset;
  }
}
.slide-container .carousel-cell .release-block--left {
  flex: 0 0 60%;
  position: relative;
  justify-content: flex-end;
  display: flex;
  height: 100%;
  max-height: 355px;
  max-width: 355px;
}
.slide-container .carousel-cell .release-block--left .packshot-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 355px;
  width: 355px;
}
@media screen and (max-width: 991px) {
  .slide-container .carousel-cell .release-block--left .packshot-container {
    padding-bottom: 100%;
    width: 100%;
  }
}
.slide-container .carousel-cell .release-block--left .packshot {
  position: absolute;
  top: 0;
  width: 100%;
  height: 350px;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
}
.slide-container .carousel-cell .release-block--right {
  flex: 0 0 35%;
  height: 100%;
  max-height: 355px;
}
.slide-container .carousel-cell .release-block--right iframe {
  width: 100%;
  min-height: 100%;
}
@media screen and (max-width: 768px) {
  .slide-container .carousel-cell .release-block--left,
  .slide-container .carousel-cell .release-block--right {
    flex: 0 0 85%;
    justify-content: center;
  }
}
.slide-container .carousel-cell .release-title {
  font-size: 2em;
}
@media screen and (max-width: 768px) {
  .slide-container .carousel-cell .release-title {
    margin-top: 1em;
    display: block;
  }
}
.slide-container .carousel-cell .tracklist {
  list-style: none;
  padding: 0;
}
.slide-container .carousel-cell .tracklist .track {
  color: #a9a5a9;
  display: inline-block;
  margin-bottom: 15px;
}
.slide-container .carousel-cell .tracklist .track:hover {
  color: #615161;
}
.slide-container .carousel-cell .tracklist li:last-of-type .track {
  margin-bottom: 0;
}
.slide-container .carousel-cell .listen-cta {
  margin-top: 15px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  .slide-container .carousel-cell .listen-cta {
    margin-top: 15px;
    font-size: 1.2em;
  }
}
.slide-container .carousel-cell .listen-cta--listen {
  position: relative;
  font-size: 0.8em;
  bottom: 0;
  z-index: 1;
  transition: color 0.3s ease-in-out;
}
.slide-container .carousel-cell .listen-cta--listen:hover {
  color: #fff;
}
.slide-container .carousel-cell.news-article-block {
  width: 30%;
  margin: auto 1.5%;
  align-items: flex-start;
  justify-content: flex-start;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .slide-container .carousel-cell.news-article-block {
    width: 48%;
    margin: auto 25%;
  }
}
@media screen and (max-width: 768px) {
  .slide-container .carousel-cell.news-article-block {
    width: 100%;
    margin: auto 7.5%;
    width: 85%;
  }
}
.slide-container .carousel-cell.news-article-block .featured-image-container {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .slide-container .carousel-cell.news-article-block .featured-image-container {
    margin: 0 auto;
  }
}
.slide-container .carousel-cell.news-article-block .featured-image-container .featured-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide-container .carousel-cell.news-article-block .news-article {
  font-size: 1em;
}
.slide-container .carousel-cell.news-article-block .news-article-title {
  font-size: 1.2em;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .slide-container .carousel-cell.news-article-block .news-article-title {
    font-size: 1em;
  }
}
.slide-container .carousel-cell.news-article-block .read-more-link {
  margin-top: 0.75em;
  font-size: 1.2em;
  color: #a9a5a9;
}
@media screen and (max-width: 768px) {
  .slide-container .carousel-cell.news-article-block .read-more-link {
    font-size: 1em;
  }
}
.slide-container .carousel-cell.news-article-block .read-more-link:after {
  background: #a9a5a9;
}

.carousel-btn {
  position: fixed;
  top: 50%;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8em;
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
  max-width: 42px;
}
@media screen and (max-width: 768px) {
  .carousel-btn {
    position: absolute;
    max-width: 15px;
  }
}
.carousel-btn::after {
  content: none;
}
.carousel-btn:hover {
  opacity: 1;
}
.carousel-btn img {
  width: 100%;
}
.carousel-btn--prev {
  left: 5%;
}
.carousel-btn--next {
  right: 5%;
}
.carousel-btn--prev.hide-arrows-desktop, .carousel-btn--next.hide-arrows-desktop {
  display: none;
}
@media screen and (max-width: 991px) {
  .carousel-btn--prev.hide-arrows-desktop, .carousel-btn--next.hide-arrows-desktop {
    display: block;
  }
}

.more-video {
  width: 100%;
  height: 100%;
  position: relative;
}
.more-video .image-container {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .more-video .image-container {
    height: 100%;
    padding-top: 0;
  }
}
.more-video .front,
.more-video .back {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0);
}
.more-video .top-layer {
  position: absolute;
  width: 90%;
  height: 100%;
  margin: 0 5% 0;
  color: #fff;
  background: rgba(255, 255, 255, 0);
  transition: all 0.5s linear;
  top: 0;
  left: 0;
}
.more-video .top-layer.full {
  left: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  background: #000;
}
.more-video .front, .more-video .back {
  transition: all 2s linear;
}
.more-video .front.hidden,
.more-video .back.hidden {
  display: none !important;
}
.more-video .front.invisible,
.more-video .back.invisible {
  opacity: 0 !important;
}
.more-video .front h2, .more-video .front h3 {
  color: #fff;
  position: relative;
  top: auto;
  right: auto;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: uppercase;
}
.more-video .front .btn img {
  width: 113px;
  margin: 0 auto;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.more-video .front .play-btn {
  margin: 0;
  width: 152px;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .more-video .front .play-btn {
    width: 80px;
    top: 52%;
  }
}
.more-video .front:hover {
  cursor: pointer;
}
.more-video .front:hover .btn img {
  transform: scale(1.1);
}
.more-video .top-layer h3 {
  padding: 0 0 5px;
}
.more-video .top-layer h2 {
  font-weight: 600;
  padding: 0 0 12px;
}
.more-video .back .video-wrapper {
  height: 140%;
  width: 140%;
}

.video-title {
  position: absolute;
  bottom: 10%;
  left: 5%;
  font-weight: 700;
  text-transform: none;
  font-size: 1.85em;
  max-width: 500px;
}
@media screen and (max-height: 830px) {
  .video-title {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 768px) {
  .video-title {
    font-size: 1.2em;
    bottom: 15%;
  }
}

article.news_articles {
  max-width: 900px;
  margin: 0 auto 18em;
  background: rgba(0, 0, 0, 0.6);
  width: 80%;
  padding: 2.5% 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: none;
  color: #a9a5a9;
  position: relative;
}
@media screen and (max-width: 768px) {
  article.news_articles {
    margin: 2em auto 8em;
    padding: 5%;
  }
}
article.news_articles .back-btn {
  position: absolute;
  top: 2.5%;
  left: 6.5%;
}
@media screen and (max-width: 768px) {
  article.news_articles .back-btn {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 1.5em;
  }
}
article.news_articles .post-thumbnail {
  margin-bottom: 2%;
}
article.news_articles img {
  width: 100%;
  height: auto;
  max-width: 500px;
}
@media screen and (max-width: 991px) {
  article.news_articles img {
    max-width: 400px;
  }
}
article.news_articles h1 {
  margin-top: 0;
  font-size: 2em;
}
@media screen and (max-width: 768px) {
  article.news_articles h1 {
    font-size: 1.25em;
  }
}
article.news_articles .entry-header h1 {
  margin: 10px auto;
}
article.news_articles h2 {
  text-transform: none;
}
@media screen and (max-width: 768px) {
  article.news_articles h2 {
    font-size: 1.15em;
    padding-bottom: 10px;
  }
}
article.news_articles h3, article.news_articles h4, article.news_articles h5 {
  text-transform: none;
}
@media screen and (max-width: 768px) {
  article.news_articles h3, article.news_articles h4, article.news_articles h5 {
    font-size: 1em;
    padding-bottom: 10px;
  }
}
article.news_articles p {
  color: #a9a5a9;
}
article.news_articles a:after {
  width: 100%;
}

.ae-cform-modal-container, .ae-cform-container {
  font-size: 1em !important;
}/*# sourceMappingURL=main-2024.css.map */