@import url("https://use.typekit.net/giy2vmd.css");
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: mostra-nuova, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-weight: 600 !important;
}

p,
a,
label,
li {
  font-family: "futura-pt", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  color: #000000;
}

h1,
h2,
h3,
h1 a,
h2 a,
h3 a,
a {
  font-family: mostra-nuova, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
  color: #3b2c36;
}

p {
  line-height: 140%;
}

strong {
  font-weight: 700;
}

body {
  background-image: url("../gfx/rw-bg.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: calc(var(--vh, 1vh) * 100);
  position: relative;
  display: flex;
  flex-direction: column;
  font-family: "futura-pt", sans-serif !important;
  font-weight: 400;
  font-style: normal;
}

.container {
  width: 95%;
  max-width: 1200px;
  margin: auto;
}

.button,
.heading .button {
  position: relative;
  padding: 10px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: mostra-nuova, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  border: none !important;
  background-color: #3b2c36;
  color: #ffffff;
}
.button:hover,
.heading .button:hover {
  background-color: #000000;
  color: #ffffff;
}

.heading,
.page-footer {
  background-color: #ffffff;
  padding: 30px 0px;
}
.heading .container,
.page-footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .heading .container,
  .page-footer .container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.heading .container span,
.page-footer .container span {
  width: 100%;
}

.page-footer a {
  position: relative;
  background: transparent !important;
  z-index: 0;
  font-family: mostra-nuova, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
}
.page-footer a:before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 0px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.page-footer a:hover::before {
  bottom: -5px;
  height: 20%;
}
.page-footer a:before {
  background-color: #3b2c36;
}

#home-instagram,
#news,
#home-news {
  margin-top: 100px;
}
@media screen and (max-width: 480px) {
  #home-instagram,
  #news,
  #home-news {
    margin-top: 40px;
  }
}

.fullWidth.white {
  background-color: rgba(255, 255, 255, 0.5);
}

.fullWidth.lightBlue {
  background-color: transparent;
}

.fullWidth.colour-bg {
  background-color: #3b2c36;
}

.fullWidth.black {
  background-color: #000000;
}

#titleOuter {
  color: #3b2c36;
}

#galleryHolder a.active {
  border-color: #3b2c36;
}

#site-header {
  width: calc(100% - 60px);
  z-index: 99;
  background-color: #3b2c36;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  #site-header {
    width: calc(100% - 40px);
    padding: 20px;
  }
}
#site-header .site-logo {
  z-index: 100;
  min-width: 160px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  #site-header .site-logo {
    width: 100%;
  }
}
#site-header .site-logo a {
  pointer-events: all;
  width: 100%;
  max-width: 160px;
}
@media screen and (max-width: 991px) {
  #site-header .site-logo a {
    max-width: 100px;
  }
}
#site-header .site-logo a img {
  width: 100%;
}
#site-header .site-menu {
  width: 100%;
}
@media screen and (max-width: 991px) {
  #site-header .site-menu {
    display: none;
  }
}
#site-header .site-social {
  min-width: 160px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  #site-header .site-social {
    display: none;
  }
}

body.home #site-header {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  position: absolute;
}
body.home #site-header .site-menu {
  display: none;
}

#site-header.menu-active {
  position: fixed !important;
}

nav#main,
nav#main-overlay {
  background-color: transparent;
  padding: 0px !important;
}
nav#main ul,
nav#main-overlay ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
nav#main ul li,
nav#main-overlay ul li {
  margin: 0px 10px;
  padding: 0px !important;
  background: transparent !important;
}
nav#main ul li a,
nav#main-overlay ul li a {
  font-family: mostra-nuova, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  color: #ffffff;
  position: relative;
  background: transparent !important;
  z-index: 0;
  font-family: mostra-nuova, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
}
nav#main ul li a:before,
nav#main-overlay ul li a:before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 0px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
nav#main ul li a:hover::before,
nav#main-overlay ul li a:hover::before {
  bottom: -5px;
  height: 20%;
}
nav#main ul li:first-child,
nav#main-overlay ul li:first-child {
  margin-left: 0px;
}
nav#main ul li:last-child,
nav#main-overlay ul li:last-child {
  margin-right: 0px;
}
nav#main ul li.current-menu-item a:before,
nav#main-overlay ul li.current-menu-item a:before {
  bottom: -5px;
  height: 20%;
}

@media screen and (max-width: 991px) {
  #home-hero nav#main {
    display: none;
  }
}
#home-hero nav#main ul {
  justify-content: space-between;
}
#home-hero nav#main ul li a {
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
  font-size: 1.2rem;
}

/* Social Menu */
.menu-social ul {
  display: flex;
  justify-content: center;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .menu-social ul {
    justify-content: center;
  }
}
.menu-social ul li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin: 0px 8px;
}
.menu-social ul li a:before {
  display: inline-block;
  padding: 0 5px;
  vertical-align: top;
  font-family: "Fontawesome";
  font-size: 16px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  content: "\f0c0";
  transition: all 0.3s ease-in-out;
}
.menu-social ul li a:hover:before {
  color: #ffffff;
}
.menu-social ul li:first-child {
  margin: 0px 8px 0px 0px;
}
.menu-social ul li:last-child {
  margin: 0px 0px 0px 8px;
}

.menu-social li a[href*="facebook.com"]::before {
  content: "\f09a";
}

.menu-social li a[href*="twitter.com"]::before {
  content: "\f099";
}

.menu-social li a[href*="dribbble.com"]::before {
  content: "\f17d";
}

.menu-social li a[href*="plus.google.com"]::before {
  content: "\f0d5";
}

.menu-social li a[href*="pinterest.com"]::before {
  content: "\f0d2";
}

.menu-social li a[href*="github.com"]::before {
  content: "\f09b";
}

.menu-social li a[href*="tumblr.com"]::before {
  content: "\f173";
}

.menu-social li a[href*="youtube.com"]::before {
  content: "\f167";
}

.menu-social li a[href*="flickr.com"]::before {
  content: "\f16e";
}

.menu-social li a[href*="vimeo.com"]::before {
  content: "\f194";
}

.menu-social li a[href*="instagram.com"]::before {
  content: "\f16d";
}

.menu-social li a[href*="linkedin.com"]::before {
  content: "\f0e1";
}

.menu-social li a[href*="tiktok.com"]::before {
  content: "\e07b";
}

.menu-social li a[href*="spotify.com"]::before {
  content: "\f1bc";
}

.menu-social li a[href*="apple.com"]::before {
  content: "\f179";
}

.menu-social li a[href*="amazon.com"]::before {
  content: "\f270";
}

.menu-social li a[href*="dicord.com"]::before {
  content: "\f392";
}

header#siteHeader li.current_page_item a,
body.single-post .menu-item-29 a,
body.archive .menu-item-29 a,
body.single-videos .menu-item-24 a,
body.single-release .menu-item-27 a,
body.single-artwork .menu-item-2047 a,
body.page-id-156 .menu-item-2047 a {
  color: #ffffff !important;
}

header#siteHeader li.current_page_item a:before,
body.single-post .menu-item-29 a:before,
body.single-videos .menu-item-24 a:before,
body.single-release .menu-item-27 a:before,
body.single-artwork .menu-item-2047 a:before,
body.tax-gallery .menu-item-2047 a:before,
body.page-id-156 .menu-item-2047 a:before {
  bottom: -5px !important;
  height: 20% !important;
}

.nav-toggle {
  z-index: 12;
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 991px) {
  .nav-toggle {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .nav-toggle {
    top: 10px;
    right: 10px;
  }
}
.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  content: "";
  display: block;
  position: absolute;
  height: 4px;
  width: 30px;
  cursor: pointer;
  transition: all 0.5s;
  top: 23px;
  left: 10px;
  background: #ffffff;
}
.nav-toggle span:before {
  top: -10px;
  left: 0px;
}
.nav-toggle span:after {
  top: 10px;
  left: 0px;
}

.nav-toggle.active {
  background: transparent;
}
.nav-toggle.active span {
  background: transparent;
}
.nav-toggle.active span:before {
  top: 0;
  background: #ffffff;
  transform: rotate(135deg);
}
.nav-toggle.active span:after {
  top: 0;
  background: #ffffff;
  transform: rotate(-135deg);
}

#site-menu-overlay {
  z-index: 10;
  position: fixed;
  background: #3b2c36;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  left: 0;
  top: 0;
  right: 0;
  min-height: calc(var(--vh, 1vh) * 100);
  padding: 30px;
  display: none;
}
#site-menu-overlay #main-overlay ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0px 0px 40px;
}
#site-menu-overlay #main-overlay ul li {
  margin: 10px 0px;
}
#site-menu-overlay #main-overlay ul li a {
  position: relative;
  background: transparent !important;
  z-index: 0;
  font-family: mostra-nuova, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
}
#site-menu-overlay #main-overlay ul li a:before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 0px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
#site-menu-overlay #main-overlay ul li a:hover::before {
  bottom: -5px;
  height: 20%;
}

#footer {
  width: calc(100% - 60px);
  background-color: #3b2c36;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  bottom: 0;
}
#footer .footer-logo {
  width: 80%;
  max-width: 200px;
  margin-bottom: 10px;
}
#footer .footer-links {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #footer .footer-links {
    flex-direction: column;
    align-items: center;
  }
}
#footer .footer-links a {
  font-family: mostra-nuova, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #ffffff;
  position: relative;
  background: transparent !important;
  z-index: 0;
  font-family: mostra-nuova, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  display: block;
  height: 20px;
}
#footer .footer-links a:before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 0px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
#footer .footer-links a:hover::before {
  bottom: -5px;
  height: 20%;
}
#footer .footer-links ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 0px 10px;
}
@media screen and (max-width: 768px) {
  #footer .footer-links ul {
    flex-direction: column;
  }
}
#footer .footer-links ul li {
  margin: 0px 10px;
}
#footer .footer-social {
  width: 100%;
}

#home-hero {
  background-color: #3b2c36;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 0;
}
#home-hero .home-hero-contain {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 800px;
  z-index: 2;
}
#home-hero .home-hero-contain .home-hero-logo {
  width: 100%;
  fill: #ffffff;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.4));
  margin-bottom: 20px;
}

#home-slides {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  z-index: 0;
}
#home-slides .slick-dots {
  position: absolute;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  #home-slides .slick-dots {
    top: auto;
    transform: none;
    bottom: 30px;
  }
}
#home-slides .slick-dots li {
  margin: 10px 0px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: relative;
  opacity: 0.75;
}
#home-slides .slick-dots li button {
  opacity: 0;
}
#home-slides .slick-dots li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
#home-slides .slick-dots li:nth-child(1):after {
  background-image: url("../gfx/rw-dot-1.png");
}
#home-slides .slick-dots li:nth-child(2):after {
  background-image: url("../gfx/rw-dot-2.png");
}
#home-slides .slick-dots li:nth-child(3):after {
  background-image: url("../gfx/rw-dot-3.png");
}
#home-slides .slick-dots li:nth-child(4):after {
  background-image: url("../gfx/rw-dot-4.png");
}
#home-slides .slick-dots li:nth-child(5):after {
  background-image: url("../gfx/rw-dot-5.png");
}
#home-slides .slick-dots li.slick-active {
  opacity: 1;
}
#home-slides .home-slide {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
}
#home-slides .home-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (orientation: landscape) {
  #home-slides .home-slide .home-slide-img {
    display: block;
  }
  #home-slides .home-slide .home-slide-img-p {
    display: none;
  }
}
@media (orientation: portrait) {
  #home-slides .home-slide .home-slide-img {
    display: none;
  }
  #home-slides .home-slide .home-slide-img-p {
    display: block;
  }
}
#home-slides .home-slide .button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  background-color: #ffffff;
  color: #000000;
}
#home-slides .home-slide .button:hover {
  background-color: #3b2c36;
  color: #ffffff;
}

#home-instagram .sbi_follow_btn {
  margin: 20px 0px 0px !important;
}
#home-instagram .sbi_follow_btn a {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0px !important;
  position: relative;
  background: transparent !important;
  z-index: 0;
  font-family: mostra-nuova, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-family: mostra-nuova, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2rem;
  color: #3b2c36;
  text-transform: uppercase;
}
#home-instagram .sbi_follow_btn a:before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 0px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
#home-instagram .sbi_follow_btn a:hover::before {
  bottom: -5px;
  height: 20%;
}
#home-instagram .sbi_follow_btn a:before {
  background-color: #3b2c36;
}
#home-instagram .sbi_follow_btn a svg {
  height: 1.2rem !important;
}
#home-instagram .sbi_follow_btn a span {
  font-family: mostra-nuova, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}

#home-news {
  margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
  #home-news {
    margin-bottom: 40px;
  }
}
#home-news .container {
  display: flex;
  text-align: left;
}
#home-news .container:nth-child(odd) {
  flex-direction: row;
}
@media screen and (max-width: 480px) {
  #home-news .container:nth-child(odd) {
    flex-direction: column;
  }
}
#home-news .container:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 480px) {
  #home-news .container:nth-child(even) {
    flex-direction: column;
  }
}

#news {
  margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
  #news {
    margin-bottom: 40px;
  }
}
#news .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 991px) {
  #news .container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #news .container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  #news .container {
    grid-template-columns: repeat(1, 1fr);
  }
}

#news .news-image,
#home-news .news-image {
  width: 100%;
  aspect-ratio: 4/3;
  position: relative;
}
#news .news-image a,
#home-news .news-image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#news .news-image img,
#home-news .news-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#news .news-content,
#home-news .news-content {
  width: 100%;
  display: flex;
  background-color: rgba(255, 255, 255, 0.5);
}
#news .news-content .news-content-contain,
#home-news .news-content .news-content-contain {
  margin: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
#news .news-content .news-content-contain .news-content-info,
#home-news .news-content .news-content-contain .news-content-info {
  margin-bottom: 20px;
}
#news .news-content .news-content-contain .news-content-info h6,
#news .news-content .news-content-contain .news-content-info h2,
#news .news-content .news-content-contain .news-content-info p,
#home-news .news-content .news-content-contain .news-content-info h6,
#home-news .news-content .news-content-contain .news-content-info h2,
#home-news .news-content .news-content-contain .news-content-info p {
  text-align: left;
}
#news .news-content .news-content-contain .news-content-info p,
#home-news .news-content .news-content-contain .news-content-info p {
  font-size: 18px;
}
#news .news-content .news-content-link,
#home-news .news-content .news-content-link {
  position: relative;
  background: transparent !important;
  z-index: 0;
  font-family: mostra-nuova, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  width: auto;
  font-weight: 700;
  font-size: 1.5rem;
  color: #3b2c36;
  text-transform: uppercase;
}
#news .news-content .news-content-link:before,
#home-news .news-content .news-content-link:before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 0px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
#news .news-content .news-content-link:hover::before,
#home-news .news-content .news-content-link:hover::before {
  bottom: -5px;
  height: 20%;
}
#news .news-content .news-content-link:before,
#home-news .news-content .news-content-link:before {
  background-color: #3b2c36;
}

#news .news-item {
  display: flex;
  flex-direction: column;
}
#news .news-item .news-content {
  flex: 1;
}
#news h2 {
  font-size: 1.6rem;
}
#news .news-content-link {
  font-size: 1.2rem !important;
}

.newsSingle .container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
}
@media screen and (max-width: 991px) {
  .newsSingle .container {
    flex-direction: column;
  }
}
.newsSingle .container .newsColumn {
  width: 100%;
  margin: 0px !important;
}
.newsSingle .container .newsColumn .newsColumnInner {
  margin-right: 40px;
}
@media screen and (max-width: 991px) {
  .newsSingle .container .newsColumn .newsColumnInner {
    margin-right: 0px;
  }
}
.newsSingle .container .newsColumn .newsColumnInner img {
  height: auto;
  width: auto;
  max-width: 100%;
  margin: 0;
}
.newsSingle .container .newsColumn .newsColumnInner p {
  margin-bottom: 1.5em;
}
.newsSingle .container .newsColumn .newsColumnInner .news-featured-image {
  margin-bottom: 1.5em;
}
.newsSingle .container .sidebar {
  position: sticky;
  width: 100%;
  max-width: 300px;
  top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .newsSingle .container .sidebar {
    max-width: 100%;
  }
}

#registerButton {
  position: relative;
  padding: 10px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: mostra-nuova, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  border: none !important;
  background-color: #3b2c36;
  color: #ffffff;
}
#registerButton:hover {
  background-color: #000000;
  color: #ffffff;
}

.musicSingle .container,
.singleReleaseFooter .container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
}
@media screen and (max-width: 991px) {
  .musicSingle .container,
  .singleReleaseFooter .container {
    flex-direction: column;
  }
}
.musicSingle .container .newsColumn,
.singleReleaseFooter .container .newsColumn {
  width: 100%;
  margin: 0px !important;
}
.musicSingle .container .newsColumn .newsColumnInner,
.singleReleaseFooter .container .newsColumn .newsColumnInner {
  margin-right: 40px;
}
@media screen and (max-width: 991px) {
  .musicSingle .container .newsColumn .newsColumnInner,
  .singleReleaseFooter .container .newsColumn .newsColumnInner {
    margin-right: 0px;
  }
}
.musicSingle .container .newsColumn .newsColumnInner img,
.singleReleaseFooter .container .newsColumn .newsColumnInner img {
  height: auto;
}
.musicSingle .container .sidebar,
.singleReleaseFooter .container .sidebar {
  position: sticky;
  width: 100%;
  max-width: 300px;
  top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .musicSingle .container .sidebar,
  .singleReleaseFooter .container .sidebar {
    max-width: 100%;
  }
}

.release-sidebar ul li {
  text-transform: none;
  line-height: 140%;
}

.smallReleases {
  margin-right: 30px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .smallReleases {
    margin-right: 0px;
  }
}
.smallReleases .smallReleaseList {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 480px) {
  .smallReleases .smallReleaseList {
    flex-direction: column;
  }
}
.smallReleases .smallReleaseList .release {
  float: none;
}
@media screen and (max-width: 480px) {
  .smallReleases .smallReleaseList .release {
    width: 100%;
  }
}

.subNav {
  margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .subNav {
    margin-bottom: 40px;
  }
}

.subNav a.tab {
  background-color: #ffffff;
  color: #000000;
}
.subNav a.tab:hover {
  background-color: #3b2c36;
  color: #ffffff;
}

.subNav a.tab.active {
  background-color: #3b2c36;
  color: #ffffff;
}

.release a {
  font-size: 1.2rem;
}
.release .small {
  font-weight: 200;
}
.release .big {
  font-weight: 700;
  color: #3b2c36;
}

.allMusic li {
  height: auto !important;
}
.allMusic li a {
  aspect-ratio: 1/1;
  margin: 0px 10px !important;
}
.allMusic li .table {
  height: 100%;
}
.allMusic li .table span {
  color: #ffffff;
  text-align: center;
}

.register,
.content {
  flex: 1;
}

.register .button {
  position: relative;
  padding: 10px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: mostra-nuova, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  border: none !important;
  background-color: #3b2c36;
  color: #ffffff;
}
.register .button:hover {
  background-color: #000000;
  color: #ffffff;
}

#book-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media screen and (max-width: 991px) {
  #book-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #book-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  #book-gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}
#book-gallery .book {
  display: block;
  width: 100%;
  aspect-ratio: 3/4;
  cursor: pointer;
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 9px 20px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  transition: box-shadow 0.3s linear;
  background: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#book-gallery .book img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform-origin: 0 50%;
  transform: rotateY(0);
  transition: all 0.45s ease;
  background: #ffffff;
}
#book-gallery .book p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 40px);
  height: auto;
  transform-origin: 0 50%;
  transform: rotateY(0);
  transition: all 0.45s ease;
  background: #3b2c36;
  color: #ffffff;
  padding: 20px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
}
#book-gallery .book:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25), 0 9px 20px 0 rgba(0, 0, 0, 0.45);
}
#book-gallery .book:hover img,
#book-gallery .book:hover p {
  transform: rotateY(-25deg);
  box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.2);
}
#book-gallery .book:after, #book-gallery .book:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  background: #ffffff;
  border: 1px solid #000000;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  opacity: 0.1;
}
#book-gallery .book:before {
  left: -5px;
}
#book-gallery .book:after {
  left: -10px;
}

.flipbook-container {
  width: 50%;
  height: auto;
  margin: 100px 0% 100px 50%;
  background: #3b2c36;
  perspective: 1000px;
}
@media screen and (max-width: 768px) {
  .flipbook-container {
    width: 100%;
    margin: 40px 0px;
  }
}

.book-container {
  align-items: center;
  display: flex;
  height: 90%;
  justify-content: center;
  margin: 5%;
  width: 90%;
}
.book-container .aspect {
  padding-bottom: 70%;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .book-container .aspect {
    padding-bottom: 140%;
  }
}
.book-container .aspect .aspect-inner {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.flipbook {
  height: 100%;
  transition: margin-left 0.25s ease-out;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 9px 20px 0 rgba(0, 0, 0, 0.25);
  background-color: #3b2c36;
}
.flipbook .page {
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom right, #fff, #eee);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.flipbook .page .book-image {
  flex: 1;
  position: relative;
  width: calc(100% - 60px);
  height: 100%;
  margin: 30px 30px 0px;
}
.flipbook .page .book-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top left;
     object-position: top left;
}
.flipbook .page .book-text {
  flex: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 30px;
}
.flipbook .page .book-text h2 {
  font-size: 1rem;
  margin-bottom: 0px;
  text-align: left;
}
.flipbook .page .book-text p {
  font-size: 0.8rem;
  text-transform: uppercase;
  text-align: left;
}

/* #flipbook {
	display: block;

	@include sm {
		display: none;
	}
}

#flipbook-mobile {
	display: none;

	@include sm {
		display: block;
	}
}

#flipbook,
#flipbook-mobile {
	position: relative;
	width: 100%;
	aspect-ratio: 3/4;

	transform-style: preserve-3d;

	.page {
		cursor: pointer;
		position: absolute;
		color: black;
		width: 100%;
		aspect-ratio: 3/4;

		transition: 1.5s transform;
		transform: translateZ(-1px);
		transform-style: preserve-3d;
		transform-origin: left center;

		.front,
		.back {
			position: absolute;
			pointer-events: none;

			width: 100%;
			height: 100%;
			max-height: 100%;
			padding: $site-padding;
			box-sizing: border-box;

			backface-visibility: hidden;
			background: -webkit-gradient(linear, 0% 0%, 100% 100%, from(#fff), to(#eee));
			background: linear-gradient(to bottom right, #fff, #eee);

			display: flex;
			flex-direction: column;
			justify-content: space-between;
			align-items: flex-start;

			.book-image {
				flex: 1;
				position: relative;
				width: 100%;
				height: 100%;
				margin-bottom: $site-padding;
				img {
					position: absolute;
					left: 0;
					top: 0;
					width: 100%;
					height: 100%;
					object-fit: contain;
					object-position: top left;
				}
			}

			.book-text {
				flex: 0;
				display: flex;
				flex-direction: column;
				align-items: flex-start;
				justify-content: flex-start;

				h2 {
					font-size: 1rem;
					margin-bottom: 0px;
				}
				p {
					font-size: 0.8rem;
					text-transform: uppercase;
				}
			}
		}
		.back {
			transform: rotateY(180deg);
		}

		.front-cover {
			background: $purple;

			h2,
			span {
				color: $white;
			}
		}
	}

	.page.active {
		z-index: 1;
		transform: translateZ(0);
	}
	.page.flipped {
		transform: translateZ(0) rotateY(-180deg);
	}
	.page.flipped:last-of-type {
		z-index: 1;
	}
} */
.fullWidth.central {
  background-color: #3b2c36;
  padding: 50px 0px;
  margin: 30px auto;
}

.central p {
  margin: auto !important;
  color: #ffffff;
  font-family: mostra-nuova, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
}

.about-section {
  margin: 30px auto;
}

.split-section .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 30px auto;
}
@media screen and (max-width: 480px) {
  .split-section .container {
    flex-direction: column;
  }
}
.split-section .container .about-content {
  width: 100%;
  padding: 30px;
  background-color: #ffffff;
}
.split-section .container .about-content p {
  margin: 0px 0px 20px 0px !important;
}
.split-section .container .about-image {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.split-section .container .about-image img {
  width: 100%;
}
.split-section .container .about-image p {
  padding: 10px 20px;
  margin: 0px;
  background-color: #000000;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
}