/*
Theme Name: Khalili Collections Custom 
Theme URI: https://www.khalilicollections.org/
Description: Custom Template for Khalili Collections
Author: Robert Pentha
Author URI: http://nocturnal.cloud
*/
*,
*::after,
*::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  -ms-font-feature-settings: "liga", "kern";
  -o-font-feature-settings: "liga", "kern";
  font-feature-settings: "liga", "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #F5F5F5;
  color: #606060;
  width: 100%;
  overflow-x: hidden;
}

body.popopen {
  overflow-y: hidden;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

/*General type stuff */
ul {
  list-style: none;
}

h1, h2, h3, h4 {
  font-family: "Cormorant Garamond", serif;
}

h1 {
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 1em; /* 100% */
}

h2 {
  color: #434343;
  leading-trim: both;
  text-edge: cap;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 1em; /* 100% */
}

h3 {
  color: #434343;
  leading-trim: both;
  text-edge: cap;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 100% */
}

h4 {
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
}

p, a {
  text-decoration: none;
}

p {
  margin-bottom: 15px;
}

p.smallp {
  font-size: 14px;
  line-height: 18px;
}

.smalluppercase {
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}

strong {
  font-weight: 700;
}

/* BUTTONS */
.outlinebt {
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 107.692% */
  letter-spacing: 2.6px;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #E2BC93;
  color: #434343;
  padding: 15px 46px;
  background: rgb(216, 182, 145);
  background: linear-gradient(0deg, rgb(226, 188, 147) 0%, rgb(226, 188, 147) 44%, rgba(173, 142, 108, 0) 44%, rgba(173, 142, 108, 0) 100%);
  background-size: 100% 300%;
  background-position: 0 -300%;
  transition: all 0.5s ease;
}

@media screen and (min-width: 800px) {
  .outlinebt:hover {
    background-position: 0 -200%;
  }
}
.backtobt {
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #E2BC93;
  color: #434343;
  padding: 15px 30px 15px 55px;
  background-image: url(svg/small-arrow-left.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  top: 5;
  background-position: 20px 13px;
}

/*

MENU

*/
#burger {
  display: block;
  position: absolute;
  width: 46px;
  height: 16px;
  top: 20px;
  right: auto;
  cursor: pointer;
  opacity: 1;
  z-index: 9990;
  left: 60px;
  top: 56px;
}

.open #burger {
  position: fixed;
}

#burger span {
  position: absolute;
  right: 0;
  height: 1px;
  background-color: #E2BC93;
  width: 100%;
}

#burger span:nth-child(2) {
  top: 7px;
}

#burger span:nth-child(3) {
  top: 14px;
}

.menuname {
  position: absolute;
  left: 66px;
  top: 0px;
  background-color: none;
  color: #D9D9D9;
}

.fullimage {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.searchblock {
  position: absolute;
  top: 50px;
  right: 60px;
  width: 200px;
  cursor: pointer;
}

.searchblock img {
  position: absolute;
  right: 0px;
  top: 2px;
}

.searchname {
  position: absolute;
  right: 40px;
  top: 6px;
  color: #D9D9D9;
}

/*

Sections

*/
section {
  position: relative;
  width: 100%;
}

/*Preloader*/
.preloaderone {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  height: -webkit-fill-available;
  background-color: #111111;
  z-index: 10000;
}

.preloadimage {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 140px;
  padding-bottom: 30px;
}

.longline {
  width: 140px;
  height: 1px;
  background-color: #484848;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  margin-left: -67px;
  margin-top: 20px;
}

.longline span {
  position: absolute;
  width: 0%;
  height: 100%;
  display: block;
  background-color: #E2BC93;
}

/*

NAVIGATION

*/
.navbar {
  position: fixed;
  width: 100%;
  max-width: 0px;
  height: 100vh;
  height: 100dvh;
  background: linear-gradient(338deg, #D1B392 -1.18%, #F1D3B2 86.54%);
  z-index: 9600;
  top: 0;
  overflow: hidden;
}

.menusymbol {
  position: absolute;
  right: 0;
  transform: translate(50%, 0);
  opacity: 0.5;
}

.backframenav {
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 9580;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0;
  display: none;
}

.logo {
  width: 178px;
  height: 87px;
  display: block;
  margin: 0 auto;
  position: absolute;
  z-index: 100;
  top: 19px;
  left: 50%;
  transform: translate(-50%, 0);
}

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

.mainheader {
  width: 100%;
  height: 126px;
  position: absolute;
  z-index: 9600;
  top: 0;
  left: 0;
}

.headerback {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #111111;
}

.home .headerback {
  opacity: 0;
}

.mainnavinner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mainnavinner > ul {
  position: absolute;
  left: 140px;
  top: 110px;
}

.mainnavinner > ul > li {
  margin-bottom: 19px;
  position: relative;
}

.mainnavinner > ul > li.menusocial {
  width: 22px;
  height: 22px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
  margin-right: 10px;
  margin-top: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.65;
}

.mainnavinner > ul > li.facebookicon {
  background-image: url(svg/icon-facebook.svg);
}

.mainnavinner > ul > li.twittericon {
  background-image: url(svg/icon-twitter.svg);
}

.mainnavinner > ul > li.instagramicon {
  background-image: url(svg/icon-instagram.svg);
}

.mainnavinner > ul > li.youtubeicon {
  background-image: url(svg/icon-youtube.svg);
}

.mainnavinner > ul > li.vimeoicon {
  background-image: url(svg/icon-vimeo.svg);
  background-position: 0 3px;
  background-size: 20px;
}

.mainnavinner > ul > li > a {
  color: #434343;
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 26px;
  position: relative;
  transition: all 0.5s ease;
  min-width: 300px;
  display: block;
}

li.menuseperate > a {
  display: none !important;
}

li.menuseperate {
  height: 40px;
  border-left: 1px solid #D1AD57;
}

.mainnavinner > ul > li.smallerlink > a {
  font-size: 18px;
  line-height: 18px;
}

.mainnavinner > ul > li.smallerlink {
  margin-bottom: 5px;
}

ul.sub-menu {
  position: absolute;
  width: 300px;
  left: 300px;
  top: 0px;
  display: none;
}

.sub-menu li {
  margin-bottom: 10px;
}

ul.sub-menu li a {
  color: #434343;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 30px;
  background-image: url(svg/small-arrow.svg);
  background-repeat: no-repeat;
  padding: 0 0px 0 30px;
  background-position: 0px 4px;
}

.allcollectionbutton {
  position: absolute;
  top: 50px;
  right: 120px;
  border-right: 1px solid grey;
  padding-right: 40px;
}

.allcollectionbutton a {
  color: #D9D9D9;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}

.allcollectionbutton a:hover {
  color: #FFF;
}

/*

Gallery homepage SLIDER

*/
.sliderone {
  height: 100vh;
  height: 100dvh;
  z-index: 9580;
  background-color: #141211;
}

.singleslider {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: relative;
  overflow: hidden;
}

.singleslider:nth-child(1) {
  background: radial-gradient(69.27% 79.72% at 27.5% 82.73%, #8d857c 0%, #4a3c33 50%, #141211 100%);
}

.singleslider:nth-child(2n+2) {
  background: radial-gradient(46.03% 75.93% at 50% 100%, #8d857c 0%, #4a3c33 50%, #141211 100%);
}

.singleslider:nth-child(2n+3) {
  background: radial-gradient(46.03% 50.93% at 50% 50%, #8d857c 0%, #4a3c33 50%, #141211 100%);
}

.singleslider img {
  width: 50%;
  height: 100%;
  height: auto;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
  padding: 10px;
}

.imageholderslider {
  position: absolute;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.01);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  width: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.outerfloorholder {
  position: absolute;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.floorholder {
  position: absolute;
  width: 140%;
  height: 30vh;
  overflow: hidden;
  /* transform: perspective(400px) rotateX(65deg); */
  transform: perspective(23rem) rotateX(65deg);
  z-index: 9999;
  left: -20%;
  bottom: -7vh;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.thefloor {
  position: absolute;
  width: 1800%;
  height: 30vh;
  top: 0;
  left: 0;
  opacity: 1;
  filter: saturate(0.7);
}

.thefloor img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: -5px;
}

.sliderone .flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0);
  border: none;
  color: #E2BC93;
}

/*

Gallery homepage canvas

*/
.introone {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: relative;
  display: inline-block;
}

.longtone {
  width: 100%;
  height: 300vh;
  position: relative;
  display: inline-block;
}

canvas {
  z-index: 9350;
  position: absolute;
  top: 0;
  left: 0;
  /* background: linear-gradient(180deg, #0b0800, #18160f, #232018, #2e2b21, #3a362a, #464133); */
  background-color: rgb(12, 12, 12);
}

.overlayone {
  position: absolute;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  top: 0;
  left: 0;
  /* background-color: black; */
  z-index: 9590;
  pointer-events: none;
  overflow: hidden;
}

#lookaround {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 208px;
  height: 205px;
  margin: -100px 0 0 -100px;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  display: grid;
  place-content: center;
  border-radius: 10px;
}

#lookaround > div {
  padding: 20px;
  text-align: center;
}

#lookaround p {
  color: white;
  font-size: 12px;
  width: 100%;
  line-height: 17px;
}

.littleicondrag {
  width: 40px;
  height: 75px;
  background-image: url(svg/thedrag.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

.bottominfo {
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.innerinfoone {
  position: absolute;
  width: 100%;
  padding: 20px;
  max-width: 1100px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.3);
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -200px;
  height: 124px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 70px 1fr 1fr 1fr 70px;
  align-items: center;
  justify-items: center;
  gap: 20px;
  pointer-events: all;
}

.innerinfoone > div:nth-child(1),
.innerinfostart > div:nth-child(1) {
  width: 100%;
  height: 100%;
  background-image: url(svg/squareornament-left.svg);
  background-repeat: no-repeat;
  background-position: 7px 18px;
}

.innerinfoone > div:nth-child(5),
.innerinfostart > div:nth-child(5) {
  width: 100%;
  height: 100%;
  background-image: url(svg/squareornament-right.svg);
  background-repeat: no-repeat;
  background-position: 0px 18px;
}

#poptitle, #poplocation {
  font-family: "Cormorant Garamond", serif;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 22px;
  line-height: 26px;
}

#poptitle {
  color: #E2BC93;
}

#poplocation {
  color: #FFF;
}

#popurl {
  color: #FFF;
}

@media screen and (min-width: 800px) {
  #popurl:hover {
    background-position: 0 -300%;
  }
}
/*

Intro message

*/
.innerinfostart {
  position: absolute;
  width: 100%;
  padding: 20px;
  max-width: 1100px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.3);
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 40px;
  height: 124px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 70px 1fr 1fr 30% 70px;
  align-items: center;
  justify-items: center;
  gap: 20px;
  pointer-events: all;
  color: #E2BC93;
}

.intromessage1 {
  font-family: "Cormorant Garamond", serif;
  font-variant-numeric: lining-nums proportional-nums;
  font-weight: 400;
  font-size: 80px;
  line-height: 80px;
}

.intromessage2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  line-height: 26px;
  color: white;
}

.littledrag {
  width: 320px;
  height: 54px;
  background-image: url(svg/draglook.svg);
  background-repeat: no-repeat;
}

.galleryhero {
  min-height: 100vh;
  height: 100dvh;
  background-color: #434343;
}

.innerblock {
  max-width: 1320px;
  width: 100%;
  padding: 0 20px;
  position: relative;
  margin: 40px auto;
}

/*
First Panel home
*/
.sliderone {
  height: 100vh;
  height: 100dvh;
}

.introblock {
  padding: 120px 0;
}

.twogrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
  place-items: center;
  gap: 20px;
}

.introblock h2 {
  font-size: 80px;
  line-height: 1em;
  text-align: center;
  position: relative;
  width: 100%;
}

.introblock h2:before {
  content: "";
  width: 100%;
  background-image: url(svg/little-icon-shape.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 51px;
  height: 35px;
}

.introblock h2:before {
  content: "";
  width: 100%;
  background-image: url(svg/little-icon-shape.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 51px;
  height: 35px;
  position: relative;
  display: block;
  margin: 0 auto 20px;
}

.introblock h2:after {
  content: "";
  width: 100%;
  background-image: url(svg/little-icon-shape.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 51px;
  height: 35px;
  position: relative;
  display: block;
  margin: 20px auto 0px;
  transform: scaleY(-1);
}

.introblock p {
  max-width: 500px;
  text-align: justify;
}

/*

Homepage Collections

*/
.singlecollecthome {
  position: relative;
  width: 100%;
  height: 40vh;
  overflow: hidden;
  display: grid;
  grid-template-columns: 38% 1fr;
  transition: all 0.5s ease;
}

@media screen and (min-width: 800px) {
  .singlecollecthome:hover {
    height: 44vh;
    /* put height at 70 for the scrollbased animation*/
  }
}
.singlecollecthome > div {
  position: relative;
  display: grid;
  align-items: center;
  background-color: #EEEEEE;
}

.singlecollecthome > div:nth-child(1) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #000;
  padding: 20px;
}

.singlecollecthome > div:nth-child(2) {
  padding: 40px 60px;
}

.singlecollecthome .outlinebt {
  position: absolute;
  right: 60px;
  bottom: 60px;
}

.singlecollecthome h2 {
  max-width: 500px;
  margin-bottom: 10px;
}

.singlecollecthome:nth-child(2n+2) {
  grid-template-columns: 1fr 38%;
}

.singlecollecthome:nth-child(2n+2) > div:nth-child(2) {
  background-color: #F1D3B2;
  grid-area: 1;
}

/* PROMO PANEL */
.promotexter {
  max-width: 460px;
  text-align: center;
}

.promotexter .linesplitter {
  width: 50px;
  height: 1px;
  background-color: #E2BC93;
  margin: 20px auto 30px;
  display: inline-block;
}

.promotexter h2, .promotexter p {
  margin-bottom: 20px;
  text-align: center;
}

.promotexter a {
  display: inline-block;
  margin-top: 20px;
}

.promopanel {
  padding: 80px 0;
}

.promopanel img {
  max-width: 500px;
  position: relative;
  width: 100%;
}

/*

FOOTER

*/
.lastfooter {
  width: 100%;
  padding-top: 50px;
  background-color: #252525;
  color: #AEAEAE;
}

.lastfooter a {
  color: #AEAEAE;
  font-size: 16px;
}

.lastfooter li {
  padding-bottom: 10px;
}

.aboutfooter img {
  max-width: 150px;
}

.aboutfooter a {
  display: block;
  margin-bottom: 10px;
}

.footercolumns {
  display: grid;
  position: relative;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding: 0 80px 80px;
}

.footercolumns h3 {
  width: 100%;
  border-bottom: 1px solid #645B51;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: #DFBF9D;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.certififooter h3 span {
  width: 0px;
  display: inline-block;
}

.chimpmailer input:hover {
  background-position: 0% -300%;
}

.chimpmailer input {
  color: #F1D3B2;
}

.chimpmailer input:not(.outlinebt) {
  color: #F1D3B2;
  font-size: 16px;
  line-height: 16px;
  background-color: transparent;
  border: 1px solid #796f64;
  padding: 13px 20px;
  border-radius: 0;
  width: 100%;
}

.submitterone {
  cursor: pointer;
}

.indicates-required {
  font-size: 12px;
  margin-bottom: 10px;
}

#mc_embed_signup input.mce_inline_error {
  border-color: #916b41 !important;
}

#mc_embed_signup div.mce_inline_error {
  margin: 0 0 1em 0;
  padding: 10px 20px !important;
  background-color: #916b41 !important;
  font-weight: 400 !important;
  z-index: 1;
  color: #fff;
}

.chimpmailer label {
  font-size: 12px;
}

input#mc-embedded-subscribe {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #E2BC93;
  color: #FFF;
  padding: 15px 46px;
  margin-top: 15px;
}

p.sitecredit {
  width: 100%;
  margin: 0;
  padding: 20px 0;
  position: relative;
  font-size: 14px;
  text-align: center;
}

p.sitecredit a {
  font-size: 14px;
}

/*

Breadcrumbs

*/
section.breadcrumbs {
  background-color: #EEEEEE;
  /* height: 100px; */
  z-index: 10;
}

.breadcrumbinner {
  width: 100%;
  padding: 20px;
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  color: #434343;
}

.breadcrumbinner a {
  color: #434343;
}

/*

Category Page

*/
.page-template-template-artcategories .headerback {
  opacity: 0;
}

.categoryhero {
  min-height: 100vh;
  min-height: 100dvh;
  background-color: #434343;
}

.scrolldownbutton {
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 100px;
  height: 73px;
  background-image: url(svg/scrolldownbutton.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -50px;
  cursor: pointer;
}

.bigheroinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  text-align: center;
  background-color: #131313;
  overflow: hidden;
}

.bigheroinner > div {
  z-index: 2;
}

.fullscreen {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.bigheroinner h1 {
  color: #E2BC93;
  max-width: 600px;
  margin-bottom: 20px;
}

.bigheroinner h4 {
  color: #FFFFFF;
  text-align: center;
  text-decoration: none !important;
  border: none !important;
}

.uppersymbol {
  background-image: url(svg/little-icon-shape.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 51px;
  height: 35px;
  position: relative;
  display: inline-block;
}

.lowersymbol {
  background-image: url(svg/little-icon-shape.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 51px;
  height: 35px;
  position: relative;
  display: inline-block;
  transform: scaleY(-1);
  margin-top: 20px;
}

.introquoteblock {
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  padding: 100px 20px;
  place-items: start;
}

.introquoteblock > div:nth-child(2) {
  justify-self: right;
}

.introquoteblock > div:nth-child(2) p {
  max-width: 500px;
  text-align: justify;
}

.introquoteblock h3 {
  margin-bottom: 20px;
}

.introquoteblock p.smallp {
  max-width: 500px;
}

.innerwidthone {
  max-width: 1320px;
  padding: 0 20px;
  position: relative;
  margin: 0 auto;
}

.cataloguecontent .innerwidthone {
  max-width: 1320px;
  padding: 0 20px 100px;
  position: relative;
  margin: 0 auto;
}

.dropdowncatalogue {
  position: relative;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #D9D9D9;
}

.dropdowncatalogue:nth-child(1) {
  border-top: 1px solid #D9D9D9;
}

.dropcatcontent {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
}

.innerdropdown {
  width: 100%;
  padding: 40px 0px;
  position: relative;
  max-width: 1100px;
}

.dropdowncat-top {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.plusign {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  top: -2px;
}

.plusign span {
  width: 100%;
  position: absolute;
  display: block;
  height: 1px;
  background-color: black;
  transition: all 0.5s ease;
}

.plusign span:nth-child(1) {
  top: 50%;
  left: 0;
}

.plusign span:nth-child(2) {
  top: 50%;
  left: 0;
  transform: rotate(90deg);
  opacity: 1;
}

.open .plusign span:nth-child(2) {
  transform: rotate(-20deg);
  opacity: 0;
}

/*

CAT SEARCH

*/
.newinput {
  padding: 12px 20px 12px;
  font-size: 16px;
  border: 1px solid #e5e5e5;
}

.innersearch {
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.categoriesfilter h4 {
  margin-bottom: 20px;
}

.tagfilter h4 {
  margin-bottom: 20px;
}

.exhibitionheadzer {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #F1D3B2;
  padding-bottom: 20px;
  margin: 40px 0;
  align-content: space-between;
}

.exhibitionheadzer div:nth-child(2) {
  text-align: right;
}

.searchtoggler {
  background: none;
  margin-bottom: 20px;
  background-image: url(svg/search-icon2.svg);
  background-repeat: no-repeat;
  background-position: 30px center;
  padding: 15px 46px 15px 70px;
}

.searchtoggler:hover {
  background-position: 30px center;
}

.innersearch form {
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
}

.innersearch form {
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
  display: none;
  gap: 7px;
}

.opensearch form {
  display: flex;
}

/*

CAT FILTER

*/
.categoriesfilter {
  position: relative;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 20px 20px;
}

.categoriesfilter ul {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 20px;
}

.tagfilter {
  position: relative;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 20px 20px;
}

.tagfilter ul {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 20px;
}

.tagfilters li {
  display: inline-block;
  margin-bottom: 7px;
  margin-left: 2px;
}

.tagfilters li a {
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  background-color: #ececec;
  color: #434343;
  display: inline-block;
  padding: 14px 26px;
  border-radius: 10px;
}

.tagfilters li.active a {
  background-color: #434343;
  color: #ececec;
}

/*

Artwork thumbs

*/
.categoryholder {
  width: 100%;
  max-width: 1320px;
  position: relative;
  margin: 0 auto;
  padding: 0px 20px 80px;
}

.js-filter {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.imageholder {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 120%;
  overflow: hidden;
  margin-bottom: 20px;
}

.imageholder img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.smallart {
  position: relative;
  background-color: #ececec;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}

.relatedartworks .smallart {
  min-height: 100%;
}

.smallart h4 {
  width: 100%;
}

.smallart .bottominfo2 {
  width: 100%;
  align-self: end;
  margin-top: 40px;
}

.thumblinker {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}

.singlegrid {
  width: 100%;
  padding: 20px 20px 20px;
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: 465px 1fr;
  gap: 20px;
}

.singlegrid h1 {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 10px;
}

.singlegrid h1.reducesizer {
  font-size: 40px;
  line-height: 40px;
}

.singlegrid h1.reducesizer2 {
  font-size: 30px;
  line-height: 30px;
}

.singlegrid h4 {
  margin-bottom: 55px;
}

.upperspacer {
  height: 126px;
}

.singlegrid > div:nth-child(1) {
  justify-self: start;
  display: grid;
}

.singlegrid > div {
  position: relative;
  width: 100%;
}

.imageouterholder {
  width: 100%;
  position: relative;
  height: auto;
}

.imagesingleart {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  height: 0;
}

.imagesingleart img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  left: 0;
  top: 0;
  background-color: #ddd;
}

.iconbuttons {
  position: relative;
  width: 100%;
  text-align: right;
  padding-top: 10px;
}

.iconbuttons button {
  display: inline-block;
  position: relative;
  margin: 0 5px;
}

.iconbuttons button span {
  display: inline-block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
}

.iconbuttons button::after {
  content: attr(tip);
  position: absolute;
  width: 120px;
  left: -80px;
  top: -38px;
  background-color: #E2BC93;
  padding: 5px;
  font-size: 12px;
  border-radius: 10px;
  opacity: 0;
  transition: all 0.5s ease;
}

.iconbuttons button:hover::after {
  opacity: 1;
  left: -100px;
}

.iconbuttons a::after {
  content: attr(tip);
  position: absolute;
  width: 120px;
  left: -80px;
  top: -38px;
  background-color: #E2BC93;
  color: black;
  padding: 5px;
  font-size: 12px;
  border-radius: 10px;
  text-align: center;
  opacity: 0;
  transition: all 0.5s ease;
}

.iconbuttons a:hover::after {
  opacity: 1;
  left: -100px;
}

.iconbuttons a {
  position: relative;
  display: inline-block;
}

.iconbuttons a span {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-indent: 9000px;
  background-repeat: no-repeat;
  background-size: contain;
}

.iconbuttons a.printbt span {
  background-image: url(svg/icon-print.svg);
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-position: 0 3px;
}

.iconbuttons a.downloadbt span {
  background-image: url(svg/icon-download.svg);
  width: 17px;
  height: 17px;
  margin: 0 5px;
}

.iconbuttons button.sharebt span {
  background-image: url(svg/icon-share.svg);
  width: 18px;
  height: 18px;
}

.iconbuttons button.fullscreenbt span {
  background-image: url(svg/icon-fullscreen.svg);
  width: 17px;
  height: 17px;
}

.innerimagegallerysingle {
  position: relative;
  width: 100%;
  max-width: 1320px;
  padding: 0 20px 60px;
  margin: 0 auto;
  text-align: right;
}

.innerimagegallerysingle img {
  width: auto;
  height: 120px;
}

.innerimagegallerysingle li {
  display: inline-block;
  margin-left: 10px;
}

.innersingleinfo {
  max-width: 400px;
  position: relative;
  justify-self: start;
  align-self: center;
}

.singlebackbt {
  margin-bottom: 80px;
  position: absolute;
  top: 0;
  left: 0;
}

/*

Single info style

*/
.sectionheader {
  position: relative;
  width: 100%;
  padding: 50px 0;
  border-top: 1px solid #ddd;
}

.relatedartworks .sectionheader {
  padding: 50px 0 80px;
}

.sectonheaderpadding {
  position: relative;
  width: 100%;
  padding: 0 20px;
  max-width: 1320px;
  margin: 0 auto;
}

.singleinfogrid {
  display: grid;
  position: relative;
  grid-template-columns: 386px 1fr;
  max-width: 1320px;
  padding: 0 20px 80px;
  width: 100%;
  margin: 0 auto;
}

.clearbutton {
  background-color: transparent;
  border-width: 0;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding: 0;
  cursor: pointer;
  position: relative;
  display: block;
}

.singleinfogrid button {
  width: 100%;
  text-align: left;
  padding: 20px 40px;
  color: #434343;
}

.singleinfogrid button:hover {
  background-color: #F1DDC9;
}

.singleinfogrid button.active {
  background-color: #F1DDC9;
  border-right: solid 5px #D1AD57;
}

.generaltab {
  position: relative;
  width: 100%;
  padding: 20px 40px;
}

.secondtabinfo,
.thirdtabinfo {
  display: none;
}

.singleinfogrid > div:nth-child(1) {
  border-right: 1px solid #D1AD57;
}

/*

Single Image popup

*/
.popupartview {
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 9999;
  background-color: #ddd;
  top: 0;
  left: 0;
  display: none;
}

.closepop {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 30px;
  z-index: 9999;
}

.innerartholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.artworkbig {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.artworkbig img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.zoomin, .zoomout {
  position: absolute;
  cursor: pointer;
  z-index: 9800;
}

.zoomin {
  bottom: 80px;
  right: 20px;
}

.zoomout {
  bottom: 20px;
  right: 20px;
}

.zoomlettering {
  position: absolute;
  bottom: 124px;
  right: 26px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 10px;
  z-index: 9800;
}

.closelettering {
  position: absolute;
  top: 83px;
  right: 34px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 10px;
  z-index: 9800;
}

.littlelogowindow {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 20px;
  top: 20px;
  z-index: 9800;
}

/*

Next and Previous
*/
.innernextandprev {
  position: relative;
  width: 100%;
  max-width: 1320px;
  padding: 20px 20px 0px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 465px 1fr 1fr;
  gap: 20px;
}

.nextlinker, .prevlinker {
  display: inline-block;
  border: 1px solid black;
  /* height: 30px; */
  position: relative;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #ddd;
  color: #434343;
  position: relative;
  display: flex;
  vertical-align: midlle;
  align-items: center;
  gap: 20px;
}

.prevlinker {
  justify-self: start;
  padding: 0px 30px 0px 0px;
}

.nextlinker {
  justify-self: end;
  padding: 0px 0px 0px 30px;
}

.nextlinker img, .prevlinker img {
  height: 40px;
  width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #ddd;
}

.nextlinker span {
  display: inline-block;
}

/*

Print Page 

*/
.page-template-template-pageprint {
  padding: 20px;
}

section.printheader {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

.printheader img {
  width: 300px;
  height: auto;
  position: relative;
  margin: 0 auto;
  display: block;
}

button#print-me {
  position: absolute;
  top: 40px;
  right: 40px;
}

.printcontent {
  text-align: center;
}

.printcontent h3 {
  padding: 40px 0;
}

.fullwidthimgprint {
  max-width: 100%;
  height: auto;
  padding: 20px 0;
}

.printcontent p {
  font-size: 10px;
  line-height: 12px;
}

@media print {
  #print-me {
    display: none;
  }
}
/*

Social Share popup

*/
.pupupshare {
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
}

.backgroundtrans {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.innersocialone {
  width: 100%;
  padding: 30px 20px;
  max-width: 280px;
  max-height: 280px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  /* border: 1px solid black; */
  background-color: white;
  border-radius: 20px;
}

.innersocialone h4 {
  margin-bottom: 20px;
}

/*

Slider 4 style

*/
.relatedartworks h3 {
  margin-bottom: 60px;
}

.sliderrelatedholder {
  position: relative;
  width: 100%;
}

.sliderrelatedholder .smallart {
  width: calc(25% - 20px);
  margin-right: 20px;
}

.relatedartworks .flickity-prev-next-button.previous {
  left: auto;
  right: 100px;
  top: -80px;
}

.relatedartworks .flickity-prev-next-button.next {
  right: 10px;
  top: -80px;
}

.relatedartworks .flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0);
  border: none;
  color: #727272;
}

.relatedartworks .flickity-page-dots {
  display: none;
}

/*

All Collections Page

*/
.page-template-template-allcollections .introblock {
  padding: 20px 0;
}

.page-template-template-allcollections .introblock p {
  max-width: 280px;
  text-align: center;
}

/*

About Page

*/
.innerabout {
  max-width: 1320px;
  padding: 60px 20px 40px;
  margin: 20px auto;
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
  gap: 20px;
  align-items: center;
}

.aboutimageholder {
  width: 100%;
  max-width: 450px;
  position: relative;
}

.innerabout img {
  max-width: 100%;
  width: 100%;
  margin-bottom: 5px;
}

.firstthing img {
  margin-top: -20px;
}

.wp-caption-text {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 20px;
  background-image: url(svg/squareornament-left.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 45px;
  background-position: 0 center;
}

.smallaboutline {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #F1D3B2;
  max-width: 1280px;
  margin: 0 auto;
}

.littleiconabout {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100px;
  height: 50px;
  background-image: url(svg/view-logo2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 25px 0px;
  top: -25px;
  background-color: #F5F5F5;
}

.pageseperator {
  position: relative;
  width: 100%;
}

.fullabout {
  max-width: 1320px;
  position: relative;
  margin: 20px auto;
  padding: 80px 20px;
}

.fullabout img {
  width: 100%;
}

.lastone .aboutimageholder {
  max-width: 100%;
  max-width: 650px;
  margin: 0 auto 5px;
}

@media screen and (min-width: 800px) {
  .aboutone:nth-child(2n+1) .innerabout > div:nth-child(2) {
    grid-area: 1;
  }
  .aboutone:nth-child(2n+1) .innerabout > div:nth-child(1) {
    display: grid;
  }
  .aboutone:nth-child(2n+1) .innerabout > div:nth-child(1) .aboutimageholder {
    justify-self: end;
  }
}
.textholderabout h1 {
  margin-bottom: 40px;
  font-size: 60px;
  line-height: 60px;
}

/*

Coming Soon 

*/
.comingsoon {
  overflow: hidden;
}

/*

Plain Pages

*/
.plainheader,
.plaincontent {
  border-bottom: 1px solid #F1D3B2;
}

.planespacer {
  width: 100%;
  height: 120px;
}

.innerplain {
  max-width: 1320px;
  padding: 60px 20px;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: 405px 1fr;
  gap: 80px;
  align-items: start;
}

.innerplain h1 {
  padding-bottom: 12px;
}

.innerplain h3 {
  padding-bottom: 12px;
}

.innerplain2 {
  max-width: 1320px;
  padding: 40px 20px 0px;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: 405px 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.innerplain2 h3, .innerplain2 h4 {
  margin: 0;
  padding: 0;
  padding-bottom: 12px;
}

.innerplain h4 {
  margin: 0px 0 20px;
}

.innerplain > div:nth-child(2) {
  padding-top: 20px;
}

.innerplain a {
  color: #000;
  text-decoration: underline;
}

.sliderone {
  display: none;
}

.threedee .homespacer {
  height: 100vh;
  height: 100dvh;
}

.innerheadersearch {
  position: relative;
  max-width: 1320px;
  padding: 60px 20px 20px;
  margin: 0 auto 40px;
  border-bottom: 1px solid #f1d3b2;
}

.resultssearch {
  position: relative;
  width: 100%;
  display: grid;
  align-items: end;
  grid-template-columns: 1fr 1fr;
}

.resultssearch > div:nth-child(2) {
  justify-self: end;
}

.searchone input[type=text] {
  font-size: 16px;
  line-height: 16px;
  background-color: transparent;
  border: 1px solid #d1d1d1;
  padding: 13px 20px;
  border-radius: 0;
  display: inline-block;
}

.searchone input[type=submit] {
  width: 48px;
  height: 46px;
  padding: 10px;
  display: inline-block;
  text-indent: 5000px;
  overflow: hidden;
  background-image: url(svg/search-icon.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  /* border: 1px solid #e2bc93; */
  background-color: transparent;
  border-left: none;
  border-top: 1px solid #e2bc93;
  border-right: 1px solid #e2bc93;
  border-bottom: 1px solid #e2bc93;
}

.innerplain2 .searchone input[type=submit] {
  padding: 15px;
  height: 60px;
  width: 60px;
  border: none;
  background-color: transparent;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-left: -70px;
  background-image: url(svg/mag-glass-dark.svg);
  cursor: pointer;
}

.innerplain2 .searchone input[type=text] {
  height: 60px;
  background-color: #EEEEEE;
  border: none;
  width: 370px;
  margin: 0;
  border-radius: 10px;
  margin-left: -5px;
}

.searchinner {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 0 0 40px;
}

.searchblock .searchone {
  position: absolute;
  width: 255px;
  right: -28px;
  top: -12px;
  display: flex;
  background-color: black;
  overflow: hidden;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: all 0.5s ease;
}

.opensearch .searchone {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.searchblock .searchone input[type=text] {
  font-size: 16px;
  color: #d1d1d1;
  padding: 13px 20px;
  border-radius: 0;
  display: inline-block;
  border-top: 1px solid #e2bc93;
  border-left: 1px solid #e2bc93;
  border-bottom: 1px solid #e2bc93;
  border-right: none;
  height: 46px;
}

.paginationholder {
  width: 100%;
  max-width: 1320px;
  position: relative;
  margin: 40px auto;
  padding: 0 20px;
  text-align: center;
}

nav.navigation.pagination {
  text-align: center;
  display: flex;
  justify-content: center;
}

.nav-links {
  display: inline-block;
  position: relative;
  display: flex;
}

.nav-links > * {
  width: 20px;
  height: 20px;
  background-color: #e5e5e5;
  display: inline-block;
  padding: 26px;
  display: grid;
  place-content: center;
  margin-right: 5px;
  color: #000000;
}

.nav-links > .current {
  background-color: #F1D3B2;
}

.nav-links > .prev,
.nav-links > .next {
  width: 100px;
}

/*
active F1D3B2
*/
/*

Search page

*/
.firstplain p {
  max-width: 350px;
}

.secondplain {
  margin-bottom: 40px;
}

/*

Exhibitons

*/
.page-template-template-exhibitions .headerback {
  background-color: transparent;
}

.innerimagehero {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  margin-top: -126px;
  background: radial-gradient(80.03% 80.93% at 10% 110%, #8d857c 0%, #4a3c33 50%, #141211 100%);
}

.innerimagehero img {
  position: absolute;
  width: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.innerexhibition {
  max-width: 1320px;
  width: 100%;
  padding: 10px 20px 60px;
  margin: 0 auto;
  /* padding: revert; */
}

.innerexhibition {
  max-width: 1320px;
  width: 100%;
  padding: 10px 20px 60px;
  margin: 0 auto;
  /* padding: revert; */
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.exhibitionbox {
  position: relative;
}

.imageholderexhibit {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  margin-bottom: 20px;
}

.imageholderexhibit img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.exhibitmobimage {
  display: none;
}

.exhibitionbox {
  position: relative;
  /* align-content: start; */
  border-bottom: 1px solid #F1D3B2;
  padding-bottom: 10px;
}

a.fillexhibitlink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bottomexhibit {
  align-self: end;
  /* border-bottom: 1px solid #F1D3B2; */
  padding: 15px;
}

.bottomexhibit h5 {
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  padding: 0;
  margin: 5px 0 0px;
}

.topexhibit {
  position: relative;
  margin-bottom: 20px;
  border-top: 1px solid #F1D3B2;
  padding: 20px 15px;
  /* border-bottom: 1px solid #ccc; */
}

.topexhibit h4 {
  min-height: 5em;
}

.innersingleexhibit {
  position: relative;
  justify-self: start;
  align-self: center;
  max-width: 630px;
}

.singletitleone {
  font-size: 40px;
  line-height: 1.2em;
  margin-bottom: 30px;
}

.doublesingletemp {
  max-width: 1320px;
  padding: 60px 20px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 467px;
  gap: 20px;
}

.innersingleexhibit h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.singlepageimageholder {
  max-width: 467px;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.exhibitimage {
  position: relative;
  width: 100%;
}

.singlebackbtexhibit {
  margin-bottom: 40px;
}

.singlecontentexhibit {
  width: 100%;
  position: relative;
}

.singlecontentexhibit a {
  color: #111111;
  font-weight: 700;
}

.singlecontentexhibit h1,
.singlecontentexhibit h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5em;
  color: #606060;
}

.splitline {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #F1D3B2;
  margin: 40px 0;
}

.innerimagegalleryexhibit ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.innerimagegalleryexhibit li {
  /* display: inline-block; */
  margin-bottom: -5px;
}

.innerimagegalleryexhibit img {
  width: 73px;
  height: 73px;
  -o-object-fit: cover;
     object-fit: cover;
}

.doublesinglevideo .innerimagegalleryexhibit img {
  width: 240px;
  height: 177px;
  -o-object-fit: cover;
  object-fit: cover;
}

.imagegalleryexhibit h3 {
  margin-bottom: 20px;
}

.exhibitioncatalogue h3 {
  margin-bottom: 20px;
}

.exhibitvideos h3,
.exhibitvideos iframe {
  margin-bottom: 20px;
}

.sharethispage {
  background-image: url(svg/icon-share.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 15px 8px;
  padding: 10px 20px 10px 50px;
}

.sharethispage:hover {
  background-position: 15px 8px;
}

.innersharesection {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 20px;
}

/*

Gallery popup

*/
.gallerypopuper {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9990;
  opacity: 0;
  pointer-events: none;
}

.opengallery .gallerypopuper {
  opacity: 1;
  pointer-events: auto;
}

.innergallerybacker {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ddd;
}

.gallerythumbbig {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.singlegalleryholderstax {
  position: relative;
  width: 100%;
  height: 100%;
}

.singlegalleryholderstax img {
  width: 80%;
  height: 73vh;
  -o-object-fit: contain;
     object-fit: contain;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.gallerythumbbig .flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0);
  border: none;
  color: #d1ad57;
}

.closeshare {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 20px;
  background-image: url(svg/icon-close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.exhibitmainheader {
  position: absolute;
  top: 120px;
  left: 50%;
  z-index: 99;
  transform: translate(-50%, 0);
  display: flex;
}

.exhibitmainheader h1 {
  color: white;
  font-size: 40px;
  line-height: 40px;
}

.ornamentfirst {
  background-image: url(svg/ornament-left.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  width: 30px;
  height: 38px;
  margin-right: 16px;
  background-position: 0 5px;
}

.ornamentlast {
  background-image: url(svg/ornament-right.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  width: 30px;
  height: 38px;
  margin-left: 20px;
  background-position: 0 3px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*

NEWS

*/
.newsitemsinner {
  position: relative;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 60px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.imageholdernews {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  margin-bottom: 20px;
}

.imageholdernews img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: white;
}

.newsboxer {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.newsboxer > div {
  position: relative;
}

.superaligner {
  align-self: start;
  margin: 0 0 40px;
}

.newsboxer h3 {
  min-height: 4em;
}

.newsboxer h5 {
  font-weight: 500;
  font-size: 16px;
  margin-top: 40px;
}

.newsboxer p {
  margin-top: 40px;
}

/*

Video PAge
*/
.videositemsinner {
  position: relative;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 60px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.imageholdervideo {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  margin-bottom: 20px;
}

.imageholdervideo img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: cover;
  background-color: white;
}

.videoboxer {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.videoboxer > div {
  position: relative;
  width: 100%;
}

.fullclick {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*

Videos Portfolio

*/
.doublesinglevideo {
  max-width: 1320px;
  padding: 60px 20px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 468px 1fr;
  gap: 80px;
  align-items: start;
}

/*

Articles

*/
.page-template-template-articles .videositemsinner {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.page-template-template-articles .imageholdervideo {
  padding-bottom: 150%;
}

.doublesinglearticle {
  max-width: 1320px;
  padding: 60px 20px 10px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  display: block;
  grid-template-columns: 1fr;
}

.doublesinglearticle .innersingleexhibit {
  max-width: 100%;
}

/*

Comments

*/
.commentsinner {
  max-width: 1320px;
  padding: 60px 20px 10px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.commentblock {
  width: 100%;
  margin-bottom: 60px;
}

.littlelinequote {
  width: 80px;
  height: 1px;
  margin: 40px 0;
  background-color: #E2BC93;
}

.commentblock h4 {
  color: #111;
  width: 100%;
  text-align: left;
  line-height: 32px;
}

.commentblock p {
  color: #111;
  text-align: left;
  /* max-width: 300px; */
  font-size: 14px;
  line-height: 21px;
  padding: 0 60px 0 0px;
}

/*

Echibition small slider

*/
.exhibitsliderone {
  position: relative;
  width: 100%;
}

.exhibitsliderone {
  position: relative;
  width: calc(20% - 20px);
  margin-right: 20px;
  background-color: #ececec;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  min-height: 100%;
  align-content: space-between;
}

.exhibitsliderone p {
  font-size: 12px;
  line-height: 16px;
}

.exhibitsliderone > div {
  position: relative;
  width: 100%;
}

.imageholderexhibitsmall {
  width: 100%;
  height: 100px;
  position: relative;
  margin-bottom: 20px;
}

.imageholderexhibitsmall img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  position: absolute;
}

.fullexhibitwide .innerdropdown {
  max-width: 100%;
}

.smallexhibitfilter {
  margin-bottom: 20px;
}

.smallsliderexhibit .flickity-prev-next-button {
  top: -50px;
}

.smallsliderexhibit .flickity-prev-next-button.previous {
  left: auto;
  right: 100px;
}

.smallsliderexhibit .flickity-button {
  background: hsla(0, 0%, 100%, 0);
  color: #727272;
}

.nofilterhere .innerdropdown > p {
  display: none;
}

.nofilterhere .smallexhibitfilter {
  display: none;
}

.nofilterhere .innerdropdown {
  padding-top: 100px;
}

/*

Publications section

*/
.page-template-template-publications .headerback {
  opacity: 0;
}

.innerheropublications {
  position: relative;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items: center;
}

.innerheropublications > div {
  position: relative;
}

.publicationshero {
  height: 100vh;
  height: 100dvh;
  background: radial-gradient(37.37% 78.21% at 50% 120%, #71563E 0%, #3A2E24 49.98%, #1E1916 100%);
}

.centerpubtext img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

.innerpubtext h1 {
  color: #E2BC93;
  text-align: center;
  width: 100%;
  font-size: 60px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.centerpubtext {
  width: 500px;
  height: 500px;
  overflow: hidden;
}

.innerblocktext {
  color: #D7C5B2;
  max-width: 500px;
  width: 100%;
}

.page-template-template-publications .filterthings {
  padding-top: 40px;
}

.page-template-template-publications .splitline {
  margin: 20px 0 20px;
}

.page-template-template-publications .bottominfo2 p {
  font-size: 14px;
  line-height: 18px;
}

.page-template-template-publications .smallart {
  background-color: transparent;
}

.singlecontentexhibit a:not(.newpurchase)
{
  text-decoration: underline;
}

.singlecontentexhibit .outlinebt a {
	font-weight:400;
	text-decoration:none;
}


.singlecontentexhibit .newpurchase {
  margin-bottom: 40px;
  font-weight: 400;
  background-position: 0 -200%;
}

.singlecontentexhibit h4 {
  margin-bottom: 20px;
}

.cataloguefilter {
  position: relative;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 20px 20px;
}

.cataloguefilter h4 {
  margin-bottom: 20px;
  margin-left: 5px;
}

.cataloguefilter h2 {
  margin-bottom: 40px;
}

/*

Slider Publications on category page

*/
.smallslidercatalogue .flickity-prev-next-button.previous {
  left: auto;
  right: 100px;
}

.smallslidercatalogue .flickity-button {
  background: hsla(0, 0%, 100%, 0);
  color: #727272;
}

.smallslidercatalogue .flickity-prev-next-button {
  top: -50px;
}

.publicationdrop .innerdropdown {
  padding: 80px 0px 40px;
}

.publicationdrop .imageholderexhibitsmall {
  height: 260px;
}

.publicationdrop .imageholderexhibitsmall img {
  -o-object-fit: contain;
     object-fit: contain;
}

/*

Homepage slider

*/
.innernewsslider {
  position: relative;
  width: 100%;
  max-width: 1320px;
  padding: 20px 20px 60px;
  margin: 0 auto;
}

.innernewsslider .newsboxer {
  position: relative;
  width: calc(25% - 20px);
  margin-right: 20px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  min-height: 100%;
}

.innerheaderhome {
  max-width: 1320px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
}

.innernewsslider .flickity-prev-next-button {
  top: -100px;
}

.innernewsslider .flickity-button {
  background: hsla(0, 0%, 100%, 0);
}

.innernewsslider .flickity-prev-next-button.previous {
  left: auto;
  right: 100px;
}

.innernewsslider .newsboxer > div {
  position: relative;
  width: 100%;
}

.splitsmallz {
  margin: 40px 0 10px;
}

.innernewsslider .newsboxer h5 {
  font-size: 12px;
  margin-top: 20px;
  width: 100%;
  text-align: right;
}

.innernewsslider .newsboxer a h4 {
  color: #606060;
  text-decoration: none;
}

.featuredheaderone {
  margin-top: 60px;
}

.thepublicationslider .imageholdernews {
  padding-bottom: 140%;
}

.thepublicationslider .imageholdernews img {
  background-color: transparent;
  -o-object-fit: cover;
     object-fit: cover;
}

.thepublicationslider .newsboxer p {
  font-size: 14px;
  line-height: 18px;
}

/*

Frontpanel

*/
.additonalpanel > img {
  width: 100%;
  position: relative;
  display: block;
}

.inneradditonal {
  position: relative;
  display: block;
  padding: 20px 80px;
}

.text_under .inneradditonal {
  background-color: #252525;
  width: 100%;
  padding: 40px 80px;
}

.text_under .innerpaneltxt {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.text_under .innerpaneltxt div {
  text-align: right;
}

.text_under .innerpaneltxt p {
  max-width: 400px;
}

.text_left > img,
.text_right > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.text_left .inneradditonal,
.text_right .inneradditonal {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  align-content: center;
}

.text_left .inneradditonal > div:nth-child(2) {
  grid-area: 1;
  text-align: center;
}

.text_right .inneradditonal > div:nth-child(2) {
  text-align: center;
}

.text_left .inneradditonal > div h2,
.text_right .inneradditonal > div h2 {
  max-width: 440px;
  margin: 0 auto 40px;
  position: relative;
  margin-bottom: 120px;
}

.text_left .inneradditonal > div h2::before,
.text_right .inneradditonal > div h2::before {
  content: "";
  width: 50px;
  height: 34px;
  position: absolute;
  top: -70px;
  left: 50%;
  background-image: url(svg/ornament-top.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: -25px;
}

.text_left .inneradditonal > div h2::after,
.text_right .inneradditonal > div h2::after {
  content: "";
  width: 50px;
  height: 34px;
  position: absolute;
  bottom: -70px;
  left: 50%;
  background-image: url(svg/ornamentbottom.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: -25px;
}

.inneradditonal h2 {
  color: #F1D3B2;
}

.inneradditonal a {
  color: #fff;
}

.inneradditonal p {
  color: #D9D9D9;
}

.inneradditonal a:hover {
  color: #111;
}

.globez {
  min-height: 100vh;
  background: radial-gradient(46.03% 75.93% at 50% 100%, #8d857c 0%, #4a3c33 50%, #141211 100%);
  overflow-x: hidden;
}

.my-spline-viewer {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: hidden;
  padding-left: 5;
}

/*

Animation things

*/
.innerimagesuper {
  width: 50px;
  height: 50px;
  position: absolute;
  background-image: url(svg/view-logo2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 200px;
  transform: translate(-50%, 0);
}

.outsuperhold {
  width: 100%;
  max-width: 400px;
  height: 400px;
  position: absolute;
  top: -200px;
  left: 0;
  overflow: hidden;
}

/*

Custom page Landing Wiki

*/
a.listrollaz {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 30%;
  gap: 20px;
  padding: 20px 0 20px 10px;
  /* display: block; */
  border-bottom: 1px solid #E2BC93;
  text-decoration: none;
  transition: all 0.3s ease;
}

a.listrollaz:hover {
  background-color: #E2BC93;
}

.listrollaz div:nth-child(2) {
  font-size: 12px;
}

.minigallery {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}

.minigalleryholder {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 120%;
  overflow: hidden;
  background-color: #ececec;
}

.minigalleryholder img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-template-template-landingwiki .innerplain h4 {
  margin: 0px;
  padding: 5px 10px;
}

.page-template-template-landingwiki .innerplain p {
  margin: 0px;
  padding: 0px 10px;
  font-size: 12px;
}

.minigallery > div {
  position: relative;
}

.coverlink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.minireviews {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
}

.page-template-template-landingwiki .innerplain h5 {
  padding: 0px 10px;
}

.quoteline {
  width: 160px;
  height: 1px;
  background-color: #E2BC93;
  margin: 20px 10px;
}

.customheroquote {
  padding: 0 20px 60px;
}

.post-template-template-customexhibition .innerimagesuper {
  top: 175px;
}

/*

Home Video

*/
.innervideo {
  position: relative;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 20px 20px 60px;
  display: grid;
  grid-template-columns: 60% 1fr;
  gap: 40px;
  align-items: end;
}

.videoholder {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.videoholder iframe,
.videoholderobject,
.videoholder embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videopromo:not(:has(~ .videopromo)) {
  padding-bottom: 80px;
}

.innervideo h4 {
  max-width: 400px;
  border-top: 1px solid #F1D3B2;
  border-bottom: 1px solid #F1D3B2;
  padding: 20px 0;
}

/*


MOBILE

*/
@media screen and (max-width: 800px) {
  .doublesinglevideo .innerimagegalleryexhibit ul {
    display: block;
  }
  .doublesinglevideo .innerimagegalleryexhibit li {
    margin-bottom: 10px;
  }
  .doublesinglevideo .innerimagegalleryexhibit img {
    width: 100%;
    height: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .innervideo {
    padding: 20px 20px 40px 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: start;
  }
  .post-template-template-customexhibition .plaincontent h3 {
    font-size: 26px;
    line-height: 30px;
  }
  .page-template-template-landingwiki .innerheropublications p {
    text-align: center;
  }
  .page-template-template-landingwiki .innerheropublications {
    padding-top: 200px;
  }
  .page-template-template-landingwiki .innerplain h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .minireviews {
    grid-template-columns: 1fr;
  }
  .exhibitmobimage {
    display: block;
  }
  .theexhibitglobespinner {
    display: none;
  }
  .innerimagehero {
    background: #0c0c0c;
  }
  .allcollectionbutton {
    display: none;
  }
  canvas {
    display: none !important;
  }
  .sliderone {
    display: block;
  }
  body {
    font-size: 16px;
  }
  .open {
    overflow: hidden;
  }
  #burger {
    left: 20px;
    top: 20px;
  }
  .menuname {
    left: 0px;
    top: 23px;
  }
  .searchblock {
    top: 26px;
    right: 20px;
    width: 110px;
  }
  .searchname {
    display: none;
  }
  .logo {
    width: 140px;
    height: 60px;
    top: 2px;
  }
  .mainheader {
    height: 76px;
  }
  .upperspacer {
    height: 76px;
  }
  .mainnavinner > ul {
    position: absolute;
    left: 40px;
    top: 100px;
    padding-bottom: 40px;
  }
  ul.sub-menu {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    display: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .open .mainnavinner {
    overflow-y: auto;
  }
  .innerinfoone, .innerinfostart {
    grid-template-columns: 1fr;
    gap: 10px;
    pointer-events: all;
    width: calc(100% - 80px);
    padding: 25px 10px 25px;
    height: auto;
  }
  .innerinfostart {
    grid-template-columns: 100px 1fr;
  }
  #poptitle, #poplocation {
    font-size: 18px;
    line-height: 18px;
    text-align: center;
  }
  .intromessage2 {
    font-size: 16px;
    line-height: 16px;
    text-align: left;
  }
  #poplocation {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 16px;
  }
  #popurl {
    color: #FFF;
    font-size: 10px;
    line-height: 12px;
    padding: 6px 15px;
  }
  /* Mobile tweaks to slider */
  .singleslider img {
    top: 40%;
  }
  .flickity-prev-next-button {
    top: 40%;
  }
  .intromessage1 {
    font-size: 36px;
    line-height: 36px;
  }
  .innerinfoone > div:nth-child(1), .innerinfostart > div:nth-child(1) {
    display: none;
  }
  .innerinfoone > div:nth-child(5), .innerinfostart > div:nth-child(5) {
    display: none;
  }
  .innerinfostart > div:nth-child(4) {
    display: none;
  }
  .singleslider img {
    width: 80%;
  }
  .introblock h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .promotexter h2 {
    font-size: 45px;
    line-height: 1.2em;
  }
  .innerabout {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .introblock {
    padding: 40px 0;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 20px;
    line-height: 20px;
  }
  h4 {
    font-size: 16px;
    line-height: 18px;
  }
  .singlecollecthome {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    transition: none;
  }
  .singlecollecthome > div {
    position: relative;
    display: block;
    align-items: center;
    background-color: #EEEEEE;
    width: 100%;
  }
  .singlecollecthome > div:nth-child(2) {
    padding: 40px 20px;
  }
  .singlecollecthome > div:nth-child(1) img {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 40vh;
    background-color: #000;
    padding: 40px;
    margin-bottom: -10px;
  }
  .singlecollecthome .outlinebt {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 20px;
  }
  .promopanel img {
    padding: 0 0px 20px;
  }
  .footercolumns {
    grid-template-columns: 1fr;
    padding: 0 20px 80px;
  }
  .footercolumns > div {
    margin-bottom: 40px;
  }
  .introquoteblock h3 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }
  /*


  SINGLE

  */
  .innernextandprev {
    position: relative;
    width: 100%;
    max-width: 1320px;
    padding: 20px 20px 0px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .singlegrid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .singlegrid > div:nth-child(2) {
    grid-area: 1;
  }
  .innersingleinfo {
    margin-top: 60px;
  }
  .sectonheaderpadding h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .singleinfogrid {
    grid-template-columns: 1fr;
  }
  .sliderrelatedholder .smallart {
    width: calc(50% - 20px);
    margin-right: 20px;
  }
  h1 {
    font-size: 60px;
  }
  .bigheroinner {
    padding: 0 20px;
  }
  .opensearch form {
    display: flex;
    flex-wrap: wrap;
  }
  .introquoteblock {
    padding: 60px 20px;
  }
  .twogrid {
    display: grid;
    grid-template-columns: 1fr;
    place-items: center;
    gap: 20px;
  }
  .promopanel {
    padding: 60px 0;
  }
  .bigheroinner h1 {
    margin-bottom: 7px;
  }
  .fullscreen {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 0 80%;
       object-position: 0 80%;
  }
  .tagfilters li {
    margin-bottom: 5px;
    margin-left: 0px;
  }
  .tagfilters li a {
    font-size: 12px;
    line-height: 16px;
    padding: 14px 15px;
    border-radius: 5px;
  }
  .breadcrumbinner {
    font-size: 12px;
    line-height: 16px;
  }
  .prevlinker {
    padding: 0px 20px 0px 0px;
  }
  .nextlinker {
    padding: 0px 0px 0px 20px;
  }
  .nextlinker, .prevlinker {
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 2.6px;
  }
  .backtobt {
    font-size: 11px;
    line-height: 12px;
    padding: 10px 20px 10px 45px;
    background-position: 15px 8px;
  }
  .singleinfogrid button {
    padding: 20px 40px 20px 20px;
  }
  .generaltab {
    padding: 20px 40px 20px 20px;
  }
  .smallart h4 {
    font-size: 20px;
    line-height: 24px;
  }
  .singlegrid h1 {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 10px;
  }
  .singlegrid h1.reducesizer {
    font-size: 40px;
    line-height: 40px;
  }
  .singlegrid h1.reducesizer2 {
    font-size: 30px;
    line-height: 30px;
  }
  .singlegrid h4 {
    margin-bottom: 10px;
  }
  .singlegrid h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .singlegrid h1.reducesizer {
    font-size: 30px;
    line-height: 30px;
  }
  .singlegrid h1.reducesizer2 {
    font-size: 24px;
    line-height: 24px;
  }
  .innerplain {
    max-width: 1320px;
    padding: 20px 20px 20px;
    margin: 0 auto;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: start;
  }
  .plaincontent h3 {
    font-size: 40px;
    line-height: 40px;
  }
  .innerabout {
    padding: 20px 20px 40px;
  }
  .searchblock {
    top: 22px;
    right: 0;
    width: 100%;
  }
  .searchblock img {
    position: absolute;
    right: 26px;
    top: 4px;
  }
  .searchblock .searchone {
    position: absolute;
    width: 100%;
    right: 0;
    top: -20px;
    transition: all 0.5s ease;
    z-index: 9999;
    /* align-items: center; */
    justify-content: end;
    padding: 12px 12px 20px;
  }
  .innerplain2 .searchinner {
    padding-bottom: 0;
  }
  .innerplain2 {
    padding: 40px 20px 20px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .innerimagegallerysingle img {
    width: auto;
    height: 60px;
  }
  .innerimagegallerysingle ul {
    text-align: left;
  }
  .innerimagegallerysingle li {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: -12px;
    position: relative;
  }
  .relatedartworks .flickity-prev-next-button.previous {
    left: auto;
    right: 67px;
    top: -77px;
  }
  .relatedartworks .flickity-prev-next-button.next {
    right: 10px;
    top: -77px;
  }
  .doublesingletemp {
    grid-template-columns: 1fr;
    padding: 30px 20px;
  }
  .exhibitmainheader h1 {
    font-size: 24px;
    line-height: 24px;
    width: 220px;
    text-align: center;
  }
  .ornamentfirst {
    background-size: 20px;
    width: 20px;
    height: 30px;
    margin-right: 0px;
    background-position: 0 0px;
  }
  .ornamentlast {
    background-size: 20px;
    width: 20px;
    height: 30px;
    margin-left: 0px;
    background-position: 0 0px;
  }
  .exhibitmainheader {
    top: 150px;
  }
  .innerimagehero img {
    width: 100%;
  }
  .topexhibit h4 {
    font-size: 22px;
    line-height: 28px;
  }
  .newsitemsinner {
    padding: 20px 20px;
    grid-template-columns: 1fr;
  }
  .newsboxer h3 {
    min-height: auto;
    font-size: 28px;
    line-height: 34px;
  }
  .videositemsinner {
    padding: 20px 20px;
    grid-template-columns: 1fr;
  }
  .videoboxer h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .doublesinglevideo {
    grid-template-columns: 1fr;
  }
  .page-template-template-articles .videositemsinner {
    grid-template-columns: 1fr;
  }
  .commentsinner {
    max-width: 1320px;
    padding: 40px 20px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .littlelinequote {
    width: 80px;
    height: 1px;
    margin: 20px 0;
    background-color: #E2BC93;
  }
  .commentblock h4 {
    color: #111;
    width: 100%;
    text-align: left;
    line-height: 32px;
    font-size: 22px;
  }
  .plaincontent {
    margin: 20px 0;
    padding: 0px 0 20px;
  }
  .dropdowncat-top h4 {
    font-size: 18px;
    line-height: 27px;
  }
  .exhibitsliderone {
    width: calc(50% - 10px);
    margin-right: 10px;
    padding: 10px;
  }
  .smallexhibitfilter {
    margin-bottom: 60px;
  }
  .smallsliderexhibit .flickity-prev-next-button {
    top: -32px;
  }
  .publicationdrop .imageholderexhibitsmall {
    height: 180px;
  }
  .innernewsslider .newsboxer {
    width: calc(50% - 10px);
    margin-right: 10px;
  }
  .innernewsslider .flickity-prev-next-button.previous {
    left: auto;
    right: 60px;
  }
  .featuredheaderone {
    margin-top: 0px;
  }
  .text_under .innerpaneltxt {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .inneradditonal {
    padding: 120px 20px 60px;
  }
  .text_under .inneradditonal {
    padding: 40px 20px;
  }
  .text_under .innerpaneltxt div {
    text-align: left;
  }
  .text_left .inneradditonal, .text_right .inneradditonal {
    grid-template-columns: 1fr;
    min-height: auto;
    align-content: center;
  }
  .exhibitionheadzer {
    grid-template-columns: 1fr;
  }
  .exhibitionheadzer div:nth-child(2) {
    text-align: left;
  }
  .exhibitionheadzer div:nth-child(1) h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .exhibitionheadzer div:nth-child(2) .outlinebt {
    padding: 10px 20px;
    margin-bottom: 10px;
  }
  .innerheropublications {
    height: auto;
    display: block;
    padding-top: 100px;
  }
  .centerpubtext {
    height: 150px;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
  .innerpubtext h1 {
    font-size: 40px;
  }
  .globez {
    min-height: 50vh;
    background: radial-gradient(46.03% 75.93% at 50% 100%, #8d857c 0%, #4a3c33 50%, #141211 100%);
    overflow: hidden;
  }
  .my-spline-viewer {
    height: 50vh;
    left: -95%;
    width: 200%;
    height: 100%;
  }
}/*# sourceMappingURL=style.css.map */