/* CSS Variables */
:root{
	--grey:rgba(15, 16, 16, 0.35);
	--black:#0F1010;
}
html, body, div, main, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup,
main, nav, section, summary {
    display: block;
}
audio,canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* General styling */
*, :before, :after {
  -webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:root {
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smooth: always;
}
html, body {
    overflow-x: hidden;
}
html {
	-ms-overflow-style: scrollbar;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	min-height: 100vh;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-justify-content: space-between;
	justify-content: space-between;
	font: 16px/130%  "neue-haas-grotesk-display", sans-serif;
	font-weight: 500;
	color: var(--black);
  background: #FFF;
}
@media(min-width:768px){
	body{
		font-size: 18px;
	}
}
@media(min-width:1024px){
	body{
		font-size: 20px;
	}
}
@media(min-width:1440px){
	body{
		font-size: 22px;
	}
}
h1, h2, h3, h4, h5, h6,
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a,
article h1 a, article h2 a, article h3 a, article h4 a, article h5 a, article h6 a  {
	margin-bottom: 20px;
  text-rendering: optimizeLegibility;
	line-height: 110%;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	text-decoration:none;
}
article ul li,
article ol li,
article p {
	word-break: break-word;
}
article table tr:first-child{
	background:#d5d5d5!important;
}
article table tr:nth-child(odd){
	background:#f9f7f6;
}
article table tr:nth-child(even){
	background:#fff;
}
span {
  display: inline;
}
a {
	color: inherit;
  cursor: pointer;
	transition:.4s;
}
a:not([class]):focus {
  outline: none;
	box-shadow: none;
}
img, iframe {
	max-width: 100%;
	height: auto;
}
img.size-portrait-thumbnail {
	width:auto;
	max-width:unset;
}
i:not([class]), em, cite, dfn {
	font-style: italic;
}
ul, ol {
  margin: 0 0 25px 20px;
}
ol {
	list-style: decimal;
	list-style-position:inside;
}
ul {
	list-style: disc;
	list-style-position:inside;
}
nav ul, nav ol {
  margin: 0;
  list-style: none;
}
b, strong, th, legend {
	font-weight: bold;
}
small {
	font-size: 75%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
  vertical-align: baseline;
}
sub {
	bottom: -.25em;
}
sup {
	top: -.5em;
}
abbr[title] {
  text-decoration: underline dotted;
}
abbr[data-original-title], abbr[title] {
  cursor: help;
}
del {
  text-decoration: line-through;
}
table {
	margin-bottom: 20px;
  -webkit-overflow-scrolling: touch;
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	border: 1px solid #eceeef;
	padding: 10px;
}
caption {
	font-size: 15px;
  padding: 10px 0;
  caption-side: bottom;
}
figcaption {
  font-size:15px;
}
legend {
	margin-bottom: 5px;
}
label {
	display: block;
	cursor: pointer;
}
button, input, textarea {
	font-family: inherit;
	line-height: normal;
	margin: 0;
}
textarea {
	min-height: 80px;
	resize: vertical;
}
[type="submit"], [type="reset"], [type="button"],
[type="text"], [type="email"], [type="tel"], [type="search"],
button {
	border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
	appearance: none;
}
button, [type="submit"], [type="reset"], [type="button"] {
   cursor: pointer;
}
textarea:focus, button:focus,
div[contenteditable="true"]:focus, [class~="btn"]:focus,
[type="text"]:focus, [type="tel"]:focus, [type="email"]:focus, [type="password"]:focus, [type="submit"]:focus {
  outline: 0;
}
[hidden] {
	display: none;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
p + h2, p + h3, p + h4,
ul + h2, ul + h3, ul + h4,
ol + h2, ol + h3, ol + h4,
code + h2, code + h3, code + h4,
table + h2, table + h3, table + h4,
blockquote + h1, blockquote + h2, blockquote + h3, blockquote + h4 {
    margin-top: 35px;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}
input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}
/* WordPress Core & Gallery Settings */
.aligncenter,
div.aligncenter  {
  display: block;
}
a img.alignright, .alignright, a img.alignleft, .alignleft, a img.aligncenter, .aligncenter{
	padding: 15px;
}
div.aligncenter img{
	width: 100%;
}
a img.alignright, .alignright{
  float: right;
}
a img.alignleft, .alignleft {
  float: left;
}
a img.alignright, .alignright,
a img.alignleft, .alignleft {
  width:50%!important;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
	width: 100%!important;
}
.wp-caption {
  background: #fff;
  max-width: 100%; /* Image does not overflow the content area */
  text-align: left;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}
.has__gallery .gallery{
	overflow-x: hidden;
}
.has__gallery .gallery .gallery-item {
	float: left;
	margin: 0;
	text-align: center;
	padding: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.has__gallery .gallery .gallery-caption,
.has__gallery .gallery .gallery-icon {
	margin: 0;
}
.has__gallery .gallery .gallery-caption,
.wp-caption p.wp-caption-text,
.wp-block-image figcaption {
	font-size: 14px;
  margin: 4px auto;
  line-height: 130%;
  letter-spacing: -0.14px;
  font-weight: 500;
  text-align: center;
}
.has__gallery .gallery-columns-1 .gallery-item {
	width: 100%!important;
}
.has__gallery .gallery-columns-2 .gallery-item {
	width: 50%!important;
}
.has__gallery .gallery-columns-3 .gallery-item {
	width: 33.333%!important;
}
.ie8 .has__gallery .gallery-columns-3 .gallery-item,
.ie7 .has__gallery .gallery-columns-3 .gallery-item {
	width: 33%!important;
}
.has__gallery .gallery-columns-4 .gallery-item {
	width: 25%!important;
}
.has__gallery .gallery-columns-5 .gallery-item {
	width: 20%!important;
}
.has__gallery .gallery-columns-6 .gallery-item {
	width: 16.665%!important;
}
.has__gallery .gallery-columns-7 .gallery-item {
	width: 14.285%!important;
}
.has__gallery .gallery-columns-8 .gallery-item {
	width: 12.5%!important;
}
.has__gallery .gallery-columns-9 .gallery-item {
	width: 11.111%!important;
}
.has__gallery .gallery img {
	max-width: 100%;
	width: 100%;
	height: auto;
	border: none!important;
	padding: 0;
	border-radius:0;
}
.has__gallery .gallery-wrapper .gallery{
	margin: 0!important;
}
.has__gallery .gallery-wrapper img{
	aspect-ratio:1.5/1;
	object-fit: cover;
}
.has__gallery .gallery-wrapper.float-left{
	float: left;
}
.has__gallery .gallery-wrapper.float-right{
	float: right;
}
.has__gallery .gallery-wrapper.float-left, .has__gallery .gallery-wrapper.float-right{
	width: 50%;
	vertical-align: top;
}
@media(max-width:1200px){
	.has__gallery .gallery-columns-4 .gallery-item,
	.has__gallery .gallery-columns-5 .gallery-item,
	.has__gallery .gallery-columns-6 .gallery-item,
	.has__gallery .gallery-columns-7 .gallery-item,
	.has__gallery .gallery-columns-8 .gallery-item,
	.has__gallery .gallery-columns-9 .gallery-item {
		width:33%!important;
	}
}
@media(max-width:900px){
	.has__gallery .gallery-wrapper.float-left, .has__gallery .gallery-wrapper.float-right,
	a img.alignright, .alignright,
	a img.alignleft, .alignleft{
		width: 100%!important;
	}
}
@media(max-width:767px){
	.has__gallery .gallery-columns-2 .gallery-item,
	.has__gallery .gallery-columns-3 .gallery-item,
	.ie8 .has__gallery .gallery-columns-3 .gallery-item,
	.ie7 .has__gallery .gallery-columns-3 .gallery-item,
	.has__gallery .gallery-columns-4 .gallery-item,
	.has__gallery .gallery-columns-5 .gallery-item,
	.has__gallery .gallery-columns-6 .gallery-item,
	.has__gallery .gallery-columns-7 .gallery-item,
	.has__gallery .gallery-columns-8 .gallery-item,
	.has__gallery .gallery-columns-9 .gallery-item {
		width: 100%!important;
	}
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
    white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.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-size: 0.875rem;
	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. */
}
#wpadminbar {
    /* display: none !important; */
}
html.js, html.no-js, html {
    margin-top: 0 !important;
}
/* End of WordPress Core */
/* General Theme Style */
.h-align{
  text-align:center;
}
.row:after,
.row:before{
	clear:both;
	display:block;
	width:100%;
	content:'';
}
.container{
	width:100%;
	max-width:1440px;
	padding:0px 20px;
	margin:0 auto;
	display:block;
	position:relative;
}
.container:before,
.container:after{
	content:"";
	display:block;
	clear:both;
}
.img-abs{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top:0;
	left: 0;
}
.screen{
	padding: 100px 0;
}
main:not(.single__collection){
	margin-top:50px;
}
@media(min-width:1440px){
	.container{
		padding: 0 30px;
	}
}
/* Row */
.row{
	display: block;
	width: 100%;
	margin-left: -10px;
	margin-right: -10px;
}
.row > .item{
	display: inline-block;
	padding: 10px;
	vertical-align: top;
}
.row > .item.full-item{
	width: 100%;
}
/* Flex */
.flex-row, .flex-row.reverse, .flex-column, .flex-column.reverse{
	display: flex;
	flex-direction: column;
	margin-left: -10px;
	margin-right: -10px;
}
.flex-row{
	flex-wrap: wrap;
}
.flex-column.reverse{
	flex-direction: column-reverse;
}
.flex-item{
	padding: 0 10px;
	position: relative;
}
.flex-item.full-item, .flex-item.item33, .flex-item.item50{
	flex: 1 1 100%;
	width: 100%;
}
@media(min-width:850px){
	.flex-row{
		flex-direction: row;
	}
	.flex-row.reverse{
		flex-direction: row-reverse;
	}
	.flex-item.item33{
		flex: 1 1 33%;
		max-width: 33%;
	}
	.flex-item.item50{
		flex: 1 1 50%;
		max-width: 50%;
	}
}
/*form adds */
 span.wpcf7-list-item{
  margin: 0;
}
.wpcf7-not-valid-tip{
  font-size: 12px;
  color:#ff0000;
  line-height: 16px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output{
  border: none;
  font-size: 14px;
  padding: 0;
  margin:5px 0;
  line-height: 18px;
}
 .wpcf7 form.invalid .wpcf7-response-output{
	color:#ff0000;
}
.wpcf7 form.sent .wpcf7-response-output {
	color:#41ee6e;
}
.wpcf7-form input[type=checkbox] {
  position: relative;
  visibility: hidden;
	width: auto;
	display: inline-block;
	padding: 0;
	line-height: 0;
}
.wpcf7-form input[type=checkbox]+span:before {
  display: block;
  position: absolute;
  content: '';
  height: 13px;
  width: 13px;
  top: 0px;
  border: 1px solid var(--green);
  left: 0;
	border-radius:4px;
}
.wpcf7-form input[type=checkbox]+span:after {
  display: block;
  position: absolute;
	height: 7px;
	width: 7px;
	top: 3px;
  left: 3px;
  visibility: hidden;
  background-color: var(--green);
  border-radius: 50%
}
.wpcf7-form input[type=checkbox]:checked+span:before {
  background: transparent
}
.wpcf7-form input[type=checkbox]:checked+span:after {
  visibility: visible
}
/* Pagination */
.ws-navigation{
	display: block;
	width: 100%;
	text-align: center;
}
.ws-navigation ul{
	margin: 30px 0;
	list-style: none;
}
.ws-navigation ul li{
	display: inline-block;
	padding: 5px 8px;
}
.ws-navigation ul li a{
	display: inline-block;
	text-decoration: none;
	position: relative;
	color:#000;
}
.ws-navigation ul li a:before{
	display: block;
	content:'';
	position: absolute;
	width: 26px;
	height: 26px;
	top:50%;
	left: 50%;
	transform:translate(-50%, -50%);
	background-color: rgba(0, 0, 0, 0.20);
	opacity: 0;
	z-index: -1;
	transition: .4s;
	border-radius: 3px;
}
.ws-navigation ul li.next svg, .ws-navigation ul li.last svg{
	transform:rotate(-180deg)
}
.ws-navigation ul li.active a:before,
.ws-navigation ul li a:hover:before{
	opacity: 1;
}
/* Typography */
p{
	font-size: 16px;
	line-height: 130%;
	display: block;
	margin-bottom: 20px;
	letter-spacing: -0.22px;
}
h1{
	font-size: 36px;
	letter-spacing: -0.36px;
}
h2{
	font-size: 30px;
	letter-spacing: -0.30px;
}
h3{
	font-size: 28px;
	letter-spacing: -0.28px;
}
h4{
	font-size: 26px;
	letter-spacing: -0.26px;
}
h5{
	font-size: 24px;
	letter-spacing: -0.24px;
}
h6{
	font-size: 22px;
	letter-spacing: -0.22px;
}
.title{
	font-size: 50px;
	letter-spacing: -0.07px;
	display: block;
}
.subtitle{
	font-size: 24px;
	letter-spacing: -0.24px;
	line-height: 110%;
}
.title-wrapper{
	max-width: 1266.11px;
	margin-bottom: 40px;
}
.title-wrapper .title{
	padding-left: 20px;
}
.title-wrapper .subtitle{
	text-indent: 20px;
}
.second-title{
	font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.60px;
}
@media(min-width:768px){
	p{
		font-size: 18px;
		letter-spacing: -0.18px;
	}
	h1{
		font-size: 36px;
		letter-spacing: -0.36px;
	}
	h2{
		font-size: 32px;
		letter-spacing: -0.33px;
	}
	h3{
		font-size: 28px;
		letter-spacing: -0.28px;
	}
	h4{
		font-size: 26px;
		letter-spacing: -0.26px;
	}
	h5{
		font-size: 24px;
		letter-spacing: -0.24px;
	}
	h6{
		font-size: 20px;
		letter-spacing: -0.20px;
	}
	.title{
		font-size: 70px;
		letter-spacing: -0.08px;
	}
	.subtitle{
		font-size: 38px;
		letter-spacing: -0.38px;
	}
	.title-wrapper .title{
		padding-left: 40px;
	}
	.title-wrapper .subtitle{
		text-indent: 40px;
	}
	.second-title{
		font-size: 70px;
		letter-spacing: -0.70px;
	}
}
@media(min-width:1024px){
	p{
		font-size: 20px;
		letter-spacing: -0.20px;
	}
	h1{
		font-size: 40px;
		letter-spacing: -0.40px;
	}
	h2{
		font-size: 36px;
		letter-spacing: -0.36px;
	}
	h3{
		font-size: 32px;
		letter-spacing: -0.32px;
	}
	h4{
		font-size: 30px;
		letter-spacing: -0.30px;
	}
	h5{
		font-size: 26px;
		letter-spacing: -0.26px;
	}
	h6{
		font-size: 24px;
		letter-spacing: -0.24px;
	}
	.title{
		font-size: 100px;
		letter-spacing: -0.2px;
	}
	.subtitle{
		font-size: 44px;
		letter-spacing: -0.44px;
	}
	.title-wrapper .title{
		padding-left: 50px;
	}
	.title-wrapper .subtitle{
		text-indent: 50px;
	}
	.second-title{
		font-size: 80px;
    letter-spacing: -0.80px;
	}
}
@media(min-width:1440px){
	p{
		font-size: 22px;
		letter-spacing: -0.22px;
	}
	h1{
		font-size: 44px;
		letter-spacing: -0.44px;
	}
	h2{
		font-size: 40px;
		letter-spacing: -0.40px;
	}
	h3{
		font-size: 36px;
		letter-spacing: -0.36px;
	}
	h4{
		font-size: 34px;
		letter-spacing: -0.34px;
	}
	h5{
		font-size: 30px;
		letter-spacing: -0.30px;
	}
	h6{
		font-size: 28px;
		letter-spacing: -0.28px;
	}
	.title{
		font-size: 128px;
		letter-spacing: -1.28px;
	}
	.subtitle{
		font-size: 48px;
		letter-spacing: -0.48px;
	}
	.title-wrapper .title{
		padding-left: 70px;
	}
	.title-wrapper .subtitle{
		text-indent: 70px;
	}
	.second-title{
		font-size: 96px;
    letter-spacing: -0.96px;
	}
}
/* Buttons */
.btn{
	display: inline-block;
	text-decoration: none;
	font-size: 22px;
	font-weight: 600;
	line-height: 1; /* 28.6px */
	letter-spacing: -0.22px;
	transition: .4s;
	padding: 4px 0px;
}
.btn.read-btn{
	display: inline-flex;
	align-items: center;
	column-gap: 10px;
	overflow: hidden;
}
.btn svg{
	width: 21px;
	height: 12px;
	--button-arrow:var(--black);
	transition: .4s;
}
.btn:hover{
	padding: 4px;
	background:var(--black);
	color:#fff;
}
.read-btn:hover{
	column-gap: 0;
}
.read-btn:hover svg{
	width: 0;
}
/* Posts Previews */
.post-preview {
	text-align: left;
}
.post-preview .wrapper,
.post-preview > a, .post-preview{
	text-decoration: none;
}
.post-preview .wrapper{
	display: block;
	width: 100%;
	position: relative;
}
.post-preview figure{
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
.post-preview-title{
	font-size: 26px;
	letter-spacing: -0.26px;
	margin-bottom: 10px;
}
.post-preview:not(.post-preview-exhibition) .btn{
	pointer-events: none;
}
.post-preview:not(.post-preview-exhibition):hover .btn{
	padding: 4px;
	background:var(--black);
	color:#fff;
}
.post-preview:not(.post-preview-exhibition):hover .read-btn{
	column-gap: 0;
}
.post-preview:not(.post-preview-exhibition):hover .read-btn svg{
	width: 0;
}
/**/
.post-preview-press .featured{
	width:100%;
	aspect-ratio:16/9;
}
.post-preview-press .flex-row{
	margin:0;
	margin-bottom: 10px;
	align-items: center;
	text-transform: uppercase;
	column-gap: 15px;
	flex-direction:row;
}
.post-preview-press .flex-row p{
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 0;
	letter-spacing:-0.22px;
	line-height: 1;
}
.post-preview-press .flex-row img{
	width: auto;
	height: 45px;
}
@media(min-width:1024px){
	.post-preview-title{
		font-size: 30px;
		letter-spacing: -0.30px;
	}
}
@media(min-width:1440px){
	.post-preview-title{
		font-size: 36px;
		letter-spacing: -0.36px;
	}
}
/* Publicatie content */
.publicatie-content .flex-row{
  align-items: flex-start;
}
.publicatie-content .featured{
  aspect-ratio:1.4/1;
  position: relative;
	width: 100%;
}
.publicatie-content p{
	line-height: 130%;
}
.publicatie-content .additional_info p{
	font-size: 16px;
	letter-spacing: -0.16px;
}
/* Post preview exhibition */
.post-preview-exhibition .featured{
	width: 100%;
	aspect-ratio: 680.00/382.50;
}
.post-preview-exhibition{
	border-top: 1px solid #ABABAB;
	padding: 10px 0;
}
.post-preview-exhibition.opened{
	background: #444;
	color:#fff;
}
.post-preview-exhibition .trigger {
	flex-wrap: wrap;
	padding: 5px 0;
}
.post-preview-exhibition .trigger .flex-item{
	padding:5px 0;
	text-align: center;
}
.post-preview-exhibition .trigger p{
	font-size: 20px;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: -0.32px;
	margin-bottom: 0;
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-inline-box;
	overflow: hidden;
	transition: .4s;
}
.post-preview-exhibition .trigger .title-item{
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.post-preview-exhibition .trigger .title-item p{
	font-size: 29px;
}
.post-preview-exhibition .trigger p:after{
	display: block;
	content:'';
	width: 0;
	height: 2px;
	background:var(--black);
	position: absolute;
	bottom: 0;
	left: 0;
	transition: .4s;
}
.post-preview-exhibition .trigger .arrow{
	margin-right: 10px;
	transition: .4s;
	width: 22px;
}
.post-preview-exhibition .trigger.js-opened .arrow{
	width: 0;
	margin:0;
}
.post-preview-exhibition .info-flex{
	align-items: center;
	margin-left: -32px;
	margin-right: -32px;
	margin-top:20px;
	text-align: center;
}
.post-preview-exhibition .info-flex .flex-item{
	padding: 10px 32px;
}
.post-preview-exhibition .post-preview-title{
	font-size: 64px;
	margin-bottom: 20px;
}
.post-preview-exhibition.opened .btn svg{
	--button-arrow: #fff;
}
/**/
.post-preview-exhibition:not(.opened) .info-flex-wrapper{
	display: none;
}
.post-preview-exhibition.opened .trigger p,
.post-preview-exhibition .trigger.js-opened p{
	opacity: .3;
}
.post-preview-exhibition:not(.opened) .trigger{
	cursor: pointer;
}
.post-preview-exhibition:not(.opened) .trigger:hover p:after{
	width:100%;
}
@media(min-width:768px){
	.post-preview-exhibition .trigger {
		flex-wrap: wrap;
		padding: 15px 0;
		flex-direction: row;
	}
	.post-preview-exhibition .trigger .flex-item{
		padding:0 10px;
		text-align: left;
	}
	.post-preview-exhibition .trigger .title-item,
	.post-preview-exhibition .trigger .place-item,
	.post-preview-exhibition .trigger .city-item{
		flex: 1 1 30%;
		max-width: 30%;
		display: inline-flex;
		align-items: center;
	}
	.post-preview-exhibition .trigger .year-item{
		flex: 1 1 10%;
		max-width: 10%;
	}
	.post-preview-exhibition .trigger .title-item{
		align-items: center;
		justify-content: flex-start;
	}
	.post-preview-exhibition .trigger .title-item p{
		font-size: 20px;
	}
	.post-preview-exhibition .info-flex{
		text-align: left;
	}
}
@media(min-width:1280px){
	.post-preview-exhibition .trigger p,
	.post-preview-exhibition .trigger .title-item p{
		font-size: 29px;
	}
}
/* Preloader */
.preloader{
	position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
	background:#000;
	border:8px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}
.preloader .svg-container{
	cursor: pointer;
	position: relative;
	z-index: 2;
}
.preloader .svg-container svg{
	transition: .4s;
	width: 280px;
  height: 200px;
}
.preloader .svg-container:hover svg{
	transform:scale(1.2);
}
.preloader .svg-container p{
	position: absolute;
	top:50%;
	left: 50%;
	transform:translate(-50%, -50%);
}
@media(min-width:768px){
	.preloader .svg-container svg{
		width: 380px;
		height: 330px;
	}
}
