/* @override 
	http://galleryluisotti.com/wordpress/wp-content/themes/galleryluisotti/style.css?*
	https://galleryluisotti.com/wordpress/wp-content/themes/galleryluisotti/style.css?*
	https://staging.galleryluisotti.com/wordpress/wp-content/themes/galleryluisotti/style.css?* */

/*
Theme Name: galleryluisotti
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: galleryluisotti
Domain Path: /languages/
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.

 galleryluisotti is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
--------------------------------------------------------------*/
@import url("font-awesome.min.css");
@import url("elegantIcons.css");
/*--------------------------------------------------------------
1.0 - 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, 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;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	/*	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height *!/*/
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	margin: 0;
	padding: 0;
	height: 100%;
}

, *:before, *:after {
	/* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing: border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing: border-box;
}

body {
	background: #ffffff;
	margin: 0;
	padding: 0;
	height: 100%;
}

body.boxed {
	background: white!important;
}

#content {
	padding: 0px;
	padding-bottom: 80px;   /* Height of the footer */
}

div#content.viewing-rooms {
	padding-top: 30px;
	display: flex;
	width: 100%;
	max-width: 100%;
}

.single-viewing_rooms.et-db #et-boc .et-l .et_pb_section:not(.et_pb_section_0) .et_pb_row {
	width: 93% !important;
}

.single-viewing_rooms.et-db #et-boc .et-l .et_pb_section.popup .et_pb_row,
.single-viewing_rooms.et-db #et-boc .et-l .et_pb_section.et_pb_section_0 .et_pb_row {
	width: 100% !important;
}

.single-viewing_rooms.et-db #et-boc .et-l .et_pb_section.et_pb_section_1 .et_pb_row {
	width: 90% !important;
}

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

ol, ul {
	list-style: none;
}

table {
	/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

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

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

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

}

a:focus {
	outline: none;
	-moz-outline-style: none;
}

a:hover, a:active {
	outline: 0;
	outline: none;
	text-decoration: none;
}

a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

body, button, input, select, textarea {
	color: #404040;
	font-family: "aktiv-grotesk-std",sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

input[type=text], textarea {
	padding: 0!important;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

h1.entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	color: #000;
	font-weight: bold;
	line-height: 130%;
}

.single h1.entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 100%;
}

.single.news h1.entry-title {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 100%;
}

.page-template-page-exibitions-current-php h1.entry-title, .single-exhibitions h1.entry-title {
	line-height: 14px;
	line-height: 1.4rem;
}

.page-template-page-exibitions-current-php h3.subheading, .single-exhibitions h3.subheading {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 18px;
	margin-top: 3px;
}

.single-images #primary h1.entry-title {
	display: block;
	text-indent: -6000px;
	height: 3px;
}

#secondary h1.entry-title {
	font-weight: bold;
	color: #da997b;
	font-size: 17px;
	font-size: 1.7rem;
	border-top: 1px solid #eccdc0;
	line-height: 2.2rem;
	margin-bottom: 28px;
}

#secondary h1.entry-title a {
	text-decoration: none;
}

.home #secondary h1.entry-title {
	border-top: 1px solid #000;
	color: #000;
	margin-top: 40px;
	margin-bottom: 1.5em;
}

.home #secondary h2.entry-title {
	color: #da997b;
	white-space: nowrap;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	font-style: normal;
	margin-top: 8px;
}

/* Show slider arrows always */

#home-background-slider .et-pb-slider-arrows {
	max-width: 1208px;
	/*	border: 1px pink dotted!important;*/
	position: absolute;
	bottom: 22px;
	width: 60px;
	right: calc(50% - 1208px / 2);
	display: block;
	height: 30px;
	z-index: 99999999;
}

#home-background-slider .et-pb-arrow-next {
	opacity: .66!important;
	right: -15px !important;
}

#home-background-slider .et-pb-arrow-prev {
	opacity: .66!important;
	left: -30px !important;
}

#home-background-slider .et-pb-arrow-next:hover,
#home-background-slider .et-pb-arrow-prev:hover {
	opacity: 1!important;
}

.home #secondary h2.vr-title, .home #secondary .vr-title h2 {
	white-space: nowrap;
	font-size: 20px;
	font-size: 2rem;
	line-height: 2.4rem;
	font-weight: 400;
	font-style: normal;
	margin-top: 16px;
	text-transform: uppercase;
}

.home #secondary h3.vr-artist {
	margin-bottom: 10px;
	font-size: 20px;
	font-size: 2rem;
	line-height: 2.4rem;
	margin-top: 0;
	text-transform: uppercase;
}

.home #secondary h3.subheading {
	margin-bottom: 3px;
	font-size: 12px;
	font-size: 1.2rem;
	margin-top: 10px;
}

.home.boxed #secondary h2.entry-title {
	white-space: normal;
}

.home #secondary p.subheading-more {
	font-size: 12px;
	font-size: 1.2rem;
	margin-top: 20px;
}

#secondary p a {
	text-decoration: underline;
}

h2.artistName {
	font-weight: bold;
	color: #da997b;
	font-size: 16px;
	font-size: 1.6rem;
	border-top: 1px solid #eccdc0;
	line-height: 1.6rem;
	margin-bottom: -17px;
	margin-left: -193px;
	width: 180px;
}

h2.artistName.private {
	clear: both;
}

.vegas-background {
	
}

.entry-content > p {
	margin-bottom: 1.5em;
	font-size: 16px;
	font-size: 1.6rem;
	max-width: 780px;
}

.single-exhibitions .textColumn p, .single-images .entry-content > p {
	margin-bottom: 1.5em;
	font-size: 16px;
	font-size: 1.6rem;
	max-width: 780px;
}

.single.news .entry-content p {
	margin-bottom: 1.5em;
	font-size: 18px;
	font-size: 1.8rem;
}

b, strong {
	font-weight: bold;
}

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: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

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

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

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

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 0;
}

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

th {
	font-weight: bold;
}

#primary {
	float: left;
	margin-left: 18px;
	max-width: 960px;
	width: 100%;
}

#secondary {
	width: 227px;
	min-height: 1px;
	float: left;
}

.viewing-rooms #primary {
	padding-left: 18px;
	width: 68%;
	margin-left: 0;
	border-left: 1px solid #da997b;
}

.viewing-rooms #secondary {
	width: 32%;
	min-height: 1px;
	height: calc(100vh - 140px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

ul.navList {
	margin: 0;
	padding: 0;
}

ul.navList li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 140%;
	font-size: 14.5px;
	font-size: 1.45rem;
}

ul.navList a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

ul.navList a:hover {
	color: #da997b;
	text-decoration: none;
}

ul.navArtist {
	margin: 0;
	padding: 0;
}

ul.navArtist li {
	list-style: none;
	margin: 0 0 3px;
	padding: 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 150%;
	font-weight: bold;
}

ul.navArtist li a {
	color: #000;
	text-decoration: none;
}

ul.navArtist li.current a {
	color: #da997b;
}

ul.navArtist li.artistLink {
	margin-top: 10px;
}

ul.navArtist li.artistLink a {
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	font-size: 1.2rem;
	color: gray;
}

ul.navArtist ul {
	margin: 6px 0 0 12px;
	padding: 0;
}

ul.navArtist li li {
	margin-bottom: 9px;
	line-height: 120%;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 100%;
}

ul.navArtist li li a, ul.navArtist li.current li:not(.current) a {
	color: #000;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

ul.navArtist li:not(.current) li.current a {
	color: #da997b;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
}

ul.navArtist li li.current a {
	color: #da997b;
	font-weight: normal;
	font-style: italic;
}

ul.navArtist a:hover {
	color: #da997b!important;
	text-decoration: none;
}

ul.thumbGrid {
	margin: 0 -20px 0 0;
	padding: 0;
	position: relative;
}

ul.thumbGrid li {
	list-style: none;
	float: left;
	margin-right: 18px;
	clear: right;
	min-height: 227px;
}

ul.thumbGrid.exhib li {
	height: 280px;
	max-width: 227px;
}

ul.thumbGrid a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	display: block;
	position: relative;
	max-width: 227px;
}

ul.thumbGrid a img {
	position: relative;
	display: block;
	max-width: 100%;
	width: 227px !important;
	height: auto;
}

ul.thumbGrid.exhib a img {
	width: auto;
	height: auto;
	max-width: 227px;
	max-height: 227px;
}

ul.thumbGrid a:hover img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%) contrast(125%); /* Chrome 19+ & Safari 6+ */
	opacity: 0.75;
}

ul.thumbGrid a:hover {
	background-color: #ebccbd;
	display: block;
}

ul.thumbGrid.exhib a:hover {
	background-color: #ebccbd;
	display: inline-block;
}

ul.thumbGrid a p {
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0;
	padding-bottom: 6px;
	padding-top: 6px;
	line-height: 130%;
}

ul.thumbGrid a:hover p {
	background-color: #ECCCBD;
}

ul.thumbGrid li a h2.exhibH2 {
	font-size: 14px;
	font-size: 1.4rem;
	color: #da997b;
	background-color: #fff;
	line-height: 120%;
}

ul.thumbGrid li a p.exhibSub {
	font-size: 11px;
	font-size: 1.1rem;
	background-color: #fff;
	min-height: 30px;
	line-height: 120%;
	padding-bottom: 0;
}

ul.thumbGrid li a h2.mediaH2 {
	font-size: 14px;
	font-size: 1.4rem;
	color: #000;
	background-color: #fff;
	line-height: 120%;
	padding-top: 10px;
}

ul.thumbGrid li a:hover h2.mediaH2 {
	color: #da997b;
}

ul.exhibList {
	margin: 0;
	padding: 0;
}

ul.exhibList li {
	list-style: none;
	margin: 0;
	padding: 4px 0 60px;
	border-top: 1px solid #ebcdc0;
	clear: both;
	overflow: auto;
}

div.newsImage, ul.exhibList li div.exhibImage {
	float: left;
	width: 227px;
	min-height: 10px;
	margin-right: 15px;
}

div.newsData, ul.exhibList li div.exhibData {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	display: block;
	position: relative;
	float: left;
	max-width: 65%;
}

.newsImage a, ul.exhibList .exhibImage a {
	color: #000;
	text-decoration: none !important;
	font-weight: bold;
	display: inline-block;
	position: relative;
	max-width: 227px;
}

article:hover .newsImage a, ul.exhibList .exhibImage a:hover {
	background-color: #ebccbd;
	display: inline-block;
}

.newsImage img, ul.exhibList .exhibImage img {
	position: relative;
	display: block;
	max-width: 100%;
	height: auto !important;
	width: 227px;
}

article:hover .newsImage a img, ul.exhibList .exhibImage a:hover img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%) contrast(125%); /* Chrome 19+ & Safari 6+ */
	opacity: 0.75;
}

ul.exhibList li .exhibData a h2 {
	font-size: 16px;
	font-size: 1.6rem;
	color: #000;
	background-color: #fff;
	line-height: 120%;
	font-weight: bold;
}

ul.exhibList li .exhibData a h3 {
	font-size: 16px;
	font-size: 1.6rem;
	color: #000000;
	background-color: #fff;
	line-height: 150%;
	font-weight: normal;
}

ul.exhibList li .exhibData a p.exhibSub {
	font-size: 12px;
	font-size: 1.2rem;
	background-color: #fff;
	min-height: 40px;
	line-height: 150%;
	padding-bottom: 0;
	color: black;
	font-weight: normal;
	font-style: normal;
}

ul.exhibList li .exhibData a:hover h2, ul.exhibList li .exhibData a:hover p.exhibSub {
	color: #da997b;
}
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/

button, input, select, textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*
	vertical-align: middle; /* Improves appearance and consistency in IE6/IE7 */
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	border: 1px solid #000;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #FFF;
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 0 0 rgba(255, 255, 255, 0);
	text-shadow: none!important;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	/*border-color: #ccc #bbb #aaa #bbb;
	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 #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="checkbox"], input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
	/* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
	color: #666;
	border: 0 solid #000!important;
	border-radius: 3px;
	border-bottom-width: 1px!important;
}

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 {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

select.jquery-responsive-select-menu {
	border: none;
	background: url(images/menu-widget.png) right center no-repeat;
	outline: none;
	-webkit-appearance: none;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	padding-left: 5px;
	margin-top: 0;
	width: 70px;
}
/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/

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

a:visited {
	color: #da997b;
}

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

#post-69 div.entry-content p a {
	
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

.main-navigation {
	clear: both;
	display: block;
	float: left;
	/*	width: 100%;*/
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	max-width: 180px;
}

.main-navigation li {
	float: none;
	position: relative;
	line-height: 140%;
	font-size: 14.5px;
	font-size: 1.45rem;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #000;
}

.home .main-navigation.black a, .home .site-search a.toggleSearch.black {
	color: #000;
}

.home .main-navigation.gray1 a, .home .site-search a.toggleSearch.gray1 {
	color: #403F3F;
}

.home .main-navigation.gray2 a, .home .site-search a.toggleSearch.gray2 {
	color: #656666;
}

.home .main-navigation.gray3 a, .home .site-search a.toggleSearch.gray3 {
	color: #9A9A9A;
}

.home .main-navigation.gray4 a, .home .site-search a.toggleSearch.gray4 {
	color: #CBCCCC;
}

.home .main-navigation.white a, .home .site-search a.toggleSearch.white {
	color: #fff;
}

.main-navigation li:first-child a {
	display: block;
	text-decoration: none;
	color: #000;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 1.5em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {
	
}

.main-navigation li:hover > a {
	color: #da997b !important;
}

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

.main-navigation ul ul a:hover {
	
}

.main-navigation ul li:hover > ul {
	display: block;
}

.single-post.fairs #menu-item-5125 a, .single-post.fairs #menu-item-5095 a, .single-post.news #menu-item-76 a, .single-exhibitions.artist #menu-item-63 a, .single-images #menu-item-63 a, .single-artists #menu-item-63 a, .post-type-archive-artists #menu-item-63 a, .tax-artists #menu-item-63 a {
	font-weight: bold;
}

.category-fairs #menu-item-5125 a, .category-fairs #menu-item-5095 a, .single.single-exhibitions #menu-item-256 a, .archive.date.post-type-archive.post-type-archive-exhibitions #menu-item-256 a, .page-template-page-exibitions-upcoming-php #menu-item-256 a {
	font-weight: bold;
}

.single.single-exhibitions.artist #menu-item-256 a {
	font-weight: normal;
	font-style: normal;
}

.main-navigation .current_page_item a, .main-navigation .current-menu-item a {
	font-weight: bold;
}
/* Small menu */

.menu-toggle {
	cursor: pointer;
	display: none!important;
}

@media screen and (max-width: 600px) {
	.menu-toggle, .main-navigation.toggled .nav-menu {
		display: block;
	}
	
	.main-navigation ul {
		display: block;
	}
}
.site-main .comment-navigation, .site-main .paging-navigation, .site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: visible;
	max-width: 800px;
}

nav.navigation.paging-navigation {
	max-width: 800px;
	clear: both;
}

.comment-navigation .nav-previous, .paging-navigation .nav-previous, .post-navigation .nav-previous {
	float: left;
	width: 33%;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: italic;
	text-indent: -10px;
}

.comment-navigation .nav-next, .paging-navigation .nav-next, .post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 33%;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: italic;
	padding-right: 5px;
}

div.nav-links a {
	text-decoration: none;
}

span.meta-nav {
	vertical-align: baseline;
	display: inline-block;
	margin-right: 3px;
	margin-left: 3px;
}
/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */

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

.screen-reader-text:hover, .screen-reader-text:active, .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-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 */
}

/*--------------------------------------------------------------
7.0 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: 0 auto;
}

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

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

.widget ul {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0;
}

.widget h1.widget-title {
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: 5px;
}

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

.widget_wp-category-archive ul li {
	margin-bottom: 8px;
}

.widget ul li a {
	color: #000;
	text-decoration: none;
}

.widget ul li a:hover {
	color: #da997b;
	text-decoration: underline;
}



/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/

/* @group Viewing Rooms */

header#masthead-vr.viewing-room-header {
	padding: 28px 36px;
	display: flex;
	justify-content: space-between;
}

/*.page header#masthead-vr.viewing-room-header {
	padding: 28px 0px;
}*/

header#masthead-vr.viewing-room-header div.header-links a {
	color: #000;
	padding-left: 60px;
}

.viewing-rooms a {
	color: #000000;
}

.viewing-rooms a:hover {
	color: #da997b;
}

h1.vr-title, h2.vr-current-past {
	font-size: 30px;
	font-size: 3rem;
	text-transform: uppercase;
	line-height: 100%;
	font-weight: 400;
	height: 43px;
	letter-spacing: .01em;
}

.viewing-rooms ul.nav-vr {
	margin: 0;
	padding: 0;
}

.viewing-rooms ul.nav-vr li {
	list-style: none;
	font-size: 22px!important;
	font-size: 2.2rem!important;
	font-weight: 300;
	margin: 0;
	padding: 0;
	line-height: 25px;
}

.viewing-rooms ul.nav-vr li.email {
	list-style: none;
	font-size: 13px!important;
	font-size: 1.3rem!important;
	font-weight: 400;
	margin: 0;
	padding: 40px 0 0;
	line-height: 100%;
}

.viewing-rooms ul.nav-vr li.current a {
	color: #da997b;
}

main#main.site-main ul.vr-list {
	padding: 0;
	margin: 0;
}

main#main.site-main ul.vr-list li {
	list-style: none;
	margin: 0;
	padding: 0 0 100px;
}

.viewing-rooms .vr-thumb {
	margin-bottom: 30px;
}

.viewing-rooms .vr-thumb img {
	margin: 0;
	padding: 0;
}

.viewing-rooms ul.vr-list a:hover .vr-thumb img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%) contrast(125%); /* Chrome 19+ & Safari 6+ */
	opacity: 0.75;
}

.viewing-rooms ul.vr-list a:hover .vr-thumb {
	background-color: #ebccbd;
	display: block;
}

.viewing-rooms h3.vr-artist, .viewing-rooms h2.vr-title {
	font-size: 48px!important;
	font-size: 4.8rem!important;
	line-height: 100%;
	font-weight: 400;
	text-transform: uppercase;
}

.viewing-rooms h4.vr-dates {
	font-size: 22px!important;
	font-size: 2.2rem!important;
	line-height: 100%;
	font-weight: 300;
	text-transform: uppercase;
	padding-top: 30px;
}

.viewing-rooms h4.vr-status {
	font-size: 22px!important;
	font-size: 2.2rem!important;
	line-height: 100%;
	font-weight: 300;
	text-transform: uppercase;
	padding-top: 20px;
}

.viewing-rooms a:hover h3.vr-artist, .viewing-rooms a:hover h4.vr-dates, .viewing-rooms a:hover h4.vr-status {
	color: #000;
}

.et_pb_row {
	max-width: 1208px !important;
	width: 100%;
}

.viewing-rooms .et_pb_row {
	max-width: 1600px !important;
	width: 93%;
}

.single-media_items .et_pb_row {
	max-width: 1600px !important;
	width: 100%!important;
}

.single-media_items .et_pb_text_inner, .single-media_items .et_pb_text_inner p, .single-media_items article.media_items .entry-content p {
	font-size: 18px!important;
	font-size: 1.8rem!important;
}

.viewing-rooms article.viewing_rooms > header.entry-header {
	display: none!important;
	height: 0!important;
}

.viewing-rooms article.viewing_rooms h3.vr-artist, .viewing-rooms article.viewing_rooms h2.vr-title {
	font-size: 24px!important;
	font-size: 2.4rem!important;
	line-height: 29px;
	font-weight: 400;
	text-transform: uppercase!important;
}

/* @end */

.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* @group Youtube Lazy load CSS */

.video-player {
	position: relative;
	padding-bottom: 56.23%;
	  /* Use 75% for 4:3 videos */
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
	margin: 0 0 22px;
}

.video-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}

.video-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: .4s all;
	-o-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all;
}

.video-player img:hover {
	-webkit-filter: brightness(75%);
}

.video-player .play {
	height: 100px;
	width: 100px;
	left: 50%;
	top: 50%;
	margin-left: -50px;
	margin-top: -50px;
	position: absolute;
	cursor: pointer;
}

.video-player .play:before {
	content: "\49";
	font: 100px/100px ElegantIcons;
	opacity: 1;
	display: block;
	position: absolute;
	top: -3px;
	left: -3px;
	color: #fff;
	text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.5);
}

/* @end */

/* @group Gravity Forms */

#gform_wrapper_2.gform_wrapper {
	background-color: #f1dbd1;
	display: flex;
	align-items: center;
	justify-content: center;
	height: calc(100vh - 127px);
	width: 100%;
}

#gform_wrapper_2.gform_wrapper #gform_2 {
	width: 100%;
	max-width: 750px;
	padding: 20px;
	background-color: #fff;
	vertical-align: auto;
}

#gform_wrapper_2 h2.vr-access {
	font-size: 24px;
	font-size: 2.4rem;
	text-transform: uppercase;
	margin-bottom: 100px;
}

#gform_wrapper_2 p.vr-note {
	color: silver;
	font-size: 11px;
	font-size: 1.1rem;
	padding-top: 56px;
	max-width: 480px;
}

#gform_wrapper_2 p.vr-mailing-list {
	padding-top: 40px;
	font-size: 14px;
	font-size: 1.4rem;
}

#gform_wrapper_2 p.vr-home-link {
	text-align: right;
	float: right;
	margin-top: -43px;
}

#gform_wrapper_2 p.vr-home-link a {
	color: gray;
	font-size: 14px;
	font-size: 1.4rem;
}

#gform_wrapper_2 button.et_pb_contact_submit.et_pb_button {
	max-width: 160px;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	font-size: 15px!important;
	font-size: 1.5rem!important;
	margin-top: 0!important;
}
/*.gform_wrapper .ginput_complex .ginput_right {
	float: none !important;
	width: 100% !important;
}

.gform_wrapper .ginput_complex .ginput_left {
	float: none !important;
	width: 100% !important;
}*/

.gform_wrapper .ginput_complex input, .gform_wrapper input.small, .gform_wrapper input.medium, .gform_wrapper input.large, .gform_wrapper textarea, .gfield_time_hour input, .gfield_time_minute input, .checkboxField {
	color: #000;
	padding: 20px 0 0 !important;
	border: 1px solid #dddddd;
	margin: 0 !important;
	font-weight: 400;
	border-radius: 0px!important;
}

input#gform_submit_button_1.gform_button.button.et_pb_contact_submit.et_pb_button
/*.gform_wrapper .account-list.gfield_contains_required,*/

.gform_wrapper .gfield_contains_required .ginput_complex input, .gform_wrapper .gfield_contains_required input.small, .gform_wrapper .gfield_contains_required input.medium, .gform_wrapper .gfield_contains_required input.large, .gform_wrapper .gfield_contains_required textarea, .gfield_contains_required .gfield_time_hour input, .gfield_contains_required .gfield_time_minute input, .gfield_contains_required .checkboxField {
	border-left: 2px solid rgba(45, 110, 195, 0.75);
}

.gform_wrapper li#field_4_14.gfield.gf_left_half.gf_list_2col.gfield_contains_required.field_sublabel_below.field_description_below.gfield_visibility_visible {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-left: 2px solid #c87855 !important;
	padding-left: 12px;
}

.gform_wrapper .validation_message {
	color: #c87855 !important;
	margin-left: 3px !important;
}

.gform_wrapper .gfield_description.validation_message {
	color: #c87855 !important;
	margin-left: 8px !important;
	margin-top: 8px !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: rgba(241, 219, 209, 0.49) !important;
	border-width: 0 !important;
	padding-top: 1px !important;
}

.gform_wrapper li.gfield_error input[type=email], .gform_wrapper li.gfield_error input[type=number], .gform_wrapper li.gfield_error input[type=password], .gform_wrapper li.gfield_error input[type=tel], .gform_wrapper li.gfield_error input[type=text], .gform_wrapper li.gfield_error input[type=url], .gform_wrapper li.gfield_error textarea {
	border: 1px solid #c87855 !important;
	border-left: 2px solid #c87855 !important;
	background-color: white;
}

.entry-content .gform_confirmation_message table {
	max-width: 544px;
	background-color: white;
	border: none;
	margin-right: auto;
	margin-left: auto;
}

.gform_confirmation_wrapper {
	text-align: center;
	margin-top: 20px;
}

.gform_confirmation_wrapper .formConfirm h3 {
	color: #2D6FC3;
	padding-bottom: 0;
}

input.large {
	width: 100%!important;
}

.gform_confirmation_wrapper .formConfirm {
	max-width: 540px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid rgba(45, 110, 195, 0.26);
	border-radius: 6px;
	box-shadow: 0 7px 18px rgba(43, 111, 194, 0.10);
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 5px;
}

.popup .et_pb_contact_submit.et_pb_button, .gform_wrapper .et_pb_contact_submit.et_pb_button {
	-webkit-appearance: none!important;
	-webkit-border-radius: 0!important;
	border-width: 1px!important;
	border-color: #000!important;
	border-radius: 0px!important;
	color: #000!important;
	font-size: 13px!important;
	font-size: 1.3rem!important;
	text-transform: uppercase!important;
	width: 50%!important;
	padding: 10px !important;
	text-align: center!important;
	margin-top: 40px !important;
	background: #fff!important;
	background-image: none!important;
	margin-left: 0!important;
}

.gform_wrapper h3.gform_title {
	font-weight: 400!important;
}

.popup .et_pb_contact_submit.et_pb_button:hover, .gform_wrapper .et_pb_contact_submit.et_pb_button:hover {
	color: #fff !important;
	background-color: #000 !important;
	border-color: #000 !important;
	padding: 10px !important;
}

.popup .et_pb_contact_submit.et_pb_button:after {
	color: white!important;
	display: none!important;
}

.gform_wrapper div.validation_error {
	color: #c87855 !important;
	font-size: 1em;
	font-weight: 700;
	margin-bottom: 25px;
	border-top: 2px solid #c87855!important;
	border-bottom: 2px solid #c87855!important;
	padding: 16px 0 16px 0;
	clear: both;
	width: 100%;
	text-align: center
}

/* @end */

/* @group Divi - fullwidth-image-slider-using-divi-slider-module */

.full-image-slider .et_pb_slide {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.full-image-slider .et_pb_slide:first-child .et_pb_slide_image img.active {
	animation: unset !important;
}

.full-image-slider .et_pb_container {
	max-width: 100% !important;
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
}

.full-image-slider .et_pb_slide_image img {
	max-height: none !important;
	width: 100% !important;
}

.full-image-slider .et_pb_slide_image {
	margin: 0 !important;
	padding: 0 !important;
	top: 0 !important;
	position: relative !important;
	width: 100% !important;
	display: block !important;
	-webkit-animation-name: fade !important;
	-moz-animation-name: fade !important;
	-ms-animation-name: fade !important;
	-o-animation-name: fade !important;
	animation-name: fade !important;
}

.full-image-slider .et_pb_slider_container_inner {
	position: relative;
}

.full-image-slider .et_pb_slide_description {
	position: absolute !important;
	top: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	width: auto !important;
	height: auto !important;
}

.full-image-slider .et_pb_slide_description .et_pb_button_wrapper, .full-image-slider .et_pb_slide_description .et_pb_button_wrapper a, .full-image-slider .et_pb_slide_description .et_pb_button_wrapper a:hover {
	width: 100% !important;
	height: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	color: rgba(0, 0, 0, 0) !important;
	border: none !important;
	background: none !important;
}

.et_pb_column.et_pb_slider_fullwidth_off.full-image-slider .et_pb_slide_description .et_pb_slide_title, .et_pb_column.et_pb_slider_fullwidth_off.full-image-slider .et_pb_slide_description .et_pb_slide_content, .full-image-slider .et_pb_slide_description .et_pb_slide_title, .full-image-slider .et_pb_slide_description .et_pb_slide_content {
	display: none;
}

/* @end */

/* @group Divi - fullwidth-image-slider-with-inquiry */

.full-image-slider-with-inquire .et_pb_slide {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.full-image-slider-with-inquire .et_pb_slide:first-child .et_pb_slide_image img.active {
	animation: unset !important;
}

.full-image-slider-with-inquire .et_pb_container {
	max-width: 100% !important;
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
}

.full-image-slider-with-inquire .et_pb_slide_image img {
	max-height: none !important;
	width: 100% !important;
}

.full-image-slider-with-inquire .et_pb_slide_image {
	margin: 0 !important;
	padding: 0 !important;
	top: 0 !important;
	position: relative !important;
	width: 100% !important;
	display: block !important;
	-webkit-animation-name: fade !important;
	-moz-animation-name: fade !important;
	-ms-animation-name: fade !important;
	-o-animation-name: fade !important;
	animation-name: fade !important;
}

.full-image-slider-with-inquire .et_pb_slider_container_inner {
	position: relative;
}

.full-image-slider-with-inquire .et_pb_slide_description {
	padding: 0!important;
	width: 100%!important;
	position: relative;
}

.full-image-slider-with-inquire .et_pb_slide_description .et_pb_button_wrapper {
	text-align: center!important;
	position: absolute;
	top: 0;
	right: 0;
	width: 29.5%;
}

.full-image-slider-with-inquire .et_pb_slide_description .et_pb_button_wrapper a {
	width: 100%!important;
	height: 40px!important;
	padding: 10px !important;
	margin-top: 25px !important;
}

.et_pb_column.et_pb_slider_fullwidth_off.full-image-slider-with-inquire .et_pb_slide_description .et_pb_slide_content,
.full-image-slider-with-inquire .et_pb_slide_description .et_pb_slide_content {
	padding-top: 27px !important;
}

/* @end */
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/

.single-post header.entry-header {
	margin-bottom: 20px;
}

.sticky {
	
}

.hentry {
	margin: 0 0 1.5em;
}

span.posted-on a, span.posted-on {
	font-size: 11px;
	font-style: italic;
	color: gray !important;
}

.byline, .updated {
	display: none !important;
}

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

.page-content, .entry-content, .entry-summary {
	margin: 0;
	max-width: 960px;
	position: relative;
}

.home .entry-content {
	max-width: 772px;
	position: relative;
	z-index: 1!important;
}

.page-id-12754 #wrapper,
.home #wrapper {
	z-index: 99!important;
	position: relative;
}

.et-db #et-boc .et-l .et_pb_row_0 {
	max-width: 100%!important;
}

.viewing-room-main, .viewing-room-main .entry-content {
	max-width: 100%!important;
	width: 100%!important;
}

.sliderBreak {
	width: 100%;
	clear: both;
	height: 1em;
}

.pressColumn {
	width: 160px;
	float: left;
}

.pressColumn h4.entry-title {
	font-size: 13px;
	font-size: 1.3rem;
	color: #da997b;
	font-weight: bold;
}

.pressColumn h5.subheading {
	font-size: 13px;
	font-size: 1.3rem;
	color: #000;
	font-weight: bold;
}

.pressColumn h6 {
	font-size: 9px;
	font-size: .9rem;
	font-weight: normal;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 10px;
}

.pressColumn p {
	font-size: 10px;
	font-size: 1.0rem;
	margin-bottom: 6px;
}

.textColumn {
	margin-left: 193px;
}

.textColumn p {
	margin-bottom: 1em;
}

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

.entry-content table tbody tr td {
	font-size: 14px;
	font-size: 1.4rem;
	padding-bottom: 3px;
}

.entry-content table tbody tr td:first-child {
	width: 80px;
}

.entry-content h3 {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #da997b;
}

.page article, .single-post article {
	max-width: 960px;
}

.home article {
	max-width: 100%;
}

.single-post .entry-content h3 {
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold;
	color: #000;
}

.single-post .entry-header h3.subheading {
	/*	font-size: 24px;
	font-size: 2.4rem;*/
}

.single-post.news .entry-header h3.subheading {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
}

.pressItem {
	margin-bottom: 24px;
}

.pressItem p {
	margin: 0;
	font-size: 12px;
	font-size: 1.2rem;
}

.pressItem p.pressTitle {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
}

.pressItem a p.pressDownload {
	font-weight: bold;
	margin-top: 6px;
	text-decoration: underline;
}

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

.pressItem a:hover p.pressDownload {
	color: #da997b;
}

.pressItem p.pressSub {
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
	padding-bottom: 3px;
}

.pubItem {
	float: left;
	width: 180px;
	margin-right: 12px;
	/*	border: 1px dotted silver;*/
	margin-bottom: 44px;
}

#fancybox-close {
	background: transparent url(images/fancy-close.png) 0 0 !important;
	top: -14px !important;
	right: -14px !important;
}

.pubItem a.fancybox-inline, .pubItem a.fancybox {
	float: left;
	color: #000;
	text-decoration: none;
	display: block;
	width: 165px;
	height: 245px;
}

.pubItem .pressLink a {
	text-decoration: underline;
}

.pubItem a.fancybox-inline:hover, .pubItem a.fancybox:hover {
	background-color: #ebccbd;
}

.pubItem a div.pubThumb {
	position: relative;
	display: block;
	width: 165px;
	height: 135px;
}

.pubItem a img {
	color: #000;
	text-decoration: none;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}

.pubItem a .pubText {
	margin-top: 10px;
}

.pubItem a .pubText .pubTitle {
	font-style: italic;
	line-height: 120%;
	margin-bottom: 3px;
}

.pubItem p {
	margin: 0 0 3px;
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 120%;
}

.pubItem a div.pubText p.pressLink {
	font-weight: bold;
	text-decoration: underline;
	padding-bottom: 10px;
	margin-top: 12px;
}

.pubItem a:hover div.pubText p.pressLink {
	
}

.pubItem a:hover img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%) contrast(125%); /* Chrome 19+ & Safari 6+ */
	opacity: 0.75;
}

.pubOverlay {
	padding: 30px;
}

div.pubCover {
	float: left;
	width: 275px;
	height: auto;
}

div.pubCover p.pubSub {
	margin-bottom: 0;
}

div.pubCover img {
	margin-bottom: 16px;
}

div.pubInfo {
	margin-left: 315px;
}

.pubInfo h3 {
	clear: none;
	font-weight: bold;
	font-size: 18px;
}

div.entry-meta {
	margin-bottom: 20px;
}

.archive article, .category-fairs article, .blog article {
	padding: 4px 0 60px;
	border-top: 1px solid #ebcdc0;
	clear: both;
	overflow: auto;
	max-width: 760px;
}

.archive article, .category-fairs article, .category-blog article {
	/*	max-width: 480px;*/
	margin: 0 0 1.5em;
}

span.cat-links {
	display: none;
}

.archive article a, .category-fairs article a, .category-blog article a, .blog article a {
	text-decoration: none;
	color: #000;
}

.archive article a.more-link, .category-fairs article a.more-link, .category-blog article a.more-link {
	color: #da997b;
	font-style: italic;
	margin-left: 10px;
}

footer.entry-footer {
	font-size: 10px;
	font-style: italic;
	color: silver;
}

.page-template-page-exibitions-upcoming-php div.entry-content h2, .category-fairs .entry-header h2.entry-title, .blog .entry-header h2.entry-title {
	display: block;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}

.blog .entry-header h2.entry-title {
	display: block;
	font-weight: 600;
	font-size: 22px;
	font-size: 2.2rem;
}

p.readmore {
	font-weight: normal;
	font-style: normal;
	color: #da997b;
}

.archive h2, .category-fairs h2, .blog h2 {
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
}

.archive .entry-content h3, .category-fairs .entry-content h3 {
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
}

.blog .entry-content h3 {
	color: #000;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 600;
}

.archive .entry-content p, .category-fairs .entry-content p, .blog .entry-content p {
	margin: 0;
}

.archive article:hover a p.readmore, .category-fairs article:hover a p.readmore, .blog article:hover a p.readmore, .archive article:hover a h2.entry-title, .blog article:hover a h2.entry-title {
	color: #000000;
	text-decoration: underline;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title, .archive .format-aside .entry-title {
	display: none;
}

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

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .paging-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;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/

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

.wp-caption {
	border: 0px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
	max-width: 98%;
}

.wp-caption-text {
	text-align: left;
	font-style: italic;
	color: gray;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.site-main .gallery {
	margin-bottom: 1.5em;
}

.gallery-caption {
	
}

.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}

.site-main .gallery dd, .site-main .gallery figcaption {
	margin: 0;
}

.site-main .gallery-columns-4 .gallery-item {
	
}

.site-main .gallery-columns-4 .gallery-item img {
	
}



/* Make sure embeds and iframes fit their containers */

embed, iframe, object {
	max-width: 100%;
}

.lazy-load-div:before {
	content: "\49";
	font-family: ElegantIcons;
	opacity: 1;
	font-size: 100px;
}

/*--------------------------------------------------------------
13.0 Structure
--------------------------------------------------------------*/

#page {
	max-width: 1208px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 36px;
	position: relative;
	min-height: 100%;
	width: 100%;
	background-color: white;
}

.single-viewing_rooms #page {
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	position: relative;
	min-height: 100%;
	width: 100%;
	background-color: white;
}

.page-id-3468 #page, .page-id-3394 #page, .page-id-71 #page, .home #page {
	max-width: 100%!important;
	background-color: transparent;
	-moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
	box-shadow: 0 0 0px rgba(0, 0, 0, 0);
	padding: 0!important;
	text-align: center;
}

.mobile-site-title {
	display: none;
}

body:not(.et-fb) #home-background,
body.et-db:not(.et-fb) #et-boc .et-l #home-background.et_pb_section_0 {
	position: fixed !important;
	z-index: -1 !important;
}
body.et-fb #home-background,
body.et-db.et-fb #et-boc .et-l #home-background.et_pb_section_0 {
	position: absolute !important;
	z-index: 9999 !important;
}
#home-background,
#home-background #home-background-slider,
#home-background #home-background-slider .et_pb_slides,
#home-background #home-background-slider .et_pb_slides .et_pb_slide {
	width:100vw!important;
	min-width:100vw!important;
	max-width:100vw!important;
	height:100vh!important;
	min-height:100vh!important;
	max-height:100vh!important;
	z-index: 99;
}

body:not(.et-fb) #masthead {
	height: 194px;
	padding-top: 36px;
	position: relative;
	z-index: 9999;
}

#masthead {
	height: 194px;
	padding-top: 36px;
	position: relative;
	z-index: -10;
}

.page-id-16866 #masthead {
	height: 194px;
	padding-top: 36px;
	position: relative;
	z-index: -10;
}

div.site-branding {
	position: absolute;
	left: 735px;
}

h2.site-description {
	display: none;
}

.site-title, h1.site-title {
	text-transform: lowercase;
	font: normal 300 24px aktiv-grotesk-std !important;
}

.site-title a {
	text-decoration: none;
	color: #000;
	display: block;
	/*	background-image: url(images/gallery-luisotti-logo.png);*/
	width: 180px;
	height: 30px;
	margin-top: -2px;
}

#glLogo #gallery {
	fill: #000000;
}

#glLogo #luisotti {
	fill: #D5987D;
}

.images-template-default header.entry-header {
	height: 0;
}

h1.site-title a span {
	color: #C68666;
}

footer#colophon.site-footer {
	position: absolute;
	bottom: 0;
	width: calc(100% - 200px);
	height: 80px;   /* Height of the footer */
	z-index: 99;
	margin-right: auto;
	margin-left: auto;
	right: 0;
	left: 0;
}
footer#colophon.site-footer.new {
	position: relative;
	bottom: auto;
	width: 100%!important;
	height: auto;   /* Height of the footer */
	z-index: 99;
	margin-right: auto;
	margin-left: auto;
	right: auto;
	left: auto;
	background-color: #ecccbd;
	min-width: 100%;
	max-width: 100%;
}

#footer-logo .site-title.black #glLogo #gallery {
		fill: #000000!important;
	}
	#footer-logo .site-title.black #glLogo #luisotti {
		fill: #FFFFFF!important;
	}

#footer-content	{
	max-width: 1208px;
	margin-right: auto;
	margin-left: auto;
	padding: 36px 36px 15px;
	position: relative;
	font-size: .95em;
	line-height: 130%;
}

#footer-columns1,
#footer-columns2 {
	clear: both;
	width: 100%;
	float: none;
}

#footer-logo,
#footer-location {
	float: left;
	width: 20%;
}

#footer-hours {
	float: left;
	width: 30%;
}

#footer-signup {
	float: left;
	width: 30%;
}

#footer-copyright {
	float: left;
	width: 70%;
	padding-top: 15px;
	font-size: .75em;
}

#footer-social {
	float: left;
	width: 30%;
	border-top: 1px solid #b29c93;
	padding-top: 10px;
}

#footer-break {
	width: 100%;
	height: 1px;
	clear: both;
}

div#footer-content h4 {
	font-weight: bold;
	margin-bottom: 1em!important;
}

div#footer-content h5 {
	font-weight: normal;
	margin-bottom: .2em;
}

div#footer-content p {
	margin-bottom: 1em;
}

div#footer-content p:last-of-type {
	margin-bottom: 0;
}

div#footer-content span.footer-note {
	display: inline-block;
	font-size: .9em;
	line-height: 130%;
	font-style: italic;
	padding-top: .25em;
}

div#footer-content p a {
	color: #404040;
}

#mc_embed_signup form {
	display: block;
	position: relative;
	text-align: left;
	margin: 0px!important;
}

#mc_embed_signup .helper_text {
	color: #8d8985;
	margin-top: 2px;
	display: inline-block;
	padding: 3px;
	background-color: #ecccbd!important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: normal;
	z-index: 1;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	display: inline-block;
	margin: 2px 0 1em 0;
	padding: 3px;
	background-color: #ecccbd!important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: normal;
	z-index: 1;
	color: #e85c41;
}

#mc_embed_signup .mc-field-group {
	clear: left;
	position: relative;
	width: 96%;
	padding-bottom: 0!important;
	min-height: 50px;
	display: grid;
}

#mc_embed_signup div#mce-responses {
	float: left;
	top: -1.4em;
	padding: 0!important;
	overflow: hidden;
	width: 90%;
	margin: 0%!important;
	clear: both;
}

#mc_embed_signup div.response {
	margin: 0!important;
	padding: 0 .5em 1em 0!important;
	font-weight: bold;
	float: left;
	top: -1.5em;
	z-index: 1;
	width: 80%;
}

div#footer-signup input.required {
	border-radius: 0px!important;
	border:0px!important;
	padding: 6px 8px !important;
	width: 66%!important;
	font-size: 1em;
}

div#footer-signup input#SubmitButton.btnStyle {
	border-radius: 0px!important;
	border:0px!important;
	margin-top: 1em;
	padding: 8px 20px;
	font-size: .75em;
}

#mc_embed_signup .button {
	clear: both;
	background-color: #000!important;
	border: 0 none;
	border-radius: 0px!important;
	transition: all 0.23s ease-in-out 0s;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: normal;
	height: 32px;
	line-height: 32px;
	margin: 0 5px 10px 0;
	padding: 0 22px;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	width: fit-content;
	width: -moz-fit-content;
}

.single-viewing_rooms footer#colophon.site-footer {
	width: 93% !important;
}

div.site-info {
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 30px 0 20px;
	margin-right: auto;
	margin-left: auto;
}

.viewing-rooms div.site-info {
	padding: 30px 60px 20px;
}

div.footerSocial {
	display: inline-block;
	white-space: nowrap;
}

div.footerSocial ul.social-icons {
	margin-left: 36px;
	margin-right: 36px;
}

footer.site-footer.new div.footerSocial ul.social-icons {
	margin-left: 0;
	margin-right: 0;
}

div.footerSocial ul.social-icons li {
	list-style: none;
	margin-bottom: 6px;
	display: inline-block;
}

div.site-info a {
	color: #000;
	text-decoration: none;
}

div.site-info a.subscribe-buton {
	display: inline-block;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 5px;
	padding: 3px 12px;
	margin-left: 36px;
	letter-spacing: .05em;
	/*color: rgba(255, 255, 255, 0.5)!important;*/
}
div.site-info a.subscribe-buton:hover {
	background-color: #da997b;
	border-color: #da997b;
	color: #fff!important;
	text-decoration: none;
}
div.site-info a span.social {
	margin-top: 0px;
	font-size: 24px;
	line-height: 29px;
}

div.site-info a span.social.fa-facebook-official {
	margin-left: 10px;
}

div.site-info a:hover {
	text-decoration: underline;
}

/*input.search-field {
	font-size: 11px;
	background: url(images/search.png) right center no-repeat #fff;
	border-radius: 0px;
	width: 180px;
	height: 16px;
}*/

input#s {
	font-size: 16px;
	font-size: 1.6rem;
	/*	background: url(images/search.png) right center no-repeat #fff;*/
	border-radius: 6px;
	width: 220px;
	height: 30px!important;
	padding-left: 7px!important;
	border: 1px solid #c2c2c2!important;
}

#searchform {
	position: relative;
}

#searchform:after {
	content: '\55';
	font-family: ElegantIcons;
	display: block;
	position: absolute;
	color: silver;
	font-size: 16px;
	font-size: 1.6rem;
	top: 3px;
	right: 6px;
	transform: scaleX(-1);
}

input#s:focus, input.search-field:focus {
	background-image: none;
}

div.site-search {
	position: absolute;
	right: 5px;
	text-align: right;
}

div.site-search a.toggleSearch {
	color: #333333;
}

div.site-search a.toggleSearch .fa-search {
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 3px;
	transform: scaleX(-1);
}

div.site-search a.toggleSearch .fa-search:before {
	content: '\55';
	font-family: ElegantIcons;
}

div.site-search a.toggleSearch .fa-times:before {
	content: '\4d';
	font-family: ElegantIcons;
}

div.site-search a.toggleSearch .fa-times {
	font-size: 20px;
	font-size: 2rem;
	margin-right: -8px;
	margin-top: 5px;
}

div.searchBox {
	/*	margin-top: -16px;*/
	position: absolute;
	right: -6px;
	top: -2px;
}

div.searchBox a.toggleSearch {
	color: #d49171;
	display: block;
	margin-left: 8px;
	font-size: 16px;
	padding-top: 0px;
	position: absolute;
	top: 0;
	right: -16px;
}

#masthead div.header-search {
	position: absolute;
	left: 193px;
}

#masthead div.header-search form.search-form input.search-submit {
	display: none;
}

div.privateImage {
	float: left;
	width: 200px;
}

div.privateImage p.wp-caption-text {
	font-weight: normal;
	font-style: normal;
	color: #3f403f !important;
}

div.privateImage p.wp-caption-text em {
	font-weight: bold;
}

/* @group Soliloquy */

.soliloquy-container:not(.soliloquy-thumbnails-container) .soliloquy-viewport {
	overflow: visible!important;
}

.home .mobileHome {
	display: none!important;
	clear: both;
	margin-top: 30px!important;
}

.home .boxedHome {
	display: none!important;
	clear: both;
}

.home.boxed .boxedHome {
	display: block!important;
	margin-top: 10px;
}

.soliloquy-container {
	padding-bottom: 70px !important;
	margin-right: 0px!important;
	height: auto!important;
}

ul.soliloquy-thumbnails::before {
	
}

.soliloquy-thumbnails-container {
	padding-bottom: 0px!important;
	margin-top: 20px !important;
	margin-bottom: 50px !important;
	max-width: 960px !important;
}

.page-template-page-exibitions-current-php div.soliloquy-thumbnails-container::before, .single-exhibitions div.soliloquy-thumbnails-container::before {
	content: "Select Works from the Exhibition";
	font-size: 13px;
	font-size: 1.3rem;
	color: #000;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}

.single-images div.soliloquy-thumbnails-container::before {
	content: " ";
	font-size: 10px;
	font-size: 1.0rem;
	color: #000;
	font-weight: bold;
	display: block;
	margin-bottom: 15px;
	margin-top: 10px;
}

.soliloquy-container .soliloquy-item {
	/*	position: relative !important;*/
}

.soliloquy-container .soliloquy-item .soliloquy-image {
	max-height: 616px !important;
	max-width: 960px !important;
	width: auto !important;
	height: auto !important;
}

.soliloquy-container .soliloquy-wrapper {
	height: 616px !important;
	max-height: 616px !important;
	max-width: 960px !important;
}

.soliloquy-container ul.soliloquy-slider {
	display: flex;
	align-items: center;
}

.soliloquy-container.soliloquy-thumbnails-container .soliloquy-item {
	position: relative !important;
	height: 100px !important;
}

.soliloquy-container.soliloquy-thumbnails-container .soliloquy-image {
	max-height: 100px !important;
	text-align: center;
	position: relative;
	margin: auto;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
}

.soliloquy-thumbnails-container li {
	float: left;
	width: auto !important;
	margin-right: 18px !important;
}

.soliloquy-thumbnails-container .soliloquy-link {
	text-align: center;
}

.soliloquy-thumbnails-item .soliloquy-thumbnails-link {
	float: left !important;
}

.soliloquy-thumbnails-image {
	/*	max-height: 100px !important;*/
}

.home .soliloquy-container .soliloquy-wrapper, .home .soliloquy-container .soliloquy-item {
	height: auto !important;
}

.soliloquy-thumbnails-container .soliloquy-item {
	opacity: 1!important;
}

.soliloquy-thumbnails-container .soliloquy-item:hover {
	opacity: .75!important;
}

.soliloquy-thumbnails-container li.soliloquy-active-slide a {
	background-color: #d38e6d;
}

.soliloquy-thumbnails-container li.soliloquy-active-slide img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%) contrast(125%); /* Chrome 19+ & Safari 6+ */
	opacity: 0.75!important;
	background-color: #d38e6d;
}

.soliloquy-thumbnails-container .soliloquy-wrapper, .soliloquy-thumbnails-container .soliloquy-item {
	height: auto !important;
	max-width: 960px !important;
}

.soliloquy-theme-classic .soliloquy-controls-direction {
	display: block!important;
	height: 0;
}

body .soliloquy-container .soliloquy-next,
.soliloquy-container .soliloquy-next {
	display: block;
	width: 66px!important;
	height: 100%!important;
	position: absolute;
	top: 0px!important;
	margin-top: 0px!important;
	right: 0px!important;
	z-index: 1320;
	background: none transparent!important;
	/*	background-color: rgba(255, 165, 0, 0.52)!important;
		border: 1px dotted orange!important;*/
}

body .soliloquy-container .soliloquy-prev,
.soliloquy-container .soliloquy-prev {
	display: block;
	width: 66px!important;
	height: 100%!important;
	position: absolute;
	top: 0px!important;
	margin-top: 0px!important;
	left: 0px!important;
	z-index: 1320;
	background: none transparent!important;
	/*	background-color: rgba(255, 165, 0, 0.52)!important;
		border: 1px dotted orange!important;*/
}

.soliloquy-thumbnails-container .soliloquy-next, .soliloquy-thumbnails-container .soliloquy-prev {
	top: 17px !important;
	height: 66px!important;
	width: 33px!important;
}

.soliloquy-thumbnails-container .soliloquy-prev {
	left: -37px !important;
	right: auto!important;
}

.soliloquy-thumbnails-container .soliloquy-next {
	right: -18px !important;
	left: auto!important;
}

.soliloquy-container .soliloquy-caption {
	width: 80%!important;
	height: 60px;
	bottom: -70px !important;
	left: 0;
}

.soliloquy-container .soliloquy-caption-inside {
	background: rgba(0,0,0,.5);
	font-size: 12px!important;
	font-size: 1.2rem!important;
	line-height: 140% !important;
	display: block;
	color: #333333 !important;
	text-shadow: none!important;
	text-align: left!important;
	padding: 14px 0px 0px !important;
	background: transparent !important;
	filter: none !important;
	-ms-filter: none !important;
}

.soliloquy-slide-count {
	display: block!important;
	float: right!important;
	color: #a5a5a5;
	font-size: .8em!important;
	line-height: 150%!important;
	/*     border: 1px dotted green!important; */
	padding-top: 0px!important;
	margin-top: 22px !important;
	padding-bottom: 0!important;
	margin-right: 42px !important;
	text-align: center!important;
	width: 104px !important;
}

.soliloquy-container .soliloquy-item > a.soliloquy-link {
	
}

.soliloquy-container:not(.soliloquy-thumbnails-container) .soliloquy-item a.soliloquy-link:after {
	content: '\30';
	text-decoration: none;
	color: #a5a5a5;
	font: 20px/24px ElegantIcons !important;
	position: absolute;
	right: 0;
	bottom: -43px;
	z-index: 9999;
}

.soliloquy-slide-count span.current {
	padding: 0px;
	color: #000;
}

.soliloquy-slide-count span.total {
	padding: 0px 0px 0px 1px;
}

div.soliloquy-custom-controls {
	font-size: 1em!important;
	line-height: 1.25;
	position: absolute;
	right: 32px;
	z-index: 9999;
	top: 625px;
}

.home div.soliloquy-custom-controls {
	display: none;
}

.soliloquy-custom-prev:before {
	content: '\34';
}

.soliloquy-custom-next:before {
	content: '\35';
}

div.soliloquy-custom-controls a {
	text-decoration: none;
	color: #a5a5a5;
	margin-left: 25px;
	font: 42px/42px ElegantIcons !important;
}

div.soliloquy-custom-controls a:first-child {
	margin-left: 0px;
}

div.soliloquy-custom-controls a:hover {
	color: #d38e6d;
}

li.soliloquy-item p.purchaseLink {
	font-size: .8em;
	line-height: 1.25;
	display: block;
	color: #000;
	position: absolute;
	bottom: -115px;
	right: 0;
}

li.soliloquy-item.hide-button p.purchaseLink {
	display: none;
} 
.privateImage p.purchaseLink {
	font-size: .8em;
	line-height: 1.25;
}

.home li.soliloquy-item p.purchaseLink {
	display: none;
}

.privateImage p.purchaseLink a, li.soliloquy-item p.purchaseLink a {
	/*text-decoration: underline;*/
	display: block;
	padding: 10px 20px;
	text-transform: uppercase;
	border: 1px solid gray;
	color: gray;
}

.privateImage p.purchaseLink a:hover, li.soliloquy-item p.purchaseLink a:hover {
	background-color: #edccbd;
	border-color: #edccbd;
	color: #000;
}

.soliloquybox-prev {
	left: 0;
}

.soliloquybox-next {
	right: 0;
}

.soliloquybox-nav span {
	position: absolute;
	top: 50%;
	width: 48px;
	height: 48px;
	margin-top: -28px;
	cursor: pointer;
	z-index: 988040;
	visibility: visible!important;
}

.soliloquybox-close:before, .soliloquybox-nav span:before {
	content: '';
	font: 48px ElegantIcons;
	color: #cccccc;
}

.soliloquybox-prev span:before {
	content: '\34';
}

.soliloquybox-next span:before {
	content: '\35';
}

.soliloquybox-close:before {
	content: '\4d';
	position: absolute;
	top: -20px;
	right: -20px;
	/*border: 1px dotted orange;*/
}

.soliloquybox-prev span {
	left: -60px !important;
}

.soliloquybox-next span {
	right: -50px !important;
}

.soliloquybox-opened .soliloquybox-skin {
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

.soliloquybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 988010;
	background: none #fff !important;
}

.soliloquybox-skin {
	position: relative;
	background: #ffffff!important;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}

#soliloquybox-loading, .soliloquybox-close, .soliloquybox-prev span, .soliloquybox-next span {
	background-image: none !important;
}

div.sd-content {
	padding-top: 30px;
}

.search div.sd-content {
	display: none;
}

.search article {
	border-top: 1px solid #e7e7e7;
	padding-top: 17px;
	width: 90%;
}

.search article:last-of-type {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 21px;
}

.search .page-header h1.page-title {
	padding-bottom: 10px;
}

.search .page-header h1.page-title span {
	font-weight: bold;
}

.search article .entry-summary p {
	margin-top: 10px;
}

h3.sd-title {
	display: none !important;
}

@media screen and (min-width : 1024px) {
	.single-images ul.thumbGrid {
		margin-right: -200px;
	}
}

/* @end */

/* @group WP-Client */

form#loginform {
	padding-top: 0;
	max-width: 320px;
	padding-bottom: 0;
}

form#loginform input.input {
	border-radius: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#wp-submit {
	background: -webkit-linear-gradient(top, #da997a 0%, #da997a 100%), none #da997b;
	background: -moz-linear-gradient(top, #da997a 0%, #da997a 100%), none #da997b;
	background: -ms-linear-gradient(top, #da997a 0%, #da997a 100%), none #da997b;
	background: linear-gradient(to bottom, #da997a 0%, #da997a 100%), none #da997b;
	border-radius: 0px;
	text-shadow: none;
	border: none;
	padding: 5px 10px;
	margin-top: 10px;
}

/* @end */

/* @group Social */

ul.social-icons {
	padding: 0;
	margin: 0;
}

ul.social-icons li {
	list-style: none;
	margin-bottom: 6px;
}

a span.social {
	/*	background-image: url(images/sprites.png);*/
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 12px;
	font-size: 24px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.75);
}

div#footer-content a span.social {
	/*	background-image: url(images/sprites.png);*/
	width: 24px;
	height: 24px;
	font-size: 24px;
}

a:hover span.social.fa-facebook-square {
	color: #3c599f !important;
}

a:hover span.social.fa-youtube-play {
	color: #ff2600 !important;
}

a:hover span.social.fa-twitter {
	color: #65aaeb !important;
}

a:hover span.social.fa-instagram {
	color: #C13584 !important;
}

/* @end */

@media screen and (min-width : 1025px) {
	div#content.site-content {
		min-width: 1220px !important;
	}
	body.home:not(.et-fb) #masthead {
		height: 194px;
		width: 100%;
		max-width: 1208px;
		padding-top: 36px;
		position: fixed;
		z-index: 9999;
		text-align: left;
		top: 0;
		left: 50%;
		transform: translate(-50%, 0%);
	}
	.home div.site-search {
		position: absolute;
		right: 6px;
		text-align: right;
		top: 36px;
		z-index: 999999;
	}
}
@media screen and (min-width : 1025px) and (max-width : 1266px) {
	#primary {
		float: left;
		margin-left: 12px;
		max-width: 73%;
		width: 73%;
	}
}

@media screen and (max-width : 1024px) {
	#primary {
		float: left;
		margin-left: 12px;
		max-width: 772px;
		width: 75%;
	}
	
	body {
		background-color: white!important;
		background-image: none!important;
	}
	
	.vegas-overlay, .vegas-background, #nav-arrows {
		display: none !important
	}
	
	p {
		margin-bottom: 1.5em;
		font-size: 13px;
		font-size: 1.3rem;
	}
	
	.pressColumn {
		width: 100%;
	}
	
	.pressColumn h4.entry-title {
		font-size: 13px;
		font-size: 1.3rem;
	}
	
	.pressColumn h5.subheading {
		font-size: 13px;
		font-size: 1.3rem;
	}
	
	.pressColumn h6 {
		font-size: 11px;
		font-size: 1.1rem;
		font-weight: normal;
	}
	
	.pressColumn p {
		font-size: 11px;
		font-size: 1.1rem;
	}
	
	#masthead {
		position: absolute!important;
		top: 12px!important;
		right: 5px!important;
		height: 40px!important;
	}
	
	.home .mobileHome {
		display: block!important;
	}
	
	.home .boxedHome {
		display: none!important;
	}
	
	.home.boxed .boxedHome {
		display: none!important;
	}
	
	.slicknav_menu {
		text-align: left;
		padding: 10px 0;
		background-color: transparent!important;
		z-index: 999;
		position: relative;
	}
	
	div#page.hfeed.site div.slicknav_menu div.slicknav-flex a.slicknav_btn {
		background-color: transparent;
	}
	
	.soliloquy-container .soliloquy-caption {
		display: block !important;
		width: 54%!important;
		height: 60px;
		bottom: -70px !important;
		left: 0;
	}
	
	.home .soliloquy-container {
		padding-bottom: 0!important;
		width: 100% !important;
		max-width: 100% !important;
	}
	
	.home .soliloquy-container .soliloquy-caption {
		display: none !important;
	}
	
	body .soliloquy-container .soliloquy-item {
		/*		position: relative!important;*/
		height: auto !important;
	}
	
	body .soliloquy-container .soliloquy-wrapper, body .soliloquy-container .soliloquy-item {
		height: auto !important;
	}
	
	.slicknav_btn {
		margin-left: -10px;
	}
	
	.mobile-site-title {
		display: block;
		position: absolute;
		right: 0;
		top: 50px;
	}
	
	div.site-branding {
		left: auto;
		margin-right: 0px;
		right: 30px;
		top: 4px;
	}
	
	div.site-search {
		position: absolute;
		right: 0;
		text-align: right;
		top: 2px;
	}
	
	div.site-search a.toggleSearch .fa-times {
		background-color: white;
	}
	
	div.site-search a.toggleSearch .fa-search {
		margin-top: 6px;
	}
	
	.home .site-search a.toggleSearch {
		color: #000!important;
	}
	
	.main-navigation {
		margin-top: 10px;
	}
	
	div.searchBox {
		margin-top: 0;
		margin-left: auto;
		margin-right: 30px;
	}
	
	#page {
		margin-left: auto;
		margin-right: auto;
		width: 94%!important;
		padding-right: 0;
		padding-left: 0;
		background-color: white;
		-moz-box-shadow: none;
		box-shadow: none;
		max-width: auto;
	}
	
	#primary {
		float: left;
		max-width: 772px;
		width: 99%;
		margin: 0;
	}
	
	#secondary {
		width: 100%;
		min-height: 1px;
		float: left;
	}
	
	div.site-info {
		font-weight: bold;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 150%;
		text-align: center;
		padding: 30px 4px 30px 4%;
		margin-right: auto;
		margin-left: auto;
	}
	
	div.footerSocial {
		display: block;
		white-space: nowrap;
		margin-right: auto;
		margin-left: auto;
		margin-top: 12px;
	}
	
	#content {
		padding: 60px 0px 40px 0px!important; /* Height of the footer */
	}
	
	.home #content {
		padding: 0px 0px 80px!important;
		position: relative;
		width: 100% !important;
		max-width: 100%;
	}
	
	.home #wrapper {
		display: -moz-box;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-moz-box-orient: vertical;
		-webkit-box-orient: vertical;
		-webkit-flex-flow: column;
		-ms-flex-direction: column;
		flex-flow: column;
	}
	
	.home #primary {
		float: none;
		-moz-box-ordinal-group: 1;
		-webkit-box-ordinal-group: 1;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.home #secondary {
		float: none;
		-moz-box-ordinal-group: 2;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		display: none;
	}
	
	.home #secondary h1.entry-title {
		margin-top: 0px;
	}
	
	.textColumn {
		margin-left: 0px;
		clear: both;
		padding-top: 20px;
	}
	
	footer#colophon.site-footer {
		bottom: 20px;
		height: 80px;
		margin-right: auto;
		margin-left: auto;
	}
	
	#masthead div.header-search {
		position: absolute;
		left: auto;
		top: 80px;
		right: 0px;
	}
	
	input.search-field {
		width: 130px;
	}
	
	#secondary div.sectMenu {
		margin-top: -50px;
		float: right;
	}
	
	ul.thumbGrid {
		margin-right: -30px;
	}
	
	ul.thumbGrid li {
		list-style: none;
		float: left;
		margin-right: 10px;
		max-width: 30%;
	}
	
	ul.thumbGrid a p {
		height: 45px;
	}
	
	h2.artistName {
		margin-bottom: 20px;
		margin-left: 0;
		width: 100%;
	}
	
	div.pubInfo {
		margin-left: 0;
		clear: both;
	}
	
	.soliloquy-container .soliloquy-next, .soliloquy-container .soliloquy-prev {
		top: 75px!important;
	}
	
	.soliloquy-thumbnails-container .soliloquy-next, .soliloquy-thumbnails-container .soliloquy-prev {
		top: 5px !important;
	}
	
	li.soliloquy-item p.purchaseLink {
		/*position: absolute;*/
	}
	
	.soliloquy-container .soliloquy-viewport {
		height: 360px !important;
		max-height: 360px !important;
		overflow: visible!important;
	}
	
	.soliloquy-container.soliloquy-thumbnails-container .soliloquy-viewport {
		height: 100px !important;
		max-height: 100px !important;
	}
	
	.soliloquy-container .soliloquy-item .soliloquy-image {
		max-height: 360px !important;
		width: auto !important;
		height: auto !important;
	}
	
	.soliloquy-container .soliloquy-wrapper {
		height: 360px !important;
		max-height: 360px !important;
	}
	
	.soliloquy-container ul.soliloquy-slider {
		display: flex;
		align-items: center;
	}
	
	.soliloquy-thumbnails-container .soliloquy-item {
		height: auto !important;
		max-height: 100px !important;
		max-width: 200px !important;
	}
	
	div.soliloquy-custom-controls {
		right: 22px;
		top: 370px;
	}
	
	.soliloquy-slide-count {
		margin-top: 22px !important;
		margin-right: 32px !important;
	}
	
	.soliloquy-container.soliloquy-thumbnails-container .soliloquy-image {
		height: auto !important;
		max-height: 100px !important;
		max-width: 240px !important;
	}
}
@media screen and (min-width : 768px) {
	/*	.soliloquy-container .soliloquy-wrapper,
		.soliloquy-container .soliloquy-item {
			height: 488px !important;
		}
		body .soliloquy-container .soliloquy-item {
			line-height: 488px !important;
		}
	
	.soliloquy-container .soliloquy-item {
			line-height: 488px !important;
			height: 488px!important;
		}*/
	
	body.home {
		/*		background-color: #F1F1F1;*/
	}
	
	.home .site-title.black #glLogo #gallery {
		fill: #000000;
	}
	
	.home .site-title.gray1 #glLogo #gallery {
		fill: #403F3F;
	}
	
	.home .site-title.gray2 #glLogo #gallery {
		fill: #656666;
	}
	
	.home .site-title.gray3 #glLogo #gallery {
		fill: #9A9A9A;
	}
	
	.home .site-title.gray4 #glLogo #gallery {
		fill: #CBCCCC;
	}
	
	.home .site-title.white #glLogo #gallery {
		fill: #ffffff;
	}
	
	.home .site-title.color1 #glLogo #luisotti {
		fill: #C66E47;
	}
	
	.home .site-title.color2 #glLogo #luisotti {
		fill: #CF8765;
	}
	
	.home .site-title.color3 #glLogo #luisotti {
		fill: #D5997C;
	}
	
	.home .site-title.color4 #glLogo #luisotti {
		fill: #DEAD96;
	}
	
	.home .site-title.color5 #glLogo #luisotti {
		fill: #E6C2B0;
	}
	
	.home #secondary.black h2.vr-title, .home #secondary.black .vr-title h2, .home #secondary.black h3.vr-artist, .home #secondary.black h2.entry-title, .home #secondary.black h3.subheading {
		color: #000;
		border-top-color: #000;
	}
	
	.home #secondary.gray1 h2.vr-title, .home #secondary.gray1 .vr-title h2, .home #secondary.gray1 h3.vr-artist, .home #secondary.gray1 h2.entry-title, .home #secondary.gray1 h3.subheading {
		color: #403F3F;
		border-top-color: #403F3F;
	}
	
	.home #secondary.gray2 h2.vr-title, .home #secondary.gray2 .vr-title h2, .home #secondary.gray2 h3.vr-artist, .home #secondary.gray2 h2.entry-title, .home #secondary.gray2 h3.subheading {
		color: #656666;
		border-top-color: #656666;
	}
	
	.home #secondary.gray3 h2.vr-title, .home #secondary.gray3 .vr-title h2, .home #secondary.gray3 h3.vr-artist, .home #secondary.gray3 h2.entry-title, .home #secondary.gray3 h3.subheading {
		color: #9A9A9A;
		border-top-color: #9A9A9A;
	}
	
	.home #secondary.gray4 h2.vr-title, .home #secondary.gray4 .vr-title h2, .home #secondary.gray4 h3.vr-artist, .home #secondary.gray4 h2.entry-title, .home #secondary.gray4 h3.subheading {
		color: #CBCCCC;
		border-top-color: #CBCCCC;
	}
	
	.home #secondary.white h2.vr-title, .home #secondary.white .vr-title h2, .home #secondary.white h3.vr-artist, .home #secondary.white h2.entry-title, .home #secondary.white h3.subheading {
		color: #fff;
		border-top-color: #fff;
	}
	
	.home #secondary a:hover h2.vr-title, .home #secondary a:hover .vr-title h2, .home #secondary a:hover h3.vr-artist {
		color: #da997b;
	}
	
	.home #secondary.color1 a {
		color: #C66E47;
	}
	
	.home #secondary.color2 a {
		color: #CF8765;
	}
	
	.home #secondary.color3 a {
		color: #D5997C;
	}
	
	.home #secondary.color4 a {
		color: #DEAD96;
	}
	
	.home #secondary.color5 a {
		color: #E6C2B0;
	}
	
	.home #secondary a:hover {
		color: #000 !important;
	}
	
	.home div.site-info.black, .home div.site-info.black a span.social {
		color: black;
	}
	
	.home div.site-info.gray1, .home div.site-info.gray1 a span.social {
		color: #403F3F;
	}
	
	.home div.site-info.gray2, .home div.site-info.gray2 a span.social {
		color: #656666;
	}
	
	.home div.site-info.gray3, .home div.site-info.gray3 a span.social {
		color: #9A9A9A;
	}
	
	.home div.site-info.gray4, .home div.site-info.gray4 a span.social {
		color: #CBCCCC;
	}
	
	.home div.site-info.white, .home div.site-info.white a span.social {
		color: white;
	}
	
	.home div.site-info.black a {
		color: black;
	}
	
	.home div.site-info.gray1 a {
		color: #403F3F;
	}
	
	.home div.site-info.gray2 a {
		color: #656666;
	}
	
	.home div.site-info.gray3 a {
		color: #9A9A9A;
	}
	
	.home div.site-info.gray4 a {
		color: #CBCCCC;
	}
	
	.home div.site-info.white a {
		color: white;
	}
}
@media screen and (max-width : 768px) {
	.soliloquy-container .soliloquy-viewport {
		height: 244px !important;
		max-height: 244px !important;
		overflow: visible!important;
	}
	
	.soliloquy-container .soliloquy-item .soliloquy-image {
		max-height: 244px !important;
		width: auto !important;
		height: auto !important;
	}
	
	.soliloquy-container .soliloquy-wrapper {
		height: 244px !important;
		max-height: 244px !important;
	}
	
	div.soliloquy-custom-controls {
		top: 254px;
	}
	
	div.soliloquy-custom-controls {
		right: 22px;
		top: 254px;
	}
	
	.soliloquy-slide-count {
		margin-top: 22px !important;
		margin-right: 32px !important;
	}
	#footer-logo,
	#footer-location,
	#footer-hours,
	#footer-signup,
	#footer-copyright,
	#footer-social {
		float: none!important;
		width: calc(100% - 20px)!important;
		margin-bottom: 1em!important;
	}
	#footer-location {
		margin-top: 1.5em;
	}
	div#footer-columns2 {
		display: flex;
		flex-direction: column;
	}
	#footer-copyright {
		order: 1;
	}
	/* @group Divi - fullwidth-image-slider-with-inquiry */

.full-image-slider-with-inquire .et-pb-controllers {
	bottom:18%!important;
}

.et-db #et-boc .et-l .full-image-slider-with-inquire .et-pb-arrow-next,
.et-db #et-boc .et-l .full-image-slider-with-inquire .et-pb-arrow-prev {
	position: absolute;
	top: 38%!important;
}
.full-image-slider-with-inquire .et_pb_slider_container_inner {
	position: relative;
}

.full-image-slider-with-inquire .et_pb_slide_description {
	padding: 0!important;
	width: 100%!important;
	position: relative;
}

.full-image-slider-with-inquire .et_pb_slide_description .et_pb_button_wrapper {
	text-align: center!important;
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
}

.full-image-slider-with-inquire .et_pb_slide_description .et_pb_button_wrapper a {
	margin-top: 30px!important;
}

.et_pb_column.et_pb_slider_fullwidth_off.full-image-slider-with-inquire .et_pb_slide_description .et_pb_slide_content,
.full-image-slider-with-inquire .et_pb_slide_description .et_pb_slide_content {
	padding-top: 29px!important;
}

/* @end */
}



@media screen and (max-width : 480px) {
	.page-template-page-exibitions-current-php h1.entry-title, .single-exhibitions h1.entry-title {
		line-height: 2rem;
	}
	.soliloquy-container .soliloquy-viewport {
		height: 220px !important;
		max-height: 220px !important;
		overflow: visible!important;
	}
	
	.soliloquy-container .soliloquy-item .soliloquy-image {
		max-height: 220px !important;
		width: auto !important;
		height: auto !important;
	}
	
	.soliloquy-container .soliloquy-wrapper {
		height: 220px !important;
		max-height: 220px !important;
	}
	
	div.soliloquy-custom-controls {
		right: 22px;
		top: 231px;
	}
	
	.soliloquy-slide-count {
		margin-top: 22px !important;
		margin-right: 32px !important;
	}
	
	#page {
		margin-left: 20px;
		margin-right: 20px;
		width: 92%!important;
	}
	
	div#content.viewing-rooms {
		padding-top: 20px!important;
		display: flex;
		flex-direction: column;
		width: 100%;
		max-width: 100%;
	}
	
	.viewing-rooms #primary {
		padding-left: 0px;
		width: 100%;
		margin-left: 0;
		border-top: 1px solid #da997b;
		border-left-width: 0;
		margin-top: 30px;
		padding-top: 30px;
	}
	
	div#secondary.left-menu div.sectMenuVR {
		padding-top: 10px;
	}
	
	.viewing-rooms #secondary {
		width: 100%;
		min-height: 1px;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	
	.viewing-rooms ul.nav-vr li.email {
		display: none;
	}
	
	.viewing-rooms ul.nav-vr li {
		list-style: none;
		font-size: 22px!important;
		font-size: 2.2rem!important;
		font-weight: 300;
		margin: 0;
		padding: 0;
		line-height: 25px;
		float: left;
	}
	
	.viewing-rooms ul.nav-vr li:first-child {
		padding-right: 10px;
		border-right-style: solid;
		border-right-width: 1px;
		margin-right: 10px;
	}
	
	h2.vr-current-past {
		display: none;
	}
	
	.viewing-rooms h3.vr-artist, .viewing-rooms h2.vr-title {
		font-size: 30px!important;
		font-size: 3rem!important;
	}
	
	.viewing-rooms h4.vr-dates, .viewing-rooms h4.vr-status {
		font-size: 18px!important;
		font-size: 1.8rem!important;
	}
	
	ul.thumbGrid li {
		list-style: none;
		float: left;
		margin-right: 10px;
		max-width: 43%;
	}
	
	.pubItem {
		width: 43%;
		clear: right;
	}
	
	.pubItem a.fancybox-inline, .pubItem a.fancybox {
		width: 100%;
		height: 255px;
	}
	
	.pubItem a div.pubThumb {
		width: 120px;
		height: 135px;
	}
	
	.pubItem a img {
		width: auto;
		height: auto;
		max-height: 135px;
	}
	
	div.site-info a span.social.fa-facebook-official {
		margin-left: 0px;
	}
	
	header#masthead-vr.viewing-room-header {
		padding: 14px 5%;
	}
	
	svg#glLogo.svg-inject.replaced-svg {
		width: 130px;
	}
	footer svg#glLogo.svg-inject.replaced-svg {
		width: 120px!important;		
	}
	header#masthead-vr.viewing-room-header div.header-links a {
		padding-left: 20px;
		font-size: 13px;
		font-size: 1.3rem;
		white-space: nowrap;
		line-height: 100%;
	}
	
	header#masthead-vr.viewing-room-header div.header-links {
		margin-top: -1px;
	}
	
	.site-title a {
		width: 130px;
		height: 30px;
	}
	div.site-info span.button-break {
		display: block;
	}
	div.site-info a.subscribe-buton {
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		clear: both!important;
	}
	div.newsData, ul.exhibList li div.exhibData {
		max-width: 100%;
	}
	footer#colophon.site-footer {
		width: 93%!important;
	}
	
	body div.site-info a {
	color: #000;
	}
	
	body div.site-info a.subscribe-buton {
		border-color: silver;
	}
	
	body div.site-info a span.social {
		color: gray;
	}
	body div.site-info li:last-child a span.social {
		margin-right: 0;
	}
}
body:not(.home) div.site-info a {
	color: #000;
}

body:not(.home) div.site-info a.subscribe-buton {
	border-color: silver;
}

body:not(.home) div.site-info a span.social {
	color: gray;
}

.home .sharedaddy.sd-sharing-enabled {
	display: none;
}