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, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%; background: transparent; font-weight: 100; -webkit-font-smoothing: antialiased;}

@font-face {
  font-family: 'Rubik-Light';
  src: url('../fonts/Rubik-Light.eot');
  src: url('../fonts/Rubik-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Rubik-Light.svg#Rubik-Light') format('svg'),
       url('../fonts/Rubik-Light.ttf') format('truetype'),
       url('../fonts/Rubik-Light.woff') format('woff'),
       url('../fonts/Rubik-Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Rubik-Regular';
  src: url('../fonts/Rubik-Regular.eot');
  src: url('../fonts/Rubik-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Rubik-Regular.svg#Rubik-Regular') format('svg'),
       url('../fonts/Rubik-Regular.ttf') format('truetype'),
       url('../fonts/Rubik-Regular.woff') format('woff'),
       url('../fonts/Rubik-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Rubik-Bold';
  src: url('../fonts/Rubik-Bold.eot');
  src: url('../fonts/Rubik-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Rubik-Bold.svg#Rubik-Bold') format('svg'),
       url('../fonts/Rubik-Bold.ttf') format('truetype'),
       url('../fonts/Rubik-Bold.woff') format('woff'),
       url('../fonts/Rubik-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Rubik-Black';
  src: url('../fonts/Rubik-Black.eot');
  src: url('../fonts/Rubik-Black.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Rubik-Black.svg#Rubik-Black') format('svg'),
       url('../fonts/Rubik-Black.ttf') format('truetype'),
       url('../fonts/Rubik-Black.woff') format('woff'),
       url('../fonts/Rubik-Black.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

a{
	text-decoration: none!important;
	color: inherit!important;
}

body{
	background: #FFF;
	font-family: 'Rubik-Regular', sans-serif;
	font-weight: 400;
}

.inner{
	display: flex;
    width: calc(100% - 320px);
    margin: auto;
    max-width: 1300px;
    flex-wrap: wrap;
}

.innerSmaller{
	display: flex;
    width: calc(100% - 320px);
    margin: auto;
    max-width: 1150px;
    flex-wrap: wrap;
}

.innerSmallerer{
    display: flex;
    width: calc(100% - 320px);
    margin: auto;
    max-width: 1000px;
    flex-wrap: wrap;
}

.pageContent{
	width: 100%;
}

.page-id-1093 #About li{
	font-family: 'Rubik-Bold';
}

.single-collections #Collections li, .page-template-landing-page-collections #Collections li{
	font-family: 'Rubik-Bold';
}

.single-commissions #Commissions li, .page-template-landing-page-commissions #Commissions li{
	font-family: 'Rubik-Bold';
}

.post-type-archive-news #News li{
	font-family: 'Rubik-Bold';
}

.page-template-landing-page-projects #Projects li{
	font-family: 'Rubik-Bold';
}

.page-template-landing-page-exhibitions #Exhibitions li{
	font-family: 'Rubik-Bold';
}

#Shop li{
	color: #e2241c;
}


.tint:after{
	content: '';
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}

#burger{
	display: none;
    position: fixed;
    top: 30px;
    width: 40px;
    right: 30px;
    cursor: pointer;
    transition: 0.5s linear opacity;
}

#close{
	display: none;
    position: fixed;
    top: 30px;
    width: 40px;
    right: 30px;
    cursor: pointer;
    opacity: 0;
    transition: 0.5s linear opacity;
    pointer-events: none;
}

/*--------------------- FONT & TEXT STYLES ---------------------*/

p{
	font-family: 'Rubik-Light', sans-serif;
	font-size: 20px;
	line-height: 30px;
}

p+p{
    margin-top: 30px;
}

h1{
    font-size: 48px;
    text-transform: uppercase;
}

h2{
	font-size: 52px;
    line-height: 63px;
}

h3{
    font-family: 'Rubik-Regular', sans-serif;
    font-size: 40px;
    line-height: 43px;
    color: #000;
    text-align: center;
    margin: auto;
    text-transform: uppercase;
}

h3.title{
	margin-bottom: 60px;
}

h4{
    font-size: 13px;
    line-height: 18px;
    font-weight: 100;
    text-transform: uppercase;
    color: #1d1d1b80;
}

/*--------------------- HEADER & NAV STYLES ---------------------*/

.topNav{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 38px;
	background: #e6f5fd;
}

header{
	width: 100%;
	position: relative;
	top:0px;
	z-index: 9;
    background: #FFF;
    border-bottom: 1px solid #dbdcde;
}

.topNav .inner{
	justify-content: flex-end;
}

.topNav nav{
    margin-right: 90px;
}

.topNav nav li{
    height: 38px;
    display: flex;
    align-items: center;
    margin-left: 20px;
    color: #0061a1;
    font-size: 12px;
}

.bottomNav{
	width: 100%;
    padding: 38px 0;
    height: auto;
    display: flex;
}


nav ul{
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	text-transform: uppercase;
}

nav ul a{
	flex-basis: 100%;
}

.logo{
    height: auto;
    width: 430px;
}

.bottomNav .inner{
    align-items: center;
    position: relative;
}

.bottomNav nav{
    display: flex;
    justify-content: left;
    flex-basis: 150px;
    padding: 0px;
    margin-left: 270px;
}

.bottomNav nav li{
    margin-left: 0px;
    font-family: 'Rubik-Light';
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1em;
}

.trNav{
	display: flex;
    align-self: flex-start;
    justify-content: flex-end;
    flex-basis: 300px;
    font-family: 'Rubik-Light';
    font-size: 14px;
    line-height: 20px;
}

.trNav img{
	width: 12px;
    height: 12px;
}

.trNav a{
    margin-left: 10px;
}

/*--------------------- SLIDESHOW BANNER STYLES ---------------------*/

.slideshowBanner{
	position: relative;
	width: 100%;
	height: 50vw;
	min-height: 300px;
}

.slideshowBanner .slide{
    height: 50vw;
    background-size: cover;
    display: flex!important;
    justify-content: center;
    align-items: center;
}

.slideshowBanner .slide.tint:after{
	content: '';
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}

.textOverlay{
	color: #FFF;
	z-index: 2;
}

.textOverlay h2{
    text-align: center;
}

.textOverlay a{
	text-align: center;
    display: table;
    margin: auto;
    margin-top: 40px;
    font-size: 12px;
    line-height: 20px;
    position: relative;
}

.textOverlay a:after{
	content: '';
	border-bottom: 1px solid #FFF;
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
}

.caption h2{
	font-size: 18px;
    padding: 25px 0px 20px;
    line-height: 18px;
    background: #f1f1f1;
    text-align: center;
    text-transform: uppercase;
}

.slick-dots {
    bottom: -30px!important;
    height: 30px!important;
    background: #f1f1f1;
    padding-bottom: 15px!important;
}

.slick-dots li{
    margin: 0px 5px!important;
    width: 10px!important;
}

.slick-dots li button:before {
    font-size: 25px!important;
    line-height: 25px!important;
}

.slick-dots li.slick-active button:before {
    opacity: 1!important;
    color: #e6131e!important;
}

/*--------------------- TEXT BLOCK STYLES ---------------------*/

.textBlock{
	padding: 60px 0;
}

.textBlock p{
	text-align: center;
	margin: auto;
}

/*--------------------- EXPLORE BLOCKS STYLES ---------------------*/

.exploreBlocks{
	padding: 60px 0;
	border-top: 1px solid #dbdcde;
}

.exploreBlocksHolder{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
}

.exploreBlock{
	text-decoration: none!important;
    color: inherit!important;
    flex-basis: calc(33.33% - 10px);
    margin-right: 15px;
    margin-bottom: 15px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    height: 240px;
    background: rgb(22 36 53 / 60%);
    transition: all ease 0.5s;
}

.exploreBlock:hover .postTitle{
	 background: rgb(22 36 53 / 10%);
}


.exploreBlock:nth-child(3n+3){
	margin-right: 0px;
}

.exploreBlock h3{
	color: #FFF;
}

/*--------------------- QUICK LINKS STYLES ---------------------*/


.quickLinks{
    padding: 60px 0;
}

.quickLinks .inner:before{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	background: #FFF;
	width: 100%;
	height: 223px;
	z-index: -1;
}

.quickLinksBlocksHolder{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
}

.quickLinksBlock{
	position: relative;
	text-decoration: none!important;
    color: inherit!important;
    flex-basis: calc(33.33% - 10px);
    margin-right: 15px;
    margin-bottom: 15px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    height: 230px;
}

.quickLinksBlock:nth-child(3n+3){
	margin-right: 0px;
}

.quickLinksBlock h3{
	color: #FFF;
    z-index: 2;
}

.quickLinksBlock:after{
	content: '';
    background: rgb(0 0 0 / 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/*--------------------- BIG EXPLORE STYLES ---------------------*/


.bigExplore{
    padding: 60px 0;
}

.bigExplore h3{
	color: #FFF;
}

.bigExplore .inner:before{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	background: #c2e2d6;
	width: 100%;
	height: 223px;
	z-index: -1;
}

.bigExploreBlocksHolder{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
}

.bigExploreBlock{
	text-decoration: none!important;
    color: inherit!important;
    flex-basis: calc(33.33% - 10px);
    margin-right: 15px;
    margin-bottom: 15px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    height: 300px;
}

.bigExploreBlock:nth-child(3n+3){
	margin-right: 0px;
}

.bigExploreBlock h3{
	color: #FFF;
}


/*--------------------- FOOTER STYLES ---------------------*/

footer{
	width: 100%;
	background: #fef0ec;
}

footer .newsletterSection{
	width: 100%;
	display: flex;
	color: #FFF;
	background: #706f6f;
	background-image: url('../images/nlBg.gif');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom center;
	height: 239px;
    justify-content: center;
    align-items: center;
}

footer h3{
	color: #ffffff;
	text-align: center;
	margin: auto;
    margin-bottom: 15px;
}

#nlForm{
	display: flex;
    width: 440px;
    margin: auto;
	margin-top: 20px;
}

#nlForm input{
    font-size: 15px;
    line-height: 23px;
    padding: 15px 10px;
    width: calc(300px);
    border: 1px solid #e2241c;
    box-sizing: border-box;
}

#nlForm button{
	width: 120px;
    border: 0px;
    color: #FFF;
    background: #e2241c;
}

.footerNav{
    background: #fef0ec;
    padding: 30px 0;
    position: relative;
}

.footerNav .social{
	flex-basis: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 40px 0 60px;
}

.footerNav ul{
	list-style: none;
}

.footerNav ul li{
    font-size: 14px;
    line-height: 24px;
}

.lowerFooter{
	background: #fef0ec;
    padding: 30px 0;
    font-size: 12px;
}

.lowerFooter .rightCol{
	text-align: right;
}

.footerNav .rightCol{
	display: flex;
	flex-wrap: wrap;
}

.footerNav .bottom{
	flex-basis: 100%;
}

.footerNav .bottom .rightCol{
	display: block;
	text-align: right;
}

.footerNav .bottom{
    display: flex;
    align-items: flex-end;
    font-size: 14px;
    line-height: 24px;
}

.footerNav .socialLinks{
	flex-basis: 100%;
	display: flex;
}

.footerNav .socialIcon{
    width: 30px;
    height: 30px;
    margin: 0 8px;
}

.footerNav .links{
    flex-basis: 100%;
    text-align: center;
}

.footerNav .socialIcon img{
    width: 30px;
    height: 30px;
}

footer .copyright{
    padding: 40px;
    font-size: 12px;
    flex-basis: 100%;
    text-align: center;
}

#toTheTop{
    cursor: pointer;
    position: absolute;
    margin-right: 17px;
    top: 80px;
    right: 80px;
}

#toTheTop:after{
	content: '';
    background-image: url('../images/up.svg');
    position: absolute;
    margin-left: 10px;
    width: 20px;
    height: 30px;
    bottom: 2px;
}

.quickLinks .postGrid{
	padding: 0px;
}


/*--------------------- LANDING PAGE STYLES ---------------------*/

.pageWrapper{
	display: block;
	padding: 60px 0;
}

.pageWrapper h3{
	margin-bottom: 60px;
}

.landingLink{	
    flex-basis: 100%;
    margin-bottom: 15px;
    height: 360px;
	display: flex;
}

.landingLinkInner{	
    flex-basis: 100%;
    margin-bottom: 15px;
    height: 100%;
    background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

.landingLinkInner h3{
	color: #FFF;
}

.landingLinkInner .innerText{
	position: relative;
    z-index: 2;
}

.readMore{
    text-align: center;
    display: table;
    margin: auto;
    margin-top: 40px;
    font-size: 12px;
    line-height: 20px;
    position: relative;
    color: #FFF;
    font-weight: 700;
}

.readMore:after{
	content: '';
	border-bottom: 1px solid #FFF;
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
}

/*--------------------- CONTENT PAGE STYLES ---------------------*/

.contentPageWrapper{
	display: block;
	padding: 60px 0;
}

.innerSmallerer img{
    display: block;
	width: 100%;
	height: auto;
    margin-bottom: 60px;
}

.innerSmallerer .textWrap{
	padding-right: 0px;
	margin-bottom: 30px;
}

.textWrap h3{
	text-align: left;
	padding: 40px 0;
}

.textWrap h1 {
    padding: 80px 0 40px;
}

.innerSmallerer p{
    margin-bottom: 30px;
}

.innerSmallerer a{
	position: relative;
}

.innerSmallerer a:after{
	content: '';
	border-bottom: 1px solid #000;
	position: absolute;
	width: 100%;
	bottom: 2px;
	left: 0px;
}

.innerSmallerer b{
	font-weight: 700;
}

.doubleImages{
	display: flex;
}

.leftImage{
	flex-basis: calc(50% - 8px);
	margin-right: 15px;
}

.rightImage{
	flex-basis: calc(50% - 8px);
}

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

.backBtn{
	margin-bottom: 60px;
}

.leftCol{
	flex-basis: calc(50% - 8px);
	margin-right: 15px;
}

.rightCol{
	flex-basis: calc(50% - 8px);
}

.contactDetails{
	margin-bottom: 30px;
}

.contactForm{
    padding: 80px;
}

form{
	display: flex;
    flex-wrap: wrap;
}

form p{
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px!important;
}

.wpcf7{
    flex-basis: 100%;
    margin-top: 30px;
}

.first-name{
	flex-basis: calc(50% - 8px);
    margin-right: 15px;
}

.last-name{
	flex-basis: calc(50% - 8px);
}

.half-width{
	width: calc(100% - 20px);
    border: 1px solid #bee3ed;
    height: 50px;
    display: flex;
    padding: 0 10px;
    margin-bottom: 20px;
    font-family: 'Rubik-Regular', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.email-address{
	flex-basis: calc(50% - 8px);
	margin-right: 15px;
}

.enquiry-reason{
	flex-basis: calc(50% - 8px);
}

.wpcf7-submit{
    width: 120px;
    border: 0px;
    background-color: #e2251c;
    color: #ffffff;
    height: 53px;
    text-transform: uppercase;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 60px;
}

.your-message{
	width: 100%;
}

.wpcf7-textarea{
    width: calc(100% - 20px);
    padding: 10px;
    border: 1px solid #bee3ed;
    font-family: 'Rubik-Regular', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

#map{
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 450px;
    margin-bottom: 60px;
}

/*--------------------- GALLERY PAGE ----------------------*/

.single-gallery .innerSmallerer img {
    margin-bottom: 15px;
}

.single-gallery h5{
	margin: auto;
    text-align: center;
    margin-top: 15px;
    color: #0061a1;
}

.single-gallery .backBtn {
    margin-top: 30px;
}

.single-gallery .backBtn .rightCol{
	text-align: right;
}

.single-gallery .innerSmallerer{
	max-width: 1300px;
}

/*--------------------- NEWS ARCHIVE ----------------------*/

.newsItem{
	flex-basis: calc(33.3% - 20px);
	margin-right: 30px;
	margin-bottom: 30px;
	box-shadow: rgba(0,0,0,0.1) 0px 0px 10px 3px;
}

.newsItem:nth-child(3n+3){
	margin-right: 0px;
}

.newsImage{
    width: 100%;
    height: 250px;
    background-size: cover;
    margin-bottom: 20px;
}

.newsDate{
	color: #a1a5a7;
	font-size: 12px;
	margin-left: 20px;
}

.newsTitle h4{
	color: #000;
	font-size: 35px;
    line-height: 35px;
}

.newsTitle{
    margin: 25px 20px 0px 20px;
    height: 45px;
    overflow: hidden;
}

.newsDescription{
    margin: 10px 40px 10px 20px;
    height: 120px;
    overflow: hidden;
}

.newsItem .readMore{
	text-align: left;
	margin-left: 20px;
	color: #000;
	margin-bottom: 30px;
}

.newsItem .readMore:after{
	border: none;
}

.pagination{
    margin: auto;
    margin-top: 60px;
    flex-basis: 100%;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.page-numbers{
	margin: 5px;
	color: #a1a5a7!important;
	position: relative;
}

.page-numbers.current{
	color: #000!important;
}

.page-numbers:after{
	content: '';
	border-bottom: 1px solid;
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
	border-color: inherit;
}

/*--------------------- SINGLE NEWS ----------------------*/

.single-news h5{
	margin: auto;
    text-align: center;
    margin-top: 15px;
    color: #0061a1;
}

.relatedNews {
    padding: 60px 0;
    border-top: 1px solid #dbdcde;
}

.relatedNews h3{
	flex-basis: 100%;
}

.relatedNews .readMore:after{
	border-color: #000;
}

/*--------------------- MAKERS A-Z ----------------------*/

.makersSurname{
	display: flex;
    flex-basis: 100%;
    flex-wrap: wrap;
}

.makersSurname p{
	flex-basis: 100%;
	font-size: 14px;
	margin-bottom: 15px;
}

.lettersHolder{
    display: flex;
    flex-basis: 100%;
    justify-content: space-between;
}

.letter{
	padding: 3px 6px;
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.letter.selected{
	background: #75c2a9;
}

.maker{
	display: flex;
	flex-basis: 100%;
    border-top: 1px solid #000;
    padding: 10px 0;
    position: relative;
}

.makersHolder{
    flex-basis: 70%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
    border-bottom: 1px solid #000;
}

.maker .name{
    flex-basis: 40%;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.maker .categories{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 40px;
    font-size: 14px;
    align-self: center;
    flex-basis: 50%;
}

.maker .material{
	flex-basis: 100%;
}

.maker .discipline{
	flex-basis: 100%;
}

.maker .readMore {
    color: #75c2a9;
    display: flex;
    align-items: center;
    text-align: right;
    margin-top: auto;
    margin-right: 0px;
}

.readMore:after {
    border-bottom: 1px solid #75c2a9;
}

.makersCats{
	display: flex;
	flex-basis: 100%;
	flex-wrap: wrap;
}

.filterBlock{
    border-top: 1px solid #dbdcde;
    margin-top: 30px;
    padding-top: 15px;
}

.filterOptions{
    display: flex;
    flex-wrap: wrap;
    display: none;
    margin-top: 15px!important;
    padding-bottom: 30px;
    position: relative;
    float: left;
}

.filterRow{
    width: 50%;
    float: left;
	text-transform: uppercase;
}

.filterTitle{
    margin-bottom: 0px;
    position: relative;
}

.filterTitle:after{
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	margin-left: 10px;
	background-image: url('../images/down-arrow.svg');
	background-size: contain;
    margin-top: 2px;
    transition: transform 0.25s ease-out;
}

.filterTitle.open:after{
	transform: rotate(-180deg);
}

.filterRow.selected{
	color: #75c2a9;
}


.noResults{
	display: none;
    border-top: 1px solid;
    flex-basis: 100%;
    padding: 15px 0;
}

.previewImage{
    position: absolute;
    background: #000;
    background-size: cover;
    width: calc(43% - 30px);
    height: 230px;
    top: 0px;
    right: -43%;
    transition: 0.5s linear opacity;
    opacity: 0;
    z-index: 9;
}

.maker:hover .previewImage{
	opacity: 1;
}

.innerSmaller.makersInner{
    padding-bottom: 150px;
}

/*--------------------- SINGLE MAKERS ---------------------*/

.single-a-z-makers h5{
    margin: auto;
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    color: #a1a5a7;
}

.slider{
	width: 100%;
	overflow: hidden;
}

.makerSlider{
	width: 100%;
}

.makerSlider .slick-slide{
	opacity: 0.3;
	transition: opacity 0.3s linear;
}

.makerSlider .slick-current{
	opacity: 1;
}

.makerSlider .slick-list {
    overflow: inherit;
}

.makerSlider .slick-slide img {
    display: block;
    object-fit: cover;
    object-position: center;
    height: 500px;
}

.slick-next{
	right: 25px!important;
}

.slick-prev{
	left: 25px!important;
}

.featuredImageBanner{
	width: 100%;
	background-size: cover;
	background-position: center center;
	height: 375px;
	position: relative;
}

.featuredImageBanner .caption{
	position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 7px 80px 7px 7px;
    font-size: 13px;
    background: rgb(255 255 255 / 80%);
    text-transform: uppercase;
}

.navHeader{
    background: #f8e5db;
}

.navHeader .inner{
	display: flex;
    flex-basis: 100%;
    font-size: 25px;
    text-transform: uppercase;
    height: 108px;
    align-items: center;
}

.navItem{
    flex-basis: 33.33%;
    position: relative;
    cursor: pointer;
}

.navItem.active{
	font-family: 'Rubik-Bold';
}

.navItem.selected:after{
	content: '';
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #f8e5db;
    position: absolute;
	bottom: -68px;
    left: 0;
    z-index: 2;
}

.subNavTitle{
	font-family: 'Rubik-Bold';
}

.postGrid{
	display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
    padding: 80px 0;
}

.postBlock{
	position: relative;
	flex-basis: calc(33.33% - 20px);
    padding-bottom: 20%;
    margin-right: 30px;
    margin-bottom: 30px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.postBlock .postTitle{
	position: absolute;
    height: 100%;
    width: 100%;
    text-align: center;
    justify-content: center;
    top: 0px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #FFF;
    font-size: 40px;
    z-index: 2;
    background: rgb(22 36 53 / 60%);
    transition: all ease 0.5s;
}

.postBlock:hover .postTitle{
	 background: rgb(22 36 53 / 10%);
}

.postBlock:nth-child(3n+3){
	margin-right: 0px;
}

.pageWrap{
	padding: 80px 0px 0px;
}

.pageWrap h1{
    margin-bottom: 40px;
    flex-basis: 100%;
}

.pageWrap h4{
    margin-top: 40px;
}

.pageWrap p{
	flex-basis: 100%;
}

.pageWrap .postGrid{
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
    padding: 20px 0 40px;
}

.postTitleSection{
	flex-basis: 80%;
}

.postTitleSection:after{
	content: '';
	position: absolute;
    border-top: 1px solid #dbdcde;
	width: 100%;
	left: 0px;
}

.postTitleSection h1{
	margin-bottom: 0px;
}

.postTitleSection h2{
	font-size: 30px;
    line-height: 63px;
    text-transform: uppercase;
    color: #e2241c;
    padding-bottom: 40px;
}

.postBack{
    flex-basis: 20%;
    text-align: right;
    color: #5a5a5a;
    font-size: 25px;
}

.postBack:before{
	content: '';
	
}

.subNavContent{
	display: none;
    z-index: 1;
    position: relative;
    background: rgb(248 229 219 / 50%);
    padding: 80px 0;
}

.subNavWrap{
	display: flex;
	flex-wrap: wrap;
    flex-basis: 100%;
}

.subNavItem{
	flex-basis: 33.33%;
    line-height: 30px;
    text-transform: uppercase;
    cursor: pointer;
}

.subNavItem:hover{
	font-family: 'Rubik-Bold';
}

.subNavItem.active{
	font-family: 'Rubik-Bold';
}

.subNavWrap.single{
	width: 33.33%;
}

.subNavWrap.single .subNavItem{
	flex-basis: 100%;
}

.subNavTitle{
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.subNavTitle:after{
	content: '';
    width: 26px;
    height: 26px;
    top: -5px;
    position: absolute;
    right: -30px;
    background-image: url('../images/next.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: rotate(90deg);
}

.postMainImage{
	position: relative;
	width: 100%;
	margin-top: 1px;
}

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

.closePost{
    position: absolute;
    width: 35px;
    height: 35px;
    top: 15px;
    right: 15px;
    background-image: url('../images/close.svg');
    background-size: contain;
    background-position: center center;    
}

.postDescription{
    display: flex;
    flex-basis: 100%;
}

.postDescription:before{
    content: '';
	position: absolute;
    border-top: 1px solid #dbdcde;
	width: 100%;
	left: 0px;
}

.postLeft{
	flex-basis: 60%;
    display: flex;
    flex-wrap: wrap;
}

.dimensions{
	flex-basis: 100%;
    padding: 40px 0 0;
}

.catagories{
	flex-basis: 100%;
    padding: 20px 0 0;
    text-transform: uppercase;
    font-size: 14px;
}

.exhibition{
    flex-basis: 100%;
    padding: 20px 0 40px;
}

.exhibition div{
    font-size: 18px;
    line-height: 28px;
}

.description{
    margin-top: 30px;
    padding: 30px 0;
    border-top: 3px solid #dbdcde;
    border-bottom: 3px solid #dbdcde;
}

.postRight{
	flex-basis: 40%;
}

.prevPost{
	content: '';
    width: 35px;
    height: 35px;
    top: calc(50% - 17px);
    position: absolute;
    left: -50px;
    background-image: url('../images/prev.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer; 
}

.nextPost{
	content: '';
    width: 35px;
    height: 35px;
    top: calc(50% - 17px);
    position: absolute;
    right: -50px;
    background-image: url('../images/next.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer; 
}

.postBlockSquare{
	flex-basis: calc(25% - 9px);
	margin-left: 12px;
	margin-bottom: 12px;
	padding-bottom: 25%;
	background-position: center center;
	background-size: cover;
}

.postNav{
    display: flex;
    width: 80%;
    justify-content: flex-end;
    margin-top: 40px;
    margin-left: 20%;
    flex-wrap: wrap;
}

.relatedPosts{
	text-transform: uppercase;
    padding-top: 40px;
    font-size: 18px;
    width: 100%;
}

.postTitle{
    padding: 40px;
    box-sizing: border-box;
}

.filterResults{
	display: none;
	padding: 80px 0;
    background: rgb(248 229 219 / 25%);
}

.filterResults h2{
    font-size: 52px;
    line-height: 63px;
    flex-basis: 100%;
    margin-bottom: 40px;
}

.filterResult{
	flex-basis: 100%;
	display: flex;
	flex-wrap: wrap;
}

.resultSquare{
    flex-basis: calc(10% - 15px);
    margin-right: 20px;
    padding-bottom: 9%;
    margin-bottom: 20px;
    background-size: cover;
}

.contactCta{
    background: #f8e5db;
    width: 100%;
    /* flex-basis: 100%; */
    display: block;
    text-align: center;
    display: flex;
    flex-basis: 100%;
    font-size: 25px;
    text-transform: uppercase;
    height: 108px;
    align-items: center;
    justify-content: center;
}

.contactCta:before{
	content: '';
	background: url('../images/mbw.svg');
	width: 80px;
	height: 80px;
	margin-right: 20px;
}

.contactCta:after{
	content: '';
	background: url('../images/mbw.svg');
	width: 80px;
	height: 80px;
	margin-left: 20px;
}

.instaFeed{
	border-top: 1px solid #dbdcde;
}

.instaFeed .socialIcon{
    width: 40px;
    margin: auto;
    display: block;
    padding-top: 40px;
}

#sb_instagram #sbi_images{
    width: calc(100% - 120px);
    margin: auto;
    float: none;
}

.contactForm input[type=text], .contactForm input[type=email], .contactForm textarea{
    width: 100%;
    max-width: 800px;
    padding: 10px;
    margin: 20px 0;
}

.contactForm label{
    width: 100%;
}

.contactForm textarea{
    border: 1px solid #767676;
}

.contactForm .wpcf7-submit{
	margin-left: 0px;
}

.parentNav{
    height: 108px;
    background: #EEEEEF;
    display: flex;
}

.parentNav .inner{
    position: relative;
}

.single-collections .pageWrap {
    padding: 80px 0px 0px;
}

.prevParent{
	flex-basis: calc(50% - 50px);
    font-size: 20px;
    text-transform: uppercase;
    margin-left: 50px;
}

.prevParent:before{
	content: '';
	background-image: url('../images/prev.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0px;
}

.nextParent{
	flex-basis: calc(50% - 50px);
    font-size: 20px;
    text-transform: uppercase;
	text-align: right;
	margin-right: 50px;
}

.nextParent:after{
	content: '';
	background-image: url('../images/next.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0px;
}

.single-collections .postBlock .postTitle, .single-commissions .postBlock .postTitle, .single-projects .postBlock .postTitle {
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: left;
    justify-content: left;
    top: calc(50% + 30px);
    left: 0px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    z-index: 2;
    transition: all ease 0.5s;
    padding: 0px;
    background: none!important;
}

.single-collections .postBlock, .single-commissions .postBlock , .single-projects .postBlock {
    margin-bottom: 70px;
}

.page-template-landing-page-exhibitions .subNavWrap{
    flex-basis: 100%;
    margin-bottom: 30px;
	display: none;
}

.subNavInner{
	flex-basis: 100%;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.page-template-landing-page-exhibitions .subNavItem{
	flex-basis: 100%;
}

.page-template-landing-page-exhibitions .subNavTitle{
    flex-basis: 50%;
}

.page-template-landing-page-exhibitions .subNavTitle:after{
    left: auto;
    right: auto;
    position: absolute;
    margin-left: 10px;
    transition: transform 0.5s ease-in-out;
}

.page-template-landing-page-exhibitions .subNavMenu{
    flex-basis: 50%;
}

.page-template-landing-page-exhibitions .open .subNavTitle:after{
	transform: rotate(-90deg);
}

/*--------------------- RESPONSIVE STYLES ---------------------*/

@media screen and ( max-width: 1400px ){
	
	.logo {
    	width: 300px;
	}
	
	.bottomNav nav {
    	margin-left: 180px;
	}
	
	.trNav {
    	flex-basis: 241px;
    }

}

@media screen and ( max-width: 1200px ){
	
	.inner {
    	width: calc(100% - 160px);
    }
    
    .innerSmaller {
    	width: calc(100% - 200px);
    }
    
    .shopBtn {
    	width: calc(100% - 160px);
    }
    
	.bottomNav nav {
    margin-left: 240px;
	}
    
}

@media screen and ( max-width: 1040px ){
	
	.inner{
		width: 100%;
	}
	
	.trNav{
	    display: none;
    }
	
	.logo {
	    width: 180px;
	}
	
	.topNav{
		display: none;
	}
	
	.shopBtn{
		display: none;
	}
	
	.bottomNav nav {
	    opacity: 0;
	    pointer-events: none;
	    position: fixed;
	    top: 60px;
	    background: #FFF;
	    border-top: 1px solid #000;
	    left: 0px;
	    width: 100%;
	    height: 100%;
	    transition: opacity 0.5s linear;
	}
	
	.bottomNav.open nav{ 
		opacity: 1;
		pointer-events: all;
	}
	
	.bottomNav .inner {
	    height: 100%;
	    background: #FFF;
    }
    
    .bottomNav nav {
    	display: flex;
		justify-content: left;
	    flex-basis: 100%;
		margin: inherit;
	}
	
	nav ul {
		display: block;
		padding-top: 30px;
	}
	
	header.open{
		height: 100%;
	}
	
	.topNav {
	    position: fixed;
	    top: auto;
	    width: 100%;
	    height: 200px;
	    z-index: 999;
	    bottom: 0px;
    }
	
	.bottomNav nav li {
	    margin-left: 30px;
	    font-size: 40px;
	    line-height: 60px;
	}
    
    #burger{
	    display: block;
    }
    
    #close{
	    display: block;
		top: 14px;
		width: 25px;
    }
    
    .bottomNav.open #burger{
	    opacity: 0;
	    pointer-events: none;
    }
    
    .bottomNav.open #close{
	    opacity: 1;
	    pointer-events: all;
    }
	
	nav ul{
	    flex-wrap: wrap;
	}
	
	nav ul a{
		flex-basis: 100%;
	}
	
	.logo{
	    position: fixed;
	    top: 0px;
	    left: 30px;
	}
    
    .bottomNav{
	    top: 0px;
	    height: 60px;
	    padding: 0px 0;
	}
    
    .exploreBlock, .quickLinksBlock, .newsItem, .bigExploreBlock{
    	flex-basis: 80%;
    	margin-left: 10%;
    	margin-right: 10%;
    }
    
    .exploreBlock:nth-child(3n+3), .quickLinksBlock:nth-child(3n+3), .newsItem:nth-child(3n+3), .bigExploreBlock:nth-child(3n+3) {
    	margin-right: 10%;
	}
	
	.postBlock{
		flex-basis: 100%;
	    margin-right: 0px;
	    margin-bottom: 30px;
        padding-bottom: 50%;
    }
    
    #burger {
	    top: 14px;
	    width: 30px;
	    right: 30px;
	}
	
	header {
    	position: fixed;
    }
    
    #close{
        right: 32px;
    }
    
    
		
}

@media screen and ( max-width: 800px ){
	
	.navHeader .inner {
    flex-basis: 100%;
    font-size: 25px;
    padding: 20px;
    line-height: 45px;
    height: auto;
	}
	
	.navItem{
		flex-basis: 100%;
	}
	
	.navItem.selected:after{
		display: none;
	}
	
	.slick-dots {
    	bottom: -27px!important;
    }
	
	.logo {
    	top: 5px;
    }
	
	h2{
	    font-size: 35px;
	    line-height: 45px;
	}
	
	p{
	    font-size: 18px;
	    line-height: 28px;
	}
	
	.textBlock p br{
		display: none;
	}
	
	.inner{
	    width: calc(100% - 80px);
	}

	.innerSmaller{
	    width: calc(100% - 120px);
	}
	
	.innerSmallerer {
    	width: calc(100% - 120px);
	}
	
	.innerSmallerer .textWrap {
    	padding-right: 0px;
	}
	
	.exploreBlock, .quickLinksBlock, .newsItem, .bigExploreBlock{
    	flex-basis: 100%;
    	margin-right: 0px!important;
    	margin-left: 0px!important;
    }
    
    .slideshowBanner, .slideshowBanner .slide {
    	height: 50vw;
    }
    
    .footerNav .inner{
	    position: relative;
    }
    
    .footerNav .socialIcon{
	    margin-right: 0px;
        margin-left: 15px;
    }
    
	.footerNav .leftCol{
		flex-basis: 100%;
	}
	
	.footerNav .rightCol{
		flex-basis: 100%;
		margin-top: 30px;
	}
	
	.socialLinks{
		position: absolute;
		top:0px;
		right: -15px;
	}
	
	.lettersHolder {
		justify-content: left;
		flex-wrap: wrap;
	}
	
	.letter {
    	margin-right: 15px;
		margin-bottom: 15px;
	}
	
	.makersCats .leftCol{
	    flex-basis: 100%;
	}
	
	.makersCats .rightCol{
	    flex-basis: 100%;
	}
	
	.makersCats .rightCol .filterRow {
    	width: 100%;
    }
    
    .previewImage{
	    display: none;
    }
    
    .makersHolder {
    	flex-basis: 100%;
	    padding-top: 25px;
    }
    
    .makersHolder .readMore{
	    display: none;
    }
    
    .maker .categories {
    	flex-basis: 60%;
	}
	
	.relatedNews h3 {
    	padding: 0px 20px;
	}
	
	#sb_instagram #sbi_images {
    	width: 100%;
    }
    
    .page-template-landing-page-exhibitions .subNavMenu {
    	flex-basis: 100%;
	}
	
	.postTitleSection {
	    flex-basis: 100%;
	}
	
	.postBack {
    	flex-basis: 100%;
    	text-align: left;
    	color: #5a5a5a;
    	font-size: 25px;
    	margin-top: -40px;
    	margin-bottom: 40px;
	}
	
	.postDescription {
    	flex-wrap: wrap;
	}
	
	.postLeft {
    	flex-basis: 100%;
    }
    
    .postNav {
	    display: flex;
	    width: 100%;
	    justify-content: center;
	    margin-top: 0px;
	    margin-bottom: 40px;
	    margin-left: 0%;
	    flex-wrap: wrap;
	}
	
	.prevPost {
    left: -30px;
    }
	
	.nextPost {
    right: -30px;
    }
    
    .closePost {
    top: -10px;
    right: -26px;
    }
    
    .postRight {
    	flex-basis: 100%;
	}


}