html, body {
	overflow-x:hidden;
}

#signup-footer {
	text-align: center;
	margin: 50px auto 0px;
	padding-bottom: 50px;
}

#signup-footer p {
 font-size: 15px;
}

#signup-footer .g-recaptcha div {
	margin:auto;
}

#signup-footer .email-input {
	width: 290px;
	padding: 5px;
	border-radius: 2px;
	font-size: 12px;
	border: 1px solid #aaa;
	margin: 5px auto;
}

#signup-footer .subscribe-btn {
	width: 306px;
	padding: 5px;
	border-radius: 2px;
	font-size: 12px;
	border: 1px solid #aaa;
	margin: 5px auto;
}

body {
	color: #2b2b2b;
	font-family: "proxima-nova",sans-serif;
	font-size: 15px;
	line-height: 1.6;
	font-weight: 400;
	-webkit-appearance: none;
	background: #f5f5f5;
	-webkit-overflow-scrolling: touch;
	min-width: 365px;
	margin:0 auto;
}

body a {
	color: #277a80;
}

.lBox {
	text-decoration: none;
}

.no-lBox {
	text-decoration: none;
}

/*
#main {
	width: 95%;
	max-width: 1000px;
	margin:auto;
}
*/

.homenote {
    background: #ddd;
    text-align: center;
    position: relative;
    margin-top: 20px;
    width: 95%;
    max-width: 1000px;
    margin: 20px auto;
}

.homenote p {
  font-size: 15px;
  padding: 10px 0px;
  margin: 0px auto;
  width: 88%;
  font-weight: 600;
}

.closenote {
  font-size: 20px;
  color: #555;
  position: absolute;
  left: 12px;
  top: 6px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition:all .2s ease;
  -moz-transition:all .2s ease;
  transition:all .2s ease;
}

.closenote:hover {
	opacity: .7;
}

.site-title {
	float: left;
	font-size: 18px;
	font-weight: 700;
	line-height: 48px;
	margin: 0;
	margin-left:4px;
	/* Nav-toggle width + search-toggle width - gutter = 86px */
	max-width: -webkit-calc(100% - 86px);
	max-width:         calc(100% - 86px);
}

.site-title a,
.site-title a:hover {
	color: #fff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.site-title svg {
	width: 162px;
  height: auto;
  cursor: pointer;
  margin-left: -11px;
  top: 15px;
  margin-top: 15px;
  position: relative;
}

.site-title:hover {
	background-position: 0px 0px;
	transition: background-position 230ms ease-in-out;
}

#site-header {
	position: relative;
	z-index: 3;
}

.site-header {
	border-bottom: 12px solid #277a80;
	position: relative;
	width: 100%;
	z-index: 4;
	background-color: #f7f8f3;
	height: 116px;
}

.header-main {
	margin: 0 auto;
	padding-left:10px;
	padding-right:10px;
	position: relative;
}

.site-title {
	float: left;
	font-size: 18px;
	font-weight: 700;
	line-height: 48px;
	margin: 0;
	margin-left:4px;
	/* Nav-toggle width + search-toggle width - gutter = 86px */
	max-width: -webkit-calc(100% - 86px);
	max-width:         calc(100% - 86px);
}

.site-title a,
.site-title a:hover {
	color: #fff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.site-title svg {
	width: 162px;
  height: auto;
  cursor: pointer;
  margin-left: -11px;
  top: 15px;
  margin-top: 15px;
  position: relative;
}

.site-title:hover {
	background-position: 0px 0px;
	transition: background-position 230ms ease-in-out;
}

.menu-main-menu-container {
	margin-top:5px;
	display: inline-block;
}

.nav-menu a:hover {
	color:#f7f8f3;
	background: #277a80;
}

#primary-navigation {
  margin-top: 80px;
  position: absolute;
  width: calc(100% - 190px);
  max-width: 830px;
  margin-left: 170px;
}

#primary-navigation.toggled-on {
	position: fixed;
	top:0px;
}

.closemenu {
	position: absolute;
	font-size: 30px;
	color:#277a80;
  top: 5px;
  right: 15px;
  display: none;
  cursor: pointer;
}

.bars {
	position: fixed;
  font-size: 26px;
  color: #277a80;
  top: 5px;
  right: 15px;
  display: none;
  cursor: pointer;
}

#menu-main-menu {
	padding:0px;
	margin:0 auto;
	list-style-type: none;
}

#menu-main-menu li {
	display: inline-block;
	margin:0px;
}

#menu-main-menu li a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .5px;
	font-size: 14px;
  padding: 8px 10px;
  padding-bottom: 12px;
  border-radius:3px;
}

.homefeatured {
  width: 95%;
  background: #ddd;
  margin-bottom: 25px;
  padding: 10px 0px;
  max-width: 1000px;
  margin: 20px auto;
}

.homefeatured ul {
  list-style-type: none;
}

.homefeatured ul li {
  display: inline-block;
}
.homefeatured h2 {
	text-align: center;
	text-transform: uppercase;
  margin: 10px 0px;
  font-size: 20px;
}
.homefeatured h2 a {
	text-align: center;
	font-weight: 400;
	letter-spacing: 1px;
  letter-spacing: 1px;
  color:#000;
  text-decoration: none;
}

.featured_artist_name {
	font-weight: 700;
	margin-top: 311px;
	margin-bottom: 10px;
}

.header-main {
	height: 116px;
	max-width: 1000px;
	margin:auto;
}

.featured_artist_name {
	font-weight: 700;
	margin-top: 311px;
	margin-bottom: 10px;
}

.release-block {
	margin:0 auto;
	width: calc(50% - 20px);
}

#featured-section {
	text-align: center;
	margin-bottom: 50px;
	font-weight: 400;
	text-transform: uppercase;
}

#featured-section h2 {
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
}

#featured-section .featured-title {
	margin-bottom:10px;
}

.featured-title {
	text-align: center;
	font-weight: 400;
	margin-bottom:20px;
	padding:0px 20px;
	font-size: 22px;
	line-height: 27px;
}

.featured-list {
	list-style-type: none;
	padding:0px;
	margin:0px auto;
	padding:0px 10px;
}

.featured-list li {
	display: inline-block;
	width: calc(33.3% - 20px);
	position: relative;
	float: left;
	margin:10px;
	opacity: 1;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

.featured-list li:hover {
	opacity: .7;
}

.featured-list li img {
	width: 100%;
	height: auto;
}

.featured-list li a {
	color:#000;
	text-decoration: none;
}

.featured-list li a p {
	margin:5px auto;
	line-height: 18px;
	font-size: 13px;
	text-transform: uppercase;
}

.featuredalbum {
	font-style: italic;
}

#featured-section .featured-title2 {
	margin-top:15px;
	font-size: 18px;
	margin-bottom: 20px;
}

.store-wrap .featured-title {
	margin-bottom:25px;
}

.img-wrapper {
	position: relative;
}

.storeitem-overlay {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	opacity: 0;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
}

.storeitem-overlay:hover {
	opacity: 1;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
}

.item-moreinfo {
	color:#fff;
	text-align: center;
	position: absolute;
	top:50%;
	left:50%;
	margin-top:-16px;
	margin-left:-51px;
	text-decoration: none;
	padding:3px 8px;
	border:1px solid #fff;
	border-radius: 3px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
}

.item-moreinfo:hover {
	color:#fff;
	text-decoration: none;
}

.entry-content .p1 {
	margin-top:0px;
}

.entry-content .p2 {
	margin-top:10px;
}

.overlay-links a {
  margin: 0px 10px;
  text-decoration: none;
  border: 1px solid;
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
}

#storelightbox {
	position: absolute;
	top:0;
	left:0;
	width: 120%;
	height: 100%;
	display: none;
	z-index: 7;
	overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.overlay-links h2 {
	margin-top:10px;
	margin-bottom:12px;
}

.featured-release img {
	width: 100%;
}

#storelightbox.popupload {
	display: block;
	z-index: 5;
}

.close-lightbox {
	position: fixed;
	top:10px;
	right: 15px;
	z-index: 6;
	display: none;
	color:#277a80;
	font-weight: 600;
	cursor: pointer;
}

#page.iframeloaded {
	overflow: hidden;
}

.close-lightbox.showclose {
	display: block;
}

.featured-release {
	display: inline-block;
	width: 100%;
	position: relative;
}

.featured-overlay {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	font-weight: 400;
}

.featured-overlay:hover {
	opacity: 1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.overlay-links {
  color: #fff;
  /* display: table-cell; */
  /* vertical-align: middle; */
  /* top: 50%; */
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -50px;
}

.overlay-links a {
	color:#fff;
	letter-spacing: 1px;
}

.mobile-buttons {
	display: block;
}

.mobile-btn button {
	color:#fff;
	background: #222;
}

.featured-overlay {
	display: none;
}

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

.cntctfrm_input.cntctfrm_input_name {
	margin-bottom:3px;
	margin-top:3px;
}

.cntctfrm_input.cntctfrm_input_email {
	margin-bottom:3px;
	margin-top:3px;
}

.cntctfrm_input.cntctfrm_input_subject {
	max-width:100%;
	margin-bottom:3px;
	margin-top:3px;
}

.cntctfrm_input.cntctfrm_input_message {
	max-width:100%;
	margin-bottom:3px;
	margin-top:3px;
}

.contact_text {
	font-weight:500;
}

#cntctfrm_thanks {
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
}

.cntctfrm_contact_submit {
	background: #eee;
}

#contact_section {
	background: #ddd;
	padding: 15px;
	border-radius: 2px;
	padding-bottom: 5px;
}

/** ALBUM PREVIEW **/

#albumswrapper {
	position: relative;
	height: 500px;
}

#albums {
	left:50%;
	margin-left:-210px;
	position: absolute;
	margin-bottom:100px;
}


.album {
	position: absolute;
}

.album img {
	width:420px;
	height:420px;
	-webkit-box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.2);
}

#ct {
	margin-top:40px;
}

#ct img {
	width:420px;
	height:420px;
}

#pi {
	margin-top:20px;
	margin-left:5px;
}

#pi img {
	width:410px;
	height:410px;
}

#me {
	margin-top:0px;
	margin-left:10px;
}

#me img {
	width:400px;
	height:400px;
}

.viewreleases {
	margin-top: 484px;
	text-align: center;
}

.site-footer p {
	margin:0px auto;
}

#footer-address p {
	font-size:12px;
	text-align: left;
}

#footer-address2 p {
	font-size:12px;
	text-align: left;
}

#social {
	display: inline-block;
	float: right;
}

#social-links {
	margin-left: 124px;
	margin-top: -80px;
	display: none;
}

.social-icon {
	width: 27px;
	height: 27px;
	margin: 4px;
}

#social2 {
	float: left;
	width: 160px;
	font-size: 12px;
	margin-top: 78px;
	margin-left: 7px;
}

#social a {
	padding: 0px;
	font-size: 11px;
	display: inline-block;
}

#social i {
  font-size: 20px;
  color: #277A80;
  margin-left: 8px;
  margin-top: 5px;
}

#social i:hover {
	color: #2B8C93;
}

#social a {
	padding: 0px;
	font-size: 11px;
	display: inline-block;
}

#social2 i {
	font-size: 2.2em;
	color: #277A80;
	margin-left: 5px;
}

#social2 i:hover {
	color: #2B8C93;
}

.wpcf7 {
	line-height: 30px;
}

#enteremail {
	width:65%;
	padding: 9px 6px 6px 8px;
	border: 2px solid #aaa;
	height: 30px;
	-webkit-appearance: none;
}

#enteremail:focus {
	border: 2px solid #aaa;
}

#submitbtn {
	background: none;
	border: none;
	color: #555;
	font-size: 13px;
	border-radius: 10px;
	opacity: 1;
	transition: opacity 230ms;
	cursor: pointer;
	border-radius: 3px;
	position: relative;
	margin-left: 4px;
	margin-top: -30px;
	letter-spacing: .4px;
	height: 30px;
	padding: 5px 10px;
	background: #ddd;
	float: right;
	width:32%;
}


#label-links {
	float: none;
	margin-top: 20px;
	text-align: center;
}

.label-icon {
	width: 40px;
	height: auto;
	margin: 6px;
	opacity: 1;
}

.label-icon:hover {
	opacity: .7;
}

.beggars-icon {
	width: 64px;
	height: auto;
	margin-top:-2px;
	position: relative;
  top: 7px;
  margin-right:10px;
}

.beggars-icon:hover {
	opacity: 0.7;
}

.fourad {
	width:54px;
}

.matador {
	width:52px;
}

/** LABELS PAGE **/

.label-block {
	margin-bottom:20px;
	display: block;
	height:100px;
}

.labels-bio {
	display: inline-block;
	float:right;
}

.labels-img {
	display: inline-block;
	float:left;
	position: relative;
	left:50%;
}

.fad-block {
}

#fad-img {
	margin-top:5px;
	margin-left:-50px;
}

.fad-bio {
	margin-bottom:20px;
}

.matador-block {
	margin-top:-30px;
}

#matador-img {
	margin-left:-50px;
}

.matador-bio {
	margin-bottom:25px;
}

#roughtrade-img {
	margin-left: -45px;
	margin-bottom:3px;
	margin-top: 28px;
	margin-left: -45px;
}

.roughtrade-bio {
	margin-bottom:20px;
}

#xl-img {
	margin-left:-43px;
	margin-bottom:3px;
}

.xl-bio {
	margin-bottom:25px;
}

.youngturks-block {
	height:50px;
	margin-top:-12px;
}

#youngturks-img {
	margin-left: -42px;
	margin-bottom:5px;
	margin-top: -12px;
}

.youngturks-bio {
	width:100%;
}

#beggarsbanquet-img {
}

.banquet-bio {
	margin-bottom:30px;
}

#banquet-img {
	margin-top: 22px;
	margin-left: -50px;
	margin-bottom:4px;
}

.mantra-block {
	margin-bottom:30px;
}

#mantra-img {
	margin-left: -48px;
	margin-bottom: 5px;
}

.mantra-bio {'
	margin-bottom:30px;
}

.toopure-block {
	margin-bottom:30px;
}

#toopure-img {
	margin-top: 20px;
	margin-left: -54px;
	margin-bottom: 5px;
}

.toopure-bio {
	margin-bottom:30px;
}

.wiiika-block {
	margin-top:30px;
}

#wiiija-img {
	margin-top: 4px;
	margin-left: -44px;
	margin-bottom: 6px;
}

.wiiija-bio {
}

.site-footer {
  background-color: #e5e5e5;
  font-size: 12px;
  z-index: 3;
  position: relative;
  margin-top:20px;
  padding:30px 0px;
}

#mailinglist {
	margin:20px auto;
	text-align: center;
	margin-top:10px;
}

#footer-address {
	display: inline-block;
	margin:auto 10px;
}

#footer-address2 {
	display: inline-block;
	margin:auto 10px;9
}

.mailtitle {
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
	letter-spacing: .5px;
}

.footer-address p {
	margin-bottom:0;
	text-align: left;
}

.footer-sidebar {
	padding-top: 48px;
}

#supplementary + .site-info {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-info {
	margin:auto;
	text-align: center;
}

#main-content {
	margin:25px auto;
}

.clear {
	clear: both;
}
/** HIDE STUPID **/

#wpcf-marketing {
	display: none !important;
}

/** HOME SECTION **/

#sb_instagram {
	float: left;
	width: 90%;
	max-width: 300px;
	margin-left:30px !important;
	position: relative;
}

.instagram-header {
	position: absolute;
	top:0;
	width: 100%;
	font-size: 15px;
	display: none;
}

.instagram-header a {
	color:#000;
	text-decoration: none;
}

#sb_instagram .sb_instagram_header {
	display: none;
}

#sb_instagram .sb_instagram_header a {
	text-decoration: none;
	display: none;
}

#sb_instagram .sbi_follow_btn a {
	background: transparent;
	color: #555;
	width: 283px;
	margin-left: -5px;
	border-radius: 2px;
	font-size:18px;
	font-weight:500;
	letter-spacing: .6px;
	margin-top:3px;
}

#sb_instagram #sbi_images {
}

#sb_instagram #sbi_load .fa, #sb_instagram .sbi_follow_btn .fa {
	font-size: 18px
}

#sb_instagram #sbi_load {
	float:none;
	width: auto;
	position: absolute;
}

.cff-wrapper {
	float: left;
  width: calc(100% - 330px);
	margin-bottom: 10px;
	max-width: 670px;
}

a .cff-header:hover {
	opacity: .7;
}

.cff-header-text {
}

.cff-header {
	font-weight: 400;
}

.cff-header .fa {
	margin-right: 5px;
	margin-top:4px;
}

.spotify_widget {
	width: 300px;
	background: #ddd;
	margin-right: 10px;
	margin:0 auto;
	float: left;
	margin-left:30px;
	margin-top:30px;
	padding-bottom: 5px;
}

.spotify_title {
	text-align: center;
	height: 30px;
	padding: 6px 0px;
}

.fa-playlist {
	position: relative;
	margin-top: 0px;
	top: 4px;
	padding: 1px;
	margin-right: 4px;
}

.cff-header span {
	font-size: 18px;
  letter-spacing: 1px;
  position: relative;
  top: 2px;
}

.spotify_title h5 {
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 16px;
  margin: 0 auto;
  margin-top:4px;
}

.spotify_title h5 .fa {
	font-size: 25px;
}

.spotify_widget p {
	text-align: center;
  margin-bottom: 5px;
  margin-top: -5px;
}

.spotify_widget a {
	color: #222;
	text-decoration: none;
	opacity: 1;
	transition: opacity 230ms;
}

.spotify_widget a:hover {
	opacity: 0.7;
	transition: opacity 230ms;
}

.playlist_title {
	opacity: 1;
	transition: opacity 230ms;
}

.transparenttext {
	opacity: 0.7;
	transition: opacity 230ms;
}

.playlistpic{
	padding: 10px 16px;
	width: 268px;
	height: auto;
}

#yt_videos {
	position: absolute;
}

#yt_videos h6 {
	position: absolute;
	color:#222;
}


.float_wrapper {
  width: 95%;
  max-width: 1000px;
  margin: 20px auto;
}

.press-home {
	width: 960px;
  max-width: calc(95% - 40px);
  margin: 20px auto;
  padding: 20px;
  background: #e5e5e5;
}

.pressheader {
	color: #000;
  text-align: center;
  font-weight: 400;
  letter-spacing: .5px;
  font-size: 20px;
  margin: 0 auto;
  background: #e5e5e5;
  margin-bottom: 10px;
}

.press-post {
  padding: 10px;
  width: calc(50% - 22px);
  /* height: 250px; */
  background: #e5e5e5;
  display: inline-block;
  float: left;
}

.clear {
	clear:both;
}

.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: 100%;
  height: 250px;
  background-size: 100%;
  /* display: inline-block; */
  /* float: left; */
}

.pressinfo {
  width: 100%;
  margin:15px auto;
  /* display: inline-block; */
  /* float: left; */
}

.press-content {
  color:#000;
  text-decoration: none;
}

.press-content:hover {
  text-decoration: underline;
}


.youtube_wrapper {
  width: calc(95% - 30px);
  padding: 15px;
  background: #ddd;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 40px;
  max-width: 970px;
}

.youtube_wrapper a {
	color:#333;
	text-decoration: none;
}

.youtube_wrapper a h5 {
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 1px;
	margin-top:0px;
	margin-bottom: 15px;
}

.youtube_title {
	position: relative;
	float: left;
	display: none;
}

.youtube_title h5 {
	display: inline-block;
	font-weight: 500;
	letter-spacing: 1px;
}

.youtube_title a {
	color:#222;
}

.youtube_title a:hover {
	color:#555;
}


.alum-thumbnail {
	width:100%;
	height: auto;
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
	opacity: 1;
}

.album_name {
	max-width:100%;
	font-style: italic;
  letter-spacing: .3px;
}

.lighter {
}

td img {
	width:100%;
}


.logo-image {
	width:80px !important;
	height:auto;
}

.banquetpic {
	width:100% !important;
}

.wp-image-273 {
	width:200px;
}

.logo-thumbnail {
	position: absolute;
	width: 150px;
	height: auto;
	top: 50%;
	margin-top: -55px;
	left: 50%;
	margin-left: -75px;
	opacity: .1;
}

.artist_name a {
	text-decoration: none;
	color:#222;
	text-transform: uppercase;
	letter-spacing: .8px;
	font-size:12px;
}

.artist_name {
	margin-top:2px;
	margin-bottom:-6px;
}

.label-image {
	opacity: 0;
	-webkit-transition:top 500ms, opacity 500ms ease-in-out;
  transition:top 500ms, opacity 500ms ease-in-out;
  cursor: pointer;
  pointer-events:none;
}

.label-image.forad {
	position: absolute;
	top: 65px;
	left:49px;
}

.forad img {
		width:153px;
	height: auto;
}

.label_animateforad {
	position: absolute;
	top: 88px !important;
	opacity: .9;
	-webkit-transition:top 500ms, opacity 500ms ease-in-out;
  transition:top 500ms, opacity 500ms ease-in-out;
}

.label-image.roughtrade {
	position: absolute;
	top: 40px;
	left:49px;
}

.label_animateroughtrade {
	position: absolute;
	top: 63px !important;
	opacity: .9;
	-webkit-transition:top 500ms, opacity 500ms ease-in-out;
  transition:top 500ms, opacity 500ms ease-in-out;
}

.label-image.matador {
	position: absolute;
	top: 40px;
	left:39px;
}

.label_animatematador {
	position: absolute;
	top: 63px !important;
	opacity: .9;
	-webkit-transition:top 500ms, opacity 500ms ease-in-out;
  transition:top 500ms, opacity 500ms ease-in-out;
}

.label-image.xl {
	position: absolute;
	top: 30px;
	left:26px;
}

.label_animatexl {
	position: absolute;
	top: 53px !important;
	opacity: .9;
	-webkit-transition:top 500ms, opacity 500ms ease-in-out;
  transition:top 500ms, opacity 500ms ease-in-out;
}

.label-image.youngturks {
	position: absolute;
	top: 15px;
	left:49px;
}

.youngturks img {
	width:150px;
}

.label_animateyoungturks {
	position: absolute;
	top: 38px !important;
	opacity: .9;
	-webkit-transition:top 500ms, opacity 500ms ease-in-out;
  transition:top 500ms, opacity 500ms ease-in-out;
}

.label-image.beggarsbanquet {
	position: absolute;
  top: -20px;
  left: 26px;
}

.beggarsbanquet img {
	width:200px;
}

.label_animatebeggarsbanquet {
	position: absolute;
	top: 0px !important;
	opacity: 1;
	-webkit-transition:top 500ms, opacity 500ms ease-in-out;
  transition:top 500ms, opacity 500ms ease-in-out;
}

.label-image.toopure {
	position: absolute;
	top: 55px;
	left:43px;
}

.toopure img {
	width:160px;
}

.label_animatetoopure {
	position: absolute;
	top: 78px !important;
	opacity: .9;
	-webkit-transition:top 500ms, opacity 500ms ease-in-out;
  transition:top 500ms, opacity 500ms ease-in-out;
}

.label-image.wiiija {
	position: absolute;
	top: 10px;
	left:62px;
}

.wiiija img {
	width:130px;
}

.label_animatewiiija {
	position: absolute;
	top: 33px !important;
	opacity: .9;
	-webkit-transition:top 500ms, opacity 500ms ease-in-out;
  transition:top 500ms, opacity 500ms ease-in-out;
}

.label-image.mantra {
	position: absolute;
	top: 25px;
	left:62px;
}

.mantra img {
	width:130px;
}

.label_animatemantra {
	position: absolute;
	top: 48px !important;
	opacity: .9;
	-webkit-transition:top 500ms, opacity 500ms ease-in-out;
  transition:top 500ms, opacity 500ms ease-in-out;
}

.label-image.mowax {
	position: absolute;
	top: 25px;
	left:62px;
}

.mowax img {
	width:130px;
}

.label_animatemowax {
	position: absolute;
	top: 48px !important;
	opacity: .9;
	-webkit-transition:top 500ms, opacity 500ms ease-in-out;
  transition:top 500ms, opacity 500ms ease-in-out;
}

.album_name a {
	text-decoration: none;
	color:#222;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: .8px;
	font-size: 12px;
}

.album_name {
	max-width: 100%;
	line-height: 17px;
	margin-top: 5px;
}

.extra_info a {
	text-decoration: none;
	color:#222;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .8px;
}

.extra_info {
	max-width: 100%;
	line-height: 17px;
	margin-top: 5px;
}

#signup-form {
	margin:10px auto;
	position: absolute;
	z-index: 10;
	right:0px;
}
#signup-btn {
	float: right;
	display: inline-block;
	margin-top: -28px;
}
#submit-btn {
	background: #ddd;
  height: 28px;
  color: #000;
  letter-spacing: .5px;
  border: 1px solid #ddd;
  outline: 0px;
  display: inline-block;
  padding: 5px 10px 6px;
  border-radius: 0;
  -webkit-appearance: none;
}
#email-input {
  width: 192px;
  background: #ddd;
  border: 1px solid #ddd;
  outline: 0px;
  padding: 6px 5px 7px 5px;
  display: inline-block;
  margin: auto 5px;
  border-radius: 0;
  letter-spacing: .5px;
  -webkit-appearance: none;
}

#status {
  font-size: 13px;
  margin-top: 7px;
  margin-left: 5px;
}

.alum-text {
	opacity: 1;
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	transition: opacity 300ms;
}

.alum-text p {
	margin:3px auto;
	text-transform: uppercase;
	font-size: 14px;
}

.release_image:hover > .alum-text {
	opacity: .6;
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	transition: opacity 300ms;
}

.alum-thumbnail {
	width:231px;
	height:231px;
	opacity: 1;
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	transition: opacity 300ms;
}

.lighter {
-webkit-transition: opacity 300ms;
-moz-transition: opacity 300ms;
transition: opacity 300ms;
opacity: 0.6 !important;
}

.blog .post {
	display: inline-block;
}

.album_thumbnails {
	position: absolute;
	top: 466px;
	margin-left: 422px;
}

.featured_artist_name {
	margin-top: 0px;
}

.site-content .entry-header {
	padding: 0 10px 12px;
}

.artist_name a {
	font-size: 12px
}

.album_name a {
	font-size:12px;
}

.extra_info a {
	font-size:12px;
}

.home .home-item a,
.page-id-16 .about-item a,
.page-template-page-releases .store-item a,
.page-id-19 .labels-item a,
.page-id-40 .links-item a,
.page-id-1258 .terms-item a,
.page-id-1238 .terms-item a,
.page-id-1856 .home-item a,
.page-id-1144 .store-item a {
	background: #277a80;
	color: #f7f8f3;
	padding-bottom: 10px;
	border-radius: 3px;
}

@media screen and (max-width: 1000px) {
	.cff-wrapper {
		width: 100%;
		max-width: none;
		float: none;
		margin-bottom: 20px;
	}
	#sb_instagram {
		display: block;
		margin:10px auto;
		float: none;
	}
	.spotify_widget {
		display: block;
		margin:20px auto;
		float: none;
	}
	.press-home {
		padding:20px;
	}
	.press-post {
		width: 100%;
		display: block;
		padding:0px;
		float: none;
		margin:10px auto;
	}
}

@media screen and (max-width: 844px) {
	.bars {
		display: block;
	}
	.nav-menu a:hover {
		background: none;
		color:#277a80;
	}
	#primary-navigation {
		width: calc(100% - 20px);
		margin:0 auto;
		margin-left:0px;
		background: #f7f8f3;
		max-width: none;
		padding:10px;
		border-bottom: 8px solid #277a80;
    top: -420px;
		-webkit-transition: all 300ms cubic-bezier(0.070, 0.475, 0.000, 0.910);
		   -moz-transition: all 300ms cubic-bezier(0.070, 0.475, 0.000, 0.910);
		     -o-transition: all 300ms cubic-bezier(0.070, 0.475, 0.000, 0.910);
		        transition: all 300ms cubic-bezier(0.070, 0.475, 0.000, 0.910); /* custom */
	}
	#menu-main-menu li a {
		display: block;
		margin:0px;
		padding:5px 10px;
	}
	#signup-form {
		display: none;
	}
	.closemenu {
		display: block;
	}
	.menu-main-menu-container {
		display: block;
		margin-top:35px;
	}
	#menu-main-menu li {
		display: block;
		margin:5px 2px;
	}
	.header-main {
		padding:0px;
	}
	#social {
		float: none;
		margin:10px 5px;
	}
	.site-title {
		margin-left:20px;
	}
}

@media screen and (max-width: 575px) {
	.label-image {
		display: none;
	}
	.featured-list li {
		width: calc(50% - 20px);
	}
}

@media screen and (max-width: 400px) {
	.featured-list li {
		width: calc(100% - 20px);
	}
	.list-view .site-content .post-thumbnail {
		background: none;
		width: auto;
		z-index: 2;
	}
	.list-view .site-content .post-thumbnail img {
		float: left;
		margin: 0 10px 3px 0;
		width: 84px;
	}
	.list-view .site-content .entry-header {
		background-color: transparent;
		padding: 0;
	}
	.list-view .content-area {
		padding: 0 10px;
	}
	.list-view .site-content .hentry {
		margin: 0;
		min-height: 60px;
		padding: 12px 0 9px;
	}
	.list-view .site-content .entry-title {
		clear: none;
		font-size: 15px;
		font-weight: 900;
		line-height: 1.2;
		margin-bottom: 6px;
		text-transform: none;
	}
	.list-view .site-content .entry-meta {
		background-color: transparent;
		clear: none;
		margin: 0;
		text-transform: none;
	}
	.archive-header,
	.page-header {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin: 24px auto 0;
		padding-bottom: 24px;
	}
}
