/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}

html {
 min-height: 100%;
}

body {
  height: 100vh;
  min-height: -webkit-fill-available;
}
body {
  line-height: 1.5;
      -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
img, picture, video, canvas, svg {
  display: block;
}
input, button, textarea, select {
  font: inherit;
}
h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
  font-size: 1.5rem;
  font-weight: 400;
}
#root, #__next {
  isolation: isolate;
}
li {
list-style: none;
}

@font-face {
    font-family: 'GildaDisplay';
    src: url('../fonts/GildaDisplay-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'HKGrotesk';
    src: url('../fonts/HKGrotesk-Light.woff2') format('woff2'),
         url('../fonts/HKGrotesk-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'HKGrotesk';
    src: url('../fonts/HKGrotesk-Regular.woff2') format('woff2'),
         url('../fonts/HKGrotesk-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'HKGrotesk';
    src: url('../fonts/HKGrotesk-SemiBold.woff2') format('woff2'),
         url('../fonts/HKGrotesk-SemiBold.woff') 
         format('woff');
    font-weight: 600;
    font-style: normal;
}





html {
  font: normal 400 1rem/1.3rem 'GildaDisplay', sans-serif;

}

a {
	color: #000;
	text-decoration: none;
}

strong, b {
  font-weight: 600;
}

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

button, .button {
	display: inline-block;
    font-size: .9em;
    border: 0px solid #000;
    padding: 8px 10px;
    text-transform: uppercase;
    margin: 1rem 0;
    z-index: 680;
    background-color: #000;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}


/*----------Header----------*/

.wrap {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin: 9rem auto 0;
  max-width: 1400px;
  min-height: 80vh;
}


.header {
  position: fixed;
  display: flex;
  justify-content: left;
  top: 0;
  left: 0;
  right: 0;
  z-index: 800;
  width: 100%;
  padding: 1rem;
}

.logo img {
position: relative;	
  width: 26rem;
  z-index: 800;
  }
  
a.logo {
	border-bottom: 0 solid;
} 

.menu-item.active a {
	border-bottom: 1px solid;
    padding-bottom: 0.05rem;
}

.menu {
  position: fixed;
  line-height: 1.2rem;
  top: 1.2rem;
  right: 1.2rem;
  padding: .2rem;
  z-index: 500;
  background-color: rgba(255, 255, 255, 0);
}	

.menu-list {
	width: 100%;
	text-align: right;
	font-size: 1.2rem;
	font-weight: 400;
	padding: 0;
}

.menu-list.footer {
	padding-top:.75rem;
	text-align: center;
	margin-right: 1.2rem;
}

.menu-list.footer.home {
	display: none
}

.menu-list li {
	padding: 0 .4rem;
	display: inline-block;
}

.menu-list li a {
	  color: #000
}

.menu.white .menu-list li a {
	color: #fff;
}

.menu ul.mobile {
	position: absolute;
	right: 0;
	top: 0;
	padding-top: 4rem;
	text-align: right;
	width: 100vw;
	height: 100vh;
	background-color: rgba(255, 255, 255, 0.97);
}

.menu ul.mobile.white {
	background-color: rgba(255, 255, 255, 0)
}

.menu ul.mobile li {
	display: block;
	padding: 0.3rem 0 1rem;
	width: auto;
	text-transform: uppercase;
}

.menu ul.mobile.white li a{
	color: #fff;
}

.menu ul.desktop, .menu ul.mobile {
	display: none
}

.menu a.icon {
	padding: 1.5rem 0;
	position: absolute;
	right: 0;
	top: -1rem;
	text-align: right;
	z-index: 500;
}


.ig img{
  width: 15px;
  height: 15px;
  float: right;
  margin-right: 3px

}



@media screen and (min-width: 960px) {
	
.menu ul.desktop {
	display: block
}	

.gg-menu {
	display: none !important;
}	
}

.gg-menu {
    transform: scale(var(--ggs,1))
}

.gg-menu,
.gg-menu::after,
.gg-menu::before {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 3px;
    background: currentColor;
}

.white .gg-menu,
.white .gg-menu::after,
.white .gg-menu::before {
	background: #fff;
	}

.gg-menu::after,
.gg-menu::before {
    content: "";
    position: absolute;
    top: -8px
}

.gg-menu::after {
    top: 8px
}



/*----------Home----------*/


.homecarousel-frame {
	position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
height: auto;
width: auto;
}


.homecarousel-outer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0; 
  bottom: 0;
  left: 0;

}

.homecarousel {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0; 
  bottom: 0;
  left: 0;

}

.homecarousel-cell {
	position: absolute;
	width: 100%; 
	height: 100%;
	top: 0;
    right: 0; 
    bottom: 0;
    left: 0;
}

.homecarousel-cell-image {
  display: block;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
}

.homecarousel-cell-image.flickity-lazyloaded,
.homecarousel-cell-image.flickity-lazyerror {
  opacity: 1;
}

.homecarousel-cell img {
	position: absolute;
	top: 0;
    right: 0; 
   	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}


.hometitle {
	position: absolute;
    top: auto;
	left: 1em;
	right: auto;
	margin-right: 1.5em;
	bottom: 1em;
	padding: .3rem .8rem;
	color: #fff;
	font-size: 3.2em;
	font-weight: 300;
	line-height: 1.1em;
	z-index: 300;
	text-align: left;
	background-color: rgba(255, 255, 255, 0);
}

.hometitle-small {
	position: absolute;
    top: auto;
	left: auto;
	right: 1em;
	margin-right: 1.5em;
	bottom: 1em;
	padding: .3rem .8rem;
	color: #fff;
	font-size: 1.3em;
	font-weight: 300;
	line-height: 1.1em;
	z-index: 300;
	text-align: left;
	background-color: rgba(255, 255, 255, 0);
}

.hometitle.black {
	color: #000;
}

.hometitle.white, .hometitle-small.white {
	color: #fff;
	background-color: rgba(255, 255, 255, 0);
}

.hometitle.yes, .hometitle-small.yes  {
	color: #000;
	background-color: #fff;
}


.hometitle .serif {


}

/*----------SHOW----------*/


.showtitle {
	font-size: 2.3em;
	font-weight: 300;
	line-height: 1.1em;
	z-index: 300;
	text-align: left;	
	width: 85%;
	margin: 0 auto;
}

.showtitle .serif {


}

.showinfo {
	padding: 1.5rem 0 2rem;
	width: 85%;
	font-size: 1.3rem;
	margin: 0 auto;
}

.showinfo p {
	padding-top: 1.2rem;
}

.info {
	padding: 0 0 2rem;
	width: 70%;
	font-size: 1.3rem;
}

.info p {
	padding-top: 1.2rem;
}


/*----------RECENT----------*/

.recent-item {
	margin-bottom: 3.5rem;
}


.recenttitle {
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.2em;
	z-index: 300;
	text-align: left;	
	width: 85%;
	margin: 0 auto;
}

.recenttitle .serif {

}

.recent-img {
	position: relative;
     --w: 1.66;
     --h: 1;
    padding-bottom: calc(100% / var(--w) * var(--h));
    overflow: hidden;
    width: 85%;
	margin: 0 auto 1rem;	
}

.recent-img img {
	position: absolute;
	top: 0;
    right: 0; 
   	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}	






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

.grid-item {
	position: relative;
	width: 33.33%;
	padding: 0 2rem 2rem;	
	float: left;

	
}

.grid-img {
	position: relative;
     --w: 3;
     --h: 2;
    padding-bottom: calc(100% / var(--w) * var(--h));
    overflow: hidden	
}

.grid-img img {
	position: absolute;
	top: 0;
    right: 0; 
   	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}	


.grid-img.logo img {
	position: absolute;
	top: 40%;
    right: 0rem; 
   	bottom: 0;
	left: 0;
	object-fit: cover;
}

.grid-text {
	padding: 1rem 0;
	line-height: 1.6;
	text-align: left
}

.grid-text .title {
	font-size: 1.2em;
	letter-spacing: 0rem;
}

.grid2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
    margin: 0 -3% 0;	
    padding: 3rem 0 2rem;
}

.works.grid-item { 
	position: relative; 
	width: 19%;
	margin: 3%;
	height: 17vw;
	overflow: hidden;
	cursor: pointer
}

.works.grid-item img {
	position: absolute;
	top: 0;
    right: 0; 
   	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: contain;
	
}




.video {
	  margin-bottom: 4rem;
}

	
.videowrap {
  --w: 1.77;
  --h: 1;
  padding-top: calc(100% / var(--w) * var(--h));
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.videowrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border: 0;
  	margin: 0 auto;
}

.videobox  {
width: 85%;
  margin: 2.5rem auto;
  height: auto;
}



/*----------Slider----------*/

.carousel-frame {
	margin: 2em auto;
	width: 85%;
}

.carousel {
  padding-bottom: 66.66%;
}

.carousel-cell {
	width: 100%; 
	height: 100%;
		margin: 0 1%;
	display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-imagecell {
  position: relative;
	width: 100%; 
	height: 100%;
	display: block;

}


.carousel-cell-image {
  display: block;

  margin: 0 auto;



}

.carousel-cell-image.flickity-lazyloaded,
.carousel-cell-image.flickity-lazyerror {
  opacity: 1;
}

.carousel-cell img {
	position: absolute;
	top: 0;
    right: 0; 
   	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.flickity-enabled.is-fullscreen .carousel-cell img {
	object-fit: contain
}

.carousel .flickity-viewport {
  position: absolute;
  width: 100%;
}

.carousel.is-fullscreen .carousel-cell {
  height: 100%;
  }
  

footer {
	background-color: #fff;
	position: relative;
	width: 100%;
	text-align: center;
	font-size: .85rem;
	padding: 2rem 1.2rem 1rem;
}

footer.home {
	padding: 0;
}

a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 25px;
	bottom: 20px;
	background: url("../../images/up-arrow.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border-bottom: 0px solid
}



