html, body, input, textarea, table, p, label {
	
	font-family: "Source Code Pro", Helvetica, Arial, sans-serif;
	color: #000000;
	font: normal 12px/17px "Source Code Pro", Helvetica, Arial, sans-serif;
	letter-spacing:0px;
	font-weight: 400;
	font-style: normal;
}


h1.page-title {
	font: 400 20px/25px  "Rubik Mono One", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #000000;
	margin:0px 0px 40px 0px;
	border-bottom: 4px solid #000000;
	display: inline-block;
	width: 100%;
}

.headline a{
	display:block;
}
.headline b{
	font: 400 12px/17px  "Rubik Mono One", Helvetica, Arial, sans-serif;
}
.arttitle h2,
.arttitle a,
#access a,
#access a:visited {
	font: 400 20px/25px  "Rubik Mono One", Helvetica, Arial, sans-serif;
	text-decoration: none;
    -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;
	color: #000000;
}

.arttitle h2,
.arttitle a,
.arttitle p{
	color: #ffffff;
}
.arttitle p{
	display: none;
}

#footer a:visited,
.info a:visited,
.mystuff a:visited,
#footer a,
.info a,
.mystuff a {
	font-weight: bold;
	padding:0px 10px 0px 10px;
	text-decoration: none;
    -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;
	color: #ffffff;
	background-color: #000000;
}
#footer a:hover,
.info a:hover,
.mystuff a:hover {
	text-decoration: none;
    -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;
	color: #000000;
	background-color: #ffffff;
}

#access a{
	padding:0px 0px 0px 0px;
}

#access a::after,
.arttitle .information a::after{
	content:'';
	z-index:-1;
	width:100%;
	background-color: #000000;
	position: absolute;
	top: 50%; right: 50%;
	transform: translate(50%,-50%);
    -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;
	height:0px;
}
#access li{
	position: relative;
}

#access .current_page_item a::after,
#access li:hover a::after,
.arttitle:hover .information a::after{
    -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;
	height:100%;
}
#access .current_page_item a,
#access a:hover {
    -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;
	color: #ffffff;
}

#type-wrap-command{
	font-weight:bold;
}

.edd-cart-ajax-alert{
	display: block;
	margin: 5px 0px 0px 0px;
}
.edd-cart-ajax-alert svg{
	height: auto;
	width: 8px;
}

.edd-add-to-cart{
	margin:10px 0px 0px 0px;
}

.edd_go_to_checkout,
.edd-add-to-cart{
	position: relative;
	display: block;
	font: 400 20px/25px  "Rubik Mono One", Helvetica, Arial, sans-serif;
	text-decoration: none;
    -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;
	color: #ffffff;
}
.edd_go_to_checkout:hover,
.edd-add-to-cart:hover{
    -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;
	color: #000000;
}

.edd_go_to_checkout::after,
.edd-add-to-cart .edd-add-to-cart-label::after{
	content:'';
	z-index:-1;
	width:100%;
	background-color: #000000;
	position: absolute;
	top: 50%; right: 50%;
	transform: translate(50%,-50%);
    -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;
	height:100%;
}

.edd_go_to_checkout:hover::after,
a.edd-add-to-cart:hover .edd-add-to-cart-label::after{
    -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;
	height:0px;
}

#edd_checkout_cart,
#edd_checkout_cart thead,
#edd_checkout_cart tbody,
#edd_checkout_cart tr{
	display: block;	
	width: 100%;
	border-spacing: 0px;
}

#edd_checkout_cart thead{
	overflow: hidden;
}
th.edd_cart_item_name,
th.edd_cart_item_price,
th.edd_cart_actions{
	float:left;
}

th.edd_cart_item_name{
	width: calc(75vw - 480px);
	padding-left: calc(15vw + 20px);
	text-align: left;
}
th.edd_cart_item_price{
	width:110px;
	text-align: right;
	padding: 0px 20px 0px 0px;
}
th.edd_cart_actions{
	width:330px;
	text-align: left;
}
.edd_cart_header_row{
	margin:0px 0px 10px 0px;
	overflow:hidden;
}
#edd_checkout_cart tfoot,
#edd_checkout_cart tfoot th,
#edd_checkout_cart tfoot tr{
	text-align: right;
	width: 100%;
	display: block;
}

#edd_checkout_form_wrap {
	border-top: 1px solid #000000;
	margin:10px 0px 0px 0px;
	padding:10px 0px 0px 0px;
}

#edd_checkout_cart tfoot .edd_cart_total{
	font: 400 20px/25px  "Rubik Mono One", Helvetica, Arial, sans-serif;
}

#edd_checkout_user_info legend{
	font: 400 20px/25px  "Rubik Mono One", Helvetica, Arial, sans-serif;
	margin:40px 0px 40px 0px;
	border-bottom: 4px solid #000000;
	display: inline-block;
	width: 100%;
}
td.edd_cart_item_name{
	width: calc(90vw - 460px);
}
.edd_cart_item{
	border-bottom: 1px solid #000000;
	padding:0px 0px 10px 0px;
	margin:0px 0px 10px 0px;
}

td.edd_cart_item_name .edd_cart_item_image{
	width: 15vw;
	float:left;
	padding:0px 20px 0px 0px;
}
td.edd_cart_item_name .edd_checkout_cart_item_title{
	width: calc(75vw - 480px);
	float:left;
	font: 400 20px/25px  "Rubik Mono One", Helvetica, Arial, sans-serif;
}

td.edd_cart_item_price{
	text-align: right;
	width: 110px;
	padding:0px 20px 0px 0px;
	vertical-align: top;
	font: 400 20px/25px  "Rubik Mono One", Helvetica, Arial, sans-serif;
}
td.edd_cart_actions{
	width: 330px;
	vertical-align: top;
}
td.edd_cart_actions .edd-input.edd-item-quantity{
	width: 30%;
	float:left;
}
td.edd_cart_actions .edd_cart_remove_item_btn{
	width: calc(70% - 38px);
	float:left;
	margin:0px 0px 0px 20px;
	text-align: center;
	display: inline-block;
}
.edd_cart_remove_item_btn{
	cursor: pointer;
	font: 400 20px/25px  "Rubik Mono One", Helvetica, Arial, sans-serif;
	text-decoration: none;
    -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;
	color: #000000;
	background-color: #ffffff;
	border:4px solid #000000;
}
.edd_cart_remove_item_btn:hover{
	text-decoration: none;
    -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;
	color: #ffffff;
	background-color: #000000;
	border:4px solid #000000;
}

#edd_checkout_cart .edd_cart_item_image img[sizes],
#edd_checkout_cart .edd_cart_item_image img[style]{
	display: block !important;
	width: 100% !important;
	height: auto;
}

.edd-input.edd-item-quantity,
#edd_purchase_form select,
#edd_purchase_form input{
	background-color: #000000;
	color: #ffffff;
	border: none;
	border-top:3px solid #000000;
	border-bottom:3px solid #000000;
	border-right:5px solid #000000;
	padding:0px 0px 0px 0px;
	font: 400 20px/25px  "Rubik Mono One", Helvetica, Arial, sans-serif;
}
#edd_checkout_cart select,
#edd_checkout_cart input{
	background-color: #000000;
	color: #ffffff;
	border: none;
	border-top:3px solid #000000;
	border-bottom:3px solid #000000;
	border-right:5px solid #000000;
	padding:0px 0px 0px 0px;
	font: 400 20px/25px  "Rubik Mono One", Helvetica, Arial, sans-serif;
}
#edd_purchase_form input{
	min-width:50vw;
}
#edd_simple_shipping select,
#edd_purchase_form select{
	width:calc(50vw + 5px);
}
#edd_purchase_form input[type='checkbox']{
	min-width:auto;
}
#edd_purchase_form p{
	display: block;
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 0px;
	border-bottom: 1px solid #000000;
}
#edd_purchase_form #edd-purchase-button{
	min-width: auto;
	margin: 20px 0px 100px 0px;
}
#edd_checkout_cart_form .edd-submit{
	margin: 0px 0px 10px 0px;	
}
#edd_purchase_form #edd-purchase-button,
#edd_checkout_cart_form .edd-submit{
	padding:0px 5px 0px 5px;
	cursor: pointer;
	font: 400 20px/25px  "Rubik Mono One", Helvetica, Arial, sans-serif;
	text-decoration: none;
    -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;
	color: #000000;
	background-color: #ffffff;
	border:4px solid #000000;
}
#edd_purchase_form #edd-purchase-button:hover,
#edd_checkout_cart_form .edd-submit:hover{
	text-decoration: none;
    -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;
	color: #ffffff;
	background-color: #000000;
	border:4px solid #000000;
}
#edd_purchase_form span,
#edd_purchase_form label{
	display: block;
}
#edd_purchase_form label,
#edd_purchase_form #edd_final_total_wrap{
	font: 400 20px/25px  "Rubik Mono One", Helvetica, Arial, sans-serif;
}

#edd_purchase_form #edd_final_total_wrap{
	margin:10px 0px 0px 0px;
	padding:50px 0px 0px 0px;
	border-top:1px solid #000000;
}
#edd_purchase_form #edd-privacy-policy-agreement label,
#edd_purchase_form #edd_simple_shipping_diff_address label{
	font: normal 11px/17px  Helvetica, Arial, sans-serif;
}

#edd_purchase_form #edd-privacy-policy-agreement .edd-privacy-policy-agreement,
#edd_purchase_form #edd-privacy-policy-agreement .edd-privacy-policy-agreement label{
	display: inline;
}

#edd_purchase_form label span{
	display: inline;
	color: red;
}

#edd_purchase_form input[type='checkbox']{
	cursor: pointer;
	font: 400 20px/25px  "Rubik Mono One", Helvetica, Arial, sans-serif;
	color: #000000;
	background-color: #ffffff;
	border:4px solid #000000;
}

.mystuff h3{
	font: 400 20px/25px  "Rubik Mono One", Helvetica, Arial, sans-serif;
	color: #000000;
	background-color: #ffffff;
	border-bottom:4px solid #000000;
	margin:0px 0px 20px 0px;
}

.mystuff h4{
	font: 400 15px/20px  "Rubik Mono One", Helvetica, Arial, sans-serif;
	color: #000000;
	background-color: #ffffff;
	margin:0px 0px 0px 0px;
}
.mystuff li.email a{
	font: 400 20px/25px  "Rubik Mono One", Helvetica, Arial, sans-serif;
	color: #ffffff;
	background-color: #000000;
}
.mystuff li.email a:hover{
	color: #000000;
	background-color: #ffffff;
}
.exhibitlist.tablehead {
	font: 400 20px/25px  "Rubik Mono One", Helvetica, Arial, sans-serif;
	color: #000000;
	background-color: #ffffff;
	margin:0px 0px 0px 0px;
}

.privacycolumn h2 {
	font: 400 20px/25px  "Rubik Mono One", Helvetica, Arial, sans-serif;
	color: #000000;
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	border-bottom: 2px solid #000000;
}
.privacycolumn h3 {
	font: 400 15px/20px  "Rubik Mono One", Helvetica, Arial, sans-serif;
	color: #000000;
	margin:20px 0px 0px 0px;
}
.privacycolumn h4 {
	font: 400 12px/15px  "Rubik Mono One", Helvetica, Arial, sans-serif;
	color: #000000;
	margin:20px 0px 0px 0px;
}

.privacycolumn p {
	margin:0px 0px 5px 0px;
}

.edd-success.edd-page .entry-content p{
	font: 400 15px/20px  "Rubik Mono One", Helvetica, Arial, sans-serif;
	color: #ffffff;
	background-color: #000000;
}


.edd-success.edd-page .entry-content h3{
	font: 400 20px/25px  "Rubik Mono One", Helvetica, Arial, sans-serif;
	color: #000000;
	margin:30px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	border-bottom: 2px solid #000000;
}
#promo a{
	color: #ffffff;
	text-decoration: none;
	font: 400 20px/25px  "Rubik Mono One", Helvetica, Arial, sans-serif;
}

