/*
Theme Name: Knoed 2.0 Blog Theme
Author: Kyle Eertmoed & Jon Bukiewicz
Author URI: http://knoed.com/blog/
Description: Custom designed blog theme by Kyle, incorporated into WordPress by Jon
Version: 2
*/

@font-face {
    font-family: 'sm';
    src: url('fonts/social-media-font/social_media_circled-webfont.eot');
    src: url('fonts/social-media-font/social_media_circled-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/social-media-font/social_media_circled-webfont.woff') format('woff'),
         url('fonts/social-media-font/social_media_circled-webfont.ttf') format('truetype'),
         url('fonts/social-media-font/social_media_circled-webfont.svg#social_media_circledregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: top;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	-webkit-font-smoothing: antialiased;
}


/* GLOBAL STYLES -------------------------------- */

html {
	height:100%;
}

body {
	height:100%;
	background-color:#f5f5f5;
}
	
.clear {
	clear:both;
}

.wrapper {
	max-width: 1600px;
	padding: 4% 120px;
	margin: 0 auto;
}

.container {
	display: block;
	width:100%;
	margin: 6rem 0;
}

.contents {
	width: 60%;
	float: right;
	margin: 6rem 0 0 0
}

footer .container div {
	display: inline-block;
}

.container .col.three p,
.container .col.two p {
	padding: 0 15% 0 0;
}

em {
	font-style: italic;
}


@media screen and (max-width:700px) {
	.wrapper {
	padding: 4% 20px;
	}
	.container div {
		display: block;
		width: 100%;
	}
	footer .col {
		width:100%;
		margin: 0 0 2rem 0;
	}
	.container .col.three p,
	.container .col.two p {
		padding: 0;
	}
}

@media screen and (max-width:768px) {
	.wrapper { padding: 4% 60px }
	#single h2 { margin: 1.5rem 0 !important}
	#single .headline { display: block!important; width: 100%!important; padding: 6rem 0 0 0 !important }
	#single div.article-hero { margin: 0 !important }
	footer .container .col.two.last p { padding: 0 !important}
	footer .container .col.two.last { float:right }
	div.contents { width: 100%; margin: 2rem 0 }
	#single .main { margin: 3rem auto 8rem !important }
}

@media screen and (max-width:1024px) {
	#single div.article-hero img { margin:0 !important }
	#single .main { margin: 3rem auto 8rem !important }
}


.line {
    width: 3000px;
    height: 3000px;
    border-bottom: 1px solid #dddcdc;
    -webkit-transform:
        translateY(-500px)
        translateX(-2800px)
        rotate(-45deg);
    position:fixed;
    top: -1000px;
    left: 200px;
    z-index: -1;
}

@media screen and (max-width:450px) {
	.line { display: none }
}



i {
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    margin: 6px 5px 0px 10px;
}

.droparrow {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.toparrow {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    margin: 6px 5px 0px 10px;
}

a.button {
	display: block;
	border: 1px solid #ccc;
	padding: 20px;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 2px;
	font-size: .8rem;
	font-weight: 600;
	width: 300px;
	margin: 0 auto;
}

a.button:hover {
	border: 1px solid #727272;
	color: #000;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background: none;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}

@media screen and (max-width:450px) {
 	#myBtn { bottom: 15px; right: 15px }
}


.more {
	display: block;
	width: 20px;
	height: 20px;
}

a.more {
	opacity: .3;
	border-bottom: none;
	margin: 15px 0 0 0;
}

a.more:hover {
	opacity: 1;
}



/* TYPE STYLES ----------------------------------------------------------------------- */

body {
	font-family:'proxima-nova',sans-serif;
	font-size: .8rem;
	line-height: 1.2rem;
	font-style: normal;
	font-weight:400;
	color: #282828;
}

.serif {
	font-family: "freight-display-pro", serif;
}

.italic {
	font-style:italic;
}

#work h1,
#info h1 {
	position: fixed;
	top:-9999px;
	color: #000;
	font-style: bold;
	font-size: 60px; 
}

h1, h2 {
	font-family: "freight-display-pro", serif;
	font-size: 1.8rem;
	line-height: 2.5rem;
}

h2 a {
	color: #282828;
}

h3 { 
	font-weight: 700;
	font-size: 85%;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h4 {
	font-family: "freight-display-pro", serif;
	font-size: 1rem;
	line-height: 2.5rem;
	font-style: italic;
	color: #727272;
}

b {
	font-weight: 600;
}

a {
	color:#282828;
	text-decoration: none;
	border-bottom: 1px solid #c6c6c6;
	padding-bottom: 0;
	cursor: pointer;
}

a:hover {
	color: #575757;
}

a.serifitalic {
	font-family: "freight-display-pro", serif;
	font-size: .95rem;
	font-style: italic;
	color: #9d9d9d;
	border-bottom: none;
}

a.serifitalic:hover {
	color: #282828;
}

a.static {
	color:#929292;
}

a.static:hover {
	color:#727272;
}

#single a img {
	border-bottom: none;
}

#bio #social {
	margin: 2rem 0;
}

#social a, #social-mobile a {
	font-family: 'sm';
	border-bottom:none;
	font-size:1.4rem;
	letter-spacing:4px;
	color:#282828;
	border-bottom: none;
}

@media screen and (max-width:450px) {
	h2 { font-size:190%; line-height: 145% }
}





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

header {
	position: fixed;
	z-index: 100
}

@media screen and (max-width:450px) {
	.nav {
		background: #f5f5f5;
	    display: block;
	    width: 100%;
	    position: fixed; }
	nav a.work, nav a.info { position:initial }
}

.icon {
	display: block;
	width: 30px;
	position: fixed;
	left: 50%;
	margin-left: -15px;
	top: 35px;
}

.icon img {
	width:100%;
}

a.icon {
	border-bottom: none;
}

a.work,
a.info {
	font-weight: 700;
	letter-spacing: .07rem;
	padding: 1px 0px;
	margin: 40px;
	position: fixed;
	color: #282828;
	border-bottom: none;
	font-size: 110%;
}

#work a.work,
#info a.info  {
	border-bottom: 1px solid #282828
}

#work a.work:hover,
#info a.info:hover  {
	color: #282828;
}

a.work:hover,
a.info:hover {
	color: #727272;
}

a.info {
	right: 0;
}

@media screen and (max-width:450px) {
	a.work { margin: 20px; float: left }
	a.info { margin: 20px; float: right }
	a.icon { top: 17px }
}



/* WORK --------------------------------------------------------------------- */

#work .container.home {
	text-align: center;
}

#work .textbox {
	margin: 1.5rem 0 1.5rem 0;
	width: 100%;
}

#work a.worklink {
	text-transform: uppercase;
	border-bottom: none;
	color: #282828;
	letter-spacing: 2px;
	font-weight: 600;
	font-size: 90%;
	padding-bottom: 3px;
}

#work a.worklink:hover {
	color: #727272;
	border-bottom: none;
}

#work a.link {
	text-transform: uppercase;
	border-bottom: 1px solid #282828;
	color: #282828;
	letter-spacing: 2px;
	font-weight: 600;
	font-size: 90%;
	padding-bottom: 3px;
}

#work a.link:hover {
	color: #727272;
	border-bottom: 1px solid #e3e3e3;
}


#work h2 {
	width: 100%;
	max-width: 650px;
	margin: 0 auto 2rem auto;
}

#work .project {
	display: inline-block;
	margin: 4rem 0;
	width: 100%;
}

#work .project .projectimg video {
	width: 100%;
}

#work .project.left {
	width: 40%;
	float: left;
}

#work .project.right {
	width: 45%;
	float: right;
}

#work .image-holder a.projectimg {
	border-bottom: none;
}

#work .project-caption {
	text-align: left;
	margin: 1rem 0 0 0;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .1rem;
	font-size: .7rem;
}

#work .project-caption .italics,
#latest .post p.date {
	font-family: "freight-display-pro", serif;
	font-size: .8rem;
	line-height: 1rem;
	font-style: italic;
	color: #727272;
	text-transform: none;
	letter-spacing: 0;
}

#latest .post {
	opacity: 0;
	transition: opacity .35s;
}

#latest .post.loaded {
	opacity: 1;
}

#latest footer {
	display: none;
}

#work .project-caption .italics {
	color: #969D9B;
	border-bottom: none;
}

#work .project-caption .italics a:hover {
	color: #282828;
	border-bottom: none;
}

@media screen and (max-width:450px) {
	#work .project { margin: 1rem 0; }
	#work .project.left, #work .project.right { width: 100%; }
	#work .image-holder img { width: 100%; height: 400px; object-fit: cover }
	#work .project-caption { margin: 1rem 0 1rem 0 }
	#work .textbox { margin: 2rem 0 4rem 0 }
	#work .textbox.first { margin: 2rem 0 1rem 0 }
}


/* INFO --------------------------------------------------------------------- */

.mainpic {
	width: 76%;
}

.mainpic img {
	width: 100%;
}

.contactinfo {
	width: 14%;
	padding: 0 0 0 9%;
}


@media screen and (max-width:450px) {
	.contactinfo { margin-top: 3rem; }
	.contactinfo .col-one, .contactinfo .col-two { display: inline-block; float: left; width: 45% }
	.contactinfo .col-two { float: right; padding: 0 }
}

#social-mobile {
	display: none;
}

@media screen and (max-width:450px) {
 	.contactinfo #social { display: none }
 	#social-mobile { display: block }
}


.col {
	width:100%;
}

.left {
	width: 25%;	
}

.right {
	width: 74.6%;
}

.three {
	width: 29%;
	padding-right: 4%;
}

@media screen and (max-width:450px) {
	#news .col.three, #articles .col.three { margin: 2rem 0; }
}


#clients ul li {
	padding: 0 0 .3rem 0
}

table tr td {
	padding: .3rem 4% .3rem 0;
}

table tr {
	border-bottom: 1px solid #d2d2d2;
	margin: 1rem 0;
}

table a {
	border-bottom: none;
}

.two {
	width: 37%;
}

.last {
	padding-right: 0;
}

#bio img {
	margin-bottom: 2rem;
}

@media screen and (max-width:450px) {
 	#bio img.headshot { margin: 2rem 0 1rem 0 }
}

#bio .tiny {
	font-size:80%;
	line-height: 180%;
}

#info table .col-one {
	width: 10%;	
}

#info table .col-two {
	width: 40%;	
}

#info table .col .three {
	width: 22%;
	padding-right: 2rem;
}

.year {
	width: 18%
}

.publications {
	width: 33%
}

@media screen and (max-width:700px) {
	.mainpic,
	.contactinfo { display: block; width: 100%; padding: 0 }	
}

@media screen and (max-width:450px) {
	#info .col.left { margin-bottom: 2rem }
	#info table .col-one { width: 15% }
	#info table .col-two { width: 35% }
	.publications { width: 42% }
}




/* PROJECT DETAIL --------------------------------------------------------------------- */

#project h1 {
	line-height: 2.2rem;
}

.col.left.project {
	width:45%;
}

.col.left.project h1 {
	padding: 0 50% 0 0;
}

.col.two.project {
	width:38%;
}

.col.right.project {
	width:15%;
}

.image-holder img {
	width:100%;
	opacity:0;
	transition:opacity 0.5s ease;
	transition-delay:0.35s;
}

#project .image-holder img {
	margin: 0 0 6rem 0;
}

#project .container.credits {
	margin: -6rem 0 6rem 0;
}

.projectimg.fade-on {
	opacity:1;
}

.project-text {
	width: 100%;
	margin: 3rem 0 9rem 0;
}

.project-text .left {
	padding: 0 0 0 6rem;
	width: 33.5%;
}

.project-text .right {
	width: 55%;
	float: right;
}

.projectimg.left {
	width: 40%;
}

.projectimg.right {
	width: 55%;
	margin:0 0 6rem 3rem;
	float: right;
}

.credits {
	margin: 0 0 20px 0;
}


@media screen and (max-width:700px) {
	.col.left.project,
	.col.two.project,
	.col.right.project,
	.credits .col.left {
		width:100%;
	}
	
	.col.left.project h1 {
		padding: 0;
	}

}

@media screen and (max-width:450px) {
	#project .col.two, #project .col.right { margin-top: 2rem; }
	#project .image-holder img { margin-bottom: 2rem; object-fit: cover; }
	.project-text { margin: 0 0 2rem 0 }
	.project-text .col.left, .project-text .col.right { display: block; width: 100%; padding: 0 }
	.project-text .col.right { margin-bottom: 2rem }
	#project .container.project { margin-top: 0 }
}


/* LATEST --------------------------------------------------------------------- */


.cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	grid-gap: 8%;
	grid-gap: 95px;
  max-width: 1600px;
  margin: 0 auto 70px;
}

article {
  position: relative;
}

article a {
	border-bottom: none;
}

.article-img img {
  height: 150px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 12px
}

a.article-title {
	font-family: "freight-display-pro", serif;
	font-size: 1.2rem;
	line-height: 1.5rem;
	border-bottom: 1px solid #dddcdc;
}

a.article-title:hover {
	border-bottom: 0
}

@media screen and (max-width:450px) {
	#latest article.empty { display: none }
	.cards { display: block }
	.cards article { margin: 3rem 0 }
	.article-img img { height: 250px }
	a.article-title { line-height: 1.6rem }
}



/* SINGLE --------------------------------------------------------------------- */

#single .headline a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 90%;
	padding-bottom: .15rem;
}

#single .headline {
	display: inline-block;
	padding: 11.5rem 0 0 0;
	width: 35%;
}

#single h1 {
	font-size: 2.5rem;
	margin-top: 3.5rem;
}

#single h2 {
	font-family:'proxima-nova',sans-serif;
	font-size: 1rem;
	line-height: 1.3rem;
	font-weight:400;
	color: #9d9d9d;
	margin: .5rem 0;
}

#single h3 {
	text-transform: none;
	font-size: 1.2rem;
	letter-spacing: 0;
	line-height: 1.3rem;
	margin: 2.3rem 0 1.5rem 0;
}

#single .main {
	width: 100%;
	margin: 0 auto 8rem;
}

#single .main img {
	width: 100%;
	height: auto;
	margin: 1.4rem 0;
}

#single .main p,
#single ul li {
	font-family: Georgia,serif;
	font-size: 1rem;
	line-height: 1.6rem;
	margin: 1.5rem 0
}

#single ul {
	list-style: circle;
	padding: 0 4rem 0;
}

#single ul li {
	margin: .4rem 0;
}

#single div.article-hero img {
    margin: 0 0 2rem 0;
    height: 100%;
    width: 100% ;
    object-fit: cover;
}

#single div.article-hero {
    display: block;
    width: 100%;
    margin: 0;
    height: auto;
}

/*

#single div.article-hero img {
	object-fit: cover;
	display: inline-block;
	width: 50%;
	margin: 6rem 0;
	float: right;
	height: 500px;
}
*/

#single .accreditation p,
#single .accreditation a {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: 600;
	color: #9d9d9d;
	margin: inherit;
}

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

@media screen and (max-width:450px) {
	#single .headline { display: block; width: 100%; padding: 6rem 0 3rem 0 }
	#single div.article-hero { display: block; width: 100%; margin: 0; height: auto }
	#single .main { max-width: 100%; margin-bottom: 4rem }
	#single ul { padding: 0 2rem 0 }
	footer .container {margin: 4rem 0}
	#single h1 { line-height:110% }
	#single h2 { font-size: 140%; line-height: 140%; margin: 1.5rem 0 .5rem 0 }
}



/* FOOTER --------------------------------------------------------------------- */

footer {
	text-align: left;
	border-top: 1px solid #ccc;
}

footer #social {
	margin: 0 0 .8rem 0;
}

@media screen and (max-width:450px) {
	#work footer { margin-top: 3rem; }
}


/* 2560 x 1270 --------------------------------------------------------------------- */

@media screen and (min-width:2500px) {
	body { font-size: 150%; line-height: 150% }
	.scroll-loop .scroll-contents	{ max-width: 150rem }
	a.work, a.info { margin: 60px  }
	#work a.work, #info a.info { padding-bottom: 4px }
	.icon { width: 50px; margin-left: -25px; top: 50px }
	#work .project-caption { font-size: 100%; margin: 2rem 0 }
	#work .project-caption .italics, #latest .post p.date { font-size: 115%; line-height: 150%}
	h2 { font-size: 225%; line-height: 130% }
	#work h2 { max-width: 1250px; margin: 0 auto 3rem auto }
	#work a.link { font-size: 120%; letter-spacing: 4px }
	#work .textbox { margin: 2.5rem 0 4rem 0 }
	h3 { font-size: }
	.contactinfo { width: 350px }
	.wrapper { max-width: 2000px }
	#project .image-holder img { margin: 0 0 10rem 0 }
	a.serifitalic { font-size: 100% }
	.project-text { margin: 3rem 0 10rem 0 }
	.project-text.testimonial h2, .project-text.testimonial p { padding: 0 6rem 4rem }
	#project .services ul li { margin-bottom: 16px }
	#project .serif.italic { font-size: 1.4rem; padding: 1rem 2rem 0 0 }
	#project h1 { font-size: 225%; line-height: 12	0% }
	#project .credits p { line-height: 130%}
	.toparrow { padding: 8px }
	.cards { max-width: 2000px; grid-template-columns: repeat(auto-fill, minmax(360px, 1fr)) }
	.article-img img { height: 300px }
	h1 { font-size: 225% }
	a.article-title { font-size: 150%; line-height: 140% }
	#single h1 { font-size: 260%; line-height: 120% }
	#single .headline { padding: 25rem 0 }
	#single .main p, #single ul li { font-size: 120%; line-height: 145%; margin: 3rem 0 }
}