	/*@font-face {
font-family: 'Roobert';
    src: url('https://files.cargocollective.com/c203164/RecklessTRIAL-Regular.otf');
    font-weight: 200;
};

.test-font {
  
	font-family: "Roobert", Icons ;
	font-style: normal;
	font-weight: 300;
    letter-spacing: -2px;
    font-size: 4.0rem;
}*/

a.override {
	color: #232323 !important;
    border-bottom: 2px solid rgba(83,83,83,0.3) !important;
}

a.override:hover {
	border-bottom: 2px solid rgba(83,83,83,0.9) !important;
}


a.onwhite:link {
	color: #1d1d1d;
    text-decoration: none;
    border-bottom: 2px solid  rgba(83, 83, 83, 0.3);
}

a.onwhite:hover {
    border-bottom: 2px solid  rgba(83, 83, 83, 1);

}

.tldr {
    margin: auto;
    padding: 1px 15px 2px 15px;
    background-color: rgba(83, 83, 83, 0.8);
    border-radius: 20px;
    color: white;
    font-size: 1.7rem;
}

.team {
	
    float:left;
    width: 90%;
}


@media screen and (max-width: 500px) {
	.row {
    padding-left: 20%;    
	}
}


@media screen and (max-width: 500px) {
    .team {
        width: 100%;
       height: 230px;
       overflow: scroll;
}
	
}


table {
    text-align: left;
    width: 100%;
    vertical-align: bottom;
    padding: 10px 0 10px 0;
}

td {
	padding: 10px 30px 10px 0px;
}

td.rightalign {
	text-align: right;
}

.fixed-head {
	position: fixed;
    width: 92%;
    max-width: 100%;
    font-size: 3.2rem;
    color: #232323;
}
.fixed-element {
	background: white;
    border-radius: 100px;
    padding: 0px 17px 3px 17px;
}



/*
.test-font-meta {
	color: #232323;
    font-family: "Archivo Narrow", Icons ;
	font-style: normal;
	font-weight: 400;
}*/
 



.client-name {
	
}

::-webkit-scrollbar {
  display: none;
}

.shortcut-wrapper {
max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  overflow-x: scroll;
    
}

.shortcut-menu-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
    
}

#mainNav {
  list-style: none;
  margin: 0;
  height: 9rem;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
	font-style: normal;
	font-weight: 400;
}

#mainNav > li > p {
  display: table-cell;
    border-radius: 80px;
    background-color: rgba(234, 234, 234, 0.9);
    color: #1b1b1b;
   font-size: 3.2rem;
  padding: 12px 24px 10px 24px;
  margin-right: 16px;
  vertical-align: middle;
 
    
}

#mainNav > li {
  display: table-cell;
    border-radius: 80px;
  margin-right: 15px;
  vertical-align: middle;
 
    
}


#mainNav > li > a {
     border-radius: 80px;
  display: block;
    background-color: rgba(9, 9, 9, 0.85);
  text-decoration: none;
  border-bottom: 0px; 
color: white;
  font-size: 3.2rem;
  padding: 10px 24px 10px 24px;
}

#mainNav > li.active {
	background: #121212;
}

#mainNav-white {
  list-style: none;
  margin: 0;
height: 9rem;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
	font-style: normal;
	font-weight: 400;
}

#mainNav-white > li {
  display: table-cell;
    border-radius: 80px;
  margin-right: 16px;
  vertical-align: middle;
 
    
}

#mainNav-white > li > p {
  display: table-cell;
    border-radius: 80px;
    background-color: rgba(0,0,0,0.6);
    color: white;
   font-size: 3.2rem;
  padding: 10px 24px 10px 24px;
  margin-right: 16px;
  vertical-align: middle;
 
    
}

#mainNav-white > li > a {
     border-radius: 80px;
  display: block;
    background: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  border-bottom: 0px; 
color: #1b1b1b;
  font-size: 3.2rem;
  padding: 10px 24px 10px 24px;
}

#mainNav-white > li.active {
	background: #fff;
}



@media (hover: hover) {
    #mainNav > li > a:hover {
        border-radius: 80px;

  color: white;
  background-color: rgba(27, 27, 27, 0.8);
    }
}

@media (hover: hover) {
    #mainNav-white > li > a:hover {
        border-radius: 80px;


  color: #1b1b1b;
  background: #fff;
    }
}


/*a.active {
  background: #333;
  color: #ffffff;
  border-radius: 12px;
  box-shadow: 1px 1px 5px 1px;
}*/


.vertical-fix {
	display: none;
}

@media screen and (min-width: 760px) {
  .vertical-fix {
    display: block;
    }
}


.h1dark {
	color: #232323;
}

.project-head {
	/*display: none;*/
}

.list-fix  {
	/*color: #232323*/
}




.menu {
	text-align:right;
    margin-right: 0;
    font-size: 2.2rem;
}

.menu li {
	padding-left: 8px;
    display:inline; 
    list-style-type:none;

    list-style-position: inside;
    
}

.menu ul {
	padding-right: 0px;
}

button {
	background-color: none;
    font-size: inherit;
    border: none;
    color: #232323;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.4rem;
    margin: auto;
    border-bottom: 2px solid #dadada;
}

button:hover {
	/*border-bottom: 2px solid rgba(0, 0, 0, 1);*/
}

button1 {
    float: right;
	background-color: white;
    padding: 8px 8px 8px 8px;
    margin-top: 8px;
    font-size: inherit;
    border: none;
    color: #232323;
    /*border-bottom: 2px solid #dadada;*/
}

button1:hover {
	background-color: #232323;
    color: white;
    border-bottom: 2px solid white;
    transition: transform 2s;
}

.row {
    padding-right: 3.2rem;
    padding-left: 70%;
  	display: flex;
  	flex-direction: row;
  	flex-wrap: wrap;
  	padding-bottom: 4rem;
    color: rgba(0,0,0,.9);
  	font-family: "Monument Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
    padding-top: 1.8rem;
}

.row-2 {
	background-color:#1b1b1b;
    border-radius: 15px;
    padding-right: 3.0rem;
    margin-left: 3.5rem;
    margin-right: 3.5rem;
    padding-left: 3.0rem;
    padding-bottom: 3.3rem;
    padding-top: 3.0rem;
    display: none;
    /*border-radius: 40px;*/
}

.column {
  	display: flex;
  	flex-direction: column;
  	flex-basis: 100%;
  	flex:1;
}

.three-column {
	display: flex;
  	flex-direction: column;
  	flex-basis: 100%;
  	flex: 3;

}

.fixedstuff {
    left: 0;
    margin-bottom: 10px;
    position:fixed;
    bottom: 10px;
    width: 100%;
    z-index: 100;
     overflow-y: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
    /*background: #fff;*/
}



/*.project-credits {
	font-size: 1.8rem;
}

.project-name {
    flex-grow: 1;
   	text-align: left;
}

.project-shortcuts {
    flex-grow: 20;
  	text-align: center;
    display: none;
    border: dashed;
}

.project-year {
    flex-grow: 1;
  	text-align: right;
}


.shrinkit {
	color:rgba(0,0,0,1);
}

.text-cycle {
    color:rgba(0,0,0,1);
}

.shortcut {
    text-align: center;
	color: rgba(23, 23, 23, 0.9);
    display: inline;
    font-size: 1.4rem;
	line-height: 1.1;
    letter-spacing: 0.01em;
	    padding-bottom: 3.2rem;
    font-family: "Monument Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
    float: left;
    border-style: dotted;
    width: 33%;
}*/

.txtblackbg {
	background-color: #000;
}

.project-title {
	text-align: center;
    width: 100%;
    float: left;
}

#img-head {
    position: relative;
	top: -8rem;
    text-align: center;
    z-index: 50;
}

.new-box {
	max-width: 1000px;
}

.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Show less';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
}

p {
	display: block;
	margin-top: 0;
}

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

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

.roman {
	list-style-type: lower-roman;
}

@media only screen and (max-width: 400px) {
    .roman {
padding-left: 2.5rem;
        padding-right: 0;
    }
}



#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: auto; /* Full height (cover the whole page) */
    bottom: 0;
    left: 0;
    padding: 0 5% 0%  2.6rem;
    background-color: rgba(255, 255, 255, 1); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

/*#text{
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #121212;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}*/

.panel {
  /* min height incase content is higher than window height */
  min-height: 100vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-family: sans-serif;
  outline: 10px solid hotpink;
  /* turn above on to see the edge of panels */
}

/* colours */
.color-violet {
  background-color: #7A4EAB;
}

.indent {
	
    text-indent: 5rem;
    margin-top: 0;
    margin-bottom: 0;
}

.multicolumn {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-width: 100px; /* Chrome, Safari, Opera */
    -moz-column-width: 100px; /* Firefox */
    column-width: 100px;
    hyphens: none;
}

@media only screen and (max-width: 2000px) and (min-height: 700px) {
    .multicolumn {
       column-count: 2; 
    }
}

@media only screen and (max-width: 720px) {
    .multicolumn {
       column-count: 1; 
    }
    .project-name {
	display: none;
}
    .project-head {
	display: block;
}
}

.max {
	max-width:1200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

header {
 position: relative;
 height: 100%;
 min-height: 800px;
 width: 100%;
 background-size: cover !important;
 -webkit-background-size: cover !important;
 text-align: center;
 overflow: hidden;
 background-color: rgba(0,0,0,0.2);
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -100;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

header:before {
 content: '';
 display: inline-block;
 vertical-align: middle;
 height: 100%;
}

header .banner {
 display: inline-block;
 vertical-align: center;
 margin: 0 auto;
 width: 85%;
 padding-top: 35px;
 padding-bottom: 0px;
 text-align: center;
}

header .banner-text {
 color: #f5f5f5;
 width: 100%;
}

@media only screen and (max-width: 620px) {
    header .banner-text {
        width: 20%;
        background-position: center; 
    }
}

.highlight {
	background: white;
    font-family: "Space Mono", Icons;
	font-style: normal;
    font-size: 1.5rem;
	font-weight: 400;
    color: #000;
}

.meta {
	font-family: "Space Mono", Icons;
	font-style: normal;
	font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.7);
}

/**
 * Content
 */
.baselinefix {
	margin-top: 1.85rem;
}

.shelf {
	border-bottom: .75em solid #fff;
}

.book {
	vertical-align: bottom;
}

.orangebox {
	width: 100%;
    margin: auto;
    background-color: #ff7921;
}

.darkbox {
	width: 100%;
    margin: auto;
    background-color: #1b1b1b;
}


.fullbox {
	max-width: 1650px;
    background-color: #cecece;
    margin: auto;
}

.whcabox {
	max-width: 1305px;
    width: 100%;
    float: left;
    background-color: #f8f8fa;
    margin: auto;
}


.bayerbox {
    width: 100%;
    background-image: url("http://u.cubeupload.com/mleland/bayeraspen.jpg");
    background-position: top; 
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #000;
    margin: auto;
    min-height: 200px;
    
}

@media only screen and (max-width: 620px) {
    .bayerbox {
        background-size: 200%;
        background-position: center; 
    }
}


.treebox {
    width: 100%;
    background-image: url("https://i.amz.mshcdn.com/jRSqDXdqcnupxlnQX9yAbPBQl7Y=/http%3A%2F%2Fa.amz.mshcdn.com%2Fwp-content%2Fuploads%2F2015%2F12%2Flumber-6.jpg");
    background-position: bottom; 
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #000;
    margin: auto;
    min-height: 200px;
    
}

@media only screen and (max-width: 620px) {
    .treebox {
        background-size: 250%;
        background-position: bottom; 
    }
}

@media only screen and (min-width: 621px) and (max-width: 1050px) {
    .treebox {
        background-size: 200%;
        background-position: top; 
    }
}

.batbox {
	width: 100%;
    background-image: url("http://registerforbetting.com/wp-content/uploads/2018/04/successful-pic-of-bat-mystery-solved-how-bats-can-land-upside-down.jpg");
    background-position: center;     
    margin: auto;
    min-height: 300px;
}

@media only screen and (max-width: 620px) {
    .batbox {
        background-size: 200%;
        background-position: center; 
    }
}

.pagodabox {
	width: 100%;
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/9/97/Tiffany_and_Company_-_Sketch_for_the_Tiffany_Iris_Corsage_Ornament_-_Walters_372632.jpg");
    background-position: top; 
    background-size: 100%;
    margin: auto;
    min-height: 300px;
}

@media only screen and (max-width: 620px) {
    .pagodabox {
        background-size: 180%;
        background-position: top left; 
    }
}

.pungobox {
	width: 100%;
    background-image: url("http://u.cubeupload.com/mleland/vanightsky.jpg");
    background-position: center;
    background-size: 100%;
    margin: auto;
    min-height: 300px;
}

@media only screen and (max-width: 620px) {
    .pungobox {
        background-size: 180%;
        background-position: center; 
    }
}

.uwsbox {
	width: 100%;
    background-image: url("http://u.cubeupload.com/mleland/internetmapFB.jpg");
    background-position: top; 
    background-size: 100%;
    margin: auto;
    min-height: 300px;
}

.newsliteracybox {
	width: 100%;
    background-image: url("https://freight.cargo.site/t/original/i/8b4d58f7003f09019c66987de111d22e27376ea9c0fcdc3653089d0d40f08285/0740e1.jpg");
    background-position: center; 
    background-size: 100%;
    margin: auto;
    min-height: 300px;
}

@media only screen and (max-width: 620px) {
    .newsliteracybox {
        background-size: 180%;
        background-position: center; 
    }
}



.centralparkbox {
	width: 100%;
    background-image: url("http://u.cubeupload.com/mleland/carriagescentralpark.jpg");
    background-position: top; 
    background-size: 100%;
    margin: auto;
    min-height: 300px;
}

@media only screen and (max-width: 620px) {
    .centralparkbox {
        background-size: 180%;
        background-position: center; 
    }
}

.graybox {
	max-width: 1650px;
    background-color: #e6e6e6;
    margin: auto;
}

.whitebox {
	max-width: 100%;
    background-color: #fff;
    margin: auto;
}

.whcabox {
	max-width: 100%;
    background-color: #f1f1f1;
    margin: auto;
}


.mobilebox {
	max-width: 100%;
    margin: auto;
    padding: 2.4rem;
    background-color: #fbfbfb;
}

.bluebox {
    max-width: 100%;
    margin: auto;
	background-color: #040614;
    max-height: 710px;
    overflow: hidden;
    text-align: center;
}


.smallicon {
	font-size: 1rem;
}

.icon {
	font-size: 1.4rem;
	line-height: 1.1;
    color: rgba(255, 255, 255, 0.4);
	}

@font-face {
  font-family: 'Monument Grotesk';
  font-weight: normal;
  font-style: normal;
  src: url('https://files.cargocollective.com/c203164/monument-grotesk-regular.woff') format('woff');
}

h3 {
	font-family:  'Monument Grotesk';
     font-weight: normal;
  font-style: normal;
}

.jump {
	font-size: 1.4rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.4);
	font-family: "Titling Gothic FB Wide", Icons;
	font-style: normal;
	line-height: 1.4;
    letter-spacing: 0.01em;
}
.jump a {
	color: rgba(255, 255, 255, 0.9);
     border-bottom: 2px solid rgba(255, 255, 255, 0.9);
}
.jump a:hover {
	 border-bottom: 0px;
}

.jump a.image-link,
.jump a.icon-link,
.jump a.image-link:hover,
.jump a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

p.spacefix {
	font-size: 0.1rem;
}

.videocontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@font-face {
  font-family: 'GT America Expanded';
  font-weight: normal;
  font-style: normal;
  src: url('https://files.cargocollective.com/c59915/GT-America-Expanded-Medium.woff') format('woff');
}

@font-face {
  font-family: 'GT America Regular';
  font-weight: normal;
  font-style: normal;
  src: url('https://files.cargocollective.com/c59915/GT-America-Standard-Regular.woff') format('woff');
}

body {
	background-color: #fff;
	color: #000;
    transition: background-color 1s ease;
}

a:hover {
	opacity: 1;
}

.image-link a.active {
	opacity: 1;
}

.page a.active {
	opacity: 1;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

ul,
ol {
	margin:0;
    padding: 0px 0px 0px 0px;
	font-style: normal;
    font-family: "Monument Grotesk";
	font-weight: 400;
}

blockquote {
	margin: 0;
    margin-top: 0.3em;
	padding: 0 0 0 0em;
    font-family: "Monument Grotesk", Icons;
    font-size: 2.2rem;
    line-height: 2.8rem;
    border-left: 0px solid #ccc;
	font-style: normal;
	font-weight: 400;
}

hr {
	background: rgba(255, 255, 255, 0.9);
	border: 0;
	height: 2px;
	display: block;
}

.content img {
	float: none;
	margin-bottom: 0;
    vertical-align: bottom;
}

.gallery_image_caption {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    text-align: left;
    font-size: 1.7rem;
	line-height: 1.3;
	font-family: "Monument Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.8);
}

/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.8rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.86);
	font-family: "Monument Grotesk", Icons;
	font-style: normal;
	line-height: 1.35;
    letter-spacing: 0.00em;
}



[data-predefined-style="true"] bodycopy a {
	color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {
	opacity: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    
}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: Monument Grotesk, Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 3.4rem;
	line-height: 1.1;
	color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.01em;
	}

[data-predefined-style="true"] h1 a {
	color: rgba(255, 255, 255, 0.9);
}

h1 a:hover {
    color: rgba(255, 255, 255, 0.5);
}
    
[data-predefined-style="true"] h2 {
	font-family: "Space Mono", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 2.1rem;
	line-height: 1.3;
	}

[data-predefined-style="true"] h2 a {
	color: rgba(255, 255, 255, 0.9);
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.3;
	font-family: "Monument Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.75);
    padding: 0.5rem 0 0 0;
}

[data-predefined-style="true"] small a {
	color: #fff;
}


/**
 * Breakpoints
 */


[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: 0 /*!content_left*/;
	margin-right: auto /*!content_left*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] body {
	background-color: rgb(23, 23, 23)/*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 100%/*!content_left*/;
}

[data-css-preset] .content_padding {
	padding-top: 3.5rem /*!main_margin*/;
	padding-bottom: 3.5rem /*!main_margin*/;
	padding-left: 3.5rem /*!main_margin*/;
	padding-right: 3.5rem /*!main_margin*/;
}


[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: transparent/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 100%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 0rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: 0rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: 0rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
    position: relative;
}

.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: 0.1rem;
    font-size: 3.2rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.7);
	font-family: "Monument Grotesk", Icons;
	font-style: normal;
	line-height: 1.1;
}


.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
	line-height: 1.3;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: 'Neue Haas Grotesk', Icons;
	font-style: normal;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(0, 0, 0, 0.35);
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: 1.2rem;
}

/**
 * Thumbnail Hover
 */

.thumbnails .thumbnail > a {
	position: relative;
    
}

.thumbnails .thumbnail .title {
	background: rgba(23, 23, 23, 1);
    padding: 1rem 1rem 0.7rem 1rem;
    margin: 0rem;
    color: rgba(255, 255, 255, 1);
    align-content: center;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    opacity: 0;
}

.thumbnails .title span {
	margin: auto;
	display: inline-block;
}

.thumbnails .thumbnail:hover .title {
    -webkit-transition: opacity .2s ease-in;
    -moz-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    -ms-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    opacity: 1;
}

.thumbnail:hover .thumb_image {
	opacity: 1;
    -webkit-transition: opacity 0.1s ease-in;
    -moz-transition: opacity 0.1s ease-in;
    -o-transition: opacity 0.1s ease-in;
    -ms-transition: opacity 0.1s ease-in;
    transition: opacity 0.1s ease-in;
}

body.mobile .thumbnails .thumbnail:hover .title {
	opacity: 0;
}

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1;
    font-size: 28px /*!site_menu_button*/;
    padding: 6px;
    line-height: 1;
    background: rgba(33, 32, 46, 0);
    position: fixed;
	right: 3rem /*!site_menu_button*/;
	bottom: 3rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: -6px;
    font-size: 34px;
}

#site_menu_button.custom_icon {
	width: 40px;
    height: auto;
}

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(20, 20, 20, 0.95);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a {
	color: rgba(255, 255, 255, 0.75);
    
}

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}

#site_menu a:active {
	opacity: .7;
}

#site_menu a.active {
	opacity: .4;
}

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
	font-size: 45px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1em;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}

/*
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 0.85);
    background: transparent;
	font-size: 40px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: 1.2rem /*!shop_button*/;
	right: 1.2rem /*!shop_button*/;
}

#shop_button.text {
    font-family: "Neue Haas Grotesk", Icons;
	font-size: 2.2rem;
    padding: 0;
    line-height: 1.2;
	font-style: normal;
	font-weight: 400;
}

#shop_button.custom_icon {
	width: 40px;
    height: auto;
}

body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 46px;
}

/*
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
	font-size: 2.2rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.9);
    display: block;
    margin-bottom: 1rem;
}

.shop_product .dropdown {
    font-family: "Neue Haas Grotesk", Icons;
    color: rgba(0, 0, 0, .9);
    font-size: 1.4rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 1rem;
}

.shop_product .button {
    font-family: "Neue Haas Grotesk", Icons;
	font-size: 1.4rem;
    background: rgba(0, 0, 0, 0.8);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .9rem;
}

/*
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: rgba(0, 0, 0, 0.9) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2rem 0;
    text-align: center;
    font-size: 1.8rem;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.4);
    color: white;
}


/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}


/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}


