
@charset "UTF-8";


/* -----  FONTS  --------------------------------------------- */



  
@font-face {
  font-family: 'AvenirLTStd-Book';
  src: url('webFonts/AvenirLTStd-Book/font.woff2') format('woff2'), url('webFonts/AvenirLTStd-Book/font.woff') format('woff');
}
@font-face {
  font-family: 'AvenirLTPro-Book';
  src: url('webFonts/AvenirLTPro-Book/font.woff2') format('woff2'), url('webFonts/AvenirLTPro-Book/font.woff') format('woff');
}


   

*,
*:after,
*:before{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font: normal 300 .9rem/1.5 'AvenirLTPro-Book', sans-serif;
  color: #000;
  letter-spacing: .0em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
    height: -webkit-fill-available;
}



body {
width: 100%;
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;

}

    a, a:active, a:focus{

        outline: none; /* Works in Firefox, Chrome, IE8 and above */ 

    }



li {
  list-style: none;
}

a {
  color: #000;	
  text-decoration: none;
      -webkit-tap-highlight-color: transparent;
}


html.white, html.white a {
  color: #fff;
}

h1 {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 2rem;
    text-transform: uppercase;

  }

h2 {
  font-size: 15px;
  font-weight: 400;
  margin-top: 2rem;
  margin-bottom: 1em;
  text-transform: uppercase;
  }

h3 {
  font-size: 1rem;
}

strong, b {
  font-weight: 500;
}

img {
  width: 100%;
}

.arrow {
	display: inline-block;
	width: 1.5rem;
}

.page {
  padding: 5vh 5vw 10vh;
}

.page > * {
  max-width: var(--content-width);
  margin: 0 auto;
}





/* -----  HEADER/MENU  ------------------------------------------------- */



.wrap {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  height: 100vh;
  max-width: 1500px;
}



.header {
  display: flex;
  justify-content: space-between;
  position:relative;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  padding: 25px 0 0 0;
  max-width: 1500px;
 
}

.header .logo {
  font-size: 1.9rem;
  z-index: 1020;
}

.fa-instagram {
	font-size: 1.1rem !important
}




.menuwrap {
  top: 1.5vw;
  right: 0;
}

.menu {
  text-align: right;
  font-size: 14px;
  text-transform:uppercase;
  letter-spacing: .03em;
}

.menu li {
  display: inline-block;
  margin: 1rem 0 .9rem 2rem;
  text-align: right;
  font-size: .88rem
}

.text a, .menu a:hover, .menu-item.active a  {
  border-bottom: 1px solid;
  padding-top: .5rem;
  padding-bottom: 2px;
}


.grid {
  font-size: 0;
}

.grid-item img {
	width: 100% ;
}

.grid:after {
  	content: "";
  	display: block;
  	clear: both;
}


/* -----  BUTTONS  ------------------------------------------------------- */

.btn {
  display: inline-block;
  border: 0px solid;
  margin: .6em 2em 0em 0;
  padding-bottom: .2em;
  white-space: nowrap;
  font-size: .85rem;
  line-height: 1;
  cursor: pointer;
  background-color: #fff;
  text-transform: uppercase;
}

.btn.is-active  {
  border-bottom: 2px solid;
  padding-bottom: 0rem;
}

.btn.mixitup-control-active {
	border-bottom: 1px solid #000;	
}

li .btn {
	float: left;
}


/* -----  MAIN  ------------------------------------------------- */



main {
   margin-top: 4rem;
   position: relative;
   padding-bottom: 6rem;
}

main.work {
  padding-left: 2px;
}



.text {
  line-height: 1.5em;
  width: 70%;
  padding-top: 0rem;
}
.text p,
.text ul,
.text ol {
  margin-bottom: 1.3em;
}

.text > *:first-child {
  margin-top: 0;
}
.text a {
  position: relative;
  white-space: nowrap;
  font-weight: 500;
}
.text figure {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.text img {
  width: 100%;
}

.text.cv {
	width: 70%;
	float: left;
}


.text.cv p {
  margin-bottom: 0em;	
}

.cv.sidebar {
	width: 30%;
	float: left;
}

.text.press p{
 margin-bottom: 1.5rem;	
}

strong {
 font-weight: 400
}


/* -----  HOME  ------------------------------------------------- */


#slides {
    position: fixed;
    left: 0;
    top: 5.5rem;
    right: 0;
    bottom: 45px; 
    height: auto; 
    width: auto;
}

.topwrap {
	position: relative;
   display:flex;
   justify-content: center;
   align-items: center;     
}

.toptitle {
   font-size: 1rem;
   padding: .8rem 1rem .8rem;
   line-height: 1.1rem;
   vertical-align: baseline;
   position: absolute;
   bottom: 7rem;
   z-index: 500;
   background: #ffffff;
   }

.toptitle .title {
	font-size: 1.3rem;
	line-height: 1.5rem;
}

.toptitle a {
	  border-bottom: 1px solid;
	  padding-top: .5rem;
}






/* -----  WORKS  ------------------------------------------------- */


.works.grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -2rem 2rem;
}

.works.grid-item { 
	width: 50%;
	padding: 0 2rem 2.5rem;
	cursor: pointer
}

.worktags {
	width: 100%;
	text-align: left;
	padding-top: 0rem;
	margin-bottom: .3rem;
}

.works.grid-item.block {display: none;}

.worksimg {
	position: relative;
	padding: 0;
	width: 100%;
	height: auto;
}


.worksimg:before {
	content: "";
	display:block;
	padding-top: 72%;
}
	
.worksimg img {
	position: absolute;
	top: 0px;
	bottom: 0px;
	height: 100%;
	width: 100%;
	object-fit: cover;
	
}	


.exhibtext, .workstext, .worktext {
	font-size: 1rem;
	line-height: 130%;
	font-weight: 400;
	text-align: left;
}

 .workstext {
  text-align: center
  }

a.trans {
	border: 0px solid !important;
	padding: 0px !important;
	cursor: pointer;
    margin-top: 2rem;
}

#txt1 {
	display: none;
}


#txt2 {
	display: block;
}

.contentwrap {
margin: 4rem auto;
width: 80%;
}

.workdesc {
font-size: 1.1rem;
}

.workdesc p {
margin-bottom: 1rem;
}

.workstext {
	padding-top: 1rem;
}

.worktext {
	text-align: center;
}

.video {
	position:relative;
}

.blind {
	display: none;
}




.video:before,
.video:after {
	position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: -29px 0 0 -29px;
    border: 3px solid #fff;
    border-radius: 100%;
    background-size: 175px;
    background-position: 12px -428px;
	box-sizing: content-box;
	background-image: url(../icons/modulobox.svg);
	background-repeat: no-repeat;
	background-color: transparent;
}


.video:after {
	opacity: 0;
	visibility: hidden;
	background-image: none;
	background-color: transparent;
	border-color: transparent;
	border-left-color: #fff;
}

video {
	margin-top: 2rem;
	width: 100%;
	height: auto;
}




/* -----  EXHIBITIONS  ------------------------------------------------- */

.exhib.txt {
	width: 30%;
	float: left;
}

.exhib.grid {
	width: 70%;
	float: right;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -1rem 2rem;
	padding-left: 2rem;
}

.exhib.grid-item { 
	width: 33.33%;
	padding: 1rem 1rem 5rem
}

/* -----  PUBLICATIONS  ------------------------------------------------------- */

.publ.grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    margin: -1rem -2% 4rem;
}

.publ.grid-item { 
	width: 25%;
	padding: 2%;	
}

.publbox {
	position: relative;
	padding: 0em;
}

.publbox p {
	margin-bottom: .5em;
	line-height: 1.2em;
}

.publimg {
	position: relative;
}

.publimg:before {
	content: "";
	display:block;
	padding-top: 110%;
}

.publimg img{
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 100%;
	object-fit: contain;
}

.publtext {
	width: 100%;
	font-size: .85rem;
	padding: 1.5em 0 1em;
}

.publtitle {
	font-size: 1.1rem;
	margin-bottom: .3em;
	line-height: 1.1em;
}

.publhead {
	font-size: 1.2rem;
	margin-bottom: .3em;
	line-height: 1.2em;
}

.publlink a {
	  border-bottom: 0px
}


/* -----  CV/PRESS  ------------------------------------------------------- */



.press p {
	margin-bottom: .2rem;
}

.cv {
	margin-bottom: 2rem;
}

.cv td:first-child {
	padding-right: 3rem;
	vertical-align: top; 
}

.cv td.bio {
	width: 8rem;
}



.footerwrap {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
}



.footer {
  display: flex;
  justify-content: space-between;
  position: fixed;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 800;
  padding: 5px 0 0 0;
  background-color: #fff;
  width: 70%;
  max-width: 1500px;
    -webkit-transition: all 0.5s ease;
 		transition: all 0.5s ease;
}

.footer-copyright {
	padding: .75rem 0;
	height: 40px;
	font-size: .65rem;
	text-transform: uppercase
}


.footer a {
  display: inline-block;
}


.footer a:hover {
  border-bottom: 1px solid;
  padding-bottom: 0.05rem;
}



.footer.smaller {
	opacity: 0;
}


.footer > a {
  margin-bottom: 1.5rem;
  border-top: 2px solid #000;
  width: 16.5rem;
  padding-top: .5rem;
}

.sociallinks  li {
	display: inline-block;
}

.social a {
  padding: .5rem 0;
  width: 1rem;
  text-align: center;
}

.social a:hover {
  text-decoration: line-through;
}

a.back-to-top {
	display: none;
	position: fixed;
	z-index: 999;
	right: 2rem;
	bottom: 2rem;
}
