/* @override 

		http://www.tintypegallery.com/wp-content/themes/tintype/style.css?ver=4.3.1
	http://www.tintypegallery.com/wp-content/themes/tintype/style.css?ver=4.4.2
	http://www.tintypegallery.com/wp-content/themes/tintype/style.css?ver=4.7.3
	https://www.tintypegallery.com/wp-content/themes/tintype/style.css?ver=4.9.1
	https://www.tintypegallery.com/wp-content/themes/tintype/style.css?* */

/*
Theme Name: tintype
Author: SMITHS STUDIO
Author URI: https://www.smiths.studio
Version: 1.0.1
Text Domain: tintype


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	height: 100%;
}

body {
	margin: 0;
	height: 100%;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: 400;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 1.5em;
	margin: 0;
}

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

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

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

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #222;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	font-family: gill-sans-nova, sans-serif;
	font-weight: 200;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.01em;
}

h2 {
	font-size: 21px;
	margin: 0;
}

.blog h2 {
	font-size: 19px;
}

h2.box {
	font-size: 16px;
	margin-bottom: 2em;
	font-weight: 400;
}

h2.box span {

	line-height: 20px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #444;
	padding: 0.35em 0.4em 0.35em 0.35em;
}

h3 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0;
}

p {
	margin-bottom: 1.5em;
	margin-top: 0;
}

article header p {
	margin: 0;
}

article header p.date {
	margin: 0;
	font-size: 16px;
	line-height: 1.9;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
	font-style: italic;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #222;
	text-decoration: none;
}

a:visited {
	color: #222;
}

a:hover,
a:focus,
a:active {
	color: #fc6020;
}

a:focus {
	outline: none;
}

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

:focus {
	outline: none;
}

p a {
	border-bottom: 1px solid #333;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	position: absolute;
	right: 1em;
	line-height: 110px;
	vertical-align: middle;
}


.main-navigation ul {
	padding: 0;
	margin: 0;
}

.main-navigation li {
	display: inline-block;
}


.main-navigation a {
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	transition: all 0.5s ease;
	border: 1px solid transparent;
	margin: 0.2em;
	padding: 0.35em 0.4em 0.35em 0.35em;
	font-weight: 400;
}



.main-navigation ul ul {

}

.main-navigation ul ul li {
display: inline-block;

}



.main-navigation ul ul ul {
	
}

.main-navigation ul ul a {
	
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
color: #222;
}

.main-navigation li:hover > a, .main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	border: 1px solid #555;
}




.main-navigation .social li:hover a {
border-bottom: none;
opacity: 0.5;
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}


/* Small menu */
.menu-toggle {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	font-size: 16px !important;
	line-height: 110px;
	z-index: 1000;
	font-weight: 400;
	-webkit-font-smoothing: subpixel-antialiased;
	
}

.home .menu-toggle {
	color: #222;
}

button.menu-toggle {
	border: none;
	border-radius: 3px;
	background: transparent;
	box-shadow: none;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	padding: 15px 1em 15px;
	text-shadow: none;
	vertical-align: middle;
	
}

button.menu-toggle:focus {
	outline: none
}

@media screen and (max-width: 42em) {
	
	.menu-toggle, 
	.main-navigation.toggled .nav-menu {
		display: block;
	}
	
	.main-navigation {
		right: 0;
		
	}
	
	.main-navigation ul {
		position: fixed;
		width: 100%;
		top: 0px;
		left: 0;
		display: none;
		background-color: #fff;
		z-index: 100;
		border-bottom: 4px solid rgba(205, 205, 205, .1);
		
	}
	
	.main-navigation a {
		border: none;
		
	}

	
	.main-navigation li:hover > a, .main-navigation .current_page_item > a,
	.main-navigation .current-menu-item > a,
	.main-navigation .current_page_ancestor > a {
	border: none;
	}
	
	
	.main-navigation ul ul {
		display: block;
		border: none;
		border-top: none;
		width: 100%;
		position: relative;
		top: 0em;
		left: 0px;
	}	
	
	.main-navigation ul ul li {
		float: left;
		display: inline;
		width: 100%;
		line-height: 1;
		padding-left: 20px;
		background-color: rgba(0, 0, 0, .03);
	}
	
	.main-navigation li {
		display: block;
		float: none;
		position: relative;
		clear: left;
		text-align: left;
		line-height: 1;
	
	} 
	
	.main-navigation li:last-child {
		
		border-bottom: none;
	} 
	
	
	.main-navigation ul .social ul li  {
	line-height: 1;
	padding-left: 0;
	background-color: rgba(0, 0, 0, 0);
	}

	
	.main-navigation a {
		display: block;
		text-decoration: none;
		padding: 10px;
		border-radius: 0px;
	}
	
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

header.entry-header {
	margin-bottom: 1.5em;
}

.home header.entry-header, .home .hentry, .blog header.entry-header {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}



/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}


*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
 margin: 0 auto; 
  max-width: 80em;
  width: 90%;
}


@media (min-width: 40em) {

.container {
  width: 98%;
}

  .column {
    float: left;
    padding-left: 1em;
    padding-right: 1em;
  }
  
  .column.full { width: 100%; }
  .column.two-thirds { width: 66.7%;
  }
  .column.half { width: 50%; }
  .column.third { width: 33.3%; }
  .column.forty { width: 40%; }
  .column.fourth { width: 25%; }
  .column.three-fourth { width: 75%; }
  .column.flow-opposite { float: right; }  
  .column.eighty { width: 80%; }
  .column.ninety { width: 90%; }
  .column.mid {
  	float: none; margin: 0 auto;
  }


}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
 
.clearfix:after {
  clear: both;
}
 
.clearfix {
  *zoom: 1;
}

.site-branding {
	float: left;
	line-height: 50px;
	height: 110px;
	display: table;
}

#masthead {
	position: absolute;
	z-index: 1000;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 140px;
	background-color: #fff;
	-webkit-font-smoothing: subpixel-antialiased;
}

.home #masthead {
	background: transparent;
}

#page {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}
#content {
	padding-top: 140px;
	overflow: hidden;
	 flex: 1;
}

@media screen and (max-width: 42em) {
.menu-toggle, .main-navigation {
	line-height: 70px;
}

.site-branding {
	height: 70px;
}

#masthead {
	height: 100px;
}

#content {
	padding-top: 100px;
}

}

#masthead .container {
	position: relative;
}


a#logo {
	width: 150px;
	display: table-cell;
	vertical-align: middle;
	transition: all 0.25s ease;
}

a#logo img {
	width: 100%;
}

@media screen and (max-width: 40em)  { 

a#logo {
	width: 120px;
}

}


#logo img {
	display: block;
}


#colophon {
	padding: 3em 0 1em;
}

.site-info {
	
}
.site-info i {
	vertical-align: middle;
}
@media (min-width: 40em) {
.site-info .right {
	text-align: right;
}}

.site-info span {
	display: inline-block;
	padding-right: 10px;
}

.site-info p {
	margin: 0;
	line-height: 2;
}

.site-info p i {
	font-size: 16px;
}

.site-info p a {
	border-bottom: none;
}

#map-wrap {
	float: left;
	width: 100%;
	border: 4px solid #eee;
	overflow: hidden;
}

#map-canvas {
	width: 100%;
	padding-bottom: 85%;
	letter-spacing: 0;
}

@media only screen and (max-width : 40em)  {
#map-canvas {
	width: 100%;
	padding-bottom: 50%;
	}
}


.rGrid #artist-thumbnail {
	position: relative;
	background: rgb(250, 250, 251);
}

.rGrid #artist-thumbnail:before{
	content: "";
	display: block;
	padding-top: 75%;
}

.rGrid {
	float: left;
	overflow: hidden;
	display: block;
	margin: 0 -10px;
}

.rGrid-item {
	width: 33.33%;
	float: left; 
	padding: 10px;
	margin-bottom: 1em;
}


.rGrid-item img, #edition-grid img {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out; 
}

.rGrid-item img {
	position:  absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
}

a.rGrid-item:hover img, #edition-grid a:hover img {
	-webkit-filter: none;
	opacity: 0.4;
}

a.rGrid-item:hover {
	text-decoration: none;
}

@media only screen and (max-width : 640px)  {
   /* Tablet view: 2 tiles */
.rGrid-item {
	width: 100%;
	}
}

@media only screen and (max-width : 780px) and (min-width : 651px) {
/* Small desktop / ipad view: 3 tiles */
.rGrid-item {
	width: 50%;
	}
}

@media only screen and (max-width : 1050px) and (min-width : 781px) {
/* Small desktop / ipad view: 3 tiles */
.rGrid-item {
	width: 33.33%;
	}
}

@media only screen and (min-width : 1051px) {
/* Medium desktop: 6 tiles */
.rGrid-item {
	width: 25%;
	}
}

.rGrid img {
	display: block;
	line-height: 1;
	border: none;
}

#artist-name {
	padding-top: 0.5em;
}

#artist-name h2 {
	font-weight: 200;
}

/* @end */

/* @group Tab Content */

.tabs-menu, .header-menu {
   	text-align: left;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 1em 0;
}

.tabs-menu li, .header-menu li {
   display: inline-block;
   text-align: center;
	margin-bottom: 0.5em;
}

.tabs-menu li.current, header-menu li.current {
    position: relative;
    z-index: 5;
}

.tabs-menu li a, .header-menu li a {
    padding: 10px;
    text-decoration: none;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #fff;
	padding: 0.35em 0.4em 0.35em 0.35em;
	font-weight: 400;
}

.tabs-menu .current a, .tabs-menu li a:hover, .header-menu .current a, .header-menu li a:hover  {
   border-color: #222;
   color: #222;
}

.tabs-menu li a:hover, .header-menu li a:hover {
   color: #222;
}


.tab {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.tab-content {
	display: none;
	width: 100%;
}

.tab-content.active-tab {
	 display: block;   
}

#images {
 display: block;   
}

.tab-content ul {
	list-style: circle;
	text-align: left;
	margin: 0 0 0 1em;
	padding: 0 0 0 1em;
}

.tab-content .column {
	padding: 0;
}

/* @end */

/* @group img-flow */

.img-flow {
	
}

.img-flow-wrapper {
	padding-bottom: 3em;
	width: 100%;
	float: left;
}
.editions .img-flow-wrapper {
border-bottom: 1px dotted #eee;
padding-bottom: 2em;
padding-top: 2em;
}

.img-flow-image {
	max-width: 550px;
	float: left;
}

.video .img-flow-image {
	width: 100%;
	max-width: 66%;
}

.img-flow-image img  {
	line-height: 1;
	display: block;
	width: auto;
	max-height: 400px;
	display:block;
	height:auto;
	max-width:100%;
}



.editions .img-flow-image a {
	position: relative;
	float: left;
}

.editions .img-flow-image.sold-out img {
	opacity: 0.2;
}

.editions .sold-out-banner {
	position: absolute;
	font-size: 1.5em;
	top: 50%;
	width: 100%;
	margin-top: -0.75em;
	text-align: center;
	/*color: #fc6020;*/
	
}

.img-flow a {
	cursor: pointer;
}

.img-flow-caption {
	width: 200px;
	float: left;
	padding-left: 2em;
	
}

@media screen and (max-width: 50em) { 

.img-flow-caption {
	width: 550px;
	padding-left: 0;
	clear: left;
	padding-top: 1em;
}

.video .img-flow-image {
	width: 100%;
	max-width: 100%;
}

}

.half .img-flow-caption, .editions .img-flow-caption {
	width: auto;
	padding-left: 0;
	clear: left;
	padding-top: 1em;
}

.caption {
    font-size: 12px;
    font-weight: 100;
}

#caption-bar {
	overflow: hidden;
	padding-bottom: 1em;
}

.caption p {
	margin: 0;
}


/* @end */

#pre-content.content-area {
	overflow: hidden;
}

#pre-content.content-area .image-bar {
	min-height: 300px;
	background: url('img/loader.gif') center center no-repeat rgb(250, 250, 251);
	background-size: 40px 40px;
	text-align: center;
}

#pre-content.content-area .image-bar img {
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 40em) { 

#pre-content.content-area .image-bar {
	min-height: 250px;
	background: url('img/loader.gif') center center no-repeat rgb(250, 250, 251);
	background-size: 40px 40px;
}


}

#primary {
	padding-top: 1em;
}

a.slideshow-next, a.slideshow-prev {
	padding: 10px;
	cursor: pointer;
}
#slideshow-nav a:hover {
	color: #fc6020;
}

#slideshow-nav {
	text-align: right;
	margin-top: 1em;
}

#additional-info ul, .project ul {
	list-style: none;
	padding: 0;
	margin-left: 0;
}

#additional-info ul li, .project ul li {
	padding: 0.25em 0;
	border-bottom: 1px solid rgb(245, 245, 248);
}

#additional-info ul li a:hover, .project ul li a:hover {
	color: #fc6020;
}

/* @group Masonry Grid */

#edition-grid
   {
       width: 103.125%; /* 990px */
       overflow: hidden;
       margin-left: -1.562%; /* 15px */
       margin-bottom: -1.875em; /* 30px */
   }
.grid-item
	{
	   width: 30.303%; /* 300px */
	   float: left;
	   margin: 0 1.515% 2em; /* 15px 30px */
	   border-bottom: 1px solid rgb(245, 245, 248);
	padding-bottom: 1em;
}

@media only screen and ( max-width: 40em ) /* 640px */
{
    .grid-item
    {
        width: 46.876%; /* 305px */
        margin-bottom: 0.938em; /* 15px */
    }
}
@media only screen and ( max-width: 30em ) /* 640px */
{
    #edition-grid
    {
        width: 100%;
        margin-left: 0;
    }
    .grid-item
    {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}
/* @end */

.edition-caption {
	background-color: #fff;
	
}

.edition-caption h2 {
	font-size: 18px;
	font-weight: ;
}

.edition-caption p {
	font-size: 14px;
	margin-bottom: 0;
	font-weight: 100;
}

.edition-caption h3 {
	font-size: 18px;
	font-weight: normal;
	margin:0;
}

a:hover h2 {
	text-decoration: none;
	color: #fc6020;
}

span.nowrap {
	display: block;
}

h3.date {
	margin-top: 0;
	font-weight: 200;
}

h2 span.artist, h1 span.artist {
	font-weight: 200;
}

#full-bleed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#notice {
	z-index: 1000;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1.5em 2.5em 1.5em 1.5em;
	-webkit-font-smoothing: subpixel-antialiased;
}

#notice.whitebox {
	background-color: #fff;
	max-width: 100%;
}

div.extra-information {
	margin-top: 1em;
}

@media (min-width: 40em) {

#notice.whitebox {
	max-width: 50%;
}

}


#bs-holder {
	position: fixed;
	width: 100%;
	height: 100%;
	height: -moz-calc(100% - 140px);
	height: -webkit-calc(100% - 140px);
	height: calc(100% - 140px);
}

@media screen and (max-width: 42em) {
#bs-holder {
	height: 100%;
	height: -moz-calc(100% - 100px);
	height: -webkit-calc(100% - 100px);
	height: calc(100% - 100px);
}

}


.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* @group MailChimp */

#mc-newsletter {
	text-align: center;
}

#mc_embed_signup {
	margin-top: 30px;
}

input#mce-EMAIL.required.email {
	width: 100%;
}

input#mc-embedded-subscribe.button {
	width: 100%;
	margin-top: 20px;
}

@media (min-width: 40em) {
input#mce-EMAIL.required.email {
	width: 70%;
	float: left;
}

input#mc-embedded-subscribe.button {
	width: 30%;
	float: left;
	margin-top: 0;
}
}


input#mc-embedded-subscribe.button {
	color: #222;
	text-decoration: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	-webkit-backface-visibility: hidden;
	font-size: 16px;
	line-height: 45px;
	height: 53px;
	vertical-align: middle;
	padding: 4px 6px;
	background-color: rgba(240, 240, 240, .8);
	border: none;
	border-radius: 0px;
	cursor: pointer;
	 -webkit-appearance: none;
	border-color: rgba(240, 240, 240, .8);
}


input#mc-embedded-subscribe.button:hover {
	background-color: rgba(240, 240, 240, 1);
	
}

input#mce-EMAIL.required.email {
	border: 1px solid transparent;
	color: #222;
	padding: 4px 10px;
	text-indent: 1px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	background-color: rgba(240, 240, 240, .5);
	line-height: 45px;
	height: 53px;
	border-radius: 0;
	-webkit-appearance: none;
	font-size: 16px;
	
}


input#mce-EMAIL.required.email:focus {
	color: #222;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid transparent;
	background-color: rgba(240, 240, 240, .8);
	outline: none;
}

input:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none; 
	}


#mc_embed_signup ::-webkit-input-placeholder {
   color: #888;
}

#mc_embed_signup :-moz-placeholder { /* Firefox 18- */
    color: #888;
}

 #mc_embed_signup ::-moz-placeholder {  /* Firefox 19+ */
     color: #888; 
}

#mc_embed_signup :-ms-input-placeholder {  
     color: #888;
}


/* @end */

/* @group New Artist Page */

ul.artist-list {
	margin: 0;
	list-style: none;
	padding: 0 1em;
}

#artist-thumb {
	width: 100%;
	height: 400px;
	background-size: contain;
	  background-repeat: no-repeat;
	  background-position: center; 
}

h2.artist-name {
	font-weight: 200;
}

@media (max-width: 40em) {
	#artist-thumb {
		display: none;
	}
}
/* @end */

.project {
	margin-top: 5em;
}

#exhibited-artists {
	padding: 2em 1em 1em;
	border-top: 1px solid #e6e6e6;
	margin-top: 3em;
}

#exhibited-artists ul {
	margin: 1em 0 0;
	list-style: none;
	padding: 0;
	columns: 1;
	 -webkit-columns: 1;
	 -moz-columns: 1;
}

@media (min-width: 40em) {
	#exhibited-artists ul {
		columns: 2;
		 -webkit-columns: 2;
		 -moz-columns: 2;	}
}

@media (min-width: 50em) {
	#exhibited-artists ul {
		columns: 3;
		 -webkit-columns: 3;
		 -moz-columns: 3;
	}
}




@media (min-width: 60em) {
	#exhibited-artists ul {
		columns: 4;
		 -webkit-columns: 4;
		 -moz-columns: 4
	}
}

div.special-link {
	margin-bottom: 2em;
}

.special-link a {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 400;
}