/*
Theme Name: Artist Theme
Author: Adam Allaway
Author URI: http://www.flintandtinder.co.uk
*/

html {
	background: url(images/bg.jpg) no-repeat center top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#page {
	width:1024px;
	margin:0 auto;
}

@font-face {
    font-family: GothicCustom;
    src: url(http://www.pieandvinyl.co.uk/wp-content/themes/pieandvinyl/fonts/ufonts.com_alternate_gothic_no1_d.eot);
    src: url(http://www.pieandvinyl.co.uk/wp-content/themes/pieandvinyl/fonts/ufonts.com_alternate-gothic-no1-d.ttf);

}

@font-face {
    font-family: GothicCustomB;
    src: url(http://www.pieandvinyl.co.uk/wp-content/themes/pieandvinyl/fonts/Gothic2/Alternate Gothic No1 D.ttf);

}

@font-face {
    font-family: GothicCustomC;
    src: url(http://www.pieandvinyl.co.uk/wp-content/themes/pieandvinyl/fonts/league-gothic/LeagueGothic-Regular.otf);

}

@font-face {
	font-family: 'gothic-new';
	src: url('http://www.pieandvinyl.co.uk/wp-content/themes/pieandvinyl/fonts/Century Gothic/gothic.eot');
	src: local('gothic'), url('http://www.pieandvinyl.co.uk/wp-content/themes/pieandvinyl/fonts/Century Gothic/gothic.woff') format('woff'), url('http://www.pieandvinyl.co.uk/wp-content/themes/pieandvinyl/fonts/Century Gothic/gothic.ttf') format('truetype');
}

/*
================================================================================================================
LAYOUT ELEMENTS
================================================================================================================
*/
.align-left {
	float:left;
}
.align-right {
	float:right;
}
/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix:after {
	clear: both;
}
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix {
	zoom: 1;
}
.quarter-width {
	width:241px;
}
.third-width {
	width:328px;
}
.half-width {
	width:502px;
}
.three-quarter-width {
	width:763px;
}
.spacer {
	margin-right:20px;
}
section, #pagination, #colophon {
	margin-bottom:20px;
	background:#fbf9eb;
	padding:15px 10px;
}
.box {
	padding:12px 10px 16px;
}
.background {
	background:#fbf9eb;
}
article {
	margin-bottom:25px;
}
article:last-child {
	margin-bottom:0;
}
section article:last-child {
	margin-bottom:0px;
}
#bio-homepage {
	position:relative;
}
.display-block {
	display:block;
}
.attachment-thumbnail, .attachment-large {
	margin-bottom:5px;
}
.relative {
	position:relative;
}
.wp-post-image {
	margin-bottom:20px;
}
.content-column {
	width:234px;
}
.double-content-column {
	width:488px;
}
.half-content-column {
	width:361px;	
}
.dotted-border-top {
	background:url(images/dotted-border.gif) repeat-x top left;
	padding-top:25px;
	margin-top:25px;
}
.dotted-border-bottom {
	background:url(images/dotted-border.gif) repeat-x bottom left;
	padding-bottom:25px;
	margin-bottom:25px;
}
/*
================================================================================================================
TYPOGRAPHY
================================================================================================================
*/
body {
	font-family:  Garamond, Baskerville, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", serif;
	font-weight:600;
	font-size: 14px;
	color:#3d3d3d;
	-webkit-font-smoothing: antialiased;
	margin:0;
}
a, a:visited, a:focus {
	color:#95774c;
}
a:hover {
	text-decoration:underline;
}
h1, h2 {
	margin:0 0 21px;
	text-transform:uppercase;
}
h1 {
	font-family: "GothicCustom", sans-serif;
	font-style: normal;
	font-weight: 400;
	margin: 0 0 12px;
	color:#000;
	font-size:32px;
	background:url(images/dotted-border.gif) repeat-x top left;
	padding-top:15px;
}
h2, .frm_primary_label {
	font-family: "GothicCustom", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	color:black;
	letter-spacing:-0.025em;
	background:url(images/dotted-border.gif) repeat-x top left;
	padding-top:15px;
	text-transform:uppercase;
}
.frm_primary_label {
	width:100%;
}
h1 a, h1 a:visited, h2 a, h2 a:visited {
	color:#000;
	text-decoration:none;
}
h1 a:hover {
	text-decoration:none;
	color:#95664c;
}
h3, .js_widget_product_title, .page-link, #sub-menu ul li a, .faux-h3 {
	font-family: "p22-underground", sans-serif;
	font-style: normal;
	font-weight: 600;
	text-decoration:none;
	text-transform:uppercase;
	color:#95774c;
	letter-spacing:0.2em;
	font-size:14px;
	margin:0 0 25px;
	line-height:24px;
	padding-top:6px;
}
h3 {
	border-bottom:	1px solid #95774c;
}
h3 a, h3 a:visited {
	text-decoration:none;
	color:#95774c;
	
}

h3 a:hover, #sub-menu ul li a:hover {
	text-decoration:none;
	color:#95664c;
}
h4, .with_frm_style label.frm_primary_label {
	font-family: "p22-underground", sans-serif;
	font-style: normal;
	font-weight: 600;
	text-decoration:none;
	text-transform:uppercase;
	color:#95774c;
	letter-spacing:0.15em;
	font-size:13px;
	line-height:24px;
}
.h4-spacer h4 {
	margin-bottom:15px;
}
#main section h4{
		margin:0 0 10px;	
		text-decoration: underline;
}
/*h3 span {
background:url(images/purple-bg.png) repeat;
 padding: 3px 5px;
display:inline;
line-height:28px;

}
h3 span.spacer {
	padding:0 5px;
}
h2 span a, h3 span a {
color:#fff;	
text-decoration:none;
}*/

p {
	font-size: 1em; /* 14px */
	line-height: 20px;
	margin: 0 0 22px 0;
}
p:last-child {
	margin:0;
}
#site-description {
	position:absolute;
	left:10px;
	top:250px;
	padding:5px 10px;
	color:#fff;
	margin:0;
}
.entry-meta {
	margin-bottom:22px;
}
.button {
	font-family: "GothicCustom", sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform:uppercase;
	font-size:24px;
}
ul {
	list-style: disc outside;
margin-left:15px;
}
li {
margin-bottom:10px;	
}
.frm_description, .p-spacer {
	margin: 0 0 22px 0;
}
#main section table tr {
	border-top:1px solid #CCC;	
	border-bottom:1px solid #CCC;	
}
#main section table td {
border-left:1px solid #CCC;	
padding:5px 10px;
}
#main section table {
	border-right:1px solid #CCC;	
}
.post-meta {
	border-top:1px solid #CCC;	
	padding-top:3px;
}
/*
================================================================================================================
MAILING LIST
================================================================================================================
*/
#field_3i2i5h {
	border:1px solid #c1c1c1;
	padding:3px;
	margin-right:5px;
	display:inline-block;
	width:175px;
}
#form_4mffbw .submit {
	position:absolute;
	right:10px;
	top:58px;
}
/*
================================================================================================================
HEADER
================================================================================================================
*/
#branding {
	margin-bottom:20px;
}
#site-title {
	margin:40px auto;
	background:none;
	display:block;
}
#site-title a {
	display:block;
	margin:0 auto;
	background: url(images/pie-and-vinyl-logo.png) no-repeat;
	width:306px;
	height:142px;
	text-indent:-10000em;
}
#main-menu {
	background:url(images/dotted-border.gif) repeat-x top left;
	padding-top:15px;
}
#sub-menu {
	border-bottom:	1px solid #95774c;
	padding-bottom:3px;
}
#sub-menu ul {
	margin:0;
}
#main-menu ul, #sub-menu ul {
	padding:0;
}
#main-menu ul li, #sub-menu ul li {
	display:inline;
	margin-right:15px;
}
#main-menu ul li {
	font-family: "GothicCustom";
	font-style: normal;
	font-weight: 400;
	letter-spacing:-0.025em;
	font-size:2em;
}
#main-menu ul li a {
	text-decoration:none;
	text-transform:uppercase;
	color:#000;
}
#main-menu ul li a:hover {
color:#95664c;
}
ul#menu-main-menu {
margin-left:0;
}
/*
================================================================================================================
SIDEBAR
================================================================================================================
*/
#sidebar {
	width:241px;
}
#sidebar aside {
	padding:12px 10px;
	background:#fbf9eb;
	margin-bottom:20px;
}
/*
================================================================================================================
FOOTER
================================================================================================================
*/

#designer-links li {
	list-style-type:none;
	display:inline;
}
#designer-links {
	float:right;
	margin-top:3px;
}
#site-generator {
	display:block;
	margin-top: 4px;
}
/*
================================================================================================================
MUSIC
================================================================================================================
*/
.player-container {
	padding:0 !important;
}
footer.entry-meta {
	margin-top:16px;
}

/*
================================================================================================================
COMMENTS
================================================================================================================
*/
#commentary {
	overflow: hidden;
	clear: both;
}
.comment {
	padding: 15px 0 15px 0;
	border-top: 1px dotted #939393;
	clear: both;
	overflow: hidden;
}
.comment dt {
	margin: 0 0 5px 0;
	font-size: 1.2em;
	line-height: 1.6;
}
#leave-comment {
	padding: 12px 0 0 0;
	overflow: hidden;
	clear: both;
}
#leave-comment code {
	font-size: .8em;
	text-transform: uppercase;
	font-family: Palatino, Georgia, "Times New Roman", sans-serif;
}
.comment-field {
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #939393;
	clear: both;
	overflow: hidden;
}
label {
	display: inline-block;
	padding-top: 7px;

}

/*input, textarea {
	width: 500px;
	padding: 8px;
	font-size: 1.2em;
	border: 1px solid #939393;
	font-family: Palatino, Georgia, "Times New Roman", sans-serif;
}
*/
textarea {
	height: 100px;
	width:500px;
}
/*
================================================================================================================
OVERIDE
================================================================================================================
*/
.reduced-margin-h3 {
	margin-bottom:3px !important;
}
#gallery-1 img {
	border:none !important;
}
/*
================================================================================================================
FORMIDABLE
================================================================================================================
*/
/* WARNING: Any changes made to this file will be lost when your Formidable settings are updated */
.frm_forms {
	max-width:700px;
}
 form {
	text-align:left;
}
.form-field {
	padding-bottom:30px;	
}
fieldset {
	border:0px solid #000000;
	margin:0;
	padding:0px;
}
p.description, div.description,  div.frm_description, .frm_error {
	font-family:Garamond, Baskerville, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", serif;
	font-size:14px;
	color:#3d3d3d;
	text-align:left;
	font-style:normal;
	max-width:100%;
}
 input[type=text],  input[type=password],  input[type=email],  input[type=number], input[type=url],  input[type=tel],  select,  textarea, #content input:not([type=submit]), #content, #content  textarea {
	font-family: Garamond, Baskerville, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", serif;
	font-size:13px;
	margin-bottom:0;
}
.with_frm_style .frm_form_field {
clear: both;
}
.frm_full .wp-editor-wrap, .frm_full input, .frm_full select, .frm_full textarea, .text , .email{
width: 350px;
}
 .frm_radio input[type="radio"], .frm_checkbox input[type="checkbox"] {
margin-right: 5px;
width: auto;
}
input, input[type="password"], input[type="search"], isindex {
border: 1px solid #C1C1C1;
padding: 3px 4px;
-webkit-rtl-ordering: logical;
-webkit-user-select: text;
cursor: auto;
}
textarea {
	padding:4px;
	border: 1px solid #C1C1C1;	
}
#mailing-list div.form-field {
	padding-bottom:10px !important;	
}
.content { display: none; }
.button {
	display:block;
	cursor:pointer;
	background:#95664C;
	color:#fff;
	padding:5px 10px 3px;	
	text-decoration:none;
}
.button a {
		text-decoration:none;
			color:#fff;
}
.button:visited, .button a:visited {
color:#fff;	
}
div.frm_checkbox {
 line-height:0.9em;
}
#frm_field_83_container input.email {
	width:214px;	
}

li.social_footer{
  display: inline;
  list-style-type: none;
}

/*CSS for social footer icons added 18/06/15 by Lev Services*/
a.social_footer {
  font-family: "p22-underground", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  color: #95774c;
  letter-spacing: 0.2em;
  font-size: 14px;
  line-height: 14px;
  padding-top: 6px;
  float: right;
  margin-left: 25px;
}

a.social_footer:hover {
  font-family: "p22-underground", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  color: #95664C;
  letter-spacing: 0.2em;
  font-size: 15px;
  line-height: 14px;
  padding-top: 6px;
  float: right;
  /*margin-top:-3px;*/
  margin-left: 25px;
}

li.social_footer{
  display: inline;
  list-style-type: none;
}
/*social footer end*/

/*CSS for  footer menu icons added 18/06/15 by Lev Services*/
.footer-menu-container{
	height: 20px;
    /* display: block; */
    float: right;
    position: relative;
    width: 100%;
}

a.footer-menu {
  font-family: "p22-underground", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  color: #95774c;
  letter-spacing: 0.2em;
  font-size: 14px;
  line-height: 14px;
  padding-top: 6px;
  float: right;
  margin-left: 25px;
}

a.footer-menu:hover {
  font-family: "p22-underground", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  color: #95664C;
  letter-spacing: 0.2em;
  font-size: 15px;
  line-height: 14px;
  padding-top: 6px;
  float: right;
  /*margin-top:-3px;*/
  margin-left: 25px;
}

li.footer-menu{
  display: inline;
  list-style-type: none;
}


div.social {
	max-width: 200px;
}

.custom-button{
  display: none;
  cursor: pointer;
  background: #95664C;
  color: #fff;
  padding: 5px 10px 3px;
  text-decoration: none;
  margin-bottom: 10px;
}

.custom-span{
	position: absolute;
	font-size: 18px;
	text-transform: uppercase;
	font-family: "p22-underground", sans-serif;
	color: #95774C;
	border-bottom: 1px solid #95774c;
	min-width: 350px;
	letter-spacing: 0.2em;
	margin-top: -15px;
}

.custom-variation{
	position: absolute;
	margin-top: 20px;
	
	font-size: 16px;
	border: 1px solid;
    border-radius: 5px;
    border-color: #95664C;
    font-family: Garamond, Baskerville, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", serif;
}

.variation-div{
	margin-top: 20px;
}

.variation-div-v2{
	  position: relative;
	  display: none;
 /* margin-top: -33px;
  margin-left: 120px;*/
}

.variation-div-v3{
	  position: relative;
	 /*display: none;*/
 /* margin-top: -33px;
  margin-left: 120px;*/
}


.changeColour{
	background-color: #00f;
}

div.product-container-hover{
	position: relative;
	width: 250px;
	height: 400px;
	background-color: #ffffff;
}

.product-container{
	position: relative;
	margin-left: 10px;
	width: 212px;
	height: 380px;
}

.product-container:hover{
	position: relative;
	cursor: pointer;
	width: 212px;
	height: 380px;
	box-shadow: 10px 10px 5px #888888;
	background-color: #ff0000;
}

.merchant-container-master{
	
	min-height: 1050px;
	min-width: 800px;
	margin-left: -25px 
}

.product-container-1{
	cursor: pointer;
	position: absolute;
	margin-left: 5px;
	margin-top: 10px;
	z-index: 16;
}

.product-container-2{
	position: absolute;
	cursor: pointer;
	margin-left: 195px;
	margin-top: 10px;
	z-index: 15;
}

.product-container-3{
	position: absolute;
	cursor: pointer;
	margin-left: 385px;
	margin-top: 10px;
	z-index: 14;
}

.product-container-4{
	position: absolute;
	cursor: pointer;
	margin-left: 575px;
	margin-top: 10px;
	z-index: 13;
}

.product-container-5{
	position: absolute;
	cursor: pointer;
	margin-left: 5px;
	margin-top: 270px;
	z-index: 12;
}

.product-container-6{
	position: absolute;
	cursor: pointer;
	margin-left: 195px;
	margin-top: 270px;
	z-index: 11;
}

.product-container-7{
	position: absolute;
	cursor: pointer;
	margin-left: 385px;
	margin-top: 270px;
	z-index: 10;
}

.product-container-8{
	position: absolute;
	cursor: pointer;
	margin-left: 575px;
	margin-top: 270px;
	z-index: 9;
}

.product-container-9{
	position: absolute;
	cursor: pointer;
	margin-left: 5px;
	margin-top: 510px;
	z-index: 8;
}

.product-container-10{
	cursor: pointer;
	position: absolute;
	margin-left: 195px;
	margin-top: 510px;
	z-index: 7;
}

.product-container-11{
	cursor: pointer;
	position: absolute;
	margin-left: 385px;
	margin-top: 510px;
	z-index: 6;
}

.product-container-12{
	cursor: pointer;
	position: absolute;
	margin-left: 575px;
	margin-top: 510px;
	z-index: 5;
}

.product-container-13{
	cursor: pointer;
	position: absolute;
	margin-left: 5px;
	margin-top: 750px;
	z-index: 4;
}

.product-container-14{
	cursor: pointer;
	position: absolute;
	margin-left: 195px;
	margin-top: 750px;
	z-index: 3;
}

.product-container-15{
	cursor: pointer;
	position: absolute;
	margin-left: 385px;
	margin-top: 750px;
	z-index: 2;
}

.product-container-16{
	cursor: pointer;
	position: absolute;
	margin-left: 575px;
	margin-top: 750px;
	z-index: 1;
}

.estore-product-name{
	color: #95774C;
}

.eStore_available_qty{
	display: none;
}


.eStore-product-description{
	font-family: "p22-underground", sans-serif;
}

.product-page-nextpre-container{
	position: relative;
	float: left;
	width: 400px;
	height: 50px;
	margin-top: 1010px;
	margin-left: 282px;
}	

.product-page-next{
	float: left;
	position: relative;
	font-family: "p22-underground", sans-serif;
	font-size: 14px;
	color: #95774C;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
}

.product-page-previous{
	float: left;
	position: relative;
	font-family: "p22-underground", sans-serif;
	font-size: 14px;
	color: #95774C;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
}

.nextpre-link{
	text-decoration: none;
}

.page-number-link{
    text-decoration: none;
    float: left;
    font-size: 16px;
    margin-left: 9px;
    margin-top: 9px;
        margin-right: 10px;
}

.product-page-numbers{

}

.nextpre-link:hover{
	text-decoration: none;
	color: #95664c;
}

.product-page-master-container{
	min-height: 400px;
	background:-moz-box-shadow:    inset 0 0 10px #000000;
	background:-webkit-box-shadow: inset 0 0 10px rgba(180,110,76,1);
    box-shadow: inset 0 0 10px #95774C;
    border-style: solid;
    border-width: 1px;
    border-color: #95774C;
}

.product-page-image{
position: relative;
float: left;
max-height: 300px;
max-width: 300px;
margin-left: 20px;
margin-top: 50px;
}

.product-page-description{
	min-height: 110px;
	max-height: 115px;
	max-width: 350px;
	min-width: 350px;
	float: left;
	
	font-family: Garamond, Baskerville, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", serif;
	font-size: 13px;
	color: #000000;
	margin-top: 10px;
	letter-spacing: 0.1em;
	text-align: justify;
	text-transform: uppercase;
}

.product-page-desc-title{
	position: relative;
	font-family: "p22-underground", sans-serif;
	font-size: 18px;
	color: #95774C;
	margin-top: 18px;
	border-bottom: 1px solid #95774c;
	    letter-spacing: 0.2em;
	    min-width: 350px;
}

.product-page-info-container{
	position: relative;
	float: left;
	min-height: 300px;
	min-width: 300px;
/*	background-color: red;*/
	margin-left: 34px;
	margin-top: 30px;
}

.product-page-add-to-cart{
position: relative;
	min-height: 30px;
	min-width: 30px;
}

.product-page-qty{

}

.product-page-price{
	font-family: Garamond, Baskerville, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", serif;
	font-size: 16px;
	color: #000000;
	margin-top: 10px;
}
.product-page-price-title{
	font-family: "p22-underground", sans-serif;
	font-size: 18px;
	color: #95774C;
	border-bottom: 1px solid #95774c;
	    letter-spacing: 0.2em;
	        margin-top: 95px;
}

.custom-add-to-cart-button {
	min-width: 200px;
	min-height: 30px;
	max-height: 40px;
	font-family: "p22-underground", sans-serif;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid rgba(0,0,0,0.4) ;
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.5),
				0 0 1px 1px rgba(255,255,255,0.8),
				0 0 0 6px rgba(0,0,0,0.06),
				0 0 0 3px rgba(0,0,0,0.1);
	cursor: pointer;
	margin-top: 20px;
	position: absolute;
}
.custom-ecommerce-title {
	position: relative;
	float: left;
	color: #fff;
	font-weight: 800;
	font-size: 16px;
	text-shadow: 1px 1px rgba(0,0,0,0.2);
	text-transform: uppercase;	
	margin-top: -18px;
	margin-left: 10px;
	margin-right: 20px;
}
.custom-ecommerce-price {
	position: relative;
	float: left;
	color: #fff;
	font-weight: 800;
	font-size: 16px;
	text-shadow: 1px 1px rgba(255,255,255,0.3);
	text-transform: uppercase;		
	margin-top: -18px;
	
}

/* colors */
.gold {
	background: rgb(149,102,76);
	background: -moz-linear-gradient(top,  rgba(255,214,94,1) 0%, rgba(254,191,4,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,214,94,1)), color-stop(100%,rgba(254,191,4,1)));
	background: -webkit-linear-gradient(top, rgba(149,102,76,1) 0%,rgba(180,110,76,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%);
	background: linear-gradient(top,  rgba(149,102,76,1) 0%,rgba(155,103,76,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 );
}

.gold:hover {
	background: rgb(254,191,4);
	background: -moz-linear-gradient(top,  rgba(254,191,4,1) 0%, rgba(255,214,94,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,191,4,1)), color-stop(100%,rgba(255,214,94,1)));
	background: -webkit-linear-gradient(top,  rgba(180,110,76,1) 0%,rgba(149,102,76,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,191,4,1) 0%,rgba(255,214,94,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,191,4,1) 0%,rgba(255,214,94,1) 100%);
	background: linear-gradient(top,  rgba(149,102,76,1) 0%,rgba(255,214,94,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febf04', endColorstr='#ffd65e',GradientType=0 );
}

.custom-add-to-cart-button-2 {
	min-width: 100px;
	min-height: 30px;
	max-height: 40px;
	margin-top: 55px;
	margin-left: 10px;
	font-family: "p22-underground", sans-serif;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,0.4) ;
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.5),
				0 0 1px 1px rgba(255,255,255,0.8),
				0 0 0 6px rgba(0,0,0,0.06),
				0 0 0 3px rgba(0,0,0,0.1);
	cursor: pointer;
	/*margin-top: 21px;
	margin-left: 50px;*/
	position: absolute;
}

.custom-add-to-cart-button-3 {
	min-width: 100px;
	min-height: 30px;
	max-height: 40px;
	margin-top: 196px;
	margin-left: 10px;
	font-family: "p22-underground", sans-serif;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,0.4) ;
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.5),
				0 0 1px 1px rgba(255,255,255,0.8),
				0 0 0 6px rgba(0,0,0,0.06),
				0 0 0 3px rgba(0,0,0,0.1);
	cursor: pointer;
	/*margin-top: 21px;
	margin-left: 50px;*/
	position: absolute;
}

.qty2{
	width: auto !important;/*override the eStore button input width to auto to prevent them from looking weird on some themes */
max-width: 30px;
min-height: 20px;
/*margin-top: 180px;*/
position: absolute;
/*display: none;*/
-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,0.4) ;
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.5),
				0 0 1px 1px rgba(255,255,255,0.8),
				0 0 0 6px rgba(0,0,0,0.06),
				0 0 0 3px rgba(0,0,0,0.1);
				margin-top: 197px;
}

.qty1{
	margin-top: 57px;
}

.custom-ecommerce-title-2 {
	position: relative;
	float: left;
	color: #fff;
	font-weight: 800;
	font-size: 16px;
	text-shadow: 1px 1px rgba(0,0,0,0.2);
	text-transform: uppercase;	
	margin-top: -18px;
	margin-left: 15px;
	margin-right: 15px;
}

.eStore-product {
	float: left;
height:100%;
overflow:hidden;
margin-bottom:5px;
/*border:1px solid #ccc;*/
padding:5px;
max-width: 201px;
min-width: 200px;
max-height: 250px;
}

.eStore-product:hover {
	float: left;
height:100%;
overflow:hidden;
margin-bottom:5px;
/*border:30px solid transparent;version master*/
border:30px solid transparent;
padding:5px;
max-width: 201px;
min-width: 200px;
min-height: 260px;
/*background-color: #ffffff;*/
background-image: url("http://www.pieandvinyl.co.uk/wp-content/uploads/2015/08/canvas-background-v6.png");
/*background-image: url("http://www.pieandvinyl.co.uk/wp-content/uploads/2015/08/background-05.jpg");*/

/*border-image: url(http://www.pieandvinyl.co.uk/wp-content/uploads/2015/08/product-frame-v1.png);
border-image: url(http://www.pieandvinyl.co.uk/wp-content/uploads/2015/08/product-frame-v2.png);
border-image-slice: 10;
border-image-repeat:initial;
border-image-outset: 2px;
max-height: 260px;

border-image: url(http://www.pieandvinyl.co.uk/wp-content/uploads/2015/08/product-frame-v3r.png);
border-image-slice: 51;
border-image-repeat:initial;
border-image-outset: 7px;
max-height: 260px;

border-image: url(http://www.pieandvinyl.co.uk/wp-content/uploads/2015/08/product-frame-master.png);
border-image-slice: 255;
border-image-repeat:initial;
border-image-outset: 7px;
max-height: 260px;*/

/*border-image: url(http://www.pieandvinyl.co.uk/wp-content/uploads/2015/08/product-frame-v4.png);
border-image-slice: 105;
border-image-repeat:initial;
border-image-outset: 7px;
max-height: 260px;*/
/*border-radius: 25px;*/

border-image: url(http://www.pieandvinyl.co.uk/wp-content/uploads/2015/10/frame2-resize.png);
border-image-width: 1.5 1.5 1.5 1.5;
border-image-slice: 70 70 70 70;
border-image-repeat:initial;
border-image-outset: 7px 7px 7px 7px;
max-height: 260px;

/*border-image: url(http://www.pieandvinyl.co.uk/wp-content/uploads/2015/10/frame1-resize.png);
border-image-width: 1 1 1 1;
border-image-slice: 40 30 40 30;
border-image-repeat:initial;
border-image-outset: 7px 7px 7px 7px;
max-height: 260px;*/

}

/*.eStore-product:hover ~ .eStore-thumbnail img,.eStore-thumbnail a img{
	width: 300px;
	height: 300px;
}*/

.eStore-thumbnail img,.eStore-thumbnail a img {
background-color:#FFF;
border:1px solid #A9A9A9;
margin:4px 0 4px 5px;
padding:4px;
max-width:none !important;
width: 150px;
height: 150px;
}

.eStore-thumbnail img:hover {
margin-left: -19px;
margin-top: 2px;
width: 200px;
height:	200px;
background-color:#FFFFFF;
}

.eStore-button-form input{
width: auto !important;/*override the eStore button input width to auto to prevent them from looking weird on some themes */
max-width: 30px;
min-height: 20px;


position: relative;
/*display: none;*/
-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,0.4) ;
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.5),
				0 0 1px 1px rgba(255,255,255,0.8),
				0 0 0 6px rgba(0,0,0,0.06),
				0 0 0 3px rgba(0,0,0,0.1);
}

.qty2{

}

.eStore-button-form-2 input{
width: auto !important;/*override the eStore button input width to auto to prevent them from looking weird on some themes */
max-width: 30px;
min-height: 20px;

margin-top: 20px;
position: relative;
/*display: none;*/
-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,0.4) ;
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.5),
				0 0 1px 1px rgba(255,255,255,0.8),
				0 0 0 6px rgba(0,0,0,0.06),
				0 0 0 3px rgba(0,0,0,0.1);
}

.product-page-option-title{
	position: relative;
	font-family: "p22-underground", sans-serif;
	font-size: 18px;
	color: #95774C;
	margin-top: 18px;
	border-bottom: 1px solid #95774c;
}

.eStore_price {
text-transform: uppercase;
font-family: Garamond, Baskerville, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", serif;
}

.eStore-product-name {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
    color: #95774C;
    font-family: "GothicCustom";
    letter-spacing: 0.2em;
	text-transform: uppercase;
	    width: 80%;
    margin-left: 11%;
}

.eStore-product-name:hover{
	color: #95664c;
}

#product-frame{
	background-image: url("http://www.pieandvinyl.co.uk/wp-content/uploads/2015/08/product-frame-v1.png");
	min-width: 199px;
    min-height: 259px;
    max-width: 200px;
    position: absolute;
    margin-left: 10px;

}

#winter-menu-container{
	position: relative;
	margin-left: -3px;
	height: 100%;

}

#terms-conditions-num-list{
	    margin-left: 47px;
    margin-top: -10px;
}

#footer-links-custom{
	margin-left: 10px;
    font-size: 10px;
    text-decoration: none;
    font-family: "p22-underground", sans-serif;
 	text-transform: uppercase;
}

#footer-links-custom:hover{
	margin-left: 10px;
    font-size: 11px;
    text-decoration: none;
    font-family: "p22-underground", sans-serif;
 	text-transform: uppercase;
 	color: #95664C;
 	margin-top: -3px;
}

#cnc-container-master{ 		
	min-height: 1050px;
	min-width: 800px;
	margin-left: -25px 
}

#cnc-container{
float: left;
position: relative;
width: 23%;
height: 100%;
padding: 1% 1% 1% 1%;
}

#cnc-image{
	
}

.product-container-landing{
	position: relative;
	margin-left: 10px;
	width: 212px;
	height: 380px;
}

.product-container-landing:hover{
	position: relative;
	cursor: pointer;
	width: 212px;
	height: 380px;
}

.merch-container{
display: inline-block;
height:100%;
overflow:hidden;
margin-bottom:5px;
border:1px solid #ccc;
padding:5px;
max-width: 201px;
min-width: 200px;
max-height: 250px;
}

.merch-container:hover{
display: inline-block;
height:100%;
overflow:hidden;
margin-bottom:5px;
border:30px solid transparent;
padding:5px;
max-width: 201px;
min-width: 200px;
min-height: 260px;
background-image: url("http://www.pieandvinyl.co.uk/wp-content/uploads/2015/08/canvas-background-v6.png");
border-image: url(http://www.pieandvinyl.co.uk/wp-content/uploads/2015/10/frame2-resize.png);
border-image-width: 1.5 1.5 1.5 1.5;
border-image-slice: 70 70 70 70;
border-image-repeat:initial;
border-image-outset: 7px 7px 7px 7px;
max-height: 260px;
}

.product-container-5-landing{
	position: absolute;
	cursor: pointer;
	margin-left: 5px;
	margin-top: 235px;
	z-index: 12;
}

.merchant-container-master-landing{
	
	min-height: 600px;
	min-width: 800px;
	margin-left: -25px 
}

.merch-select{
  width: 250px;
    padding: 7px 20px;
    border: 1px solid #95774C;
    /* border-radius: 4px; */
    background-color: #ffffff;
    position: absolute;
    top: 419px;
    left: 49%;
    font-size: 18px;
    font-family: GothicCustom;
    letter-spacing: 3px;
    color: #95774c;
}

/*CC Stuff 2016*/
.cc-master-container{

}

.cc-article{
	width: 30%;
	display: inline-block;
	   /* margin-left: 17px;*/
	   padding: 1% 1.5% 1% 1%;
	  /* border-right: 1px solid #95774c;*/
}



.cc-image:hover{
	opacity: 0.8;
}

.cc-title{
	height: 150px !important;
	max-height: 150px !important;
}

.cc-title a{
	font-family: GothicCustom;
	letter-spacing: 1px;
}

.cc-title h4{
	text-align: center;
		font-family: GothicCustom;
	letter-spacing: 1px;
	    font-size: 1.4em;
}

.cc-button a{
	text-align: center;
}

.cc-image{
	text-align: center;
}

.merch-intro{
font-family: GothicCustom;
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: 1px;
    text-rendering: optimizeLegibility;
}

.cc-intro{
font-family: GothicCustom;
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: 1px;
    text-rendering: optimizeLegibility;
}