/** General **/
/** Scrollbar **/
body #main-header {
    z-index: 99;
}
body #ascrail2000 {
	z-index: 100 !important;
}
/** Reduce whitespace at edges on mobile **/
@media screen and (max-width: 667px) {
	.entry-content > .et_pb_section {
		padding: 0 20px;
	}
	.entry-content > .et_pb_section > .et_pb_row, .et_pb_pagebuilder_layout.single.et_full_width_page #page-container .entry-content > .et_pb_section > .et_pb_row {
		width: 100%;
		margin: 0;
	}
}


/** Exhibitions page **/
.et_pb_gutter.et_pb_gutters2.et_right_sidebar #main-content.exhibition-page .container::before,
.et_right_sidebar #main-content.exhibition-page .container::before {
    content: none;
}


/** Exhibition grid item **/
.artist-name {
	display: block;
}
.grid-container article.et_pb_post {
	position: relative;
}
.exhibition-title {
	font-size: 13pt;
	line-height: 1.2em;
}
.exhibition-date {
	color: #999;
	font-weight: 400;
}
html body .exhibition-info .exhibition-location {
	font-weight: bold;
    font-size: 20px;
    color: #000;
}
.grid-container article.et_pb_post {
		border: 1px solid #d1d1d1;
}
.exhibition-info {
	padding: 10px 20px;
}
@media screen and (min-width: 981px) {
	.grid-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		/*! height: 350px; */
	}
	.grid-container article.et_pb_post {
		width: calc(33.3333333333333333% - 24px);
		border: 1px solid #d1d1d1;
		margin: 0 36px 36px 0;
		height: 350px;
	}
	.grid-container article.et_pb_post:nth-child(3n) {
		margin-right: 0px;
	}
	.exhibition-location {
		position: absolute;
		left: 20px;
		bottom: 20px;
	}
}

/** General slider **/
.slider .et_pb_slide {
	padding: 0;
}
.slider .et_pb_slides .et_pb_slider_container_inner {
	display: block; /* Fix for IE11 not scaling images */
}
.slider .et_pb_container.clearfix {
	display: block; /* Fix for IE11 not scaling images */
	height: auto !important;
}
.slider.et_pb_post_slider .et_pb_slide.et-pb-active-slide .et_pb_slide_image { /* Fix for mobile view */
    opacity: 1;
	display: block !important;
	padding-top: 0;
}
.et_pb_post_slider_image_top.slider .et_pb_slide_image {
	width: auto;
	margin: 0 !important;
}
.et_pb_slide_image img {
    max-height: none !important;
}
.slider .slide-info-bottom{
	padding-top: 1em;
}
.et-pb-slider-arrows {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	z-index: 2;
}
.slider .et-pb-arrow-next, .slider .et-pb-arrow-prev {
    position: static;
	background: #000;
	text-align: center;
	font-weight: 100;
    margin: 0 0 0 1px;
    opacity: 1;
    width: 48px;
    color: #fff;
    font-size: 40px;
    line-height: 48px;
    display: inline-block;
	-webkit-transition: none;
    -moz-transition: none;
    transition: none;
    padding: 0;
}
.slider .et-pb-arrow-next:before {
	font-weight: 100;
}
.slider.et_pb_bg_layout_dark.et_pb_slider_with_overlay .et_pb_slide_overlay_container,
.slider.et_pb_post_slider.et_pb_bg_layout_dark {
	background: #fff;
}
.slider .et-pb-controllers {
	display: none;
}
@media screen and (max-width: 980px) {
	.slider .et-pb-arrow-next, .slider .et-pb-arrow-prev {
		font-size: 30px;
		height: 35px;
    	line-height: 35px;
		width: 35px;
	}
}
body .et_pb_slider .et_pb_slide {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/** Exhibition slider **/
.exhibition_slider {
	border: 1px solid #d1d1d1;
}
.exhibition-slide-info-top {
	position: absolute;
	top: 0;
	left: 0;
	color: #000;
	font-size: 15pt;
	font-weight: 500;
}
.exhibition-slide-info-top span {
	display: inline-block;
	padding: 0.68em 1em;
	margin-right: 1px;
}
.exhibition-slide-info-top .location {
	background: #fff;
}
.exhibition-slide-info-top .category {
	background: #000;
	color: #fff;
}
.exhibition_slider .slide-info-bottom{
	text-align: left;
	background: #fff;
	padding: 2em;
}
.exhibition_slider .exhibition-slide-info-bottom h2 {
	color: #000 !important;
	padding: 0;
	line-height: 1.5em;
	margin-bottom: 5px;
}
.exhibition-slide-info-bottom .artist-name {
	display: inline;
}
@media screen and (max-width: 980px) {
	.exhibition-slide-info-top {
		font-size: 8pt;
	}
}
/** Fix for image disappearing (moving text up) when changing slides on mobile) **/
@media screen and (max-width: 767px) {
	.exhibition_slider .et_pb_slide_image, .exhibition_slider .et_pb_slide_video {
	    display: block !important;
	    padding-top: 0 !important;
	}
}

/** Info slider **/
.info_slider a {
    font-weight: normal;
}
.info_slider .et_pb_slide {
	height: 505px;
}
.info_slider .et_pb_slide_image {
	height: 470px;
}
.info_slider .et_pb_slide_image img{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-height: 100% !important;
	max-width: 100%;
	vertical-align: top;
}
.info_slider .et_pb_slide:first-child .et_pb_slide_image img.active {
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	-ms-animation: none;
	animation: none;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media screen and (max-width: 700px) {
	.info_slider .et_pb_slide {
		height: 400px;
	}
	.info_slider .et_pb_slide_image {
		height: 320px;
	}
	.info_slider.et_slide_transition_to_next .et-pb-moved-slide .slide-info-bottom {
		display: none;
	}
	.info_slider.et_slide_transition_to_previous .et-pb-moved-slide .slide-info-bottom {
		display: none;
	}
}


/** Artist list **/
.artist-container {
	display: none;
}
.artist-container ul {
	vertical-align: top;
	width: 25%;
	display: inline-block;
	margin: 0;
	padding: 1em;
}
.artist-container li {
	list-style-type: none;
}
.artist-switch-view {
	margin-bottom: 20px;
}
.artist-switch-view a {
	padding: 0.5em 1em;
}
.artist-switch-view a.active {
	position: relative;
}
.artist-switch-view a.active::after {
	position: absolute;
	left: calc(50% - 5px);
	bottom: 5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #e5e5e5;
	content: "";
}
@media screen and (max-width: 980px) {
	body .artist-container ul {
		width: 50%;
		padding-bottom: 0;
	}
}
@media screen and (max-width: 479px) {
	body .artist-container ul {
		width: 100%;
	}
}


/** Gallery tabs / info section **/
.gallery-athens, .gallery-poros {
	cursor: pointer;
	position: relative;
}
.gallery-info-athens, .gallery-info-poros {
	display: none;
}
.gallery-selected-info {
	display: block;
}
.gallery-selected::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 0px;
	background: white;
}
@media screen and (min-width: 981px) {
	.gallery-info-row {
		display: -webkit-box;
		display: -ms-flexbox;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		display: flex;
		align-items: stretch;
	}
	.gallery-info-row .et_pb_map_container {
		height: 100%;
	}
	.gallery-info-row .et_pb_map_container .et_pb_map {
		height: 100%;
		min-height: 500px;
	}
}
.gallery-info-row.et_pb_row {
	width: 100%;
}
.gallery-info-row .exhibition-info {
	padding: 10px 0;
}
.gallery-info-row .exhibition-location {
	display: none;
}
.gallery-info-row .exhibition-entry {
	margin-bottom: 0;
}
@media screen and (max-width: 980px) {
	.gallery-info-row .et_pb_column:first-child {
		margin-bottom: 0;
		padding-bottom: 0;
	}
}




/** Exhibition tabs / info section **/
.xeap-tab {
	cursor: pointer;
	position: relative;
}
.xeap-tab-info {
	display: none;
}
.xeap-tab-selected-info {
	display: block;
}
.xeap-tab-selected::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 0px;
	background: #fef102;
}

.xeap-tab-info .exhibition-location {
    position: static;
}
.xeap-tab-info article {
    border: 1px solid #d1d1d1;
	margin-bottom: 20px;
}
.xeap-tab-info .exhibition-info {
	padding-bottom: 20px;
}



/** Artist sell item grid **/
.artist_sell_item {
	display: block;
	float: left;
    width: 31.33333333333333%;
    margin-bottom: 3%;
    padding-bottom: 31.33333333333333%; /* = width for a square aspect ratio */
    position: relative;
}
.artist_sell_item:nth-child(3n+2) {
	margin: 0 3%;
}
.artist_sell_item a {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
}
.artist_sell_item:last-child::after {
	content: '';
	display: block;
	clear: both;
}


/** Artist Exhibitions list & Exhibitions list **/
.single-project .et_pb_column_4_4 {
    margin-bottom: 0;
}
.single-project .et_pb_row_2, .exhibitions-tabs-container .et_pb_column_1 {
    padding: 0;
    border: none;
}
.single-project .et_pb_row_2 article {
    padding: 10px 20px 20px 20px;
    border: 1px solid #d1d1d1;
	margin-bottom: 20px;
}
.single-project .et_pb_row_2 article:last-child {
	  margin-bottom: 0;
}

