/*
Theme Name: Werner Design Werks
Theme URI: http://www.wdw.com
Author: Room 34 Creative Services, LLC
Author URI: http://www.room34.com
Description: A custom WordPress theme designed by Werner Design Werks and developed by Room 34 Creative Services.
*/
* {
  box-sizing: border-box; }

/* 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: baseline; }

/* 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; }

* {
  box-sizing: border-box; }

/*---------------------------||
|| Base elements and classes ||
||---------------------------*/
* {
  box-sizing: border-box; }

/*-----------------------||
|| Generic HTML elements ||
||-----------------------*/
blockquote {
  margin-left: 0; }
  blockquote > p {
    margin-bottom: 1em; }

h1, h2 {
  margin-bottom: 0.5em; }

p {
  display: block;
  margin: 0 0 1.5em 0; }

img {
  height: auto;
  max-width: 100%;
  width: 100%; }

address {
  display: block; }

button {
  background: transparent;
  border: 1px solid #898989;
  border-radius: 0;
  color: #898989;
  cursor: pointer;
  font-size: 0.7em;
  letter-spacing: 1;
  padding: .5em .7em;
  text-transform: uppercase; }
  button:hover, button:focus {
    border: 1px solid #212121;
    color: #212121; }
  button.alt {
    background-color: #898989;
    color: #fff; }
    button.alt:hover, button.alt:focus {
      background-color: #212121;
      color: #fff; }

/* HIGH-RESOLUTION DISPLAYS */
* {
  box-sizing: border-box; }

/*-----------------||
|| General Classes ||
||-----------------*/
.bold {
  font-weight: 700; }

.column {
  float: left; }

.clear {
  clear: both;
  display: block; }

.italic {
  font-style: italic; }

.menu-toggle {
  display: none; }

.no-border {
  border: none; }

.overlay {
  display: none; }

a:hover .overlay, a:focus .overlay {
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0; }

.overlay-text-container {
  display: table;
  height: 100%;
  margin: 0 auto;
  table-layout: fixed;
  width: 85%; }
  .overlay-text-container h2 {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }

.project:hover img, .case-study:hover img {
  opacity: 0.3; }

.semibold {
  font-weight: 600; }

.uppercase {
  text-transform: uppercase; }

.youtube {
  height: 0;
  margin-bottom: 3rem;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
  z-index: 1; }
  .youtube.standard {
    padding-top: 75%; }
  .youtube iframe {
    height: 100% !important;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100% !important; }

.gallery dl, .gallery dt, .gallery dd {
  font-size: .875em;
  margin: 0;
  line-height: 1.2; }
.gallery br + br {
  display: none; }
.gallery img {
  border: 0 !important; }
.gallery .gallery-caption {
  text-align: center; }

.gallery-columns-2 .gallery-item {
  display: inline-block;
  vertical-align: top;
  margin-right: -.275em;
  width: 100%;
  padding: 1em 0; }
  @media only screen and (min-width: 30em) {
    .gallery-columns-2 .gallery-item {
      width: 51%;
      padding-right: 2%; }
      .gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
        padding-right: 0;
        width: 49%; } }

.gallery-columns-3 .gallery-item {
  display: inline-block;
  vertical-align: top;
  margin-right: -.275em;
  width: 100%;
  padding: 1em 0; }
  @media only screen and (min-width: 30em) {
    .gallery-columns-3 .gallery-item {
      width: 34%;
      padding-right: 2%; }
      .gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
        padding-right: 0;
        width: 32%; } }

.gallery-columns-4 .gallery-item {
  display: inline-block;
  vertical-align: top;
  margin-right: -.275em;
  width: 100%;
  padding: 1em 0; }
  @media only screen and (min-width: 30em) and (max-width: 61em) {
    .gallery-columns-4 .gallery-item {
      width: 51%;
      padding-right: 2%; }
      .gallery-columns-4 .gallery-item:nth-of-type(2n+2) {
        padding-right: 0;
        width: 49%; } }
  @media only screen and (min-width: 61em) {
    .gallery-columns-4 .gallery-item {
      width: 25.5%;
      padding-right: 2%; }
      .gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
        padding-right: 0;
        width: 23.5%; } }

.embed-container, .entry-content-asset {
  height: auto;
  margin-bottom: 1em;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%; }
  .embed-container iframe, .embed-container object, .embed-container embed, .entry-content-asset iframe, .entry-content-asset object, .entry-content-asset embed {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0 !important;
    position: absolute !important;
    width: 100% !important; }
  .embed-container twitterwidget, .entry-content-asset twitterwidget {
    height: 100%;
    left: 0;
    top: 0;
    position: absolute !important;
    width: 100% !important; }

/* HIGH-RESOLUTION DISPLAYS */
* {
  box-sizing: border-box; }

/*------------||
|| Typography ||
||------------*/
body {
  color: #212121;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  letter-spacing: 0.06em; }

h1, h2, h3 {
  font-family: "Droid Serif", serif;
  font-weight: bold;
  text-transform: uppercase; }
  h1.normal, h2.normal, h3.normal {
    text-transform: none; }

h1 {
  font-size: 1.25em; }

h2 {
  font-size: 1em; }

h3 {
  font-size: 0.875em;
  font-style: italic; }

p {
  line-height: 1.6em; }

a {
  color: #898989;
  text-decoration: underline; }
  a img {
    border: 0 none; }

a:hover {
  color: #212121; }

i, em {
  font-style: italic; }

b, strong {
  font-weight: bold; }

address {
  line-height: 1.4em; }

#header-statement {
  font-size: inherit; }
  #header-statement p {
    font-size: 1.375em; }

#content blockquote,
#header-statement {
  font-family: "Droid Serif", serif;
  font-size: 1.375em;
  line-height: 1.6em; }
  #content blockquote p,
  #header-statement p {
    font-size: 1em;
    line-height: 1.6em; }

.social {
  font-size: 0.75em; }

#site-navigation {
  font-size: 0.75em; }
  #site-navigation a {
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase; }

.current_page_item > a, .current_page_item > a:visited {
  color: #212121; }

.faq h3 {
  font-size: 0.875em;
  text-transform: none; }
  .faq h3 span {
    color: #898989;
    font-size: 1.3333em; }

.overlay {
  font-family: "Droid Serif", serif; }

#masthead p {
  font-size: 0.75em; }

#content p {
  font-size: 0.875em;
  letter-spacing: 0.05em; }
#content li {
  font-size: 0.75em; }

#project a {
  font-size: 1em; }

#colophon p {
  font-size: 0.75em; }

.copyright {
  font-size: 0.8333em; }

@media screen and (max-width: 768px) {
  #content p {
    font-size: 0.8125em;
    line-height: 1.4em; } }
@media screen and (max-width: 640px) {
  #content blockquote,
  #header-statement {
    line-height: 1.4em; }
    #content blockquote p,
    #header-statement p {
      line-height: inherit; } }
@media screen and (max-width: 480px) {
  #content {
    font-size: 1em; }
    #content blockquote {
      font-size: inherit; } }
/* HIGH-RESOLUTION DISPLAYS */
* {
  box-sizing: border-box; }

/*-------------||
|| Page layout ||
||-------------*/
* {
  box-sizing: border-box; }

/*--------||
|| Header ||
||--------*/
#masthead {
  border-bottom: 1px solid #898989;
  padding: 1em 0 0 0;
  width: 100%; }
  #masthead .contact {
    display: inline-block;
    float: left;
    position: relative;
    width: auto; }
    #masthead .contact p, #masthead .contact a {
      line-height: 1em; }
    #masthead .contact a {
      color: #212121;
      text-decoration: none; }

#header-top {
  display: block;
  overflow: hidden;
  width: 100%; }

#logo {
  display: inline-block;
  float: left;
  vertical-align: top;
  width: auto; }

.site-title {
  background: url('http://wdw.com/wp-content/themes/wdw/img/logo.png?1531664997') center center no-repeat;
  -moz-background-size: 121px 65px;
  -webkit-background-size: 121px 65px;
  background-size: 121px 65px;
  height: 65px;
  left: -2px;
  position: relative;
  text-indent: -9999px;
  width: 121px; }
  .site-title a, .site-title a:visited {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }

#top-links {
  display: inline-block;
  float: right;
  vertical-align: top;
  width: auto; }
  #top-links .social li {
    display: inline-block;
    border-left: 1px solid #898989;
    padding-left: 0.5em; }
    #top-links .social li:first-child {
      border: none;
      padding-right: 0.3em; }

#header-bottom {
  clear: both;
  display: inline-block;
  margin-top: 0.7em;
  overflow: hidden;
  position: relative;
  width: 100%; }

#header-statement {
  border-bottom: 1px solid #898989;
  padding: 1em 0; }
  #header-statement p {
    margin: 0; }

@media screen and (max-width: 640px) {
  #header-bottom {
    overflow: visible; }

  #header-statement {
    font-size: 1em;
    padding: 0.5em 0; }
    #header-statement p {
      font-size: 1em; } }
/* HIGH-RESOLUTION DISPLAYS */
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  .site-title {
    background-image: url('http://wdw.com/wp-content/themes/wdw/img/logo_x2.png?1531664996'); } }
* {
  box-sizing: border-box; }

/*------------||
|| Navigation ||
||------------*/
#site-navigation {
  display: inline-block;
  float: right;
  height: auto;
  position: relative;
  vertical-align: bottom;
  width: auto; }
  #site-navigation li {
    display: inline-block;
    line-height: 1em;
    list-style: none;
    margin-left: 2em;
    padding: 0; }
    #site-navigation li ul {
      display: none; }
  #site-navigation .menu li:first-child {
    margin-left: 0; }

/* Categories subnav */
.projects-classification-nav {
  display: block;
  font-size: 1em;
  margin-bottom: 2em; }
  .projects-classification-nav li {
    display: inline-block;
    font-size: 0.75em;
    line-height: 2em; }
    .projects-classification-nav li:before {
      content: '/';
      display: inline;
      margin: 0 1em 0 0.8em; }
    .projects-classification-nav li:first-child {
      margin-left: 0; }
      .projects-classification-nav li:first-child:before {
        content: '';
        margin: 0; }

.projects-classification-nav-toggle {
  display: none; }
  .projects-classification-nav-toggle:focus {
    border-color: #212121;
    outline: none; }

@media screen and (max-width: 768px) {
  #site-navigation li {
    font-size: 0.9375em;
    margin-left: 1.4em; } }
@media screen and (max-width: 640px) {
  .menu-toggle {
    background: url('http://wdw.com/wp-content/themes/wdw/img/menu-button.png?1531664996') center center no-repeat;
    -moz-background-size: 26px 26px;
    -webkit-background-size: 26px 26px;
    background-size: 26px 26px;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 1.5em;
    height: 26px;
    margin: 0;
    position: relative;
    right: 0;
    text-indent: -9999px;
    top: -13px;
    width: 26px;
    z-index: 1; }
    .menu-toggle:after {
      clear: both; }
    .menu-toggle.close {
      background: none;
      color: #898989;
      font-family: "Open Sans", sans-serif;
      font-style: normal;
      font-weight: 200;
      right: 16px;
      text-indent: 0; }

  #site-navigation {
    font-size: 1.2em;
    float: none;
    left: -500px;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    top: 0;
    width: 200px; }
    #site-navigation .menu {
      clear: both;
      padding-right: 24px;
      position: relative;
      width: auto; }
      #site-navigation .menu li {
        display: block;
        line-height: 1.6em;
        margin: auto;
        text-align: right;
        width: 100%; }
        #site-navigation .menu li a, #site-navigation .menu li a:visited {
          display: block;
          margin: 0 !important;
          padding: 0 !important;
          position: relative;
          width: 100%; }
        #site-navigation .menu li ul {
          display: block;
          margin-bottom: .25em; }
          #site-navigation .menu li ul li {
            line-height: 1.2em; }
            #site-navigation .menu li ul li a {
              font-size: .75em;
              font-weight: normal;
              text-transform: none; }

  .projects-classification-nav {
    display: none;
    text-align: center; }
    .projects-classification-nav li {
      line-height: 2.4em;
      margin: 0 0.5em; }
      .projects-classification-nav li:before {
        display: none; }

  .projects-classification-nav-toggle {
    display: block;
    width: 100%; }
    .projects-classification-nav-toggle.toggle-open {
      margin-top: 1em; }

  .menu-category-menu-container {
    max-height: 0;
    overflow: hidden;
    transition: all .5s; }
    .menu-category-menu-container.expanded {
      max-height: 250px; } }
/* HIGH-RESOLUTION DISPLAYS */
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  .menu-toggle {
    background-image: url('http://wdw.com/wp-content/themes/wdw/img/menu-button_x2.png?1531664996'); } }
* {
  box-sizing: border-box; }

#page {
  margin: 0 auto;
  max-width: 1800px;
  position: relative;
  width: 100%; }

#main {
  margin: 0 auto;
  max-width: 1600px;
  position: relative;
  width: 90%; }

#primary {
  clear: both;
  padding: 1em 0 0 0; }

#content {
  /* Contact page */
  /* Case studies page */ }
  #content .contact {
    display: inline-block;
    float: left;
    margin-bottom: 1em;
    min-width: 142px;
    overflow: hidden; }
    #content .contact:after {
      clear: both;
      content: '';
      display: block;
      width: 100%; }
    #content .contact p {
      display: inline-block;
      margin-left: 4em;
      vertical-align: top; }
      #content .contact p:first-child {
        margin-left: 0;
        width: 160px; }
    #content .contact .contact-image {
      display: inline-block;
      float: right;
      max-width: 60%;
      vertical-align: top; }
  #content .case-studies {
    margin-bottom: 0.5em;
    width: 100%; }
  #content .case-study {
    display: inline-block;
    margin-bottom: 2.25em;
    position: relative;
    width: auto; }
    #content .case-study h2 {
      text-transform: none; }
      #content .case-study h2.uppercase {
        text-transform: uppercase; }
    #content .case-study a, #content .case-study a:visited {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0; }

.error404 #primary {
  padding-bottom: 1em; }

@media screen and (max-width: 1200px) {
  #page {
    max-width: 1200px; } }
@media screen and (max-width: 980px) {
  #page {
    max-width: 980px; }

  #content .contact .contact-image {
    float: none;
    max-width: none;
    width: 100%; } }
@media screen and (max-width: 768px) {
  #page {
    max-width: 768px; } }
@media screen and (max-width: 640px) {
  #page {
    max-width: 640px; } }
@media screen and (max-width: 480px) {
  #page {
    max-width: 480px; }

  #content .contact p + p {
    float: right;
    text-align: right; } }
@media screen and (max-width: 320px) {
  #page {
    max-width: 320px; } }
/* HIGH-RESOLUTION DISPLAYS */
* {
  box-sizing: border-box; }

/* HIGH-RESOLUTION DISPLAYS */
* {
  box-sizing: border-box; }

/* Footer */
#colophon {
  border-top: 1px solid #898989;
  clear: both;
  margin: 0 auto;
  overflow: hidden;
  padding: 1em 0 4em 0;
  max-width: 1600px;
  width: 90%; }
  #colophon p, #colophon li {
    line-height: 1.6em; }
  #colophon .social {
    display: inline-block; }
  #colophon .contact {
    display: inline-block;
    float: left;
    vertical-align: top; }
    #colophon .contact p {
      display: inline-block;
      margin-left: 4em;
      vertical-align: top; }
      #colophon .contact p:first-child {
        margin: 0; }
  #colophon .copyright {
    display: inline-block;
    float: right;
    text-align: right;
    vertical-align: top; }

@media screen and (max-width: 480px) {
  #colophon p {
    float: right;
    letter-spacing: 0.03em; }
    #colophon p:first-child {
      float: left; }
  #colophon .social {
    display: none; }

  .copyright {
    clear: both;
    margin-top: 3em; } }
/* HIGH-RESOLUTION DISPLAYS */
* {
  box-sizing: border-box; }

/*------------------||
|| Reusable modules ||
||------------------*/
* {
  box-sizing: border-box; }

/*---------------||
|| Page sections ||
||---------------*/
/* Page Sections */
.page-section {
  border-top: 1px solid #898989;
  clear: both;
  margin: 1em 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }
  .page-section:first-child {
    border-top: none;
    margin: 0; }
    .page-section:first-child h1 {
      margin-top: 0.5em; }
  .page-section p {
    width: 70%; }
    .page-section p.image-container {
      width: 100%; }
  .page-section p blockquote,
  .page-section blockquote p {
    width: 100% !important; }
  .page-section.no-border {
    border: none; }
  .page-section h1 {
    margin: 0.5em 0 1em 0; }
  .page-section h2, .page-section h3 {
    font-style: italic;
    margin: 0.5em 0 0.2em 0;
    text-transform: none; }
  .page-section h2 + h3 {
    margin-bottom: 0.4em; }
  .page-section .image_sidebar p {
    margin-right: 5%;
    width: 70%; }
  .page-section .image_sidebar blockquote p {
    width: 100%; }

.two-column-section {
  display: inline-block;
  text-align: justify;
  width: 100%; }
  .two-column-section:after {
    content: '';
    display: inline-block;
    width: 100%; }
  .two-column-section .section {
    text-align: left; }
  .two-column-section .column {
    display: inline-block;
    margin-bottom: 1em;
    text-align: left;
    vertical-align: top;
    width: 48%; }
    .two-column-section .column p {
      width: 90%; }

.section-content {
  position: relative;
  width: 100%; }
  .section-content blockquote p {
    width: 100%; }
  .section-content .addl-content .image-container img.alignleft, .section-content .addl-content .image-container img.alignright {
    width: auto; }
  .section-content .addl-content .image-container img.alignleft {
    margin-right: 0.5em; }

.sidebar-image {
  float: right;
  margin-bottom: 1em;
  text-align: right;
  width: 25%; }

.addl-content {
  display: none; }

.more, .less {
  color: #898989;
  cursor: pointer;
  text-decoration: underline; }

.links {
  margin-bottom: 1em;
  width: 100%; }
  .links ul:after {
    clear: both;
    content: '';
    display: block;
    width: 100%; }
  .links li {
    display: inline-block;
    float: left;
    list-style: none;
    line-height: 1.6em;
    width: 25%; }

.image-row {
  display: flex;
  margin: 0 -.5em; }
  .image-row img {
    height: auto;
    max-width: none;
    width: 100%; }

.image-row-figure {
  flex: 1;
  padding: 0 .5em; }

.slider-content {
  text-align: center;
  width: 100%; }
  .slider-content p {
    width: 100%; }

.page-section .flexslider {
  margin-bottom: 0; }
  .page-section .flexslider:hover .flex-next {
    right: 0;
    opacity: .8; }
  .page-section .flexslider:hover .flex-prev {
    left: 0;
    opacity: .8; }
  .page-section .flexslider .flex-control-nav {
    bottom: 0;
    position: relative;
    z-index: 10; }
  .page-section .flexslider .flex-direction-nav a {
    top: auto;
    bottom: 0;
    height: 1.2em;
    opacity: .5;
    width: 1.2em; }
    .page-section .flexslider .flex-direction-nav a:before {
      font-size: 1.2em; }
  .page-section .flexslider .flex-direction-nav .flex-next {
    right: 0; }
  .page-section .flexslider .flex-direction-nav .flex-prev {
    left: 0; }

@media screen and (max-width: 768px) {
  .page-section .section p {
    width: 90%; }

  .two-column-section .column {
    width: 100%; } }
@media screen and (max-width: 640px) {
  .page-section .section p {
    width: 100%; }

  .links {
    width: 100%; }
    .links li {
      width: 33%; }

  .image-row {
    display: block; } }
@media screen and (max-width: 480px) {
  /* Page Sections */
  .page-section p {
    width: 100%; }
  .page-section .image_sidebar p {
    width: 100%; }
  .page-section .column {
    float: none;
    width: 100%; }
  .page-section p blockquote,
  .page-section blockquote p {
    font-size: 1em; }

  .section h2 {
    margin-bottom: 0.5em; }

  .sidebar-image {
    float: none;
    width: 100%; }

  .links li {
    width: 50%; } }
/* HIGH-RESOLUTION DISPLAYS */
* {
  box-sizing: border-box; }

/*------||
|| FAQs ||
||------*/
#faqs {
  margin: 0; }

.faq-section {
  border-top: 1px solid #898989;
  margin: 0 0 1em 0;
  padding-top: 1em; }
  .faq-section:first-child {
    border: none; }
  .faq-section h2 {
    margin-bottom: 1.5em; }

.faq {
  margin-bottom: 2em; }
  .faq h3 {
    cursor: pointer;
    line-height: 1.4em;
    margin-bottom: 0.5em; }
    .faq h3 span {
      margin-left: 0.5em;
      position: relative;
      top: 1px; }
  .faq p {
    display: none;
    width: 75%; }

@media screen and (max-width: 768px) {
  .faq p {
    width: 100%; } }
/* HIGH-RESOLUTION DISPLAYS */
/*-------------------------||
|| Salvatorre.js extension ||
||-------------------------*/
.size-1of1 {
  width: 100%; }

.size-1of2 {
  width: 50%; }

.size-1of3 {
  width: 33.33%; }

.size-1of4 {
  width: 25%; }

.size-1of5 {
  width: 20%; }

@media screen and (max-width: 479px) {
  #grid[data-columns]::before {
    content: '1 .column.size-1of1'; } }
@media screen and (min-width: 480px) and (max-width: 960px) {
  #grid[data-columns]::before {
    content: '2 .column.size-1of2'; } }
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .page-template-page-logos-php #grid[data-columns]::before {
    content: '3 .column.size-1of3'; } }
@media screen and (min-width: 961px) {
  #grid[data-columns]::before {
    content: '4 .column.size-1of4'; } }
@media screen and (min-width: 1200px) {
  .page-template-page-logos-php #grid[data-columns]::before {
    content: '5 .column.size-1of5'; } }
* {
  box-sizing: border-box; }

/*---------------------------||
|| Individual page templates ||
||---------------------------*/
* {
  box-sizing: border-box; }

/* HIGH-RESOLUTION DISPLAYS */
* {
  box-sizing: border-box; }

#grid {
  display: block;
  margin-bottom: 2em;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1; }

.project {
  margin-bottom: 1.5em;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .project a, .project a:visited {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000; }
  .project img {
    display: block;
    margin: 0 auto;
    max-width: 90%;
    position: relative; }

/* HIGH-RESOLUTION DISPLAYS */
* {
  box-sizing: border-box; }

/* Logos page */
.page-template-page-logos-php .project {
  margin: 0 auto 2em auto;
  text-align: left;
  width: 90%; }
  .page-template-page-logos-php .project a, .page-template-page-logos-php .project a:visited {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0; }
  .page-template-page-logos-php .project img {
    margin: 0 auto;
    max-height: 180px;
    max-width: 80%;
    opacity: 1;
    position: relative; 
    width: auto; }
  .page-template-page-logos-php .project.logos:hover img, .page-template-page-logos-php .project.logos:focus img {
    opacity: 0.3; }
.page-template-page-logos-php .project-image {
  display: table;
  height: 220px;
  position: relative;
  table-layout: fixed;
  text-align: center;
  width: 100%; }
  .page-template-page-logos-php .project-image > div {
    display: table-cell;
    padding-bottom: 40px;
    vertical-align: middle; }
.page-template-page-logos-php .logo-title {
  border-top: 1px solid #898989;
  bottom: 0;
  color: #898989;
  font-family: "Open Sans", sans-serif;
  font-size: 0.625em;
  font-weight: normal;
  left: 0;
  padding-top: 0.5em;
  position: absolute;
  right: 0;
  text-transform: none;
  width: 100%; }
.page-template-page-logos-php .overlay-text-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

@media screen and (max-width: 640px) {
  .page-template-page-logos-php .project {
    margin: 0 0 1em 0;
    width: 94%; }
    .page-template-page-logos-php .project .project-image {
      height: 180px;
      vertical-align: top; }
      .page-template-page-logos-php .project .project-image > div {
        padding-bottom: 35px; }
      .page-template-page-logos-php .project .project-image img {
        max-height: 145px; } }
@media screen and (max-width: 480px) {
  .page-template-page-logos-php .project {
    margin: 0 auto 1em auto;
    width: 90%; } }
/* HIGH-RESOLUTION DISPLAYS */
/*-----------------------||
|| Single post templates ||
||-----------------------*/
* {
  box-sizing: border-box; }

/*----------------------||
|| Single project posts ||
||----------------------*/
/* Project single page */
#featured-image {
  margin-bottom: 1em;
  position: relative;
  width: 100%; }

#project-header {
  width: 100%; }

#project-info {
  float: left;
  margin: 0 2em 1em 0;
  width: 20%; }
  #project-info div {
    border-top: 1px solid #212121;
    padding-top: 0.5em; }
    #project-info div h2 {
      font-size: 0.75em;
      font-style: italic;
      margin-bottom: 0.05em;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased; }
    #project-info div:first-child {
      border: none;
      padding-top: 0; }
    #project-info div p {
      font-size: 0.75em;
      margin-bottom: 0.5em; }
  #project-info li {
    line-height: 1.4em; }

#project-overview {
  float: right;
  margin-bottom: 2em;
  width: 75%; }
  #project-overview h1 {
    margin-bottom: 0.3em; }
  #project-overview h2 {
    font-style: italic;
    text-transform: none;
    margin-bottom: 0.6em; }

#project-content {
  clear: both; }
  #project-content p {
    margin-bottom: 2.25em; }

#project-content p, #page #content p {
  margin-bottom: 2.25em; }
  #project-content p.image-container, #page #content p.image-container {
    line-height: 1;
    width: 100%;
    margin-bottom: 1em;
    margin-top: 0; }
    #project-content p.image-container img, #page #content p.image-container img {
      margin-bottom: 0; }
  #project-content p img:last-of-type, #page #content p img:last-of-type {
    margin-bottom: 0; }
#project-content img, #page #content img {
  margin-bottom: 1em; }
#project-content #featured-image img, #page #content #featured-image img {
  margin-bottom: 0; }
#project-content .image-row .image-row-figure img, #page #content .image-row .image-row-figure img {
  margin-bottom: 0; }
#project-content .page-section p:last-of-type, #page #content .page-section p:last-of-type {
  margin-bottom: 0; }
#project-content .page-section p.image-container, #page #content .page-section p.image-container {
  margin-top: 0;
  margin-bottom: 1em; }
  #project-content .page-section p.image-container:last-of-type, #page #content .page-section p.image-container:last-of-type {
    margin-bottom: 0; }
  #project-content .page-section p.image-container img, #page #content .page-section p.image-container img {
    margin-bottom: 1em; }
    #project-content .page-section p.image-container img:last-of-type, #page #content .page-section p.image-container img:last-of-type {
      margin-bottom: 0; }

@media screen and (max-width: 768px) {
  #project-info {
    margin: 0 5% 1em 0; } }
@media screen and (max-width: 640px) {
  #project-content p, #page #content p {
    margin-bottom: 1em;
    width: 100%; }
  #project-content .image-row .image-row-figure, #page #content .image-row .image-row-figure {
    margin-bottom: 1em; }
    #project-content .image-row .image-row-figure:last-of-type, #page #content .image-row .image-row-figure:last-of-type {
      margin-bottom: 0; }

  #project-overview {
    clear: both;
    float: none;
    margin: 1em 0;
    width: 100%; }

  #project-info {
    width: 100%; }
    #project-info .categories {
      display: none; } }
/* HIGH-RESOLUTION DISPLAYS */
