/*
Theme Name: Trish Clark Gallery
Version: 1.0
Theme URI: http://www.luxe.net.nz
Author: Luxe Interactive
Author URI: http://www.luxe.net.nz
Description: Trish Clark Gallery is a custom responsive theme developed by Luxe for Trish Clark
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, light, one-column, two-columns, responsive-layout, left-sidebar, right-sidebar, custom-menu, featured-images, sticky-post, translation-ready, black, blue, custom-background, custom-colors, featured-images, theme-options, threaded-comments
*/


/* Table of Contents
==================================================
	#Global Reset
	#Structural Customization
	#Header
	#Navigation Bar
	#Typography
	#Tables
	#Widgets
	#WP Blog
	#Styled Buttons
	#Tabs
	#Toggles
	#Callouts
	#Comments
	#WP Gallery
	#Images
	#Exhibitions
	#Artists
	#Misc
*/



/* @group Global Reset */

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;
	vertical-align: baseline;
}

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

a, a:active, a:focus { outline: none; }

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

table.pad td {
	padding: 10px;
}

pre,code {
	white-space: normal;
	background-color: #ededed;
	border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	font: 12px/24px Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace;
	margin: 5px 0;
	padding: 5px;
}

p code {display: inline;}

body {

	-webkit-text-size-adjust: 100%;
	color: #808080;
}

.iPad, .mobile, .iPadShow {
	display: none;
}

#wrapper {
	overflow: hidden;
}

/* @end */


/* @group Structural Customization */


@media only screen and (min-width: 320px) and (max-width: 480px) {
  #wrap #content {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* @end */

/* @group Header */

#header {
	clear: both;
	margin-top: 16px;
	color: #b2b2b2;
	width: 100%;
	overflow: hidden;
	padding-bottom: 80px;
}
.home #header {

}
#header .inner {
	padding-top: 15px;
	padding-bottom: 20px;
}

#header .header_extras {
	float: right;
}

#header .social-icon, #header .nav-menu {
	float: right;
}
#header .social-icon {
	margin-left: 0px;
}
#header .social-icon a{
	opacity: 0.6;
	transition: opacity .25s ease-in-out;
	   -moz-transition: opacity .25s ease-in-out;
	   -webkit-transition: opacity .25s ease-in-out;
	   margin-left: 5px;
}
#header .social-icon a:hover{
	opacity: 1;
}

h1#site-title {
	font-size: 3.5em;
	margin: 0;
	padding: 0;
	line-height: 100%;
	letter-spacing: -2px;
}

h1#site-title img {max-width:110px;}

h1#site-title a,
#header h1#site-title a:hover {
	color: inherit;
	text-decoration: none;
	text-shadow: 0px 1px 0px #FFF;
}

/* Header Tagline */

#header span.site-desc {
	margin: 0;
	padding: 0;
	line-height: 100%;
	letter-spacing: -1px;
	font-size: 1.25em;
}

/* Image Header */

#header #site-title.graphic a {
	text-indent: -9999em;
	display: block;
	background-repeat: no-repeat;
	background-position: left;
}


/* @end */

.bottom-link {
	padding-top: 220px;
	padding-bottom: 44px;
}
.single-artists .bottom-link {
	padding-top: 0px;
	font-weight: 400;
}
/* @group Navigation Bar */

#navigation {
	margin-bottom: 20px;
}

#navigation ul {
	text-align: right;
	margin: 0;
	padding: 0;
}

#navigation ul li {
	margin: 0;
	display: inline-block;
	padding: 0 0 0 20px;
	
}

#navigation .menu {
	display: inline-block;
	width: 100%;
}


#navigation ul li {
 	color: #808080;
}

#navigation ul li a {
	text-decoration: none;
	border-bottom: none;
	color: #b2b2b2;
	text-transform: uppercase;
	font-size: 13px;
	transition: color .25s ease-in-out;
	   -moz-transition: color .25s ease-in-out;
	   -webkit-transition: color .25s ease-in-out;
}

.single-exhibitions #navigation ul li.exhibitions a, .single-artists #navigation ul li.artists a, #navigation ul li.current-menu-item a, .single-non-rep-artists #navigation ul li.exhibitions a{
	color: #808080;
	font-weight: 400;
}

.single-artists #subnav a {font-size:10px;}

/* Navbar Hover Links */

#navigation ul li:hover a,
#navigation ul li a:hover {
	color: #5c5c5e;
	
}

#navigation form {float:right;}

#navigation form inout {color: #808080;font-weight: 400;border:none;}

#navigation ul li:hover li a {
	color: #5c5c5e;
	font-weight: normal;
}

/* Navbar Active Links */

#navigation ul li.active a {
	color: #5c5c5e;
	
}


/* Nav Sublevel */

#navigation ul.sub-menu,
#navigation ul.children {
 	
}

#navigation ul.sub-menu li,
#navigation ul.children li {
	border: none;
}

/* Nav Sublevel Links */

#navigation ul.sub-menu li a,
#navigation ul.children li a {
	background: #f0f0f0;
	padding: 5px 0px 5px 8px;
	height: 32px;
	line-height: 32px;
	border-radius: 0;
	min-width: 210px;
	border-bottom: none;
	position: static;
}

/* Nav Sublevel Hover */

#navigation ul.sub-menu li a:hover,
#navigation ul.children li a:hover {
	background: #fff;
	border-bottom: none;
}

#navigation .mobile-menu{
	display: none;
}

/* @end */



.sticky {
	position: fixed;
	width: 100%;
	top: 154px;
	z-index: 100;
	border-top: 0;
}

#close {
	width: 55px;
	height: 55px;
	background-color: #FFCC00;
	position: fixed;
	top: 100px;
	right: 100px;
	text-align: center;
}
#close a h1{
	color: #808080;
	font-weight: 400;
	transition: color .25s ease-in-out;
	   -moz-transition: color .25s ease-in-out;
	   -webkit-transition: color .25s ease-in-out;
	display: inline-block;
	  vertical-align: middle;
	  line-height: 48px;
	width: 55px;
	height: 55px;
}

#close a:hover h1{
	color: #5c5c5e;
}


/* @group Footer */

#footer {
	font-size: 11px;
    margin: 20px auto 44px auto;
	clear: both;
	padding: 80px 0 10px 0;
	color: #808080;
	line-height:18px;
}

#footer-h3 {}

#footer a {
	color: #808080;
}

#footer p {
	margin-bottom: 0;
}

#footer.noborder {
	border: none;
	padding-top: 0;
}

#footer #credits {
	font-size: 11px;
	color: #9f9f9f;
	text-align: center;
}

h3.widget-title {
	color: #808080;
	font: 10px/18px 'akzidenz-grotesk', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-style: normal;
	font-weight: 300;
	padding: 0;
	margin: 0;
}
.cm_ajax_success {
	float: left;
	color: #808080;
	margin: -77px 0 0 -30px;
	background-color: #fff6d1;
	padding: 30px;
	height: 80px;
	width: 100%;
	position: relative;
	z-index: 2;
}
.cm_ajax_failed {
	float: left;
	color: #5c5c5e;
	margin: 12px 0 0;
	width: 100%;
}
.cm_ajax_loading {
	position: relative;
	top: -24px;
}
.themeauthor,
.themeauthor a:link,
.themeauthor a:hover,
.themeauthor a:visited {
	font-size: 11px;
	color: #AEAEAE;
	text-decoration: none;
}

/* Footer Menu */

#footermenu {
  font-size: .85em;
  margin:  10px auto 0px auto;
  text-align: center;
  position: relative;
  clear: both;
  text-shadow: none;
}

#footermenu ul {
	display: inline-block;
}

#footermenu ul, #footermenu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footermenu li {
	color: #ccc;
	float: left;
}


#footermenu li a {
  margin: 0px 10px;
  padding: 0;
  float: none;
  background: none;
  display: inline;
  text-decoration: none;
  border-bottom: none;
  font-weight: normal;
}

#footermenu li.menu-item-last span {
  display: none;
}

/* @end */


/* @group General */
.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

   .fade:hover {
      opacity: 0.5;
      }

.spacer {
	height: 154px;
}

/* @group Typography */

h1.page-title {
	padding-bottom: 20px;
}


p { margin: 0 0 11px 0; }
p img { margin: 0; }

em { font-style: italic; }
strong { color: #b2b2b2; font-style: normal; font-weight: 700;}
small { font-size: 11px; }

.light, .light a, .light a:visited{
	color: #b2b2b2;
}
#press .light a, #press .light a:visited{
	color: #808080;
}
.small {
	font-size: 11px;
}
li .small p {
	line-height: 17px;
}
.upper {
	text-transform: uppercase;
	font-size: 11px;
}
.date {
	margin-bottom: 11px;
}
.brief {
	width: 50%;
}
#body-copy p {
	width: 74%;
}
.type-exhibitions #body-copy p {
	width: 84%;
}
#subnav {
	color: #b2b2b2;
	text-transform: uppercase;
}

#subnav a.active{
	color: #808080;
	font-weight: 400;
}

#subnav a{
	color: #b2b2b2;
	font-size: 11px;
	transition: color .25s ease-in-out;
	   -moz-transition: color .25s ease-in-out;
	   -webkit-transition: color .25s ease-in-out;
}

#subnav a:hover{
	color: #808080;
}



/*	Blockquotes  */

blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

hr { border: solid #ccc; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
a, a:visited {text-decoration: none; outline: 0; color: #808080; padding-bottom: 0px;}
img a, a img, a.logo { border: none}
a:hover, a:focus { text-decoration: none; color: #333}
p a, p a:visited { line-height: inherit; color: #808080}
a.upper { text-transform: uppercase; color: #b2b2b2; font-style: normal; font-weight: 700;}

a#top { position: fixed; top: 0}

a.close-page { cursor: pointer}

a.external { color: #b2b2b2; font-style: normal; font-weight: 300; border: none; font-size: 13px; 
	transition: color .25s ease-in-out;
   -moz-transition: color .25s ease-in-out;
   -webkit-transition: color .25s ease-in-out;
}
a.external:hover {
	color: #808080
}
a.external.active { 
	color: #808080;
}

img a, a img, a.no-border{
	border: none  !important;
}

/* #Lists
================================================== */
ul, ol { margin-bottom: 20px; }
ul { list-style: none; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul { margin: 4px 0 5px 30px;}
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 6px; }
li { /*margin-bottom: 11px;*/ }
ul.large li { line-height: 22px; }
li p { line-height: 22px; }
abbr,acronym {
	border-bottom: 1px dotted #333;
	cursor: help;
	cursor: alias;
}
cite {
	font-style: italic;
	font-family: Georgia, serif;
}
q {
	font-style: italic;
}


/* # Image Alignment Classes
============================================================== */

.alignright {
	float: right;
	margin: 0px 0px 10px 15px;
}

.alignleft {
	float: left;
	margin: 0px 15px 8px 0px;
}
.aligncenter {
	display:block;
	margin:0 auto 10px auto;
}

.full-width li{
	width:100%;
	height:auto;
	overflow:hidden;
	clear: both;
	margin: 40px 0;
}

/* #Images
================================================== */

.full-image {
	padding-bottom: 80px;
}

.full-image img, #exhibitions img, #rel-exhibitions img, .consult-image img {
	width: 100%;
	height: auto;
}
.art img {
	width: 80%;
	height: auto;
}
.single-non-rep-artists .art img {
	width: 100%;
}
.location img {
	width: 100%;
	height: auto;
}

.press img {
	width: 100%;
	height: auto;
}
/* @end */



/* @group Tables */

table {
	margin: .5em 0 1em;
}

table th {
	text-align: left;
	border: 1px solid #d1d1d1;
	padding: .4em .8em;
	color: #b2b2b2; font-style: normal; font-weight: 700;
}

table td {
	border: 1px solid #d1d1d1;
	padding: 10px;
}

/* @end */






/* @group Buttons */

button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.btn a  {
  margin: 1px 0 0 3px;
  margin-bottom: 0 !important;
  display: inline-block;
  font-weight: normal;
  white-space: nowrap;
  padding: 1px 10px 1px !important;
  	font: 12px/22px 'akzidenz-grotesk', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-style: normal;
	font-weight: 400;
  color: #b2b2b2 !important;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
  background: #FFF;
  position: relative;
text-transform: uppercase;
-webkit-appearance: none;
}


#footer input[type="submit"]{
	font-size: 11px;
	color: #808080 !important;
}

input[type="submit"]:hover {
  text-decoration: none !important;
	color: #000 !important;
}

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
a.button:hover {
  color: #808080;
  position: relative;
  cursor: pointer;
}

button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
a.button:active {
 
}

a.button span.btn_caption {
  color: #acd3f1 !important;
  text-shadow: 0 1px 0 #3B639B;
}

/* @end */






/* @group Navigation */
.gallery-nav a{
	opacity: 0.3;
	transition: opacity .25s ease-in-out;
	   -moz-transition: opacity .25s ease-in-out;
	   -webkit-transition: opacity .25s ease-in-out;
}
.gallery-nav a:hover{
	opacity: 0.8;
}
.gallery-nav .left-arrow {
	float: left;
}
.gallery-nav .right-arrow {
	float: right;
}
/* @end */


/* @group Home */
ul.home_slides {
	width: 100%;
	overflow: hidden;
	height: auto;
	height: 745px;
}

ul.home_slides .slide_img {
	text-align: right;
	padding-bottom: 22px;
}
ul.home_slides img a, ul.home_slides a img, ul.home_slides a{
	border: none !important;
	color: #b2b2b2;
}


ul.home_slides .sl_title h1 a{
	color: #808080;
}
ul.home_slides .sl_desc h2, ul.home_slides .sl_desc h2 a{
	color: #b2b2b2;
}
.sl_desc h2{
	width: 50%;
}


ul.home_slides li a.hero-img {
position: relative;
height: 0;
padding-top: 64%;
display: block;
width: 100%;
overflow: hidden;
}

ul.home_slides img {
position: absolute;

right: 0;
top: 0;
bottom: 0;
display: block;
max-width: 100%;
max-height: 100%;
margin: auto;
}

#heros li
{
	display: none;

}
#heros li:first-child
{
	display: block;
}

#heros-nav {
	position: absolute;	
}



#slideshow {
	position: relative;
}
#slideshow .gallery-nav {
	position: absolute;
	top: 40%;
	width: 100%;
}
#slideshow .gallery-nav .left-arrow {
	margin-left: -110px;
}
#slideshow .gallery-nav .right-arrow {
	margin-right: -110px;
}
/* @end */


/* @group Exhibitions */

#results {
	clear: both;
}
.exhibit_thumb {
	overflow: hidden;
	float: left;
	width: 25%;
}
.exhibit_thumb img{
	width: 100%;
	height: auto;
}
.exhibit_thumb_text {
	float: left;
	width: 70%;
	margin-left: 4%;
}
ul.current_exhibition {
	overflow: hidden;
	height: auto;
	float: left;
	display: inline-block;
}
ul.current_exhibition img, ul.upcoming_exhibitions img{
	width: 100%;
	height: auto;
}

ul.current_exhibition li, ul.upcoming_exhibitions li{
	width: 100%;
}



#carousel {
	position: relative;
	height: auto;
	float: left;
	display: inline-block;
}
ul.upcoming_exhibitions li {
	margin-bottom: 80px;
}

#carousel .gallery-nav {
	position: absolute;
	top: -40px;
	width: 100%;
}

#carousel .gallery-nav .right-arrow a {
	opacity: 1;
}

ul.past_exhibitions {
	width: 100%;
	overflow: hidden;
	height: auto;
	clear: both;
}
ul.past_exhibitions li{
	clear: both;
	margin-bottom: 44px;
	height: auto;
	overflow: hidden;
}
#artist-list {
	font-size: 14px;
	color: #b2b2b2;
	position: relative;
	margin-bottom: 11px;
}
#artist-list a{
	text-transform: uppercase;
	color: #808080;
	transition: color .25s ease-in-out;
	   -moz-transition: color .25s ease-in-out;
	   -webkit-transition: color .25s ease-in-out;
}
#artist-list a:hover{
	color: #333;
}

.list-artist {
	position: relative;
	top: 0;
	font-size: 12px;
}

.list-artist a {
	border-bottom: none;

}
.list-artist a .list-origin {
	padding-left: 10px;
	color: #b2b2b2;
	border: none;
	text-transform: none;
}
.list-artist a .list-artistlink {

}

ul#tabs {
	width: 100%;
}
ul#tabs .list-image{
	width: 50%;
}
.download-link {
	padding-top: 22px;
}

.single-exhibitions h2 {
	text-transform: uppercase;
}
.single-exhibitions h1 {
	color: #808080;
}

#exhibition-images {
	padding-top: 8px;
}

#exhibition-images li{
	width: 100%;
	display: block;
	overflow: hidden;
	height: auto;
	clear: both;
	position: relative;
}

#exhibition-images li img{
	max-width: 100%;
	height: auto;

}
#exhibition-images li .description{
	width: 50%;
	font-size: 11px;
	line-height: 17px;
	color: #b2b2b2;
	margin-top: 8px;
}

#exhibition-images li{
	padding-bottom: 60px;
}

.list-image img {
	width: 50%;
	height: auto;
}

.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%; }

/* @end */

/* @group Artists */
.icon {
	display: inline-block;
	overflow: hidden;
	width: 50%;
	font-size: 14px;
	text-transform: uppercase;
	color: #d8d8d8;
}
.icon a.external {
	color: #d8d8d8;
	transition: color .25s ease-in-out;
   -moz-transition: color .25s ease-in-out;
   -webkit-transition: color .25s ease-in-out;
}
.icon a.external:hover {
	color: #808080;
}
.icon a.external.active {
color: #808080;
}

ul#works li.odd {
	margin-left: 350px;
}

.credits, .art {
	color: #b2b2b2;
	font-size: 11px;
}

.artists h2 {
	
}

.desc-title {
	color: #808080;
}

.art p{
	margin: 0;
}

.artist-sidebar a {width:100%;cursor:pointer;text-transform:uppercase;font-size:10px;}

.artist-sidebar a.mixitup-control-active {color:#333;}
.artist-sidebar span {text-transform:uppercase;}	
artist-sidebar {margin-top:5px;}

ul.catalogue_gallery {
	color: #b2b2b2;
	overflow: hidden;
	height: auto;
	padding-top: 0px;
}

ul.catalogue_gallery .slide_link{
	padding-top: 22px;
}

ul.catalogue_gallery.thumbnails li .artist-thumbnail img{
	width: 100%;
	height: auto;
	max-height: 400px;

}

ul.catalogue_gallery .slide_link a{
	color: #b2b2b2;
	text-transform: uppercase;
	font-size: 14px;
	   transition: color .25s ease-in-out;
	   -moz-transition: color .25s ease-in-out;
	   -webkit-transition: color .25s ease-in-out;
}

ul.catalogue_gallery .slide_link a:hover{
	color: #808080;
}

ul.catalogue_gallery h1, ul.catalogue_gallery h2{
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: #808080;
	font-weight: 300;
}

ul.catalogue_gallery.thumbnails li .artist-thumbnail{
	min-height: 200px;
	overflow: hidden;
}
ul.catalogue_gallery.thumbnails li{
	min-height: 400px;
}

ul.catalogue_gallery.thumbnails a{
	opacity: 1;
	
}
ul.catalogue_gallery.thumbnails a:hover{
	opacity: 0.75;
}

ul.catalogue_gallery.thumbnails a:hover h1{
	color: #5c5c5e;
}



ul#aspect 
{
  width: 100%;
  padding: 0;
  margin: 0 0 1em 0;
position: relative;
}

#aspect li
{
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #f5f5f5;
	display: none;
}
#aspect li:first-child
{
	display: block;
}

#aspect li a
{
  position: relative;
  height: 0;
  padding-top: 56.25%;
display: block;
  width: 100%;
  overflow: hidden;
}

#aspect img
{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}



#gallery .gallery-nav {
	height: 100px;
	background-color: #FFF;
	width: 100%;
}

.gallery .hours a {
	color: #b2b2b2;
}


.press p{
	margin-bottom: 0;
	
}
.press .desc-title {
	margin-left: 35%;
	font-size: 11px;
	font-weight: 400;
	text-align: left;
}
.press .desc-title .light{
	font-weight: 300;
}
#press li{
	clear: both;
	margin-bottom: 44px;
	height: auto;
	overflow: hidden;
}
#press li p{
	margin-bottom: 0;
	
}
#press.grid_3 {
	width: 75.0%;
}

#subnav-content {
	position: relative;
}

#side-nav {
	position: relative;
	z-index: 10;
	margin-top:5px;
}

.press_thumb {
	overflow: hidden;
	float: left;
	width: 25%;
}
.press_thumb img{
	width: 100%;
	height: auto;
}
.press_thumb_text {
	float: left;
	width: 70%;
	margin-left: 4%;
}

#rel-exhibitions li{
	margin-bottom: 110px;
	height: auto;
	overflow: hidden;
}


ul#rel-exhibitions {
	height: auto;
	overflow: hidden;
}

ul#works{
	text-align: right;
	margin-left: -9%;
}

ul#works .mobile{
	text-align: left;
	margin-left: 10%;
}

ul#press {

}


#works li{
	color: #b2b2b2;
	font-size: 12px;
	display: inline;
	float: left;
	width: 33.2%;
}
#works li p{
	margin-bottom: 0;
}
#works .art{
	margin-bottom: 60px;
}

.artist-stickyon {
	margin-top: 0 !important;
}

.#swipebox-slider .slide img {
	width: 90% !important;
	height: 90% !important;
}

#biography {
	width: 100%;
}


#forsale {
	width: 100%;
}
#forsale img {
	width: 100%;height:auto;
}
#bio-copy, #bio-pic {
	display: inline-block;
	vertical-align:top;
}
#bio-copy {
	width: 60%;
	padding-right: 4%;
}
#bio-copy p{
	width: 90%;
}

#bio-copy img {width:100%;height:auto;}
#bio-pic {
	width: 35%;
	margin-top: 6px;
	text-align: right;
}
#bio-pic img{
	max-width: 100%;
	height: auto;
}
#bio-pic .credits{
	
}
/* @end */


/* @group Non Rep Artists */

ul#non-rep-images {
	text-align: center;
}
ul#non-rep-images li {
	padding-bottom: 132px;
	text-align: left;
}

ul#non-rep-images li .desc-title, ul#non-rep-images li span.light p{
	line-height: 16px;
}

.non-rep-artists .entry-content p a{
	color: #b2b2b2;
}

/* @end */


/* @group Consultancy */
.consultancy h1 {
	position: relative;
}
.consultancy #side-nav {
	margin-top: 5px;
}
.consultancy h1 {
	text-transform: uppercase;
}

.consult-image {
	margin-bottom: 44px;
}
.consult-content p {
	width: 90%;
}
/* @end */



/* @group Gallery Page */
.page-template-page-gallery-php .entry-content {
	
}
.page-template-page-gallery-php .hours p{
	padding: 0;
	margin: 0;
}
.page-template-page-gallery-php .hours {
	margin-bottom: 30px;
}
.location {
	text-align: left;
	padding-bottom: 44px;
}

.location p {text-align:left;}
/* @end */


/* @group Contact Page */

.contact-form input {
	width: 100%;
	display: block;
	font-family: inherit;
	height: 22px;
	padding: 6px 12px;
	margin-top: 4px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.contact-form textarea {
	display: block;
	width: 100%;
	height: 160px;
	padding: 6px 12px;
	margin-top: 4px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	overflow: auto;
}

.contact-form select {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	margin-top: 4px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus {
	border-color: #ccc;
	border-color: rgba(255,204,0,.8);
	outline: 0;
	outline: thin dotted \9;
	-moz-box-shadow: 0 0 8px rgba(255,204,0,.8);
	box-shadow: 0 0 8px rgba(255,204,0,.8);
}

.contact-form input.wpcf7-submit{
	display: inline-block;
	margin-bottom: 0;
	height: 43px;
	width: auto;
	font-weight: 300;
	font-style: none;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: none;
	white-space: nowrap;
	padding: 6px 0px !important;
	font-size: 12px;
	line-height: 1.42857143;
	border-radius: 0px;
	-webkit-user-select: none;
	color: #b2b2b2 !important;
	background-color: #fff;
	overflow: visible;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: background-color ease-in-out .15s;
	transition: background-color ease-in-out .15s;
	-webkit-appearance: none;
	border-radius: 4px;
}

.contact-form input.wpcf7-submit:hover{
	color: #333 !important;
}

div.wpcf7-response-output {
	background-color: #fff6d1;
	padding: 5%;
	border: none !important;
	width: 90%;
}
div.wpcf7-mail-sent-ok {
	width: 80%;
}

span.wpcf7-not-valid-tip {
	margin: 6px 2px;
}

/* @end */


/* @group Misc */


/* Apply CSS class of "guest" to hide menu items from logged-in users */

body.logged-in li.guest {
	display: none;
}



/* #Forms (see formalize.css)
================================================== */


label,legend {
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	display: inline-block;
}

input[type="checkbox"] {display: inline; }

#footer input[type="text"], #footer input[type="email"]{
border-top: none;
border-right: none;
border-left: none;
border-bottom: 1px solid #808080;
padding: 0 6px 6px 0;
outline: none;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
font: 11px 'akzidenz-grotesk', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #5c5c5e;
margin: 0;
width: 60%;
max-width: 100%;
display: inline-block;
margin-bottom: 0px;
background: transparent;
}
#footer input:active {
	color: #ccc;
}

/* # Misc Typography Balancing to Maintain Vertical Rhythm
============================================================== */
.remove-bottom { margin-bottom: 0 !important; }
.half-bottom { margin-bottom: 10px !important; }
.add-bottom { margin-bottom: 20px !important; }
.add-top { margin-top: 20px !important; }
.bypostauthor,.gallery-caption {}

/* @end */



/* @group IE CSS3 */

html.ie #navigation,
html.ie a.button,
html.ie .cta,
html.ie .wp-caption,
html.ie #breadcrumbs,
html.ie a.more-link,
html.ie .gallery .gallery-item img,
html.ie .gallery .gallery-item img.thumbnail,
html.ie .widget-container,
html.ie #author-info {
	behavior: url("PIE.php");
	position: relative;
}

/* # new sidebar
============================================================== */

.sidebar-new {margin-top:125px;font-size:10px;line-height:16px;color:#b2b2b2;}
.sidebar-new h3 {color: #808080;font-weight: 400;font-size:10px;margin-bottom:0px;}
.sidebar-new p {font-size:10px;color:#b2b2b2;max-width:200px;}
.sidebar-new p a {color:#b2b2b2;}
.sidebar-new .second p {margin-bottom:6px;}
.sidebar-new p a:hover {color:#808080;}
.sidebar-new form {margin-top:0px;}
.sidebar-new form input {font-size:10px;}
.sidebar-new form input[type="text"], .sidebar-new form input[type="email"] {width:115px;text-transform:uppercase;padding:3px 4px 3px 0;border-top:none;border-right:none;border-left:none;border-width:1px;}
.sidebar-new form input[type="submit"] {padding-right:4px !important;padding-left:4px !important;padding-top:3px !important;padding-bottom:3px !important;text-align:left;width:50px;}
.sidebar-new .search-form {margin-top:0;margin-bottom:15px;}
.sidebar-new .search-form input[type="submit"] {margin-left:0px;padding:3px 4px;}
.search-sidebar .sidebar-new {margin-top:0;}
.cm_ajax_widget_form .btn {margin-left:3px;}
.sidebar-new .cm_ajax_widget_form p {margin-bottom:0;}

.side-nav-play .sidebar-new {margin-top:0;}
.sidebar-new .facebook {width:16px;height:15px;display:inline-block;font-size:0px;background:url(images/logos/facebook.svg) no-repeat top left;margin-right:3px;}
.sidebar-new .instagram {width:16px;height:18px;display:inline-block;font-size:0px;background:url(images/logos/insta.svg) no-repeat top left;margin-right:4px;}
.sidebar-new .email {width:25px;height:17px;display:inline-block;font-size:0px;background:url(images/logos/email.svg) no-repeat top left;}



/* # search results
============================================================== */

div.search-results {margin-top:50px;}
div.search-results h2{padding-bottom:0px !important;}
div.search-results .status-publish{margin-bottom:25px;}
div.search-results a:visited {color:#333;}
div.search-results a {color:#333;}
div.search-results .type-page {display:none;}



/* # play page
============================================================== */

#play-content h1{color:#808080;margin-bottom:10px;}
#play-content img {width:100%;height:auto;margin-top:10px;}
#play-content p {margin-bottom:10px;width: 75%;}




/* @end */

/* # contact page
============================================================== */

.contact-columns {margin-top:30px;}
.contact-left {width:100%;}
.contact-right {width:60%;margin-top:30px;}

.contact-columns p {text-align:left;}

.form-errors, .form-success {display:none;}

.form-errors.show-errors {display:block;}

#submit-form {width:100%;margin-top:20px;}
#submit-form fieldset {width:100%;display:block;margin:0;padding:0;}
#submit-form input[type="text"], #submit-form input[type="email"]{    box-shadow:none;appearance: none;  -moz-appearance: none;  -webkit-appearance: none;border-radius:4px;display:block;padding:6px 12px;font-size: 11px;line-height: 1.42857143;width:100%;margin-bottom:18px;border:1px solid #bfbfbf;color:#000;}

#submit-form select {padding:3px 4px;font-size:10px;width:100%;margin-bottom:6px;border-radius:0;}
#submit-form .fancy {width:100%;display:block;}
#submit-form .fancy-select {position:relative;border:1px solid #bfbfbf;color:#bfbfbf;padding:6px 12px;width:100%;display:block;margin-bottom:18px;border-radius:4px;}
#submit-form .fancy-select select {color:#666;padding:0;margin:0;outline:none;text-shadow:none;outline:none;border:none;background:transparent;width:100%;appearance:none;-moz-appearance:none;-webkit-appearance:none;font-size: 11px;line-height: 1.42857143;}
#submit-form textarea {border-radius:4px;display:block;padding:8px 12px;border:1px solid #bfbfbf;color:#000;font-size: 11px;font: 11px 'akzidenz-grotesk', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;line-height: 1.42857143;width:100%;margin-bottom:6px;outline:none;min-height:200px;appearance:none;-moz-appearance:none;-webkit-appearance:none;}
#submit-form .fancy-select:after {position:absolute;top:14px;right:10px;content:" ";display:block; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent;border-top: 6px solid #C3C6C6;pointer-events:none;}

#submit-form textarea::placeholder, #submit-form .fancy-select select, #submit-form input[type="text"]::placeholder, #submit-form input[type="email"]::placeholder {color:#C3C6C6;}


#submit-form .error {}
#submit-form input[type="text"].error, #submit-form input.error[type="email"], #submit-form textarea.error{border-color:#333;}
#submit-form input[type="submit"] {text-align:left;margin-left:0;padding-left:0 !important;font-size:11px;}


/* # available pieces
============================================================== */

#available-pieces { color: #808080; overflow: hidden; height: auto; padding-top: 0px;width:100%;}
#available-pieces .artist-thumbnail { min-height: 200px; overflow: hidden; }
#available-pieces .artist-thumbnail img{width: 100%; height: auto; max-height: 400px;}



/* # featured
============================================================== */
.featured {margin-bottom:80px;}
.featured .thumbnail {margin-left:0;float:left;display:inline;width:31.33333%;margin-right:2%;}
.featured-item {width:25%;}
.featured .press_thumb {float:none;width:100%;}
.featured .press_thumb_text {float:none;margin-left:0;width:100%;}

/* # listen
============================================================== */


#listen li {
    clear: both;
    margin-bottom: 44px;
    height: auto;
    overflow: hidden; margin-bottom: 80px;}

#listen li p{margin-bottom:0;}
	
/* # nav search
============================================================== */	
	
#navigation .search-form{margin-left:16px;margin-top:-1px;overflow:hidden;}
#navigation .search-form input[type="text"] {width:20px;border:none;color:transparent;background:url(images/search.png) no-repeat 1px 1px;background-size:20px;font-size: 13px;padding:0;margin:0;font:13px/22px 'akzidenz-grotesk', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;font-weight:300;}
#navigation .search-form input[type="text"]::placeholder {color:transparent;}

#navigation ul li:first-of-type{padding-left:0;}

#navigation .search-form input[type="submit"] {
  display:none;width:auto;margin:0;padding:0 !important;position:absolute;top:0;right:0;
}

#navigation .search-form:focus-within input[type="text"] {
  width:140px;border-bottom:1px solid #b2b2b2;background:transparent;color:#b2b2b2;
}

#navigation .search-form:focus-within input[type="text"]::placeholder  {
  color:#b2b2b2;
}


#navigation .search-form:focus-within input[type="submit"] {
  display:block;
}
#navigation .search-form fieldset {position:relative;}

/* # Shop landing
============================================================== */	

#shop-landing {width:100%;display:block;}
#shop-landing .image {width: 100%;height: 375px;background:#abb8b9;display:flex;flex-align:center;justify-content:center;}

#shop-landing .right .image{background:#f5cfc2;}
#shop-landing .image img {max-width:50%;}
#shop-landing p {margin-top:22px;}


.about-hotlink a{color:#b2b2b2;font-size:10px;}
.about-hotlink a:hover {color:#808080;}

