/*
	Theme Name: Ken Griffen's Portfolio
	Theme URI: http://kengriffen.ld60.co
	Description: Ken Griffen's Portfolio Theme
	Version: 1.4.3
	Author: Daniel Everts
	Author URI: None
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
@font-face {
    font-family: 'ApercuBold';
    src: url('fonts/ApercuBold.eot');
    src: url('fonts/ApercuBold.eot?#iefix') format('embedded-opentype'),
    url('fonts/ApercuBold.woff2') format('woff2'),
    url('fonts/ApercuBold.woff') format('woff'),
    url('fonts/ApercuBold.ttf') format('truetype'),
    url('fonts/ApercuBold.svg') format('svg');
}

@font-face {
    font-family: 'Times boldItalic';
    src: url('fonts/times_bold_italic.eot');
    src: url('fonts/times_bold_italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/times_bold_italic.woff2') format('woff2'),
    url('fonts/times_bold_italic.woff') format('woff'),
    url('fonts/times_bold_italic.ttf') format('truetype'),
    url('fonts/times_bold_italic.svg') format('svg');
}

* {
    margin: 0;
    padding: 0;
}

body, html {
    height: 100%;
    font-family: 'ApercuBold', sans-serif;
	overflow-x: hidden;
}
body.red {
/*background:rgba(239, 27, 27, 0.8);*/
background: rgba(239, 27, 27, 0.8) url('/wp-content/uploads/2016/10/password-bg.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
a {
    color: inherit;
}
a:hover, a:focus {
	color:#000;
}
.content-block {
    background-color: #fff;
    padding: 100px 0px 220px 0px;
    position: relative;
    min-height: 100%;
    box-sizing: border-box;
}
.home .content-block {
    padding: 40px 0 0 0;
}
.woocommerce .content-block {
padding-left:170px;
padding-right:0px;
}
.single-product.woocommerce .content-block {
padding-left:150px;
padding-right:0px;
} 
.red .content-block {
background:transparent;
}
.buttons-fix > div {
    font-size: 18px;
    position: fixed;
    z-index: 9999;
}

.buttons-fix > div a {
    color: #000;
    text-decoration: none;
    letter-spacing: 2px;	
}

.buttons-fix .top-left {
    top: 20px;
    left: 20px;
}

.buttons-fix .top-right {
    top: 20px;
    right: 20px;
}

.buttons-fix .bottom-left {
    bottom: 20px;
    left: 20px;
}

.buttons-fix .bottom-right {
    bottom: 20px;
    right: 20px;
}

.buttons-fix .left-link {
    /*left: 35px;*/
    top: 50%;
    height: 0;
    text-align: center;
    margin-left: -200px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.red .buttons-fix .left-link a {
color:#fff;
}
.buttons-fix .right-link {
    top: 50%;
    right:0px;
    text-align: center;
margin-right: -54px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform:  translateX(-20%) translateY(0%) rotate(90deg);
    color:#000;
    cursor: auto;
    display: inline;
    font-family: ApercuBold, sans-serif;
    font-size: 18px;
    height: auto;
    letter-spacing: 2px;
    line-height: 25.7143px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    text-align: center;
    width: auto;
}
/*.single-product .buttons-fix .left-link.right-link {
	display:none;
}*/
.footer-links {
    text-align: center;
    font-family: "Times boldItalic";
    font-size: 8px;
    position: absolute;
    width: 100%;
    bottom: 24px;
    left: 0;
    /*padding-bottom: 40px;*/
    box-sizing: border-box;
    /*margin-top:400px;*/
    letter-spacing: 3px;
}

.footer-links .bottom-left a,
  .footer-links .bottom-right a{
    font-family: 'ApercuBold', sans-serif;
    font-size:18px;
    padding:20px;
    color: #000;
    letter-spacing: 2px;
    display:none;
  }


  .footer-links .bottom-left a{
    float:left;
  }

  .footer-links .bottom-right a{
    float:right;
  }

.footer-links a {
    text-decoration: none;
}

.main-page-block {
    position: relative;
    float: left;
}

.main-page-block:hover .text-block {
    display: block;
}

.main-page-block .image-block img {
    width: 100%;
}

.main-page-block .image-block img, .works-image-block .img-wrap img {
    opacity: 1;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -ms-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}
.main-page-block .image-block img:hover {
    opacity: 0.2!important;
	position: relative;
    z-index: 9999;
}

.title, .main-page-block .text-block {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -8px;
}

.main-page-block .text-block {
    display: none;
    position: absolute;
    font-size: 18px;
}

.title {
    top: -50px;
    left: 0;
    font-size: 100%;
    position:relative;
}

.text-block-content {
    padding: 1px 10px 0;
    font-size: 100%;
}

.text-block-content::selection, .text-block-content p::selection {
    background: red;
}

::selection {
  background: red; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #red; /* Gecko Browsers */
}

.title span, .main-page-block .text-block span {
    padding: 0 5px;
    border-bottom: 3px solid;
    letter-spacing: 2px;
    font-size: 18px;
}

.biography {
    width: 100%;
    display: table;
    font-size: 18px;
    letter-spacing: 2px;
}

.cols {
    width: 50%;
    display: table-cell;
    position: relative;
    vertical-align: top;
}

.cols.with-bg {
    background-position: right 200px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position-y: 110px;
    background-position-x: 10px;
    background-size: contain;

    
}

.print {
    padding: 15px;
    max-width: 49.9%;
    box-sizing: border-box;
}

.print img {
    max-width: 100%;
}

.after-prints-block {
/*    width: 100%;*/
    margin-top: 150px;
    font-size: 18px;
    display: table;
    margin-left:120px;
}

.after-prints-block .links,.nav-title {
    margin-top: 90px;
    font-size: 18px;
    width: 100%;
    text-align: center;
}

.nav-title{
    padding-bottom: 25px;
    font-size:20px
}

.nav-links {
    text-transform: uppercase;
    font-size: 18px;
    width: 100%;
}

.next-link, .page-links, .page-link {
    width: 100%;
    text-align: center;
}

.biography .page-link{
    font-size: 18px;
}

.page-link {
    margin-bottom: 5px;
}

.page-link.active {
/*    text-decoration: line-through;*/
}

.page-link-strikethrough {
  position:relative;
}

.page-link-strikethrough::after {
  border-bottom: 3px solid black;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 45%;
  
  margin-left:-3px;
  margin-right:-3px;
}

.page-link-hover {
  position:relative;
}

.page-link-hover::after {
  border-bottom: 3px solid black;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 45%;
  
  margin-left:-3px;
  margin-right:-3px;
}

.next-link a, .page-link a {
    text-decoration: none;
}

.next-link {
    margin-bottom: 88px;
}


.main-page-block.screen-prints {
    width: 21.2%;
    position: relative;
}

.main-page-block.originals {
    width: 32.2%;
    position: relative;
    margin-left: 24.8%
}

.main-page-block.darkest-water {
    margin-left: 20%;
    margin-top: 5.4%;
    width: 63.9%;
    position: relative;
}

.main-page-block.face-value {
    margin-left: 7.4%;
    margin-top: 16%;
    width: 70.8%;
    position: relative;
}

.main-page-block.illustrated {
    margin-left: 12.7%;
    margin-top: 6.6%;
    width: 32.2%;
    position: relative;
}

.main-page-block.all-categories{
    margin-left: 0;
    margin-top: 6%;
    width: 23.4%;
    position: relative;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}

.main-page-block.all-categories a{
    text-decoration: none;
}

.main-page-double-block {
    float: left;
    width: 50%;
    position: relative;
}

.fixed-position-image {
    width: 46%;
    position: fixed;
    background-repeat: no-repeat;
    height: 100%;
    background-position: top;
    bottom: 0;
    left: 50%;
    background-size: 100% auto;
    z-index: -1;
    margin-left: 40px;
    margin-right: 10px;
    top: 300px;
    /* margin-bottom: -10%; */
}

.contact-form{
    width: 100%;
}
.contact-form .cols{
    display: block;
    float: left;
}
.fixed-position-image{
    display: none;
}

@media (max-width: 1200px) {
    
   .footer-links{
    width: 80%;
    left:50%;
    margin-left:-40%;
  }
  
  .footer-row {
    display:none;
  }

}

@media (max-width: 768px) {
    .cols {
        display: block;
        width: 100%;
    }
    .fixed-position-image{
        display: block;
        position: relative;
        width: 100%;
        background-position: bottom;
        top: 0;
        height: 500px;
        left: 0;
        margin: 30px 0 0;
        background-size: cover;
    }
    .nav-title {
        margin-top: 30px;
    }
    .with-bg{
        display: none;
    }

    .footer-links{
      width: 100%;
      left:0;
      margin-left:0;
    }
    
    .footer-row {
      display:none;
    }
    
    .after-prints-block {
      margin-left:0px;
    }
    
    img.Centered {
      width: 80%!important;
      padding-left:10px!important;
      padding-top:5px!important;
    }
  
    div.BottomLeft {
      top:50px!important;
    }
    
    .all-categories {
      padding-top:50px!important;
    }
		
		div.image-block {
			padding: 0 0 0 0!important;
		}
		
		.main-gallery-container {
			padding-right:10px!important;
		}
		
		.nav-links {
			padding-right:60px!important;
		}
		
		.localCentered {
			padding-left:0px!important;
		}
}


@media (max-width: 480px)  {
  .footer-row {
	  display:none;
  }
	
	.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
		padding-right:10px!important;
		padding-left:10px!important;
	}
  
  /*.container {
    padding:0;
    margin:0;
    padding-right:0px!important;
  }*/
  
  .main-title {
    top:30px;
		left:20px;
		padding-bottom:20px;
  }
  
  .prints {
    margin-left: 0px!important;
    margin-top:40px;
  }

  body {
    padding:0;
  }
	
	.contact-form .cols {
		padding-left:50px;
	}
	
	.main-page-block.all-categories {
		float:left!important;
		left:20%;
	}

	.contactTitle {
		width: 100%!important;
	}

  .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-left: 0;
    margin-right: 0;
    margin-bottom:0;
  }
  
  .content-block {
    padding-left:0px;
    padding-right:5px;
    padding-top:10px;
  }
  
  .links {
    margin-top: 40px!important;
  }
  
  .next-link {
    margin-bottom: 40px!important;
		padding-left:80px;
  }
  
  .next-cols {
    top:30px!important;
		padding-left:0px!important;
  }
	
	.content-block {
		padding-left:0px!important;
		padding-right:0px!important;
	}
	
	.nav-links {
		padding-right:0px!important;
	}
  
  img.Centered {
    width: 80%!important;
    padding-left:10px!important;
    padding-top:5px!important;
  }
	
	.press {
		display:block!important;
	}
  
  div.BottomLeft {
    top:50px!important;
  }
  
  .left-link {
    display:none;
  }
}
/* Bio Mobile Styles */
@media (max-width: 480px)  {
  .biography .cols:first-child{
    padding-top: 50px;
  }
}

.underline {
    padding-bottom: 8px;
    border: none;
    border-radius: 0;
    border-bottom: 3px black solid;
    font-family: 'ApercuBold', sans-serif;
    letter-spacing: 3px;
    line-height: 1;
    width:80%; 
    outline-width:0;
    font-size: 16px;
}

input[type="text"]{
  color:black;
}

.underline::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #040404;
    font-size: 16px;
}

.underline:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #040404;
    font-size: 16px;
}

.underline::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #040404;
   font-size: 16px;
   opacity:1;
}

.underline:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #040404;
    font-size: 16px;
}

.underline:focus::-webkit-input-placeholder { color:transparent; }
.underline:focus:-moz-placeholder { color:transparent; }


.pressUnderline{
    padding-bottom: 3px;
    border-bottom: #100F0F 3px solid;
}


.press {
    padding-top: 175px;
    display: flex;
    padding-bottom: 325px;
}

.contactTitle {
    font-size: 18px;
    width: 50%;
    text-align: center;
    margin-bottom: 70px;
}

#previewText {
    color:blue;
    padding-top: 18%;
    width: 50%;
    color: blue;
}

.previewcols{
	width:50%
}

.footer-copyright {
        font-size: 12px;

}

img {
	opacity:0;
}


.page-link  a { position:relative; font: bold 20px ApercuBold; }
.page-link a span { position:absolute; display:none; z-index:99; right: 100px; left: 200px; top: -150px; }

.gallery-page-link-image {left:-350px!important;}

.page-link a:hover span { display:block; }
.page-link a:hover {font: bold 20px ApercuBold; text-decoration: none;}

a:hover {
  color:black;
}

a:visited {
  color:black;
}

.strikeout {
  position:relative;
}

.strikeout::after {
  border-bottom: 3px solid black;
  content: "";
  left: -2px;
  position: absolute;
  right: 0;
  top: 90%;
}

/* Home Page Full Screen Background Image */
.home-full-sized-image-holder{
  height: 100%;
  padding: 70px;
  position: fixed;
  width: 100%;
}
@media (max-width: 500px) {
  .home-full-sized-image-holder{
    padding: 20px;
  }
}
.home-full-sized-image-holder .home-full-sized-image{
  height: 100%;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

@media (max-width: 767px) {
    .home-full-sized-image-holder{
      position: absolute;
    }
    .home-full-sized-image-holder .home-full-sized-image{
      background-attachment: local;
    }
}

.home-spacer{
  height: 100%;
  position: relative;
  width: 100%;
}

.drop-down-container{
  display: none;
  padding-top: 6px;
  position: absolute;
  width: 20em;
}
.drop-down-container .drop-down-menu{
  float: left;
  width: 50%;
  list-style: none;
}

@media (max-width: 480px) {
    .drop-down-container{
      width: auto;
    }
    .drop-down-container .drop-down-menu{
      clear: both;
      width: 100%;
    }
}

.with-image-bottom { position: relative; }
.with-image-bottom .image-bottom-col {    
    position: absolute;
    margin-top: -101px;
    z-index: 1; 
}
.with-image-bottom .text-block-content{ 
  position: relative;
  z-index: 2; }
  
  @media (max-width: 480px) {
    .with-image-bottom .image-bottom-col {    
        position: relative;
    }
  }

.clear {
clear: both;
}
.img-wrap {
	position:relative;
}
.img-hover {
	font-size:18px;
	text-decoration:none;
	letter-spacing: 2px;
	max-width:40%;
	opacity: 0;
	position:absolute;
	left: 20px;
	bottom:20px;
	transition: opacity 500ms ease 0s;

}
.img-hover.gallery {
	position:static;
	max-width:400px;
	font-size:11px;
        margin-top: 10px;
/*min-width:200px;*/
display:block;
padding-top:10px;
clear:both;
}
@media (max-width:766px) {
	.img-hover.gallery {
		max-width: 305px;
	}
}
@media (max-width:414px){
	.img-wrap .localCentered + .img-hover.gallery {
		padding-left:50px!important;
	}
}
/*.works-image-block .img-wrap .img-hover {
position:static;
	max-width:400px;
	font-size:14px;
        margin-top: 10px;
min-width:200px;
padding: 0 0 0 40px;
}

.works-image-block .img-wrap .img-hover span {
margin:14px 0 0 0;
border-bottom:none;
padding:0;
}*/


.img-hover span {
	/*display: block;*/
	margin: 0 0 20px;
	border-bottom:solid 3px;
    padding: 0 5px;
}
.img-wrap:hover .img-hover {
	opacity:1;
}

.masonry {
-webkit-column-count: 4;
-moz-column-count:4;
    column-count: 4;
    column-gap: 10em;
-moz-column-gap: 10em;
-webkit-column-gap: 10em;
padding: 0 100px;
}


.hungryfeed_item:nth-child(odd) {
margin-left:40px;
margin-bottom:40px;
}

.hungryfeed_item:nth-child(3n) {
margin-right:30px!important;
}


.hungryfeed_item:nth-child(7) {
margin-right:10px!important;
margin-left:80px!important;
}

.hungryfeed_item:nth-child(1) {
margin-top:20px!important;
margin-right:200px
}

.hungryfeed_item:nth-child(5) {
margin-left:100px!important;
}

.hungryfeed_item:nth-child(5) {
margin-left:100px!important;
margin-bottom:300px!important;
}


.hungryfeed_item:nth-child(12) {
margin-bottom:20px!important;
}

.hungryfeed_item:nth-child(11) {
margin-top:40px!important;
}

.hungryfeed_item:nth-child(13) {
margin-bottom:100px!important;
}


.hungryfeed_item:nth-child(15) {
margin-right:100px!important;
}


.hungryfeed_item:nth-child(18) {
margin-bottom:30px!important;
}


.hungryfeed_item:nth-child(5) {
margin-right:40px!important;
}

.hungryfeed_item:nth-child(20) {
margin-left:-20px!important;
}


.hungryfeed_item:nth-child(14) {
margin-top:100px!important;
}


.hungryfeed_item:nth-child(22) {
margin-left:-50px!important;
}


.hungryfeed_item:nth-child(18) {
margin-bottom:30px!important;
}

.view-more {
text-align:center;
}

.view-more a {
letter-spacing:2px;
}

.view-more a:hover {
text-decoration:none;
}

.view-more span {
   margin: 0 0 20px;
    border-bottom:#fff solid 3px;
    padding: 0 5px;
}

.view-more span:hover {
    margin: 0 0 20px;
    border-bottom: solid 3px;
    padding: 0 5px;
}


.view-more span::after {
 content: url(/wp-content/uploads/2016/09/down-arrow-e1474486151844.png);
}



/* keyframes */

@keyframes fadeInRight {
	
	0% {opacity:0; transform:translate3d(100%, 0, 0);}
	100% {opacity:1; transform:none;}
	
}

/* page animations */



.m-scene .scene-element {
	animation-duration:0.5s;
	transition-timing-function:ease-in;
	animation-fill-mode:both;
}

/* Turn off animation for certain pages */

.page-id-46 .m-scene .scene-element--fadeinright {
animation-name:none;
}

.page-id-754 .m-scene .scene-element--fadeinright {
animation-name:none;
}

.page-id-873 .m-scene .scene-element--fadeinright {
animation-name:none;
}
.single-product .m-scene .scene-element--fadeinright {
animation-name:none;
}



.m-scene .scene-element--fadeinright {
	animation-name:fadeInRight;
	}

 .m-scene.is-exiting .scene-element {
       animation-direction: alternate-reverse;
      }
.side-prev-link.hidden-div.show a, .side-next-link.hidden-div.show a {
display:none;
}
.page-template-works .side-prev-link.hidden-div.show a, .page-template-works .side-next-link.hidden-div.show a {
display:block;
}
.buttons-fix .side-next-link {
cursor:auto;
    letter-spacing: 2px;
    margin: 0;
/*position:fixed;*/
right: -35px;
top: 50%;
transform: rotate(90deg);
}
@media (max-width:414px){
	.left-link.right-link {
		display:none!important;
	}
}
.side-next-link a:hover, .side-prev-link a:hover  {
text-decoration:none;
}
.next-arrow {
transform: rotate(180deg);
}
.side-prev-link {
position:fixed;
cursor: auto;
    font-size: 18px;
    letter-spacing: 2px;
    margin: 0;
    text-align: center;
left: -35px;
    top: 50%;
    transform: rotate(-90deg);
}
.page-id-347 .side-prev-link.hidden-div.show a {
display:none;
}
.page-id-351 .side-prev-link {
left: -15px;
}
.page-id-355 .side-next-link {
right: -20px;
}
.page-id-364 .side-next-link {
right: -15px;
}
.page-id-385 .side-prev-link {
left: -15px;
}
.page-id-678 .side-prev-link {
left: -15px;
}
.page-id-385 .side-next-link.hidden-div.show a {
display:none;
}
.page-id-385 .side-next-link.custom.hidden-div.show a {
display:block;
}
.hidden-div {
opacity: 0;
/*transition: opacity 1.5s;*/
transition: opacity 2.5s 2s ease;
}
.hidden-div.show {
  opacity: 1;
}
a:focus {
outline: 0;
}
.blog .left-link, .blog .left-link.right-link, .instagram .left-link, .instagram .left-link.right-link {
display:none;
}

/* WooCommerce */
.woocommerce ul.products li.product h3 {
color:#000;
    letter-spacing: 1.5px;
    text-decoration: none;
font-weight: normal;
position: relative;
margin-bottom:15px;
width: 57%;
float:left;
}
.woocommerce ul.products li.product h3:after {
content: '';
position: absolute;
background: #000;
width: 10px;
height:2px;
bottom: -5px;
left: 0;
}
.woocommerce .products a.button.add_to_cart_button {
display:none;
}
.woocommerce ul.products li.product .price {
color:#000;
letter-spacing: 1px;
font-size:10px;
position:relative;
display:inline-block;
margin-top:10px;
}
.woocommerce ul.products li.product .price:after {
content: ' NZ';
}
.woocommerce-result-count, .woocommerce-ordering {
display:none;
}
.post-password-form {
margin: 19% auto 0 -147px;
text-align:center;
position:relative;
}
.post-password-form label {
color:#fff;
text-align:center;
font-size:18px;
letter-spacing: 2px;
font-weight: normal;
}
.post-password-form input {
display:block;
margin-top:30px;
}
.post-password-form input[type="password"] {
background: transparent;
border: none;
border-bottom: 2px solid #fff;
padding:5px;
width: 480px;
letter-spacing: 2px;
font-size:18px;
}
.post-password-form input[type="submit"] {
display:none;
}
.password-contact {
color:#fff;
letter-spacing: 2px;
font-weight:normal;
font-size:12px;
position:absolute;
bottom:-100px;
left:50%;
margin-left: -125px;
}
.password-contact a:hover {
text-decoration:none;
color:#fff;
}
.woocommerce ul.products li.product.outofstock .button {
display:none;
}
.products .outofstock:before {
background: #f9001a none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 58px;
    content: "";
    height: 8px;
    position: absolute;
    right: 5px;
    width: 8px;
z-index: 9999;
}
.products .outofstock:after {
bottom: 21px;
    color: #f9001a;
    content: "sold";
    font-size: 10px;
    letter-spacing: 2px;
    position: absolute;
    right: -8px;
    text-transform: uppercase;
    transform: rotate(90deg);
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 11% 7em 0;
}
.stick {
position:fixed;
    right: -82px;
    top: /*50px*/ 0;
}
.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
    margin-right: 0;
    width: 100%;
}
.woocommerce div.product .product_title {
color:#000;
    display:block;
font-size: 1.6em;
font-weight:normal;
letter-spacing: 2px;
position:relative;
margin-bottom:70px;
}
/*.woocommerce div.product .stick .product_title {
width:45%;
}*/
.woocommerce div.product .product_title:after {
background: #000 none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 2.6px;
    left: 0;
    position: absolute;
    width: 15px;
}
.woocommerce div.product {
    margin-top: 40px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000;
    font-size: 1.6em;
    font-weight: normal;
    letter-spacing: 2px;
}
.woocommerce div.product .stick p.price {
    width: 55%;
}
table.wccpf_fields_table td.wccpf_label label {
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 1.5px;
}
.woocommerce div.product form.cart table td {
    display: block;
}
table.wccpf_fields_table td.wccpf_value input[type="text"], table.wccpf_fields_table td.wccpf_value input[type="number"], table.wccpf_fields_table td.wccpf_value input[type="email"], table.wccpf_fields_table td.wccpf_value input[type="password"], table.wccpf_fields_table td.wccpf_value textarea, table.wccpf_fields_table td.wccpf_value select {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none!important;
    font-size: 11px;
    height: auto;
    letter-spacing: 1.5px;
    padding: 0!important;
    width: 50%!important;
line-height: 2;
color: #000;
}
table.wccpf_fields_table td.wccpf_value textarea {
    resize: none!important;
}
.wccpf_label label {
position:relative;
margin-bottom: 25px;
color: #000;
}
.wccpf_label label:after {
background: #000 none repeat scroll 0 0;
    bottom: -13px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 7px;
} 
p.stock {
display:none;
}
.product-right-col .woocommerce-Price-amount:after {
content: ' NZD';
}
table.wccpf_fields_table td.wccpf_label label[for="framed"] {
float:right;
}
.product-left-col, .product-right-col {
float:left;
/*margin-left: 3%;*/
margin-top: 23px;
width: 46%;
}
.product-right-col {
margin-left: 3%;
padding-left:0;
}
.product-left-col {
    width: 40%;
}
.stick .product-left-col {
    width: 36%;
}
.stick .product-right-col {
padding:0 0 0 4px;
}
.product-left-col.description {
clear:both;
}
.woocommerce div.product form.cart .button {
    clear: both;
}
.frame-reference {
position:relative;
}
.frame-reference h4 {
text-decoration:underline;

}
.frame-reference h4:after {
content: ' +';
}
.frame-reference h4:hover:after {
content: ' -';
}
.frame-reference .reference-show {
display:none;
position:absolute;
}
.frame-reference:hover {
cursor:pointer;
}
.frame-reference:hover .reference-show {
display:block;
}
.frame-reference > img {
    height: auto;
    margin: 8px 0;
    max-width: 290px;
}
.product_meta {
display:none;
}
.related.products h2 {
display:none;
}
.prod-materials, .prod-collection {
	font-size: 11px;
	letter-spacing:1.2px;
	line-height: 2;
	margin-bottom: 26px;	
}
.prod-materials h4, .prod-collection h4 {
	font-weight:normal;
	position:relative;
	margin-bottom:25px;
	
}
.prod-materials h4:after, .prod-collection h4:after {
	background: #000 none repeat scroll 0 0;
    bottom: -13px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 9px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background:none;
    color:#000;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 24px;
    margin: 22px 0 0;
    padding: 0 0 4px;
	font-weight:normal;
	border-bottom:3px solid #000;
	border-radius: 0;
}
.single_add_to_cart_button {
	text-transform:uppercase;
	letter-spacing: 3px;
	position:relative;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background:none;
    color: #000;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 39%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 55%;
}
.framed-price {
	letter-spacing: 1.2px;
    line-height: 2;
	font-size: 11px;
    margin-bottom: 49px;
	color:#000;
}
#frame-reference, #shipping-delivery, .single-enquire {
	display:block;
	margin-bottom: 5px;
}
#frame-reference h4, #shipping-delivery h4, .single-enquire h4 {
	font-weight:normal;
	font-size: 11px;
    letter-spacing: 1.2px;
	display:inline-block;
	position:relative;
}
#frame-reference h4:after, #shipping-delivery h4:after, .single-enquire h4:after {
background: #000 none repeat scroll 0 0;
    bottom: 3px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.single-enquire a:hover {
text-decoration:none;	
}
.shipping-delivery p {
	font-size: 11px;
    letter-spacing: 1.2px;
    line-height: 2;
	margin: 20px 0;
	max-width: 365px;
}
.shipping-delivery p a {
	position:relative;
}
.shipping-delivery p a:after {
	background: #000 none repeat scroll 0 0;
    bottom: 3px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.shipping-delivery p a:hover {
	text-decoration:none;
}


/* hide social links */

.links.hide {display:none;}
