/*
 Theme Name:   Circuit Gallery
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Circuit Gallery Theme (Twenty Fourteen Child Theme)
 Author:       Lucas Mulder
 Author URI:   http://100cm.org
 Template:     twentyfourteen
 Version:      1.0.0
 Text Domain:  twenty-fourteen-child
*/


/**
 * Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

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

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

body {
	background: #f5f5f5;
}

a {
	color: #51bec7;
	text-decoration: none;
}

a:focus {
	outline: none;
}

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

a:active,
a:hover {
	color: #51bec7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

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

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

p {
	margin-bottom: 15px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

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

blockquote {
	font-size: 12px;
	margin-left: 30px;
	margin-bottom: 24px;
	padding: 0 25px;
	position: relative;
	color: #666;
	font-weight: 400;
}

blockquote:before {
	font-family: Georgia, serif;
	display: block;
	content: "\201C";
	font-size: 50px;
	position: absolute;
	left: -10px;
	top: -12px;
	color: #666;
}


blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

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

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

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

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

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

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

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

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

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}


/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

/* Separators */

.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}


/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

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

.hide {
	display: none;
}


/**
 * General Styles
 * -----------------------------------------------------------------------------
 */

body {
	background: #e2e2e2;
}

.container_12 {	
	margin-top: 10px;
	background-color: #fff;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	padding-bottom: 20px;
}

.page-template-page-splash-php .container_12 {
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 20px;
}


.logo img {
	margin: 15px 0;
}

.tagline {
	text-align: right;
	font-size: 12px;
	margin-top: 32px;
	color: #666;
}

.tagline .blue {
	color: #51bec7;
}

.tagline .bullet {
	margin: 0 5px;
	font-size: 9px;
}

.headerbar {
	width: 100%;
	height: 1px;
	background-color: #ccc;
	
}

.footer {
	background-color: #51bec7;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	height: 100px;
	line-height: 100px;
	color: #fff;
	font-size: 12px;
	width: 960px;
	margin: 0 auto 15px auto;
}

.footer span {
	display: inline-block;
	margin: 0 3px;
	color: #A5DEE4;
}

.footer a {
	text-decoration: none;
	color: #fff;
}

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

.footer-left {
	float: left;
	margin-left: 10px;
}

.footer-right {
	float: right;
	margin-right: 10px;
}

/**
 * Navigation
 * -----------------------------------------------------------------------------
 */

.nav {
	float: right;
	font-size: 12px;
	margin: 0;
	padding: 0;
	height: 30px;
	margin-top: 5px;
	text-transform: uppercase;
}

.nav .nav-menu {
	border-bottom: 0;
	display: block;
}

.nav ul {
	list-style: none;
	margin: 0;
}

.nav li {
	border: 0;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	position: relative;
	margin-left: 25px;
}

.nav a {
	display: inline-block;
	padding: 0 2px;
	white-space: nowrap;
	color: #333;
}

.nav a:hover {
	color: #51bec7;
	/* border-top: 4px solid #51bec7; */
}

.nav .current_page_item > a,
.nav .current_page_ancestor > a,
.nav .current-menu-item > a,
.nav .current-menu-ancestor > a,
.nav .current_page_parent > a,
.nav .current-page-ancestor > a {
	color: #51bec7;
	font-weight: normal;
	/* border-top: 4px solid #51bec7; */
}

.entry-content a {
	border-bottom: 1px dotted #333;
	color: #333;
}

.entry-content a:hover {
	border-bottom: none;
	color: #51bec7;
}

.entry-content a.noline {
	border-bottom: none;
}

/**
 * Home
 * -----------------------------------------------------------------------------
 */


.page-template-page-home-php .entry-title, .page-template-page-splash-php .entry-title {
	display: none;
}

.page-template-page-home-php h2 {
	font-size: 18px;
	margin: 0 0 10px 0;
}

.home-content {
	margin: 29px 0 50px 0;
}

.splash-content {
	margin: 25px 0 50px 0;
}

.splash-info {
	font-size: 12px;
	color: #999;
	margin-top: 25px;
}

.splash-info p {
	margin-bottom: 0;
}

.splash-link {
	color: #333;
}

.splash-link:hover {
	color: #333;
}

.maintenance {
	width: 403px;
	border: 1px solid #F63C00;
	background-color: #fff;
	padding: 5px;
	color: #F63C00;
	font-size: 11px;
	height: 60px;
	margin-top: 10px;
}

.maintenance span {
	text-transform: uppercase;
	margin-top: 12px;
	display: inline-block;
	letter-spacing: 
}

.maintenance img {
	float: left;
	margin-right: 5px;
}
/* Wooslider */

.wooslider { 
	margin: 0 !important; 
	background: #fff; 
	-webkit-border-radius: 0 !important; 
	-moz-border-radius: 0 !important;  
	-o-border-radius: 0 !important;  
	border-radius: 0 !important;  
	-webkit-box-shadow: none !important; 
	-moz-box-shadow: none !important;  
	-o-box-shadow: none !important; 
	box-shadow: none !important;
}

.wooslider a {
	border-bottom: none !important;
}

.wooslider .slide-content {
	padding: 0 !important;
	margin: 0 !important;
}

.wooslider .slide-left {
	float: left;
	width: 460px;
	min-height: 325px;
}

.wooslider .slide-right {
	float: right;
	width: 430px;
	font-size: 14px;
	min-height: 360px;
	position: relative;
}

.wooslider .slide-right h2 {
	margin: 0;
	color: #333;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 12px
}

.wooslider .slide-right h3 {
	margin: 0;
	color: #ccc;
	font-weight: 700;
	color: #333;
	font-size: 16px;
}


.wooslider .slide-link {
	margin: 0;
	color: #ccc;
	font-weight: 300;
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
	border-bottom: none !important;
	
}

.wooslider .slide-link:hover {
	color: #51bec7;
	
}

.wooslider .slide-caption {
	position: absolute;
	bottom: 0;
	margin: 0;
	font-size: 11px;
}

.wooslider .slide-right h3:first-of-type {
	margin-top: 15px;
	margin-bottom: 5px;
}

.wooslider .slide-right h3:last-of-type {
	margin-bottom: 15px;
}

.wooslider .slide-right h3.exhibition-name, h3.headline-lrg {
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 22px !important;
	font-weight: 700 !important;
}

.wooslider .slide-right h3.exhibition-artist, h3.headline-sml {
	margin-bottom: 15px;
	font-size: 18px !important;
	font-weight: 700 !important;
}

.slide-excerpt {
	display: none;
}

.slide-excerpt p {
	margin-bottom: 0;
}


/* Direction Nav */
.wooslider-direction-nav {*height: 0;}
.wooslider-direction-nav a  { display: block; width: 10px; height: 10px; margin: -20px 0 0; position: absolute; top: 104%; bottom: -25px z-index: 10; overflow: hidden; opacity: 1; cursor: pointer; color: #666; text-shadow: none; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; border-bottom: none !important; }
.wooslider-direction-nav .wooslider-prev { left: 2px; }
.wooslider-direction-nav .wooslider-next { right: 2px; text-align: right; }
.wooslider:hover .wooslider-prev { opacity: 1; left: 2px; }
.wooslider:hover .wooslider-next { opacity: 1; right: 2px; }
.wooslider:hover .wooslider-next:hover, .wooslider:hover .wooslider-prev:hover { opacity: 1; color: #51bec7; }
.wooslider-direction-nav a:before  { font-family: "FontAwesome"; font-size: 24px; display: inline-block; content: '\f104';}
.wooslider-direction-nav a.wooslider-next:before  { content: '\f105'; }

/* Control Nav */
.wooslider-control-nav li {margin: 0 3px !important; display: inline-block; zoom: 1; *display: inline;}
.wooslider-control-paging li a {width: 4px; height: 4px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); border-bottom: none !important; }
	

/* Fancy Box */

.fancybox-title p {
	margin-bottom: 10px !important;
	width: 93%;
}

/* Grids */

.artist-grid, .works-grid, .upcoming-grid, .past-grid {
	overflow: hidden;
	margin-bottom: 20px;
	margin-left: 0px;
}


.artist-grid {
	margin-bottom: -35px;
}


.works-grid {
	margin-top: 0px;
}

.upcoming-grid {
	margin-bottom: -15px;
}

.past-grid {
	margin-top: -15px;
}
 
.artist-box, .works-box, .upcoming-box, .upcoming-box-placeholder, .past-box {
	width: 275px;
	height: 190px;
	float: left;
	background-color: #ccc;
	margin-right: 47px;
	margin-bottom: 80px;
	position: relative;
}

.artist-box:nth-of-type(3n+3), .works-box:nth-of-type(3n+3), .upcoming-box:nth-of-type(3n+3), .past-box:nth-of-type(3n+3) {
	margin-right: 0px;
}


.artist-grid h2, .works-grid h2, .upcoming-grid h2, .upcoming-grid-placeholder h2, .past-grid h2 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
}

.artist-box img, .works-box img, .upcoming-box img, .upcoming-box-placeholder img, .past-box img {
	width: 275px;
	height: 190px;
}

.artist-box-content h3, .works-box-content h3, .upcoming-box-content h3, .past-box-content h3 {
	font-size: 16px;
	margin: 10px 0 0 0;
	font-weight:normal;
}

.artist-box .artist-title, .works-box .works-title, .upcoming-box .upcoming-title, .upcoming-box-placeholder .upcoming-placeholder-title, .past-box .past-title {
	margin-top: 5px;
	/*text-transform: uppercase;*/
	color: #333;
	font-weight: 700;
	font-size: 14px;
	display: inline-block;
}

.artist-box:hover .caption-up, .works-box:hover .caption-up, .upcoming-box:hover .caption-up, .past-box:hover .caption-up {  
    opacity: .99;  
    
}  

.artist-box:hover .artist-title, .works-box:hover .works-title, .upcoming-box:hover .upcoming-title, .past-box:hover .past-title {  
    color: #51bec7;
    
    -webkit-transition: all 200ms ease-out;  
    -moz-transition: all 200ms ease-out;  
    -o-transition: all 200ms ease-out;  
    -ms-transition: all 200ms ease-out;  
    transition: all 200ms ease-out;
} 

.grid-extra {
	display: block;
	font-size: 12px;
	color: #333;
}

.grid-extra h3 {
	font-size: 14px;
	margin: -2px 0 2px 0;
	font-weight: 600;
}

/* Box Caption Overlays */

.no-caption {
	color: #fff !important;
	text-decoration: none !important;
}

.no-caption .sidebar-box-content {
	background-color: #8BD1D7;
	height: 190px;
	margin-bottom: 10px;
	
	-webkit-transition: all 200ms ease-out;  
    -moz-transition: all 200ms ease-out;  
    -o-transition: all 200ms ease-out;  
    -ms-transition: all 200ms ease-out;  
    transition: all 200ms ease-out;

}

.no-caption:hover .sidebar-box-content {
	background-color: rgba(0,0,0,0.8) !important;
	
	-webkit-transition: all 200ms ease-out;  
    -moz-transition: all 200ms ease-out;  
    -o-transition: all 200ms ease-out;  
    -ms-transition: all 200ms ease-out;  
    transition: all 200ms ease-out;
}

.no-caption h3 {
	padding: 10px 10px 0 10px;
}

.with-caption {   
    cursor: pointer;  
    width: 275px;
	height: 190px;    
    position: relative;  
    overflow: hidden;   
}  

.with-caption img {  
    position: absolute; 
    left: 0;  
} 

.with-caption .caption-up h3, .with-caption .caption-down h3, .no-caption h3 {
	font-size: 16px;
	margin: 0 0 10px 0;
}


/* Captions appearing during rollover */

.caption-up {  
   	background-color: rgba(0,0,0,0.7);   
    position: absolute;  
    color: #fff;  
    z-index: 100; 
	left: 0; 
	opacity: 0;  
    width: 275px;
	height: 190px;  
    text-align: left;  
    padding: 10px;
	
	-webkit-transition: opacity 200ms ease-out;  
    -moz-transition: opacity 200ms ease-out;  
    -o-transition: opacity 200ms ease-out;  
    -ms-transition: opacity 200ms ease-out;  
    transition: opacity 200ms ease-out;
	 
}

.with-caption:hover .caption-up {  
    opacity: .99;  
}  

/* Captions disappearing during rollover */

.caption-down {  
    background-color: rgba(0,0,0,0.5);  
    position: absolute;  
    color: #fff;  
    z-index: 100;
	left: 0; 
	opacity: .99;  
    width: 275px;
	height: 190px;  
    text-align: left;  
    padding: 10px; 
	
	-webkit-transition: opacity 200ms ease-out;  
    -moz-transition: opacity 200ms ease-out;  
    -o-transition: opacity 200ms ease-out;  
    -ms-transition: opacity 200ms ease-out;  
    transition: opacity 200ms ease-out; 
      
}

.with-caption:hover .caption-down {  
    opacity: 0;  
} 


/* Dossier */

.page-template-page-dossier-artistinfo .entry-title, .page-template-page-dossier-artistwork-php .entry-title {
	display: none;
}

.page-template-page-dossier-artistinfo .top-title, .page-template-page-dossier-artistwork-php .top-title {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase !important;
	margin-bottom: 15px;
	margin-top: 38px;
	
}

.page-template-page-dossier-artistinfo .headline-lrg, .page-template-page-dossier-artistwork-php .headline-lrg {
	margin-bottom: 5px !important;
	font-size: 22px !important;
	font-weight: 700 !important;
	text-transform: none !important;
}

.page-template-page-dossier-artistinfo .headline-sml, .page-template-page-dossier-artistinfo .headline-small, .page-template-page-dossier-artistwork-php .headline-sml, .page-template-page-dossier-artistwork-php .headline-small {
	margin-bottom: 25px;
	font-size: 12px !important;
	font-weight: 400 !important;
	margin-top: 20px;
	
}

.page-template-page-dossier-artistinfo h2, .page-template-page-dossier-artistwork-php h2 {
	margin: 0 0 5px 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}

.page-template-page-dossier-artistinfo h3, .page-template-page-dossier-artistwork-php h3 {
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
}

.page-template-page-dossier-artistinfo .wooslider {
	margin-bottom: 50px !important;
	margin-left: -5px !important;
}

.page-template-page-dossier-artistinfo .wooslider-direction-nav a  { top: 103% }



.page-template-page-dossier-artistwork-php h2 {
	margin: 0 0 10px 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}

.page-template-page-dossier-artistwork-php .work-title {
	font-size: 16px;
	font-weight: 700;
	text-transform: none !important;
	margin-bottom: 25px;
}

.page-template-page-dossier-artistwork-php .top-title {
	font-size: 16px;
	font-weight: 700;
	text-transform: none !important;
	margin-bottom: 25px;
	margin-top: 26px;
}

/* Members Form */

#wpmem_login {
	margin-top: -25px;
}

#wpmem_login fieldset {
	width: 400px !important;
}

#wpmem_login legend {
	display: none;
}

#wpmem_login label {
	font-size: 12px;
	font-weight: normal !important;
	text-transform: uppercase;
	color: #333;
	font-family: 'Open Sans', sans-serif;
}

#wpmem_login .username, #wpmem_login .password {
	background-color: #fff !important;
	padding: 5px !important;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	width: 400px !important;
}

#wpmem_login .button_div {
	font-size: 12px !important;
	font-family: 'Open Sans', sans-serif !important;
}

#wpmem_login .button_div .buttons {
	padding: 5px 10px !important;
	font-weight: 400 !important;
	margin-left: 10px;
}

.logout-text {
	display: none;
}

/* Contact & About */

.conbout-slider {
	margin-top: 29px;
	margin-bottom: 15px	
}

.conbout-static {
	margin-top: 29px;
	/* margin-bottom: 15px; */
}

.conbout-static img {
	width: 100% !important;
}

.conbout-left-inner {
	padding-left: 15px;
}

.conbout-left-inner .entry-title {
	font-weight: 600 !important;
}

.conbout-left h3 {
	font-weight: 400;
	margin: 20px 0 15px 0;
	font-size: 12px;
	text-transform: uppercase;
}

.conbout-left hr {
	margin-top: 25px;
}

.conbout-right {
	margin-top: 40px;
}

.conbout-right .sidebar-box {
	background-color: #f1f1f1;
	padding: 15px;
	width: 240px;
	margin-left: 18px;
	margin-top: 5px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px dotted #ddd;
}

.conbout-right h2 {
	font-weight: 300;
	margin: 0;
	font-size: 12px;
	text-transform: uppercase;
}

.conbout-right h2 a {
	color: #333;
}

.conbout-right p {
	font-size: 12px;
	margin: 18px 0 0 0;
}

.conbout-right p strong {
	text-transform: uppercase;
	font-weight: 700;
}

.conbout-right .sidebar-box-contact {
	margin-top: 20px;
}

.conbout-right .sidebar-box-social {
	margin-top: 20px;
}

.conbout-right .social {
	margin-top: 25px !important;
}

.conbout-right .social img {
	width: 28px;
	height: 28px;
	margin: 0 8px 0 0 
}

.conbout-right .social img:hover {
	opacity: .6 
}

.contact-map {
	margin-left: 18px;
	width: 270px;
	height: 272px;
	margin-bottom: 0px;
	border: 1px dotted #ddd;
	margin-top: 5px;
}

#FSContact1 label span {
	display: inline-block;
	margin-left: 5px;
}



/* Footer & Splash Boxes */

.footer-box-single, .splash-box-single {
	background-color: #f1f1f1;
	padding: 15px;
	width: 267px;
	margin-top: 5px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px dotted #ddd;
	float: left;
	margin-right: 20px;
	min-height: 267px;
}

.splash-box-single {
	width: 415px;
	min-height: 100px;
	background-color: #f5f5f5;
}

.splash-box-single:hover {
	background-color: #eee;
}

.footer-box-single.last, .splash-box-single.last {
	width: 248px;
	margin-right: 0;
}

.splash-box-single.last {
	width: 415px;
}

.footer-box-single a, .footer-box-double a, .splash-box-single a {
	color: #333;
}

.footer-box-single a:hover, .footer-box-double a:hover, .splash-box-single a:hover {
	color: #51bec7;
}

.footer-box-single h2, .footer-box-double h2, .splash-box-single  h2{
	font-weight: 300;
	margin: 0;
	font-size: 12px;
	text-transform: uppercase;
}

.footer-box-single h3.artist-name {
	font-weight: 700;
	margin: 20px 0 5px 0;
	font-size: 14px;
	text-transform: uppercase;
}

.footer-box-single h3.exhibition-date {
	font-weight: 600;
	margin: 0 0 30px 0;
	font-size: 12px;
}


.footer-box-single h3.exhibition-date:last-child {
	margin-bottom: 0px;
}

.footer-box-single p, .footer-box-double p, .splash-box-single p {
	font-size: 12px;
	margin: 18px 0 0 0;
}

.footer-box-single p strong, .footer-box-double p strong, .splash-box-single p strong {
	text-transform: uppercase;
	font-weight: 700;
}

.footer-box-double {
	float: left;
}

.footer-box-double-top, .footer-box-double-bottom {
	background-color: #f1f1f1;
	padding: 15px;
	width: 267px;
	margin-top: 5px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px dotted #ddd;
	margin-right: 20px;
	
}

.footer-box-double-top {
	height: 140px;
}

.footer-box-double-bottom {
	height: 75px;
	margin-top: 20px;
}

.social {
	margin-top: 25px !important;
}

.social img {
	width: 28px;
	height: 28px;
	margin: 0 8px 0 0 
}

.social img:hover {
	opacity: .6 
}



/**
 * Grid Pages
 * -----------------------------------------------------------------------------
 */

.page .entry-title {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 0px;
	font-weight: 400;
}

.page-template-page-widegrid-php .entry-title, .page-template-page-wide-php .entry-title {
	margin-top: 20px;
}

.grid-content {
	margin: 0 0 50px 0;
}

.wide-grid {
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: -35px;
}

.grid-box, .grid-box-02 {
	width: 275px;
	height: 190px;
	float: left;
	background-color: #ccc;
	position: relative;
	margin: 0 46px 60px 0;
}

.grid-box-02 {
	
}

.grid-box:nth-of-type(3n+3) {
	margin-right: 0px;
}

.grid-box-02:nth-of-type(3n+3) {
	margin-right: 0px !important;
	border: 1px solid #ccc;
}

.grid-box img, .grid-box-02 img {
	width: 275px;
	height: 190px;
}

.grid-box .with-caption, .grid-box-02 .with-caption  {   
    height: 190px;     
    width: 275px; 
}  

.grid-box .caption-up, .grid-box-02 .caption-up {  
    width: 275px;  
    height: 190px;  
 	 
}
 
.caption-down {  
    width: 275px;  
    height: 190px;        
}

.grid-box .grid-title, .grid-box-02 .grid-title  {
	margin-top: 5px;
	color: #333;
	font-weight: 700;
	font-size: 14px;
	display: inline-block;
}

.grid-box:hover .caption-up, .grid-box-02:hover .caption-up {  
    opacity: .99;  
}  

.grid-box:hover .grid-title, .grid-box-02:hover .grid-title {  
    color: #51bec7;
    
	-webkit-transition: all 200ms ease-out;  
    -moz-transition: all 200ms ease-out;  
    -o-transition: all 200ms ease-out;  
    -ms-transition: all 200ms ease-out;  
    transition: all 200ms ease-out;
}  

/**
 * Exhibitions
 * -----------------------------------------------------------------------------
 */

.exhibition-content {
	margin-top: 33px;
}

.page-template-page-sidebar-exhibition-php .entry-title, .page-template-page-exhibitions-home-php .entry-title {
	display: none;
}

.page-template-page-sidebar-exhibition-php .top-title {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase !important;
	margin-bottom: 15px;
	margin-top: 38px;
	
}


.page-template-page-sidebar-exhibition-php .headline-lrg {
	margin-bottom: 5px !important;
	font-size: 22px !important;
	font-weight: 700 !important;
	text-transform: none !important;
}

.page-template-page-sidebar-exhibition-php .headline-sml, .page-template-page-sidebar-exhibition-php .headline-small {
	margin-bottom: 25px;
	font-size: 12px !important;
	font-weight: 400 !important;
	margin-top: 20px;
	
}


.page-template-page-sidebar-exhibition-php h2 {
	margin: 0 0 5px 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}

.page-template-page-sidebar-exhibition-php h3 {
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
}

.page-template-page-sidebar-exhibition-php .wooslider {
	margin-bottom: 50px !important;
	margin-left: -5px !important;
}

.page-template-page-sidebar-exhibition-php .wooslider-direction-nav a  { top: 103% }

.page-template-page-sidebar-exhibition-php .entry-title {
	margin-top: 0
}

.page-template-page-sidebar-exhibition-php h2 {
	margin: 0 0 5px 0;
	font-size: 12px;
}

.currentexhibition-left {
	float: left;
	width: 460px;
	height: 360px;
	margin-left: 4px;
}

.currentexhibition-left img {
	width: 460px;
	height: 360px;
}

.currentexhibition-right {
	float: right;
	width: 434px;
	font-size: 14px;
	min-height: 360px;
	position: relative;
}

.currentexhibition-right h2 {
	margin: 0;
	color: #333;
	font-weight: 300;
	font-size: 12px;
	text-transform: uppercase;
}

.currentexhibition-right h3 {
	margin: 0;
	color: #ccc;
	font-weight: 700;
	color: #333;
}

.currentexhibition-right h3.exhibition-name {
	margin-top: 15px;
	margin-bottom: 5px;
	font-weight: 22px !important;
	font-weight: 700 !important;
}

.currentexhibition-right h3.exhibition-artist {
	margin-bottom: 15px;
	font-size: 18px !important;
	font-weight: 700 !important;
}


.currentexhibition-right  .slide-link {
	margin: 0;
	color: #ccc;
	font-weight: 300;
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
	border-bottom: none !important;
}

.currentexhibition-right  .slide-link:hover {
	color: #51bec7;
}

.currentexhibition-right  .slide-caption {
	position: absolute;
	bottom: 0;
	margin: 0;
	font-size: 11px;
}

.sidebar-exhibition {
	background-color: #f1f1f1;
	padding: 15px;
	width: 185px;
	margin-left: 10px;
	margin-top: 5px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px dotted #ddd;
}

.sidebar-exhibition h2 {
	/* border-top: 4px solid #000; */
	color: #2b2b2b;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 12px 0;
	padding-top: 7px;
	text-transform: uppercase;
}

.sidebar-exhibition h3 {
	/* border-top: 4px solid #000; */
	color: #2b2b2b;
	font-size: 12px;
	font-weight: 700;
	margin: 0 0 12px 0;
	padding-top: 7px;
	text-transform: uppercase;
}


.sidebar-exhibition .exhibition-date {
	font-size: 12px;
	margin-top: -15px;
}

.sidebar-exhibition ul {
	list-style: none;
	margin: 0;
	font-size: 12px;
}

.sidebar-exhibition ul ul {
	list-style: none;
	margin: 0 0 15px 15px;
	font-size: 12px;
	
}

.sidebar-exhibition a {
	color: #333;
}

.sidebar-exhibition a:hover {
	color: #51bec7;
}

/**
 * Artist & Works Pages
 * -----------------------------------------------------------------------------
 */
 
.page-template-page-sidebar-artistinfo-php .entry-title, .page-template-page-sidebar-artistwork-php .entry-title {
	display: none;
}

.page-template-page-sidebar-artistinfo-php .wooslider {
	margin-bottom: 50px !important;
	margin-left: -5px !important;
}

.page-template-page-sidebar-artistinfo-php .wooslider-direction-nav a  { top: 103% }

/*.page-template-page-sidebar-artistwork-php .entry-title {
	margin-top: 4px;
	font-weight: 700;
	font-size: 18px;
}*/

.page-template-page-sidebar-artistwork-php h2, .page-template-page-sidebar-artistinfo-php h2 {
	margin: 0 0 10px 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}

.page-template-page-sidebar-artistwork-php .work-title {
	font-size: 16px;
	font-weight: 700;
	text-transform: none !important;
	margin-bottom: 25px;
}

.page-template-page-sidebar-artistwork-php .top-title {
	font-size: 16px;
	font-weight: 700;
	text-transform: none !important;
	margin-bottom: 25px;
	margin-top: 26px;
}



.page-template-page-sidebar-artistinfo-php h3, .page-template-page-sidebar-artistwork-php h3 {
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
}

.no-title {
	margin-top: 50px;
}

.page-template-page-sidebar-artistwork-php .artist-title {
	text-transform: uppercase;
	font-size: 14px !important;
	margin-bottom: 20px !important;
	font-weight: 700 !important;
}


.page-template-page-sidebar-artistinfo-php table, .page-template-page-sidebar-artistinfo-php td {
	border: none;
}

.page-template-page-sidebar-artistinfo-php td {
	padding-bottom: 20px;
}

.page-template-page-sidebar-artistinfo-php td:first-child { 
	width: 75px; 
}

.breadcrumbs {
	font-size: 10px;
	margin-bottom: 5px;
	margin-top: 23px;
	padding-left: 3px;
} 

.breadcrumbs a {
	color: #ccc;
}

.breadcrumbs a:hover {
	color: #51bec7;
}

.breadcrumbs span {
	display: inline-block;
	margin: 0 5px;
	color: #ccc;
}

.sidebar-artists {
	background-color: #f1f1f1;
	padding: 15px;
	width: 185px;
	margin-left: 10px;
	margin-top: 5px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px dotted #ddd;
	font-size: 12px;
}

.sidebar-block {
	margin-bottom: 20px;
}

.sidebar-block:last-child {
	margin-bottom: 0px;
}

.sidebar-artists h2, .sidebar-artists h3 {

	/* border-top: 4px solid #000; */
	color: #2b2b2b;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 12px 0;
	padding-top: 7px;
	text-transform: uppercase;
}

.sidebar-artists h3 {
	font-weight: 700;
	font-size: 12px;
}

.sidebar-artists ul {
	list-style: none;
	margin: 0;
	font-size: 14px;
}

.sidebar-artists ul ul {
	list-style: none;
	margin: 0 0 15px 15px;
	font-size: 12px;
	
}

.sidebar-work li {
	border-top: 1px solid #d8d8d8;
	padding: 8px 0 9px;
}

.sidebar-work ul ul li {
	border-top: none !important;
	padding: 0 !important;
}

.sidebar-artists a {
	color: #333;
	font-size: 12px;
}

.sidebar-artists a:hover {
	color: #51bec7;
}

.current-work a {
	font-weight: 600;
	color: #51bec7;
}




/**
 * Gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px !important;
	overflow: hidden;
	margin-top: -5px;
}

.gallery-item {
	float: left;
	margin: 0 10px 10px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-2 .gallery-item img {
	width: 335px !important;
	height: auto;
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-3 .gallery-item img {
	width: 220px !important;
	height: auto;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-4 .gallery-item img {
	width: 162px !important;
	height: auto;
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;

}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
	
	display: none; // hide this from the grid
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	/* opacity: 1; */
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

 
 
/**
 * Wide Page
 * -----------------------------------------------------------------------------
 */

.widepage-content {
	margin: 0 0 50px 0;
}


/**
 * Archives
 * -----------------------------------------------------------------------------
 */

.archive-title,
.page-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	margin: 40px 0 0 0;
}

.taxonomy-description,
.author-description {
	color: #767676;
	font-size: 14px;
	line-height: 1.2857142857;
	padding-top: 18px;
}

.taxonomy-description p,
.author-description p {
	margin-bottom: 18px;
}

.taxonomy-description p:last-child,
.author-description p:last-child {
	margin-bottom: 0;
}

.taxonomy-description a,
.author-description a {
	text-decoration: underline;
}

.taxonomy-description a:hover,
.author-description a:hover {
	text-decoration: none;
}


/* Buttons */

.request-info {
	margin-top: 25px;
	display:inline-block;
	color: #fff !important;
}

.popup-info {
	margin-top: 5px;
	margin-bottom: 15px;
	display:inline-block;
	color: #333 !important;
	padding: 3px 8px;
	border: 1px solid #333 !important;
	overflow:hidden;
}

.popup-info:hover {
	background-color: #eee;
}

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #767676;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #51bec7;
	color: #fff;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #51bec7;
}

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}


/**
 * Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.nav-links {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	hyphens:         auto;
	word-wrap: break-word;
}

.post-navigation,
.image-navigation {
	margin: 24px 0 48px 0;
	max-width: 98%;
	padding: 0;
}

.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 11px 0 12px;
	width: 100%;
}

.post-navigation .meta-nav {
	color: #767676;
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 2;
	text-transform: uppercase;
}

.post-navigation a,
.image-navigation a {
	color: #2b2b2b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	text-transform: none;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color: #51bec7;
}


/* Paging Navigation */

.paging-navigation {
	border-top: 5px solid #000;
	margin: 48px 0;
}

.paging-navigation .loop-pagination {
	margin-top: -5px;
	text-align: center;
}

.paging-navigation .page-numbers {
	border-top: 5px solid transparent;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	margin-right: 1px;
	padding: 7px 16px;
	text-transform: uppercase;
}

.paging-navigation a {
	color: #2b2b2b;
}

.paging-navigation .page-numbers.current {
	border-top: 5px solid #24890d;
}

.paging-navigation a:hover {
	border-top: 5px solid #41a62a;
	color: #2b2b2b;
}



/**
 * Blog
 * -----------------------------------------------------------------------------
 */
 
 .site-content {
	 margin-top: 4px;
 }
 
 .sharing {
	 float: right; 
	 margin-top: -23px
 }
 
 .sharing img:hover {
	 opacity: .7
 }
 
 article {
	 margin-top: 28px;
 }
 
.entry-content {
	 margin-top: 10px;
	 font-size: 12px;
 }
 
 .blog .entry-content {
	 font-size: 13px;
 }
 
 h2.subheading {
	 font-size:  16px;
	 font-weight: 700;
	 margin: 0 0 15px 0;
	 line-height: 1.4em;
 }
 
figure {
	margin-bottom: 25px;
}

figcaption {
	font-size: 10px;
	margin-top: 3px;
	color: #999;
}

 /* Entry Header */

.entry-header {
	position: relative;
	z-index: 1;
}

.entry-title {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.0909090909;
	margin: 40px 0 8px 0;
	line-height: 1.35em;
}

.site-content .entry-title {
	margin-top: 3px;
}

.entry-title a {
	color: #333;
}

.entry-title a:hover {
	color: #51bec7;
}


/* 6.3 Entry Meta */

.entry-meta {
	clear: both;
	color: #767676;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-meta a {
	color: #767676;
}

.entry-meta a:hover {
	color: #51bec7;
}

.cat-links {
	font-weight: 400;
	text-transform: uppercase;
	
}

.cat-links a {
	color: #2b2b2b;
	padding-bottom: 3px !important;
	display: inline-block;
}

.cat-links a:hover {
	color: #51bec7;
}

.byline {
	display: none;
}

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


/* Tag links style */

.entry-meta .tag-links a {
	background-color: #767676;
	border-radius: 0 2px 2px 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
	text-transform: uppercase;
}

.entry-meta .tag-links a:hover {
	background-color: #51bec7;
	color: #fff;
}

.entry-meta .tag-links a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid #767676;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #51bec7;
}

.entry-meta .tag-links a:after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 4px;
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
}



/* Sidebars */


/* Content Sidebar */

.content-sidebar {
	background-color: #f1f1f1;
	padding: 15px;
	width: 185px;
	margin-left: 10px;
	margin-top: 33px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px dotted #ddd;
	font-size: 12px;
}

/* Widgets */


/* Primary Sidebar, Footer Sidebar */

.widget {
	font-size: 12px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	line-height: 1.2857142857;
	margin-bottom: 48px;
	width: 100%;
	word-wrap: break-word;
	
}

.widget a {
	color: #333;
}

.widget a:hover {
	color: #51bec7;
}

.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
	margin: 24px 0 12px;
}

.widget h1 {
	font-size: 22px;
	line-height: 1.0909090909;
}

.widget h2 {
	font-size: 20px;
	line-height: 1.2;
}

.widget h3 {
	font-size: 18px;
	line-height: 1.3333333333;
}

.widget h4 {
	font-size: 16px;
	line-height: 1.5;
}

.widget h5 {
	font-size: 14px;
	line-height: 1.7142857142;
}

.widget h6 {
	font-size: 12px;
	line-height: 2;
}

.widget address {
	margin-bottom: 18px;
}

.widget abbr[title] {
	border-color: rgba(255, 255, 255, 0.7);
}

.widget mark,
.widget ins {
	color: #000;
}

.widget pre,
.widget fieldset {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget code,
.widget kbd,
.widget tt,
.widget var,
.widget samp,
.widget pre {
	font-size: 12px;
	line-height: 1.5;
}

.widget blockquote {
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 18px;
}

.widget blockquote cite {
	color: #fff;
	font-size: 14px;
	line-height: 1.2857142857;
}

.widget dl,
.widget dd {
	margin-bottom: 18px;
}

.widget ul,
.widget ol {
	list-style: none;
	margin: 0;
}

.widget li > ol,
.widget li > ul {
	margin-left: 10px;
}

.widget table,
.widget th,
.widget td {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget table {
	margin-bottom: 18px;
}

.widget del {
	color: rgba(255, 255, 255, 0.4);
}

.widget hr {
	background-color: rgba(255, 255, 255, 0.2);
}

.widget p {
	margin-bottom: 18px;
}

.widget-area .widget input,
.widget-area .widget textarea {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 16px;
	padding: 1px 2px 2px 4px;
}

.widget-area .widget input:focus,
.widget-area .widget textarea:focus {
	border-color: rgba(255, 255, 255, 0.3);
}

.widget button,
.widget .button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	background-color: #24890d;
	border: 0;
	font-size: 12px;
	padding: 5px 15px 4px;
}

.widget input[type="button"]:hover,
.widget input[type="button"]:focus,
.widget input[type="reset"]:hover,
.widget input[type="reset"]:focus,
.widget input[type="submit"]:hover,
.widget input[type="submit"]:focus {
	background-color: #41a62a;
}

.widget input[type="button"]:active,
.widget input[type="reset"]:active,
.widget input[type="submit"]:active {
	background-color: #55d737;
}

.widget .wp-caption {
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 18px;
}

.widget .widget-title {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	margin: 0 0 24px 0;
	text-transform: uppercase;
}

.widget-title,
.widget-title a {
	color: #fff;
}

.widget-title a:hover {
	color: #41a62a;
}


/* List Style Widgets */

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 8px 0 9px;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
	border-top: 0;
}

.widget_categories li ul,
.widget_nav_menu li ul,
.widget_pages li ul {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 9px;
}

.widget_categories li li:last-child,
.widget_nav_menu li li:last-child,
.widget_pages li li:last-child {
	padding-bottom: 0;
}

/* Recent Posts Widget */

.widget_recent_entries .post-date {
	display: block;
}

/* RSS Widget */

.rsswidget img {
	margin-top: -4px;
}

.rssSummary {
	margin: 9px 0;
}

.rss-date {
	display: block;
}

.widget_rss li {
	margin-bottom: 18px;
}

.widget_rss li:last-child {
	margin-bottom: 0;
}

/* Text Widget */

.widget_text > div > :last-child {
	margin-bottom: 0;
}


/* Content Sidebar Widgets */

.content-sidebar .widget a {
	color: #333;
}

.content-sidebar .widget a:hover {
	color: #51bec7;
}

.content-sidebar .widget pre {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget mark,
.content-sidebar .widget ins {
	color: #2b2b2b;
}

.content-sidebar .widget abbr[title] {
	border-color: #2b2b2b;
}

.content-sidebar .widget fieldset {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget blockquote {
	color: #767676;
}

.content-sidebar .widget blockquote cite {
	color: #2b2b2b;
}

.content-sidebar .widget li > ol,
.content-sidebar .widget li > ul {
	margin-left: 18px;
}

.content-sidebar .widget table,
.content-sidebar .widget th,
.content-sidebar .widget td {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget del {
	color: #767676;
}

.content-sidebar .widget hr {
	background-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget input,
.content-sidebar .widget textarea {
	background-color: #fff;
	border-color: rgba(0, 0, 0, 0.1);
	color: #2b2b2b;
}

.content-sidebar .widget input:focus,
.content-sidebar .widget textarea:focus {
	border-color: rgba(0, 0, 0, 0.3);
}

.content-sidebar .widget input[type="button"],
.content-sidebar .widget input[type="reset"],
.content-sidebar .widget input[type="submit"] {
	background-color: #24890d;
	border: 0;
	color: #fff;
}

.content-sidebar .widget input[type="button"]:hover,
.content-sidebar .widget input[type="button"]:focus,
.content-sidebar .widget input[type="reset"]:hover,
.content-sidebar .widget input[type="reset"]:focus,
.content-sidebar .widget input[type="submit"]:hover,
.content-sidebar .widget input[type="submit"]:focus {
	background-color: #41a62a;
}

.content-sidebar .widget input[type="button"]:active,
.content-sidebar .widget input[type="reset"]:active,
.content-sidebar .widget input[type="submit"]:active {
	background-color: #55d737;
}

.content-sidebar .widget .wp-caption {
	color: #767676;
}

.content-sidebar .widget .widget-title {
	/* border-top: 4px solid #000; */
	color: #2b2b2b;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 12px 0;
	padding-top: 7px;
	text-transform: uppercase;
}

.content-sidebar .widget .widget-title a {
	color: #2b2b2b;
}

.content-sidebar .widget .widget-title a:hover {
	color: #41a62a;
}

/* List Style Widgets*/

.content-sidebar .widget_archive li,
.content-sidebar .widget_categories li,
.content-sidebar .widget_links li,
.content-sidebar .widget_meta li,
.content-sidebar .widget_nav_menu li,
.content-sidebar .widget_pages li,
.content-sidebar .widget_recent_comments li,
.content-sidebar .widget_recent_entries li,
.content-sidebar .widget_categories li ul,
.content-sidebar .widget_nav_menu li ul,
.content-sidebar .widget_pages li ul {
	border-color: rgba(0, 0, 0, 0.1);
}


/**
 * Comments
 * -----------------------------------------------------------------------------
 */

.comments-area {
	margin: 48px 0;
	max-width: 474px;
	padding: 0;
}

.comment-reply-title,
.comments-title {
	font: 700 14px/1.5 'Open Sans', sans-serif;
	margin: 0;
	text-transform: uppercase;
}

.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
}

.comment-author {
	font-size: 14px;
	line-height: 1.7142857142;
}

.comment-list .reply,
.comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase;
}

.comment-list .reply {
	margin-top: 24px;
}

.comment-author .fn {
	font-weight: 700;
}

.comment-author a {
	color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
	color: #767676;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #41a62a;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}

.comment-author {
	position: relative;
}

.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 18px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
}

.bypostauthor > article .fn:before {
	content: "\f408";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}

.says {
	display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
	padding-left: 30px;
}

.comment-edit-link {
	margin-left: 10px;
}

.comment-edit-link:before {
	content: "\f411";
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 2px;
}

.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .children {
	list-style: none;
	margin-left: 15px;
}

.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}

.comment .comment-respond {
	margin-top: 24px;
}

.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676;
}

.form-allowed-tags {
	display: none;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}

.no-comments {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}

.comment-form label {
	display: block;
	font-size: 14px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}

.required {
	color: #c0392b;
}

.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}

.comment-reply-title small a:hover {
	color: #41a62a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
}

.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}

.comment-navigation .nav-previous a {
	margin-right: 10px;
}

#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}

@media screen and (min-width: 401px) {

	.full-size-link:before,
	.parent-post-link:before,
	.site-content span + .byline:before,
	.site-content span + .comments-link:before,
	.site-content span + .edit-link:before,
	.site-content span + .entry-date:before {
		content: "";
	}

	.attachment span.entry-date:before,
	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before,
	.site-content .byline a:before,
	.site-content .comments-link a:before,
	.site-content .entry-date a:before,
	.site-content .featured-post:before,
	.site-content .full-size-link a:before,
	.site-content .parent-post-link a:before,
	.site-content .post-format a:before {
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font: normal 16px/1 Genericons;
		text-decoration: inherit;
		vertical-align: text-bottom;
	}

	.site-content .entry-meta > span {
		margin-right: 10px;
	}

	.site-content .format-video .post-format a:before {
		content: "\f104";
	}

	.site-content .format-audio .post-format a:before {
		content: "\f109";
	}

	.site-content .format-image .post-format a:before {
		content: "\f473";
	}

	.site-content .format-quote .post-format a:before {
		content: "\f106";
		margin-right: 2px;
	}

	.site-content .format-gallery .post-format a:before {
		content: "\f103";
		margin-right: 4px;
	}

	.site-content .format-aside .post-format a:before {
		content: "\f101";
		margin-right: 2px;
	}

	.site-content .format-link .post-format a:before {
		content: "\f107";
		position: relative;
		top: 1px;
	}

	.site-content .featured-post:before {
		content: "\f308";
		margin-right: 3px;
		position: relative;
		top: 1px;
	}

	.site-content .entry-date a:before,
	.attachment .site-content span.entry-date:before {
		content: "\f303";
		margin-right: 1px;
		position: relative;
		top: 1px;
	}

	.site-content .byline a:before {
		content: "\f304";
	}

	.site-content .comments-link a:before {
		content: "\f300";
		margin-right: 2px;
	}

	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before {
		content: "\f411";
	}

	.site-content .full-size-link a:before {
		content: "\f402";
		margin-right: 1px;
	}

	.site-content .parent-post-link a:before {
		content: "\f301";
	}

	.list-view .site-content .hentry {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		padding-top: 48px;
	}

	.list-view .site-content .hentry:first-of-type,
	.list-view .site-content .hentry.has-post-thumbnail {
		border-top: 0;
		padding-top: 0;
	}

	.archive-header,
	.page-header {
		margin: 0 auto 60px;
		padding: 0 10px;
	}

	.error404 .page-header {
		margin-bottom: 24px;
	}
}


/**
 * Media Queries
 * -----------------------------------------------------------------------------
 */




/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {

	.container_12 {
		width: 920px !important;
	}
	
	.container_12 .grid_3 {
	  width: 200px; 
	}
	
	.container_12 .grid_6 {
	  width: 400px;
	}
	
	.container_12 .grid_8 {
	  width: 580px; /* Reduced by 40px; */
	}
	
	.container_12 .grid_9 {
	  width: 640px; /* Reduced by 20px; */
	  margin-left: 40px;
	}
	
	.container_12 .grid_12 {
	  width: 880px; /* Reduced by 40px; */
	}
	
	.footer {
		width: 920px;
	}
	
	.tagline {
		float: right;
	}
	
	/* Splash */
	
	.splash-box-single, .splash-box-single.last {
		width: 398px;	
	}
	
	.maintenance {
		width: 385px;
		font-size: 11px;
	}
	
	.maintenance img {
		margin-right: 0px;
	}

	/* Footer Boxes */

	.footer-box-single {
		width: 248px;
	}
	
	.footer-box-single.last {
		width: 228px;
	}
	
	/* Wooslider & Current Exhibition */
	
	.wooslider .slide-right, .currentexhibition-right {
		width: 395px;
	}
	
	/* Grids */
	
	.artist-box, .works-box, .upcoming-box, .upcoming-box-placeholder, .past-box, .grid-box  {
		width: 262px;
		height: 184px;
	}
	
	.artist-box img, .works-box img, .upcoming-box img, .upcoming-box-placeholder img, .past-box img, , .grid-box img {
		width: 262px;
		height: 184px;
	}
	
	/* Gallery */
	
	.gallery-columns-2 .gallery-item img {
		width: 315px !important;
		height: auto;
	}
		
	.gallery-columns-3 .gallery-item img {
		width: 206px !important;
		height: auto;
	}
		
	.gallery-columns-4 .gallery-item img {
		width: 152px !important;
		height: auto;
	}

	
	/* Blog */
	
	.size-full {
		width: 640px;
		height: auto;
	}
	

}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

	.container_12 {
		min-height: 525px !important;
	}
	
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

	.container_12 {
		min-height: 1175px !important;
	}

}
