html {
  
}

body {
  background: #EBEBE9;
  font-family: "Imprint MT W01 Regular", "Times New Roman", helvetica;
  color: #000000;
}
a {
  transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  -webkit-transition: color .25s ease-in-out;
}
a:hover {
  color: #666666;
}
p {
  font-size: 1.15em;
  line-height: 1.5;
  font-weight: 100;
  
}


.header, .container, .footer {
  width: 94%;
  margin: 0 3%;
}
@media screen and (min-width: 769px) {
  .header-wrap, .hero-wrap, .container-wrap, .footer-wrap {
    float: left;
    width: 100%;
  }
  .header-wrap {
    position: fixed;
    top:0;
    z-index:99999;
    background: #EBEBE9;
  }

}

@media screen and (min-width: 1090px) {
  .header, .container, .footer {
    width: 1024px;
    margin: 0 auto;
  }
}



.header-wrap {
  width: 100%;
}


.logo {
  margin-top: 10px;
  margin-bottom: 6px;
  width: 130px;
  float: left;
  font-size: 1.5em;
}
.logo img {
  width: 100%;
}

.toggleMenu {
  float: none;
}
.nav-container {
  width: 100%;
  text-align: right;
}
.nav {
  
}




.hero {
  position: relative;
  text-align: center;
  margin-bottom: 2em;
}
.hero img {
  width: 100%;
  
}
.hero .hero-images {
  width: 100%;
  line-height: 0;
}
.hero .logo-two {
  display: none;
  position: absolute;
  top: 48%;
  width: 240px;
  left: 50%;
  z-index: 99;
}
.hero .logo-two img {
  position: relative;
  left: -50%;
}

@media screen and (min-width: 769px) {
  body {
    padding-top: 56px;
  }
  .hero .logo-two {
    display: block;
  }
}
@media screen and (min-width: 1440px) {
  .hero {
    width: 1440px;
    margin: 0 auto;
    margin-bottom: 2em;
  }
}



.container {
  margin-bottom: 2em;
}


.grid {
  width: 100%;
}
.grid ul {

}
.grid ul li {
  float: left;
  width: 100%;
  list-style: none;
  margin-bottom: 1.5em;
}
.grid ul li a {
  
}
.grid ul li a img {
  width: 100%;
  line-height: 0;
}
.grid ul li img {
  width: 100%;
  line-height: 0;
}
.grid ul li a h3, .grid ul li a h4, .grid ul li a h5, .grid ul li h3, .grid ul li h4, .grid ul li h5 {
  line-height: 1.5;
  margin-bottom: 0em;
  font-weight: 400;
}

.grid ul li a h3, .grid ul li h3 {
  font-size: 1.15em;
}
.grid ul li a h4, .grid ul li h4 {
  font-size: 1.15em;
  margin-bottom: 0.2em;
  line-height: 1.2;
  font-family: "Imprint MT W01 Italic";
}
.grid ul li a h5, .grid ul li h5 {
  font-family: "Brown-Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 769px) {
  .grid ul li {
    width: 48%;
    margin-right: 4%;
  }
  .grid ul li:nth-child(2n) {
    margin-right: 0%;
  }
  .grid ul li a img {
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
  }
  .grid ul li a:hover img {
    opacity: 0.6;
  }
}

@media screen and (min-width: 980px) {
  .grid ul li {
    width: 32%;
    margin-right: 2%;
  }
  .grid ul li:nth-child(2n) {
    margin-right: 2%;
  }
  .grid ul li:nth-child(3n) {
    margin-right: 0%;
  }
}


.grid.text-grid {
  
}
.grid.text-grid ul li p.quote {
  font-size: 1.55em;
}
.grid.text-grid ul li p.quote span.quote-name {
  font-size: 0.5em;
  font-family: "Brown-Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  letter-spacing: 2px;
}








.project {
 
}

.project img {
  line-height: 0;
}

.project .section {
  width: 100%;
  margin-bottom: 22px;
  line-height: 0;
}

.project .section  img {
  width: 100%;
}

.project .pro-image-left {
  margin-bottom: 22px;
}
.project .pro-image-right {
  margin-bottom: 22px;
}


.project .section h1 {
  line-height: 1.15;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  font-size: 1.3em;
}
.project .section h2 {
  line-height: 1.2;
  margin-bottom: 0.15em;
  font-size: 1.3em;
  font-family: "Imprint MT W01 Italic";
}
.project .section h5 {
  line-height: 1.1;
  margin-bottom: 3em;
  font-family: "Brown-Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.65em;
}
.project .section .project-info p {
  line-height: 1.35;
  font-size: 1.15em;
}

@media screen and (min-width: 769px) {
  .pro-image-left, .pro-image-right {
    width: 49%;
    float: left;
    margin-right: 1%;
  }
  .pro-image-right {
    margin-right: 0%;
    margin-left: 1%;
  }
}

@media screen and (min-width: 980px) {
  .pro-image-left.not-half {
    width: 32%;
  }
  .pro-image-right.not-half {
    width: 64%;
    margin-left: 3%;
  }
}








.press {
  width: 100%;
}
.press ul {

}
.press ul li {
  float: left;
  width: 100%;
  list-style: none;
  margin-bottom: 1.5em;
}
.press ul li a {
  
}
.press ul li a img {
  width: 100%;
  line-height: 0;
}
.press ul li a h3, .press ul li a h4, .press ul li a h5 {
  line-height: 1.5;
  margin-bottom: 0em;
  font-weight: 400;
}

.press ul li a h3 {
  font-size: 1.15em;
}
.press ul li a h4 {
  font-size: 1.15em;
  margin-bottom: 0.2em;
  line-height: 1.2;
  font-family: "Imprint MT W01 Italic";
}
.press ul li a h5 {
  font-family: "Brown-Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 580px) {
  .press ul li {
    width: 48%;
    margin-right: 4%;
  }
  .press ul li:nth-child(2n) {
    margin-right: 0%;
  }
  .press ul li a img {
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
  }
  .press ul li a:hover img {
    opacity: 0.6;
  }
}

@media screen and (min-width: 769px) {
  .press ul li {
    width: 32%;
    margin-right: 2%;
  }
  .press ul li:nth-child(2n) {
    margin-right: 2%;
  }
  .press ul li:nth-child(3n) {
    margin-right: 0%;
  }
}

@media screen and (min-width: 980px) {
  .press ul li {
    width: 23.5%;
    margin-right: 2%;
  }
  .press ul li:nth-child(2n) {
    margin-right: 2%;
  }
  .press ul li:nth-child(3n) {
    margin-right: 2%;
  }
  .press ul li:nth-child(4n) {
    margin-right: 0%;
  }
}























.footer {
  border-top: 1px solid #231f20;
  text-align: center;
}



.footer-logo {
  width: 100%;
  text-align: center;
}
.footer-logo h6 {
  margin-top: 0.7em;
  margin-bottom: 0.5em;
  font-size: 1.5em;
}
.footer-nav {
  width: 100%;
  text-align: center;
  margin-bottom: 2em;
}
.footer-nav ul li {
  list-style: none;
  font-family: ;
  letter-spacing: 2px;
  font-size: 0.8em;
  text-transform: uppercase;
  font-family: "Brown-Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.footer-mark {
  
  text-align: center;
}

.footer-mark p img {
  width: 120px;
}


@media screen and (min-width: 769px) {
  .footer-nav ul li {
    display: inline;
    margin: 0 0.6em;
  }

}

.footer-social {
  width: 100%;
  text-align: center;
  margin-bottom: 0.8em;
}
.footer-social ul li {
  list-style: none;
  display: inline;
  margin: 0 0.25em;
}
.footer-social ul li img {
  height: 14px;
}
















/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - BLOG - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */



.section.blog {
  
}

nav.sidebar {
  
}

.primary-content, nav.sidebar {
  width: 94%;
  margin: 0 3%;
}
.sidebar {
  margin-top: 20px;
}
/*
@media screen and (min-width: 769px) {
  .primary-content {
    float: left;
    width: 72%;
    margin: 0;
  }
  .sidebar {
    float: right;
    width: 23%;
    margin: 0 0 0 5%;
  }
}
*/
@media screen and (min-width: 769px) {
  .primary-content {
    float: left;
    width: 100%;
    margin: 0 0%;
  }
  .sidebar {
    float: left;
    width: 50%;
    margin: 0 25% 0;
    margin-top: 40px;
    text-align: center;
  }
  ul.hfeed.listing {
    margin-top: 15px;
  }
}

















/*

li.hentry {
  list-style: none;
  border-bottom: 1px solid #ccc;
  margin: 0 0 30px 0;
  
}
li.hentry h2, li.hentry p {
  text-align: center; 
  margin-bottom: 5px;
}
li.hentry p img, .post p img, .post h6 img {
  width: 100%;
}
li.hentry img {
  max-width: 100%;
}
.content.internal.blog-pages li.hentry {
  margin-left: 0;
  margin-bottom: 30px;
}

*/




/* - */
/*.- */

li.hentry {
  float: left;
  width: 100%;
  list-style: none;
  margin-bottom: 1.5em;
}
li.hentry a {
  
}
li.hentry a img {
  width: 100%;
  line-height: 0;
}
li.hentry img {
  width: 100%;
  line-height: 0;
}
li.hentry a h3, li.hentry a h4, li.hentry a h5, li.hentry h3, li.hentry h4, li.hentry h5 {
  line-height: 1.5;
  margin-bottom: 0em;
  font-weight: 400;
}

li.hentry a h3, li.hentry h3 {
  font-size: 1.15em;
}
li.hentry a h4, li.hentry h4 {
  font-size: 1.15em;
  margin-bottom: 0.2em;
  line-height: 1.2;
  font-family: "Imprint MT W01 Italic";
}
li.hentry a h5, li.hentry h5 {
  font-family: "Brown-Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 769px) {
  li.hentry {
    width: 48%;
    margin-right: 4%;
  }
  li.hentry:nth-child(2n) {
    margin-right: 0%;
  }
  li.hentry a img {
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
  }
  li.hentry a:hover img {
    opacity: 0.6;
  }
}

@media screen and (min-width: 980px) {
  li.hentry {
    width: 32%;
    margin-right: 2%;
  }
  li.hentry:nth-child(2n) {
    margin-right: 2%;
  }
  li.hentry:nth-child(3n) {
    margin-right: 0%;
  }
}



/* - */
/*.- */














.entry-published.date {
  font-style: italic;
  margin-bottom: 0.5em;
}
.post .entry-published.date {
  margin-bottom: 1em;
}
.post h1 {
  text-align: center;
  margin-bottom: 0.4em;
  font-size: 1em;
}
.post h2 {
  text-align: center;
  margin-bottom: 0.1em;
  font-size: 2em;
  font-family: "Imprint MT W01 Italic", "Times New Roman", helvetica;;
}
.post h3 {
  text-align: center;
  margin-bottom: 2em;
  font-size: 0.8em;
  text-transform: uppercase;
  font-family: "Brown-Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  letter-spacing: 2px;
}

.post {
  max-width: 900px;
  margin: 0 auto;
}
.post .h-entry {
  margin-top: 50px;
}
.post p, .post h6 {
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 0.5em;
}
.post p.meta {
  margin: 1em auto 2em;
  font-size: 0.8em;
}
/*
.post h6 img {
  max-width: 760px !important;
  margin: 0 auto;
  margin-bottom: 0.5em;
}
*/
.post p img, .post h6 img {
  width: 100%;
}
.post .h-entry p.meta {
  text-align: center;
  margin-bottom: 1em;
}

nav.sidebar ul {
  margin-bottom: 1.7em;
}
nav.sidebar ul ul {
  margin-left: 0em;

}
nav.sidebar ul ul li:before {
  content: "–  "
}


































































