/** Plugins **/

/* 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;
}
/* 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;
}

/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/** Begin **/

/**************************************************
1.                   Global
***************************************************/	                

html, body, .container {
	min-height: 100%;
}

html {
	margin-top: 0px !important;
}

body {
	font-family: 'Graebenbach';
	line-height: 1.3;
	background: #ffffff;
	font-size: 1em;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 40px 40px;
	font-size: 22px;
	line-height: 28px;
	margin-top: 140px;
	overflow-x: hidden;
}

@font-face {
  font-family: 'Graebenbach';
  src: url('/wp-content/themes/westreich-wagner/assets/css/webfonts/Graebenbach-Medium.eot');
  src: url('/wp-content/themes/westreich-wagner/assets/css/webfonts/Graebenbach-Medium.eot?#iefix') format('embedded-opentype'),
       url('/wp-content/themes/westreich-wagner/assets/css/webfonts/Graebenbach-Medium.woff') format('woff');
  font-weight:  600;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Graebenbach';
  src: url('/wp-content/themes/westreich-wagner/assets/css/webfonts/Graebenbach-MediumItalic.eot');
  src: url('/wp-content/themes/westreich-wagner/assets/css/webfonts/Graebenbach-MediumItalic.eot?#iefix') format('embedded-opentype'),
       url('/wp-content/themes/westreich-wagner/assets/css/webfonts/Graebenbach-MediumItalic.woff') format('woff');
  font-weight:  600;
  font-style:   italic;
  font-stretch: normal;
}

@font-face {
  font-family: 'Graebenbach';
  src: url('/wp-content/themes/westreich-wagner/assets/css/webfonts/Graebenbach-Regular.eot');
  src: url('/wp-content/themes/westreich-wagner/assets/css/webfonts/Graebenbach-Regular.eot?#iefix') format('embedded-opentype'),
       url('/wp-content/themes/westreich-wagner/assets/css/webfonts/Graebenbach-Regular.woff') format('woff');
  font-weight:  500;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Graebenbach';
  src: url('/wp-content/themes/westreich-wagner/assets/css/webfonts/Graebenbach-RegularItalic.eot');
  src: url('/wp-content/themes/westreich-wagner/assets/css/webfonts/Graebenbach-RegularItalic.eot?#iefix') format('embedded-opentype'),
       url('/wp-content/themes/westreich-wagner/assets/css/webfonts/Graebenbach-RegularItalic.woff') format('woff');
  font-weight:  500;
  font-style:   italic;
  font-stretch: normal;
}

@font-face {
  font-family: 'Canela';
  src: url('/wp-content/themes/westreich-wagner/assets/css/webfonts/Canela-Regular-Web.eot');
  src: url('/wp-content/themes/westreich-wagner/assets/css/webfonts/Canela-Regular-Web.eot?#iefix') format('embedded-opentype'),
       url('/wp-content/themes/westreich-wagner/assets/css/webfonts/Canela-Regular-Web.woff') format('woff');
  font-weight:  500;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Canela';
  src: url('/wp-content/themes/westreich-wagner/assets/css/webfonts/Canela-RegularItalic-Web.eot');
  src: url('/wp-content/themes/westreich-wagner/assets/css/webfonts/Canela-RegularItalic-Web.eot?#iefix') format('embedded-opentype'),
       url('/wp-content/themes/westreich-wagner/assets/css/webfonts/Canela-RegularItalic-Web.woff2') format('woff2'),
       url('/wp-content/themes/westreich-wagner/assets/css/webfonts/Canela-RegularItalic-Web.woff') format('woff');
  font-weight:  500;
  font-style:   italic;
  font-stretch: normal;
}


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

a:hover {
	color: #696c79;
}

img {
	color: transparent;
}

.embed-container {
	display: none;
}


.control {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;	
}

a  {
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;	
}

.buy-button-overlay,
input[type="submit"]  {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;	
}

#mc_embed_signup {
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;	
}

.nav-wrapper,
#nav  {
	-webkit-transition: border .3s ease, background .3s ease;
	-moz-transition: border .3s ease, background .3s ease;
	-o-transition: border .3s ease, background .3s ease;
	transition: border .3s ease, background .3s ease;		
}

#nav ul, #nav li {
	-webkit-transition: max-height .3s ease, height .3s ease, opacity .3s ease;
	-moz-transition: max-height .3s ease, height .3s ease, opacity .3s ease;
	-o-transition: max-height .3s ease, height .3s ease, opacity .3s ease;
	transition: max-height .3s ease, height .3s ease, opacity .3s ease;		
}

p {
	margin: 0 0 1em;
}

ul, li {
	list-style-type: none;
}

em {
	font-style: italic;
}

.clearfix {
	clear: both;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

/**************************************************
2.                   Typography
***************************************************/	                


#nav,
h1,
.artists {
	font-family: "Canela";
	font-size: 64px;
	line-height: 64px;
	width: 100%;
	position: relative;
}

.title {
	font-family: "Canela";
	font-size: 30px;
	line-height: 30px;
}

.col, .meta, .caption, .details, .fancybox-title-float-wrap .child, input, .adj-link {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
}

.caption,
.details,
.fancybox-title-float-wrap .child {
	text-transform: none;
	letter-spacing: 0;
}

.buy-button-overlay .purchase, 
.adj-artists, .adj-title {
	font-family: "Canela";
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
	text-transform: none;
}

.adj-title {
	font-style: italic;
}

.secp-embed {
	opacity: 0;
}

.artists h2,
#nav li {
	text-transform: uppercase;
}

/**************************************************
3.                   Navigation
***************************************************/	                


.nav-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 999;
}

#nav {
	margin: 20px 30px 0;
	width: calc(100% - 60px);
	border-bottom: 1px solid;
	padding-bottom: 5px;
}

.nav-wrapper a,
.control {
	pointer-events: auto;
}

.control span {
	display: block;
	width: 100%;
	height: 100%;
}

#nav ul {
	margin-left: 50%;
	max-height: 64px;
}

.nojs #nav:hover .nav,
.open #nav .nav,
.error404 #nav ul,
.home .nav-wrapper.initial-view #nav ul {
	opacity: 1;
	height: 192px;	
	max-height: 192px;
}


#nav li,
.nojs .home .nav-wrapper.overlay #nav:hover li,
.home .nav-wrapper.overlay.open #nav li {
	min-height: 0;
	height: 0;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
}


#nav .active,
#nav .activeparent,
.nojs #nav:hover .nav li,
.open #nav .nav li,
.error404 #nav li,
.nojs .scrolled .nav-wrapper.overlay #nav:hover li,
.scrolled .nav-wrapper.overlay.open #nav li,
.home .nav-wrapper.initial-view #nav li {
	opacity: 1;
	height: 64px;
	max-height: 999px;
}

.error404 #nav {
	border-bottom: 1px solid transparent;
}

.control {
	width: 43px;
	height: 25px;
	position: absolute;
	right: 0px;
	top: 90px;
	cursor: pointer;
}


.error404 .control {
	opacity: 0;	
	top: 50px;
	right: 30px;
	position: fixed;
}

.home .control,
.single-artists .control {
	top: 30px;	
}

.control.arrow {
	background-image: url('/wp-content/themes/westreich-wagner/assets/img/arrow.svg');
	background-size: 100%;
	background-repeat: no-repeat;
}

.open #nav .control.arrow,
.nojs #nav:hover .control.arrow,
#nav.open .control.arrow {
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: FlipV;
	-ms-filter: "FlipV";
}

.artists {
	margin-top: 600px;
	margin-top: calc(60vh + 72px);
	padding-top: 32px;
}

.home .nav-wrapper .nav,
.home .nav-wrapper.initial-view h1,
.home .nav-wrapper.initial-view .control {
	opacity: 0;
}

.home .nav-wrapper.initial-view {
	opacity: 1;
	position: absolute;
	background: transparent;
}

.home .nav-wrapper,
.home.scrolled .nav-wrapper.initial-view {
	background: transparent;
}

.home.scrolled .nav-wrapper {
	background: #fff;
}

.home .nav-wrapper.initial-view #nav,
.home .nav-wrapper #nav {
	border-bottom: 1px solid transparent;
}

.home .nav-wrapper.overlay {
	pointer-events: none;
}

.home .control {
	opacity: 0;
}

.home.scrolled .control {
	opacity: 1;
}

.home.scrolled .nav-wrapper.overlay {
	pointer-events: auto;
}

.home.scrolled .nav-wrapper.overlay #nav {
	border-bottom: 1px solid #000;
}

/**************************************************
4.                   Footer
***************************************************/	                

.col {
    width: 33%;
    float: left;
}

.footer {
	border-top: 1px solid;
	padding: 15px 0;
	margin: 100px 0 150px;
}

#mc_embed_signup {
	opacity: 0;
	pointer-events: none;	
}

#mc_embed_signup.active {
	opacity: 1;
	pointer-events: auto;
}

input, 
#mce-responses {
    letter-spacing: 0;	
    text-transform: none;
    max-width: 320px; 	
}

input {
	margin-top: 3px;
    background: #fff;
    border: 0;
    color: #000;
    padding: 5px 0 2px;
    border-bottom: 1px solid;
}

input[type="submit"] {
	border: 1px solid;
	margin: 7px 0;
	padding: 2px;
	font-size: 14px;
	cursor: pointer;
}

input:focus{
    outline: none;
}

/**************************************************
5.                   Landing
***************************************************/	                

.grid {
	overflow: hidden;
	margin-top: 20px;
	text-align: center;
}

.grid li {
	display: inline-block;
	text-align: center;
	margin-bottom: 40px;
	vertical-align: top;
}

.grid li {
	width: calc(33% - 20px);
}

.grid li:nth-child(3n-2) {
	padding-right: 10px;
}

.grid li:nth-child(3n-1) {
	padding-left: 10px;
	padding-right: 10px;
}

.grid li:nth-child(3n) {
	padding-left: 10px;
}

.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 1px;
}

.grid .image-wrapper {
	width: 100%;
	margin-bottom: 20px;
	white-space: nowrap;
}

.grid .image-wrapper {
	height: 320px;
}

.grid .image-wrapper img  {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	width: auto;
	height: auto;
	margin-left: -7px;
}

.archive .title-description-block {
	max-width: 500px;
	margin: 0 auto;
}

.meta {
	margin-top: 6px;
	position: relative;
}

/**************************************************
6.                   Detail
***************************************************/	                

.single .main {
	padding-top: 135px;
}

.main h1 {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.main p {
	max-width: 650px;
	float: left;
}

.hero {
	display: block;
	margin: 20px auto 40px;
	max-width: 100%;
	min-height: 150px;
}

.single .main .hgroup,
.title-description-block {
	text-align: center;
	margin-top: 8px;
}

.single .main .hgroup {
	width: 100%;
	left: 0;
	margin-top: -120px;
}

.single-artists .main .hgroup {
	margin-top: -180px;
	margin-bottom: 20px;
}

.single-artists .main .hgroup + .grid {
	margin-bottom: 60px;
}

.image-gallery {
	margin: 20px auto 40px;
	margin-left: -70px;
	width: 100%;
	width: calc(100% + 130px);
	min-height: 600px;
	min-height: 50vh;
}

.image-gallery-mobile {
	display: none;
}

.carousel-cell-image {
  transition: opacity 0.4s;
  opacity: 0;
  min-width: 150px;
}

.carousel-cell-image.flickity-lazyloaded,
.carousel-cell-image.flickity-lazyerror {
  opacity: 1;
}


.image-gallery p {
	float: none;
}

.image-gallery li {
	margin: 0 10px;
	height: 50vh;
	width: auto;
}

.image-gallery img {
    max-height: 50vh;
    max-width: 80vw;
}

.is-selected {
	 cursor: url('../img/zoom1x.png'), auto;
	 cursor: -webkit-image-set(
	  url('../img/zoom1x.png') 1x,
	  url('../img/zoom2x.png') 2x
	), auto;
}

.is-next {
	 cursor: url('../img/right-arrow1x.png'), auto;
	 cursor: -webkit-image-set(
	  url('../img/right-arrow1x.png') 1x,
	  url('../img/right-arrow2xc.png') 2x
	), auto;
}

.is-previous {
	 cursor: url('../img/left-arrow1x.png'), auto;
	 cursor: -webkit-image-set(
	  url('../img/left-arrow1x.png') 1x,
	  url('../img/left-arrow2x.png') 2x
	), auto;
}

.image-gallery li.is-previous.is-next:nth-child(1) {
	 cursor: url('../img/left-arrow1x.png'), auto;
	 cursor: -webkit-image-set(
	  url('../img/left-arrow1x.png') 1x,
	  url('../img/left-arrow2x.png') 2x
	), auto;
}

.image-gallery li.is-previous.is-next:nth-child(2) {
	 cursor: url('../img/right-arrow1x.png'), auto;
	 cursor: -webkit-image-set(
	  url('../img/right-arrow1x.png') 1x,
	  url('../img/right-arrow2xc.png') 2x
	), auto;	
}

.fancybox-overlay-fixed {
	 cursor: url('../img/close1x.png'), auto;
	 cursor: -webkit-image-set(
	  url('../img/close1x.png') 1x,
	  url('../img/close2x.png') 2x
	), auto;
}

.caption {
	margin-top: 7px;
	text-align: left;
}

.about .caption {
	margin-top: 20px;
}

.caption-wrapper {
    display: inline-block;
    text-align: center;
    max-height: 100%;
}

.fancybox-overlay .caption {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99999;
	background: #fff;
	padding: 10px 15px;
	width: 100%;
}

.fancybox-overlay .caption p {
	margin: 0;
	max-width: 800px;
}

#fancybox-loading div {
    width: 62px;
    height: 62px;
    background: url('../img/rolling.svg') center center no-repeat;
}

.description {
	margin-left: 9%;
	float: left;
	width: 50%;
}


.description a {
	border-bottom: 1px solid;
}

.details {
	float: left;
	width: 25%;
	margin-left: 9%;
	max-width:  300px;
	border-top: 1px solid;
	padding: 15px 20px 0;
	margin-bottom: 15px;
	position: relative;
}

.details + .details {
	margin-top: 20px;
}

.details p {
	margin: 0;
}

.buy {
	display: block;
	overflow: hidden;
	height: 25px;
	width: 100%;
	clear: both;
}

shopify-buy-frame {
    z-index: 999;
}

.details iframe {
	display: block;
	position: absolute;
	left: 20px;
	bottom: 0;
	height: 40px !important;
	margin-top: -10px;
	width: 130px !important;
	opacity: 0;
	z-index: 999;
}


.buy-button-overlay {
	border: 1px solid;
	padding: 4px 5px 4px;
	background: #fff;
	display: block;
	position: absolute;
	left: 20px;
	bottom: 0;
	margin-top: 20px;
}

.buy:hover .buy-button-overlay,
input[type="submit"]:hover {
	background: #000;
	border-color: #000;
	color: #fff;
}

.archive .buy-button-overlay {
	margin-top: 10px;
}

.archive .buy-button-overlay .purchase {
	display: block;
}

.buy-button-overlay span {
	font-weight: 500;
}

.information-wrapper {
	overflow: hidden;
}


.see-also .header {
	margin-top: 40px;
	margin-left: 9%;
	margin-bottom: 40px;
}

.see-also .grid {
	text-align: left;
}

.adj-artists:after {
	content: ", ";
}

.adj-title {
	margin-right: 5px;
}

.adj-link {
    margin-top: 60px;
}

.adj-link.next {
    float: right;
}

.adj-link.previous {
    float: left;
}


/**************************************************
7.                   Home
***************************************************/	                

.home {
	margin-top: 120px;
	padding-top: 0;
}

.home .image-wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center 125px;
	background-size: 60%;
	background-size: auto 60vh;
	z-index: -999;
	pointer-events: none;
}

.home .image-wrapper img {
	display: none;
}

.home .main {
	margin-top: 30%;
}

.home .title-description-block {
	margin-top: 20px;	
}

.artists {
	text-align: center;
}

/** 404 **/
.error404 .main {
	margin-top: 120px;
}

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

	#nav,
	h1,
	.artists {
		font-size: 48px;
		line-height: 48px;
	}
	
	.title {
		font-family: "Canela";
		font-size: 24px;
		line-height: 24px;
	}
	
	.col, .meta, .caption, .details {
	    font-size: 14px;
	    line-height: 16px;
	}

	.home .main {
		margin: 0;
		padding: 0;
	}
	
	.home .image-wrapper {
		background-position: center 100px;
	}
	
	.artists {
		margin-top: calc(60vh + 50px);
	}
		
	.control {
		top: 65px;
	}
	
	body {
		font-size: 18px;
		line-height: 22px;
		margin-top: 100px;
		padding: 20px 30px;
	}
	
	#nav .active,
	#nav .activeparent,
	.nojs #nav:hover .nav li,
	.open #nav .nav li,
	.error404 #nav li,
	.nojs .scrolled .nav-wrapper.overlay #nav:hover li,
	.scrolled .nav-wrapper.overlay.open #nav li,
	.home .nav-wrapper.initial-view #nav li {
		height: 49px;
	}
	
	.nojs #nav:hover .nav, 
	.open #nav .nav,
	.error404 #nav .nav, 
	.nojs .home .nav-wrapper.overlay #nav:hover .nav,
	.open .home .nav-wrapper.overlay #nav .nav {
		height: 147px;
	}
	
	.home .control,
	.single-artists .control {
		top: 18px;
	}

	.single .main .hgroup {
		top: 257px;
	}

	.single .main {
		padding-top: 145px;
	}

	.grid .image-wrapper {
		height: 320px;
	}
	
	
		
}

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

	.home .image-wrapper {
		background: #fff !important;
		position: relative;
		width: auto;
		height: auto;
		text-align: center;
		top: auto;
		left: auto;
		margin: 20px 60px 40px;
	}

	.home .image-wrapper img {
		display: block;
		max-width: 100%;
		margin-left: 0;
	}

	
	.scrolled.home .image-wrapper {
		opacity: 1;
	}
		
	.artists {
		margin-top: 0;
	}
	
	
	#nav,
	h1,
	.artists {
		font-size: 28px;
		line-height: 28px;
	}
		
	#nav .active,
	#nav .activeparent,
	.nojs #nav:hover .nav li,
	.open #nav .nav li,
	.error404 #nav li,
	.nojs .scrolled .nav-wrapper.overlay #nav:hover li,
	.scrolled .nav-wrapper.overlay.open #nav li,
	.home .nav-wrapper.initial-view #nav li {
		height: 29px;
	}
	
	.nojs #nav:hover .nav,
	.open #nav .nav,
	.home .nav-wrapper.initial-view #nav .nav,
	.nojs .home .nav-wrapper.overlay:hover #nav .nav,	
	.open .home .nav-wrapper.overlay #nav .nav,
	.error404 #nav .nav {
		height: 87px;
		margin-top: 10px;
	}	

	.home .control,
	.single-artists .control {
		top: 10px;
	}

	.error404 .main {
		margin-top: 80px;
	}
	
	.title {
		font-family: "Canela";
		font-size: 18px;
		line-height: 18px;
	}
	
	.col, .meta, .caption, .details, input, input[type="submit"] {
	    font-size: 12px;
	    line-height: 14px;
	}
	
	body {
		padding: 15px 20px;
		font-size: 16px;
		line-height: 20px;
		margin-top: 65px;
	}

	#nav {
		margin: 15px 0 0 13px;
		width: calc(100% - 25px);
	}
		
	#nav ul {
		margin-top: 4px;
		margin-left: 123px;
	}

	.home .image-wrapper img {
		margin: 20px auto -0;
		padding-top: 40px;
		max-width: 80%;
	}
	
	.control {
		position: absolute;
		top: 5px;
		right: 0;
		width: 25px;
		height: 25px;
	}

	.grid li,
	.grid li {
		width: calc(50% - 12px);
	}
	
	.grid li:nth-child(odd),
	.grid li:nth-child(odd) {
		padding-right: 10px;
		padding-left: 0;
	}
	
	
	.grid li:nth-child(even),
	.grid li:nth-child(even) {
		padding-left: 10px;
		padding-right: 0;
	}	

	.grid .image-wrapper,	
	.grid .image-wrapper {
		height: 160px;
	}

	.main p, .description, .details {
		float: none;
		margin-left: 0;
	}

	.main p + .details {
		margin-top: 40px;
	}

	
	.col {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	
	#nav {
		margin-top: 15px;
		margin-bottom: 0;
	}

	#nav .active, 
	#nav .activeparent, 
	.nojs #nav:hover .nav li,
	.open #nav .nav li {
		height: 30px;
	}
	
	.single-artists .main {
		margin-top: 20px;
	}

	.single-artists .main .hgroup {
		margin-bottom: 10px;
	}
	
	.main p {
		float: none;
	}	
	
	.description + .details {
		margin-top: 40px; 
	}

	.description, .details, .see-also .header {
		float: none;
		width: 100%;
		margin-left: 0;
	}

	.see-also .header {
		margin-bottom: 0;
	}

	.home .image-wrapper {
		height: auto;
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
	}

	.home .main .title-description-block {
		opacity: 1;
	}

	.image-wrapper img {
		margin-left: 0;
	}

	.footer {
		position: relative;
	}

	.details {
		margin-top: 40px;
		padding-top: 10px;
	}
	
	.image-gallery {
		display: none;
	}
	

	.image-gallery-mobile {
		margin-left: 0;
		width: 100%;
		min-height: 0;
		margin-top: 20px;
	}
	
	.image-gallery-mobile {
		display: block;
	}

	.image-gallery-mobile li {
		text-align: center;
		margin: 0 0 20px;
	}
	
	.image-gallery-mobile img {
		max-width: 100%;
		margin: 0 auto;
	}

	.image-gallery-mobile .caption {
		width: 75%;
	}

}
