/*!
Theme Name: ALC
Theme URI: https://thoughtandfound.co
Author: Thought & Found
Author URI: https://thoughtandfound.co
Text Domain: alc
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# STYLES
--------------------------------------------------------------*/
@media screen and (min-width: 0px) {
/*--------------------------------------------------------------
# GLOBAL
--------------------------------------------------------------*/
	body, html, div, a, p {
		font-family: 'Pragmatica', sans-serif;
		font-weight: 500;
		color: black;
		font-size: 11px;
    line-height: 14px;
	}

	a {
		text-decoration: none;
	}

	.p-image:hover, .d-menu span:hover,
	.p-close:hover, .i-close:hover, .l-close:hover, .g-close:hover {
		cursor: pointer;
	}

	body {
		transition: background-color ease 500ms;
/* 		overflow-y: hidden; */
	}

	.charcoal {
		background: #1f1f1f;
	}

	.white-overlay {
		position: fixed;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		z-index: 20;
		background: white;
	}
	
	hr {
		margin: 5px 0;
	}
	
	.aqua hr {
		background-color: #00bcd3;
	}
	
	.green hr {
		background-color: #00EE77;
	}
	
	.pink hr {
		background-color: #ff04aa;
	}
	
	.purple hr {
		background-color: #8154ff;
	}
/*--------------------------------------------------------------
# ELEMENT FADE IN (JS)
--------------------------------------------------------------*/
.hidden {
	opacity: 0;
	-webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.vis-full {
	opacity: 1;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}
/*--------------------------------------------------------------
# COLOR ARRAY
--------------------------------------------------------------*/
.aqua {
	color: #00bcd3;
  fill: #00bcd3;
}

.pink {
	color: #ff04aa;
  fill: #ff04aa;
}

.green {
	color: #00ee78;
	fill: #00ee78;
}

.purple {
	color: #8154ff;
	fill: #8154ff;
}

.red {
	color: #ff0001;
	fill: #ff0001;
}

.aqua_l {
	border-bottom-color: #00bcd3!important;
}

.pink_l {
	border-bottom-color: #ff04aa!important;
}

.green_l {
	border-bottom-color: #00ee78!important;
}

.purple_l {
	border-bottom-color: #8154ff!important;
}

.red_l {
	border-bottom-color: #ff0001!important;
}

/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
	.site-branding img, .site-branding svg {
		height: 44px;
		position: fixed;
		top: 18px;
		z-index: 21;
		width: 190px;
	}

	.logo img:first-child, .logo svg:first-child {
		left: 20px;
		width: 134px;
	}

	.logo img, .logo svg {
		left: 158px;
	}

	/* .simple_l.logo {
		display: none;
	} */


/*--------------------------------------------------------------
# MENU
--------------------------------------------------------------*/
	.desktop {
		display: none;
	}

  .main-navigation, .main-navigation > div {
		font-size: 18px;
		line-height: 20px;
	}

	.main-navigation a {
		text-decoration: none;
	}

	.p-close, .i-close, a.home-link, .l-close, .g-close {
		font-size: 18px;
		line-height: 20px;
	}

	.m-close, .p-close, .i-close {
		display: none;
	}

	.p-close, .i-close, a.home-link, .l-close, .g-close {
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		position: fixed;
		right: 4px;
		top: 195px;
		z-index: 5;
	}
	
	.p-close, .i-close, .l-close, .g-close {
		right: -3px;
		top: 201px;
	}

	.main-navigation .desktop {
		display: block;
	}

  .d-menu, .m-menu {
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		position: fixed;
		right: 24px;
		top: 12px;
		z-index: 21;
	    opacity: 0;
	}

	.d-menu {
		display: none;
	}

	.d-menu a, .d-menu span, .m-menu a, .m-menu span {
		font-size: 18px;
		line-height: 20px;
	}

	a.home-link {
		right: -5px;
    top: 43px;
		z-index: 11;
	}

	span.index {
		position: fixed;
    bottom: 18px;
    right: 20px;
		font-size: 18px;
		line-height: 20px;
		z-index: 16;
		display: block;
	}

	a.mob-contact {
		position: fixed;
		bottom: 18px;
		left: 20px;
		font-size: 18px;
		line-height: 20px;
		z-index: 16;
		cursor: pointer;
	}

	a.pr-desk-contact {
		display: none;
	}

	span.index, .d-menu a, a.pr-desk-contact, .l-close, .g-close {
		transition: filter 500ms ease;
	}

	span.index:hover, .d-menu a:hover,
	span.info:hover, span.press:hover,
	.p-close:hover, .i-close:hover,
	.l-close:hover, .g-close:hover,
	a.pr-desk-contact:hover {
		filter: blur(5px);
		transition: filter 500ms ease;
		cursor: pointer;
	}

	body.single-post span.index {
		display: none;
	}
/*--------------------------------------------------------------
# ARTICLES
--------------------------------------------------------------*/
	.desk-cont {
		display: none;
	}

	main#main {
    white-space: nowrap;
    position: relative;
  }

	.mob-cont > div:nth-last-child(2),
	.desk-cont > div:nth-last-child(2) {
		padding-right: 130px
	}

	article {
    width: 230px;
		height: 115px;
		margin-bottom: 35px;
  }

	article:nth-child(3) {
		margin-bottom: 0;
	}

	article .entry-content {
		display: none;
		white-space: normal;
	}

	.project_column {
		display: inline-block;
		margin-right: 7px;
	}

	.p-entry_Wrap {
    font-size: 11px;
    line-height: 14px;
  }

	.p-entry_Wrap {
		position: relative;
    height: 400px;
	}

	.p-header {
    margin-bottom: -9px;
    position: relative;
		font-size: 18px;
		line-height: 20px;
		z-index: 1;
  }

	.p-image {
    position: absolute;
    bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
	}

	.p-image img, .p-image video {
		display: block;
		width: 100%
	}

	.p-image img {
		-webkit-transition: opacity 1s;
	  transition: opacity 1s;
	}

	.hide {
		opacity: 0;
	}

	.p-image video {
		width: 100%;
		display: block;
  }

	#primary {
    position: absolute;
    bottom: 0;
		left: 0;
    padding: 20px;
		height: 485px;
		-webkit-transition: filter 1s;
		transition: filter 1s;
  }

	.scl {
		display: inline-block;
		position: relative;
	}

	.short-excerpt {
		width: 250px;
    display: block;
    white-space: normal;
    z-index: 15;
    position: relative;
    margin-top: -40px;
    font-size: 9px;
    line-height: 12px;
		height: 30px;
		font-family: 'ibm-plex-mono', monospace;
		font-weight: 500;
		opacity: 0;
  }

/*--------------------------------------------------------------
# PROJECT PANELS
--------------------------------------------------------------*/
.article-hide {
    width: 0!important;
    min-width: auto!important;
    min-height: auto!important;
    overflow: hidden!important;
    margin-right: 0!important;
}
	
	article .entry-content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
		bottom: 0;
		overflow-y: scroll;
		background: white;
		z-index: 10;
	}

	.entry-content p {
	  white-space: normal;
	}

	.content_Wrap {
    padding: 180px 20px 40px 20px;
	}

	article .content_Wrap {
		padding: 180px 0 58px 0;
	}

	.p-top p {
    margin: 0;
	}

	.p-top {
		clear: both;
		overflow: hidden;
		margin-bottom: 20px;
		padding: 0 20px;
		min-height: 50px;
	}

	.info-panel .p-top {
		padding: 0;
	}

	.p_column {
		width: 52.25%;
    max-width: 259px;
    padding-right: 80px;
		float: left;
  }

	.entry-meta {
		width: 20%;
		float: left;
		padding: 0;
	}

	.feat-box {
    margin-bottom: 20px;
  }

	.feat-adds {
    clear: both;
    overflow: hidden;
		padding-left: 20px;
  }

	.feat_container {
		padding: 0 20px;
	}

	.feat_container video, .feat_container img {
		display: block;
		width: 100%;
	}

	.feat-adds img, .feat-adds video {
		display: block;
		margin-top: 20px;
		float: left;
		max-width: none;
		width: 100%;
	}

	.feat-adds img:last-child {
		margin-bottom: 0px;
	}

	img.Full {
		width: 100%;
	}

	img.Half, video.Half {
		width: 48.25%;
		width: calc(50% - 20px);
		margin-right: 20px;
	}

	img.Third {
		width: calc((100% - 60px) / 3);
		margin: 20px 20px 0 0;
	}

	img.Full {
		width: 100%;
		width: calc(100% - 20px);
		margin-right: 0;
	}
	
	.m-sh-arrow {
    font-family: 'swear-text-cilati';
    font-size: 35px;
    font-weight: normal;
    padding: 2px 10px;
    position: fixed;
    text-align: center;
    right: 10px;
    bottom: 90px;
    z-index: 10;
    background: #1f1f1f;
    cursor: pointer;
    }
	
	.mob-sh, .desk-sh {
       position: fixed;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       background: #1f1f1f;
	   padding: 20px;
	   display: none;
    }
	
	.mob-sh img, .desk-sh img  {
		position: absolute;
    	width: 100%;
    	width: calc(100% - 40px);
    	top: 0;
    	bottom: 0;
    	margin: auto;
		display: none;
		cursor: e-resize;
    }
	
	.desk-sh img {
		width: 65%;
		left: 0;
		right: 0;
	}

	.t-margin {
		margin-right: 0!important;
	}

	.r-margin {
		margin-left: 3.5%;
		margin-left: 20px;
	}

	.lrg-txt-wrap span {
		font-family: 'swear-text-cilati', serif;
		font-weight: 700;
	}

	.lrg-txt-wrap {
    position: fixed;
    left: 150%;
    left: 150vw;
    right: auto;
    top: auto;
    bottom: 87px;
    text-align: center;
		mix-blend-mode: difference;
		/* opacity: 0; */
		display: none;
		z-index: 10;
		min-width: 100vw;
		/* margin-left: 100%;
		margin-left: 100vw; */
		/* transition: margin 500ms; */
  }

 .lrg-txt-wrap span {
   font-size: 785px;
   line-height: 598px;
	 display: block;
	 transform: skewX(-45deg);
 }

 .p-image video {
	 position: relative;
	 z-index: 0;
 }

 .front {
	 z-index: 10!important;
 }
	
 .cilati {
	 cursor: pointer;
     font-family: 'swear-text-cilati', serif;
     font-weight: 700;
	 transform: skewX(-30deg);
	 display: inline-block;
	 font-size: 30px;
	 margin-left: 7px;
	 line-height: 33px;
}

 .share-op {
	 cursor: pointer;
     font-family: 'swear-text-cilati', serif;
     font-weight: 700;
	 transform: skewX(-30deg);
	 display: inline-block;
	 font-size: 30px;
     margin-top: 40px;
     margin-left: 7px;
 }

 .share-link {
	 display: none;
 }

 .share-link span {
 	border-bottom: 1px solid;
	background: yellow;
 }

 .award-logo {
	margin-bottom: 0;
    margin-top: 30px;
    float: left;
    width: 100%;
 }

 .award-logo img {
	 max-width: 200px;
 }
	
 .award-logo-overlay {
		position: absolute;
		width: 30vw;
	 max-width: 385px;
		bottom: 0;
		right: -3px;
		z-index: 9;
	    text-align: right;
		display: none;
 }

 .award-logo.aqua,  .award-logo-overlay.aqua {
		 filter: contrast(.1) sepia(1) hue-rotate(137deg) saturate(8) grayscale(.5);
 }

 .award-logo.green,  .award-logo-overlay.green {
		filter: contrast(.1) sepia(1) hue-rotate(94deg) saturate(10) brightness(10) grayscale(.5);
 }

 .award-logo.purple,  .award-logo-overlay.purple {
 		filter: contrast(.1) sepia(1) hue-rotate(204deg) saturate(18);
 }

 .award-logo.pink,  .award-logo-overlay.pink {
		filter: contrast(.1) sepia(1) hue-rotate(-68deg) saturate(16) grayscale(.1);
 }
/*--------------------------------------------------------------
# DETAILS
--------------------------------------------------------------*/
	.scroll-notice {
		font-size: 9px;
		position: fixed;
    left: 20px;
    bottom: 4px;
		display: none;
	}

/* 	.deets {
		display: inline-block;
		transform: rotate(90deg);
		margin-right: -102px;
	} */

	.deets, .deets a {
		font-size: 18px;
		line-height: 20px;
		text-decoration: none;
	}

	.d-c {
		position: fixed;
		font-size: 18px;
		line-height: 20px;
		transform: rotate(90deg);
		display: none;
    }
	
	.d-c.nd-contact {
        top: 246px;
		right: -48px;
	}

	.d-c.nd-copy {
        top: 412px;
        right: -2px;
    }
/*--------------------------------------------------------------
# ABOUT
--------------------------------------------------------------*/
  .info-panel {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
		bottom: 0;
    background: #1f1f1f;
		background: #00000029;
    z-index: 5;
    min-height: 100vh;
		overflow-y: scroll;
		display: none;
		/* transition-timing-function: ease;
		transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); */
		-webkit-transition: filter 1s;
	  transition: filter 1s;
  }

	.blur-filter {
		filter: blur(20px);
		-webkit-transition: filter 1s;
		transition: filter 1s;
	}

	.info-panel .feat-details {
		width: 50%;
		max-width: 250px;
	}

	.info-panel .p_column {
		 width: 52.25%;;
		 max-width: 259px;
	}

	.info-panel .entry-meta {
		width: auto;
		float: left;
	}
/*--------------------------------------------------------------
# ABOUT
--------------------------------------------------------------*/
  .press-content {
    padding: 0px 20px 20px 20px;
  }

	h1 {
		font-size: 18px;
		line-height: 20px;
		font-weight: normal;
		margin: 0;
		margin-bottom: 20px;
	}
	
	.press-post.Press {
		background: #ff000059;		
	}

	.press-post {
		padding-bottom: 20px;
		border-bottom: 1px solid black;
		padding-top: 20px;
	}

	.press-post:last-child {
		border: none;
		margin: 0;
		padding-bottom: 0;
	}

	.press-top {
		clear: both;
		overflow: hidden;
		margin-bottom: 20px;
	}

	.press-meta {
		float: left;
    width: 52.25%;;
    max-width: 259px;
		padding-right: 40px;
  }

	.press-cat {
    width: auto;
    float: left;
  }

	.p-f-img img {
    display: block;
		width: 100%;
		max-width: none;
  }

	.p-f-img {
    margin-bottom: 20px;
	}

	.press-entry p, .feat-details p {
    margin: 0;
    /* text-indent: 35px; */
		margin-bottom: 10px;
  }

	.press-entry p:first-child, .feat-details p:first-child {
		text-indent: 0;
	}

	.press-entry {
		width: 50%;
		max-width: 280px;
		margin-bottom: 20px;
	}

	.press-post:last-child > .press_Wrap > .press-entry {
		margin: 0;
	}

	.desk-external-link {
		display: none;
	}
/*--------------------------------------------------------------
# INDEX
--------------------------------------------------------------*/
.list-area, .gl-wrap {
  padding: 182px 60px 85px 23px;
  height: 100vh;
  z-index: 8;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
	display: none;
}

.li-item {
  clear: both;
  overflow: hidden;
  border-top: 1px solid;
	padding: 5px 0 3px;
}

.li-item:last-child {
	border-bottom: 1px solid;
}

.l-col {
  width: 25%;
  float: left;
}

.l-col ul.post-categories {
  padding: 0;
  list-style: none;
  margin: 0;
}

.l-col.r-name {
	width: 30%;
}

.l-col.r-type {
	width: 30%;
}

.l-col.r-year {
	text-align: right;
	width: 15%;
}

/*--------------------------------------------------------------
# SINGLE
--------------------------------------------------------------*/
body.single-post article .entry-content {
	display: block;
}

}

@media screen and (max-height: 504px) {
	.d-c.nd-copy {
		display: none;
	}
}

@media screen and (max-height: 870px) {
	.d-c.nd-copy {
		display: none;
	}
}

@media screen and (min-width: 535px) {
	.site-branding img, .site-branding svg {
		height: 60px;
		width: 285px;
	}

	.logo img:first-child, .logo svg:first-child {
    width: 201px;
	}

	.logo img, .logo svg {
    left: 235px;
  }
}

@media screen and (min-width: 568px) {
/*--------------------------------------------------------------
# ARTICLES
--------------------------------------------------------------*/
	.p-entry_Wrap {
		height: auto;
	}

	.project_column {
		display: block;
		margin: auto;
	}

	.mob-cont .project_column {
		display: inline-block;
		margin-right: 7px;
	}

	article {
	  display: inline-block;
		width: calc(50vw - 31px);
		margin-right: 10px;
		margin-bottom: 0;
	}

	.mob-cont article {
		width: 230px;
		height: 115px;
		margin-bottom: 35px;
	}

	.mob-cont .p-entry_Wrap {
		height: 400px;
	}

	span.d_tag {
    position: absolute;
		top: -86px;
    left: 0;
    right: 0;
		font-size: 8px;
		font-family: 'ibm-plex-mono', monospace;
		font-weight: 300;
  }

	.desk-cont > article:last-of-type {
		margin-right: 120px;
	}
/*--------------------------------------------------------------
# PRESS
--------------------------------------------------------------*/
	.mob-external-link {
		display: none;
	}

	.desk-external-link {
		display: block;
	}

  .press_Wrap {
    clear: both;
    overflow: hidden;
		position: relative;
  }

	.desk-external-link {
		/* position: absolute;
		bottom: 0; */
		margin-top: 20px;
	}

	.press-meta, .press-cat {
		float: none;
	}

	.press-meta {
		margin-bottom: 20px;
	}

	.press-top {
    width: 52.25%;
	  max-width: 259px;
    float: left;
  }

	.press-entry {
		float: left;
		width: 47.65%;
		margin: 0;
	}
}

@media screen and (max-width: 568px) and (max-height: 531px) {
	#primary {
    position: relative;
    top: 60px;
	}

	.d-c {
		left: -250px;
	}
}

@media screen and (min-width: 768px) and (max-height: 500px) {
	#primary {
    position: relative;
    top: 205px;
	}
}

@media screen and (min-width: 768px) {
/*--------------------------------------------------------------
# GLOBAL
--------------------------------------------------------------*/
	body, html, div, a, p {
		font-size: 12px;
		line-height: 15px;
	}
/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
	.logo img, .logo svg {
		left: 235px;
	}

  .logo img:first-child, .logo svg:first-child {
    left: 30px;
    width: 208px;
  }

	.site-branding img, .site-branding svg {
		top: 30px;
		height: 62px;
    width: 308px;
	}

	.mob-cont {
		display: none;
	}

	.desk-cont {
		display: block;
	}

	.desktop {
		display: block;
	}

	.m-menu {
		display: none;
	}

	.d-menu {
		display: block;
		right: 32px;
		top: 23px;
	}

	.d-menu a, .d-menu span, a.home-link, span.index,
	.p-close, .i-close, .d-c, .deets a, .l-close, .g-close {
		font-size: 26px;
    line-height: 28px;
	}

	a.home-link {
		right: -9px;
    top: 66px;
	}

	a.mob-contact {
		display: none;
	}

	span.index {
		right: 30px;
		bottom: 24px;
	}
/*--------------------------------------------------------------
# ARTICLES
--------------------------------------------------------------*/
	.list-area, .gl-wrap {
	  padding: 231px 163px 30px 31px;
	}

  #primary {
		padding: 30px;
		min-height: 295px;
		height: auto;
	}

	article {
		margin-right: 15px;
	}

	.desk-cont article, .p-entry_Wrap {
		min-height: 230px;
		min-width: 230px;
	}

	.p-header {
		font-size: 26px;
    line-height: 28px;
    margin-bottom: -13px;
	}

	.p_column {
		width: 200px;
		padding: 0;
	}

	.entry-meta {
		margin-left: 50px;
		width: auto;
		float: left;
	}

	.scroll-notice {
		left: 30px;
		bottom: 9px;
	}

	.content_Wrap {
		padding: 180px 30px 60px 30px;
	}

	article .content_Wrap {
		padding: 231px 0 30px 0;
	}

	.p-top {
		margin-bottom: 30px;
		padding: 0 30px;
	}

	.feat_container {
		clear: both;
		overflow: hidden;
		padding: 0 30px;
	}

	.feat-box, .feat-details {
    float: left;
		width: 48.5%;
    width: calc(50% - 15px);
		margin-right: 3%;
		margin-right: 30px;
  }

	.feat-box {
		margin-bottom: 0;
	}

	.feat-details {
		width: 35%;
	}

	.feat-adds {
		padding-left: 30px;
		margin-bottom: 43px;
	}

	.feat-adds img, .feat-adds video {
		margin-top: 30px;
	}

	img.Full {
		width: calc(100% - 30px);
	}

	img.Half, video.Half {
		width: 48.5%;
    width: calc(50% - 30px);
		margin-right: 30px;
	}

	.r-margin {
		margin-left: 3%;
		margin-left: 30px;
	}

	.p-close, .i-close, .l-close, .g-close {
       right: -3px;
       top: 258px;
	}

	img.Third {
		width: calc((100% - 90px) / 3);
		margin: 30px 30px 0 0;
	}

	.short-excerpt {
		height: 80px;
	}

	.award-logo {
		float: right;
		width: 50%;
		padding-left: 15px;
	}

	.award-logo img {
		max-width: 280px;
	}

	a.pr-desk-contact {
		display: inline-block;
		font-size: 26px;
		line-height: 16px;
		margin-top: 30px;
		margin-left: 30px;
		position: fixed;
		bottom: 30px;
	}
/*--------------------------------------------------------------
# DETAILS
--------------------------------------------------------------*/
    .d-c.nd-contact {
       top: 422px;
       right: -68px;
     }
	
	.d-c.nd-copy {
      top: 745px;
      right: -3px;
    }
/*--------------------------------------------------------------
# ABOUT
--------------------------------------------------------------*/
	.info-panel .content_Wrap {
		clear: both;
		overflow: hidden;
	}

	.info-panel .p_column {
		 width: 180px;
		 max-width: none;
	}

	.info-panel .entry-meta {
	  margin-left: 68px;
	  width: auto;
	  float: left;
	}

	.info-panel .feat-details {
		max-width: 270px;
	  padding-left: 0;
	}

	.info-panel .p-top {
	  width: 50%;
	  float: left;
	}
/*--------------------------------------------------------------
# PRESS
--------------------------------------------------------------*/
	.press-content h1 {
		font-size: 26px;
        line-height: 28px;
	}
	
	.press-content {
    padding: 0px 30px 30px 30px;
	}

	.press-top {
		width: 50%;
		max-width: none;
	}
}

@media screen and (min-width: 1024px) {
.logo img, .logo svg {
  left: 310px;
}

.logo img:first-child, .logo svg:first-child {
    left: 30px;
}

.logo img:first-child, .logo svg:first-child {
	width: 275px;
}

.site-branding img, .site-branding svg {
	height: 82px;
	width: 390px;
}

 .award-logo-overlay {
	 display: block;
 }

 .li-item {
	 transition: filter 250ms ease;
 }

 .li-item:hover {
	 filter: blur(1px);
	 cursor: pointer;
 }
	
 .gl-wrap .li-item {
     filter: none;	
 }
	

/*--------------------------------------------------------------
# PRESS
--------------------------------------------------------------*/
	.press-top {
		width: 30%;
	}

  .press-post {
    clear: both;
    overflow: hidden;
  }

	.p-f-img {
    width: 47%;
		float: left;
		margin: 0;
	}

	.press_Wrap {
		width: 50%;
		margin-left: 3%;
		float: left;
		clear: none;
	}

	.press-entry {
		width: 70%;
		float: right;
	}

	.press-post {
    padding-bottom: 30px;
    padding-top: 30px;
  }

	.press-meta {
		width: auto;
		max-width: 259px;
		padding-right: 0;
	}

	.content_Wrap {
		padding: 180px 30px 120px 30px;
	}

}

@media screen and (max-width: 1024px) {
	span.index:hover, .d-menu a:hover,
	span.info:hover, span.press:hover,
	.p-close:hover, .i-close:hover,
	a.pr-desk-contact:hover {
		filter: none;
	}
}
