/*
Theme Name: 2017
Author: 1
Version: 1
Description: Extra Styles
*/

body {font-family: 'Quicksand', sans-serif;}

	#infscr-loading { font-style: normal; text-align: center; display: block; width: 100%; color: #000; padding: 0.5rem 0; background: #eee; clear: both; overflow: hidden; margin: 10px 0 -32px; border-radius: 2px;}

	#infscr-loading img { display: none; }
	#infscr-loading em { font-style: normal; display: block; }
	.read-more-link, #artists a, #artist a, #about a, #release a {color: #000;}

	.read-more-link:hover, #artist ul a, #artists ul a, #artist .lh-copy a:hover, #about a:hover, #release a:hover {text-decoration: none;}

	.description-hidden {
    		display: none;
	}

	.page_nav a {
		color: #000000;
		text-decoration: none;
		text-align: center;
	}

.artist_image img {
    height: auto;}

	#home img {
		height: auto;
	}

	a.ts_buttonlink {
		border: none;
		font-family: 'Quicksand', sans-serif;
		text-transform: uppercase;
		background: #000;
		border-radius: 3px;
		padding: 2px 8px;
		font-weight: 600;
		font-size: 14px;
color: #FFF !important;
text-decoration: none;
	}

	a.ts_buttonlink:hover {
		background: rgba(0,0,0,0.85);
	}

	#menu_toggle:after {
		content: "";
		position: absolute;
		top: -12px;
		bottom: -12px;
		right: -14px;
		left: -14px;
	}

.grow:focus,
.grow:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.growsm:focus,
.growsm:hover {
    -webkit-transform: scale(1.005);
    transform: scale(1.005);
}

#mc_embed_signup div.mce_inline_error {
margin-top: 20px !important;
display: inline-block;}

.w-39 {
    width: 39%;
}

.page_nav {
		opacity: 0;
	}

.extra-bio-grey {
	background-color: #a2a2a2;
	color: #FFF;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    margin-top: 30px;
}

.extra-bio-grey a {
	color: #FFF !important;
}