@charset "UTF-8";
/*
Theme Name: Ladue Portfolio Theme – 2014
Theme URI: http://www.travisladue.com/
Description: Snorkel Basset
Version: 1.0
Author: Joseph Bergdoll
Author URI: http://www.osephj.com/
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */
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, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 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; }

/* remember to define visible focus styles! 
:focus {
  outline: ?????;
} */
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@font-face {
  font-family: 'Sentinel';
  src: url("css/f/Sentinel-Semibold.eot");
  src: local("☺"), url("css/f/Sentinel-Semibold.woff") format("woff"), url("css/f/Sentinel-Semibold.ttf") format("truetype"), url("css/f/Sentinel-Semibold.svg") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Sentinel';
  src: url("css/f/Sentinel-Medium.eot");
  src: local("☺"), url("css/f/Sentinel-Medium.woff") format("woff"), url("css/f/Sentinel-Medium.ttf") format("truetype"), url("css/f/Sentinel-Medium.svg") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Sentinel';
  src: url("css/f/Sentinel-Book.eot");
  src: local("☺"), url("css/f/Sentinel-Book.woff") format("woff"), url("css/f/Sentinel-Book.ttf") format("truetype"), url("css/f/Sentinel-Book.svg") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("css/f/GothamLight.eot");
  src: local("☺"), url("css/f/GothamLight.woff") format("woff"), url("css/f/GothamLight.ttf") format("truetype"), url("css/f/GothamLight.svg") format("svg");
  font-weight: 200;
  font-style: normal; }

body, html {
  margin: 0;
  padding: 0; }

html {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden; }

body {
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  height: auto;
  font-family: Sans-Serif;
  -webkit-tap-highlight-color: black;
  background: #131313;
  color: white; }

::selection {
  background: #bf1e2e;
  color: white; }

::-moz-selection {
  background: #bf1e2e;
  color: white; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

ul {
  list-style-type: none; }

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

.clearfix {
  display: block; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

strong {
  font-weight: 800;
  font-family: "Gotham", "Helvetica Neue", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased; }

em {
  font-style: italic; }

a {
  text-decoration: none;
  color: black; }

.center {
  text-align: center; }

.noborder {
  border: 0 !important; }

.hide-text {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden; }

h1 {
  font-family: "Sentinel", Georgia, serif;
  font-size: 2.8125rem; }

h2 {
  font-family: "Sentinel", Georgia, serif;
  font-weight: 200;
  font-size: 1.5rem;
  line-height: 1.25; }

h3 {
  font-family: "Gotham", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 0.1rem;
  font-size: .688rem;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 1.6rem; }

h4 {
  font-family: "Sentinel", Georgia, serif;
  font-style: italic;
  font-weight: 200;
  font-size: 0.833rem; }

p {
  font-family: "Sentinel", Georgia, serif;
  font-weight: 400;
  font-size: 0.833rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased; }

@media only screen and (min-width: 768px) {
  h1 {
    font-family: "Sentinel", Georgia, serif;
    font-size: 2.8125rem; }

  h2 {
    font-family: "Sentinel", Georgia, serif;
    font-weight: 200;
    font-size: 2rem;
    line-height: 1.25; }

  h3 {
    font-family: "Gotham", "Helvetica Neue", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 0.1rem;
    font-size: .688rem;
    -webkit-font-smoothing: subpixel-antialiased;
    line-height: 1.6rem; }

  h4 {
    font-family: "Sentinel", Georgia, serif;
    font-style: italic;
    font-weight: 200;
    font-size: 1rem; }

  p {
    font-family: "Sentinel", Georgia, serif;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased; } }
.link-twitter, .link-instagram, .link-dribbble {
  width: 24px;
  height: 24px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  top: 0.45rem;
  margin: 0 0.25rem 0 0.1rem;
  -webkit-transition: 200ms opacity ease-out;
  -moz-transition: 200ms opacity ease-out;
  transition: 200ms opacity ease-out; }
  .link-twitter:hover, .link-instagram:hover, .link-dribbble:hover {
    opacity: 0.7; }

.link-twitter:before {
  position: relative;
  content: " ";
  display: inline-block;
  background: url(images/ladue-sprites.svg);
  background-position: top left;
  width: 24px;
  height: 24px; }

.link-instagram:before {
  content: " ";
  display: inline-block;
  background: url(images/ladue-sprites.svg);
  background-position: 0 111px;
  width: 24px;
  height: 24px; }

.link-dribbble:before {
  content: " ";
  display: inline-block;
  background: url(images/ladue-sprites.svg);
  background-position: 0px 141px;
  width: 24px;
  height: 24px; }

header, section, footer {
  width: 100%;
  height: auto; }

.wrapper {
  *zoom: 1;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0rem 1rem 1rem;
  background: black;
  overflow-x: hidden; }
  .wrapper:before, .wrapper:after {
    content: " ";
    display: table; }
  .wrapper:after {
    clear: both; }

.loader {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(images/loader_black.gif) no-repeat center center;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  display: none; }

.home .loader {
  background: url(images/loader.gif) no-repeat center center;
  background-size: 40px 40px; }

.page-template-page-comingsoon-php .loader {
  display: block !important; }

.page-template-page-about-php .loader {
  background: url(images/loader_w.gif) no-repeat center center;
  background-size: 40px 40px; }

.home .container {
  padding: 5.5rem 0 0 0; }

.page-template-page-about-php .container {
  padding: 6.25rem 0 6rem 0; }

.error404 .container {
  padding: 3rem 0 0rem 0; }

.error404 .loader {
  background: transparent; }

a {
  color: white; }

header {
  position: fixed;
  height: 5.5rem;
  z-index: 1000;
  overflow: hidden; }

header .wrapper {
  padding: 1rem 1rem 1rem;
  background: rgba(0, 0, 0, 0.85);
  height: 100%;
  position: relative; }

.home header {
  background: rgba(0, 0, 0, 0.85); }
  .home header .wrapper {
    background: transparent; }

.container {
  -webkit-transition: 400ms opacity ease-in 200ms;
  -moz-transition: 400ms opacity ease-in 200ms;
  transition: 400ms opacity ease-in 200ms; }

.post-tiles {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%; }

.project-tile {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  float: left; }
  .project-tile:hover span {
    opacity: 1; }

.project-tile span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 27% 1rem 0;
  text-align: center;
  opacity: 0;
  background: rgba(0, 0, 0, 0.85);
  -webkit-transition: 200ms opacity ease-out;
  -moz-transition: 200ms opacity ease-out;
  transition: 200ms opacity ease-out; }
  .project-tile span h2 {
    font-size: 1.75rem; }

.logo {
  display: table;
  position: relative;
  height: 3.5rem;
  padding: 1rem 0 1rem 3.75rem;
  font-family: "Sentinel", Georgia, serif;
  font-size: 1rem;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  color: white;
  -webkit-font-smoothing: antialiased; }
  .logo:before {
    content: " ";
    background: url(images/ladue_logo.svg) no-repeat;
    background-size: 40px 40px;
    background-position: center left;
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    left: 0;
    top: 0.35rem;
    -webkit-transition: 400ms -webkit-transform ease-in-out;
    -moz-transition: 400ms -webkit-transform ease-in-out;
    transition: 400ms -webkit-transform ease-in-out; }
  .logo:hover:before {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); }

.logo-type {
  display: none; }

.mobile-logo-type {
  display: block; }

.header-nav-icon {
  display: inline-block;
  width: 3.75rem;
  height: 3.5rem;
  position: absolute;
  top: 1rem;
  right: 1rem; }
  .header-nav-icon:after {
    content: " ";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    background: url(images/ladue-sprites.svg);
    background-position: 0 70px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  .header-nav-icon:hover {
    opacity: 0.625; }

.header-opened .header-nav-icon:after {
  content: " ";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  background: url(images/ladue-sprites.svg);
  background-position: 0 30px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

footer {
  position: fixed;
  bottom: 0;
  font-family: "Sentinel", Georgia, serif;
  font-size: 1rem;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-size: 1em;
  font-weight: 600;
  color: #ddd;
  opacity: 0.75;
  -webkit-transition: 200ms opacity ease-out;
  -moz-transition: 200ms opacity ease-out;
  transition: 200ms opacity ease-out; }
  footer:hover {
    opacity: 1; }

footer .wrapper {
  padding: 1rem 1rem 1rem;
  background: transparent; }

.footer-leftinfo {
  font-family: "Gotham", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 0.1rem;
  font-size: .688rem;
  -webkit-font-smoothing: subpixel-antialiased;
  display: block;
  font-size: 0.5rem;
  position: relative;
  top: 1rem;
  float: left;
  width: 50%; }

.footer-rightinfo {
  width: 50%;
  float: right;
  position: relative;
  right: -0.3rem;
  text-align: right; }

.footer-rightinfo {
  display: block; }

.to-top {
  font-family: "Gotham", "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 0.1rem;
  font-size: .688rem;
  -webkit-font-smoothing: subpixel-antialiased;
  display: block;
  position: fixed;
  padding: 0.5rem 0.75rem;
  width: 8rem;
  background-color: rgba(255, 255, 255, 0.35);
  color: black;
  text-align: center;
  bottom: -2rem;
  opacity: 0;
  left: 50%;
  margin-left: -4rem;
  z-index: 3333;
  -webkit-transition: 400ms bottom ease-out, 400ms opacity ease-out, 400ms background-color ease-out;
  -moz-transition: 400ms bottom ease-out, 400ms opacity ease-out, 400ms background-color ease-out;
  transition: 400ms bottom ease-out, 400ms opacity ease-out, 400ms background-color ease-out; }

.project {
  padding: 6.25rem 0 4rem 0;
  margin-bottom: 6rem; }
  .project:after {
    content: " ";
    display: block;
    border-bottom: 2px solid #222;
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 7.8rem;
    visibility: visible; }
  .project:last-child {
    margin-bottom: 0;
    padding: 6.25rem 0 4.5rem; }
    .project:last-child:after {
      top: 0;
      visibility: hidden; }
      
      
.project.single-project {
	overflow: hidden;
}

.project.single-project:after {
	display: none;
}

.project-desc {
  margin-top: 1rem; }

.project-desc p a {
  border-bottom: 2px solid #333333;
  position: relative;
  padding-bottom: 0;
  bottom: 0;
  -webkit-transition: 200ms all ease-out;
  -moz-transition: 200ms all ease-out;
  transition: 200ms all ease-out; }
  .project-desc p a:hover {
    border-bottom: 2px solid #4a4a4a;
    padding-bottom: 2px;
    bottom: 2px; }

.project .alignnone {
  margin-top: 1rem;
  position: relative;
  max-width: 115%;
  left: -7.5%; }

.page-template-page-about-php, .error404 {
  background-color: #bf1e2e;
  background-image: url(images/ladue_bg_4.jpg);
  background-size: 500px 500px;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .page-template-page-about-php .menu-mobile, .error404 .menu-mobile {
    background: rgba(191, 30, 46, 0.9); }
    .page-template-page-about-php .menu-mobile .submenu-opened .contactmenu a, .page-template-page-about-php .menu-mobile .submenu-opened .journalmenu a, .error404 .menu-mobile .submenu-opened .contactmenu a, .error404 .menu-mobile .submenu-opened .journalmenu a {
      color: #851520; }
  .page-template-page-about-php .logo:before, .error404 .logo:before {
    background: url(images/ladue_logo_w.svg) no-repeat;
    background-size: 40px 40px;
    background-position: center left; }
  .page-template-page-about-php .wrapper, .error404 .wrapper {
    background: transparent; }
  .page-template-page-about-php header .wrapper, .error404 header .wrapper {
    background: rgba(191, 30, 46, 0.9); }
  .page-template-page-about-php p a:hover, .error404 p a:hover {
    border-bottom: 1px solid white; }

.project-prev-next-links {
	margin-top: -2.5rem;
	padding-bottom: 4rem;
}
	.project-prev-next-links .project-prev {
		float: left;
	}

	.project-prev-next-links .project-next {
		float: right;
	}

    
.project-prev-next-links .project-prev{
	font-family: "Gotham", "Helvetica Neue", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 0.1rem;
    font-size: .55rem;
    -webkit-font-smoothing: subpixel-antialiased;
 
}

   .project-prev-next-links .project-prev a:hover {
     border-bottom: 1px solid #bf1e2e; 
     padding-bottom: 3px;}
	

.project-prev-next-links .project-next{
	font-family: "Gotham", "Helvetica Neue", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 0.1rem;
    font-size: 0.55rem;
    -webkit-font-smoothing: subpixel-antialiased;

}

.project-prev-next-links .project-next a:hover {
     border-bottom: 1px solid #bf1e2e; 
     padding-bottom: 3px;}


@media only screen and (max-width: 515px) {
	
	.project-prev-next-links .project-prev,
	.project-prev-next-links .project-next {
		float: none;
		text-align: center;
		padding: 12px 0;
	}
	
}

.about-head {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 4.2649%; }
  .about-head:last-child {
    margin-right: 0; }

.about-body {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 91.4702%;
  margin-left: 4.2649%; }
  .about-body:last-child {
    margin-right: 0; }

.about-block {
  margin-bottom: 3rem; }

.about-utility {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 4.2649%; }
  .about-utility:last-child {
    margin-right: 0; }

.about-utility h3:nth-of-type(2) {
  margin-top: 1.5rem !important; }

.nomobile {
  display: none; }

.error404 header .wrapper {
  background: transparent; }

@media only screen and (max-width: 1024px) {
  .menu {
    display: none; }

  .header-nav-icon {
    -webkit-transition: 200ms -webkit-transform ease-out;
    -moz-transition: 200ms -webkit-transform ease-out;
    transition: 200ms -webkit-transform ease-out; }

  .menu-mobile {
    font-family: "Sentinel", Georgia, serif;
    background: rgba(0, 0, 0, 0.85);
    height: 100%;
    width: 100%;
    text-align: left;
    height: 0;
    opacity: 0;
    -webkit-transition: 400ms opacity ease-out, 0ms height 400ms;
    -moz-transition: 400ms opacity ease-out, 0ms height 400ms;
    transition: 400ms opacity ease-out, 0ms height 400ms;
    position: fixed;
    overflow: hidden;
    top: 5.5rem;
    z-index: 100; }
    .menu-mobile .contactmenu a, .menu-mobile .journalmenu a {
      -webkit-transition: 200ms all ease-out;
      -moz-transition: 200ms all ease-out;
      transition: 200ms all ease-out; }

  .menu-mobile-nav {
    -webkit-transform: translateY(2rem);
    -moz-transform: translateY(2rem);
    -ms-transform: translateY(2rem);
    -o-transform: translateY(2rem);
    transform: translateY(2rem);
    -webkit-transition: 800ms all ease-out;
    -moz-transition: 800ms all ease-out;
    transition: 800ms all ease-out; }
    .menu-mobile-nav .workmenu {
      position: relative; }
      .menu-mobile-nav .workmenu:after {
        content: '\2039';
        display: block;
        position: absolute;
        font-size: 1.25rem;
        top: 0.65rem;
        left: 7rem;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
        -webkit-transition: 200ms all ease-out;
        -moz-transition: 200ms all ease-out;
        transition: 200ms all ease-out; }

  .menu-mobile a {
    display: block;
    font-size: 1.5rem;
    padding: 0.5rem 2.5rem; }

  .menu-mobile .sub-menu {
    font-family: "Gotham", "Helvetica Neue", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 200;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 200ms max-height ease-out;
    -moz-transition: 200ms max-height ease-out;
    transition: 200ms max-height ease-out; }

  .menu-mobile .sub-menu a {
    font-size: 0.875rem;
    letter-spacing: 0.2em;
    padding: 1.25rem 2.5rem; }

  .header-opened .header-nav-icon {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 200ms -webkit-transform ease-out;
    -moz-transition: 200ms -webkit-transform ease-out;
    transition: 200ms -webkit-transform ease-out; }
  .header-opened .menu-mobile {
    height: 100%;
    opacity: 1;
    overflow: visible;
    -webkit-transition: 200ms opacity ease-out;
    -moz-transition: 200ms opacity ease-out;
    transition: 200ms opacity ease-out; }
  .header-opened .menu-mobile-nav {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 400ms all ease-out;
    -moz-transition: 400ms all ease-out;
    transition: 400ms all ease-out; }

  .submenu-opened .workmenu:after {
    -webkit-transform: rotate(270deg) rotateY(180deg);
    -moz-transform: rotate(270deg) rotateY(180deg);
    -ms-transform: rotate(270deg) rotateY(180deg);
    -o-transform: rotate(270deg) rotateY(180deg);
    transform: rotate(270deg) rotateY(180deg);
    -webkit-transition: 200ms all ease-out;
    -moz-transition: 200ms all ease-out;
    transition: 200ms all ease-out; }
  .submenu-opened .sub-menu {
    max-height: 20rem;
    padding-bottom: 0.5rem;
    -webkit-transition: 400ms max-height ease-out;
    -moz-transition: 400ms max-height ease-out;
    transition: 400ms max-height ease-out; }
  .submenu-opened .contactmenu a, .submenu-opened .journalmenu a {
    color: #4a4a4a;
    -webkit-transition: 400ms all ease-out 400ms;
    -moz-transition: 400ms all ease-out 400ms;
    transition: 400ms all ease-out 400ms; } }
@media only screen and (min-width: 515px) {
  .logo-type {
    display: block; }

  .mobile-logo-type {
    display: none; } }
@media only screen and (min-width: 768px) {
  .show-to-top {
    bottom: 0rem;
    opacity: 1; }
    .show-to-top:hover {
      background: white; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapper {
    padding: 0rem 2rem 2rem; }

  .home .container, .page-template-page-about-php .container, .error404 .container {
    padding: 7.5rem 0 6rem 0; }

  header {
    height: 7.5rem; }

  .project-tile {
    width: 50%; }

  header .wrapper {
    padding: 2rem 2rem; }

  .header-nav-icon {
    top: 2rem;
    right: 2rem; }

  .menu-mobile {
    top: 7.5rem;
    padding-top: 0; }

  .menu-mobile a {
    font-size: 2.5rem;
    padding: 0.5rem 3.5rem; }

  .menu-mobile .sub-menu a {
    font-size: 1.25rem;
    padding: 1.25rem 3.5rem; }

  .menu-mobile-nav {
    margin-top: -1rem; }
    .menu-mobile-nav .workmenu:after {
      font-size: 2rem;
      top: 0.75rem;
      left: 10.25rem; }

  footer .wrapper {
    padding: 2rem 2rem; }

  .project {
    padding: 7.5rem 0 1rem 0; }
    .project:last-child {
      padding: 7.5rem 0 3rem; }

  .project-meta {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .project-meta:last-child {
      margin-right: 0; }

  .project-desc {
    margin-top: 0.5rem;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .project-desc:last-child {
      margin-right: 0; }

  .project .alignnone {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 204.82916%;
    margin-left: -104.82916%;
    float: none;
    max-width: 260% !important;
    display: block;
    margin-top: 2rem;
    left: 0; }
    .project .alignnone:last-child {
      margin-right: 0; }

  .alignnone:first-of-type {
    margin-top: 6rem !important; }

  .page-template-page-logos-php .project-desc {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-top: 0; }
    .page-template-page-logos-php .project-desc:last-child {
      margin-right: 0; }
  .page-template-page-logos-php .project .alignnone {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0%; }
    .page-template-page-logos-php .project .alignnone:last-child {
      margin-right: 0; }

  .about-head {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    margin-left: 8.5298%; }
    .about-head:last-child {
      margin-right: 0; }

  .about-body {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    margin-left: 0%; }
    .about-body:last-child {
      margin-right: 0; }

  .about-block {
    margin-bottom: 3rem; }

  .about-heading-indent {
    float: left;
    display: block;
    margin-right: 3.16844%;
    width: 100%;
    margin-left: 11.46316%; }
    .about-heading-indent:last-child {
      margin-right: 0; }

  .about-p {
    float: left;
    display: block;
    margin-right: 3.16844%;
    width: 88.53684%;
    margin-left: 11.46316%; }
    .about-p:last-child {
      margin-right: 0; }

  .about-utility {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    margin-left: 8.5298%; }
    .about-utility:last-child {
      margin-right: 0; }

  .about-utility h3:nth-of-type(2) {
    margin-top: 1.5rem !important; } }
@media only screen and (min-width: 1025px) {
  .nomobile {
    display: block; }

  span.nomobile {
    display: inline-block; }

  .wrapper {
    *zoom: 1;
    max-width: 80em;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0rem 3rem 2rem;
    background: black; }
    .wrapper:before, .wrapper:after {
      content: " ";
      display: table; }
    .wrapper:after {
      clear: both; }

  .home .container, .page-template-page-about-php .container, .error404 .container {
    padding-top: 6.625rem;
    padding-bottom: 0; }

  .project-tile {
    width: 50%; }

  header {
    position: fixed;
    height: 6.625rem; }

  header .wrapper {
    padding: 1.5rem 3rem 1.5rem;
    background: rgba(0, 0, 0, 0.85); }

  .logo {
    float: left; }

  .menu-mobile {
    display: none; }

  .menu {
    float: right;
    padding: 1rem 0;
    display: block; }

  .header-nav-icon {
    display: none; }

  .menu a {
    padding: 0 0 0.15rem; }
    .menu a:hover {
      border-bottom: 1px solid #bf1e2e; }

  .menu li {
    float: left;
    display: block;
    font-family: "Sentinel", Georgia, serif;
    font-size: 1rem;
    font-weight: 700;
    -webkit-font-smoothing: antialiased; }

  .menu li {
    margin: 0 2rem 0 0; }
    .menu li:last-child {
      margin: 0; }

  a[title="worklabel"] {
    display: inline-block;
    float: left;
    cursor: pointer; }
    a[title="worklabel"]:after {
      content: ":";
      opacity: 0;
      -webkit-transition: opacity 200ms ease-out;
      -moz-transition: opacity 200ms ease-out;
      transition: opacity 200ms ease-out; }
    a[title="worklabel"]:hover {
      border-bottom: 0; }

  .sub-menu {
    display: inline-block;
    white-space: nowrap;
    height: 1rem;
    margin: 0 0 0 1.5rem; }

  .sub-menu li {
    display: block;
    white-space: nowrap;
    font-family: "Gotham", "Helvetica Neue", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 0.1rem;
    font-size: .688rem;
    -webkit-font-smoothing: subpixel-antialiased;
    margin: 0.35rem .75rem 0 0; }
    .sub-menu li:last-child {
      margin: 0.35rem 0 0 0; }
    .sub-menu li a {
      margin: 0 !important; }

  .sub-menu a {
    margin: 0;
    cursor: pointer !important;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-out 100ms;
    -moz-transition: opacity 200ms ease-out 100ms;
    transition: opacity 200ms ease-out 100ms; }

  .workmenu {
    max-width: 2.8rem;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: max-width 400ms ease-in-out 0.05s;
    -moz-transition: max-width 400ms ease-in-out 0.05s;
    transition: max-width 400ms ease-in-out 0.05s; }
    .workmenu a[title="worklabel"] {
      -webkit-transition: color 200ms ease-out 500ms;
      -moz-transition: color 200ms ease-out 500ms;
      transition: color 200ms ease-out 500ms; }
    .workmenu:hover {
      max-width: 22rem; }
      .workmenu:hover a[title="worklabel"] {
        cursor: e-resize;
        -webkit-transition: color 200ms ease-out 400ms;
        -moz-transition: color 200ms ease-out 400ms;
        transition: color 200ms ease-out 400ms; }
        .workmenu:hover a[title="worklabel"]:after {
          opacity: 1;
          -webkit-transition: opacity 400ms ease-out 400ms;
          -moz-transition: opacity 400ms ease-out 400ms;
          transition: opacity 400ms ease-out 400ms; }
      .workmenu:hover .sub-menu a {
        opacity: 1;
        -webkit-transition: opacity 200ms ease-out 100ms;
        -moz-transition: opacity 200ms ease-out 100ms;
        transition: opacity 200ms ease-out 100ms; }

  .current-menu-parent {
    max-width: 22rem; }
    .current-menu-parent a[title="worklabel"] {
      cursor: default; }
    .current-menu-parent a[title="worklabel"]:before {
      content: "•";
      position: relative;
      margin: 0 0.25rem 0 0;
      z-index: 4;
      color: #bf1e2e; }
    .current-menu-parent a[title="worklabel"]:after {
      opacity: 1; }
    .current-menu-parent .sub-menu a {
      opacity: 1; }

  .current-menu-item, .current-menu-parent {
    position: relative; }

  .current-menu-item a[title="contact"]:before {
    content: "•";
    position: relative;
    margin: 0 0.25rem 0 0;
    z-index: 4;
    color: #bf1e2e; }

  .sub-menu .current-menu-item {
    border-bottom: 1px solid #bf1e2e; }

  footer .wrapper {
    padding: 1.5rem 3rem; }

  .project {
    padding: 6.625rem 0 1rem 0; }
    .project:after {
      width: 35%; }
    .project:last-child {
      padding: 6.625rem 0 2.5rem; }

  .project-meta {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .project-meta:last-child {
      margin-right: 0; }

  .project-desc {
    margin-top: 0.5rem;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
    margin-left: 8.5298%; }
    .project-desc:last-child {
      margin-right: 0; }

  .project .alignnone {
    float: left;
    display: block;
    margin-right: 4.11092%;
    width: 174.36494%;
    margin-left: -74.36494%;
    max-width: 260% !important;
    display: block;
    margin-top: 2rem;
    left: 0; }
    .project .alignnone:last-child {
      margin-right: 0; }

  .alignnone:first-of-type {
    margin-top: 4rem !important; }

  .page-template-page-logos-php .project-desc {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0%; }
    .page-template-page-logos-php .project-desc:last-child {
      margin-right: 0; }
  .page-template-page-logos-php .project .alignnone {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0%; }
    .page-template-page-logos-php .project .alignnone:last-child {
      margin-right: 0; }

  .page-template-page-about-php, .error404 {
    background-color: #bf1e2e;
    background-image: url(images/ladue_bg_4.jpg);
    background-size: 800px 800px;
    background-position: bottom right;
    background-repeat: no-repeat; }
    .page-template-page-about-php .current-menu-item a[title="contact"]:before, .error404 .current-menu-item a[title="contact"]:before {
      content: "•";
      position: relative;
      margin: 0 0.25rem 0 0;
      z-index: 4;
      color: white; }
    .page-template-page-about-php .menu a:hover, .error404 .menu a:hover {
      border-bottom: 1px solid white; }
    .page-template-page-about-php .contactmenu a:hover, .page-template-page-about-php a[title="worklabel"]:hover, .error404 .contactmenu a:hover, .error404 a[title="worklabel"]:hover {
      border-bottom: none; }
    .page-template-page-about-php .wrapper, .error404 .wrapper {
      background: transparent; }

  .error404 .contactmenu a:hover {
    border-bottom: 1px solid white; }

  .about-head {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-left: 25.58941%; }
    .about-head:last-child {
      margin-right: 0; }

  .about-body {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
    margin-left: 17.05961%; }
    .about-body:last-child {
      margin-right: 0; }

  .about-block {
    margin-bottom: 3rem; }

  .about-heading-indent {
    float: left;
    display: block;
    margin-right: 4.11092%;
    width: 10.76207%;
    text-align: right; }
    .about-heading-indent:last-child {
      margin-right: 0; }

  .about-p {
    float: left;
    display: block;
    margin-right: 4.11092%;
    width: 70.25402%; }
    .about-p:last-child {
      margin-right: 0; }

  .about-utility {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%; }
    .about-utility:last-child {
      margin-right: 0; }

  .about-utility h3:nth-of-type(2) {
    margin-top: 1.5rem !important; }

  div.about-body > div:nth-child(3) > div.about-heading-indent > h3 {
    white-space: nowrap;
    text-indent: -3rem; } }
@media only screen and (min-width: 1550px) {
  .home .container, .page-template-page-about-php .container, .error404 .container {
    padding-top: 9.625rem;
    padding-bottom: 0; }

  header {
    position: fixed;
    height: 9.625rem; }

  header .wrapper {
    padding: 3rem 3rem 3rem;
    background: rgba(0, 0, 0, 0.85); }

  .project {
    padding: 9.625rem 0 1rem 0; }
    .project:after {
      width: 35%; }
    .project:last-child {
      padding: 9.625rem 0 2.5rem; }

  .project-tile {
    width: 25%; } }
.not-yet-loaded {
  opacity: 0;
  visibility: hidden; }

.error404 {
  background: url(images/404_bg.jpg) no-repeat center center;
  background-size: cover; }
  .error404 h1 {
    margin-top: 30%; }
  .error404 h3:hover {
    cursor: ne-resize; }
    
}}
