	/* WilderLife Theme was developed by Daniel Bogre Udell (@dbudell)
for Common Space, based on FairEnds by Matthew Rappo http://isabeautifulanimal.com

/* RESET
---------------------------------------------------
    http://meyerweb.com/eric/tools/css/reset/
    v2.0 | 20110126
	License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;

}

.giftreggie-body input[type="submit"]:first-of-type {
text-transform: uppercase !important;
color: #000 !important;
background: #FFF !important;
  font-family: "avantgardedemi", Helvetica, Arial, sans-serif;
}

.giftreggie-body .search-form p:nth-of-type(3) span:first-of-type {
display: none;
}

.giftreggie-front .giftreggie-body form input, .giftreggie-front .giftreggie-body form textarea {
font-family: "brandon-grotesque", arial, san-serif;
}

.giftreggie-body input[type="submit"] {
margin-bottom:15px !important;
}

.giftreggie-body form[action="/account/login"] p:nth-of-type(3) span:first-of-type {
display: none;
}

.giftreggie-edit-description button, input[type="file"]  {

  color: #000;
  background: #fff;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  border: none;
  padding: 3px 12px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  line-height: 21px;
  font-family: "avantgardedemi", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
}

.action-buttons button {
font-family: "avantgardebook", Helvetica, Arial, sans-serif;
}

tr.registry-variant td:last-of-type button {
  background: none;
  border: none;
  color: #fff;
  font-size: 20pt;
  margin-bottom: 5px;

}

input[value="Create My Registry"] {
  background: #fff !important;
  color: #000 !important;
  text-transform: uppercase !important;
  font-weight:bold !important;
  font-family: "avantgardedemi", Helvetica, Arial, sans-serif !important;
}

.giftreggie-create .giftreggie-body p:first-of-type {
	text-align:center;
  	margin-top:30px;
}

.giftreggie-create .giftreggie-footer, .giftreggie-signup .giftreggie-footer,
.giftreggie-login .giftreggie-footer {
	display:none;
}

#discard-changes {
border: 2px solid #acaeba;
  background: #acaeba;
  text-transform: uppercase;
}
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img{vertical-align:bottom;
	-moz-transition: all .75s ease-in-out;
	-o-transition: all .75s ease-in-out;
	-webkit-transition: all .75s ease-in-out;
	transition: all .75s ease-in-out;}

.galleria-image img{	-moz-transition:none;
	-o-transition:none;
	-webkit-transition:none;
	transition:none;}

.visible, img#fancybox-img {opacity:1;}

.displace {position: absolute; left: -5000px;}


/* UNIVERSAL STYLES
---------------------------------------------------
*/

body{background:#000; position: relative;}

section{position:relative;}

textarea { resize:none; }

textarea:focus { outline:none; }

#mobile-nav a, nav a, .subnav a {
	font-family:'avantgardebook',helvetica,sans-serif; cursor:pointer;
}
.subnav a{
	font-size:9px;
}

#mobile-nav {
    display:none;
}

#mobile-nav-trigger{
	display:none;
	width: 100%;
	padding: 30px;
	font-size: 1em;
	background: #FFF;
	border: none;
}

#mobile-nav-trigger:focus{outline:none;}

.form-search-wrapper{
	float: right;
	margin-top: 15px;
}
@media(min-width:901px){
	.form-search-wrapper{
		margin-bottom:20px;
	}
}

form.search {
	display:inline-block;
}

form.search input[type="text"] {
	background:none;
	width:200px;
	background-color:#4c4c4c !important;
	font-family:'avantgardebook',helvetica,sans-serif;
	font-size:.75em;
	padding:6px 10px 4px;
	letter-spacing:0.1rem;
	text-transform:uppercase;
  color:#FFF !important;
	font-size:9px;
	margin-right:3px;
	border-left:none !important;
	border-bottom:none !important;
	border-top:none !important;
	border-right:2px solid #fff;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    background: rgba(0,0,0,.3);
  	margin-bottom:10px;
}
form.search input[type="text"]::-webkit-input-placeholder{
	color:#fff;
}
form.search input[type="text"]:-moz-placeholder{
	color:#fff;
}
form.search input[type="text"]::-moz-placeholder{
	color:#fff;
}
form.search input[type="text"]:-ms-input-placeholder {
	color:#fff;
}

form.search input[type="text"]:focus {
	background:#fff;
	color:#BBBDBF;
	outline:none;
  -moz-box-shadow:0px 0px 3px #fff;
  -webkit-box-shadow:0px 0px 3px #fff;
  box-shadow:0px 0px 3px #fff;
}

form.search input[type="submit"] {
	display: none;
}



@media all and (max-width:900px) {
	div.form-search-wrapper {
    width:100%;
		position: relative !important;
		top: 0;
		right: 0;
		text-align:center;
		margin-bottom:30px;
	}

	form.search input[type="text"] {
    width:90%;
		padding:5%;
		border:none;
		border-bottom:1px solid #fff;
	}
}

@media all and (max-width:768px) {
  footer .container:nth-child(2) p {
      display:block !important;
      margin:10px auto !important;
  }

}

ul#results {
	text-align:center;
}

ul#results li img {
	margin-bottom:10px;
}

ul#results li {
	margin-bottom: 25px;
	color: #fff;
  	line-height:1.5em;
}

.container{position:relative; width:90%; max-width: 1200px; min-width:284px; margin:0 auto; padding-top:20px; display:block;}

.nav-container{width:100%; padding:10px 0 30px; background:#000;  z-index:300; position:relative; }

nav{text-align:left; text-transform:uppercase;margin-top:10px}

nav li { position:relative; }

.tr {
	text-align:right;
}
.footer-nav {
	line-height:1em;
}
.footer-nav li{
	margin:0 3px !important;
}
.footer-hr{
	height:2px;
	width:100%;
	background:#fff;
}
.footer-social{
	height: 37px
}

.footer-flex{
	display: flex;
	flex-direction: column;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
@media(min-width:992px){
.footer-flex{
	flex-direction: row;
}
}




.subnav{position:relative; text-transform: uppercase; text-align:center;line-height:2em;}

ul.nested-nav {
  display: none;
  position: absolute;
  top: 31px;
  z-index: 400;
  text-align: right;
  background: rgba(0,0,0,0.75);
  padding: 15px 20px 5px;
  width: 250px;
  height: 470px;
  overflow-y: scroll;
}
ul.top-nested-nav {
	display: none;
	position: absolute;
	top: 21px;
	left: -1px;
	z-index: 5;
	text-align: left;
	max-width: 150px;
	max-height: 300px;
	height:auto !important;
	overflow-y: scroll !important;
}
ul.top-nested-nav li:first-of-type{
	margin-top:25px;
}

.subnav .nested-nav {
  top:13px !important;
	left: 679px !important;
  z-index: 10000 !important;
}

.line-spacer{
	background-color: #fff;
	display: inline-block;
	width: 2px;
	height: 18px;
	vertical-align:-5px;
	margin-left:16px;
	margin-right:100px;
}
@media(max-width:900px){
	.line-spacer{
		display:none;
	}
}

.designers-dropdown {
	font-size:9px;
  text-transform:uppercase;
  letter-spacing:0.2em;
	display:inline-block;
}
.toggleLinesWrap{
	width:30px;
	display:inline-block;
}
.toggleLines{
	display:inline;
	margin-left:8px;
	vertical-align:-3px;
	transition:0.5s;
}
.toggleLines1{
	width:2px;
	height:13px;
	background:#fff;
	transform:rotate(-30deg);
	display:inline-block;
	content: ' ';
}
.toggleLines2{
	width:2px;
	height:13px;
	background:#fff;
	transform:rotate(30deg);
	display:inline-block;
	content: ' ';
	margin-left: 0px;
}
.toggleLinesCross1{
	transform:rotate(-135deg);
	margin-left:11px;
}
.toggleLinesCross2{
	transform:rotate(135deg);
	margin-left:-6px;
}

.designers-dropdown .nested-nav a {
  text-transform:uppercase;
  letter-spacing:0.2em;
	font-size:13px;
}

.designers-dropdown .nested-nav {
  top: 48px !important;
	right:0;
	margin-top:19px;
	background: rgba(0,0,0,0.5);
}

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

  .designers-dropdown {
  	display:none;
  }

}


ul.nested-nav-mobile {
  display:none;
  text-align:center;
  padding:1% 0;
  background: #222;
  margin-top: 10px;
  max-height:155px;
  overflow-y:scroll;
}

ul.nested-nav li {
	display:block;
  margin-bottom:30px;
}

ul.nested-nav-mobile a {
font-size:10pt;
}

.viewcart{position:absolute; top:10px; right:0;}

#mobile-nav li {display:block; margin:30px 0;}

.subnav li{display:inline-block; margin:0 8px;}

nav li{display:inline-block; font-size: 13px;
letter-spacing: 2px;}

.nav-container nav > ul > li {
		margin: 0;
    padding: 10px 12px 5px;
}

ul.collection img/*, .product-image img*/{width:100%;}

a.prev, a.next{position:absolute; top:50%; margin:-34px 0 0 0; z-index:1000; width:68px; height:68px; filter:alpha(opacity=10); opacity:.1;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;}

a:hover.prev, a:hover.next{filter:alpha(opacity=80); opacity:.8;}

a.prev{background:url("slideshow-prev.png") no-repeat; left:0;}

a.next{background:url("slideshow-next.png") no-repeat; right:0;}

/* zoom wrap */
.zoom-wrap:hover{
  cursor:zoom-in !important;
}
a.zoom-wrap {
  width: 100%;
  height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

/* if want to keep zoom in to size of images */
/* a.zoom-wrap{eme
  height:auto;
}
.product-slideshow, .product-slideshow .slide{
  display:flex !important;
  align-items:center;
} */

@media only screen and (max-width:970px){
	  .node p {
     	font-size:3em !important;
   }
}

@media only screen and (max-width:900px){
	nav, .sub-nav {display:none;}

  	.logo { width:100% !important; margin:0 auto !important; }

  	#mobile-nav {
        display:none;
  		padding:15px 0;
  	}

  	#mobile-nav ul {
  		border:none;
			text-align:center;
  	}

  	#mobile-nav-trigger {
	    display:block;
			width:100%;
	  	padding:20px 0;
			background:#171717;
			border:none;
			font-size:1em;
	    font-family: "avantgardedemi", Helvetica, Arial, sans-serif;
			cursor:pointer;
    }

		.hamburger:before{
			content:' ';
			background-color:#fff;
			width:16px;
			height:1px;
			position:absolute;
			top:-4px;
			left:0;
		}
		.hamburger{
			width:16px;
			height:1px;
			display:block;
			background-color:#fff;
			margin:0 auto;
			position:relative;
		}
		.hamburger:after{
			content:' ';
			background-color:#fff;
			width:16px;
			height:1px;
			bottom:-4px;
			position:absolute;
			left:0;
		}

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

  /*.product-slideshow, .product-slideshow .slide { height:400px !important; }*/

  .slideshow-image { width: 100%;
height: auto;
position:relative;
/*top:50%;
-webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  transform:translateY(-50%);*/

}

  .prev, .next { filter:alpha(opacity=80) !important; opacity:.8 !important; box-shadow:0 0 3px #888; }


  .pager-container { bottom:-20px !important; }

  .product-links { margin-top:30px !important; }

  .addtocart { margin-top:0 !important; }
}


	/* Footer */

footer{width:100%; display:block; padding: 30px 0 100px; margin:20px 0 0 0;}

.contact-text {
	font-size:9px;
	text-transform:uppercase;
	letter-spacing:1px;
	height:12px;
	text-align:center;
}
.footer-message{
  text-align:center;
  display:block;
}
@media(max-width:767px){
	.contact-text{
		margin-top:10px;
	}
}
@media(min-width:768px){
    .contact-text{
		margin-top:10px;
        text-align:center;
	}
  	.footer-message{
      text-align:center;
    }
}
@media(min-width:992px){
	.contact-text{
	  text-align:right !important;
      margin-top: 0px;
	}
    .footer-message{
      text-align:right;
    }
}


footer ul, footer form, footer p{display:inline-block; vertical-align:top;}

footer li{display:inline-block; margin: 2px 5px;}

footer p{display:inline-block; text-align:center;
margin:0 0 1.4em 0; color:#fff; line-height:1.4em;}

footer .container:nth-child(2) p {
display:inline;
  margin: 4px;
}

footer .container:nth-child(2) p:first-child {
	margin-left:0;
}

footer form{width:330px; margin:5px 0 0 0;}

footer .email{
	height:25px;
	padding:.5% 3%; width:200px;
	background:none;
	border:2px solid #fff;
	margin-right:10px;
    color:#fff;
	font-size:1em;
  	font-family:"brandon-grotesque",helvetica,sans-serif;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;}

footer .email:focus { outline:none; background:#fff !important; color:#BBBDBF; -moz-box-shadow:0px 0px 3px #fff; -webkit-box-shadow:0px 0px 3px #fff; box-shadow:0px 0px 3px #fff;}

.facebook, .instagram, .twitter, .tumblr, .yelp, .gplus{
  display:inline-block;
  height:35px;
  text-decoration:none;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  background-size:100% !important;
	background-repeat: no-repeat !important;
}
.facebook, .instagram, .twitter, .tumblr {
	width: 15px;
	background-size: 35px !important;
	background-position-x: center !important;
	background-position: center !important;
}
.gplus{
	width: 18px;
	vertical-align: -8px;
	margin-left: -5px;
}
.yelp{
	width: 46px;
	background-size: 50px !important;
	background-position-x: center !important;
	background-position-y: 1px !important;
}

.facebook:hover, .instagram:hover, .twitter:hover, .tumblr:hover{opacity:.7;}

.facebook{background:url('socmed-facebook-2.gif');}

.instagram{background:url('socmed-instagram-2.gif');}

.tumblr{background:url('socmed-tumblr.gif');}

.twitter{background:url('socmed-twitter.gif');}

.yelp {background:url('yelp-2.png');}

.gplus {background:url('gplus.png');}

/* LAYOUT
---------------------------------------------------
*/

	/* Homepage */

	.logo{ width:100%; max-width:340px; height:auto; /*background:url('logo.gif') no-repeat bottom center;*/ padding:15px 0 0 0; margin:0; display:block;}

	.logo img{ width:inherit; height:inherit; }

	.col-one, .col-two { width:48.5%; }

	.col-one{position:relative; display:inline-block; margin:0 2.5% 0 0; vertical-align: top;}

	.col-two{position:relative; display:inline-block; vertical-align: top;}

	.node{width:100%; position:relative; background:#000;}

	.col-two .node.small(4n){margin:0 0 4% 0;}

	.node img{width:100%; height:auto; position:relative; /*opacity:.7; -webkit-backface-visibility: hidden;*/}

	.node a{opacity:1;}

	.node a:hover img{opacity:.7;}



	.col-one .node{margin:0 0 /*12.7%*/ 0 0;}

	.col-two .node{margin:0 0 5% 0;}

	.node.small{width:47.5%; margin:5% 0 5% 0; display:inline-block;}

	.node.small:nth-of-type(2n){margin-left:4%;}

	#instalink:hover .node img {opacity:.7;}

	#instalink:hover #instalogo{opacity:1;}

	#instafeed {position:relative;}

	#instalogo {position: absolute;
		z-index: 3;
		width: 75px;
		bottom: 0;
		margin-left: 0;
    }


	/* Collection */

.collection-title {
  text-align: center;
  color: #fff;
  font-size: 2.5em;
  padding: 10px 0;
  text-transform:uppercase;
}

div.collection-descr img { width:100%; }

div.collection-descr { margin-bottom:30px; }
	ul.collection{position:relative; margin:0 auto; padding:0; list-style:none; text-align:center;}

	ul.collection li{display:inline-block; position:relative; z-index:100; margin:0 1% 2%; width:30%; vertical-align:top; min-width:320px;}

	@media (max-width:767px){
		ul.collection li{
			margin:0 auto 4%;
		}
	}
	@media (max-width:400px){
		ul.collection li{
			min-width:290px;
		}
	}

ul.collection li .image{margin-bottom: 15px;}

	/*ul.collection li:nth-child(3n){margin:0 0 4% 0;}*/

.grid-sizer { width:30%; }

.gutter-sizer { width:3%; }

.item { width:30%;  }

	ul.collection li .item-bg{visibility:hidden; display:block; position:absolute; width:100%; height:103%;margin-top:-1px;
	z-index:9;  background: rgba(0, 0, 0, .7);   filter: alpha(opacity=0); opacity: 0;
  		-moz-transition: all .25s ease-in-out;
		-o-transition: all .25s ease-in-out;
		-webkit-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
	}

	ul.collection li .item-name{visibility:hidden; display:inline-block; position:absolute; top:48%; width:100%; padding:0 0px;
	height:inherit; z-index:10;  color:#ffffff; filter: alpha(opacity=0); opacity: 0;
		-moz-transition: all .25s ease-in-out;
		-o-transition: all .25s ease-in-out;
		-webkit-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
      -webkit-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-o-transform:translateY(-50%);
-ms-transform:translateY(-50%);
transform:translateY(-50%);
	}

	ul.collection li .item-vendor { visibility:hidden; display:inline-block; position:absolute; top:60%; width:100%; padding:0 0px;
	height:inherit; z-index:10;  color:#ffffff; filter: alpha(opacity=0); opacity: 0;
		-moz-transition: all .25s ease-in-out;
		-o-transition: all .25s ease-in-out;
		-webkit-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
      -webkit-transform:translateY(-60%);
-moz-transform:translateY(-60%);
-o-transform:translateY(-60%);
-ms-transform:translateY(-60%);
transform:translateY(-60%);
      text-align:center;
      font-style:10pt;
      text-transform:uppercase;
	}

	ul.collection li:hover .item-name, ul.collection li:hover .item-bg,
	ul.collection li:hover .item-vendor {visibility:visible; filter: alpha(opacity=100); opacity: 1;}

/* Single Product */

.product-zoom-flex{
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content:space-around;
}
.slider-box{
	margin-bottom: 100px;
}
@media(min-width:912px){
	.slider-box{
		padding-right: 20px;
	}
}
.description-box{}


.product-section {
  margin-top: 42px;
}

.product-image{
	position:relative;
	max-width:500px;
	display: inline-block;
}

	.product-buy{position:absolute; z-index:200; top:8%; left:50%; margin:0 0 0 2%; text-align:center;}

	.addtocart{display:block; background:#ff0000; padding:6px; border:0; margin:6px 0 0 0; cursor:pointer;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	max-width:240px;
}

	.addtocart:hover{opacity:.7;}

	.product-links{display:inline-block;vertical-align:top; color:#fff}

	ul.product-links * {
    	font-family: avantgardebook, helvetica;
    }

	ul.product-links li {
	    font-size: 1.15em;
    }

	ul.product-links li:nth-child(4) {
    	margin:30px 0 10px;
    }


	.product-text{display:inline-block; width:100%; vertical-align:top; color:#fff;}

.product-text a {color:#fff;}

.product-text img{width:100%; }

h1.soldout{color:#4c4c4c;}

/*  GIFT REGGIE */

button#registry-update-cart, button#giftreggie-checkout {
font-family: 'avantgardebook',helvetica,sans-serif;
text-transform: uppercase;
}

div#giftreggie-collection.giftreggie-popup {
width:300px !important;
padding:25px !important;
}

.giftreggie-popup a {
color:#000;
text-decoration:underline;
}
.giftreggie-popup-stop {
margin:12px auto !important;
border: none;
width: 100%;
padding: 10px;
text-transform: uppercase;
cursor: pointer;
}


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

		.product-links{display:inline-block; width:100%; vertical-align:top;}

		.product-links li{display:inline-block;
     padding:3px 0; width:100%;}

		.product-text{display:block; width:100%; vertical-align:top;}
	}

.variants{margin:0; padding:5px 0;}

.variants select{width:100%;}

.pager-container{width:100%; position:absolute; bottom:-50px; text-align:center; z-index:200;}

.product-slideshow, .product-slideshow .slide{width:100%; overflow:hidden; background:#000; transition:0.5s; }

/*.product-slideshow .slide img*/ .slideshow-image { margin:0 auto; display:block;width:100%;  }

@media only screen and (max-width: 900px) {
	/*ul.collection li{display:inline-block; position:relative; margin:0 2% 4% 0; width:49%;}
	ul.collection li:nth-child(2n){margin:0 0 4% 0;}*/
	.node.small{width:100%;}
}


	/* Blog Template */

	.blog-container{width:66%; margin:0 auto;}

	.blog-container article{width:100%; margin:0 0 60px 0;}

	.blog-container img{width:100%; margin:0 0 5% 0;}

.blog-container p img{width:100%; margin:0 0 0 0; }

	.blog-image{position:relative; width:100%; margin:0 0 20px 0;}

.journal_link, .journal_link * {
text-decoration:none !important;
  -webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
-ms-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
}

.journal-wrap{
	display: -webkit-flex;
  display: flex;
	-webkit-flex-direction: row;
  flex-direction: row;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
}
.journal_link{
	max-width:320px;
	padding:0 1em;
}
.journal_link:hover .journal_thumb {
	opacity:.75;
}

.journal_thumb {
  display: inline-block;
  position: relative;
  z-index: 100;
  margin: 0px 3% 4% 0px;
  width: 30%;
  vertical-align: top;
  overflow: hidden;
  height: 400px;
	min-width:320px;
}
@media(max-width:400px){
	.journal_thumb{
		min-width:290px !important;
	}
}


.journal_date {
  margin:3%;
    text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.15rem;
}


.journal_thumb .img_wrap {
	height:75%;
  overflow:hidden;
}
.img_wrap img{
	width:100%;
}
.img_wrap p {
  position: absolute;
  background-color: rgba(0,0,0,0.5);
  bottom: 39px;
  padding: 10px;
  text-align: center;
	max-height: 167px;
  overflow: hidden;
	opacity:0;
	transition:0.33s;
}
.journal_thumb:hover > .img_wrap p{
	opacity:1.0;
}

.journal_thumb .img_wrap.no_img {
	background:#fafafa;
  	opacity:.5;
}

.journal_thumb p {
	margin:5% 0;
  text-align:center;
}

.paginate_link {
  display: block;
  background: #FFF;
  padding: 1%;
  color: #000;
  text-transform: uppercase;
  width: 33%;
  margin: auto;
text-align:center;
}

@media all and (max-width:600px) {
  .journal_thumb {
    width:46%;
  	height:auto;
  }

  /*.journal_thumb .img_wrap {
  	height:140px;
  }*/

  	.journal_thumb .img_wrap div {
		width:100%;
      height:100%;
      overflow:hidden;
    }

  .journal_thumb .img_wrap div img {
  	width:175%;
    height:auto;
  }
}



.paginate_link:hover {
text-decoration:none;
  opacity:.75;
}

	/* Masonry Template */

	.masonry-container{width:100%; margin:0 auto;}

.masonry-container.home{margin-top:60px;}

	.masonry-container article{display:inline-block; vertical-align:top; width:20.125%; border-top:1px dotted #333; margin:0 5% 60px 0;}

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

	.masonry-container article{display:inline-block; vertical-align:top; width:100%; border-top:1px dotted #333; margin:0 0 60px 0;}

	}

.masonry-container article:nth-child(4n){margin-right:0;}

	.masonry-container img{width:100%; margin:0 0 5% 0;}

.masonry-container p img{width:100%; margin:0 0 0 0; }

	.blog-image{position:relative; width:100%; margin:0 0 20px 0;}

	/* Press */

	.press img{opacity:1; -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;}

.press img:hover{opacity:.7;}

	/* Stockists */'

.test{color:#fff000;}

	.stockists-container{width:100%; margin:0 auto;}

	.stockists-col{display: inline-block; width: 30%; margin: 0 5% 0 0; vertical-align: top;}

.stockists-col.last{margin:0;}

	.stockists-col p{margin:0 0 20px 0; font-size:.825em; line-height:1.3em;}

	.stockists-col a{display:block; margin:-20px 0 40px 0; font-size:.625em; color:#ea222c;}

	.stockists-col h1{padding:8px 0 6px 0; border-top:1px dotted #333; width:100%; display:block;}

	.stockists-col h2{font-size:.625em; color:#ea222c; padding:8px 0 30px 0; margin:0; border-top:1px dotted #333; width:100%; display:block;}

.stockists-col img{width:100%; margin:5% 0 0 0;
  display:inline !important;
position:inherit !important;
  -moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;}

.stockists-col img:hover{opacity:.7;}

	/* CART */

    .shop-cart-total{
        display:inline-block;
        font-size:20px;
        color:#fff;
        letter-spacing:1px;
        width:100%;
        margin:20px 0 0 0;
        text-align:right;
    }

.shop-cart-total p { color:#fff; }

	.cart-container{margin:0 auto;}

    .shop-list-items{list-style:none; margin:0; padding:0;}

    .shop-list-items li{position:relative; display:inline-block; padding:22px 0px; margin:0 0 15px 0; width:100%; border-bottom: 1px solid #FFF;}

    .shop-list-single-item{position:relative; display:inline-block; vertical-align:top; width:100%; padding:0;}

    .shop-list-single-item img{display:inline-block; vertical-align:top; margin:0;}

    .shop-list-items li li{width:20%; vertical-align:middle; display:inline-block; text-align:center;  margin:0 0 10px 0; }

    .cart-item-input{margin:0; padding:0;}

    .shop-list-items .cart-item-input li{display:inline-block; border:none; vertical-align:middle;padding:0;}

    .cart-item-input, .cart-item-input input, .cart-item-input a{text-transform:uppercase; color:#fff; text-decoration:none;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-appearance: none;}

    .cart-item-input input:hover, .cart-item-input a:hover{cursor:pointer;}

    .cart-item-input{position:relative; right:0; display:inline-block; width:100%; margin:0 0 0 0; vertical-align:middle;}

    .cart-item-input input{background:#fff; color:#000; border:none; font-family:"brandon-grotesque",helvetica,sans-serif;}

.cart-item-input input:focus{outline:none;}

.quanity{width:40% padding:5%; border:2px solid #000;}

    .note{width:96%; height:140px; padding:2%; border:1px solid #c8c8c8; font-size:1rem; line-height:1.4em; font-family:"brandon-grotesque",helvetica,sans-serif; color:#000;}


.add{border: 0 none;
cursor: pointer;
display: inline-table;
margin: 0 0 40px 0;
  padding:5px;
overflow: hidden;
background: #fff;
text-transform: uppercase;
color: #000;
-moz-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
-webkit-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;}

.update{border: 0 none;
cursor: pointer;
display: inline-table;
margin: 0 0 40px 0;
  padding:5px;
overflow: hidden;
background: #acaeba;
text-transform: uppercase;
color: #fff;
-moz-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
-webkit-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;}


#is-a-gift p {

  text-align:right;

}

label[for="gift-wrapping"] { color:#fff; text-transform:uppercase; font-size:.75em; }

		/* Cart Empty */

		.cart-empty{display:block; width:100%; height:500px; padding:10px 0; color:#000; text-align:center; background:#fff; font-size:14pt;}
.cart-go-back{border-bottom:1px solid #fff; color:#fff; text-align:center; padding:20px 0; margin:0 0 40px 0;}


/* VIDEO
---------------------------------------------------
*/

.videoWrapper {
	position: relative;
	padding-bottom: 53%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	vertical-align:top;
	margin:0 0 7% 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* TYPOGRAPHY
---------------------------------------------------
*/

@font-face {
    font-family: 'avantgardedemi';
    src: url('avantgardegothicitct-demi-webfont.eot');
    src: url('avantgardegothicitct-demi-webfont.eot?#iefix') format('embedded-opentype'),
         url('avantgardegothicitct-demi-webfont.woff2') format('woff2'),
         url('avantgardegothicitct-demi-webfont.woff') format('woff'),
         url('avantgardegothicitct-demi-webfont.ttf') format('truetype'),
         url('avantgardegothicitct-demi-webfont.svg#avantgargotitctdemdemi') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'avantgardebook';
    src: url('avantgarde_book-webfont.eot');
    src: url('avantgarde_book-webfont.eot?#iefix') format('embedded-opentype'),
         url('avantgarde_book-webfont.woff') format('woff'),
         url('avantgarde_book-webfont.ttf') format('truetype'),
         url('avantgarde_book-webfont.svg#avantgardebook') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*@font-face {
    font-family: "brandon-grotesque";
    src: url('brandon_light-webfont.eot');
    src: url('brandon_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('brandon_light-webfont.woff') format('woff'),
         url('brandon_light-webfont.ttf') format('truetype'),
         url('brandon_light-webfont.svg#brandon_grotesquelight') format('svg');
    font-weight: normal;
    font-style: normal;*/
}


.node-text, .item-name, .product-buy h1, form h1, .addtocart,
.shop-list-items li td p,.cart-item-input, .cart-item-input input, .cart-item-input a,
.shop-cart-total p, input.add, .button, .remove, .update, .cart-empty h1, .blog-container h1, .stockists-col h1
.collection-container h1{font-family: 'avantgardebook',helvetica,sans-serif; text-transform:uppercase;}

body, nav, .price, .product-text, .product-links, .cart-item-input label, .cart-empty h2, .blog-container h2, .stockists-col h2{font-family: "brandon-grotesque", arial, san-serif; letter-spacing:.05em;}

.product-text b,.product-text strong, .blog-container b, .blog-container strong{font-family: 'Avenir Bold', arial, san-serif; letter-spacing:.05em;}


.subnav, .viewcart{font-size: .75em;letter-spacing: 2px;}

a{color:#fff; text-decoration:none;
	-moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;}

a:hover, a.active{text-decoration:underline;}

.cart-go-back a{text-decoration:underline;}

nav{font-size:.875em;}

nav a{color:#fff;}

nav a:hover, nav a.active, .subnav a:hover, .subnav a.active,
.designers-dropdown a:hover, .designers-dropdown a:active {color:#BBBDBF;text-decoration:none;}

.example-pager span {margin-right:15px;}

.example-pager span div {width:10px; height:10px; border:2px solid #fff; display:inline-block; cursor:pointer;}

.cycle-pager-active div {background:#fff;}

.node-text{position:absolute; width:100%; top: 50%; text-align: center; -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); transform:translateY(-50%); pointer-events: none; }

.node-p {
	display:block !important;
  font-size: initial !important;;
  font-family: "brandon-grotesque",helvetica,sans-serif !important;
  text-align: center;
	position: absolute;
	width: 100%;
	top: 60%;
	text-align: center;
}

.node p{font-family:'avantgardedemi',helvetica,sans-serif; z-index: 3; font-size: 5em; color: #FFF; text-shadow: -.01em -.01em 20px #ccc; letter-spacing: .075em; }

.item-name{font-size:1em; text-align:center;}

.product-buy h1{font-size:.825em; letter-spacing:.05em;}

#info, #shipping { color:#fff; text-decoration:underline; }

.price{margin:5% 0 5% 0; font-size:1em;}

.addtocart{ color: #FFF;
  background: none;
  font-size: 1em;
  width: 100%;
  border: 2px solid #FFF;
  padding: 5% 0;
  margin: 30px 0 0;
  letter-spacing:.15em;
	text-transform:uppercase;
}

.product-links{font-size:.6875em; line-height:1.6em; margin:0 0 50px 0;max-width:500px}
@media(min-width:934px){
	.product-links{
		max-width:320px;
	}
}

.product-links .active{color:#000;}

.product-links h1{
	font-size: 2em;
	letter-spacing: 2px; line-height: 1.25em;
}

.product-text{font-size:13px; line-height:1.4em;margin-top:30px}

.product-text a{color:#fff;}

.product-text a:hover{text-decoration:underline; }

.product-text p{margin:0 0 20px 0;}

.product-text h1{margin:0 0 5px 0;}


.shop-list-items li:first-child li {
width: 19.5% !important;
}

#cart-header {
border-top: 1px solid #FFF;
padding: 35px 0 0;
  font-size: 1.25em;
}


.cart-item-input label, .special-instructions{text-transform:uppercase; text-align:center; display:block; color:#fff; font-size:.625em; margin:0 0 5px 0;}

.shop-cart-total p{ color:#fff;}

 .special-instructions{width:100%;margin:50px 0 15px 0;}

  .cart-empty h2, .blog-container h2{font-size:1em; margin:10px 0 5px 0;}
  .cart-empty h1, .blog-container h1, .collection-container h1{font-size:1.2em; margin-top:10px;}

.blog-container h1, .blog-container h2, .blog-container { color:#fff; }

.collection-container hgroup{text-align:center; margin:20px 0 40px 0;}

.blog-container article hgroup, .masonry-container article hgroup{text-align:center; margin:20px 0 40px 0;}

.blog-container article hgroup a, .masonry-container article hgroup a{color:#fff;}

.blog-container article hgroup a:hover, .masonry-container article hgroup a:hover{color:#BBBDBF;}

.blog-container article a, .masonry-container article a{color:#BBBDBF;}

.blog-container article p, .masonry-container article p{line-height:1.4em; margin:0 0 20px 0; color:#fff;}

.blog-container h1 a { text-decoration:none; }

.read-more {
      width: 100%;
  text-align: center;
  display:inline-block;
      margin-top:15px;
      }

.button{
  	color: #000;
  	background:#fff;
	-moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
    border:none;
    padding: 3px 12px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    margin: 0 0 20px 0;
    line-height: 21px;
    font-family: "avantgardedemi", Helvetica, Arial, sans-serif;
    -webkit-appearance: none;}

.button:hover{opacity:.7;}

.update, .add{font-size:1em;}


@media only screen and (max-width: 768px) {
	.col-one, .col-two{width:100%; margin:0;}
	.col-one .node, col-two .node{margin:0 0 4% 0;}
  .subnav { display:none; }
	.subnav.footer-nav{display:block}
  	.subnav li{margin-bottom:6px;}
	.item-name{font-size:1.5em;}
  	form h1{margin:0 0 5% 0;}
    .variants{margin:0;}
    .price{margin:0;}
  .product-text{margin:6% 0 0 0; width:100%;}
  .product-links{margin:0 0 20px 0;}
  .product-text{margin:0 0 60px 0;}
  .products-links li{font-size:.875em;}
  .blog-container, .cart-container{width:100%;}
  .shop-cart-total{text-align:center;}
  .stockists-col{width:100%;}
  footer ul, footer-form{display:block; width:100%; text-align:center;}
  footer .email{width:150px;}
}

@media only screen and (max-width: 540px) {
  .shop-list-items li li{width:33%; text-align:center;  margin:0 0 30px 0; }
  .shop-list-items .cart-item-input li:nth-child(4n){width:50%;  margin:0; }
  .shop-list-items .cart-item-input li:nth-child(5n){width:50%; margin:0;}
}

.share-buttons {
	margin-top:30px;
	max-width:200px;
	display:inline-block;
}
.rrssb-buttons.small-format{
	display:inline-block;
}
.rrssb-buttons{
	display:inline-block;
	width:auto;
}
.rrssb-buttons li{
	width:40px !important;
	height:40px;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.rrssb-buttons li:hover{
	opacity:0.7;
}
.rrssb-buttons li.rrssb-pinterest a,
.rrssb-buttons li.rrssb-facebook a,
.rrssb-buttons li.rrssb-twitter a,
.rrssb-buttons li.rrssb-email a
 {
	background-color:#000;
	border-radius:0px;
}
.rrssb-buttons li:first-of-type {
  margin-left: -10px;
}
.rrssb-buttons li.rrssb-pinterest a:hover,
.rrssb-buttons li.rrssb-facebook a:hover,
.rrssb-buttons li.rrssb-twitter a:hover,
.rrssb-buttons li.rrssb-email a:hover {
	background-color:#000;
}

.rrssb-buttons.small-format li a .rrssb-icon svg{
	height:50%;
	top:6px;
}
.rrssb-buttons.small-format li{
	height:40px;
	margin-right:-3px;
}

.pinterest-share{
	display: inline-block;
	vertical-align: 6px;
	margin-left: -4px;
}
.pinterest-share path {
    fill: #fff;
}
.pinterest-share li {
	height: 32px;
  width: 33px;
}
.pinterest-share a,
.pinterest-share span {
  height: 33px;
  width: 33px;
  position: relative;
  display: block;
	z-index:99
}
.pinterest-share li:hover{
	opacity:0.7;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	cursor:pointer;
}
.pinterest-share svg {
  height: 20px;
  padding-top: 6px;
  padding-left: 2px;
	z-index: -1;
	position: relative;
}

/* email sign up */
/* email sign up */
div#e2ma_signup_message {
    display: none;
}
.e2ma_signup_form_row{
	border:none !important;
	display:inline-block;
}
.e2ma_signup_form_label{
	display:none;
}
#e2ma_signup input#id_email {
    background: #000;
    border: 2px solid #fff;
    padding: 3px 10px;
    min-width: 162px;
    min-height: 18px;
		color:#fff;
		font-size:16px;
		font-family: "brandon-grotesque",helvetica,sans-serif;
		font-weight:normal;
		-moz-transition: all .25s ease-in-out;
			-o-transition: all .25s ease-in-out;
			-webkit-transition: all .25s ease-in-out;
			transition: all .25s ease-in-out;
}
#e2ma_signup input#id_email:focus{
	background: #fff !important;
	color: #BBBDBF;
}
.e2ma_signup_form_required_footnote {
    display: none;
}
input#e2ma_signup_reset_button {
    display: none !important;
}
input#e2ma_signup_submit_button {
  background-color: #fff;
  border: none;
  outline: 0;
  color:#000;
  margin-left: 21px;
  border-radius:0px;
  padding:0;
  text-transform: uppercase;
  font-weight: bold;
  height: 27px;
  width: 86px !important;
	font-size: 12px !important;
	font-family:"avantgardedemi", Helvetica, Arial, sans-serif;
	-moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
input#e2ma_signup_submit_button:hover{
	opacity:0.7;
	cursor:pointer;
}
.e2ma_signup_form_button_row{
	display:inline-block;
	float:none !important;
}
.e2ma_signup_form{
	width: 283px !important;
	margin:0 auto;
}
@media(min-width:1100px){
	.e2ma_signup_form{
		flex-grow: 1;
	}
}
/* fixes extremely long footer space at end */
div#__lpform_id_email{
	display:none;
}

/* fix for mobile second line of text */
.col-two p.node-p,
.col-one p.node-p{
  font-size:16px !important;
}
@media(min-width:970px) and (max-width:1260px){
.node p {
  font-size:3em !important
}
}

@media (max-width:530px){
.col-two p.node-p,
.col-one p.node-p{
  margin-top:30px;
}
}