/*-----------------Exhibition----------------*/
.exhibition .entry-header {
	border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 40px;
    width: 100%;
    max-width: unset;
}
.exhibition .entry-title {
	font-size: 80px;
}
.exhibition .entry-content:before,
.exhibition .entry-content:after {
	display: none;
}
.exhibition .section-title {
	border-bottom: none;
	padding: 30px 0;
}
.current-section_item {
	display: flex;
	margin: 0 0 50px;
    column-gap: 8.5%;
    align-items: center;
}
.current-section_item img {
   	object-fit: cover;
    width: 41.667vw;
    height: 28.195vw;
    max-width: 600px;
    max-height: 406px;
    aspect-ratio: 600/406;
}
.current-section_item .info-wrapper>div:not(.title) {
    margin-top: 30px;
}
.current-section_item .title {
	font-size: 25px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 0.01em;
}
.current-section_item .taxonomy-date {
    display: flex;
}
.current-section_item .date {
	position: relative;
	padding-left: 40px;
}
.current-section_item .date:before {
	content: "";
    height: 3px;
    width: 25px;
    background: url(../svg/line.svg) no-repeat center;
    position: absolute;
    left: 7px;
    top: 12px;
    transform: translateY(-50%);
}
.current-section_item .excerpt {
	max-width: 418px;
}
.current-section_item .info-wrapper>div.view-details {
    margin-top: 25px;
}
.past-exhibition .image-with-text_item a {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.01em;
	text-decoration: none;
}
.past-exhibition .image-with-text_item .title p{
	font-weight: 400;
}
.past-exhibition .image-with-text_item:hover,
.past-exhibition .image-with-text_item:hover p {
	color: #7B7B7B;
}
.past-exhibition .wrap-pagination.pagination {
	margin-top: 60px;
}
.image-with-text_wrapper {
	margin-top: 0;
	margin-bottom: 30px;
}
.image-with-text_item .info-wrapper {
	width: 100%;
    align-items: center;
    padding: 29px 0;
    border-bottom: 0.5px solid #7B7B7B;
    position: relative;
    display: grid;
    grid-template-columns: 23.5% 23.7% 23.8% 23%;
    column-gap: 2%;
}
.image-with-text_item:first-child .info-wrapper {
    border-top: 0.5px solid #7B7B7B;
}
.image-with-text_item .info-wrapper:after {
	content: '';
	background: url(../svg/icon-left-chevron.svg) no-repeat center;
	position: absolute;
	right: 0;
    width: 15px;
    height: 18px;
}
.image-with-text_item:hover .info-wrapper:after {
    opacity: 0.5;
}

.image-with-text_item .info-wrapper > div {
	padding-right: 25px;
}
.image-with-text_item .image {
	max-height: 140px;
}
.image-with-text_item .info-wrapper>.image {
	text-align: center;
    max-width: 225px;
}
.image-with-text_item .image img {
	object-fit: cover;
    width: auto;
    max-width: 100%;
    max-height: 140px;
}
.image-with-text_item .title {
    font-weight: 500;
}
.image-with-text_item .title p {
	max-width: 170px;
	font-weight: 500;
}
/*.image-with-text_item .date {
	max-width: 190px;
}*/
@media only screen and (max-width: 768px) {
 	.image-with-text_item .info-wrapper {
 		grid-template-columns: 23.5% 23.7% 20% 26.8%;
 	}
}
@media only screen and (max-width: 767.98px) {
	.exhibition .available-work {
		display: block;
	}
	.exhibition .entry-header {
		margin-bottom: 30px;
	}
	.exhibition .entry-title {
		font-size: 40px;
		line-height: 48px;
	}
	.current-exhibition .section-title {
		padding: 0;
	}
	.past-exhibition .section-title {
		padding: 0 0 20px;
	}
	.current-section_item {
		flex-direction: column;
		margin: 22px 0 55px;
	}
	.current-section_item img {
		width: 100%;
    	height: auto;
    	max-width: unset;
	}
	.current-section_item .title {
		font-size: 20px;
    	line-height: 24px;
	}
	.current-section_item .info-wrapper {
		margin-top: 20px;
    	width: 100%;
	}
	.current-section_item .info-wrapper> div:not(.title) {
	    margin-top: 15px;
	}
	.current-section_item .info-wrapper>div.view-details {
		margin-top: 13px;
	}
	.past-exhibition .image-with-text_item:hover,
	.past-exhibition .image-with-text_item:hover p {
		color: #000;
	}
	.image-with-text_item .info-wrapper {
		grid-template-columns: 100%;
	}
	.image-with-text_item .info-wrapper > div {
		width: 100%;
    	padding-right: 0;
	}
	.image-with-text_item .info-wrapper>.image {
		max-width: unset;
	}
	.image-with-text_item .image {
		max-height: unset;
	}
	.image-with-text_item .image img {
		max-height: unset;
	    width: 100%;
	}
	.image-with-text_item .info-wrapper {
		padding: 30px 0 26px;
	}
	.image-with-text_item:first-child .info-wrapper {
		padding-top: 39px;
	}
	.image-with-text_item .info-wrapper:after {
		display: none;
	}
	.image-with-text_item .title {
		margin-top: 14px;
	}
	.image-with-text_item .title p {
		max-width: 279px;
		font-size: 16px;
    	line-height: 20px;
	}
	.image-with-text_item .taxonomy-type {
		margin-top: 2px;
	}
	.image-with-text_item .date {
		color: #7b7b7b;
	}
}

/*-----------------Exhibition details----------------*/
.previous-link {
	content: '';
	background: url(../svg/left-arrow.svg) no-repeat;
	background-color: unset!important;
	border: none;
	width: 22px;
	height: 16px;
    padding: 4px 15px;
    margin: 0;
    transition: transform .6s cubic-bezier(0.165,0.840,0.440,1.000);
}
.previous-link:hover {
    transform: translate3d(-6px,0,0); 
}
.exhibition-details .main-section {
	margin-top: 31px;
}
.exhibition-details button.previous-link {
    margin: 0;
}
.exhibition-details .entry-title {
	font-family: Playfair Display;
	font-size: 65px;
	font-weight: 400;
	line-height: 87px;
	letter-spacing: 0.03em;
    max-width: 765px;
}
.exhibition-details .entry-header {
	border-bottom: none;
    margin: 0 0 55px;
    padding-bottom: 0;
    width: 100%;
    max-width: unset;
}
.exhibition-details .post-thumbnail {
    width: 100%;
    max-width: unset;
    margin: 0;
}
.exhibition-details .entry-header .wp-post-image {
    aspect-ratio: 1170/624;
    object-fit: cover;
    margin-top: 55px;
	max-height: unset;
    min-height: unset;
}
.exhibition-details .content-wrapper {
	display: flex;
}
.exhibition-details .content-wrapper .exhibition-info {
	width: 34.5%;
}
.exhibition-details .content-wrapper .main-content {
	width: 65.5%;
}
.exhibition-details .content-wrapper .main-content p {
    line-height: 24px;
	padding-right: 40px;
	letter-spacing: 0.17px;
}
.exhibition-details .content-wrapper .exhibition-info .label {
    margin-bottom: 19px;
}
.exhibition-details .exhibition-info .label {
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.01em;
    margin-bottom: 20px;
}
.exhibition-details .exhibition-info .artists-name {
	display: flex;
	flex-direction: column;
    margin-bottom: 8px;
}
.exhibition-details .exhibition-info .artists-name a {
	text-decoration: underline;
}
.exhibition-details .exhibition-info .artists-name a:hover {
	color: #7b7b7b;
}
.exhibition-details .exhibition-info .taxonomy-type {
    margin-bottom: 8px;
}
.exhibition-details .exhibition-info .share-wrapper {
	margin-top: 54px;
}
.exhibition-details .exhibition-info .share-label {
	font-weight: 500;
}
.exhibition-details .share-icon {
    margin-top: 20px;
}
.exhibition-details .share-icon a {
	padding: 0 !important;
    margin-right: 15px;
}
.exhibition-details .share-icon .a2a_svg {
	width: 20px;
    height: 20px;
    background-color: unset !important;
}
.exhibition-details .share-icon .a2a_svg svg {
	display: none;
}
.exhibition-details .share-icon .a2a_s_facebook {
	content: '';
	background: url(../svg/icon-facebook.svg) no-repeat center;
}
.exhibition-details .share-icon .a2a_s_email {
	content: '';
	background: url(../svg/icon-email.svg) no-repeat center;
}
.exhibition-details .content-wrapper .pdf-download {
	font-family: Work Sans;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.01em;
    display: flex;
    align-items: center;
    text-decoration: none;
    border: 1px solid #000;
    width: fit-content;
    padding: 7px 16px;
    margin-top: 55px;
}
.exhibition-details .content-wrapper .pdf-download:hover {
	background-color: #000;
	color: #fff;
}
.exhibition-details .content-wrapper .download-icon {
	content: '';
	background: url(../svg/download.svg) no-repeat center;
    width: 17px;
    height: 17px;
    margin-right: 13px;
}
.exhibition-details .pdf-download:hover .download-icon {
	background: url(../svg/download-white.svg) no-repeat center;
}
.exhibition-details .related-artists {
    margin-top: 50px;
    padding: 0;
}
.exhibition-details .related-artworks {
    margin-top: 92px;
    margin-bottom: 0;
}
.artists-listing,
.artworks-listing {
    align-items: end;
    display: flex;
    flex-wrap: wrap;
    column-gap: calc(13.6%/2);
    row-gap: 52px;
}
.section-title {
	font-family: Playfair Display;
	font-size: 30px;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: 0.01em;
	padding: 28px 0 32px;
    border-bottom: 0.5px solid #7B7B7B;
}
.section-wrapper {
    margin-top: 68px;
}
.artist-item,
.artwork-item {
	width: 28.8%;
    max-width: 335px;
}
.artist-item img,
.artwork-item img {
	--ease-out-quint: cubic-bezier(0.230,1.000,0.320,1.000);
	width: auto !important;
    height: auto;
    max-width: 100% !important;
    max-height: 335px;
	transition: opacity .6s linear,transform 1.2s var(--ease-out-quint);
}
.artist-item img:hover,
.artwork-item img:hover {
    transform: scale(1.03);
}
.artist-image>div,
.artwork-image>div {
	max-width: 335px;
	max-height: 335px;
	overflow: hidden;
}
.artist-content,
.artwork-content {
    margin-top: 20px;
}
.artist-content .title,
.artwork-content .title {
    display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	letter-spacing: 0.01em;
}
.artist-content .excerpt p,
.artwork-content .excerpt p {
	color: #7b7b7b;
    margin-top: 7px;
}
@media only screen and (max-width: 1230px) {
	.artists-listing, .artworks-listing {
		column-gap: calc(13.6%/2);
	}
}
@media only screen and (max-width: 767.98px) {
	.site-main > article.exhibition-details { 
		margin-bottom: 0px;
	}
	.exhibition-details .main-section {
	    margin-top: 36px;
    	margin-bottom: 18px;
	}
	.previous-link {
    	margin: 5px 0 0;
    	padding: 2px 15px;
	}
	.exhibition-details .entry-header .wp-post-image {
		margin-top: 40px;
	}
	.exhibition-details .entry-header {
		margin: 0px 0 41px;
	}
	.exhibition-details .entry-header img {
	    margin-top: 40px;
	}
	.exhibition-details .entry-title {
		font-size: 35px;
		line-height: 47px;
		letter-spacing: 0.3px
	}
	.exhibition-details .content-wrapper {
	    flex-direction: column;
	    row-gap: 40px;
	}
	.exhibition-details .content-wrapper .exhibition-info .label {
		margin-bottom: 8px;
	}
	.exhibition-details .exhibition-info .artists-name {
	    margin-bottom: 6px;
	}
	.exhibition-details .exhibition-info .taxonomy-type {
		margin-bottom: 5px;
	}
	.exhibition-details .exhibition-info .share-wrapper {
	    margin-top: 30px;	
	}
	.exhibition-details .share-icon {
	    margin-top: 14px;
	}
	.exhibition-details .content-wrapper .pdf-download {
		margin-top: 30px;
	}
	.exhibition-details .content-wrapper .main-content p {
		padding-right: 0;
	}
	.section-title {
		font-size: 28px;
    	line-height: 37px;
    	padding: 28px 0 18px;
	}
	.section-wrapper {
		margin-top: 40px;
	}
	.exhibition-details .related-artists {
		margin-top: 12px;
	}
	.exhibition-details .related-artworks {
	    margin-top: 22px;
	    margin-bottom: 27px;
	}
	.artists-listing, .artworks-listing {
		column-gap: 6%;
    	row-gap: 30px;
	}
	.artist-item, .artwork-item {
		width: 47%;
    	max-width: unset;
	}
	.artist-image>div, .artwork-image>div {
		max-width: unset;
	    max-height: unset;
	    overflow: hidden;
	}
	.exhibition-details .content-wrapper .exhibition-info,
	.exhibition-details .content-wrapper .main-content {
		width: 100%;
	}
	.artist-content, .artwork-content {
	    margin-top: 16px;	
	}
	.artist-item img, .artwork-item img {
		max-height: 325px;
	}
}
@media only screen and (max-width: 425px) {
	.artist-item, .artwork-item {
		width: 100%;
    	max-width: unset;
	}
}