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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html{
	font-family:arial,verdana,sans-serif;
	color:#000000;
}

body {
	background-color: #ffffff;
	background-image: none;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}

img {
    pointer-events: none;
}

img.logo{
	width: 100%;
	height: auto;
}

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

#wrapper{
	width: 90vw;
	max-width: 1440px;
	margin: 10vh auto 100px auto;
	overflow: hidden;
}
.download-entry,
#content,
#container,
#main{
	overflow: hidden;
}
.entry-content{
	overflow:hidden;
}

#footer{
	padding:20px 0px 0px 0px;
	margin:50px 0px 0px 0px;
	border-top: 4px solid #000000;
	overflow:hidden;
}

#content {
	margin:50px 0px 0px 0px;
}
.gallery {
	column-count:2;
	margin:0px 0px 100px 0px;
}

.gallery_traditional {
	column-count:1;
	margin:0px 0px 100px 0px;
	
}

.gallery_traditional img {
	max-height: 80vh;
	width:auto;
	margin:0px auto 20px auto;
	display:block;
	border-radius: 3px 3px 3px 3px;
	box-shadow:
		1px 2px 2px hsl(220deg 0% 0% / 0.2),
		2px 4px 4px hsl(220deg 0% 0% / 0.2),
		4px 8px 8px hsl(220deg 0% 0% / 0.2),
		8px 16px 16px hsl(220deg 0% 0% / 0.2),
		16px 32px 32px hsl(220deg 0% 0% / 0.2);
}
.artwork {
	position: relative;
	padding: 50px 0px 50px 0px;
}
.artwork img {
}
.artwork .info {
	text-align: center;
}
.artwork .info h2 {
	font: 400 20px/25px "Rubik Mono One", Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 900px) {
	.gallery_traditional,
	.gallery {
		column-count:1;
	}
}

.gallery_traditional li,
.gallery li{
	float: none;
	width:100%;
	margin:0px 0px 10px 0px;
	position: relative;
}
.gallery img {
	width: 100%;
	max-width: 100%;
	height:auto;
	display: block;
	margin:0px 0px 0px 0px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: 	all 0.2s ease 0s;
    -o-transition: 		all 0.2s ease 0s;
    transition: 		all 0.2s ease 0s;
	filter: grayscale(100%) contrast( 150% );
}
.gallery li:hover img {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: 	all 0.2s ease 0s;
    -o-transition: 		all 0.2s ease 0s;
    transition: 		all 0.2s ease 0s;
	filter: grayscale(0%) contrast( 100% );
}

.download-entry{
	margin: 20px 0px 100px 0px;
}

.download-entry:nth-child(2) .edd_download_purchase_form {
	float: left;
	overflow: hidden;
	margin: 20px 0px 0px 0px;
}

.download-entry img{
	float: left;
	width: 50%;
	margin: 0px 20px 0px 0px;
	height: auto;
}
@media only screen and (max-width: 900px) {
	.download-entry img{
		float: none;
		width: 100%;
		margin: 0px 0px 20px 0px;
		height: auto;
	}
}

.information{
	position: absolute;
	bottom:10px;
	left:10px;
	right: 10px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: 	all 0.2s ease 0s;
    -o-transition: 		all 0.2s ease 0s;
    transition: 		all 0.2s ease 0s;
	opacity:0;
}
.gallery li:hover .information{
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: 	all 0.2s ease 0s;
    -o-transition: 		all 0.2s ease 0s;
    transition: 		all 0.2s ease 0s;
	opacity:1;
}
#access {
	margin:20px 0px 0px 0px;
	overflow: hidden;
}
#access li {
	float: left;
	margin:0px 10px 0px 0px;
}

.cart{
}

#type-wrap-command{
	
}
#type-wrap-command input{
	border: none;
	box-shadow: none;
	border-bottom: 1px solid #000000;
}

.edd_price_options{
	padding-bottom: 20px;
}

.arttitle{
	z-index:1;
	position: absolute;
	top:0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 10px 10px 10px 10px;
	height: calc(100% - 20px);
	width: calc(100% - 20px);
}

.blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.exhibitlist {
	overflow: hidden;
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	list-style: none;
}
.exhibitlist.tablehead {
}
.exhibitlist li{
	float: left;
	width:50%;
}
.exhibitlist.education li{
	float: left;
	width:100%;
}
.exhibitlist.education li span{
	margin:0px 0px 10px 0px;
	display:block;
}
.exhibitlist li:nth-child(2){
	width: calc(50% - 22px);
	border-left:2px solid #000000;
	padding-left:20px;
	min-height: 50px;
}

.exhibitlist.education li:nth-child(2){
	width: 0%;
	border-left:none;
	padding-left:0px;
	min-height: 0px;
}

.aboutme {
	margin:0px 0px 50px 0px;
	width: 50%;
	overflow:hidden;
}
.mememe {
	float: left;
	margin: 0px 20px 0px 0px;
	width: 300px;
}
.memeinfo {
	float: left;
	width: calc(100% - 320px);
}
.privacycolumn{
	float: left;
	width: calc(50% - 10px);
	padding:0px 10px 0px 0px;
}

.privacycolumn:nth-child(2){
	float: left;
	width: calc(50% - 10px);
	padding:0px 0px 0px 10px;
}

li#wpmenucartli{
	float:left !important;
}

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

	li#wpmenucartli{
		float:left !important;
	}
}

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

	.aboutme{
		width: 100%;
	}
}
.edd-success.edd-page .entry-content #edd_purchase_receipt{
	width: 50%;
	font: 400 15px/20px  "Rubik Mono One", Helvetica, Arial, sans-serif;
	text-align: left;
	margin: 20px 0px 0px 0px;
	border-spacing: 0px;
}
.edd-success.edd-page .entry-content #edd_purchase_receipt{
	width: 50%;
	font: 400 15px/20px  "Rubik Mono One", Helvetica, Arial, sans-serif;
	text-align: left;
	border-spacing: 0px;
}
.edd-success.edd-page .entry-content #edd_purchase_receipt_products .edd_purchase_receipt_files{
	display: none;
}


.edd-success.edd-page .entry-content #edd_purchase_receipt_products{
	width: 100%;
	font: 400 15px/20px  "Rubik Mono One", Helvetica, Arial, sans-serif;
	text-align: left;
}

.pastclients {
	width: 100%;
	height: auto;
}

#promo{
	background-color: #000000;
	padding:10px 10px 10px 10px;
	margin:20px 0px 0px 0px;
}



