/*
*************
Main CSS File
*************
*/
body {
  /*font-family: "scout",sans-serif;*/
  font-family: "Poppins", sans-serif;
  color: #808080;
}

a {
  color: #ff3434;
}

/*
*********
Header
*********
*/

.pre-header {
  height: 745px; /*540px*/
  background-color: #f6f6f6;
  transition: all 0.5s ease-in-out;
  padding-left: 5%;
  padding-right: 5%;
}

.pre-header.out {
  transform: translateY(-745px); /*540px*/
  height: 1px;
}

.pre-header p {
  font-size: 0.75em;
}

.pre-header p > span {
  color: #ff3434;
}

.pre-header h3 {
  font-family: "scout", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #444;
}

.pre-header .pre-header-close {
  margin-bottom: 1em;
  border: none;
  border-radius: 0;
  background-color: #ff3434;
  color: #fff;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
}

.pre-header a,
.pre-header a:visited,
.pre-header a:active {
  color: #ff3434;
}

.navbar-light .navbar-nav .nav-link {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8em;
  color: #000;
}
/*rollover*/
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #ff3434;
}
/*active state*/
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #ff3434;
}

.navbar-light .navbar-nav {
  margin-left: 0;
}
nav.navbar a.navbar-brand.text-hide {
  background-image: url(../images/enhanced-logo-black.svg);
  background-repeat: no-repeat;
  width: 180px;
  height: 60px;
  padding: 0;
  margin-top: 5px;
  margin-right: 5px;
}

nav .brand-links a {
  padding: 0 5px;
  color: #000;
  text-decoration: none;
}

nav .brand-links a:hover {
  color: #ff3434;
}

nav .brand-links a.spotify {
  color: #fff;
  background-color: #1db954;
  border-radius: 30px;
  padding: 1px 7px 1px 4px;

  text-transform: uppercase;
  font-weight: 400;
}

nav .brand-links a.spotify i {
  padding-right: 3px;
}

nav .brand-links a.spotify span {
  font-size: 12px;
  line-height: 20px;
}

.navbar-toggler {
  border: none;
  background: transparent !important;
}
.navbar-toggler:hover {
  background: transparent !important;
}
.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #444;
  transition: all 0.2s;
}

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggler .middle-bar {
  opacity: 0;
}
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

/*HEADER Responsive*/
/*sm*/
@media (min-width: 576px) {
  .pre-header {
    height: 450px;
  }
  .pre-header.out {
    transform: translateY(-450px);
  }
}
/*md*/
@media (min-width: 768px) {
  .pre-header p {
    font-size: 0.8em;
  }
}
/*lg*/
@media (min-width: 992px) {
  .pre-header p {
    font-size: 0.9em;
  }
}
/*xl*/
@media (min-width: 1200px) {
}

/*
*********
footer
*********
*/

footer .call2action {
  background-color: #000;
  padding-top: 2em;
  padding-bottom: 2em;
  color: #fff;
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
}

footer .call2action h1 {
  font-family: "scout-condensed";
  text-transform: uppercase;
  font-weight: 400;
}

footer .call2action p {
  color: #bbb;
  font-size: 0.8em;
  margin-bottom: 2em;
}

footer .call2action .brand-links a {
  color: #fff;
  padding: 10px;
  font-size: 0.9em;
}

footer .call2action .brand-links a:hover {
  color: #ff3434;
}

footer .newsletter {
  background-color: #222;
  padding: 2em 0;
}

footer nav {
  margin-top: 1.5em;
  margin-bottom: 1em;
}

footer nav .row > div {
  margin-bottom: 0.8em;
}

footer nav ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
footer nav h3 {
  font-family: "scout-condensed", sans-serif;
  color: #000;
  text-transform: uppercase;
  font-size: 1.5em;
}

footer nav a,
footer nav a:visited,
footer nav a:active {
  display: block;
  color: #000;
  line-height: 2;
  font-size: 0.8em;
}

footer nav a:hover {
  color: #ff3434;
  text-decoration: none;
}
footer nav .labelworx-logo {
  margin: 0 auto;
  text-align: center;
}

footer nav .labelworx-logo img {
  height: 60px;
}

footer .site-info {
  color: #000;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 0.8em;
}

footer .newsletter h2 {
  font-family: "scout-condensed";
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  padding-right: 20px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}

footer .newsletter input:not([type="submit"]) {
  font-size: 14px;
  line-height: 16px;
  padding: 14px 28px;
  border-radius: 0px;
  margin-right: 5px;
  width: 200px;
  margin-bottom: 0.5em;
}

footer .newsletter button {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  line-height: 16px;
  padding: 14px 28px;
  border-radius: 0px;
  border: 1px solid #ff3434;
}

footer .newsletter input[type="submit"] {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  line-height: 16px;
  padding: 14px 28px;
  border-radius: 0px;
  border: 1px solid #ff3434;
  background-color: #ff3434;
  color: #fff;
  vertical-align: top;
}

footer .newsletter input[type="submit"]:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

footer .newsletter-contents {
  text-align: center;
  margin: 0 auto;
}

/* PARA - APRIL 17th */
.logo-row {
	display: flex !important;
	justify-content: center !important;
	gap: 30px !important;
	align-items: center !important;
}
.labelworx-logo-mid img {
	max-width: 120px !important;
}
footer nav .labelworx-logo .eco-logo-mob {
	margin-top: 10px !important;
	display: none; 
}
.eco-row {
	align-items: center !important;
}
.eco-logo {
	max-width: 132px !important;
	margin-left: -10px !important;
}
@media (max-width: 850px) {
	.eco-row {
		padding-right: 10px !important;
	}
}
@media (max-width: 768px) {
	.logo-row {
		flex-direction: column !important;
		gap: 10px !important;
	}
	.eco-row {
		padding-right: 0 !important;
	}
	footer nav .labelworx-logo .eco-logo-mob {
		display: block !important;
	}
}

/*///////////////////////////*/

/*FOOTER Responsive*/
/*sm*/
@media (min-width: 576px) {
  footer .call2action {
    padding-left: 15%;
    padding-right: 15%;
  }
}
/*md*/
@media (min-width: 768px) {
  footer .newsletter h2 {
    text-align: left;
    margin-bottom: 0;
  }

  footer .newsletter-contents {
    text-align: left;
    margin: 0 auto;
  }

  footer .newsletter input:not([type="submit"]) {
    width: 250px;
  }

  footer nav .labelworx-logo img {
/* 	height: 35px  BEFORE ECO logo was added*/
    height: 50px;
  }

  footer nav .labelworx-logo {
    margin: 0 auto;
    text-align: left;
  }
}
/*lg*/
@media (min-width: 992px) {
  footer .newsletter input:not([type="submit"]) {
    width: 300px;
  }
}
/*xl*/
@media (min-width: 1200px) {
}

/*
*********
Homepage
*********
*/

body.home section {
  margin-bottom: 2em;
}

/*SLIDER*/

.banners {
  max-width: 1100px;
  margin: 0 auto;
}
.banner-item {
  position: relative;
  min-height: 500px;
}
.banner-image-bg {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 200px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.banner-image-block {
  /*hide if not mobile*/
  /*display: none;*/
}

.banner-text {
  position: relative;
  z-index: 10;
  background-color: #fff;
  margin: 20px auto;
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 2em;
  padding-left: 1em;
  text-align: center;
  max-width: 80%;
}

.banner-text h1 {
  font-family: "scout-condensed", sans-serif;
  font-size: 3em;
  text-transform: uppercase;
  color: #000;
  margin: 0.5em 0;
  line-height: 50px;
}

.banner-text h3 {
  font-family: "poppins", sans-serif;
  font-size: 0.9em;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}

.banner-text .btn-banner {
  border-radius: 0;
  text-transform: uppercase;
  color: #ff3434;
  border: #ff3434 2px solid;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.375rem 1.25rem;
}

.banner-text .btn-banner:hover {
  color: #fff;
  background-color: #ff3434;
}

a.btn-whole-item {
  text-decoration: none;
}
/*owl carousel custom*/
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ff3434;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: -15px;
  position: relative;
  z-index: 30;
}

/*Featured Release*/
.featured-release-image {
  position: relative;
  z-index: 10;
}
.featured-release-text {
  position: relative;
  z-index: 5;
  background-color: #f6f6f6;
  margin: 40px 0 0 0;
  padding: 0 5% 3em 6.5%;
}

.featured-release-text p {
  font-size: 0.9em;
}

h3.boxed-header {
  position: absolute;
  display: inline-block;
  color: #000;
  border: 2px solid #000;
  font-size: 0.85em;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 15px;
  padding: 12px 24px;
  margin-top: -20px;
}

.featured-release-text h1 {
  margin-top: 1.2em;
  margin-bottom: 0.5em;
  font-family: "scout-condensed", sans-serif;
  font-size: 2.5em;
  text-transform: uppercase;
  color: #333;

  line-height: 50px;
}

.btn-fill,
.btn-fill:active,
.btn-fill:visited {
  border-radius: 0;
  text-transform: uppercase;
  color: #fff;
  border: #ff3434 2px solid;
  background-color: #ff3434;
  font-weight: 400;
  font-size: 0.85rem;
  padding: 0.375rem 1.25rem;
}
/*for artist mobile hoverontouch*/
div.btn-fill:hover,
div.btn-fill:active,
div.btn-fill:visited {
  color: #fff;
  border: #ff3434 2px solid;
  background-color: #ff3434;
}
div.btn-danger:hover {
  color: #fff;
  background-color: #ff3434;
  border-color: #ff3434;
}

div.btn-danger:not(:disabled):not(.disabled).active,
div.btn-danger:not(:disabled):not(.disabled):active,
.show > div.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff3434;
  border-color: #ff3434;
}

/*Featured session*/
.featured-session-image {
  position: relative;
  z-index: 10;
}
.featured-session-text {
  position: relative;
  z-index: 5;
  background-color: #fff;
  margin: 30px 0 0 0px;
  padding: 0 5% 3em 5%;
}

.featured-session-text p {
  font-size: 0.9em;
}

.featured-session-text p.date-highlight {
  font-weight: 500;
  font-size: 0.95em;
  color: #ff3434;
  margin-bottom: 0.5em;
}

.featured-session-text h1 {
  margin-top: 1.5em;
  font-family: "scout-condensed", sans-serif;
  font-size: 2.5em;
  text-transform: uppercase;
  color: #333;

  line-height: 35px;
}

.btn-border,
.btn-border:active,
.btn-border:visited {
  border-radius: 0;
  text-transform: uppercase;
  color: #ff3434;
  border: #ff3434 2px solid;
  background-color: transparent;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.375rem 1.25rem;
}

.btn-border:hover {
  background-color: #ff3434;
  color: #fff;
  border: #ff3434 2px solid;
}

/*Featured News*/
.featured-news-image {
  position: relative;
  z-index: 10;
}
.featured-news-text {
  position: relative;
  z-index: 5;
  background-color: #f6f6f6;
  margin: 40px 0 0 0;
  padding: 0 5% 3em 6.5%;
}

.featured-news-text p {
  font-size: 0.9em;
}

.featured-news-text h1 {
  margin-top: 1.5em;
  font-family: "scout-condensed", sans-serif;
  font-size: 2.5em;
  text-transform: uppercase;
  color: #333;

  line-height: 35px;
}

.featured-news-text p.date-highlight {
  font-weight: 500;
  font-size: 0.95em;
  color: #ff3434;
  margin-bottom: 0.5em;
}

/*releases list at bottom of home*/
.home .releases-list {
  background-color: #f6f6f6;
  padding: 3em 0;
  margin-bottom: 0;
}

.home .releases-list-grid {
  padding: 2em 3em;
}

.home .releases-list-grid .row {
  margin-top: 4em;
}

.home .releases-list-grid .releases-item {
  padding: 5px 10px 5px 0;
}

.home .releases-list-grid .releases-item .releases-item-inner {
  background-color: #000;
}

.home .releases-list-grid .releases-item-image {
  position: relative;
  transition: opacity 0.35s;
}

.home .releases-list-grid .releases-item-text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 1em;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity 0.35s;
}

.home .releases-list-grid .releases-item-text h2 {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  text-transform: uppercase;
  margin-bottom: 1.5em;
}
.home .releases-list-grid .releases-item-text a {
  margin-bottom: 10px;
}

.home .releases-list-grid .releases-item-text a.btn-border {
  border-color: #fff;
  color: #fff;
}

.home .releases-list-grid .releases-item-text a.btn-border:hover {
  background-color: transparent;
}

.home .releases-list-grid .releases-item:hover .releases-item-image {
  opacity: 0.4;
}

.home .releases-list-grid .releases-item:hover .releases-item-text {
  opacity: 1;
}

/*latest item in latest releases*/
.home .releases-list-latest .releases-list-latest-inner {
  background-color: #000;
}

.home .releases-list-latest .releases-list-latest-image {
  position: relative;
  transition: opacity 0.35s;
}

.home .releases-list-latest .releases-list-latest-text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 1em;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity 0.35s;
}

.home .releases-list-latest .releases-list-latest-text h2 {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  text-transform: uppercase;
  margin-bottom: 1.5em;
}
.home .releases-list-latest .releases-list-latest-text a {
  margin-bottom: 10px;
}

.home .releases-list-latest .releases-list-latest-text a.btn-border {
  border-color: #fff;
  color: #fff;
}

.home .releases-list-latest .releases-list-latest-text a.btn-border:hover {
  background-color: transparent;
}

.home .releases-list-latest:hover .releases-list-latest-image {
  opacity: 0.4;
}

.home .releases-list-latest:hover .releases-list-latest-text {
  opacity: 1;
}

.home .shop-details-text {
  margin-left: 0px;
  margin-top: 4em;
  margin-bottom: 1em;
}

.shop-details-text h1 {
  padding-top: 1.2em;
  margin-top: 1.5em;
  font-family: "scout-condensed", sans-serif;
  font-size: 2.5em;
  text-transform: uppercase;
  color: #333;
  line-height: 35px;
}

.shop-details-text p {
  max-width: 60%;
  font-size: 14.4px;
}

.home .shop-item {
  padding: 5px 10px 5px 0;
}

.home .shop-item .shop-item-inner {
  background-color: #000;
}

.home .shop-item-image {
  position: relative;
  transition: opacity 0.35s;
}

.home .shop-item-text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 1em;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity 0.35s;
}

.home .shop-item-text h2 {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  text-transform: uppercase;
  margin-bottom: 1.5em;
}
.home .shop-item-text a {
  margin-bottom: 10px;
}

.home .shop-item-text a.btn-border {
  border-color: #fff;
  color: #fff;
}

.home .shop-item-text a.btn-border:hover {
  background-color: transparent;
}

.home .shop-item:hover .shop-item-image {
  opacity: 0.4;
}

.home .shop-item:hover .shop-item-text {
  opacity: 1;
}

/*HOME Responsive*/
/*sm*/
@media (min-width: 576px) {
}
/*md*/
@media (min-width: 768px) {
  .banner-text {
    position: absolute;
    margin-top: 60px;
    margin-bottom: 60px;
    max-width: 40%;
    text-align: left;
  }
  .owl-theme .owl-dots,
  .owl-theme .owl-nav {
    text-align: left;
  }
  .featured-release-text {
    margin-left: -20px;
  }
  .featured-session-text {
    margin-left: -20px;
  }
  .featured-news-text {
    margin-left: -20px;
  }
  .home .shop-details-text {
    margin-left: -100px;
  }
  .home .shop-details-text p {
    max-width: 70%;
  }
}
/*lg*/
@media (min-width: 992px) {
  .home .shop-details-text {
    margin-left: -150px;
  }
  .home .shop-details-text p {
    max-width: 60%;
  }
}
/*xl*/
@media (min-width: 1200px) {
}

/*
****************
RELEASES - List
****************
*/
section.hero-header {
  background-color: #f6f6f6;
  margin-bottom: 4em;
}

.releases section.hero-header {
  background-color: #f6f6f6;
}

.releases section.hero-header {
  margin-bottom: 0;
}

section.hero-header h1 {
  font-family: "scout-condensed", sans-serif;
  font-size: 2.5em;
  color: #333;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 1em 0;
  text-align: center;
}

.featured-release {
  margin-bottom: 3em;
}
.releases .featured-release .row {
  background-color: #f6f6f6;
  padding-bottom: 3em;
}

.releases .featured-release-image {
  margin-top: 0;
  padding: 0 -15px;
}

.releases .featured-release-text {
  margin-top: 40px;
}

.releases-grid .releases-item {
  margin-bottom: 1em;
  opacity: 1;
  transition: opacity 0.35s;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.releases-grid .releases-item.fadedout {
  opacity: 0;
}

.releases-grid .releases-item .releases-item-inner {
  background-color: #000;
}

.releases-grid .releases-item-image {
  position: relative;
  transition: opacity 0.35s;
}

.releases-grid .releases-item-text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 1em;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity 0.35s;
}

.releases-grid .releases-item-text h2 {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  text-transform: uppercase;
  margin-bottom: 1.5em;
}
.releases-grid .releases-item-text a {
  margin-bottom: 10px;
}

.releases-grid .releases-item-text a.btn-border {
  border-color: #fff;
  color: #fff;
}

.releases-grid .releases-item-text a.btn-border:hover {
  background-color: transparent;
}

.releases-grid .releases-item:hover .releases-item-image {
  opacity: 0.4;
}

.releases-grid .releases-item:hover .releases-item-text {
  opacity: 1;
}

.load-more {
  margin-top: 1em;
  margin-bottom: 2em;
}

.artist-releases .load-more {
  margin-bottom: 0;
  padding-bottom: 2em;
}

.load-more .btn-more {
  margin-right: 10px;
  font-family: "Poppins", sans-serif;
}

.load-more .btn-archive {
  margin-right: 10px;
  background-color: #444;
  border-color: #444;
}

.filters {
  margin-bottom: 2em;
  text-align: center;
}

div.filters .btn-filter {
  color: #fff;
  background-color: #999;
  border-color: #999;
  margin-bottom: 10px;
  width: 220px;
  font-family: "Scout", sans-serif;
}

div.filters .btn-filter:hover,
div.filters .btn-filter.active {
  background-color: #444;
  border-color: #444;
  color: #fff;
}

.releases-list div.filters .btn-filter.active {
  background-color: #ff3434;
  border-color: #ff3434;
}

/*sm*/
@media (min-width: 576px) {
}
/*md*/
@media (min-width: 768px) {
  section.hero-header h1 {
    padding: 2.5em 0;
  }

  .releases .featured-release-image {
    margin-top: -2em;
    padding: 0;
    padding-left: 3em;
  }
  .releases .featured-release-text {
    margin-top: 0;
  }

  div.filters .btn-filter {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
/*lg*/
@media (min-width: 992px) {
}
/*xl*/
@media (min-width: 1200px) {
}

/*
****************
ARTISTS - List
****************
*/

.artists section.hero-header {
  background-color: #f6f6f6;
  margin-bottom: 0;
}
.featured-artist {
  margin-bottom: 3em;
}
.artists .featured-artist .row {
  background-color: #f6f6f6;
  padding-bottom: 3em;
}

.artists .featured-artist-image {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.artists .featured-artist-image img {
  border: 1px solid #eee;
}

.artists .featured-artist-text {
  position: relative;
  z-index: 5;
  background-color: transparent;
  margin: 0 0 0 0;
  padding: 40px 10% 3em 10%;
}

.featured-artist-text h1 {
  margin-top: 1.5em;
  font-family: "scout-condensed", sans-serif;
  font-size: 2.5em;
  text-transform: uppercase;
  color: #333;

  line-height: 35px;
}

.featured-artist-text p {
  font-size: 0.9em;
}

.artists-grid .artists-item {
  margin-bottom: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.artists-grid .artists-item .artists-item-inner {
  background-color: #000;
}

.artists-grid .artists-item-image {
  position: relative;
  transition: opacity 0.35s;
}

.artists-grid .artists-item-text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 1em;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity 0.35s;
}

.artists-grid .artists-item-text h2 {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  text-transform: uppercase;
  margin-bottom: 1.5em;
}
.artists-grid .artists-item-text a {
  margin-bottom: 10px;
}

.artists-grid .artists-item-text a.btn-border {
  border-color: #fff;
  color: #fff;
}

.artists-grid .artists-item-text a.btn-border:hover {
  background-color: transparent;
}

.artists-grid .artists-item:hover .artists-item-image {
  opacity: 0.4;
}

.artists-grid .artists-item:hover .artists-item-text {
  opacity: 1;
}

.artists-grid
  .artists-item
  .hoverontouch--aktiv
  .artists-item-inner
  .artists-item-image {
  opacity: 0.4;
}

.artists-grid
  .artists-item
  .hoverontouch--aktiv
  .artists-item-inner
  .artists-item-text {
  opacity: 1;
}

/*sm*/
@media (min-width: 576px) {
}
/*md*/
@media (min-width: 768px) {
  .artists .featured-artist-image {
    margin-top: -2em;
    padding-left: 3em;
    padding-right: 15px;
  }
  .artists section.hero-header {
    margin-bottom: 4em;
  }

  .releases section.hero-header {
    margin-bottom: 4em;
  }

  .artists .featured-artist-text {
    margin: 0 0 0 -20px;
    padding: 0 5% 3em 5%;
  }
}
/*lg*/
@media (min-width: 992px) {
}
/*xl*/
@media (min-width: 1200px) {
}

/* PARA Amends */

.artists-grid .artists-item .artists-item-inner {
  cursor: pointer;
}
.artists-grid .artists-item-text {
  position: absolute;
  left: 0;
  top: 100%;
  transform: translateY(-65%);
  padding: 1em 1.5em;
  color: #fff;
  margin: 0 auto;
  text-align: left;
  width: 100%;
  opacity: 1;
  transition: opacity 0.35s;
  transition: transform 0.35s;
}
.artists-grid .artists-item-text h2 {
  display: block;
  font-family: "scout-condensed", sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  text-transform: uppercase;
  margin-bottom: 0.2em;
  color: white !important;
}
.artists-grid .artists-item-text a:hover {
  text-decoration: none !important;
}
.artists-grid .artists-item-text a {
  margin-bottom: 0px;
}
.artists-grid .artists-item-text a.btn-fill {
  border-radius: 0;
  text-transform: uppercase;
  color: #dc3545;
  border: 0;
  background-color: transparent;
  font-weight: 400;
  font-size: 0.85rem;
  padding: 0;
  opacity: 0;
  transition: opacity 0.35s;
}
.d-sm-inline-block {
  border-radius: 0 !important;
  text-transform: uppercase !important;
  color: #dc3545 !important;
  border: 0 !important;
  background-color: transparent !important;
  font-weight: 400 !important;
  font-size: 0.85rem !important;
  padding: 0 !important;
}

.artists-grid .artists-item:hover .artists-item-text {
  transform: translateY(-100%) !important;
}
.artists-grid .artists-item:hover a.btn-fill {
  opacity: 1 !important;
}

@media screen and (max-width: 992px) {
  .artists-grid .artists-item-text {
    transform: translateY(-100%);
  }
}

/*
****************
ARTIST - Single
****************
*/

.artist .hero-header {
  padding-top: 0;
  position: relative;
}

.artist .hero-header img {
  margin: 0 auto;
  text-decoration: center;
}

.artist-header-title {
  position: absolute;
  bottom: 0;
  text-align: left;
}
/*inheriting from section.hero-header h1 (295)*/
section .artist-header-title h1 {
  color: #fff;
  background-color: #000;
  padding: 0.2em 0.6em 0.2em 0.5em;
  border-bottom-right-radius: 30px;
  text-align: left;
}

section .artist-header-title h3 {
  display: inline-block;
  text-align: left;
  background-color: #ff3434;
  color: #fff;
  font-family: "scout", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.2em;
  padding: 0.4em 0.5em;

  margin-bottom: 0;
}

.artist-social-links a {
  color: #000;
  font-size: 1.2em;
  padding: 5px;
}

.artist-website {
  color: #ff3434;
  text-transform: uppercase;
  font-size: 0.9em;
}

.artist-website:visited,
.artist-website:active {
  color: #ff3434;
}
.artist-social-links a:hover {
  color: #ff3434;
}

.artist .artist-bio {
  line-height: 1.8;
  margin-top: 2em;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 2em;
}

.artist .artist-bio p:first-of-type {
  color: #333;
  font-size: 1.2em;
  margin-bottom: 20px;
}

.artist .artist-bio hr {
  color: #000;
  height: 1px;
}

section.artist-releases {
  background-color: #f6f6f6;
  margin-top: 2em;
  padding-top: 1.5em;
}

/*make column fit above section*/
section.artist-releases .row {
  margin-left: 15px;
  margin-right: 15px;
}

section.artist-releases > .container > h2 {
  background-color: #000;
  margin: 1em 20px;
  font-family: "scout-condensed", sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  padding: 0.7em 1em;
  border-bottom-right-radius: 30px;
}

/*sm*/
@media (min-width: 576px) {
}
/*md*/
@media (min-width: 768px) {
  .artist .hero-header {
    padding-top: 80px;
    position: relative;
  }
}
/*lg*/
@media (min-width: 992px) {
}
/*xl*/
@media (min-width: 1200px) {
}

/*
****************
NEWS
****************
*/
.news .container {
  position: relative;
}
.news-header-title {
  position: relative;
  bottom: 0;
  text-align: left;
}

.news .hero-header {
  padding-top: 0;
  margin-bottom: 3em;
}

/*make full width in mobile*/
.hero-header {
  padding-right: 0;
  padding-left: 0;
}

section.hero-header {
  background-color: transparent;
}

.hero-header .container {
  padding-right: 0;
  padding-left: 0;
}

/*inheriting from section.hero-header h1 (295)*/
section .news-header-title h1 {
  color: #fff;
  background-color: #000;
  padding: 0.2em 0.6em 0.2em 0.5em;
  border-bottom-right-radius: 30px;
  text-align: left;
  font-size: 1.8em;
  line-height: 30px;
}

section .news-header-title h3 {
  text-align: left;
  background-color: #ff3434;
  color: #fff;
  font-family: "scout", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.2em;
  padding: 0.4em 18px;
  display: inline-block;
  margin-bottom: 0;
}

.news .news-contents {
  margin-left: 0;
  margin-right: 0;
}
.news .news-contents p:first-of-type {
  color: #333;
  font-size: 1.2em;
  margin-bottom: 20px;
}

.news-details .news-date {
  color: #ff3434;
  font-size: 0.9em;
  margin-bottom: 1.5em;
  margin-left: 0;
  margin-right: 0;
}

.news section.news-list {
  background-color: #f6f6f6;
  margin-top: 2em;
  padding-top: 2em;
  padding-bottom: 3em;
}

/*make column fit above section*/
.news section.news-list .row {
  margin-left: 0;
  margin-right: 0;
}

.news section.news-list h2 {
  background-color: #000;
  margin: 1em 15px;
  font-family: "scout-condensed", sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  padding: 0.7em 1em;
  border-bottom-right-radius: 30px;
}

.news .news-list-item {
  margin-bottom: 2em;
}
.news .news-list-item h1 {
  font-family: "scout-condensed", sans serif;
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0.3em;
  line-height: 32px;
}

.news .news-list-item h3 {
  color: #ff3434;
  font-size: 1em;
  margin-bottom: 0.75em;
}

/*sm*/
@media (min-width: 576px) {
}
/*md*/
@media (min-width: 768px) {
  .news-header-title {
    position: absolute;
  }
  .news .hero-header {
    padding-top: 80px;
  }

  .hero-header {
    padding-right: 15px;
    padding-left: 15px;
  }

  .hero-header .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  section.hero-header {
    background-color: #f6f6f6;
  }
  section .news-header-title h1 {
    font-size: 2.3em;
    line-height: 34px;
  }

  .news .news-contents {
    margin-left: 60px;
    margin-right: 60px;
  }
  .news-details .news-date {
    margin-left: 30px;
    margin-right: 30px;
  }

  .news section.news-list .row {
    margin-left: 30px;
    margin-right: 30px;
  }

  .news section.news-list h2 {
    margin: 1em 45px;
  }

  .news .news-list-item h1 {
    margin-bottom: 0.5em;
  }
  .news .news-list-item h3 {
    margin-bottom: 1.5em;
  }
}
/*lg*/
@media (min-width: 992px) {
}
/*xl*/
@media (min-width: 1200px) {
}

/*
****************
SESSIONS
****************
*/

.sessions .container {
  position: relative;
}
.sessions-header-title {
  position: relative;
  bottom: 0;
  text-align: left;
}

.sessions .hero-header {
  padding-top: 40px;
  margin-bottom: 3em;
}

.sessions .hero-header .btn-switch {
  position: absolute;
  top: -50px;
  right: 0;
}

/*inheriting from section.hero-header h1 (295)*/
section .sessions-header-title h1 {
  color: #fff;
  background-color: #000;
  padding: 0.2em 0.6em 0.2em 0.5em;
  border-bottom-right-radius: 30px;
  text-align: left;
  font-size: 2.3em;
}

section .sessions-header-title h3 {
  display: inline-block;
  text-align: left;
  background-color: #ff3434;
  color: #fff;
  font-family: "scout", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.2em;
  padding: 0.4em 18px;
  max-width: 120px;
  margin-bottom: 0;
}

#radio_detail_player {
  margin: 1em auto;
}

.sessions .sessions-contents {
  margin-left: 0;
  margin-right: 0;
}

.sessions .sessions-contents h1 {
  font-size: 1.5em;
  color: #333;
}

.sessions-details .sessions-date {
  color: #ff3434;
  font-size: 0.9em;

  margin-left: 0;
  margin-right: 0;
}

.sessions-track-listings {
  margin-left: 10px;
  margin-right: 10px;
}

.sessions section.sessions-list {
  background-color: #f6f6f6;
  margin-top: 2em;
  padding-top: 2em;
  padding-bottom: 3em;
}

/*make column fit above section*/
.sessions section.sessions-list .row {
  margin-left: 0;
  margin-right: 0;
}

.sessions section.sessions-list h2 {
  background-color: #000;
  margin: 1em 15px;
  font-family: "scout-condensed", sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  padding: 0.7em 1em;
  border-bottom-right-radius: 30px;
}

.sessions .sessions-list-item {
  margin-bottom: 2em;
}
.sessions .sessions-list-item h1 {
  font-family: "scout-condensed", sans serif;
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0.3em;
  line-height: 32px;
}

.sessions .sessions-list-item h3 {
  color: #ff3434;
  font-size: 1em;
  margin-bottom: 0.75em;
}

/*sm*/
@media (min-width: 576px) {
}
/*md*/
@media (min-width: 768px) {
  .sessions-header-title {
    position: absolute;
  }
  .sessions .hero-header {
    padding-top: 80px;
  }

  .hero-header {
    padding-right: 15px;
    padding-left: 15px;
  }

  .hero-header .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  section.hero-header {
    background-color: #f6f6f6;
  }
  section .sessions-header-title h1 {
    font-size: 2.3em;
    line-height: 34px;
  }

  .sessions .sessions-contents {
    margin-left: 60px;
    margin-right: 60px;
  }
  .sessions-details .sessions-date {
    margin-left: 30px;
    margin-right: 30px;
  }

  .sessions-track-listings {
    margin-left: 30px;
    margin-right: 30px;
  }

  .sessions section.sessions-list .row {
    margin-left: 30px;
    margin-right: 30px;
  }

  .sessions section.sessions-list h2 {
    margin: 1em 45px;
  }

  .sessions .sessions-list-item h1 {
    margin-bottom: 0.5em;
  }

  .sessions .sessions-list-item h3 {
    margin-bottom: 1.5em;
  }
}
/*lg*/
@media (min-width: 992px) {
}
/*xl*/
@media (min-width: 1200px) {
}

/*
****************
EVENTS
****************
*/

.events .container {
  position: relative;
}
.events-header-title {
  position: relative;
  bottom: 0;
  text-align: left;
}

.events .hero-header {
  padding-top: 0;
  margin-bottom: 3em;
}

.events .hero-header .btn-switch {
  position: absolute;
  top: -50px;
  right: 0;
}

/*inheriting from section.hero-header h1 (295)*/
section .events-header-title h1 {
  color: #fff;
  background-color: #000;
  padding: 0.2em 0.6em 0.2em 0.5em;
  border-bottom-right-radius: 30px;
  text-align: left;
  font-size: 2.3em;
}

section .events-header-title h3 {
  display: inline-block;
  text-align: left;
  background-color: #ff3434;
  color: #fff;
  font-family: "scout", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.2em;
  padding: 0.4em 18px;
  max-width: 120px;
  margin-bottom: 0;
}

.events .events-contents {
  margin-left: 0;
  margin-right: 0;
}
.events .events-contents p:first-of-type {
  color: #333;
  font-size: 1.2em;
  margin-bottom: 20px;
}

.events-details .events-date {
  color: #ff3434;
  font-size: 0.9em;
  margin-bottom: 1.5em;
  margin-left: 0;
  margin-right: 0;
}

.events section.events-list {
  background-color: #f6f6f6;
  margin-top: 2em;
  padding-top: 2em;
  padding-bottom: 3em;
}

/*make column fit above section*/
.events section.events-list .row {
  margin-left: 0;
  margin-right: 0;
}

.events section.events-list h2 {
  background-color: #000;
  margin: 1em 15px;
  font-family: "scout-condensed", sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  padding: 0.7em 1em;
  border-bottom-right-radius: 30px;
}

.events .events-list-item {
  margin-bottom: 2em;
}
.events .events-list-item h1 {
  font-family: "scout-condensed", sans serif;
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0.3em;
  line-height: 32px;
}

.events .events-list-item h3 {
  color: #ff3434;
  font-size: 1em;
  margin-bottom: 0.75em;
}

/*sm*/
@media (min-width: 576px) {
}
/*md*/
@media (min-width: 768px) {
  .events-header-title {
    position: absolute;
  }
  .events .hero-header {
    padding-top: 80px;
  }

  .hero-header {
    padding-right: 15px;
    padding-left: 15px;
  }

  .hero-header .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  section.hero-header {
    background-color: #f6f6f6;
  }
  section .events-header-title h1 {
    font-size: 2.3em;
    line-height: 34px;
  }

  .events .events-contents {
    margin-left: 60px;
    margin-right: 60px;
  }
  .events-details .events-date {
    margin-left: 30px;
    margin-right: 30px;
  }

  .events section.events-list .row {
    margin-left: 30px;
    margin-right: 30px;
  }

  .events section.events-list h2 {
    margin: 1em 45px;
  }

  .events .events-list-item h1 {
    margin-bottom: 0.5em;
  }
  .events .events-list-item h3 {
    margin-bottom: 1.5em;
  }
}
/*lg*/
@media (min-width: 992px) {
}
/*xl*/
@media (min-width: 1200px) {
}

/*
****************
RELEASE single
****************
*/
.release .container {
  position: relative;
}
.release-header-title {
  position: absolute;
  bottom: 0;
  text-align: left;
}

.release .hero-header {
  padding-top: 0;
  margin-bottom: 2em;
}

/*inheriting from section.hero-header h1 (295)*/
section .release-header-title h1 {
  color: #fff;
  background-color: #000;
  padding: 0.2em 0.6em 0.2em 0.5em;
  border-bottom-right-radius: 30px;
  text-align: left;
  font-size: 2.3em;
}

section .release-header-title h3 {
  display: inline-block;
  text-align: left;
  background-color: #ff3434;
  color: #fff;
  font-family: "scout", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.2em;
  padding: 0.4em 18px;
  /*max-width: 180px;*/
  margin-bottom: 0;
}

.release-details .btn {
  font-size: 1em;
  font-weight: 400;
  /*width: 100px;*/
}

.release .release-contents {
  margin-left: 0;
  margin-right: 0;
  margin-top: 2em;
}
.release .release-contents p:first-of-type {
  color: #333;
  font-size: 1.2em;
  margin-bottom: 20px;
}
.release .release-contents p.release-info,
.release .release-contents p.release-info a {
  color: #ff3434;
}
.release .release-contents p.release-info span {
  color: #333;
}

p.release-info {
  margin-bottom: 0.35em;
  font-size: 14px;
}

.release .release-track-listing {
  margin-left: 0;
  font-size: 14px;
}

.release section.releases-list {
  background-color: #f6f6f6;
  margin-top: 2em;
  padding-top: 2em;
  padding-bottom: 3em;
}

.release section.releases-list .releases-list-inner .releases-grid {
  margin-left: 15px;
  margin-right: 15px;
}

.release .releases-list-inner > h2 {
  background-color: #000;
  margin: 1em 20px;
  font-family: "scout-condensed", sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  padding: 0.7em 1em;
  border-bottom-right-radius: 30px;
}

/*sm*/
@media (min-width: 576px) {
}
/*md*/
@media (min-width: 768px) {
  .release .hero-header {
    padding-top: 80px;
    margin-bottom: 2em;
  }

  .release .release-contents {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 2em;
  }
}
/*lg*/
@media (min-width: 992px) {
}
/*xl*/
@media (min-width: 1200px) {
}

/*
****************
RELEASE archive
****************
*/
h3.paging-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5em;
  color: #444;
  font-family: "scout-condensed", sans-serif;
}
div.paging {
  margin-bottom: 2em;
}

div.paging a {
  margin: 0 0.5em;
}

/*
****************
CONTESTS
****************
*/

.contest-grid-sizer,
.contest-item {
  width: 33.33%;
}

.contest-grid2 {
  margin-bottom: 200px;
}
