/** Shopify CDN: Minification failed

Line 2402:13 Expected ":"
Line 2402:14 Expected identifier but found "100%"

**/
/*******************************************************************
*************************** FONTS **********************************
********************************************************************/
:root {
	--headlinefont: 'oswald', sans-serif;	
	--bodyfont: 'Inter', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family:var(--headlinefont);
	font-weight:700;
}

  h1 {
    text-transform:uppercase;
  }

h1.section-title, .section-text-container h1 {
  font-size:3.5rem;
  line-height:1em;
}
@media screen and (max-width: 810px){
  h1.section-title, .section-text-container h1 {
    font-size:2.5rem;
  }
}

h1.section-title-content {
  margin-bottom:0px;
  font-size:3.2rem;
  line-height:1em;
}

p {
	font-family:var(--bodyfont);
	margin-bottom: 10px;
	line-height: 1.7em;
}

#mobile-nav-overlay.overlay {
  font-family:var(--bodyfont)!important;
}

.faq-container h2 {
  font-size:1.4rem;
}
/*******************************************************************
******************* GENERAL STYLES *********************************
********************************************************************/
:root{
	--dark01-colour: #000; /* var(--dark01-colour); */
	--grey: #BCBEC0;
	--purple: #924cd1;
}

.mobile-only {
	display:none!important;
}

@media screen and (max-width: 810px){
	.desktop-only {
		display:none!important;
	}
	.mobile-only {
		display:block!important;
	}
}	
@media screen and (min-width: 810px){
	.mobile {
		display: none;
	}

}

html {
  scroll-behavior: smooth;
  background-color:#fff;
}

body{
	font-family:var(--bodyfont), sans-serif!important;
	background-color:#fff;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

img {
	max-width:100%;
}

ul {
	padding:0px;
}

a {
	text-decoration:none;
  color:var(--purple);
}

p {
  font-family:var(--bodyfont), sans-serif!important;
}

a:hover {
	color:var(--purple);
}

.input-group .input-group-field {
  width:90%;
}
.input-group .btn {
  min-height: 30px;
  min-width: 40px;
}

#privy-container #privy-inner-container .privy-tab-container {
  z-index:100!important;
}

@media only screen and (max-width: 810px) {
  .nav-bar.compartmentalized .nav-wrapper.flexbox .cart-container
  {
    margin-left:0px;
  }
}

.cart-empty {
  min-height:70vh;
}
/******************* BUTTONS **********************
********************************************************************/

.btn, #sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a, span.btn__content, body button.btn, .page--banner button.btn {
    display:block;
    padding: 11px 14px;
    color: #fff!important;
  width:100%;
    font-size: 1em;
    line-height: 1.5;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0;
    border:0px!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase!important;
    font-weight: 700!important;
    font-family: var(--headlinefont)!important;
    letter-spacing:.5px;
    transition:.3s;
    position:relative;
    background-color: var(--purple)!important;
    color: #fff!important;
    border-radius: 0px!important;
    padding: 12px 10px!important;
 }  
   
.btn:hover, #sb_instagram #sbi_load .sbi_load_btn:hover, #sb_instagram .sbi_follow_btn a:hover {
	background:#555!important;
	border:0px!important;
	color:#fff!important;
	top:1px!important;
}

.btn-blk, .btn-blk:visited, .btn-blk:active a{
    display: block;
    width:100%;
    color: #fff!important;
    font-size: 1em;
    line-height: 1.5;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0;
    border:0px!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: 700;
    font-family: var(--headlinefont);
    letter-spacing:.5px;
    transition:.3s;
    position:relative;
    background-color: #000;
    color: #fff!important;
    border-radius: 0px!important;
    padding: 12px 10px!important; 
    text-decoration:none;
    text-align:center;
}
.btn-blk:hover{
  background:var(--purple)!important;
}

#sb_instagram #sbi_load .sbi_load_btn:hover, #sb_instagram .sbi_follow_btn a:hover, .load-more:hover {
	background:var(--purple)!important;
}

button.view-more.btn, .slide-caption .btn, .product-single .btn {
  padding: 11px 4rem !important;
}

.product-flag {
  min-width: 100px;
  max-width: 100%;
  margin-bottom: 0px;
}
/*******************************************************************
******************* HEADER **********************
********************************************************************/
/*header {
	padding:20px 3%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width:100%;
}
*/

.main-content {
  margin-bottom:0px;
  min-height:70vh;
}

.main-content .index-section:not(.index-section--flush) {
  padding-top:0px;
}

.header-logo {
/*	width:212px;
	position: fixed;
	top:10px;
	mix-blend-mode: difference !important;
	z-index: 3;
 	filter: invert(1); */
}

.nav-bar .top-bar .site-nav > li > a {
  font-family: var(--headlinefont);
  text-transform: uppercase;
  font-size: 1.2rem;
}

.site-nav__dropdown a {
    font-family: var(--headlinefont);
    text-transform: uppercase;
    font-size: 1rem;
    padding:1.3em 1em;
}

.nav-bar.compartmentalized .nav-wrapper.flexbox .header-search-mobile {
  margin-left: 20px;
  margin-right: 0px;
}

.nav-bar .top-bar .cart-container a {
  margin-right:-30px;
}

h1.section-header__title {
  text-align:center;
  font-size: 3.5rem;
  text-transform: uppercase;
  padding-top: 28px;
}

@media only screen and (max-width: 767px) {
  h1.section-header__title {
    font-size:2.5rem;
  }
}
/******* SEARCH ********/
.overlay section.search {
  margin-top:10%;
}


.overlay section.search .search--header h3.search--title {
  font-size:3rem;
}
@media only screen and (max-width: 767px) {
.overlay section.search .search--header h3.search--title {
    font-size:1.5rem;
  padding-top:40px;
  }
  .overlay section.search .search--header .search--input-wrapper input.search--input {
    font-size:1.8rem;
  }
}
#header-search-overlay {
  top:0px!important;
}
.overlay {
  background:rgba(255, 255, 255, 0.98)
}
.overlay section.search .search--header a.search--close-button {
  font-family: var(--headlinefont);
  font-size: 1.2rem;
}


.main-logo-live {
	width: 325px;
	position: fixed;
	top: 10px;
	mix-blend-mode: difference !important;
	z-index: 3;
	display: none;
	left: 60px;
}

@media only screen and (max-width: 767px) {
	.main-logo-live {
		width:250px;
	}
}
.nav-bar .top-bar{
    background-color:#ffffff;
}
*:not(.hero-media-wrapper) > .video-wrapper {
    padding-bottom: unset;
}

.nav-wrapper {
  padding:0 3%!important;
}
/*******************************************************************
******************* HAMBURGER NAVIGATION MENU **********************
********************************************************************/
/* 

input {
  display: none;
}
 */
#menuArea {
	border: 2px solid #fff;
	border-radius: 100%;
	padding: 12px;
	position:fixed;
	top:10px;
	right:3%;
	z-index:10;
	transition:.5s;
	background-color:rgba(0,0,0,.45);
}

#menuArea:hover {
	background-color:var(--purple);
	border:2px solid var(--purple);
}
.open {
  background-color: #fff;
  width: 35px;
  height: 4px;
  display: block;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  top: 15px;
  z-index:12;
}

.open:before {
  content: "";
  background-color: #fff;
  width: 35px;
  height: 4px;
  display: block;
  border-radius: 2px;
  position: relative;
  top: -8px;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}

.open:after {
  content: "";
  background-color: #fff;
  width: 35px;
  height: 4px;
  display: block;
  border-radius: 2px;
  position: relative;
  top: 4px;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}

.menuOpen {
  width: 35px;
  height: 35px;
  display: block;
  cursor: pointer;
  z-index:11;
}



.menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0,0,0,1);
  z-index:10;
  overflow:scroll;
}

.menu label {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  background-size: 100%;
  cursor: pointer;
}

.menu .menuContent {
  position: relative;
  font-size: 4.5em;
  line-height:.9em;
  top:30%;
  text-align: center;
  padding-bottom: 20px;
  margin-top: -170px;
}

@media only screen and (max-width: 810px) {
	.menu .menuContent {
		font-size: 3em;
	}
}
		 

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

.menu ul li a {
  display: block;
  color: white;
  text-decoration: none;
  transition: color 0.2s;
  font-family: var(--headlinefont);
  letter-spacing:-1px;
  text-transform: uppercase;
  padding: 10px 0;
  font-weight:800;
}

.menu ul li a:hover {
  color: #000;
}

.menu ul li:hover {
  background: white;
}

.menu ul li:first-child:hover {
	background:transparent;
}

.menuEffects {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.7s;
}

.menuEffects ul {
  transform: translateY(0%);
  transition: all 0.5s;
}


#menuToggle:checked ~ .menuEffects {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
}


#menuToggle:checked ~ .menuOpen .open {
  background-color: transparent;
}

#menuToggle:checked ~ .menuOpen .open:before {
  content: "";
  background-color: white;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

#menuToggle:checked ~ .menuOpen .open:after {
  content: "";
  background-color: white;
  transform: rotate(-45deg);
  position: relative;
  top: 0;
  right: 0;
  z-index: 1;
}

#menuToggle:not(:checked) ~ .menuEffects ul {
  transform: translateY(-30%);
}

#menuToggle:not(:checked) ~ .menuEffects ul.socials-list {
  transform: translateY(-200%);
}



.menu-logo {
	width:210px;
	margin-bottom:25px;
}

.menu .menuContent ul.socials-list {
	margin-top:20px;
}

@media only screen and (max-width: 810px) {
	.menu .menuContent ul.socials-list {
		margin-top:40px;
	}
}

.menu .menuContent ul.socials-list li:hover {
	background:transparent;
}

.menu .menuContent ul.socials-list li a {
	font-size:.5em;
	transition:.3s;
}

.menu .menuContent ul.socials-list li a:hover{
	color:var(--purple);
	opacity:.8;
}
@media only screen and (max-width: 810px) {
  .input-group .input-group-field {
    width: 70%;
    margin-bottom: 45px;
  }
  
#mobile-nav-overlay.overlay .mobile-nav__search input {
  width:75%;
}
  .search-bar .input-group-btn {
    width:22%;
  }
}
#mobile-nav-overlay.overlay ul.mobile-nav > li.mobile-nav__item > a, #mobile-nav-overlay.overlay ul.mobile-nav > li.mobile-nav__item > .mobile-nav__has-sublist > a {
  padding: 0 15px;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2em;
  font-family: var(--headlinefont);
  text-transform:uppercase;
}



.mobile-nav--expanded + .mobile-nav__sublist a {
    padding: 0 15px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2em;
  font-family: var(--headlinefont);
  margin-bottom:10px;
    text-transform:uppercase;
}
.mobile-nav--expanded + .mobile-nav__sublist {
  margin-top:15px;
}

#mobile-nav-overlay.overlay ul.mobile-nav > li.mobile-nav__item.mobile-nav__account > a, #mobile-nav-overlay.overlay ul.mobile-nav > li.mobile-nav__item.mobile-nav__account > a {
  font-size:1rem;
}
/*******************************************************************
******************* HOMEPAGE  **********************
********************************************************************/

section.hero {
	padding:60px 3% 0 3%;
	
}
.video-wrapper {
	width:100%;
}

video {
	width:100%;
	height:80vh;
	object-fit:cover;
	object-position:top;
}

ul.homepage-menu {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	animation: fadeIn .5s ease-in both;
	animation-delay:.7s;
	margin-top:-2.5%;
    margin-left:0px;
}

@media only screen and (max-width: 810px) {
	ul.homepage-menu {
		display:none;
	}
}

ul.homepage-menu li {
	list-style-type:none;
		text-shadow: 1px 1px 24px rgba(0,0,0,.4);
}

ul.homepage-menu li a {
	font-family:var(--headlinefont);
	text-decoration:none;
	font-size:4vw;
	letter-spacing:-1px;
	font-weight:700;
	line-height:1em;
	color:#fff;
}


/*
text-shadow forked from: https://codepen.io/teetteet/details/dFICw#forkline
*/
.superShadow {
  text-shadow:     0 1px 0 hsl(174,5%,80%),
	                 0 2px 0 hsl(174,5%,75%),
	                 0 3px 0 hsl(174,5%,70%),
	                 0 4px 0 hsl(174,5%,66%),
	                 0 5px 0 hsl(174,5%,64%),
	                 0 6px 0 hsl(174,5%,62%),
	                 0 7px 0 hsl(174,5%,61%),
	                 0 8px 0 hsl(174,5%,60%),
	
	                 0 0 5px rgba(0,0,0,.05),
	                0 1px 3px rgba(0,0,0,.2),
	                0 3px 5px rgba(0,0,0,.2),
	               0 5px 10px rgba(0,0,0,.2),
	              0 10px 10px rgba(0,0,0,.2),
	              0 20px 20px rgba(0,0,0,.3)!important;
}


/*******************************************************************
******************* HOMEPAGE - PRODUCT SWIPER  **********************
********************************************************************/

section.homepage-shop {
	padding:0px 0 5% 0;
}
@media (max-width: 810px){
    section.homepage-shop {
  	padding:50px 0 5% 0;

  }
}
  

[class^="swiper-button-"],
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet::before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* .homepage .umcswiper-button-next, .homepage .umcswiper-button-prev, :not(.product-single__photos > .swiper-container) > .umcswiper-button-prev, :not(.product-single__photos > .swiper-container) > .umcswiper-button-next{
    position: absolute;
    top: 35%!important;
    width: 70px!Important;
    height: 75px!Important;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 44px 150px!Important;
    background-position: center;
    background-repeat: no-repeat;
	background-color:rgba(146,76,209,.9);
	padding:90px 0;
} */

/* @media (max-width: 767px){
	.umcswiper-button-next, .umcswiper-button-prev {
		top:27%!important;
	}
} */

.swiper-container {
  width: 100%;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
/*
.swiper-container.swiper-container-coverflow {
  margin-top: 60px;
}
*/


.swiper-container.loading {
  opacityx: 0;
  visibilityx: hidden;
}

/* .swiper-container:hover .umcswiper-button-prev,
.swiper-container:hover .umcswiper-button-next {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
 */
.swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper-slide-active {
	opacity:1!important;
}

.swiper-slide .slide-caption {
	opacity:0;
	display:none;
	transition:.3s;
}

.swiper-slide-active .slide-caption {
	opacity:1;
	display:block;
    width:100%;
}

.swiper-slide img {
  position: absolute;
  width: 100%;
  height: auto;
}
.swiper-slide .content {
  position: absolute;
  top: 40%;
  left: 0;
  width: 50%;
  padding-left: 5%;
  color: #fff;
}
.swiper-slide .content .title {
  font-size: 2.6em;
  font-weight: bold;
  margin-bottom: 30px;
}
.swiper-slide .content .caption {
  display: block;
  font-size: 13px;
  line-height: 1.4;
}
.ratioWrapper {
  position: relative;
  width: 100%;
  height: 0;
  background-color: #000;
  padding-top: 56%;
}
.ratioWrapper img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide-caption {
  text-transform: uppercase;
  text-align: center;
  position: relative;
}

.slide-caption .btn {
	background-color:var(--purple)!important;
	color:#fff!important;
	display:inline-block;
	width:auto;
	padding:11px 90px;
	margin-top:0px;
}

@media (max-width: 810px) {
	.slide-caption .btn {
		padding:11px 0!important;
        width:100%!important;
        display:block;
	}
}

.slide-caption .btn:hover {
	background-color:#000!important;

}
.slide-caption h4 {
	font-size:1.4em;
	letter-spacing:.5px;
  margin-top:5px;
    font-weight:500;
  color:var(--purple);
}

.slide-caption h5 {
	font-family: var(--bodyfont);
  font-weight:400;
	font-size:1.1em;
	margin-top:10px;
	letter-spacing: .5px;
	
    max-width:80%;
  margin:12px auto 9px auto;
	text-align: center;
	transform: scale(1,1.2);
	-webkit-transform: scale(1,1.2);
	-moz-transform: scale(1,1.2);
	-ms-transform: scale(1,1.2);
	-o-transform: scale(1,1.2);	
}

@media (max-width: 810px) {
	.slide-caption h4 {
		font-size:1.6em;
	}
	
	.slide-caption h5 {
		font-size:1.3em;
        max-width:100%;
       margin:16px auto 15px auto;
	}
}

.slide-caption h4 span {
	display:block;
	font-size:.55em;
	line-height:.7em;
}
@media (max-width: 768px) {
	.slide-caption h4 span {
		letter-spacing:0px;
	}
}

  p.price {
  	font-weight: 400;
    font-size: 1.3em;
      padding:3px 0 5px 0;
  }

@media (max-width: 810px) {
  p.price {
  	font-weight: 400;
    font-size: 1.6em;
      padding:3px 0 5px 0;
  }
}

[class^="swiper-button-"] {
  width: 44px;
  opacity: 0;
  visibility: hidden;
}

/* .umcswiper-button-prev {
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}

.umcswiper-button-next {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
 */
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0px 9px;
  position: relative;
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 0.5;
  display:none;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 38%;
  left: 50%;
  width: 18px;
  height: 18px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 0px solid #fff;
  border-radius: 50%;
  display:none;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet:hover,
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-width: 1px;
}

@media (max-width: 1023px) {
  .swiper-container {
    height: auto;
  }
  .swiper-container.swiper-container-coverflow {
    margin-top: 0;
  }
  
  .slide-caption {
    font-size: 12px;
  }
}
/* **************
 SWIPER VIDEO WRAPPER 
************* */

.videoWrapper {
  position: relative;
  width: 100%;
  height: 0;
  background-color: #000;
  padding-top:100%;
}



.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: center;
  background-size: 100% 100%;
  background-repeat:no-repeat;
  background-color:#fff;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}
.videoIframe {
  position: absolute;
  top: 0;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*******************************************************************
************** HOMEPAGE - 3 CATEGORY BOXES SECTION  *********************
********************************************************************/

.section-grid-container {
  padding-bottom:5%;
}

.category-feature-boxes, .homepage #shopify-section-736715ad-1628-4ee9-8d42-811f1b3e51fd .section-grid-container {
/*	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
*/
	padding:1% 3% 0% 3%;
}

@media screen and (max-width: 810px){
	.category-feature-boxes, .homepage #shopify-section-736715ad-1628-4ee9-8d42-811f1b3e51fd .section-grid-container {
		flex-direction:column;
		padding:3% 3% 7% 3%;
	}
}

#shopify-section-736715ad-1628-4ee9-8d42-811f1b3e51fd .section-grid-wrapper .section-grid-container {
  grid-gap:10px!important;
}

.category-item-box, .homepage .section-grid-item-container {
	min-height:500px;
	margin-top: 100px;
	margin:0 0px;
	position:relative;
	transition:.3s;
}
@media screen and (max-width: 810px){
	.category-item-box, .homepage .section-grid-item-container {
		margin-bottom:15px;
		min-height:300px;
	}
}

.category-item-box:hover {
	top:2px;
	opacity:.7;
}

.category-item-box {
	display:flex;
	justify-content: center;
	align-items: center;
	width:100%;

}

.category-item-box h2, .homepage .section-grid-item .section-grid-item-content p.title {
	font-size:3rem;
    font-family:'Oswald'!important;
    font-weight:800!important;
	color:#fff;
	text-shadow: 1px 1px 5px rgba(0,0,0,.5);
}

@media screen and (max-width: 810px){
	.category-item-box h2, .homepage .section-grid-item .section-grid-item-content p.title {
		font-size:2.8rem!important;
	}
}

.tees {
	background-image:url('../imgs/tees-BG.jpg');
	background-position:center center;
	background-size:cover;
}

.hoodies {
	background-image:url('../imgs/hoodies-BG.jpg');
	background-position:center center;
	background-size:cover;

}

.colour-vinyl {
	background-image:url('../imgs/colourvinyl-BG.jpg');
	background-position:center center;
	background-size:cover;

}

.section-product-list {
  padding-bottom:5%!important;
}
/*******************************************************************
************** HOMEPAGE - UMUSIC LIVE SECTION  *********************
********************************************************************/

section.umusic-live-homepage {
	padding:0% 0 0% 0;
	background-image:url('../imgs/umusic-live-BG.jpg');
	background-position:center center;
	background-attachment:fixed;
	height:90vh;
	display:flex;
	flex-direction:column;
	justify-content: center;
	align-items:center;
	text-align:center;
}

@media only screen and (max-width: 810px) {
	section.umusic-live-homepage {
		height:80vh;
	}
}

/******** GSAP PANEL TRIGGERS ******/

/*
.pin-spacer {
	background-image:url('../imgs/umusic-live-BG-blur.jpg');
	background-position:center center;
	background-size:cover;
}

.panel.align-top {
  align-items: flex-start;
}

.panel.description {
  padding-bottom: 60px;
}

.panel p code, .panel li code {
  background-color: rgba(255,255,255,0.15);
  padding: 2px 4px;
  border-radius: 5px;
}
.panel li {
  margin: 0;
}

.panel {
	width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  position: relative;
  box-sizing: border-box;
}
*/


.umusic-live-logo {
	width:35%;
}
@media only screen and (max-width: 810px) {
	.umusic-live-logo {
		width:60%;
		margin-bottom:15px;
	}
}

@media only screen and (max-width: 767px) {
	.umusic-live-logo {
		width:85%;
	}
}

.live-tagline {
	color:#fff;
	font-size: 1.3em;
	font-weight: 600;
	width: 60%;
	padding: 35px 0;
  margin-bottom:40px;
}

@media only screen and (max-width: 810px) {
	.live-tagline {
		font-size:1.2em;
		width:80%;
	}
}

.episode-link h3, .live-signup-link h3 {
	color:#fff;
	font-family:var(--bodyfont);
	font-weight:800;
	text-transform:uppercase;
	font-size:1em;
	margin-bottom:0px;
	padding-right:20px;
}

.episode-link, .live-signup-link {

}
.arrow-white {
	width:60px;
	height:11px;
}

.episode-link a, .live-signup-link a {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
	margin-bottom:15px;
	position:relative;
	transition:.5s;
	text-decoration:none;
}

.episode-link a:hover, .live-signup-link a:hover {
	top:1px;
	transition:.5s;
}

/*******************************************************************
************** HOMEPAGE - RECENT POSTS SECTION  *********************
********************************************************************/
section.homepage-posts {
	padding:160px 3% 0 3%;
}
@media only screen and (max-width: 810px) {
	section.homepage-posts {
		padding:40px 3% 0 3%;
	}
}
	

.homepage-posts h2 {
	text-transform: uppercase;
	font-size: 3.5rem;
	padding-left: 10px;
	margin-bottom: 40px;
}
.homepage-posts .list-group {
	flex-direction:row;
}

@media only screen and (max-width: 810px) {
	.homepage-posts .list-group {
		flex-direction:column;
	}
}

.individual-post-wrapper {
	background-color:#efefef;
	margin:0 10px;
	
}

.homepage-posts .list-group-item {
	flex-direction:column;
	margin:0px;
	padding:20px 20px 0px 20px;
}

.homepage-posts ul {
	text-align:center;
}

.homepage-posts ul li {
	list-style-type:none;
	display:inline;
	background-color: var(--purple);
	padding: 2px 10px;
	margin-right:5px;
	transition:.3s;
	font-size:15px;
	text-decoration:none;
	font-size:.7rem;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	display: inline-block;
	margin-bottom:20px;
}
.homepage-posts ul li:hover {
	background:#000;
}

.homepage-posts ul li a {
	color:#fff!important;
}

.homepage-posts ul li a:hover {
	background-color:#000;
}



.homepage-posts .list-group-item h3{
	font-size:1.5rem;
	margin-bottom:0px;
	padding:15px 0;
	
}

/*******************************************************************
******************* PRODUCT GRIDS **********************************
********************************************************************/

.pagination {
  justify-content:center;
}

.pagination a {
  background: var(--purple);
  margin: 0 5px;
  min-width: 35px;
  min-height: 35px;
  color:#fff;
  transition:.3s;
}

.pagination a:hover {
  background:#000;
}
.grid-uniform {
  align-items:flex-start!important;
}
.product-grid-section.nowrapper {
  padding:0 3%;
}

.product-container {
  border: 1px solid #e5e5e5;
  padding: 15px;
/*   min-height:670px; */
}

@media only screen and (max-width: 2000px) {
  .product-container {;
/*     min-height:550px; */
    }
}

@media only screen and (max-width: 1200px) {
  .product-container {;
/*     min-height:420px; */
    }
}

@media only screen and (max-width: 768px) {
  .product-container {;
    padding: 10px;
/*     min-height:410px; */
    margin:0 10px;
    }
}

@media only screen and (max-width: 500px) {
  .product-container {;
/*     min-height:390px; */
    }
}

  
.product-grid-section .grid__item .product-details .product-title, a.ajaxcart__product-name {
  font-family:var(--bodyfont);
  font-weight: 500;
  font-size:1.1rem;
  min-height:55px;
}
@media only screen and (max-width: 500px) {
  .product-grid-section .grid__item .product-details .product-title, a.ajaxcart__product-name {
    font-size:.9rem;
    min-height:70px;
  }
}

.product-status {
  position:absolute;
  bottom: -15px!important;
}
.product-availability {
    display: inline-block;
    text-align: center;
}
.product-details {
    padding: 1.5rem 0!important;
}

@media only screen and (max-width: 500px) {
  .product-status {
    font-size:.75rem;
  }
}

.product-grid-section .grid__item .product-details .product-category {
  color:#924cd1!important;
  font-weight: 600;
  display:block!important;
  text-transform:none!important;
}

.product-grid-section .grid__item .product-details .currency {
  font-size: 1.2rem;
  color: #000;
  font-family: var(--bodyfont);
  font-weight: 400;
}

.ajaxcart__product-details .currency {
  color: #000;
  font-family: var(--bodyfont);
  font-weight: 400;
}

.cart__checkout {
  bottom:0!important;
}

.btn.btn--full.cart__checkout {
    background:#924cd1!important;
}

.btn.btn--full.cart__checkout:hover {
    background:#000!important;
}

.btn.update-cart, .btn.checkout-cart {
  margin-bottom:20px;
}
/*******************************************************************
******************* CONTENT **********************************
********************************************************************/
.content-outer-row {
  padding-left:3%;
  padding-right:3%;
}

.content-page.category-switcher {
  margin-left:3%;
  margin-right:3%;
}
.starter-pack-adjust {
 padding-left:3%;
 padding-right:3%;
}

.content-row-height {
  min-height:400px!important;
}
.content-outer-row h2, .content-outer-row .text-edit h2 {
  font-size:5rem!important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
}

#m-1682436064963 .item-content > div, #m-1683053185344 .item-content > div {
  min-height:300px!important;
  overflow:hidden;
}



/* -- Responsive video embed -- */
.responsive-video {
  padding-bottom: 56.25%; /* for 16:9 ratio */
  padding-top: 25px;
  position: relative;
  height: 0;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gf_button {
  justify-content:center;
  text-align:center;
}
@media only screen and (max-width: 810px) {
html body [data-label="Article"][id^="m-1683043049063-child"], html body [data-label="Article"][id^="m-1683043049057-child"] {
    padding:0px!important;
  }
}
/*******************************************************************
******************* SINGLE PRODUCT **********************************
********************************************************************/

.product-single {
  position: relative;
  padding: 2% 3%;
}

.atc_outer {
  display:block;
}
.product-single .btn {
  display:inline-block;
  padding: 14px 66px;
  background:#924cd1!important;
}

.product-single p.product-category a{
  font-family:var(--headlinefont)!important;
  font-size:1.5rem;
  font-weight:500;
}

.product-single .currency {
  font-family:var(--bodyfont)!important;
  font-weight:400;
}

.product-single .btn:hover {
  background:#000!important;
}

.product-single .product-details .product-shipping {
  border:none;
}

  .sort-by--container {
    display:flex;
    justify-content:flex-end;
    align-items:center;
    margin:0 0 50px 0;
  }

.sort-by--container label {
  padding-right:15px;
}

.product-grid-section .sort-by {
  text-align:left;
}
/*******************************************************************
******************* CONNECT PAGE **********************************
********************************************************************/

section.social-icons {
	padding:7% 0;
	
}

.icon-wrapper {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 75%;
	margin: 0 auto;
	text-align: center;
	flex-wrap: wrap;
}
.icon-wrapper a {
	font-size:7.5em;
	color:#000;
	flex: 1 0 18%;
	transition:.3s;
}

@media only screen and (max-width: 810px) {
	.icon-wrapper a {
		font-size: 4em;
		flex: 1 0 30%;
		margin-top: 50px;
		line-height: 1em;
	}
}
.icon-wrapper a:hover {
	color:var(--purple);
}

.social-wall {
	padding:0 3%;
}


/*******************************************************************
******************* UMUSIC LIVE*************************************
********************************************************************/

.marquee__part {
  flex-shrink: 0;
  padding: 0 40px;
  font-smooth: always;
}

.marquee {
  color: #fff;
  text-transform: uppercase;
  font-family:var(--headlinefontlive);
  font-weight:700;
  font-size: 7.5em;
  padding: 40px 0 15px 0;
  position: relative;
  overflow: hidden;
  z-index:0;
}

@media only screen and (max-width: 810px) {
	.marquee {
		font-size:3em;
		margin-top:15px;
		padding:35px 0 40px 0;
		z-index:1;
	}
}

.marquee__inner {
  -webkit-font-smoothing: antialiased;
    width: fit-content;
    display: flex;
    flex: auto;
    flex-direction: row;
}

.live-video-wrapper {
	width:96%;
	margin:0 auto;
}

.live-video-wrapper video {
	width:100%;
	height:65vh;
	object-fit:cover;
}

.circle-link {
    position: absolute;
    right:5%;
    margin-top:-53px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 135px;
    height: 135px;
    padding: 6px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 5px solid rgba(0,0,0,1);
    border-radius: 100%;
    background-color: #000;
    color: #fff;
    font-size: 10px;
    font-weight:600;
    letter-spacing: 1px;
    text-align:center;
    text-decoration: none;
    text-transform: uppercase;
    transition: .7s ease all;
	-moz-transition: .7s ease all;
	-webkit-transition: .7s ease all;
   }

@media only screen and (max-width: 810px) {
	.circle-link {
		right:50%;
		transform:translateX(50%);
	}
}

a.circle-link:hover {
	color:#000;
	background:#fff;
	transform:rotate(30deg);
	-moz-transform:rotate(30deg);
	-webkit-transform:rotate(30deg);
}

.live-body-content {
	padding:5% 0% 0 0;
	color:#fff;
}

.live-wrapper-top {
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	padding:0 10%;
}

.live-wrapper-middle{
	display:flex;
	flex-direction:row-reverse;
	justify-content:center;
	align-items:center;
	padding:10% 10%;
	margin-bottom:10px;

}

.live-wrapper-bottom {
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	align-items:center;
	background-image:url('../imgs/live-bottom-BG.jpg');
	background-position:top center;
	background-size:cover;
	background-attachment:fixed;
	padding:15% 10%;
}

@media only screen and (max-width: 810px) {
	.live-wrapper-top, .live-wrapper-middle {
		flex-direction:column;
		align-items:flex-start;
		padding:5%;
		margin-bottom:100px;
	}
	
	.live-wrapper-bottom {
		align-items:center;
		min-height:60vh;
		padding:15% 5%;
		margin-bottom:0;
	}
}


.live-body-content h2 {
	font-size:5.5em;
	line-height:.95em;
}
@media only screen and (max-width: 810px) {
	.live-body-content h2 {
		font-size:2em;
	}
}

.live-body-content h3 {
	font-family:var(--bodyfont);
	font-size:1.1em;
	font-weight:600;
	color:#A0A0A0;
}

@media only screen and (max-width: 810px) {
	.live-body-content h3 {
		font-size:1em;
	}
}


.live-body-content a {
	color:#fff;
	text-decoration:none;
	font-size:.9em;
	font-weight:700;
	padding-right:10px;
	position:relative;
}

@media only screen and (max-width: 810px) {
	.live-body-content a {
		font-size:16px;
		line-height:1.1em;
	}
}

.live-body-content a:hover {
	top:1px;
	transition:.3s;
}

.inner-links {
	padding:0 5%;
}
@media only screen and (max-width: 810px) {
	.inner-links {
		padding:0 0%;
	}
}

.link-wrapper {
	display:flex;
	flex-direction:row;
	align-items:center;
}
img.live-episode-image {
	width:85%;
}
@media only screen and (max-width: 810px) {
	img.live-episode-image {
		width:100%;
		margin-bottom:25px;
	}
}

.link-wrapper .arrow-white {
	padding-left:10px;
}

@media only screen and (max-width: 810px) {
	.link-wrapper .arrow-white {
		padding-left:5px;
		margin-top:-3px;
		width:42px;
		height:7px;
	}
}

/*******************************************************************
******************* UMUSIC LIVE - EPISODES *************************
********************************************************************/

section.live-episode-header {
	color:#fff;
	height:97vh;
}
@media only screen and (max-width: 810px) {
	section.live-episode-header {
	}
}

.episode-hero-wrapper {
	margin-top:0;
	height:100%;
}

.episode-hero-wrapper video {
	width:80%;
	right:3%;
	height:80%;
	position:absolute;
	object-fit:cover;
	z-index:0;
}

@media only screen and (max-width: 810px) {
	.episode-hero-wrapper video {
		width:100%;
		left:0;
		right:0;
		padding:0 3%;
	}
}

.episode-hero-wrapper {
	display:flex;
	align-items:center;
}

.live-episode-header span {
	font-family:var(--headlinefont);
	font-size: 1.7em;
	font-weight:600;
	display: inline-block;
}
.live-episode-header h2 {
	font-size:5.5em;
	line-height:1em;
}
@media only screen and (max-width: 810px) {
	.live-episode-header h2 {
		font-size:2.5em;
	}
}

.live-episode-header .inner-links {
	padding:0 3%;
	animation: fadeIn .5s ease-in both;
	animation-delay:.7s;
	z-index:1;
}

@media only screen and (max-width: 810px) {
	.live-episode-header .inner-links {
		padding:0 5%;
	}
}

.live-episode-header a.live-link {
	color:#fff;
	text-decoration:none;
	font-size:1em;
	font-weight:700;
	padding-right:10px;
	position:relative;
}

@media only screen and (max-width: 810px) {
	.live-episode-header a {
		font-size:16px;
		line-height:1.1em;
	}
}

.live-episode-header a:hover {
	top:1px;
	transition:.3s;
}

.episode-body-content {
	display:flex;
	flex-wrap:wrap;
	padding:5% 3% 0 3%;
	justify-content:space-between;
}

a.video-thumbnail-link {
	transition:.3s ease-in-out;
}
a.video-thumbnail-link:hover {
	opacity:.8;
}
.modal-backdrop {
	opacity:.8!important;
}

.individual-video {
	padding:5px;
}

.modal-header {
	border-bottom:0px;
}
.modal-content {
	background-color:transparent;
	border:0px!important;
}

.modal-dialog {
      max-width: 70%;
  }
  
@media only screen and (max-width: 810px) {
	.modal-dialog {
		max-width:95%;
		margin:0 auto;
	}
}

.modal-body {
  position:relative;
  padding:0px;
}

.modal-body video {
	height:auto;
	width:100%;
	object-fit:cover;
}

.modal-header .close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff!important;
  opacity:1!important;
}

.col-lg-4.individual-video{
  display:none;
}



/*******************************************************************
******************* UMUSIC LIVE - BTS *************************
********************************************************************/
.bts-body-content {
	padding:0 3% 0% 3%;
}


.bts-body-content ul {
  display: flex;
  flex-wrap: wrap;
}

.bts-body-content li {
  height: 40vh;
  flex-grow: 1;
  padding:5px;
}

.bts-body-content li:last-child {
  flex-grow: 10;
}

.bts-body-content img {
  max-height: 100%;
  min-width: 100%;
  object-fit: cover;
  vertical-align: bottom;
}



@media (max-aspect-ratio: 1/1) {
 .bts-body-content li {
    height: 30vh;
  }
}


@media (max-height: 480px) {
  .bts-body-content li {
    height: 80vh;
  }
}


@media (max-aspect-ratio: 1/1) and (max-width: 480px) {
 .bts-body-content  ul {
    flex-direction: row;
  }

  .bts-body-content li {
    height: auto;
    width: 100%;
  }
  .bts-body-content img {
    width: 100%;
    max-height: 75vh;
    min-width: 0;
  }
}




/*******************************************************************
******************* ARTISTS *************************
********************************************************************/



section.artists-body-content {
	padding:0 3% 0% 3%;
}
@media only screen and (max-width: 809px) {
	section.artists-body-content {
		padding:6% 3% 5% 3%;
	}
}
	
ul.artists {
	padding:0 3%;
}

.artists-wrapper {
  display: flex;
  flex-wrap: wrap;
  position:relative;
  z-index:0;
  animation: fadeIn .7s ease-in both;
  animation-delay:1.2s;
  margin-bottom:5%;
  padding:0 4.19%;
}

.artists-wrapper.content-outer-row {
  margin-bottom:2%;
}

.artists-wrapper a{
	position:relative;
	transition:.3s ease-in-out;
}

@media only screen and (max-width: 810px) {
	.artists-wrapper a {
	}
}

.artists-wrapper a:hover {
	opacity:.7;
}


@media only screen and (max-width: 809px) {
	.artists-wrapper a {
		width:100%;
	}
}


.artists-wrapper a span, .artists-wrapper .featured-artist-name {
  color: #fff!important;
  position: absolute!important;
  font-size: 2.5em!important;
  font-family: var(--headlinefont)!important;
  display: block!important;
  font-weight: 900!important;
  text-transform: uppercase!important;
  width: 100%!important;
  bottom: 0!important;
  left: 0!important;
  background-image: linear-gradient(transparent, rgba(0,0,0,.3), rgba(0,0,0,.7))!important;
  padding: 30px 10px 20px 30px!important;
}


@media only screen and (max-width: 810px) {
	.artists-wrapper a span {
		font-size:2.5em;
		line-height:1em;
		text-align:center;
	}
}

.artists.category-switcher {
  margin-bottom:0px;
}
/*******************************************************************
******************* DISCOVER ***************************************
********************************************************************/
section.discover-header {
	margin-top:45px;
/*
	animation: fadeIn .5s ease-in both;
	animation-delay: 0s;
	animation-delay: .5s;
*/
	text-align:center;
	color:#000;
}
@media only screen and (max-width: 810px) {
	section.discover-header {
		margin-top:70px;
	}
}

h2.discover-headline {
	font-size: 9vw;
	text-align: center;
	font-weight: 800;
	letter-spacing: -.3vw;
	color: #000;
/* 	text-shadow: 0px 8px 24px rgba(0,0,0,.3); */
	margin-top: 45px;
	position: relative;
	z-index: 2;

}
@media only screen and (max-width: 810px) {
	h2.discover-headline {
		font-size:18vw;
		line-height:1em;
		margin-bottom:25px;
	}
}

.discover-body-content {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:1% 1% 0% 1%;
}

.discover-body-content-form-reveal {
	display:none;
	margin:5% 0 5% 0;
	animation: fadeIn .5s ease-in-out both;
	color:#000;
}



.discover-body-content-form-reveal .form-control {
	font-size:1.2rem;
	border-radius:0px;
	margin-bottom:25px;
}

#hidden {
	display:none;
	animation: fadeIn .5s ease-in-out both;
}

/*
input:focus ~ #hidden-div {
	display:block!important;
	animation: fadeIn .5s ease-in-out both;
}
*/

.discover-body-content-form-reveal label {
	font-family: var(--headlinefont);
	font-weight: 900;
	text-transform: uppercase;
	font-size: 1.3em;
	padding: 1px;
	margin: 5px;
	}
	
input:focus, select:focus, textarea:focus {
    outline: none;
}

.form-control {
	-webkit-appearance: auto!important;
	-moz-appearance: auto!important;
	appearance: auto!important;
	box-shadow:none!important;
	outline:none!important;
}

.brand-selection-wrapper ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	text-align:center;
	align-items:center;
	margin-top:-5px;
	}
	
.brand-selection-wrapper ul li {
	list-style-type:none;
	flex:1 0 14%;
	
}
	
.brand-selection-wrapper input[type="checkbox"][id^="cb"] {
  display: none;
}

.brand-selection-wrapper label {
/*   border: 1px solid #fff; */
  padding: 10px;
  display: block;
  position: relative;
  margin: 10px;
  cursor: pointer;
}

.brand-selection-wrapper label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
/*   border: 1px solid #924cd1; */
  position: absolute;
  top: 7px;
  left: 10px;
  z-index:1;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 24px;
  transition-duration: 0.4s;
  transform: scale(0);
}

.brand-selection-wrapper label img {
  transition-duration: 0.3s;
  transform-origin: 50% 50%;
}

.brand-selection-wrapper :checked + label {
/*   border-color: #ddd; */
}

.brand-selection-wrapper :checked + label:before {
  content: "✓";
  background-color:#924cd1;
  transform: scale(1);
}

.brand-selection-wrapper :checked + label img {
  transform: scale(0.9);
  z-index: -1;
}
.discover-body-content-form-reveal .btn {
	margin-top:25px;
	background: #000!important;
    color: #fff!important;
}

.brand-selection-wrapper span {
	font-family: var(--headlinefont);
	font-weight: 900;
	text-transform: uppercase;
	font-size: 1.3em;
	padding: 1px;
	margin: 5px;
}

.newsletter-container{
	width:100%;
	padding:0 0%;    
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}

.newsletter-container .card{
    position: relative;
    background-color:transparent;
    border:0px;
    flex:1 0 10%;
}

@media only screen and (max-width: 1000px) {
	.newsletter-container .card{
		flex:1 0 50%;
	}
}

@media only screen and (max-width: 810px) {
	.newsletter-container .card{
		flex:1 0 100%;
	}
}

.newsletter-container .card .face{
    width: 97%;
    margin:0 auto;
    height: auto;
    transition: 0.5s;
}

.newsletter-container .card .face.face1{
    position: relative;
    background: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(150px);
    min-height:400px;
}
@media only screen and (max-width: 810px) {
	.newsletter-container .card .face.face1{
		min-height:auto;
		transform: translateY(50px);

	}
}

.newsletter-container .card:hover .face.face1{
    background: #333333;
    transform: translateY(0);
}

.newsletter-container .card .face.face1 .content{
    opacity: 1;
    transition: 0.3s;
}

.newsletter-container .card:hover .face.face1 .content{
    opacity: 1;
}

.newsletter-container .card .face.face1 .content img{
    width: 65%;
    max-width;100%;
    padding:80px 0;
    display:block;
    margin:0 auto;
    text-align:center;
    transition:.5s;
}

.newsletter-container .card:hover .face.face1 .content img{
    transform:scale(1.35);
}


.newsletter-container .card .face.face1 .content img.rbselectslogo {
	width:55%;
}

@media only screen and (max-width: 810px) {
	.newsletter-container .card .face.face1 .content img{
		width:250px;
	}
}
.newsletter-container .card .face.face1.umusic-card{
	background-image:url('../imgs/umusic-BG.jpg');
	background-size:cover;
	background-position:center center;
}

.newsletter-container .card .face.face1.hiphop-card{
	background-image:url('../imgs/hip-hop-pulse-BG.jpg');
	background-size:cover;
	background-position:center center;
}	

.newsletter-container .card .face.face1.country-card{
	background-image:url('../imgs/country-life-BG.jpg');
	background-size:cover;
	background-position:center center;
}

.newsletter-container .card .face.face1.pmam-card{
	background-image:url('../imgs/pm-am-BG.jpg');
	background-size:cover;
	background-position:center center;
}

.newsletter-container .card .face.face1.rbselects-card{
	background-image:url('../imgs/rb-BG.jpg');
	background-size:cover;
	background-position:center center;
}

.newsletter-container .card .face.face1.udiscover-card{
	background-image:url('../imgs/udiscovermusic-BG.jpg');
	background-size:cover;
	background-position:center center;
}


.newsletter-container .card .face.face2{
    position: relative;
    background: #efefef;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
/*     box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8); */
    transform: translateY(-250px);
}

@media only screen and (max-width: 810px) {
	.newsletter-container .card .face.face2{
		transform: translateY(50px);
		margin-bottom:80px;
		}
	}
		

.newsletter-container .card:hover .face.face2{
    transform: translateY(0);
}

.newsletter-container .card .face.face2 .content p{
    margin: 0;
    padding: 0;
    font-size:.85em;
    font-weight:600;
    text-align:center;
    margin-top:5px;
    line-height:1.5em;
}
@media only screen and (max-width: 810px) {
	.newsletter-container .card .face.face2 .content p{
		font-size:1em;
	}
}



.newsletter-container .card .face.face2 .content a{
    display: block;
    width:100%;
    padding: 12px 0;
    margin-top:25px;
    background: #000!important;
    color: #fff!important;
    font-size: 1.1em;
    text-align:center;
    text-decoration:none;
    cursor:pointer;
    line-height: 1.5;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0;
    border:0px!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: 700;
    font-family: var(--headlinefont);
    letter-spacing:.5px;
    transition:.3s;
    position:relative;
}

.newsletter-container .card .face.face2 .content a:hover{
    background: #555!important;
    top:1px;
    color: #fff;
}

/*******************************************************************
******************* PRODUCTS *************************
********************************************************************/

section.products-body-top-content {
	padding:5% 3% 0% 3%;
}

.products-body-product-content {
	display:flex;
	flex-direction:row;
	width:100%;
	min-height:50vh;
}

@media screen and (max-width: 810px){
 	.product-sidebar-wrapper {
	 	display:none;
 	}
 	
 	.products-body-product-content {
	 	flex-direction:column;
 	}
 }



/*******************************************************************
******************* GENRES *************************
********************************************************************/
.inner-genre-wrapper img {
  transition:.3s;
  position:relative;
}

.inner-genre-wrapper img:hover {
  top:1px;
  opacity:.8;
}


/*******************************************************************
******************* NEWS *************************
********************************************************************/
.news-title h3 a {
  color:#000!important;
}

a.blog-cat {
  display: inline-block;
  background-color: var(--purple);
  color: #fff !important;
  padding: 2px 18px;
  font-weight: 500;
  font-size: .9rem;
  margin-bottom: 15px;
  transition:.3s;
}

.article-page-wrapper {
  margin-bottom:50px;
}

.article-page-wrapper .large--three-quarters {
  background-color:#f7f7f7;
  padding:30px;
}
.article-page-wrapper h2 {
  margin:15px 0;
  padding:0;
  font-size:2rem;
}

.article-page-wrapper .article-image {
  width:100%;
  margin-bottom:15px;
}

.article-page-wrapper h1 {
  padding-bottom:10px;
  font-size:4rem;
  line-height:1.1em;
}

.article-page-wrapper time {
  font-weight: 500;
  border-bottom: 1px solid #ccc;
  width: 100%;
  display: block;
  padding-bottom: 20px;
}

a.blog-cat:hover {
  background-color:#000;
}

.news-title h3 a:hover, a.gf_article-title:hover {
  color:#924cd1!important;
}
p span.article_date {
  padding-left:0px!important;
}

.template-article.template-article-full-width .article-full-width-meta, .article-full-width-meta {
  border-top:0px;
  padding:0 0 15px 0!important;
}

.featured-image {
  width:100%;
  height:325px;
}

#m-1682436064963  {
  padding-left:2.4%;
  padding-right:2.4%;
}
section.news-upper-body-content {
	padding:5% 3% 0% 3%;
}

section.news-lower-body-content {
	padding:0% 2.6% 5% 0%;
}
.blogpage.category-switcher {
  padding:0 3%;
}
.category-switcher {
	display:flex;
	margin:0 0 2% 0;
}

@media screen and (max-width: 810px){
	.category-switcher {
		flex-direction:column;
		margin-top:50px;
	}
}

.category-switcher li {
	display: flex;
	list-style-type: none;
	justify-content: space-around;
	width: 100%;
	margin: 0 10px;
}

.category-switcher li:first-child {
	margin-left:0px;
}

.category-switcher li:last-child {
	margin-right:0px;
}

.category-switcher li a {
	font-size:1.2em;
}

@media screen and (max-width: 810px){
	.category-switcher li, .category-switcher li:first-child, .category-switcher li:last-child {
		margin:5px 0;
	}
	
	.category-switcher .btn {
		margin:0;
	}
}



.category-switcher li a.btn {
	background-color:var(--purple)!important;
}

.category-switcher li a.btn:hover {
	background-color:#000!important;
}	

.news-upper-body-content a:hover, .news-lower-body-content a:hover {
	color:var(--purple);
	transition:.3s;
}

.list-group {
	border-radius:0px;
	display:flex;
}
@media screen and (max-width: 995px){
	.list-group {
		margin-top:40px;
	}
}

.list-group-item {
	background-color:#efefef;
	border:0px;
	border-radius:0px;
	padding:30px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-bottom:30px;
}

@media screen and (max-width: 995px){
	.news-upper-body-content .list-group-item, .news-lower-body-content .list-group-item {
		flex-direction:column-reverse;
		padding:10px;
		text-align:center;
	}
}

@media screen and (max-width: 768px){
	.feature-image-wrapper {
		width:100%;
	}
}

.news-lower-body-content .list-group {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
}

@media screen and (max-width: 1000px){
  .news-lower-body-content .list-group {
      grid-template-columns: 1fr;
  }
}



.news-lower-body-content .list-group-item {
	background-color:#efefef;
	border:0px;
	border-radius:0px;
	padding:20px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:flex-start;
	flex: 1 0 20%;
	margin: 10px;
}

@media screen and (max-width: 995px){
	.news-lower-body-content .list-group-item {
		flex:1 0 55%;
	}
}

@media screen and (max-width: 500px){
	.news-lower-body-content .list-group-item {
		flex:1 0 90%;
	}
}	



.news-upper-body-content h3 {
	font-size:2.5rem;
	line-height:1em;
	padding-right:25px;
}

@media screen and (max-width: 995px){
	.news-upper-body-content h3 {
		font-size:1.2rem;
		line-height:1em;
		padding-top:10px;
	}
}
	
.news-lower-body-content h3 {
	font-size:1.2rem;
	padding-top:20px;
	text-align:center;
}

.news-upper-body-content .featured-image {
	height: 450px;
	width: 100%;
	background-size: cover!important;
	background-position: center center!important;
}

@media screen and (max-width: 767px){
	.news-upper-body-content .featured-image {
		height:350px;
	}
}
	
.news-upper-body-content .featured-image img {
	height:auto;
	float:right;
	width:100%;
}

.news-lower-body-content .featured-image img {
	height:auto;
}


.arrow-white {
	width:60px;
	height:11px;
}

.read-more-link {
	display:flex;
	flex-direction:row;
	align-items:center;
	align-items:center;
	margin-top:20px;
	position:relative;
	transition:.5s;
	text-decoration:none;
}

@media screen and (max-width: 995px){
	.read-more-link {
		display:none;
	}
}

.read-more {
	font-family: var(--headlinefont);
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1em;
	margin-right: 10px;
}

.arrow-black {
    width: 47px;
    height: 9px;
    margin-top:2px;
}

.episode-link a:hover, .live-signup-link a:hover {
	top:1px;
	transition:.5s;
}

.news-lower-body-content .list-group a.list-group-item {

}

/*******************************************************************
******************* NEWS - SINGLE PAGE *************************
********************************************************************/
h1.single-article-title {
  padding:15px 0!important;
}
.news-wrapper {
	display:flex;
	padding-left:0px;
	padding-right:0px;
	}
	
@media screen and (max-width: 810px){
	.news-wrapper {
		padding-left:10px;
		padding-right:10px;
	}
}

.date-category {
	font-size:15px;
	padding:30px 0;
}

.date-category ul li {
	list-style-type:none;
	display:inline;
	background-color: var(--purple);
	color: #fff !important;
	padding: 2px 10px;
	margin-right:5px;
	transition:.3s;
}

.date-category ul li:hover {
	background-color:#000;
}

.date-category ul li a {
	text-decoration:none;
	color:#fff;
	font-size:.7rem;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	display: inline-block;
	padding-bottom: 15px;
}



.date-category .list-group-item h5{
	font-size:1.35rem;
	margin-bottom:0px;
	padding:10px 0;
	
}

.single-header-wrap {
	min-height:500px;
	display:flex;
	align-items:center;
	background-size:cover!important;
	background-attachment:fixed!important;
	background-position:center center;
	margin-top:5%;
	padding-left:3%;
	padding-right:3%;
}

@media screen and (max-width: 810px){
	.single-header-wrap {
		min-height:auto;
	}
}


.single-header-wrap h1 {
	font-size:3rem;
	color:#fff;
	text-shadow:1px 1px 20px rgba(0,0,0,.4);
	animation: fadeIn .5s ease-in both;
	animation-delay: .5s;

}
@media screen and (max-width: 810px){
	.single-header-wrap h1 {
		font-size:2rem;
		padding:150px 0;
	}
}

.news-wrapper img {
	height:auto;
}


.news-wrapper p {
	margin-bottom:20px;
}


.wp-block-embed-youtube {
	overflow: hidden;
	position: relative;
	max-width: 100%;
	height: auto;
	padding-bottom: 56.25%;
}

.wp-block-embed__wrapper {
	position:initial;
}

.wp-block-embed-youtube iframe,
.wp-block-embed-youtube object,
.wp-block-embed-youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*******************************************************************
******************* SIDEBAR  **********************
********************************************************************/
.sidebar-wrapper {
	margin-top:15%;
}
@media screen and (max-width: 991px){
	.sidebar-wrapper {
		display:none;
	}
}

a.sidebar-item{
	background-color:#f7f7f7;
	text-decoration:none;
	display:block;
	margin-bottom:30px;
	padding:10px 10px 0 10px;
  position:relative;
  transition:.3s;
}

a.sidebar-item:hover {
  top:1px;
  opacity:.8;
}

.sidebar-item img {
	margin-bottom:10px;
}

.sidebar-item h5 {
	color:#000;
	font-weight: 500;
	font-size: 1em;
	margin: 0;
	padding: 10px 10px 15px 10px;
}

a.sidebar-item:hover h5 {
  color:#924cd1;
}
/*******************************************************************
******************* FOOTER **********************
********************************************************************/

footer {
	background:#000;
	color:#fff;
}

@media screen and (max-width: 767px){
	footer {
		margin-top:0px;
	}
}

footer a {
	color:#fff;
}

.footer-upper-wrapper {
	display:flex;
	align-items:center;
    justify-content:space-between;
	padding:5.5% 3.5%;
	overflow:hidden;
}
@media screen and (max-width: 1000px){
	.footer-upper-wrapper, .footer-lower-wrapper {
		flex-wrap:wrap!important;
	}
}

.footer-upper-left {
  width:50%;
}

.footer-upper-left h2 {
  font-family: var(--headlinefont);
  text-transform: uppercase;
  font-size: 4.5vw;
  line-height:1em;
  margin-bottom:5px;
  padding-bottom:0px;
  color:#fff;
}

@media screen and (max-width: 1000px){
	.footer-upper-left h2 {
		font-size:3em;
		margin-bottom:10px;
	}
}

@media screen and (max-width: 767px){
	.footer-upper-left h2 {
		font-size:2em;
	}
}

.footer-upper-right {
	display:flex;
	flex-direction:column;
    width:50%;
}


@media screen and (max-width: 1000px){
  .footer-upper-right, .footer-upper-left {
    width:100%;
  }
}

.form-wrapper {
	display:flex;
	justify-content:space-between;
}

.footer-upper-right label {
	font-size: 1.5em;
	font-family: var(--headlinefont);
	font-weight:600;
	margin-bottom:15px;
    display:block;
}
@media screen and (max-width: 810px){
	.footer-upper-right label {
		font-size: 1.2em;
		line-height:1.2em;
		padding:10px 0;
	}
}

.form-wrapper input {
	border-radius:0px;
	margin-right:20px;
    width:100%;
    color:#000;
}
.form-wrapper .btn {
	margin:0 auto;
	background-color:var(--purple)!important;
	max-width:30%;
}

.form-wrapper .btn:hover {
	margin:0 auto;
	background-color:white!important;
	color:#000!important
}

.footer-upper-right small {
	margin-top:15px;
	font-size:.7em;
}


/******* LOWER FOOTER ***********/

.footer-lower-wrapper {
	display:flex;
  justify-content:space-between;
	align-items:center;
	border-top:2px solid rgba(255,255,255,.4);
}
@media screen and (max-width: 1000px){
	.footer-lower-wrapper {
		flex-direction:column-reverse;
	}
}		

@media screen and (max-width: 767px){
	.footer-lower-wrapper {
		
	}
}	


.footer-lower-left {
	padding-left:3.5%;
    width:50%;
}
@media screen and (max-width: 1000px){
	.footer-lower-left {
		margin-top:50px;
		padding-right:3.5%;
      width: 100%;
text-align: center;
	}
}

.footer-lower-left a {
	color:rgba(255,255,255,.8);
	font-size:.7em;
}

.footer-lower-left a:hover{
	color:rgba(255,255,255,1);
	transition:.3s;
}

.footer-logo {
	mix-blend-mode: difference !important;
	filter: invert(1);
	width:175px;
}

@media screen and (max-width: 767px){
	.footer-logo {
		display:block;
		margin:0 auto;
	}
}

.footer-lower-left p {
	color:rgba(255,255,255,.8);
	font-size:.7em;
	padding-left:5px;
}

.footer-lower-left ul {
	list-style-type:none;
	display:block;
	margin-left: 5px;
}

.footer-lower-left ul li {
	display:inline;
	padding-right:20px;
}
@media screen and (max-width: 767px){
	.footer-lower-left ul li {
		text-align:center;
		display:block;
	}
}

ul.footer-menu {
	margin-bottom:5px;
	margin-top:20px;
}
@media screen and (max-width: 767px){
	ul.footer-menu {
		text-align:center;
	}
}

ul.footer-menu li {
	padding-right:20px;
}

ul.footer-menu li a {
	font-family:var(--headlinefont);
	font-size:1em;
	font-weight:600;
}

ul.footer-links {
	margin-bottom:30px;
}



.footer-lower-right {
	display: flex;
    width:50%;
	justify-content: center;
	text-align: center;
	font-size: 3em;
	flex-wrap:wrap;
}
@media screen and (max-width: 810px){
	.footer-lower-right {
		font-size:2em;
		width:100%;
	}
}


.footer-lower-right a {
	border-left:2px solid rgba(255,255,255,.4);
	border-bottom:2px solid rgba(255,255,255,.4);
	padding:30px 0;
	color:#fff;
	flex:1 0 33%;
}
@media screen and (max-width: 810px){
	.footer-lower-right a {
		padding:15px 0;
	}
}

.footer-lower-right a:hover {
	background-color:var(--purple);
	transition:.3s;
	border:2px transparent;
}

.footer-lower-right a:hover i {
	transform:scale(1.1);
	transition:.5s;
}
/*******************************************************************
******************* KEYFRAME ANIMATION  **********************
********************************************************************/

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}


/*******************************************************************
******************* DROPS  ************************************
********************************************************************/


.drops-product-wrapper {
  padding:0 3%;
}

.product-list-wrapper .item-content .gf_column.gf_col_no_tools
 {
  border:5px solid #000;
   margin-bottom:50px;
}

    #m-1683658750412 h3.product-single__title .gf_product-title {
      height: unset !important;
    }


/*******************************************************************
******************* CONTENT  ************************************
********************************************************************/


.content-hero-logo{
    width: 70%;
    margin: 25px auto!important;
    display: block;
}

@media screen and (max-width: 810px){
  .content-hero-logo{
    width: 100%;
  }
}

.mt-15{
      margin:15px inherit;
}

@media screen and (max-width: 810px){
  .content-live-row, .released-section {
    flex-direction:column-reverse;
  }
}
