/*
Theme Name: let
Theme URI: http://underscores.me/ngg-breadcrumb
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: let
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

let is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Layout
# Elements
# Forms
# Header bar
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
* {
   box-sizing:border-box; 
}

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

body {
	margin: 0;
	overflow-y:scroll;
  }

article, aside, details, figcaption, figure, footer, header,
main, menu, 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: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-family: AkkuratMono;
	font-size: 16px;
	font-weight: normal;
	color: #f13213;
	margin: 0;
	padding: 0;
}
.h1_big {
	font-family: AkkuratMono;
	font-size: 24px;
	font-weight: normal;
	color: #f13213;
	margin: 0;
	padding: 0;
}
	
.h1_top_margin {
	margin: 10px 0 0 0;
  	color:#000!important;
}

.h1_black {
	margin: 10px 0 0 0;
  	color:#000;
}

.h1_black:hover {
  text-decoration: none; color: #000; border-bottom: 1px solid #f13213;
}


.h1_black a:focus, .h1_black a:active, .h1_black a:visited {
	text-decoration: none; 
}

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: #404040;
	font-size: 16px;
	font-size: 1rem;
	font-family: AkkuratReg, serif;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: AkkuratMono;
}

p {
	margin: 0;
	font-size: 13px;
	font-family: AkkuratReg, serif;
}
		  
.p1 {	  
	margin: 0 0 13px 0;
	font-size: 13px;
	font-family: AkkuratReg, serif;		
}
		
.wp-caption-text

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

blockquote {
	margin: 0 1.5em;
}

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

* {
  -webkit-font-smoothing: antialiased;
  list-style: none; }

@font-face {
  font-family: 'AkkuratMono';
  src: url("fonts/Akkurat-Mono.otf") format("opentype"); }

@font-face {
  font-family: 'AkkuratLight';
  src: url("fonts/AkkuratLightPro-Regular.otf") format("opentype"); }

@font-face {
  font-family: 'AkkuratLight';
  font-style: italic, oblique;
  src: url("fonts/AkkuratLightPro-Italic.otf") format("opentype"); }

@font-face {
  font-family: 'AkkuratReg';
  src: url("fonts/AkkuratPro-Regular.otf") format("opentype"); }

@font-face {
  font-family: 'AkkuratReg';
  font-weight: bold;
  src: url("fonts/AkkuratPro-Bold.otf") format("opentype"); }

@font-face {
  font-family: 'AkkuratRegIt';
  src: url("fonts/AkkuratPro-Italic.otf") format("opentype"); }

.whitehptitle {
	color: #fff!important;
}

.red_mono_heading {		
font-family: 'AkkuratMono';
color:#f13213;
}

.red_titles {
color:#f13213;
}

		
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/				
				
#wrapper {
	max-width:1050px;
	margin:20px auto 0 auto;
	padding:0 20px 30px 20px;
	overflow:hidden;
}
				
				
/*--------------------------------------------------------------
# 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;
	padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0;
	padding: 0;
}

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. */
	border: none;
}

table {
	margin: 0 0 1.5em;

}
			
ul.vertical_list {
	margin: 0 0 20px 0;
	padding: 0;
	float: left;
	list-style: none;
}

ul.vertical_list li {
	margin: 0;
	padding: 0;
}

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

/*--------------------------------------------------------------
# HEADER BAR MENU
--------------------------------------------------------------*/
.top-nav {
  	position: relative;
 	float: right;
  	margin: 11px 0 0 0;
	padding:0;
	z-index: 4;
	background:none;
}

.top-nav .page_item {
    position: relative;
    float: left;
    margin: 0; }

.top-nav .page_item:last-child {
    margin: 0; }
		
.top-nav a {
    color: #000;
    text-decoration: none;
    font-family: AkkuratMono;
    letter-spacing: -1px;
    font-size: 90%;
    text-transform: lowercase;
    display: inline-block;
	-o-transition:color .2s ease-out, background 2s ease-in;
  	-ms-transition:color .2s ease-out, background 2s ease-in;
  	-moz-transition:color .2s ease-out, background 2s ease-in;
  	-webkit-transition:color .2s ease-out, background 2s ease-in;
  	/* ...and now for the proper property */
  	transition:color .2s ease-out, background 2s ease-in; }

.top-nav a:hover, .top-nav a:focus, .top-nav a:active {
    color: #f13213;
    text-decoration: none; }

.top-nav .slash {
    font-family: AkkuratMono;
    letter-spacing: -1px;
    font-size: 90%;
    color: #f13213;
    margin: 0 10px 0 10px;
	text-decoration:none!important;
} 

.menu-item-22013 {
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #f13213;
  	text-decoration:none;
	font-family: AkkuratReg, serif;
  	font-size:13px;
}

a:visited {}

a:hover, a:focus, a:active {
	color: #f13213;
    text-decoration:underline;
}

a:focus {
	outline: 0;
}

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


a.underline {
	color: #f13213;
	text-decoration:none;
}

a.underline:hover {
	color: #f13213;
	text-decoration:underline;
}

a.black-link {
	color:#000;
}

a.black-link:hover {
	text-decoration: none; 
	color: #000; 
	border-bottom: 1px solid #f13213; 
}

a.black-link:focus, a.black-link:active, a.black-link:visited {
	text-decoration: none; 
}

div.black-links p, div.black-links a {
	color: #000;
	text-decoration:none;
}

div.black-links a:hover {
	color: #000;
	text-decoration:underline;
}

a.heading {
	font-family: AkkuratMono;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	text-decoration:none;
}

a.heading:hover {
	color: #f13213;
	text-decoration:none;
}


a.section-link {
  color: #f13213;
  text-decoration:none;
}

a.section-link:hover {
  color: #f13213;
  text-decoration:underline;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-header {
	border-bottom: 1px solid #f13213;
	padding: 0 0 10px 0; 
	width:100%;
}

.logo {
	position:relative;
  	float: left!important;
	background:none;
  	width: 160px;
  	margin: 0;
	padding:0;
  	z-index: 5; 
}
.logo a {
    display: block; 
}
.logo img {
    width: 160px; 
}

.main-navigation {
	position:relative;
	float: right!important;
	margin:11px 0 0 0;
	padding:0;
	z-index:1000;
	background:none;

}

.main-navigation ul {
	float:right!important;
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	position:relative;
	float:left;
	margin:0;
	background:none;
	width:auto;
}

.main-navigation ul li:not(:first-child):before {
    content: "/";	
	font-family: AkkuratMono;
    font-size: 90%;
    color: #f13213;
    margin: 0 10px 0 10px;
	text-decoration:none!important;

}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #000;
    text-decoration: none;
    font-family: AkkuratMono;
    letter-spacing: -1px;
    font-size: 90%;
	margin:0;
	padding:0;
    text-transform: lowercase;
    display: inline-block;
	-o-transition:color .2s ease-out, background 2s ease-in;
  	-ms-transition:color .2s ease-out, background 2s ease-in;
  	-moz-transition:color .2s ease-out, background 2s ease-in;
  	-webkit-transition:color .2s ease-out, background 2s ease-in;
  	/* ...and now for the proper property */
  	transition:color .2s ease-out, background 2s ease-in;
}

.main-navigation a:hover {
	color: #f13213;
    text-decoration: none;
}

#menu-item-22050 a {
    text-transform: none;
}

/* Small menu. */

#small_menu { 
	display:none;
}

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

.main-navigation ul {
	display: block;
}


#site-navigation-small { 
	display:none;
}
}

/*** SMALL SCREENS & MOBILES ***/
@media screen and (max-width: 1010px) { 

#site-navigation { 
	display: none; 
}

  
#site-navigation-small {
    display:block;
	background-color:none;
}
	
	
.small_menu_button {
  	float:right;
	width:25px;
	height:25px;
	padding:0;
	margin:11px 0 0 0;
}

.small_menu_show {
	float:left;
	clear:left;
	width:auto;
	padding: 0;
  	margin:0;
}

.logo {
	float: left;
	clear:left;
	width: 160px;
	margin: 0;
	padding:0;
	z-index: 5; 
}
.logo a {
	display: block; 
}
.logo img {
	width: 160px; 
}	    
}


.left_menu a {
	color:#000;
}

.left_menu a:hover {
	text-decoration: none; 
	color: #000; 
	border-bottom: 1px solid #f13213; 
}

.left_menu a:focus, .left_menu a:active, .left_menu a:visited {
	text-decoration: none; 
}

.left_sub_menu {
	margin:0 0 0 20px;
}
ul.children {
	display:none;
}

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
.show_hide_button {}
.show_hide {
	margin-top: 20px;
	background:red;
}

.red_underline {
     border-bottom: 1px solid #e94922;
     padding: 0 0 20px 0;
     width:120px;
	 margin:0; 
}

.homepage_caption_box {
	position:absolute;
  	padding: 0;
  	margin: -200px 0 0 50px;
}

.homepagecaptions {
	background: none;
	padding: 0;
}

.homepagecaptions p {
	font-family: AkkuratReg, serif;
	font-size:22px!important;
}

.page-id-4 .wrapper {	
	position:relative;
}
.exhibition-summary-overlay {
	position:absolute;
	text-align:center;
	bottom:5%;
	left: 50%;
    transform: translate(-50%, 0);
}

.i-de-v-post {  
	height: 40px;
	width:100%;
	margin:0 0 30px 0;
	padding:0;
}
.i-de-v-post td {
  	width: 50%;
}
.i-de-v-post .td-left {
  	text-align:left!important;
}
.i-de-v-post .left-logo {
	height:20px!important;
	width:77px!important;
}
.i-de-v-post .td-right {
  	text-align:right!important;
}
.i-de-v-post .right-logo {
	height:35px!important;
	width:160px!important;
}

.red-line {
	border-bottom: 1px solid #f13213;\
	border: 0;
	background:#fff;
}
.red-line-short {
	border-bottom: 1px solid #f13213;\
	border: 0;
	background:#fff;
	width:60px;
}

@media screen and (max-width: 500px) {
.homepage_caption_box {
	position:absolute;
	width:70%;
  	padding: 0;
  	margin: -100px 0 0 30px;
}
	
.homepagecaptions {
	background: none;
	padding: 0;
}

.homepagecaptions p {
	font-family: AkkuratReg, serif;
	font-size:12px!important;
}
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

.entry-content-hp {
	margin: 0 0 30px 0;
}

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

.site-content {
	margin: 40px 0 0 0;
}

.posts {
	margin: 0;
	-moz-column-count: 3;
	-moz-column-gap: 40px;
	-moz-column-rule: none;
  	column-fill: auto;
	-webkit-column-count: 3;
	-webkit-column-gap: 40px;
	-webkit-column-rule: none;
    column-fill: auto;
	column-count: 3;
	column-gap: 40px;
	column-rule: none;
    column-fill: auto;
}

.post_box {
	padding: 0;
	margin: 0 0 40px 0;
  	max-width: 220px;
}

/*  Portrait format layout */
.general_posts_image {
	width:55%;
 	background:none;
  	float:left;
  	padding:0;
  	margin:0;
}

.general_posts_details {
	float:right;
	width:40%;
  	margin:0;
  	padding:0;
  	background:none;
}

@media screen and (max-width: 570px) {
.general_posts_image {
	width:100%;
 	background:none;
  	float:left;
	clear:left;
	margin: 0;
	padding: 0;
}
.general_posts_details {
	background:none;
	float:left;
  	clear:left;
	width:100%;
	margin: 30px 0 0 0;
	padding: 0;
}
}

/*  Landscape format layout */
.landscape_posts_image {
	background:none;
	width:100%;
}

.landscape_posts_details {
	background:none;
	max-width: 100%;
	margin: 30px 0 0 0;
}

.postid-22046 .exhibition_title_dates { /*  Qureshi post */
	display:none;
}


@media screen and (max-width: 500px) {
.landscape_posts_image {
 	background:none;
  	width:100%;
}

.landscape_posts_details {
	background:none;
	width: 100%;
	margin: 30px 0 0 0;
}
  
  }

/*  Contact page layout */
.contact_details {
	width: 45%;
  	float:right;
  	margin:0;
 	padding:0;
}

.contact_map {
	float:left;
	width:45%;
  	margin:0;
 	padding:0;
}


@media screen and (max-width: 500px) {
.contact_details {
	width:100%;
 	background:none;
  	float:left;
	clear:left;
}
  
.contact_map {
	float:left;
  	clear:left;
	width:100%;
	background:none;
	margin: 30px 0 0 0;
}
  }

/*  Artists page layout */

.artists {
	width:100%;
	float:left;
	clear:left;
	margin:0;
	padding:0;
  	border-bottom:none;
  }
/* 1px solid #f13213; artists class bottom border*/
.page-id-15793 .artists {
	display:none;
}

.artists_exhibited {
	width:100%;
	float:left;
	clear:left;
	margin:0;
	padding:40px 0 0 0;
  }

.artists-images {
	display:none;
}
.page-id-15793 .artists-images {
	display:block;
}


/*  Artist posts layout */
.artist_post_content {
	max-width:75%;
  	min-width:75%;
 	background:none;
  	float:right;
  	padding:0;
  	margin:0;
}

#tcontent1 p { /*  hide extra gallery title from Albums frontend */
	display:none;
}


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

.artist_post_content {
	width:100%;
  	float:left;
	clear:left;
  	padding:0;
  	margin:0;
}
  .left_side {
	width: 100%;
	float: left;
	clear:left;
    padding:0;
  	margin:0;
  }
  
  }

/*  other */

.left_side {
	width: 30%;
	float: left;
    padding:0;
  	margin:0;
  }

.vertical_menu {
  display: block;
  position: relative;
  float: left;
  clear: left;
  max-width: 220px;
  height: auto;
  min-height: 20px;
  padding: 0 0 20px 0; 
	border-bottom: 1px solid #f13213;
}
  .vertical_menu a {
    float: left;
    clear: both;
    color: black;
    text-decoration: none; }
  .vertical_menu a:hover, .vertical_menu a.current {
    color: #f13213; }


/*  Exhibitions page layout */
.exhibitions {
	width:100%;
 	float:left;
  	clear:left;
  	margin:0;
  	padding:0;
  }
.exhibitions_current_image {
	float:left;
	width:55%;
	margin:0;
 	padding:0;
}
.exhibitions_current_text {
	display:block; /*  temporarily removed, saad qureshi */
	float:right;
	width:40%;
  	margin:0;
 	padding:0;
}

@media screen and (max-width: 500px) {
.exhibitions_current_image {
	float:left;
	clear:left;
	width:100%;
	margin:0;
 	padding:0;
}
.exhibitions_current_text {
	float:left;
  	clear:left;
	width:100%;
  	margin:0;
 	padding:0;
} 
.red_underline2 {
	border-bottom:1px solid #f13213; 
	width:100%;
	margin:0 0 20px 0;
	padding:0;
  }

}

.exhibitions_expand {
	display:none;
  	margin:20px 0 0 0;
}

.red_underline2 {
	border-bottom:1px solid #f13213; 
	width:55%!important;
	margin:0 0 20px 0;
	padding:0;
}
 
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-result-count, .woocommerce-ordering, .related.products, .product_meta, .coupon, .woocommerce-info {
	display:none;
}
.add_to_cart_button {
	padding:5px;
}
.woocommerce-Price-amount {
	font-size:16px!important;
	font-weight:bold!important;
}
.quantity .input-text {
	margin:10px 0 0 0!important;
	font-size:12px!important;
}
.single_add_to_cart_button {
	display:block;
	width:100%;
	margin:10px 0 0 0!important;
	padding:5px!important;
}


/*--------------------------------------------------------------
## Shopping Cart
--------------------------------------------------------------*/
.wp_cart_button {}

.shopping_cart_hidden>div {
	display:block;
}

.shopping_cart_visible>div {
	display:block;
}

.wspsc_cart_header_image {
	width:30px;
	height:30px;
}

.add_to_cart_button {
	padding:5px!important;
}

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# 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%;
}
/* Responsive video */
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin: 0;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	margin: 0;
  	padding:10px 0 0 0;
	font-size: 13px;
	font-family: AkkuratReg, serif;
}
.grecaptcha-badge { 
    visibility: hidden;
}


/*--------------------------------------------------------------
## CAROUSEL
--------------------------------------------------------------*/

#metaslider_container_500{
	overflow: hidden;
	width: 100%;
}

#metaslider_500 {
  max-width: 1150px;
  width: 1150px;
  margin: 0 auto;
}

#metaslider_500 .flex-viewport {
	overflow: visible !important
}

#metaslider_500.flexslider .slides li {
	width: 1145px!important;
}


/*--------------------------------------------------------------
## NEXTGEN
--------------------------------------------------------------*/
/* Albums */
.ngg-albumoverview {
	margin:0!important;
	padding:0!important;
	background:none;
}
.ngg-album {
	border:none!important;
	padding:0!important;
	margin:0!important;
	background:none;
	width:33.3333%!important;
	min-height:320px;
}
.ngg-albumcontent {
	background:none;
}
.ngg-albumtitle {
	float:left;
	margin:0!important;
	padding:0!important;
}
.ngg-description {
	padding:0 20px 0 0;
}
.gallery_link {
	font-size:90%!important;
	text-transform:none!important;
}
.gallery_link img {
	width:230px;
	height:230px;
}
.ngg-albumoverview.default-view .ngg-thumbnail {
    margin-right: 0!important;
}
.ngg-albumoverview.default-view .ngg-thumbnail img {
    border: none!important;
}
.ngg-description {
	display:none;
}



/* ALBUM BREADCRUMBS 
 * .ngg-breadcrumbs Margin location:
 * /public_html/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/static/breadcrumbs.css
 * 
 * breadcrumbs.php location:
 * /public_html/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/templates/breadcrumbs.php
 * */
.ngg-breadcrumbs {
    text-transform: none!important;
	background:none;
    padding: 0!important;
    font-size: 100%!important;
    margin: 0 0 25px 0!important;
}
ul.ngg-breadcrumbs > li {
    float: left;
    padding: 0!important;
    margin: 0;
    vertical-align: top!important;
}
ul.ngg-breadcrumbs > li:nth-child(2) {
	margin-left:10px;
}
ul.ngg-breadcrumbs > li span {
	color:#fff;
}
.ngg-breadcrumbs li a {}
.ngg-breadcrumbs .ngg-breadcrumb-divisor {
    padding: 0 0 0 .15em;
}

/* basic Thumbnail grid */
.ngg-galleryoverview {
    margin:0!important;
	padding:0!important;
	background:none;
}
.ngg-gallery-thumbnail-box { 
	min-height:260px!important;
	margin:0!important;
	padding:0!important;
	width:33.3333%;
}

/* mobiles */
@media screen and (max-width: 740px) {
.ngg-gallery-thumbnail-box {
	width:50%!important;
	margin:0 20px 20px 0;
}
}
@media screen and (max-width: 500px) { 
.ngg-gallery-thumbnail-box {
	width:100%!important;
}
}

.ngg-gallery-thumbnail {
    text-align: center;
    max-width: 100% !important;
    background-color: red;
    border: none!inmportant;
    margin-right: 0!important;
    margin: 0!important;
}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail img {
    margin: 0 20px 0 0!important;
}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail img:hover {
    opacity: 1!important;
}

/** Hide Pro Lightbox Carousel toggle */
.galleria-dock-toggle-container { 
	display: none; 
}
#npl_wrapper.npl-carousel-closed .galleria-stage {
    bottom: 54px!important;
    top: 20px!important;
}

/** 5 col used on Filip Berendt pandemic post */
.ngg-5-columns {
    width: 18%!important;
	margin:0 2% 0 0!important;
	padding:0!important;
}

/*--------------------------------------------------------------
## Grids
--------------------------------------------------------------*/
.artist_past_exhibition_grid {
	margin: 0 0 0 0;	
}
.red_underline {
	border-bottom:1px solid #f13213;
	padding:0;
	margin:0;
}
.no_underline {
	border-bottom:none;
	padding:0;
	margin:0;
}
#grid_wrap {
	width: 1050px;
	max-width: 100%;
	margin: 0 auto;
}
body.page-id-580 #grid_wrap {
   display:none;
}
.wrapper {
	overflow: hidden;
}
.thumb_images {
	display:block; 
	max-width:250px!important;
}

/*** COLUMN ***/
.col, .ngg-album {
	background: none;
	float: left;
	margin-left: 3.2%;
	margin-bottom: 30px;
}
.fullwidth .col {
	float: none;
	margin-left: 0;
}

/* grid4 col */
.grid4 .col {
	width: 22.6%;
}
.grid4 .col {
	width: 22.6%;
}
/* grid3 col */
.grid3 .col, .ngg-album {
	width: 31.2%;
}
/* grid2 col */
.grid2 .col {
	width: 48.4%;
}
/* clear col */
.grid4 .col:nth-of-type(4n+1),
.grid3 .col:nth-of-type(3n+1),
.grid2 .col:nth-of-type(2n+1) {
	margin-left: 0;
	clear: left;
}

/*** MEDIA QUERIES ***/
/* reset cols to 3-column */
@media screen and (max-width: 740px) {
/* grid4 */
.grid4 .col {
	width: 31.2%;
}
.grid4 .col:nth-of-type(4n+1) {
	margin-left: 3.2%;
	clear: none;
}
.grid4 .col:nth-of-type(3n+1) {
	margin-left: 0;
	clear: left;
}
}

/* reset cols to 2-column */
@media screen and (max-width: 600px) {
	/* grid4 */
	.grid4 .col {
		width: 48.4%;
	}
	.grid4 .col:nth-of-type(3n+1) {
		margin-left: 3.2%;
		clear: none;
	}
	.grid4 .col:nth-of-type(2n+1) {
		margin-left: 0;
		clear: left;
	}

	/* grid3 */
	.grid3 .col {
		width: 48.4%;
	}
	.grid3 .col:nth-of-type(3n+1) {
		margin-left: 3.2%;
		clear: none;
	}
	.grid3 .col:nth-of-type(2n+1) {
		margin-left: 0;
		clear: left;
	}
}

/* reset cols to fullwidth */
@media screen and (max-width: 500px) {
/* grid4 */
.col {
		width: 100% !important;
		margin-left: 0 !important;
		clear: none !important;
	}
}

/* SHOPPING CART */
.shopping_cart_container {
	background:none;
}
.shopping_cart {
	background:none;
}

/**********************************
SHOPP PLUGIN 
**********************************/
.views, .breadcrumb, .alignright {
	display:none!important;
}	
.details, .frame {
	text-align:left!important;
}
.dropdown {
	margin:0 0 10px 0;
}
.shopp_page h3 {
	font-family: AkkuratMono;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding: 0;
}
h4.name a {
	color:#000;
}
h4.name a:hover {
	text-decoration: none; color: #000; border-bottom: 1px solid #f13213; 
}
h4.name a:focus, h4.name a:active, h4.name a:visited {
	text-decoration: none; 
}
.products-artist-menu {
   background: transparent;
   border: none;
   font-size: 10px!important;
   height: auto;
   padding: 0; /* If you add too much padding here, the options won't show in IE */

}
.products-artist-menu form {
	   width: 150px;
}
.products-artist-menu form option {
	font-size:100%;
}
