/*  
Theme Name: Nude Record Label Wordpress Theme
Theme URI: http://www.matmartin.co.uk
Description: Theme designed by <a href="http://www.matmartin.co.uk">Mat Martin</a>.
Version: 1.0
Author: Mat Martin
Author URI: http://www.matmartin.co.uk
*/


* {
 	margin: 0px;
 	padding: 0px;
}

html {
	position: relative;
	min-height: 100%;
}

body {
  	background: #F8F8F8;
  	font-family: 'Work Sans', sans-serif;;
  	font-size: 16px;
  	font-weight: 300;
  	line-height: 1.45;
  	color: #555;
  	margin: 0 0 160px; /*bottom margin = height of footer*/
  	-webkit-animation: bugfix infinite 1s; 
}

/*overrides*/

@-webkit-keyframes bugfix { 
    from { padding: 0; } to { padding: 0; } 
}

/*footer*/

footer {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 160px; /*height of footer = bottom margin*/
	width: 100%;
	background-color: #EFEFEF;
	border-top: 1px solid rgba(45,45,45,0.1);
}

/*text*/

p {
	font-size: 1em;
	padding-bottom: 14px;
	line-height: 1.6em;
}

p em {
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
	padding-bottom: 12px;
	font-weight: 300;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
    font-size: 1.5em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.1em;
}

small, .font_small {
	font-size: 0.9em;
}

a {
	color: #D5838B;
	text-decoration: none;
}

a:hover { 
	color: #555;
	cursor: pointer;
}

a.reverse {
	color: #555;
	text-decoration: none;
}

a.reverse:hover { 
	color: #D5838B;
	cursor: pointer;
}

li {
	font-size: inherit;
}

i {
    font-style: italic;
}

strong {
	font-weight: 600;
}

b {
	font-weight: 600;
}

blockquote {
    font-style: italic;
    padding: 20px 5% !important;
    border-left: 2px solid #D5838B;
    margin: 20px 0 34px;
    font-size: 1em;
    color: #555555;
}

blockquote p {
	padding-bottom: 0;
}

.caption-text {
	font-size: 0.9em;
	color: #6D6D6D;
	line-height: 3em;
}

.caps {
	text-transform: uppercase;
}

/*footer styling*/

#footer-content {
	padding: 30px 4%;
	width: 92%;
}

#footer-content p {
	padding-bottom: 3px;
	font-size: 0.9em;
}

/*page masters*/

#page-content {
	
}

/*spacers etc*/

#offset {
	width: 100%;
	clear: both;
	height: 78px;
}

/*buttons*/

.button  {
	background-color: #E9E9E9;
	color: #D5838B;
	border: 1px solid rgba(213,131,139,0.6);
	text-align: center;
	text-transform: uppercase;
	font-family: 'Work Sans', sans-serif;
	padding: 8px 10px;
	margin: 0 6px 10px 0;
	border-radius: 2px;
	-webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
}

.button:hover {
	background-color: rgba(213,131,139,0.6);
	border: 1px solid rgba(213,131,139,0.6);
	color: #F8F8F8;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
}

.button h6 {
	font-size: 0.9em;
	padding-bottom: 0;
	-webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
}

.button:hover h6 {
	color: #F8F8F8;
	-webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
}

#lfloat {
	float: left;
}

#rfloat {
	float: right;
}

/*responsive nav styling*/

#colnav {
	min-height: 10px;
	overflow: hidden;
	display: none;
}

#colnav-bar {
	min-height: 10px;
	overflow: hidden;
	width: 92%;
	clear: both;
	background-color: #343434;
	padding: 25px 4%;
}

ul.collapse {
	list-style-type: none;
}

ul.collapse li {
	text-transform: uppercase;
	padding: 6px 0;
}

ul.collapse li a {
	color: #F8F8F8;
}

ul.collapse li a:hover {
	color: #D5838B;
}

#responsivemenucall {
	float: right;
	height: 32px;
	margin: 4px 0 0 10px;
	opacity: 0.8;
	display: none;
}

#responsivemenucall img {
	height: 100%;
	width: auto;
}

#responsivemenucall:hover {
	opacity: 1;
	cursor: pointer;
}

#colsearch {
	width: 92%;
	padding: 14px 4% 4px;
	min-height: 10px;
	overflow: hidden;
	display: none;
	background-color: #F8F8F8;
}

#colsearch #searchform {
    width: 100%;
}

#colsearch #search_holder {
    margin-top: 1px;
}

#colsearch #search_holder input[type="text"] {
	border: 1px solid rgba(24, 24, 24, 0.2);
}

#colsearch #s {
    background-color: #FAFAFA;
    border: none;
    float: left;
    font-family: 'Work Sans', sans-serif;
    font-size: 0.95em;
    font-weight: 300;
    padding: 0 3%;
    width: calc(90% - 50px);
    height: 35px;
    color: #777777;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

#colsearch #searchsubmit {
	background: url(images/ic-louped.png);
    border: 0;
    float: right;
    height: 50px;
    width: 50px;
    opacity: 0.7;
    margin: -5px 0 0 6px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

#colsearch #searchsubmit:hover {
	cursor: pointer; 
	opacity: 0.9;
}

/*nav styling*/

#ident {
    padding: 21px 4% 14px 4%;
    min-height: 10px;
    overflow: hidden;
    border-bottom: 1px solid rgba(45,45,45,0.1);
    border-right: 1px solid rgba(45,45,45,0);
    left: 0;
    background-color: #343434;
    position: fixed;
    z-index: 3010;
    -webkit-transition: all 0.6s ease-in 0s;
    -moz-transition: all 0.6s ease-in 0s;
    -o-transition: all 0.6s ease-in 0s;
    transition: all 0.6s ease-in 0s;
}

#logo {
	width: 90px;
    height: 43px;
}

#logo h1 {
    color: #E9E1C2;
    font-size: 2.5em;
    line-height: 34px;
    letter-spacing: -1px;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

#ident:hover #logo h1 {
	color: #D5838B;
	-webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

#topbar {
	width: calc(88% - 91px);
    padding: 20px 4% 8px 0;
    height: 50px;
    background-color: #F8F8F8;
    border-bottom: 1px solid rgba(45,45,45,0.1);
    right: 0;
    position: fixed;
    z-index: 3000;
}

nav#menu {
	float: left;
	margin: 0 0 0 14px; 
}

ul.clearfix {
	list-style-type: none; 
	display: inline-block; 
	width: 100%;
}

.clearfix:after {
    display: block;
    clear: both;
}

.clearfix li:hover .sub-menu {
    z-index: 1500;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.clearfix li {
	display: inline-block;
	font-size: 1em;
	font-weight: 400;
    text-transform: uppercase;
    line-height: 45px;
    margin: 0 0 0 20px;
}

.clearfix li a {
	color: #555;
}

.clearfix li a:hover {
	color: #D5838B;
}

.sub-menu {
	position: fixed;
    z-index: -1000;
    opacity: 0;
    margin: 0 0 0 -20px;
    overflow: visible;
    white-space: nowrap;
    background-color: #F8F8F8;
    padding: 0 20px 10px 20px;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.sub-menu li {
	display: block !important;
    font-size: 0.9em !important;
    padding: 5px 0 !important;
    line-height: 20px !important;
    width: 100%;
    margin: 0 !important;
}

/*sm icons*/

#sms {
	float: right;
	margin: 4px 6px 0 0;
}

#sms ul {
	list-style-type: none;
}

#sms ul li {
	display: inline-block;
	margin: 0 0 0 4px;
}

#sms ul li img {
	height: 32px;
	width: auto;
	opacity: 0.8;
}

#sms ul li img:hover {
	opacity: 1;
	cursor: pointer;
}

/*searchbar*/

#search {
	right: 0;
    margin: 78px 4% 0 0;
    padding: 9px 6px 6px 17px;
    background-color: #F8F8F8;
    border-left: 1px solid rgba(45,45,45,0.1);
    border-right: 1px solid rgba(45,45,45,0.1);
    border-bottom: 1px solid rgba(45,45,45,0.1);
    position: fixed;
    z-index: 3500;
}

#search #searchform {
    width: 324px;
}

#search #search_holder {
    margin-top: 1px;
}

#search #search_holder input[type="text"] {
	border: 1px solid rgba(24, 24, 24, 0.2);
}

#search #s {
    background-color: #FAFAFA;
    border: none;
    float: left;
    font-family: 'Work Sans', sans-serif;
    font-size: 0.95em;
    font-weight: 300;
    padding: 0 3%;
    width: 245px;
    height: 35px;
    color: #777777;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

#search #searchsubmit {
	background: url(images/ic-louped.png);
    border: 0;
    float: right;
    height: 50px;
    width: 50px;
    opacity: 0.7;
    margin: -6px 0 0 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

#search #searchsubmit:hover {
	cursor: pointer; 
	opacity: 0.9;
}

.top {
	margin: 5px 5px 5px 0;
}

.narrow {
	height: 30px;
    margin: 0px 5px 5px 0;
}

#searchbar {
    height: 50px;
    margin-top: 35px;
    width: 100%;
}

#barsearch {
	display: none;
	float: left;
	margin: 0 0 0 20px;
	width: 60%;
}

#barsearch #searchform {
    width: 100%;
}

#barsearch #search_holder {
    margin-top: 1px;
}

#barsearch #search_holder input[type="text"] {
	border: 1px solid rgba(24, 24, 24, 0.2);
}

#barsearch #s {
    background-color: #FAFAFA;
    border: none;
    float: left;
    font-family: 'Work Sans', sans-serif;
    font-size: 0.95em;
    font-weight: 300;
    padding: 0 3%;
    width: calc(100% - 100px);
    height: 35px;
    color: #777777;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

#barsearch #searchsubmit {
	background: url(images/ic-louped.png);
    border: 0;
    float: left;
    height: 50px;
    width: 50px;
    opacity: 0.7;
    margin: -6px 0 0 8px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

#barsearch #searchsubmit:hover {
	cursor: pointer; 
	opacity: 0.9;
}

/*page styling*/ 

.ca {
	padding: 50px 4%;
	width: 92%;
	min-height: 10px;
	overflow: hidden;
	border-bottom: 1px solid rgba(45,45,45,0.1);
}

.ca:nth-child(odd) {
	background-color: #EFEFEF;
}

#hidden {
	display: none;
}

.link {
	position: relative;
	overflow: hidden;
}

.link img {
	opacity: 0.95;
	-webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
}

.link:hover {
	cursor: pointer;
}

.link:hover img {
	opacity: 0.7;
	-webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
}

.linkp {
	position: relative;
	overflow: hidden;
	background-color: rgba(213,131,139,0.6);
	-webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
}

.linkp img {
	opacity: 0.6;
	-webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
}

.linkp:hover {
	cursor: pointer;
	background-color: rgba(213,131,139,0.9);
	-webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
}

.linkp:hover img {
	opacity: 0.1;
	-webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
}

.linkp:hover > .text {
	opacity: 1;
	opacity: 0.95;
	-webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
}

.linkg:hover > .text {
	opacity: 1;
	opacity: 0.95;
	-webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
}

.linkg {
	position: relative;
	overflow: hidden;
	background-color: rgba(145,205,192,0.6);
	-webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
}

.linkg img {
	opacity: 0.6;
	-webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
}

.linkg:hover {
	cursor: pointer; 
	background-color: rgba(45,205,192,0.9);
	-webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
}

.linkg:hover img {
	opacity: 0.1;
	-webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
}

/*homepage styling*/

#hptop {
	min-height: 210px;
	width: 100%;
}

#rowone {
    min-height: 10px;
    overflow: hidden;
    margin-bottom: 14px;
}

.text {
    position: absolute;
    z-index: 800;
    opacity: 0;
    top: 50%;
    left: 50%;
    width: 70%;
    height: auto;
    transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.text h4 {
    text-align: center;
    text-transform: uppercase;
    color: #F8F8F8;
}

.text h4 a {
	color: #F8F8F8;
	-webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
}

.text p {
	text-align: center;
    text-transform: uppercase;
    color: #F8F8F8;
    font-size: 0.9em;
}

.text p a {
	color: #F8F8F8;
	-webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
}

#itemone {
    width: 100%;
}

#hplhhero {
    width: 65.8%;
    height: 0;
    float: left;
    padding: 32% 0 0 0;
}

#hplhhero img {
	width: auto;
    height: 100%;
	position: absolute;
	top: -9999px;
	right: -9999px;
	bottom: -9999px;
	left: -9999px;
	margin: auto;
}

#hptopgrid {
	width: 33%;
	float: right;
}

#hprhhero {
	width: 47%;
    height: 0;
	padding: 47% 0 0 0;    
    margin: 0 0 0 3%;
    float: left;
}

#hprhhero img {
	width: auto;
	height: 100%;
	position: absolute;
	top: -9999px;
	right: -9999px;
	bottom: -9999px;
	left: -9999px;
	margin: auto;
}

#hprhhero:nth-child(1) { 
    margin: 0 0 3% 3%;
}

#hprhhero:nth-child(2) { 
    margin: 0 0 3% 3%;
}

#hphero {
	width: 100%;
	height: 64vh;
	overflow: hidden;
	position: relative;
}

#hphero img {
	width: 100%;
	height: auto;
	position: absolute;
	top: -9999px;
	right: -9999px;
	bottom: -9999px;
	left: -9999px;
	margin: auto;
}

.feedlabel {
	clear: both;
	width: 100%;
	min-height: 10px;
    overflow: hidden;
}

.hpfeedtitle {
	float: left;
}

.more {
	float: right;
}

.more h6 {
	text-transform: lowercase;
	text-align: right;
}

.feedhold {
	float: left;
	width: 23.5%;
	margin: 0 2% 0 0;
}

.feedhold:last-of-type {
	margin: 0 !important;
}

.row {
	clear: both;
}

#item {
	width: 100%;
	min-height: 0;
	padding: 56% 0 0 0;
}

#item img {
	width: 100%;
	height: auto;
	position: absolute;
	top: -9999px;
	right: -9999px;
	bottom: -9999px;
	left: -9999px;
	margin: auto;
}

#item a.artistimg img {
	width: auto;
	height: 100%;
	position: absolute;
	top: -9999px;
	right: -9999px;
	bottom: -9999px;
	left: -9999px;
	margin: auto;
}

.linkg#item:hover {
	background-color: rgba(45,205,192,0);
}

.linkp#item:hover {
	background-color: rgba(213,131,139,0);
}

.linkg#item:hover img,
.linkp#item:hover img {
	opacity: 1;
}

.caption {
	clear: both;
	padding: 2% 6% 4%;
	width: 87.5%;
	border-right: 1px solid rgba(45,45,45,0.1);
	border-bottom: 1px solid rgba(45,45,45,0.1);
	border-left: 1px solid rgba(45,45,45,0.1);
}

.caption p {
	padding-bottom: 0;
}

#sidecap {
    border: none;
    width: 42%;
    float: left;
    clear: none;
    height: 100%;
    overflow: hidden;
}

/*post styling*/ 

.postlabel {
	clear: both;
	width: 100%;
}

.posttitle {
	float: left;
	width: 70%;
}

.posttitle small a {
	color: #555;
}

.posttitle small a:hover {
	color: #D5838B;
}

.posttitle .widthmatch small a {
	color: #D5838B;
}

.posttitle .widthmatch small a:hover {
	color: #555;
}

.posttitle .widthmatch small p {
	padding: 8px 0 0 0;
}

.posttitle h4 a {
	color: #343434;
	font-weight: 200;
}

.posttitle h4 a:hover {
	color: #D5838B;
}

.postbody {
	width: 70%;
    float: left;
    margin: 0 5% 0 0;
    min-height: 10px;
    overflow: hidden;
}

.postbody .arve-wrapper {
    margin: 1.5em 0 !important;
}

.postbody h1, .postbody h2, .postbody h3, .postbody h4, .postbody h5, .postbody h6 {
	color: #D5838B;
}

.postbody ol {
    padding: 0 0 14px 0;
    list-style-position: inside;
}

#featimg,
.featimg {
	width: 100%;
	margin: 0 0 20px 0;
}

#featimg img,
.featimg img {
	width: 100%;
	height: auto;
}

#featimgsq,
.featimgsq {
	display: none;
}

.postbody img.size-full, .post-body img.size-large {
    width: 100%;
    height: auto;
    margin: 5px 0 10px;
}

.postbody img.size-medium {
    width: 43%;
    max-width: 300px;
    height: auto;
}

.postbody img.size-medium_large {
    width: 60%;
    max-width: 300px;
    height: auto;
}

.postbody img.alignleft {
    float: left;
    margin: 5px 25px 10px 0;
}

.postbody img.alignright {
    float: right;
    margin: 5px 0 10px 25px;
}

.postbody img.aligncenter {
	margin: 5px auto 10px;
    display: block;
}

#feataudio {
	margin-bottom: 1.5em;
}

/*sidebars*/

.indent {
	padding: 0 0 12px 10px;
}

.postsb {
	width: 25%;
	float: left;
    min-height: 10px;
    overflow: hidden;
}

#relatedposts {
    width: 25%;
    float: left;
}

#relatedposts h6 {
	color: #D5838B;
}

.relposthold {
	width: 64%;
    margin: 0 0 20px 0;
    clear: both;
    min-height: 10px;
    overflow: hidden;
}

.relposthold:last-of-type {
	margin: 0!important;
}

.relposthold #linksquare {
    width: 100%;
    height: 100%;
}

.relposthold #sidecap {
    clear: both;
    padding: 2% 6% 4%;
    width: calc(88% - 2px);
    border-right: 1px solid rgba(45,45,45,0.1);
    border-bottom: 1px solid rgba(45,45,45,0.1);
    border-left: 1px solid rgba(45,45,45,0.1);
}

#skindent {
	width: 72%;
	margin: 0 0 20px 10px;
}

#skindent:last-of-type {
	margin: 0 0 0 10px !important;
}

#album {
	width: 45%;
    min-height: 0;
    padding: 30% 0 0 0;
    float: left;
}

#album img {
	width: 100%;
	height: auto;
	position: absolute;
	top: -9999px;
	right: -9999px;
	bottom: -9999px;
	left: -9999px;
	margin: auto;
}

#linksquare {
	width: 45%;
    min-height: 0;
    padding: 100% 0 0 0;
    float: left;
}

#linksquare img {
	width: 100%;
	height: auto;
	position: absolute;
	top: -9999px;
	right: -9999px;
	bottom: -9999px;
	left: -9999px;
	margin: auto;
}

/*discography post styling*/ 

#buylinks {
    width: 100%;
    clear: both;
    min-height: 1px;
    overflow: hidden;
    margin: 0 0 10px 0;
}

#hiddenbuylinks {
	float: left;
	width: 35%;
	display: none;
}

#hiddenbuylinks #lfloat {
	clear: both;
}

#packshot {
	width: 30%;
	float: left;
	margin: 0 5% 0 0;
}

#packshot img {
	width: 100%;
	height: auto;
}

#tracks {
	float: left;
	width: 35%;
	margin: 0 5% 0 0;
}

#tracks p {
    padding: 0;
}

table.relinfo {
	margin: 0 0 16px 0;
	clear: both;
}

table.relinfo td {
	padding-bottom: 0;
	line-height: 1.4em;
	font-size: 0.9em;
}

table.relinfo td.tdlabel {
	padding: 0 8px 0 0;
	color: #D5838B;
}

#tracks ol {
	list-style-position: inside;
	clear: both;
}

#tracks ol li {
	line-height: 1.8em;
}

.widthmatch {
	width: 70%;
}

#relinfotohide {
    clear: both;
    min-height: 1px;
    overflow: hidden;
    margin: 0 0 8px;
}

/*artist post styling*/

.artistlinks {
	min-height: 10px;
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
}

/*store styling*/

.storecap {
	clear: both;
	padding: 2% 0 4%;
	width: 100%;
}

.storecap p {
	padding-bottom: 0;
}

#storebuylinks {
    width: 100%;
    clear: both;
    margin: 12px 0 0 0;
}

/*feed grids*/

.fourwideplus {
	float: left;
	width: 23.5%;
	margin: 0 2% 26px 0;
}

.fourwideplus:nth-of-type(4n+1) {
	margin: 0 !important;
}

.fourwideplus:nth-of-type(4n+2) {
	clear: both;
}

.fourwide {
	float: left;
	width: 23.5%;
	margin: 0 2% 26px 0;
}

.fourwide:nth-of-type(4n) {
	margin: 0 !important;
}

.fourwide:nth-of-type(4n+1) {
	clear: both;
}

.fivewide {
	width: 18.4%;
    margin: 0 2% 26px 0;
    float: left;
}

.fivewide:nth-of-type(5n) {
	margin: 0 0 16px 0;
}

.fivewide:nth-of-type(5n+1) {
	clear: both;
}

.sixwide {
	width: 15.5%;
	margin: 0 1.4% 26px 0;
	float: left;
}

.sixwide:nth-of-type(6n) {
	margin: 0 0 16px 0;
}

.sixwide:nth-of-type(6n+1) {
	clear: both;
}

#sqitem {
	width: 100%;
	height: 0;
	padding: 100% 0 0 0;
}

#sqitem img {
	width: 100%;
	height: auto;
	position: absolute;
	top: -9999px;
	right: -9999px;
	bottom: -9999px;
	left: -9999px;
	margin: auto;
}

.newer_posts_link {
	float: right;
}

.outer_posts_link {
	float: left;
}

/*catalogue styling*/

.catalogue {
	clear: both;
}

.catcap {
	clear: both;
	padding: 2% 0 4%;
	width: 100%;
}

.catcap p {
	padding-bottom: 0;
	word-wrap: break-word;
}

/*live page styling*/

#llcolumns {
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 2.5em;
    -moz-column-gap: 2.5em;
    column-gap: 2.5em;
}

.llitem {
	width: 100%;
	display: inline-block;
}

.llimg {
	width: 100%;
    margin: 0 0 14px 0;
    position: relative;
    overflow: hidden;
}

.llimg img {
	width: 100%;
	height: auto;
}

.llcap {
    padding: 0 10px;
}

.llskcall {
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
}

/*archive/search/index result lists*/

.archentry {
	margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid rgba(45,45,45,0.1);
    clear: both;
    min-height: 10px;
    overflow: hidden;
}

.archentryimg {
	width: 12%;
    height: 0;
    padding: 12% 0 0 0;
    float: left;
    margin: 0 3% 0 0;
    overflow: hidden;
    position: relative;
}

.archentryimg img {
	width: 100%;
	height: auto;
	position: absolute;
	top: -9999px;
	right: -9999px;
	bottom: -9999px;
	left: -9999px;
	margin: auto;
	opacity: 1;
	-webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
}

.archentryimg img:hover {
	opacity: 0.7;
	-webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
}

.archentrycopy {
	width: 82%;
	min-height: 10px;
	overflow: hidden;
	float: left;
}

.archentrycopy small p {
	text-align: left !important;
}

.archentrycopy small.padded p {
	padding-top: 2px;
}

/*contact form 7 styling*/

.wpcf7 {
    width: 100%;
    margin: 12px 0 40px 0 !important;
}

input[type="text"] {
    width: 96.5%;
	line-height: 35px;
    color: #777777;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    padding: 0 1.5%;
    margin: 0 0 10px 0;
    font-size: 1em;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
    border-radius: 0;
}

input[type="email"] {
    width: 96.5%;
	line-height: 35px;
    color: #777777;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    padding: 0 1.5%;
    margin: 0 0 10px 0;
    font-size: 1em;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
    border-radius: 0;
}

textarea {
    width: 96.5%;
    color: #777777;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    padding: 10px 1.5%;
    margin: 0 0 10px 0;
    font-size: 1em;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
    border-radius: 0;
}

.wpcf7-response-output {
	margin: 2em 0 1em !important;
    border: 2px solid #BF0F29 !important;
    padding: 10px 15px !important;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 0.9em !important;
    color: #D5838B;
}

.wpcf7-submit {
	width: 100px;
	padding: 3px 18px;
    border: 1px solid rgba(119, 119, 119, 0.4);
    text-align: center;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
	line-height: 30px;
	font-size: 0.92em;
	background-color: #FAFAFA;
	color: #777777;
    transition: all ease-in 0.4s;
}

.wpcf7-submit:hover {
	background-color: #D5838B;
	border: 1px solid #D5838B;
	cursor: pointer;
	color: #FAFAFA;
	transition: all ease-in 0.4s;
}

span.wpcf7-not-valid-tip {
	font-family: 'Work Sans', sans-serif;
    font-weight: 300;
	color: #D5838B !important;
    text-transform: uppercase;
    font-size: 0.9em !important;
}

/*twitter feed*/

#twitter-feed {
	margin: 14px 0 0 4px;
	clear: both;
}

.user {
	display: none;
}

#twitter-feed h1 {
	display: none;
}

.twitter-pic {
	display: none;
}

.twitter-text {
	clear: both;
}

.twitter-text p {
	line-height: 1.8em !important;
}

.tweetprofilelink {
	display: none;
}

.twitter-action {
	float: left;
	margin: -2px 20px 12px 0;
}

.intent a p {
	color: #777777;
	margin-right: 10px;
	float: left;
}

.intent a p:hover {
	color: #D5838B;
}

.twitter-article {
    width: 21%;
    float: left;
    margin: 0 2.5% 0 0;
    padding: 0 2.5% 0 0;
    border-right: 1px solid rgba(45,45,45,0.2);
    font-size: 0.9em;
}

.twitter-article:last-of-type {
	margin: 0;
	padding: 0;
	border-right: none;
}

/*songkick*/

div#sklistholder {
    margin: 0 0 0 -10px;
    width: calc(100% + 18px);
}

h2#title {
    font-size: 1.1em !important;
    color: #D5838B !important;
    padding: 1em 0 0 0 !important;
}

/*overrides*/

input { 
	-webkit-appearance: none; 
	-webkit-border-radius: 0; 
	border-radius: 0;
}

input[type="text"] { 
	-webkit-appearance: none; 
	-webkit-border-radius: 0; 
	border-radius: 0;
}

input[type="submit"] { 
	-webkit-appearance: none; 
	-webkit-border-radius: 0; 
	border-radius: 0;
}

textarea { 
	-webkit-appearance: none; 
	-webkit-border-radius: 0; 
	border-radius: 0;
}

/*viewport breakpoints - UNCOMMENT meta name="viewport" in header*/

@media only screen and (max-width: 1150px) {

	#menu {
		display: none;
	}

	#responsivemenucall {
		display: block;
	}

	#ident {
		position: relative;
		float: left;
	}

	#topbar {
		position: relative;
		float: right;
	}

	#offset {
		display: none;
	}

	#search {
		display: none;
	}

	#barsearch {
		display: block;
	}

	.feedhold:last-of-type {
		display: none;
	}

	.feedhold {
		width: 32%;
	}

	.feedhold:nth-of-type(3n) {
		margin: 0;
	}

	.fourwideplus:nth-of-type(4n+1) {
		clear: none;
	}

	.fourwideplus {
		width: 32%;
	}

	.fourwideplus:nth-of-type(3n+1) {
	    margin: 0 !important;
	}

	.fourwideplus:nth-of-type(3n+2) {
		clear: both;
	}

	.fourwide:nth-of-type(4n+1) {
		clear: none;
	}

	.fourwide:nth-of-type(4n) {
		margin: 0 2% 26px 0 !important;
	}

	.fourwide {
		width: 32%;
	}

	.fourwide:nth-of-type(3n) {
	    margin: 0 !important;
	}

	.fourwide:nth-of-type(3n+1) {
		clear: both;
	}

	.fivewide:nth-of-type(5n+1) {
		clear: none;
	}

	.fivewide:nth-of-type(5n) {
		margin: 0 2% 26px 0 !important;
	}

	.fivewide {
		width: 23.5%;
	}

	.fivewide:nth-of-type(4n) {
	    margin: 0 !important;
	}

	.fivewide:nth-of-type(4n+1) {
		clear: both;
	}

	.sixwide:nth-of-type(6n+1) {
		clear: none;
	}

	.sixwide:nth-of-type(6n) {
		margin: 0 1.4% 26px 0 !important;
	}

	.sixwide {
		width: 18.75%;
	}

	.sixwide:nth-of-type(5n) {
	    margin: 0 !important;
	}

	.sixwide:nth-of-type(5n+1) {
		clear: both;
	}	

	.twitter-article {
		width: 29.5%;
	}

	.twitter-article:last-of-type {
		display: none;
	}

	.twitter-article:nth-of-type(3n) {
	    margin: 0;
	    padding: 0;
	    border: none;
	}

	.posttitle {
		width: 100%;
	}

	.postbody {
		width: 100%;
		float: none;
	}

	.postsb {
		float: none;
		width: 100%;
		margin: 10px 0 0 0;
	    border-top: 1px solid rgba(45,45,45,0.2);
	    padding: 20px 0 0 0;
	}

	.indent {
	    padding: 0 0 12px 0;
	}

	.artistlinks {
		padding: 0;
	}

	#skindent {
	    width: 48%;
	    margin: 0 2% 20px 0;
	    float: left;
	    clear: none;
	}

	.relposthold #linksquare {
	    width: 180px;
	    height: 180px;
	    padding: 0;
	    float: left;
	}

	.relposthold #sidecap {
	    height: 158px;
	    width: calc(100% - 211px);
	    clear: none;
	    float: left;
	    border-right: 1px solid rgba(45,45,45,0.1);
	    border-bottom: 1px solid rgba(45,45,45,0.1);
	    border-top: 1px solid rgba(45,45,45,0.1);
	    border-left: 0;
	    padding: 10px 10px 10px 20px;
	}

	#relatedposts {
		display: none;
	}

	#relnewspost {
	    width: 48%;
	    margin: 0 2% 20px 0;
	    clear: none;
	    float: left;
	    min-height: 10px;
	    overflow: hidden;
	}

	#packshot {
		width: 45%;
	}

	#tracks {
	    width: 50%;
	    margin: 0;
	}

	.widthmatch {
		width: 100%;
	}

	.archentryimg {
		width: 16%;
	    height: 0;
	    padding: 16% 0 0 0;
	    float: left;
	    margin: 0 3% 0 0;
	    overflow: hidden;
	    position: relative;
	}

	.archentrycopy {
		width: 79%;
		min-height: 10px;
		overflow: hidden;
		float: left;
	}

	#hidden {
		display: block;
	}
}

@media only screen and (max-width: 1000px) {

	#llcolumns {
		-webkit-column-count: 2;
	    -moz-column-count: 2;
	    column-count: 2;
	    -webkit-column-gap: 2em;
	    -moz-column-gap: 2em;
	    column-gap: 2em;
	}
}

@media only screen and (max-width: 900px) {

	#hptopgrid {
		display: none;
	}

	#hplhhero {
		width: 100%;
		padding: 50% 0 0 0;
	}

	.sixwide:nth-of-type(6n) {
		margin: 0 2% 26px 0 !important;
	}

	.sixwide:nth-of-type(5n+1) {
		clear: none;
	}

	.sixwide:nth-of-type(5n) {
		margin: 0 2% 26px 0 !important;
	}

	.sixwide {
		width: 23.5%;
		margin: 0 2% 26px 0 !important;
	}

	.sixwide:nth-of-type(4n) {
	    margin: 0 !important;
	}

	.sixwide:nth-of-type(4n+1) {
		clear: both;
	}

	.fivewide:nth-of-type(4n+1) {
		clear: none;
	}

	.fivewide:nth-of-type(4n) {
		margin: 0 2% 26px 0 !important;
	}

	.fivewide {
		width: 32%;
	}

	.fivewide:nth-of-type(3n) {
	    margin: 0 !important;
	}

	.fivewide:nth-of-type(3n+1) {
		clear: both;
	}

	.archentryimg {
		width: 20%;
	    height: 0;
	    padding: 20% 0 0 0;
	    float: left;
	    margin: 0 3% 0 0;
	    overflow: hidden;
	    position: relative;
	}

	.archentrycopy {
		width: 75%;
		min-height: 10px;
		overflow: hidden;
		float: left;
	}
}

@media only screen and (max-width: 850px) {

	#skindent {
	    width: 100%;
	    margin: 0 0 20px 0;
	    float: none;
	    clear: both;
	}

	#skindent:last-of-type {
	    margin: 0 0 20px 0 !important;
	}

	#relnewspost {
	    width: 100%;
	    margin: 0 0 20px 0;
	    clear: both;
	    float: none;
	}
}

@media only screen and (max-width: 750px) {

	.sixwide:nth-of-type(4n+1) {
		clear: none;
	}

	.sixwide:nth-of-type(4n) {
		margin: 0 2% 26px 0 !important;
	}

	.sixwide {
		width: 32%;
		margin: 0 2% 26px 0 !important;
	}

	.sixwide:nth-of-type(3n) {
	    margin: 0 !important;
	}

	.sixwide:nth-of-type(3n+1) {
		clear: both;
	}	

	.archentryimg {
		width: 30%;
	    height: 0;
	    padding: 30% 0 0 0;
	    float: left;
	    margin: 0 3% 0 0;
	    overflow: hidden;
	    position: relative;
	}

	.archentrycopy {
		width: 65%;
		min-height: 10px;
		overflow: hidden;
		float: left;
	}	

	#packshot {
		width: 60%;
		clear: both;
	}

	#tracks {
	    width: 100%;
	    clear: both;
	    margin: 20px 0 0 0;
	}

	#buylinks {
		display: none;
	}

	#hiddenbuylinks {
		display: block;
	}

	#relinfotohide {
		display: none;
	}
}

@media only screen and (max-width: 650px) {

	.feedhold {
		width: 48%;
		margin: 0 4% 20px 0;
	}

	.feedhold:last-of-type {
		display: block;
	}

	.feedhold:nth-of-type(3n) {
		margin: 0 4% 20px 0;
	}

	.feedhold:nth-of-type(2n) {
		margin: 0 0 20px 0 !important;
	}	

	.fourwideplus:nth-of-type(3n+1) {
		clear: none;
	}

	.fourwideplus:nth-of-type(3n+1) {
	    margin: 0 4% 20px 0 !important;
	}

	.fourwideplus:nth-of-type(3n+2) {
		clear: none;
	}

	.fourwideplus {
		width: 47%;
		margin: 0 4% 26px 0;
	}

	.fourwideplus:nth-of-type(2n+1) {
	    margin: 0 !important;
	}

	.fourwideplus:nth-of-type(2n+2) {
		clear: both;
	}

	.fourwide:nth-of-type(3n+1) {
		clear: none;
	}

	.fourwide:nth-of-type(3n) {
		margin: 0 4% 26px 0 !important;
	}

	.fourwide {
		width: 47%;
		margin: 0 4% 26px 0;
	}

	.fourwide:nth-of-type(2n) {
	    margin: 0 !important;
	}

	.fourwide:nth-of-type(2n+1) {
		clear: both;
	}

	#storebuylinks a#lfloat {
	   width: calc(100% - 20px);
	}

	.twitter-article {
		width: 47%;
	}

	.twitter-article:nth-of-type(3n) {
	    display: none;
	}

	.twitter-article:nth-of-type(2n) {
	    margin: 0;
	    padding: 0;
	    border: none;
	}

	#barsearch {
		display: none;
	}

	#colsearch {
		display: block;
	}

	#logo h1 {
		font-size: 2.25em;
	}

	.ca {
		width: 92%;
		padding: 35px 4%;
	}

	#hptop {
		padding: 35px 4% 20px;
    	width: 92%;
	}

	.archentryimg {
		width: 100%;
	    height: 0;
	    padding: 40% 0 0 0;
	    float: none;
	    margin: 0 3% 20px 0;
	    overflow: hidden;
	    position: relative;
	}

	.archentrycopy {
		width: 100%;
		min-height: 10px;
		overflow: hidden;
		float: none;
	}
}

@media only screen and (max-width: 630px) {

	#llcolumns {
		-webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
	    -webkit-column-gap: 0;
	    -moz-column-gap: 0;
	    column-gap: 0;
	}
}

@media only screen and (max-width: 600px) {

	.fivewide:nth-of-type(5n) {
	    margin: 0 4% 26px 0 !important;
	}

	.fivewide:nth-of-type(3n+1) {
		clear: none;
	}

	.fivewide:nth-of-type(3n) {
		margin: 0 4% 26px 0 !important;
	}

	.fivewide {
		width: 47.5%;
		margin: 0 4% 26px 0 !important;
	}

	.fivewide:nth-of-type(2n) {
	    margin: 0 0 26px 0!important;
	}

	.fivewide:nth-of-type(2n+1) {
		clear: both;
	}

	#featimglb {
		display: none;
	}

	#featimgsq {
		display: block;
	}

	#packshot {
		width: 100%;
	}

	#buylinks {
		display: block;
	}

	#hiddenbuylinks {
		display: none;
	}

	#relinfotohide {
		display: block;
	}	
}

@media only screen and (max-width: 560px) {

	.sixwide:nth-of-type(3n+1) {
		clear: none;
	}

	.sixwide:nth-of-type(3n) {
		margin: 0 5% 26px 0 !important;
	}

	.sixwide:nth-of-type(5n) {
		margin: 0 5% 26px 0 !important;
	}

	.sixwide {
		width: 47.5%;
		margin: 0 5% 26px 0 !important;
	}

	.sixwide:nth-of-type(2n) {
	    margin: 0 !important;
	}

	.sixwide:nth-of-type(2n+1) {
		clear: both;
	}	
}

@media only screen and (max-width: 500px) {

	.twitter-article {
		width: 100%;
		margin: 0;
	    padding: 0;
	    border: none;
	}

	.twitter-article:nth-of-type(2n) {
	    display: none;
	}

	#hplhhero {
		width: 100%;
		padding: 75% 0 0 0;
	}

	#lg {
	    margin-top: -50%;
	}

	.text {
	    opacity: 1;
	}

	.relposthold #linksquare {
	    width: 140px;
	    height: 140px;
	}

	.relposthold #sidecap {
    	height: 119px;
    	width: calc(100% - 172px);
    }

    .postbody img.size-full, .post-body img.size-large {
	    width: 100%;
	    height: auto;
	    margin: 5px 0 10px;
	}

	.postbody img.size-medium {
	    width: 100%;
	    max-width: 500px;
	    height: auto;
	}

	.postbody img.size-medium_large {
	    width: 100%;
	    max-width: 500px;
	    height: auto;
	}

	.postbody img.alignleft {
	    float: none;
	    margin: 0;
	}

	.postbody img.alignright {
	    float: none;
	    margin: 0;
	}

	.postbody img.aligncenter {
		margin: 5px auto 10px;
	    display: block;
	}
}

@media only screen and (max-width: 450px) {

	.archentryimg {
	    padding: 60% 0 0 0;
	}
}



<style type="text/css">div, p, a, li, td { -webkit-text-size-adjust:none; }</style>


