@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: url("css/fonts/fa-light-300.eot");
  src: url("css/fonts/fa-light-300-.eot#iefix") format("embedded-opentype"), url("css/fonts/fa-light-300.woff2") format("woff2"), url("css/fonts/fa-light-300.woff") format("woff"), url("css/fonts/fa-light-300.ttf") format("truetype"), url("css/fonts/fa-light-300.svg#fontawesome") format("svg"); }

.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300; }

::-moz-selection {
  background: #222;
  color:#fff;
}

::selection {
  background: #222;
  color:#fff;
}

input {
  border-radius: 0;
  -webkit-appearance: none;
}

body {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-family: "letter-gothic-std", monospace;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
}
/*
body.gallery-active,
body.mobile-menu-active {
  overflow: hidden;
}
*/
#mfPreviewBar {
  display: none;
}

p {
  letter-spacing: .5px;
}

.not-found {
  text-align: center;
  min-height: calc(100vh - 235px);
  position: relative;
  height: 300px;
}

.not-found p {
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}

#wrap.slideleft {
  transform: translateX(-80%);
}

#mobile-menu {
  position: fixed;
  background: #fff;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  z-index: 10;
  text-transform: uppercase;
  transform: translateX(100%);
  border-left:1px solid #000;
  transition: all .3s ease;
}

#mobile-menu.slideleft {
  transform: translateX(20%);
}

#mobile-menu ul {
  list-style: none;
  padding:0px;
  margin:0px;
}

#mobile-menu ul li {
  padding: 20px 20px 18px;
  border-bottom: 1px solid #000;
}

#mobile-menu ul li a {
  color:#000;
  text-decoration: none;
}

.main-header {
  position: fixed;
  top: 0;
  width: 100%;
  padding:18px 0px;
  background: #fff;
  transition: all .2s ease;
  visibility: visible;
  z-index: 1;
}

.main-header.headroom--unpinned {
  top:-100%;
}

.main-header.mobile-header-active {
  border-bottom: 1px solid #000;
}

.main-header.mobile-header-active.headroom--unpinned {
  border-bottom: 1px solid #000;
  top:0px;
}

.main-header .home-link {
  position: absolute;
  color:#000;
  text-decoration: none;
  margin: 18px 30px;
  top:0;
  left:0;
}

.main-header .basket-icon {
  position: absolute;
  color:#000;
  text-decoration: none;
  margin: 18px 30px;
  top:0;
  right:0;
}

.main-header .basket-icon a {
  color:#000;
  text-decoration: none;
}

.basket-uk {
  display: block;
}

.basket-us {
  display: none;
}

.basket-eu {
  display: none;
}

.geoip-country-US .basket-uk,
.geoip-country-US .basket-eu {
  display: none;
}

.geoip-country-US .basket-us {
  display: block;
}

.geoip-continent-EU .basket-us,
.geoip-continent-EU .basket-uk {
  display: none;
}

.geoip-continent-EU .basket-eu {
  display: block;
}

.geoip-country-GB.geoip-continent-EU .basket-us,
.geoip-country-GB.geoip-continent-EU .basket-eu {
  display: none;
}

.geoip-country-GB.geoip-continent-EU .basket-uk {
  display: block;
}

.main-header .mobile-menu-icon  {
  position: absolute;
  color:#000;
  text-decoration: none;
  padding: 18px 30px;
  top:0;
  right:0;
  display: none;
}

.main-header .mobile-menu-icon .menu-close {
  display: none;
}

.main-header .mobile-menu-icon.active .bars {
  display: none;
}

.main-header .mobile-menu-icon.active .menu-close {
  display: block;
}

#home-nav #menu-main-menu {
  list-style-type: none;
  padding:0px;
  margin:0px;
  text-align: center;
}

#home-nav #menu-main-menu #title {
  position: absolute;
  left:10px;
}

#home-nav #menu-main-menu #basket {
  position: absolute;
  right:10px;
}

#home-nav .mobile-icon {
  display: none;
}

#home-nav #menu-main-menu > .menu-item {
  letter-spacing: .5px;
  display: inline-block;
  vertical-align: top;
  margin:0px 20px;
}

#home-nav #menu-main-menu > .menu-item a {
  color:#000;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .4s ease;
}

.current-menu-item > a {
  border-bottom: 1px solid #000;
}

#home-nav #menu-main-menu > .menu-item a:hover {
  border-bottom: 1px solid #000;
}

#home-nav #menu-main-menu > .menu-item .sub-menu {
  display: none;
  padding: 20px;
  list-style: none;
  position: absolute;
  width: calc(100% - 40px);
  text-align: center;
  background: #fff;
  left: 0;
  border-bottom: 1px solid #000;
}

#home-nav #menu-main-menu > .menu-item .sub-menu.toggled-on {
  display: block;
}

#home-nav #menu-main-menu > .menu-item .sub-menu > li {
  display: inline-block;
  margin:10px;
}

#home-nav #menu-main-menu > .menu-item .dropdown-toggle {
  background: transparent;
  padding: 0px 5px;
  border: none;
}

#home-nav #menu-main-menu > .menu-item .dropdown-toggle .screen-reader-text {
  display: none;
}

#home-nav #menu-main-menu > .menu-item .dropdown-toggle:after {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: '\f107';
}

#home-nav #menu-main-menu > .menu-item .dropdown-toggle.toggled-on:after {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: '\f106';
}

.section {
  position: relative;
  text-align:center;
  width: 100%;
  padding: 20px 0px;
  opacity: 0;
  transform:scale(0.95);
  transition: all .8s ease;
}

.section.is-selected {
  transform:scale(1.0);
  opacity: 1;
}

.section a {
  color:#000;
  text-decoration: none;
}

.cover {
  width: auto;
  height: calc(100vh - 200px);
  max-height: 600px;
  min-height: 350px;
  display: inline-block;
  vertical-align: middle;
  /*
  box-shadow: 0px 0px 15px 4px rgba(0,0,0,.1);
  */
  transform: scale(.99);
  -webkit-transition: all 500ms cubic-bezier(0.440, 0.125, 0.255, 1); /* older webkit */
  -webkit-transition: all 500ms cubic-bezier(0.440, 0.125, 0.255, 1.030);
     -moz-transition: all 500ms cubic-bezier(0.440, 0.125, 0.255, 1.030);
       -o-transition: all 500ms cubic-bezier(0.440, 0.125, 0.255, 1.030);
          transition: all 500ms cubic-bezier(0.440, 0.125, 0.255, 1.030); /* custom */
}

.cover:hover {
  transform: scale(1.01);
}

.left, .right {
  display: inline-block;
  vertical-align: middle;
  margin-left:20px;
  text-align:center;
  margin:0px 30px;
  width: 250px;
  text-transform: uppercase;
  display: none;
}

.left p:first-child {
  margin-top:0px;
}

.left p:last-child {
  margin-bottom:0px;
}

.left p,
.right p {
  margin:10px auto;
}

.right select {
  background: #fff;
  border: 1px solid #000;
  background-color: white;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance:none;
  padding: 7px 10px 5px;
}

.right p.buy {
  margin-bottom: 0px;
  margin-top:15px;
}

.right a {
  color:#000;
  text-decoration: none;
  display: inline-block;
  padding:6px 12px;
  border:1px solid #000;
  border-radius: 2px;
  overflow: hidden;
}

.right .buy-btn-home a {
  width: 70px;
}

.right .buy-btn-home a.pre-order-link {
  width: 80px;
}

.right .stream-btn-home a {
  width: 70px;
}

.right .btn-home {
  margin:5px auto;
}

.right .buy-btn-home a .btn-txt-inner {
  width: 200px;
  text-align: left;
  position: relative;
  transform: translateX(-110px);
  transition: all 230ms ease;
}

.right .buy-btn-home a .btn-txt-inner-pre {
  width: 228px;
  text-align: left;
  position: relative;
  transform: translateX(-102px);
  transition: all 230ms ease;
}

.right .stream-btn-home a .btn-txt-inner {
  width: 200px;
  text-align: left;
  position: relative;
  transform: translateX(-100px);
  transition: all 230ms ease;
}

.right .buy-btn-home a:hover .btn-txt-inner {
  transform: translateX(-10px);
}

.right .stream-btn-home a:hover .btn-txt-inner {
  transform: translateX(-8px);
}

.right .buy-btn-home a:hover .btn-txt-inner-pre {
  transform: translateX(-4px);
}

.right .btn-home a .btn-txt-inner .btn-txt {
  margin:0px 10px;
}

/*
.right a:hover {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
*/

.carousel-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
}

#homepage {
  width: 100%;
  min-height: calc(100vh - 55px);
  display: table;
}

#homepage.on-mobile {
  min-height: calc(100vh - 130px);
}

#home-carousel-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 55px 0px 0px 0px;
}

#carousel {
  width: 100%;
}

.flickity-prev-next-button {
  width: 28px;
  height: 28px;
  background: transparent;
  display: none;
}

.flickity-prev-next-button:active,
.flickity-prev-next-button:hover {
  background: transparent;
}

.flickity-prev-next-button.previous {
  left:15px;
}

.flickity-prev-next-button.next {
  right:15px;
}

.flickity-prev-next-button .arrow {
  fill:#000;
}

.carousel-nav .flickity-prev-next-button {
  display: none;
}

.carousel-nav {
  width: 100%;
  background: #fff;
}

.carousel-nav .nav-cell {
  color:#ddd;
  text-align: center;
  height: 55px;
  padding:0px 10px;
  margin:0px 30px;
  cursor: pointer;
  transition: all .3s ease;
}

.carousel-nav .nav-cell:hover {

}

.carousel-nav .nav-cell.is-selected {
  color:#000;
  transition: all .3s ease;
}

.carousel-nav .nav-cell .nav-inner {
  display: table;
  height: 55px;
  width: 100%;
  text-align: center;
  width: 250px;
  text-transform: uppercase;
  margin:auto;
}

.carousel-nav .nav-cell .nav-inner p {
  display: table-cell;
  vertical-align: middle;
  margin:0px auto;
  font-size: 12px;
}

/** select box **/

:focus {
    outline: none;
}

.right select {
  width:150px;
}

.select2-container--default .select2-selection--single {
  border:1px solid #000;
  border-radius: 0px;
  color:#000;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color:#000 transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #000 transparent;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color:#000;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #000;
}

.select2-dropdown {
  border:1px solid #000;
  border-radius: 0px;
}

.dash {
  display: none;
}

.arrows {
  z-index: 2;
}

.arrow {
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  font-size: 23px;
  cursor: pointer;
}

.left-arrow {
  left:30px;
  transition: all .3s ease;
}
/*
.left-arrow:hover {
  left:20px;
}
*/

.right-arrow {
  right:30px;
  transition: all .3s ease;
}
/*
.right-arrow:hover {
  right:20px;
}
*/

.footer-head {
  margin-bottom: 20px;
}

.footer-column {
  display: inline-block;
  vertical-align: top;
  padding:0px 30px;
  width: calc(33% - 62px);
}

footer .footer-column:last-child {
  text-align: right;
}

footer {
  background: #fff;
  border-top:1px solid #000;
  padding:23px 0px;
  text-align: left;
  text-transform: uppercase;
  font-size: 13px;
}

footer p {
  margin:5px auto;
  position: relative;
}

footer a {
  color:#000;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid #fafafa;
}

footer a:hover {
  border-bottom: 1px solid #000;
}
/*
footer a:hover {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
}
*/

footer form .emailinput {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid transparent;
  border-bottom: 1px solid #222;
  background: transparent;
  padding: 4px 0px 4px;
  margin-right: -10px;
  width: 100%;
  max-width: 205px;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: .5px;
  padding-right: 25px;
}

footer form .envelope-icon {
  position: absolute;
  /* margin-right: 11px; */
  left: 215px;
  top: 4px;
}

footer form .emailinput::-webkit-input-placeholder {
  color:#222;
  letter-spacing: .5px;
}

footer form .emailinput::-moz-placeholder {
  color:#222;
  letter-spacing: .5px;
}

footer form .emailinput:-ms-input-placeholder {
  color:#222;
  letter-spacing: .5px;
}

footer form .emailinput:-moz-placeholder {
  color:#222;
  letter-spacing: .5px;
}

footer form .email-active.disabled {
  visibility: hidden;
}

footer form .submitbtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #000;
  padding: 5px 10px;
  background: transparent;
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
  margin-top:-5px;
}

footer form #submit {
  color:#fff;
  background: #000;
}

footer form #status {
  margin:10px auto;
}

footer .g-recaptcha {
  -webkit-transform: scale(0.77, 0.77);
  -ms-transform: scale(0.77, 0.77);
  transform: scale(0.77, 0.77);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

footer a {
  text-decoration: none;
  color:#000;
}

footer .social-links-menu {
  padding:0px;
  margin:10px auto 0px;
  list-style-type: none;
}

footer .social-links-menu li {
  margin:6px auto;
}

/** artist page **/

.single-artists {
  background: #222;
}
/*
.single-artists .main-header.headroom--top {
  background: transparent;
}

.single-artists .main-header.mobile-header-active.headroom--top {
  background: #fff;
}

.single-artists .main-header.headroom--top .home-link {
  color:#fff;
}

.single-artists .main-header.mobile-header-active.headroom--top .home-link {
  color:#000;
}

.single-artists .main-header.headroom--top #home-nav #menu-main-menu > .menu-item a {
  color:#fff;
}

.single-artists .main-header.mobile-header-active.headroom--top #home-nav #menu-main-menu > .menu-item a {
  color:#000;
}

.single-artists .main-header.headroom--top #home-nav #menu-main-menu > .menu-item a:hover {
  border-bottom: 1px solid #fff;
}

.single-artists .main-header.mobile-header-active.headroom--top #home-nav #menu-main-menu > .menu-item a:hover {
  border-bottom: 1px solid #000;
}

.single-artists .main-header.headroom--top #home-nav #menu-main-menu > .menu-item.current-menu-item > a {
  border-bottom: 1px solid #fff;
}

.single-artists .main-header.mobile-header-active.headroom--top #home-nav #menu-main-menu > .menu-item.current-menu-item > a {
  border-bottom: 1px solid #000;
}

.single-artists .main-header.headroom--top .basket-icon,
.single-artists .main-header.headroom--top .mobile-menu-icon {
  color:#fff;
}

.single-artists .main-header.mobile-header-active.headroom--top .basket-icon,
.single-artists .main-header.mobile-header-active.headroom--top .mobile-menu-icon {
  color:#000;
}
*/

.single-artists .cover {
  box-shadow: none;
}

#artist-template {
  text-transform: uppercase;
}

#artist-template section {
  position: relative;
}

#artists-template {
  padding-top:50px;
  text-transform: uppercase;
  background: #222;
}

.artist-image {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.artist-image-featured {
  height: 100vh;
  background: #222;
  position: relative; /*Any position but static should work*/
	overflow: hidden;
  opacity: 0;
  transition: all .3s ease;
}
.artist-image-featured.loaded {
  opacity: 1;
}

.artist-overlay {
  position: absolute;
  width: 100%;
  height:100%;
  top:0;
  background:rgba(0,0,0,.2);
}

.artist-info {
  text-align: left;
  padding: 0px 0px;
  position: absolute;
  bottom: 20px;
  left: 30px;
  color: #fff;
  width: calc(100% - 60px);
}

.event-details {
  text-align: left;
  padding: 0px 0px;
  position: absolute;
  bottom: 20px;
  left: 30px;
  color: #fff;
  width: calc(100% - 60px);
}

.artist-info a {
  color:#fff;
  text-decoration: none;
}

.artist-info .artist-links a {
  display: inline-block;
  vertical-align: middle;
  margin:0px 3px;
}

.artist-info .artist-links a:first-child {
  margin-left:0px;
}

.artist-info p {
  margin:10px auto;
}

.event-details p {
  margin:10px auto;
  text-transform: uppercase;
}

.artist-image-block {
  position: relative;
  overflow: hidden;
  height: 650px;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}

.artist-event {
  background: #111;
  color:#fff;
  position: relative;
}

.artist-playlist {
  background: #111;
  color:#fff;
  position: relative;
  height: 500px;
}

.event-row {
  cursor: pointer;
}

.event-image {
  width: 100%;
}

.event-image img {
  width: 100%;
}

.artist-carousel .section {
  padding:60px 0px;
}

.artist-carousel-wrap {
  position: relative;
}

.artist-release {
  overflow: hidden;
  position: relative;
  height: 650px;
  background-size: auto 500px !important;
  cursor: pointer;
  background-position: center center;
}

.artist-release-section .featured-overlay,
.artist-image-block-section .featured-overlay {
  cursor: pointer;
}

.arrows {
  display: none;
}

.artist-video {
  overflow: hidden;
  position: relative;
  height: 650px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.artist-video .video-poster {
  position: absolute;
	top: 0;
	margin: 0;
	display: block;
	/* fill and maintain aspect ratio */
	width: auto; height: auto;
	min-width: 100%; min-height: 100%;
	max-height: none; max-width: none;
  left: 50%;
  transform: translateX(-50%) scale(1.00);
  -webkit-transition: all 800ms cubic-bezier(0.440, 0.125, 0.255, 1); /* older webkit */
  -webkit-transition: all 800ms cubic-bezier(0.440, 0.125, 0.255, 1.030);
     -moz-transition: all 800ms cubic-bezier(0.440, 0.125, 0.255, 1.030);
       -o-transition: all 800ms cubic-bezier(0.440, 0.125, 0.255, 1.030);
          transition: all 800ms cubic-bezier(0.440, 0.125, 0.255, 1.030); /* custom */
}

.artist-video .video-poster.play-hover {
  transform: translateX(-50%) scale(1.18);
  -webkit-transition: all 10s cubic-bezier(0.440, 0.125, 0.255, 1); /* older webkit */
  -webkit-transition: all 10s cubic-bezier(0.440, 0.125, 0.255, 1.030);
     -moz-transition: all 10s cubic-bezier(0.440, 0.125, 0.255, 1.030);
       -o-transition: all 10s cubic-bezier(0.440, 0.125, 0.255, 1.030);
          transition: all 10s cubic-bezier(0.440, 0.125, 0.255, 1.030); /* custom */
}

.artist-video-player {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: all .4s ease;
}

.artist-video-player.active {
  visibility: visible;
  opacity: 1;
}

.artist-video-player iframe {
  width: 100%;
  height: 100%;
}


.featured-video {
  width: 100%;
  height: 100%;
  left: 0 !important;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
  position: relative;
  color:#fff;
}

.show-nav .featured-text {
  bottom: calc(12vw + 20px);
}

.placeholder {
  background-color: #f6f6f6;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.placeholder img {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 1s linear;
}

.placeholder img.loaded {
  opacity: 1;
}

.img-small {
  filter: blur(50px);
  /* this is needed so Safari keeps sharp edges */
  transform: scale(1);
}

#about-template {
   padding-top:55px;
   width: 100%;
}

#about-inner {
  text-align: center;
  left:5%;
  width: 90%;
  margin:80px auto;
}

.about-text {
  width: 90%;
  margin:auto;
}

.about-image {
  margin:auto;
  width:90%;
  max-width:550px;
}

.about-image img {
  width: 100%;
}
#artists-template {
  padding-top:54px;
}

.polaroids {
  pointer-events: none;
}

#artists {
  margin: 0px 0px;
}

.artist {
  width: calc(50% - 0px);
  float: left;
  margin: 0px 10px 20px;
  margin:0px;
  position: relative;
  text-transform: uppercase;
  overflow: hidden;
}

.artist .artists-image {
  transition: transform 5s ease;
  transform: scale(1.00);
  height: 350px;
  width: 100%;
}

.artist:hover .artists-image {
  transform:scale(1.09);
}

.clear {
  clear:both;
}

.artist p {
  letter-spacing: .5px;
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 30px;
  margin: 0px;
  opacity: 1;
  transition: all .3s ease;
}

.artist a {
  text-decoration: none;
}

.artist .event-info {
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.artist .event-info p {
  position: relative;
  margin:5px auto;
  letter-spacing: .5px;
  color: #fff;
  bottom:auto;
  left:auto;
}

.artist:hover p {
  opacity: 1;
}

.darken {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.35);
  top:0;
  left:0;
  position: absolute;
}

/** artists msnry page **/

.artists-msnry-wrap {
  margin:0px 0px;
  background: #222;
}

.artist-msnry-name {
  display: none;
}

.artist-msnry-block {
  width: calc(50% - 0px);
  margin: 0px;
  margin-bottom: -2px;
}

.artist-msnry-image img {
  width: 100%;
}

/** end artsts msnry **/

#events-template {
  text-transform: uppercase;
  margin: 55px auto 0px;
  background: #000;
}

#events-table {
  width: calc(100% - 60px);
  margin: 10px auto 40px;
  table-layout: fixed;
  text-transform: uppercase;
}

#events-table td {
  text-overflow: ellipsis;
  padding:8px 8px;
}

#events-table tr td:first-child {
  padding-left:0px;
}

#events-table tr td:last-child {
  padding-right:0px;
}

#events-table tr:nth-child(even) {
  background: #fafafa;
}

#events-table td:first-child {
  max-width: 200px;
}

#events-table td:first-child .field {
  padding-left:0px;
}

#events-table td:last-child {
  text-align: right;
  max-width: 200px;
}

/** events post **/

.single-events {
  background: #222;
}

.single-events .main-header.headroom--top {
  background: transparent;
}

.single-events .main-header.mobile-header-active.headroom--top {
  background: #fff;
}

.single-events .main-header.headroom--top .home-link {
  color:#fff;
}

.single-events .main-header.mobile-header-active.headroom--top .home-link {
  color:#000;
}

.single-events .main-header.headroom--top #home-nav #menu-main-menu > .menu-item a {
  color:#fff;
}

.single-events .main-header.mobile-header-active.headroom--top #home-nav #menu-main-menu > .menu-item a {
  color:#000;
}

.single-events .main-header.headroom--top #home-nav #menu-main-menu > .menu-item a:hover {
  border-bottom: 1px solid #fff;
}

.single-events .main-header.mobile-header-active.headroom--top #home-nav #menu-main-menu > .menu-item a:hover {
  border-bottom: 1px solid #000;
}

.single-events .main-header.headroom--top #home-nav #menu-main-menu > .menu-item.current-menu-item > a {
  border-bottom: 1px solid #fff;
}

.single-events .main-header.mobile-header-active.headroom--top #home-nav #menu-main-menu > .menu-item.current-menu-item a {
  border-bottom: 1px solid #000;
}

.single-events .main-header.headroom--top .basket-icon,
.single-events .main-header.headroom--top .mobile-menu-icon {
  color:#fff;
}

.single-events .main-header.mobile-header-active.headroom--top .basket-icon,
.single-events .main-header.mobile-header-active.headroom--top .mobile-menu-icon {
  color:#000;
}

.flyer {
  margin-top:0px;
  width: 100%;
  height: 660px;
  min-height: 100vh;
  text-align: center;
}

/** yt tv page **/

.vid-playing .main-header {
  visibility: hidden;
}

.vid-playing .down-btn {
  visibility: hidden;
}

.nivo-lightbox-body-effect-fade header {
  opacity: 0;
}

.down-btn {
  color: #fff;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%) rotate(0deg);
  font-size: 20px;
  z-index: 10;
  transition: all .3s ease;
  visibility: visible;
  cursor: pointer;
  padding: 25px;
}

.down-btn .opened {
  display: none;
}

.show-nav .down-btn {
  bottom: 12vw;
}

.show-nav .down-btn .opened {
  display: block;
}

.show-nav .down-btn .closed {
  display: none;
}

.down-btn .toggle-up {
  display: none;
}

.featured-videos {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
}

.featured-videos .flickity-slider {
  transform: none !important;
}

.featured-video.is-selected {
  opacity: 1;
  z-index: 0
}

.page-template-tv-template-php {
  background: #222;
}

.page-template-tv-template-php footer {
  position: absolute;
  width: 100%;
  bottom: 0px;
  transform: translateY(100%);
}

.page-template-tv-template-php .main-header {
  background: none;
}
.page-template-tv-template-php .mobile-header-active.main-header {
  background: #fff;
}

.page-template-tv-template-php .main-header .home-link {
  color:#fff;
}
.page-template-tv-template-php .mobile-header-active.main-header .home-link {
  color:#000;
}

.page-template-tv-template-php #home-nav #menu-main-menu > .menu-item a {
  color:#fff;
}

.page-template-tv-template-php .mobile-header-active #home-nav #menu-main-menu > .menu-item a {
  color:#000;
}

.page-template-tv-template-php #home-nav #menu-main-menu > .menu-item a:hover {
  border-bottom: 1px solid #fff;
}

.page-template-tv-template-php .mobile-header-active #home-nav #menu-main-menu > .menu-itemli a:hover {
  border-bottom: 1px solid #000;
}

.page-template-tv-template-php .main-header .basket-icon a,
.page-template-tv-template-php .main-header .mobile-menu-icon a {
  color:#fff;
}

.page-template-tv-template-php .mobile-header-active.main-header .basket-icon,
.page-template-tv-template-php .mobile-header-active.main-header .mobile-menu-icon {
  color:#000;
}

.page-template-tv-template-php .dropdown-toggle {
  display: none;
}

.featured-video .focuspoint {
  width: 100%;
  height: 100%;
  transform: scale(1.00);
  -webkit-transition: all 800ms cubic-bezier(0.440, 0.125, 0.255, 1); /* older webkit */
  -webkit-transition: all 800ms cubic-bezier(0.440, 0.125, 0.255, 1.030);
     -moz-transition: all 800ms cubic-bezier(0.440, 0.125, 0.255, 1.030);
       -o-transition: all 800ms cubic-bezier(0.440, 0.125, 0.255, 1.030);
          transition: all 800ms cubic-bezier(0.440, 0.125, 0.255, 1.030); /* custom */
}

.featured-video .focuspoint.play-hover {
  transform: scale(1.18);
  -webkit-transition: all 10s cubic-bezier(0.440, 0.125, 0.255, 1); /* older webkit */
  -webkit-transition: all 10s cubic-bezier(0.440, 0.125, 0.255, 1.030);
     -moz-transition: all 10s cubic-bezier(0.440, 0.125, 0.255, 1.030);
       -o-transition: all 10s cubic-bezier(0.440, 0.125, 0.255, 1.030);
          transition: all 10s cubic-bezier(0.440, 0.125, 0.255, 1.030); /* custom */
}

.featured-video img {
  width: 100%;
}

.featured-text {
  position: absolute;
  bottom:20px;
  left:30px;
  transition: all .3s ease;
  max-width: calc(100% - 60px);
  color:#fff;
}

.show-nav .featured-text {
  bottom: calc(12vw + 20px);
}

.featured-text p {
  margin:10px auto;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

.featured-text p a {
  color:#fff;
  text-decoration: none;
}

.featured-overlay {
  position: absolute;
  width: 100%;
  height:100%;
  top:0;
  background:rgba(0,0,0,.2);
}

.featured-videos .flickity-prev-next-button {
  display: none;
}

.video-nav-wrap {
  background: #000;
  position: absolute;
  bottom:0px;
  width: 100%;
  transform:translateY(100%);
  transition: all .3s ease;
}

.video-nav-wrap .gallery-arrows {
  color:#fff;
}

main.show-nav .video-nav-wrap {
  transform:translateY(0%);
}

.video-nav .nav-cell {
  width:calc(20% - 40px);
  margin:20px;
  position: relative;
}

.video-nav .nav-cell img {
  width:100%;
}

.video-nav .nav-cell .nav-text {
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  width: 90%;
  left:5%;
  text-align: center;
}

.video-nav .nav-cell .nav-text p {
  margin:5px auto;
  text-transform: uppercase;
  font-size: 14px;
  color:#fff;
}

.play-icon {
  width:50px;
  height:50px;
  position: absolute;
  top:50%;
  left:50%;
  transition: none;
  transform: translate(-50%,-50%);
  cursor: pointer;
}

.play-icon .load-svg {
  display: none;
}

.play-icon.show-loader .load-svg {
  display: block;
}

.play-icon.show-loader .play-svg {
  display: none;
  cursor: pointer;
}

.play-icon:hover {
  animation: blinker .5s infinite;
  animation-timing-function:steps(1);
  cursor: pointer;
}

.play-icon.show-loader:hover {
  animation: none;
}

@keyframes blinker {
  0% { opacity: 0; }
  50% { opacity: 1; }
}

.flickity-prev-next-button {
  background: transparent;
  width: 38px;
  height: 38px;
}

.flickity-prev-next-button:hover {
  background: transparent;
}

.flickity-prev-next-button .arrow {
  fill:#fff;
}

.flickity-prev-next-button.previous {
  left:0px;
}

.flickity-prev-next-button.next {
  right:0px;
}

.video-nav .flickity-prev-next-button {
  display: none;
}

.arrows {
  position: absolute;
  font-size: 25px;
  top:50%;
  transform: translateY(-50%);
  width: 100%;
}

.left-arrow {
  position: absolute;
  left:30px;
  transform: translateY(-50%);
  cursor: pointer;
}

.arrows .right-arrow {
  position: absolute;
  right:30px;
  transform: translateY(-50%);
  cursor: pointer;
}

.youtube-video-player {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: all .5s ease;
}

.youtube-video-player.play-video {
  opacity: 1;
  z-index: 1;
}

.videowrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
  visibility: hidden;
}

.nivo-lightbox-body-effect-fade .nivo-lightbox-overlay {
  opacity: 1;
  visibility: visible;
}

.nivo-lightbox-close {
  color:#fff;
  text-decoration: none;
}
/*
#wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateY(0%);
  transition: all .4s ease;
}
*/

#wrap.vidactive {
  transform: translateY(100%);
}

#video-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#youtube-video-player {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#youtube-video-player iframe {
  width: 100%;
  height: 100%;
}

#close-btn {
  position: absolute;
  top:20px;
  right:30px;
  font-size: 15px;
  color:#fff;
  cursor: pointer;
}

/** store **/
#catalogue-template {
    margin: 60px auto;
}

#table-wrap {
  width: calc(100% - 60px);
  margin:20px auto;
  display: none;
}

#cat-menu {
    text-align: left;
    cursor: pointer;
    padding: 0px 30px;
    margin:5px auto;
}

#cat-menu .filter-btns {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding:0px;
  margin:0px;
  list-style: none;
}

#cat-menu .filter-btns .artists-btn {
  text-align: right;
  color:#000;
  float: right;
}

#cat-menu .filter-btns .artists-btn:hover .cat-text{
  border-bottom: 1px solid #000;
}

#cat-menu .filter-btns .artists-btn .plus {
    display: inline;
}

#cat-menu .filter-btns .artists-btn .minus {
    display: none;
}

#cat-menu .filter-btns .artists-btn.dropdown-open .cat-text {
  border-bottom: 1px solid #000;
}

#cat-menu .filter-btns .artists-btn.dropdown-open .minus {
    display: inline;
}

#cat-menu .filter-btns .artists-btn.dropdown-open .plus {
    display: none;
}

#cat-menu .grid-btn {
  cursor: pointer;
}

#cat-menu li {
  color:#000;
  display: inline-block;
}

#cat-menu li:first-child {
  margin-right: 5px;
}

#cat-menu li:hover .cat-text {
  border-bottom: 1px solid #000;
}

#cat-menu li.active .cat-text {
  color:#000;
  border-bottom: 1px solid #000;
}

#catalogue-table {
  width: 100%;
  text-transform: uppercase;
  border-bottom: none;
  border-left:0px;
}

#catalogue-table th {
  text-align: left;
  text-overflow: ellipsis;
  padding: 10px 7px 8px;
}

#catalogue-table th:first-child {
  padding-left:20px;
}

#catalogue-table th:last-child {
  padding-right:20px;
  text-align: right;
}

#catalogue-table td {
  text-align: left;
  padding: 10px 7px 8px;
  text-overflow: ellipsis;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#catalogue-table tr:nth-child(odd) {
  background: #fafafa;
}

#catalogue-table th {
  background: #fff;
}

#catalogue-table td:first-child {
  padding-left:20px;
}

#catalogue-table td:nth-child(4) {
  padding-right:20px;
  text-align: right;
}

#catalogue-table tr {
  cursor: pointer;
}

#catalogue-table tr a {
  color:#000;
  cursor: pointer;
  transition: all .3s ease;
}

#catalogue-table tr:hover a {
  color:#ddd;
}

#catalogue-table td a {
  color:#000;
  text-decoration: none;
}

#cat-images {
  margin: auto;
}

#cat-images .grid {
  padding:0px;
  margin:0px 10px;
  list-style: none;
  visibility: visible;
  opacity: 1;
  transition: all .5s ease;
}

#cat-images .grid.hide {
  visibility: hidden;
  opacity: 0;
}

#cat-images .grid .grid-item {
  display: inline-block;
  vertical-align: top;
  width: calc(20% - 47px);
  margin: 20px;
  text-align: left;
}

#cat-images .grid .grid-item > a {
  display: block;
  background: #ddd;
}

#cat-images .grid .grid-item img {
  display: block;
	width: 100%;
	height: auto !important;
	opacity:1;
  margin-bottom: 10px;
  background: #eee;
}

#cat-images .grid .grid-item p {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  margin: 5px 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#cat-images .grid .grid-item p a {
  color:#000;
  text-decoration: none;
}

#cat-images .grid .grid-item p.format-list a:last-child .comma {
  display: none;
}

#cat-images .grid .grid-item .prod-links {
  margin-top:10px;
  display: none;
}

#cat-images .grid .grid-item .prod-links .stream-store-btn {
  display: inline-block;
  overflow: hidden;
  width: 84px;
  margin: 2px 5px 2px 0px;
  vertical-align: middle;
}

#cat-images .grid .grid-item .prod-links .buy-store-btn {
  display: inline-block;
  overflow: hidden;
  width: 90px;
  margin: 2px 5px 2px 0px;
  vertical-align: middle;
}

#cat-images .grid .grid-item .prod-links .buy-store-btn-pre {
  display: inline-block;
  overflow: hidden;
  width: 105px;
  margin: 2px 5px 2px 0px;
  vertical-align: middle;
}

#cat-images .grid .grid-item .prod-links .stream-store-btn .btn-txt-inner {
  position: relative;
  transform: translateX(-74px);
  transition: all 230ms ease;
}

#cat-images .grid .grid-item .prod-links .stream-store-btn:hover .btn-txt-inner {
  transform: translateX(-2px);
}

#cat-images .grid .grid-item .prod-links .buy-store-btn .btn-txt-inner {
  position: relative;
  transform: translateX(-83px);
  transition: all 230ms ease;
}

#cat-images .grid .grid-item .prod-links .buy-store-btn:hover .btn-txt-inner {
  transform: translateX(-2px);
}

#cat-images .grid .grid-item .prod-links .buy-store-btn-pre .btn-txt-inner-pre {
  position: relative;
  transform: translateX(-100px);
  transition: all 230ms ease;
}

#cat-images .grid .grid-item .prod-links .buy-store-btn-pre:hover .btn-txt-inner-pre {
  transform: translateX(-3px);
}

#cat-images .grid .grid-item .prod-links .store-btn .btn-txt-inner {
  width: 200px;
}

#cat-images .grid .grid-item .prod-links .store-btn .btn-txt-inner-pre {
  width: 190px;
}

#cat-images .grid .grid-item .info-right {
  margin-top:20px;
}

#cat-images .grid .grid-item .prod-links p {
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}

#cat-images .grid .grid-item .prod-links a {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 5px 10px;
  border: 1px solid #000;
  border-radius: 2px;
}

#cat-images .grid .grid-item p:last-child {
  margin-bottom: 0px;
}

.featured-cat {
  text-align: center;
  width: 50%;
  position: fixed;
  height: calc(100vh - 55px);
}

.featured-cat.inactive {
  pointer-events: none;
}

.featured-cat .tr-cover {
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%) scale(.95);
  width: 90%;
  max-width: 400px;
  text-transform: uppercase;
  opacity: 0;
  transition: all .7s ease;
}

.featured-cat .tr-cover.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.tr-cover img {
  width: 100%;
  box-shadow: 0px 0px 15px 4px rgba(0,0,0,.1);
}

.tr-cover .cat-number {
  margin-top:15px;
}

.artists-dropdown {
  background: #fff;
  list-style-type: none;
  z-index: 10;
  right: 0px;
  padding: 0px;
  margin: 18px 30px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  display: none;
  text-transform: uppercase;
}

.artists-dropdown li {
  margin:8px auto;
  cursor: pointer;
}

.artists-dropdown li:first-child {
  margin-top:0px;
}

.artists-dropdown li span {
  border-bottom: 1px solid #fff;
}

.artists-dropdown li span:hover {
  border-bottom: 1px solid #000;
}

.artists-dropdown li span.active {
  border-bottom: 1px solid #000;
}

/** release styles **/

#release-template {
  min-height: calc(100vh - 235px);
  display: table;
  width: 100%;
}

.release-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 60px auto;
  text-transform: uppercase;
  width: calc(100% - 40px);
  padding: 70px 20px 20px;
  display: table-cell;
  vertical-align: middle;
}

.release-wrap-inner {
  max-width: 1200px;
  margin: auto;
}

.buy-box.buy-active {
    border-color: #000;
    height: auto;
}

.hidden-content {
  visibility: hidden;
  opacity: 0;

}

.buy-box.buy-active .hidden-content {
  visibility: visible;
  opacity: 1;
  transition: all .5s ease-in-out;
}

.release-slider-wrap {
  position: relative;
  display: inline-block;
  width: 50%;
  vertical-align: top;
  margin-top:20px;
  margin-bottom: 40px;
}

.release-slider .flickity-slider {
  transform: none !important;
}

.gallery-open {
  text-align: center;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 10px;
}

.release-slide {
  width:100%;
  text-align: center;
  top:0;
  left: 0 !important;
  opacity: 0;
  z-index: -1;
}

.release-slide.is-selected {
  opacity: 1;
  z-index: 0
}

.release-slide img {
  margin: auto;
  width: 90%;
  max-width: 550px;
}

.release-slider .flickity-slider {
  display: flex;
  align-items: center;
}

.release-slider .flickity-viewport {
  transition: all .3s ease;
}

.release-gallery-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  background: #fff;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease;
}

.gallery-active .release-gallery-wrap {
  visibility: visible;
  opacity: 1;
}

.release-gallery-wrap .flickity-viewport {
  position: relative;
}

.release-gallery {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.release-gallery .flickity-page-dots {
  bottom:-30px;
}

.gallery-arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 23px;
  cursor: pointer;
}

.gallery-close {
  position: absolute;
  top: 18px;
  right: 28px;
  font-size: 15px;
  cursor: pointer;
}

.gallery-arrow.gallery-left {
  left:28px;
}

.gallery-arrow.gallery-right {
  right:28px;
}

.release-gallery-cell {
  width: 100%;
  height: 100%;
  position: relative;
}

.release-gallery-cell img {
  max-height: calc(100% - 100px);
  max-width: 100vw;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}

.release-gallery .flickity-page-dots .dot {
  width: 8px;
  height: 8px;
}

.release-info {
  width: calc(50% - 10px);
  margin: auto;
  display: inline-block;
  margin-bottom: 50px;
  transition: all .3s ease;
}

.release-info p {
  margin:10px auto;
}

.release-info .top-info p a {
  color:#000;
  text-decoration: none;
}

/*
.release-info .top-info p {
  font-size: 18px;
}
*/

.price-uk {
  display: block;
}

.price-us {
  display: none;
}

.price-eu {
  display: none;
}

.geoip-country-US .price-uk,
.geoip-country-US .price-eu {
  display: none;
}

.geoip-country-US .price-us {
  display: block;
}

.geoip-continent-EU .price-us,
.geoip-continent-EU .price-uk {
  display: none;
}

.geoip-continent-EU .price-eu {
  display: block;
}

.geoip-country-GB.geoip-continent-EU .price-us,
.geoip-country-GB.geoip-continent-EU .price-eu {
  display: none;
}

.geoip-country-GB.geoip-continent-EU .price-uk {
  display: block;
}


.release-info p.price {
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 0px auto;
}

.release-info p.price .price-stock {
  display: none;
}

.release-info .out_of_stock .price .price-val {
  display: none;
}

.release-info .out_of_stock .price .price-stock {
  display: block;
}

.release-info .out_of_stock .hidden-content {
  display: none;
}

.release-info p.stream-arrow {
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 0px auto;
  font-size: 14px;
}

.release-info-inner {
  margin: 25px auto;
  position: relative;
  width: 90%;
}

.buy-box {
  border:1px solid #ccc;
  margin:8px auto;
  padding: 13px 20px;
  border-radius: 2px;
  cursor: pointer;
  transition: all .5s ease;
  width: calc(90% - 40px);
  height: 40px;
  overflow:hidden;
}

.buy-box:hover {
  border:1px solid #000;
}

.stream-link {
  color:#000;
  text-decoration: none;
}

.release-info-inner.buy-box:hover {
  cursor: pointer;
}

.release-info-inner.buy-box:focus {
  outline:2px solid #000;
}

.buy-box-wrap a {
  color:#000;
  text-decoration: none;
}

.prodlink {
  text-align: left;
  position: relative;
}

.release-info .prod-description {
  margin:20px auto;
  line-height: 25px;
}

.release-wrap .prod-description.release-about-text p {
  text-transform: none;
  letter-spacing: 0px;
}

.release-wrap .prod-description.release-about-text a {
  color:#000;
}

.prod-description li {
  margin:8px auto;
}

.prodlink .buy {
  color: #fff;
  border: 1px solid #000;
  border-radius: 2px;
  text-decoration: none;
  background: #000;
  padding: 6px 15px 6px;
  margin: 0px 0px 10px;
  display: inline-block;
}

.buy-uk {
  display: inline-block;
}

.buy-us {
  display: none;
}

.buy-eu {
  display: none;
}

.geoip-country-US .buy-uk,
.geoip-country-US .buy-eu {
  display: none;
}

.geoip-country-US .buy-us {
  display: inline-block;
}

.geoip-continent-EU .buy-us,
.geoip-continent-EU .buy-uk {
  display: none;
}

.geoip-continent-EU .buy-eu {
  display: inline-block;
}

.geoip-country-GB.geoip-continent-EU .buy-us,
.geoip-country-GB.geoip-continent-EU .buy-eu {
  display: none;
}

.geoip-country-GB.geoip-continent-EU .buy-uk {
  display: inline-block;
}

.release-info .cat-number {
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right:0px;
  margin:0px auto;
}

.other {
  text-align: center;
  clear:both;
  margin-top:50px;
  border-top:1px solid #ddd;
}

.other-inner {
  margin:20px auto;
  width: 100%;
}

.other .other-title {
  padding-top:25px;
}

.other ul {
  padding:0px;
  margin:10px;
  list-style: none;
}

.other ul li {
  display: inline-block;
  vertical-align: top;
  margin: 20px;
  width: calc(25% - 40px);
  text-align: left;
}

.other ul li .grid-info {
  margin-top:15px;
}

.other ul li .prod-links {
  margin-top:10px;
}

.other ul li .prod-links p {
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}

.other ul li .prod-links a {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 5px 10px;
  border: 1px solid #000;
  border-radius: 2px;
}

.other ul li p {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  margin: 5px auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.other ul li img {
  width: 100%;
}

.more-btn {
  padding:5px 10px;
  border:1px solid #000;
  cursor: pointer;
  border-radius: 2px;
  display: inline-block;
  margin:10px auto;
}

.more-info {
  display: none;
}

@media screen and (max-width:1500px) {
  #cat-images .grid .grid-item {
    width: calc(25% - 47px);
  }
}

/** end artists page **/

@media screen and (min-height: 762px) and (max-width:1230px) {
  .left, .right {
    width:200px;
  }
}

@media screen and (max-height: 762px) and (max-width:1230px) {
  .left, .right {
    width:200px;
  }
}

@media screen and (max-width: 1200px) {
  .video-nav .nav-cell {
    width:calc(25% - 40px);
    margin:20px;
    position: relative;
  }
  .show-nav .down-btn {
    bottom:15vw;
  }
  .show-nav .featured-text {
    bottom:calc(15vw + 15px);
  }
}

@media screen and (max-width:1100px) {
  #cat-images .grid .grid-item {
    width: calc(33.33% - 47px);
  }
}

@media screen and (max-width: 1000px) {
  .video-nav .nav-cell {
    width: calc(33.3% - 40px);
    margin: 20px;
    position: relative;
  }
  .show-nav .down-btn {
    bottom: 21vw;
  }
  .show-nav .featured-text {
    bottom: calc(20vw + 20px);
  }
  .artist-video {
    height:500px;
  }
  .artist-release {
    height: 500px;
    background-size: auto 400px !important;
  }
  .artist-image-block {
    height: 500px;
  }
}

@media screen and (max-width:930px) {
  .cover {
    height: auto;
    min-height: auto;
    max-width: calc(90% - 60px);
    max-height: calc(100vh - 200px);
  }
  .left {
    display: block;
    margin:15px auto;
    width: calc(90% - 60px);
    display: none;
  }
  .right {
    display: block;
    width: calc(90% - 60px);
    margin:16px auto;
    display: none;
  }
  #home-nav .hidden-menu {
    display: none;
  }
  .right p {
    display: inline;
    margin:0px 5px;
  }
  .dash {
    display: none;
  }
  .left p {
    display: block;
    margin: 5px auto;
  }
  .right select,
  .select2-container {
    display: none;
  }
  .right p.buy {
    display: none;
  }
  .carousel-nav .nav-cell {
    margin:0 15px;
    width:100%;
  }
  .carousel-nav .nav-cell .nav-inner {
    width: auto;
  }
  .flickity-prev-next-button.previous {
    left:10px;
  }
  .flickity-prev-next-button.next {
    right:10px;
  }
  .basket-text {
    display: none;
  }
  #basket .mobile-icon {
    display: inline-block;
    margin-left:10px;
  }
  .mobile-icon.hidden {
    display: none;
  }
  .close-btn.show {
    display: inline-block;
    margin-left:10px;
  }
  .flickity-prev-next-button {
    top: calc(50% - 14px);
  }
  footer .footer-column,
  footer .footer-column:last-child {
    display: block;
    text-align: left;
    margin-bottom: 40px;
    width: calc(100% - 60px);
  }
}

@media screen and (max-width:900px) {
  .artist-info .artist-name,
  .artist-info .artist-links {
    float:none;
  }
  .artist-image {
    height: auto;
  }
  .artist-image-featured {
    height: auto;
  }
  #artist-carousel .section {
    padding:40px 0px;
  }
  .artist-video {
    height: 400px;
  }
  .artist-release {
    height: 400px;
    background-size: auto 300px !important;
  }
  .artist-image-block {
    height: 400px;
  }
  .artist-down {
    display: none;
  }
}

@media screen and (max-width:800px) {
  #cat-images .grid .grid-item > a {
    margin-bottom: 10px;
  }
  .release-slider-wrap {
    width: 100%;
    float:none;
    display: block;
    margin-top:0px;
    margin-bottom: 0px;
  }
  .release-info {
    width: 100%;
    border-left:0px;
    float: none;
    display: block;
    margin-top:0px;
  }
  .release-info-inner {
    margin:25px auto;
  }
  .main-header .home-link {
    position: relative;
    left: 50%;
    margin: 18px 0px;
    margin-left:-46px;
  }
  .main-header .basket-icon {
    right:auto;
    left:0px;
  }
  .main-header .basket-icon .user-fa {
    display: none;
  }
  .main-header .mobile-menu-icon {
    display: block;
  }
  .main-navigation {
    display: none;
  }
  .main-navigation.menu-active {
    display: block;
    background: #fff;
    padding-top:18px;
  }
  .menu-main-menu-container {
    height: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    width: 100%;
    max-height: calc(100% - 55px);
  }
  .main-header.mobile-header-active {
    border-bottom: 0px;
  }
  .main-header.mobile-header-active #home-nav #menu-main-menu {
    border-top:1px solid #000;
  }
  #home-nav #menu-main-menu > .menu-item {
    display: block;
    /* width: 100%; */
    margin: 0px;
    padding: 20px 30px;
    border-bottom: 1px solid #000;
    text-align: left;
    background: #fff;
  }
  #home-nav #menu-main-menu > .menu-item .dropdown-toggle {
    position: absolute;
    right:25px;
    padding:5px;
    margin-top:-5px;
  }
  #home-nav #menu-main-menu > .menu-item .dropdown-toggle:after {
    content: '\f078';
  }
  #home-nav #menu-main-menu > .menu-item .dropdown-toggle.toggled-on:after {
    content: '\f077';
  }
  #home-nav #menu-main-menu > .menu-item .sub-menu {
    padding:0px;
    width: auto;
    position: relative;
    border:none;
    margin-top:10px;
    padding-left:20px;
  }
  #home-nav #menu-main-menu > .menu-item .sub-menu > li {
    margin:0px;
    text-align: left;
    display: block;
    padding:10px 0px;
  }
  #home-nav #menu-main-menu > .menu-item .sub-menu > li:before {
    content: "-";
    text-indent: 5px;
  }
  #home-nav #menu-main-menu > .menu-item .sub-menu .dropdown-toggle {
    right: -5px;
    padding: 5px;
  }
  /*
  .main-navigation.menu-active {
    display: block;
    position: fixed;
    width: 100%;
    height: calc(100% - 55px);
    top: 55px;
    left: 0;
    background: #fff;
  }
  #home-nav #menu-main-menu > .menu-item {
    margin:0px;
    width: 50%;
    height: 50%;
    position: absolute;
  }
  #home-nav #menu-main-menu > .menu-item:first-child {
    left:0;
    top:0px;
  }
  #home-nav #menu-main-menu > .menu-item:nth-child(2) {
    left:calc(50% + 1px);
    top:0px;
  }
  #home-nav #menu-main-menu > .menu-item:nth-child(3) {
    left:0;
    top:50%;
  }
  #home-nav #menu-main-menu > .menu-item:nth-child(4) {
    left:calc(50% + 1px);
    top:50%;
  }
  #home-nav #menu-main-menu > .menu-item:nth-child(odd) {
    border-right:1px solid #000;
    border-bottom:1px solid #000;
  }
  #home-nav #menu-main-menu > .menu-item:nth-child(even) {
    border-right:0px solid #000;
    border-bottom:1px solid #000;
  }
  #home-nav #menu-main-menu > .menu-item a {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
  }
  */
}


@media screen and (max-width:750px) {
  .artist {
    width: 100%;
    float:none;
  }
  .artist .artists-image {
    height: 250px;
  }
  .artist-video {
    height: 250px;
  }
  .artist-release {
    height: 250px;
    background-size: auto 100% !important;
  }
  .artist-image-block {
    height: 250px;
  }
}

@media screen and (max-width:740px) {
  .other ul li {
    width: calc(50% - 40px);
    margin:20px;
  }
}

@media screen and (max-width:700px) {
  .artists-dropdown {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  #cat-images .grid {
    margin:0px 20px;
  }
  #cat-images .grid .grid-item img {
    margin-bottom: 5px;
  }
  #cat-images .grid .grid-item {
    padding:0px;
    margin:10px;
    width: calc(100% - 20px);
  }
  .artist .artists-image {
    height: 200px;
  }
  .video-nav .nav-cell {
    width: calc(50% - 40px);
  }
  .show-nav .down-btn {
    bottom: 33vw;
  }
  .show-nav .featured-text {
    bottom: 35vw;
  }
  #cat-menu li {
    display: block;
    float: none;
    text-align: left;
    margin:5px auto;
    border-bottom: 1px solid #fff;
  }
  #cat-menu .filter-btns .artists-btn {
    float: none;
    text-align: left;
  }
  .right .btn-home {
    margin: 5px 2px;
    display: inline-block;
  }
}


@media screen and (max-width:600px) {
  .play-icon {
    width: 40px;
  }
  #events-table td:first-child {
    display: none;
  }
  #events-table tr td:nth-child(2) {
    padding-left:0px;
  }
  #events-table td:nth-child(3) {
    display: none;
  }
  .down-btn {
    right:20px;
    transform: translateX(0);
    left:auto;
  }
  #catalogue-table td:last-child,
  #catalogue-table th:last-child {
    display: none;
  }
  #catalogue-table td:nth-child(3),
  #catalogue-table th:nth-child(3) {
    padding-right: 20px;
  }
  #table-wrap {
    width: 100%;
  }
  .artists-btn {
    display: none;
  }
  .play-icon:hover {
    animation: none;
  }
}
