/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Custom
   ========================================================================== */

*, *:after, *:before {
    box-sizing: border-box;
    text-rendering: optimizelegibility;
}
html {
    font-size: 0.9em;
    line-height: 1.4;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
.social {
    margin-right: 0.5em;
    max-width: 30px;
}
a {
    color: inherit;
    text-decoration: none;
}
p {
    margin: 0 0 1.5em;
}
h1, h2 {
  font-size: 1.2em;
  margin-top: 0;
}
.nav-collapse ul {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
     width: 100%; 
}

.nav-collapse li {
    display: block;
    width: 100%;
    margin-bottom: 1em;
}
.js .nav-collapse {
    clip: rect(0px, 0px, 0px, 0px);
    display: block;
    max-height: 0;
    overflow: hidden;
    position: absolute;
}
.nav-collapse.opened {
    max-height: 9999px;
}
.nav-collapse ul.menu-right li.current_page_item {
    color: #808080;
}
.disable-pointer-events {
    pointer-events: none !important;
}
.nav-toggle {display:block;text-align:left;}

.nav-toggle #toggle-button {
	 display:inline-block;
	 padding:9px 10px 9px 2px;
	 margin: 1em 0 0;
}

.nav-toggle #toggle-button .icon-bar {
	background-color:#000;
	border-radius: 1px;
	display:block;
	width:22px;
	height:2px;
}

.menu-item a {
	font-size:1.1em;
}
#category-holder {
	position:relative;
}

main.text {
	margin-top:50px;
}
.nav-toggle .icon-bar + .icon-bar {margin-top:4px;}

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

.menu-shop {
	padding:10px 0;
	display:block;
	text-align:center;
	list-style:none;
}
.menu-shop > li {
	padding:0 15px;
	display:inline-block;
}
.menu-shop > li > a {
  font-size: 1em;
  font-weight: bold;
}

/* Dirty hack to remove FAQ page from Categories */
.menu-shop > li:last-child {
  display: none;
}

.legal {
  float: left;
  width: 48%;
}
.copy {
  float: right;
  width: 48%;
}

@media screen and (min-width: 768px) {
  .js .nav-collapse {
      position: relative;
  }
  .js .nav-collapse.closed {
      max-height: none;
  }
  .nav-toggle {
      display: none;
  }
  .nav-collapse ul {width:auto;}
    .pull-left {float:left}
    .pull-right {float:right;}

}

.wrapper {
    margin: 2em auto;
    padding: 0 1.5em;
    position: relative;
}
header {
    margin-bottom: 1em;
}
.logo-img {
    width: 267px;
    height: 51px;
    vertical-align: middle;
    border-style: none;
    overflow: hidden;
}
footer {
    float: left;
    margin: 2em 0;
    width: 100%;
}
footer p {
    font-size: 0.7em;
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
}
body.page-id-10 footer,
body.page-id-12 footer {
  display: none;
}
#post-show img {
    width: 100%;

}

#post-show h1 {
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    margin: 10px 0 4px;
    text-align: right;
}

.grid-sizer {
    width: 25%;
}
#masonry {min-width:100%;}
#masonry img {
    float: left;
    margin-bottom: 0.5%;
    margin-right: 0.5%;
    width: 24.5%;
}
#masonry .entry:nth-child(even) img {margin-right:0;}

#masonry img.horizontal {
    width: 49.5%;
}
.hidden {
	display:none;
}
.slide-wrap {
	position:relative;
}
#post-show > div {
	position:relative;
	width:100%;
	min-height:100%;
}
#category-thumbs, #post-show {
	width:100%;
	min-height:100%;
	background-color: #fff;
	transition:opacity 0.4s;
	opacity:0;
}
#category-thumbs.transition, #post-show.transition {
	position:absolute !important;
	top:0;
    bottom:0;
	left:0;
	right:0;
	z-index:100;
	transition:opacity 0.4s;
}
#category-thumbs.active, #post-show.active {
	position:static;
	z-index:101;
	opacity: 1;
}
.img-wrapper {
	position:relative;
	display:inline-block;
}
.img-wrapper .nav {
	position:absolute;
	z-index:999;
	top:0;
	bottom:0;
	cursor: pointer;
}
#current-post.video-type .img-wrapper .nav {
	bottom:60px;
}
.img-wrapper .nav.prev {
	left:0;
	right:65%;
	cursor: url(../img/arrow-left.svg), w-resize;	
}
.img-wrapper .nav.list {
	left:35%;
	right:35%;
	cursor: url(../img/arrow-up.svg), n-resize;	
}
.img-wrapper .nav.next {
	left:65%;
	right:0;
	cursor: url(../img/arrow-right.svg), e-resize;	
}

.load-mason.hidden {
	display:block;
	position:absolute;
	top:-9999px;
	left:-9999px;
	visibility:hidden;
}
@media only screen and (min-width: 768px) {
  .wrapper {
      margin: 4em auto;
  }
  header {
      margin-bottom: 1em;
  }
  .logo {
      float: left;
  }
  .nav-collapse {
      clear: both;
      padding-top: 1em;
  }
  .nav-collapse ul {
      list-style: outside none none;
      padding-left: 0;
  }
  .nav-collapse li {
      float: left;
      margin-right: 1.8em;
      width: auto;
  }
  .nav-collapse li a {
      font-weight: bold;
  }
  .nav-collapse li a:hover {
      color: #808080;
  }
  main {
    margin-top: 30px;
  }
  #current-post .img-wrapper img,
  #current-post .img-wrapper #custom-content {
	  display:none;
  }
  #current-post.image-type .img-wrapper img,
    #current-post.gif-type .img-wrapper img,
  #current-post.video-type .img-wrapper #custom-content {
	  display:block;
  }
  
  .nav-collapse li.current_page_item, li.current-menu-item, li.current-post-parent {
    color: #808080;
  }
  .nav-collapse ul.menu-right {
	  margin-left: 7%;
  }
  .content-left {
  	display:inline-block;
  	width:70%;
  	box-sizing:border-box;
  	vertical-align:top;
  }
  .content-right {
  	display:inline-block;
  	width:25%;
  	margin-left:4.5%;
  	box-sizing:border-box;
  	vertical-align:top;
  }
  .content-bio {
      float: left;
      width: 48%;
  }
  .content-bio-photo {
      float: right;
      text-align: left;
      width: 30%;
      margin-top: 0.3em;
  }
  .content-bio-photo p {
    font-size: 0.9em;
    margin-top: 0.3em;
  }
  footer .copy p {
      text-align: right;
  }
  header.header {
      position: relative;
  }
  .grid-sizer {
      width: 8.33%;
  }
  #masonry img {
      float: left;
   /*   height: 118px;*/
      margin-bottom: 0.5%;
      margin-right: 0.5%;
      width: 7.83%;
  }
  #masonry img.horizontal {
      width: 16.16%;
  }
	#post-show .vertical, #post-show .vertical h1 {
		text-align:center;
	}
	#post-show .img-wrapper {
		width:100%;
	}
	#post-show .vertical .img-wrapper {
		width:44.45%;
	}
}

@media only screen and (min-width: 1075px) {
  .wrapper {
      max-width: 1170px;
  }
  
  header.header {
	  white-space: nowrap;
  }
  .nav-collapse {
      clear: none;
	  text-align:right;
      padding-top: 2.35em;
  }
  .nav-collapse li {
      float: left;
      margin-left: 2em;
      margin-right: 0;
  }
}

@media only screen and (min-width: 992px) {
  .nav-collapse ul {
	  display:inline-block;
	  width:auto;	  
  }
  
}
html.js .nav-collapse-0.opened {
	max-height: auto !important;
}
#cssloader {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1000;
	background: #fff;
	top: 0;
	bottom: 0;
	padding-top: 150px;
	transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
	-webkit-transition: opacity 0.4s;
	opacity: 0;	
	-moz-opacity: 0;	
	-webkit-opacity: 0;	
	-o-opacity: 0;	
	-ms-opacity: 0;	
}

#cssloader.in {
	opacity: 1;	
	-moz-opacity: 1;	
	-webkit-opacity: 1;	
	-o-opacity: 1;	
	-ms-opacity: 1;	
}

/* #cssloader.hidden {
	opacity:1;
}
 */
.cube-loader {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.cube-loader .loader-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.cube-loader .loader-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: foldCubeAngle 2.4s infinite linear both;
          animation: foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.cube-loader .loader-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.cube-loader .loader-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.cube-loader .loader-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.cube-loader .loader-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.cube-loader .loader-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.cube-loader .loader-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}

.img-text-mobile {display:none;}
@media screen and (max-width: 767px) { 
.img-text-mobile {display:block;font-weight:bold; font-style:italic;font-size:13px;}
.brick-link iframe {
	max-width: 100% !important;
}
.menu-right {margin-left:0;}
	.brick-link {
		display:block;
		margin-bottom:25px;
	}
	#masonry img, #masonry img.horizontal {
		float: none;
		width:100%;
		height:auto;
		display:block;
	}
	.legal {
    float: left;
    width: 100%;
  }
  .copy {
    float: left;
    width: 100%;
  }
	
}
