.signin {
  display: inline-block;
}

.signin h2 {
  font-size: 12px;
  background: #277a80;
  margin: 10px 0px 8px 0px;
  padding: 4px 10px 3px 10px;
  color: #f7f8f3;
  border-radius: 2px;
  font-weight: 400;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.viewbasket {
  display: inline-block;
}

.viewbasket h2 {
  font-size: 12px;
  background: #277a80;
  margin: 0px auto;
  padding: 4px 10px 3px 10px;
  color: #f7f8f3;
  border-radius: 2px;
  font-weight: 400;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.artst-fltrs {
  background: #277a80;
  padding: 20px 0px;
  display: none;
  width: 100%;
  z-index: 2;
  position: relative;
  padding-bottom: 30px;
}

.artst-fltrs button:first-child {
  margin:0;
}

.artst-fltrs button {
  background: transparent;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  outline: 0px;
  opacity: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  padding: 1px 0px;
  margin: 5px 0px;
  border-radius: 0px;
  border-bottom: 2px solid #277a80;
  height: auto;
  line-height: 20px;
  font-size: 12px;
  display: block;
  text-align: left;
  cursor: pointer;
}

.artst-fltrs button.is-checked {
	text-decoration: underline;
}

.artst-fltrs button:hover {
	text-decoration: underline;
}

.innr-btns {
	width: 90%;
	max-width: 990px;
	margin:auto;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}

.artst-drpdwn-container.opn {
  z-index: 2;
}

.artst-drpdwn-container ul {
  list-style-type: none;
  padding:0px;
  text-align: center;
  margin:10px 0px;
}

.artst-drpdwn-container ul li {
  display: inline-block;
  margin:auto;
  text-transform: uppercase;
  font-family: "proxima-nova",sans-serif;
  font-size: 14px;
  color: #277a80;
  margin: 0px 10px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 5px 10px;
  opacity: 1;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}

.artst-drpdwn-container ul li a {
  text-decoration: none;
}

.artst-drpdwn-container ul li:hover {
  opacity: .7;
}

.artst-drpdwn-container ul li:first-child {
  margin-left:20px;
}

.artst-drpdwn .plus {
  position: absolute;
  margin-left:-20px;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.artst-drpdwn .plus.active {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.button {
  border:0px;
  outline:0px;
}

.artst-drpdwn .upcarat {
	display: none;
}

.artst-drpdwn.drpdwn-opn .dwncarat {
  display: none;
}

.artst-drpdwn.drpdwn-opn .upcarat {
	display: inline-block;
}

.upcarat, .dwncarat {
	font-size: 20px;
}

.artst-drpdwn.drpdwn-opn .fa-caret-down {
	display: none;
}

.ftrd {
	background: #e5e5e5;
	padding:15px 0px;
  margin: 0px 10px 50px 10px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  width: 95%;
  max-width: 1000px;
  margin:auto;
  margin-bottom: 20px;
}

.ftrd h2 {
  font-weight: 400;
  font-size: 20px;
  margin: 0px auto;
  letter-spacing: 1px;
  margin:0px;
}

.ftrd .featured-list {
  text-align: center;
}

.ftrd .featured-list li a p {
  text-align: left;
}

.store-wrap {
  width: 95%;
  max-width: 1000px;
  margin: auto;
}

.featured-inner {
  width: calc(33.3% - 30px);
  display: inline-block;
  margin: 15px;
  opacity: 1;
  float: left;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}

.featured-inner:hover {
  opacity: .7;
}

.featured-info a {
  color:#000;
  text-decoration: none;
}

.featured-info a p {
  text-align: left;
  margin:0px auto;
}

.featured-inner a img {
  width: 100%;
}

.packshot-wrapper {
  position: relative;
}

.featured-title.ftrd-ttl {
	text-align: center;
  margin-top:0px;
}

.ftrd-release {
  display: inline-block;
  width:calc(33.33% - 20px);
}

#featured-section .featured-title.ftrd-ttl {
  margin:auto;
  margin-bottom:25px;
}

.release-wrap {
  display: inline-block;
  width: calc(25% - 23px);
  margin:10px;
  vertical-align: top;
}

.store-packshot {
  width: 100%;
  height: auto;
}

/** single release **/

.rls-nfo {
  padding:20px;
  width: calc(100% - 40px);
  background: #e5e5e5;
}

.albm-cvr {
  width: 350px;
  height: auto;
  margin-bottom: -6px;
  display: inline-block;
}

.albm-cvr img {
  width: 100%;
  height:auto;
}

.nfo-txt {
  display: inline-block;
  vertical-align: top;
  margin-left:18px;
  max-width: 350px;
  width: 100%;
  font-size: 16px;
}

.nfo-txt h2 {
  font-weight: 400;
  margin:0 auto;
  margin-bottom:10px;
  letter-spacing: 0px;
}

.nfo-txt h3 {
  font-weight: 400;
  margin:0 auto;
  letter-spacing: 0px;
  line-height: 27px;
}

.album_description {
  background: #e5e5e5;
  padding:20px;
  width: calc(100% - 40px);
  margin-top:20px;
  margin-bottom:20px;
}

.tracklist {
  background: #e5e5e5;
  padding:20px;
  width: calc(100% - 40px);
  margin-top:20px;
  margin-bottom:20px;
}

.album-images {
  text-align: center;
}

.album-images ul {
  padding:0px;
  list-style: none;
  margin:0x auto;
}

.press-post {
  background: #e5e5e5;
  padding:20px;
  width: calc(100% - 40px);
  margin-top:20px;
  margin-bottom:20px;
  height: 250px;
}

.press-post img {
  width: 100%;
  height: auto;
  max-width: 600px;
}

.presspost-title {
  font-size: 25px;
  text-transform: uppercase;
  color:#000;
  text-decoration: none;
}

.presspost-title h2 {
  font-weight: 400;
  margin: 20px auto;
  margin-top: 5px;
  font-size: 20px;
  line-height: 25px;
}

.pressthumb {
  width: 400px;
  height: 250px;
  background-size: 100%;
  display: inline-block;
  float: left;
}

.pressinfo {
  width: calc(100% - 425px);
  display: inline-block;
  float: left;
  margin-left: 25px;
}

.press-content {
  color:#000;
  text-decoration: none;
}

.press-content:hover {
  text-decoration: underline;
}

.clear {
  clear: both;
}

.album-name {
  line-height: 18px;
}

.artist-name a,
.artist-name a:hover,
.album-name a,
.album-name a:hover {
  color:#222;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
}

.album-name a {
  font-style: italic;
}

.cart {
  font-weight: 400;
  border-bottom:1px solid;
  display: inline-block;
}

.cart a,
.cart a:hover {
  text-decoration: none;
  color:#222;
}

.addcart {
  display: inline-block;
}

.addcart a {
  text-decoration: none;
  padding: 6px 10px;
  letter-spacing: .7px;
  background: #222;
  color: #f7f8f3;
  border-radius: 2px;
  text-decoration: none;
  cursor: pointer;
}

.footer-signup {
  margin:22px auto;
}

.footer-signup p {
  font-weight: 300;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  margin: 5px auto;
  letter-spacing: .5px;
}

.footer-signup #email-input {
  width: 212px;
  background: #ccc;
}

.footer-signup #submit-btn {
  background: #ccc;
}

.site-footer.newfooter {
  height: 200px;
}

.buybtn {
  display: inline-block;
  color:#f7f8f3;
  background: #222;
  padding:5px 15px;
  border-radius: 3px;
  letter-spacing: .3px;
  outline:0px;
}

.buybtn a {
  color:#f7f8f3;
  text-decoration: none;
}

.alum-links {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 7px);
  text-align: center;
  background: rgba(0,0,0,.8);
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.alum-inner {
  position: absolute;
  top:50%;
  transform:translateY(-50%);
  width: 100%;
  left:0;
}

.store-wrap .alum-links.nowhere {
  display: none;
}

.singleinfo .eu-only,
.singleinfo .us-only {
  width: auto;
  margin-top:0px;
  text-align: left;
}

.singleinfo .cart-uk,
.singleinfo .cart-us {
  display: inline-block;
  color:#f7f8f3;
  background: #222;
  padding:5px 15px;
  border-radius: 3px;
  letter-spacing: .3px;
  outline:0px;
  font-size: 13px;
  border:0px;
  margin:15px auto;
}

.usstore .uk_only .cart-btn,
.ukstore .us_only .cart-btn,
.usstore .uk_only .buybtn,
.ukstore .us_only .buybtn {
  display: none;
}

.usstore .worldwide .eu-only,
.usstore .us_only .eu-only {
  display: none;
}

.usstore .uk_only .eu-only {
  display: block;
}

.ukstore .us_only .us-only {
  display: block;
}

.malum-links {
  display: none;
}

.malum-links a {
  text-decoration: none;
  color:#000;
}

.malum-links .cart-btn {
  color:#000;
  text-align: left;
  margin:5px 0px;
}

.malum-links .cart {
  margin:5px 0px;
}

.release-wrap:hover .alum-links {
  opacity: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.alum-links p {
  color:#fff;
}

.alum-links p a {
  color:#fff;
}

.alum-links p a:hover {
  color:#fff;
}

.singlestore,
.singlestore-us,
.singlestore-uk,
.cartframe,
.loginframe {
  position: fixed;
  top:28px;
  z-index: 10;
  left:5%;
  width: 90%;
  height: calc(100% - 20px);
  border:0px;
  box-shadow: 0px 0px 300px rgba(0,0,0,1);
  visibility: hidden;
  opacity: 0;
  transform:scale(.3);
  -webkit-transition: all 300ms cubic-bezier(0.250, 0.710, 0.575, 0.995);
  -moz-transition: all 300ms cubic-bezier(0.250, 0.710, 0.575, 0.995);
  -o-transition: all 300ms cubic-bezier(0.250, 0.710, 0.575, 0.995);
  transition: all 300ms cubic-bezier(0.250, 0.710, 0.575, 0.995);
}

.singlestore.popup,
.singlestore-us.popup,
.singlestore-uk.popup,
.cartframe.popup,
.loginframe.popup {
  visibility: visible;
  opacity: 1;
  transform:scale(1);
  -webkit-transition: all 400ms cubic-bezier(0.185, 0.705, 0.575, 0.995);
  -moz-transition: all 400ms cubic-bezier(0.185, 0.705, 0.575, 0.995);
  -o-transition: all 400ms cubic-bezier(0.185, 0.705, 0.575, 0.995);
  transition: all 400ms cubic-bezier(0.185, 0.705, 0.575, 0.995);
}

.frameclose {
  font-size: 40px;
  color: #277a80;
  position: fixed;
  z-index: 11;
  top: 0px;
  right: calc(5% - 14px);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}

.frameclose.popup {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}

.cart-btn,
.cart-uk,
.cart-us {
  font-weight: 400;
  display: inline-block;
  cursor: pointer;
  border:0px;
  outline:0px;
  border-bottom: 1px solid;
  color:#fff;
  background: transparent;
  padding:5px 0px;
  display: block;
  margin:auto;
  text-align: center;
  font-size: 15px;
}

.malum-links .cart-btn,
.malum-links .cart-uk,
.malum-links .cart-us {
  color:#000;
  text-align: left;
  margin: 0px;
}

.eu-only,
.us-only {
  display: none;
  width: 90%;
  margin: auto;
}

.malum-links .eu-only,
.malum-links .us-only {
  display: none;
  width: auto;
  margin:0px auto;
}

.storemenu {
  position: absolute;
  right: 10px;
  top:45px;
  text-align: right;
}

/** code styles **/

#header_live {
  font-size: 25px;
}

#codeform {
  margin-bottom: 30px;
}

#codeform input {
  padding:5px 10px;
}

#codeform h3 {
  font-size: 16px;
  font-weight: 400;
}

#help {
  margin-bottom: 250px;
}

.main-gallery div {
  display: inline-block;
  width: calc(25% - 13px);
  margin:5px;
}

.main-gallery img {
  width:100%;
}

@media screen and (max-width: 1000px) {
  .main-gallery div {
    width:calc(33% - 13px);
  }
  .rls-nfo {
    width: calc(100% - 40px);
  }
  .album_description {
    width: calc(100% - 40px);
  }
  .tracklist {
    width: calc(100% - 40px);
  }
  .featured-inner {
    width: calc(32% - 30px);
  }
  .alum-links {
    font-size: 13px;
  }
  .cart-btn, .cart-uk, .cart-us {
    font-size: 13px;
  }
}

@media screen and (max-width: 800px) {
  .release-wrap {
    width: calc(33.3% - 23px);
  }
  .innr-btns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .press-post {
    height: auto;
  }
  .pressthumb {
    width: 100%;
    display: block;
    float: none;
  }
  .presspost-title h2 {
    margin-top:20px;
  }
  .pressinfo {
    width: 100%;
    display: block;
    margin-left:0px;
    float: none;
  }
}

@media screen and (max-width: 705px) {
  .albm-cvr {
    width: 100%;
    height: auto;
  }
  .nfo-txt {
    margin:0px;
    margin-top:20px;
    width: 100%
  }
  .featured-inner {
    width: calc(50% - 30px);
  }
  .innr-btns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media screen and (max-width: 600px) {
  .main-gallery div {
    width:calc(50% - 13px);
  }
  .release-wrap {
    width: calc(50% - 13px);
  }
  .featured-inner {
    width: calc(100% - 30px);
  }
  .alum-links {
    display: none;
  }
  .malum-links {
    display: block;
    font-size: 14px;
  }
  .release-wrap {
    margin:5px;
  }
  .innr-btns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .frame-wrapper {
    display: none;
  }
}
