/*
Theme Name: O Street 2015
Author: Branigan Interactive
Author URI: http://www.branigan.co.uk/
Description: Bespoke theme.
*/
/* line 5, ../../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Applications/compass.app/Contents/Resources/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'NewRailAlphabet';
  src: url("fonts/NewRailAlphabet-WhiteWEB.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Roadline-Regular';
  src: url("fonts/Roadline-Regular_gdi.eot");
  src: url("fonts/Roadline-Regular_gdi.eot?#iefix") format("embedded-opentype"), url("fonts/Roadline-Regular_gdi.woff") format("woff"), url("fonts/Roadline-Regular_gdi.ttf") format("truetype"), url("fonts/Roadline-Regular_gdi.svg#Roadline-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2019;
}
/* generic ui elements */
/* line 73, sass/_base.scss */
a {
  color: inherit;
  text-decoration: none;
  transition: color ease 0.3s;
  cursor: pointer;
}
/* line 79, sass/_base.scss */
a:hover {
  color: #ffff00;
  text-decoration: underline;
}

/* line 86, sass/_base.scss */
.cta,
.editor a.cta {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  transition: color ease 0.3s;
}

/* line 100, sass/_base.scss */
.cta:after,
.editor a.cta:after {
  content: ">";
  display: inline-block;
}

/* line 106, sass/_base.scss */
.cta:hover,
.editor a.cta:hover {
  color: #ffff00;
  text-decoration: none;
  border: none;
}

/* line 113, sass/_base.scss */
.share-button {
  float: right;
  width: 49.3%;
  margin: 0 0 6em 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 113, sass/_base.scss */
  .share-button {
    margin: 0 0 1em 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 113, sass/_base.scss */
  .share-button {
    width: 48.3%;
  }
}
/* line 131, sass/_base.scss */
.share-button div {
  display: inline-block !important;
  transition: opacity ease 0.3s;
  opacity: 1;
}
/* line 137, sass/_base.scss */
.share-button div a:before {
  content: "-";
  display: inline-block;
}
/* line 142, sass/_base.scss */
.share-button div a:first-child:before {
  content: "";
  display: none;
}
@media only screen and (max-width: 767px) {
  /* line 131, sass/_base.scss */
  .share-button div {
    display: block;
    padding-top: 10px;
  }
}
/* line 152, sass/_base.scss */
.share-button div.hidden {
  display: block;
  opacity: 0;
}

/* line 160, sass/_base.scss */
.center {
  text-align: center;
}

/* line 164, sass/_base.scss */
.hidden {
  display: none !important;
}

/* group / clearfix */
/* line 172, sass/_base.scss */
.group:before, #site-header:before, #site-footer .container:before,
.group:after,
#site-header:after,
#site-footer .container:after {
  content: "";
  display: table;
}

/* line 177, sass/_base.scss */
.group:after, #site-header:after, #site-footer .container:after {
  clear: both;
}

/* line 180, sass/_base.scss */
.group, #site-header, #site-footer .container {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

/* 6 column grid - based on 1110px width - column width 180px, gutter 6px*/
/* line 4, sass/_grid.scss */
.container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  /* line 4, sass/_grid.scss */
  .container {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 4, sass/_grid.scss */
  .container {
    width: 100%;
  }
}

/* fixed grid */
/* desktop */
/* 6 column grid - based on 1400px width - column width 1300/6 px, gutter 20px*/
/* tablet */
/* 4 column grid - based on 75px width - column width 180px, gutter 6px*/
/* mobile */
/* fluid grid */
/* $gutter: 6px; /*0.540540540541%; 6px/1110px */
/* $col1: 16.216216216216%; */
/* 180px/1110px */
/* $col2: 32.972972972973%; */
/* 366px/1110px */
/* $col3: 49.72972972973%; */
/* 552px/1110px */
/* $col4: 66.486486486486%; */
/* 738px/1110px */
/* $col5: 83.243243243243%; */
/* 924px/1110px */
/* line 94, sass/_grid.scss */
.col1 {
  width: 15.5%;
}
@media only screen and (max-width: 1023px) {
  /* line 94, sass/_grid.scss */
  .col1 {
    width: 184px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 94, sass/_grid.scss */
  .col1 {
    width: 48.333%;
  }
}

/* line 106, sass/_grid.scss */
.col2 {
  width: 32.4%;
}
@media only screen and (max-width: 1023px) {
  /* line 106, sass/_grid.scss */
  .col2 {
    width: 374px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 106, sass/_grid.scss */
  .col2 {
    width: 48.333%;
  }
}

/* line 118, sass/_grid.scss */
.col3, .editor .size-small {
  width: 49.3%;
}
@media only screen and (max-width: 1023px) {
  /* line 118, sass/_grid.scss */
  .col3, .editor .size-small {
    width: 564px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 118, sass/_grid.scss */
  .col3, .editor .size-small {
    width: 48.333%;
  }
}

/* line 130, sass/_grid.scss */
.col4, .editor .size-medium, .work-content img.size-medium, .work-content img.size-Portrait,
.work-content img img.size-thumbnail {
  width: 66.2%;
}
@media only screen and (max-width: 1023px) {
  /* line 130, sass/_grid.scss */
  .col4, .editor .size-medium, .work-content img.size-medium, .work-content img.size-Portrait,
  .work-content img img.size-thumbnail {
    width: 754px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 130, sass/_grid.scss */
  .col4, .editor .size-medium, .work-content img.size-medium, .work-content img.size-Portrait,
  .work-content img img.size-thumbnail {
    width: 100%;
  }
}

/* line 142, sass/_grid.scss */
.col5 {
  width: 83.1%;
}
@media only screen and (max-width: 1023px) {
  /* line 142, sass/_grid.scss */
  .col5 {
    width: 754px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 142, sass/_grid.scss */
  .col5 {
    width: 100%;
  }
}

/* line 154, sass/_grid.scss */
.col6 {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  /* line 154, sass/_grid.scss */
  .col6 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 154, sass/_grid.scss */
  .col6 {
    width: 100%;
  }
}

/* site header */
/* line 3, sass/_header.scss */
#site-header {
  position: fixed;
  z-index: 999999999;
  width: 100%;
  padding: 20px;
  top: 0;
  left: 0;
  z-index: 300;
  transition: all 0.3s ease;
  background-color: #1a1a1a;
}
@media only screen and (max-width: 767px) {
  /* line 3, sass/_header.scss */
  #site-header {
    padding: 10px;
  }
}
/* line 20, sass/_header.scss */
#site-header .container {
  height: 26px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  /* line 20, sass/_header.scss */
  #site-header .container {
    height: 16px;
  }
}

/* headroom classes */
/* line 36, sass/_header.scss */
.headroom {
  transition: transform 200ms linear;
}

/* line 39, sass/_header.scss */
.headroom--pinned {
  transform: translateY(0%);
}

/* line 42, sass/_header.scss */
.headroom--unpinned {
  transform: translateY(-100%);
}

/* line 48, sass/_header.scss */
#site-title {
  float: left;
  position: relative;
  z-index: 10;
}
/* line 53, sass/_header.scss */
#site-title a {
  text-decoration: none;
}
/* line 55, sass/_header.scss */
#site-title a:hover {
  color: #ff0;
  border: none;
}
@media only screen and (max-width: 767px) {
  /* line 48, sass/_header.scss */
  #site-title {
    width: 48.333%;
  }
}

/* main nav bar */
/* line 5, sass/_navigation.scss */
#menu-main {
  float: right;
  width: 49.3%;
  z-index: 250;
  transition: all 0.3s ease;
  list-style-type: none;
  text-align: left;
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 5, sass/_navigation.scss */
  #menu-main {
    width: 48.333%;
  }
}
/* line 22, sass/_navigation.scss */
#menu-main:before {
  border-left: 1px solid #ffff00;
  content: "";
  left: -1.4%;
  position: absolute;
  top: 0;
  height: 0.85em;
  width: 1px;
}
@media only screen and (max-width: 767px) {
  /* line 22, sass/_navigation.scss */
  #menu-main:before {
    font-size: 16px;
    font-size: 1.6rem;
    height: 0.9em;
    left: -6.896%;
  }
}

/* top level links */
/* line 43, sass/_navigation.scss */
ul#menu-main > li {
  display: inline-block;
  float: left;
  margin-right: 20px;
}
/* line 48, sass/_navigation.scss */
ul#menu-main > li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  /* line 43, sass/_navigation.scss */
  ul#menu-main > li {
    margin-right: 12px;
  }
}

/* line 61, sass/_navigation.scss */
ul#menu-main li a {
  text-decoration: none;
}

/* line 68, sass/_navigation.scss */
ul#menu-main > li > a {
  color: white;
  display: block;
  float: left;
  height: auto;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  /* line 68, sass/_navigation.scss */
  ul#menu-main > li > a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* line 85, sass/_navigation.scss */
ul#menu-main > li > a:hover,
ul#menu-main > li.sfHover > a {
  color: #ffff00;
  border-bottom: none;
}

/* line 98, sass/_navigation.scss */
ul#menu-main > li.current-menu-parent > a,
ul#menu-main > li.current-menu-item > a,
ul#menu-main > li.current-post-ancestor > a {
  color: #ffff00;
}

/* line 104, sass/_navigation.scss */
#menu-main li.current_page_item > a:hover,
#menu-main li.current-menu-item > a:hover,
#menu-main li.current-menu-ancestor > a:hover,
#menu-main li.current-menu-parent > a:hover,
#menu-main li.current-page-ancestor > a:hover {
  text-decoration: none;
}

/* footer */
/* line 3, sass/_footer.scss */
#footer-stamp {
  position: fixed;
  bottom: -90px;
  left: 0;
  width: 100%;
  height: 185px;
  padding: 20px;
  z-index: 200;
  opacity: 0;
  font-family: 'Roadline-Regular';
  text-transform: uppercase;
  font-size: 140px;
  font-size: 14rem;
  color: white;
}
/* line 17, sass/_footer.scss */
#footer-stamp span {
  opacity: 0;
}
@media screen and (max-width: 1280px) {
  /* line 3, sass/_footer.scss */
  #footer-stamp {
    font-size: 110px;
    font-size: 11rem;
    padding: 25px 0 0 20px;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 3, sass/_footer.scss */
  #footer-stamp {
    font-size: 75px;
    font-size: 7.5rem;
    padding: 0 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 3, sass/_footer.scss */
  #footer-stamp {
    font-size: 40px;
    font-size: 4rem;
    padding: 10px;
    bottom: -25px;
    height: 60px;
  }
}

/*footer */
/* line 42, sass/_footer.scss */
#site-footer {
  position: relative;
  height: 200px;
  margin-top: -200px;
  padding: 0 20px;
  z-index: 500;
}
@media only screen and (max-width: 767px) {
  /* line 42, sass/_footer.scss */
  #site-footer {
    padding: 0 10px 480px;
    margin-top: 0;
  }
}
/* line 54, sass/_footer.scss */
#site-footer #footer-wrapper {
  bottom: 135px;
  left: 0;
  position: fixed;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 54, sass/_footer.scss */
  #site-footer #footer-wrapper {
    position: static;
  }
}
/* line 65, sass/_footer.scss */
#site-footer .container {
  color: #fff;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  /* line 65, sass/_footer.scss */
  #site-footer .container {
    padding: 0;
  }
}

/* line 77, sass/_footer.scss */
#footer-contacts {
  float: left;
  width: 49.3%;
  margin-left: 50.7% !important;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  /* line 77, sass/_footer.scss */
  #footer-contacts {
    float: none;
    width: 100%;
    margin-left: 0 !important;
  }
  /* line 88, sass/_footer.scss */
  #footer-contacts .email {
    display: none;
  }
}
/* line 93, sass/_footer.scss */
#footer-contacts p {
  float: left;
  width: 50%;
  padding-right: 20px;
  line-height: 1.33em;
}
@media only screen and (max-width: 767px) {
  /* line 93, sass/_footer.scss */
  #footer-contacts p {
    width: 48.33%;
    padding-right: 0;
  }
  /* line 103, sass/_footer.scss */
  #footer-contacts p:first-of-type {
    margin-right: 3.333%;
  }
}
/* line 109, sass/_footer.scss */
#footer-contacts p strong {
  color: rgba(255, 255, 255, 0.5);
}
/* line 113, sass/_footer.scss */
#footer-contacts p a:hover {
  text-decoration: none;
}
/* line 118, sass/_footer.scss */
#footer-contacts .label {
  display: none;
}
@media only screen and (max-width: 767px) {
  /* line 118, sass/_footer.scss */
  #footer-contacts .label {
    display: inline;
  }
}

/* Typography */
/* line 25, sass/style.scss */
html {
  font-size: 62.5%;
  color: white;
  background-color: #1a1a1a;
}

/* line 31, sass/style.scss */
body {
  font-size: 28px;
  font-size: 2.8rem;
  background-color: #1a1a1a;
  font-family: 'NewRailAlphabet';
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 1280px) {
  /* line 31, sass/style.scss */
  body {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 31, sass/style.scss */
  body {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  /* line 31, sass/style.scss */
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* general layout */
/* line 57, sass/style.scss */
html, body {
  height: 100%;
}

/* line 61, sass/style.scss */
html {
  box-sizing: border-box;
}

/* line 65, sass/style.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* sticky footer */
/* line 72, sass/style.scss */
#site-wrapper {
  min-height: 100%;
}

/* main */
/* line 80, sass/style.scss */
#main {
  position: relative;
  z-index: 200;
  background-color: #1a1a1a;
  min-height: 1600px;
  padding: 0 20px 500px 20px;
}
@media only screen and (max-width: 767px) {
  /* line 80, sass/style.scss */
  #main {
    padding: 0 10px 20px 10px;
  }
}

/* content pages */
/* line 108, sass/style.scss */
#page {
  padding-top: 50px;
}
/* line 112, sass/style.scss */
#page #page-heading {
  float: left;
  padding: 5px 0 90px;
  width: 49.3%;
}
@media only screen and (max-width: 767px) {
  /* line 112, sass/style.scss */
  #page #page-heading {
    float: none;
    padding: 0 0 20px;
    width: 100%;
  }
}
/* line 124, sass/style.scss */
#page img.page-bg {
  position: absolute;
  left: 0;
  top: -160px;
  opacity: 0.1;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  /* line 124, sass/style.scss */
  #page img.page-bg {
    top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 137, sass/style.scss */
  #page img.page-bg + .intro {
    padding-top: 10px;
  }
}
/* line 144, sass/style.scss */
#page .intro {
  float: right;
  width: 49.3%;
  position: relative;
  color: #d1d1d1;
  padding-right: 5%;
}
@media only screen and (max-width: 767px) {
  /* line 144, sass/style.scss */
  #page .intro {
    float: none;
    width: 100%;
  }
}
/* line 158, sass/style.scss */
#page .intro:before {
  border-left: 1px solid #ffff00;
  content: "";
  height: 0.85em;
  left: -1.4%;
  position: absolute;
  top: 0.15em;
  width: 1px;
}
@media only screen and (max-width: 767px) {
  /* line 158, sass/style.scss */
  #page .intro:before {
    display: none;
  }
}

/* general content page */
/* text editor */
/* line 190, sass/style.scss */
.editor {
  color: #d1d1d1;
  /* cms image sizes */
}
/* line 195, sass/style.scss */
.editor h3 {
  font-size: 20px;
  font-size: 2rem;
  padding: 1em 0 0.75em;
  line-height: 1.2em;
}
/* line 201, sass/style.scss */
.editor h4 {
  font-size: 20px;
  padding: 1em 0 0.75em;
  line-height: 1.2em;
}
/* line 207, sass/style.scss */
.editor h2 + h3 {
  padding-top: 0;
}
/* line 211, sass/style.scss */
.editor p {
  line-height: 1.25em;
  margin: 0 0 1.25em 0;
}
/* line 217, sass/style.scss */
.editor strong {
  font-weight: normal;
}
/* line 221, sass/style.scss */
.editor ul {
  list-style-type: disc;
  margin: 0 0 1.25em 1.5em;
}
/* line 226, sass/style.scss */
.editor ol {
  list-style-type: decimal;
  margin: 0 0 1.25em 1.5em;
}
/* line 231, sass/style.scss */
.editor li {
  margin: 0 0 0.75em;
  line-height: 1.45em;
}
/* line 236, sass/style.scss */
.editor a {
  color: inherit;
  text-decoration: underline;
}
/* line 240, sass/style.scss */
.editor a:hover {
  color: #ffff00 !important;
}
/* line 245, sass/style.scss */
.editor small {
  font-size: 60%;
}
/* line 250, sass/style.scss */
.editor em {
  font-style: italic;
}
/* line 254, sass/style.scss */
.editor .alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
/* line 259, sass/style.scss */
.editor .alignright {
  float: right;
  margin: 0 0 20px 20px;
}
/* line 265, sass/style.scss */
.editor .caption {
  width: auto !important;
}
/* line 269, sass/style.scss */
.editor table {
  border: 1px solid #dcdcdd;
}
/* line 272, sass/style.scss */
.editor table th {
  border: 1px solid #dcdcdd;
  padding: 10px 5px;
  color: #00a0af;
  font-size: 16px;
}
/* line 279, sass/style.scss */
.editor table td {
  border: 1px solid #dcdcdd;
  padding: 5px;
}
/* line 286, sass/style.scss */
.editor hr {
  height: 1px;
  border: none;
  border-top: 1px solid #999;
}
/* line 295, sass/style.scss */
.editor img {
  max-width: 100%;
  height: auto;
}
/* line 300, sass/style.scss */
.editor .img-thumbnail {
  width: 138px;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  /* line 300, sass/style.scss */
  .editor .img-thumbnail {
    width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 300, sass/style.scss */
  .editor .img-thumbnail {
    width: 66px;
  }
}
/* line 312, sass/style.scss */
.editor .size-small {
  height: auto;
}
/* line 317, sass/style.scss */
.editor .size-medium {
  height: auto;
}
/* line 322, sass/style.scss */
.editor .size-large,
.editor .size-full {
  width: 100%;
  height: auto;
}

/* line 337, sass/style.scss */
.post-password-form label {
  vertical-align: top;
  display: inline-block;
  height: 26px;
}
/* line 343, sass/style.scss */
.post-password-form label input {
  height: 26px !important;
  vertical-align: top;
}
/* line 348, sass/style.scss */
.post-password-form input[type="submit"] {
  cursor: pointer;
  display: inline-block;
  color: white;
  border-radius: 0;
  height: 26px;
  text-align: center;
  border: none;
  background: none;
  padding: 0;
  position: relative;
  top: -4px;
  font-size: 24px;
  font-size: 2.4rem;
  vertical-align: top;
  font-weight: 300;
}
/* line 364, sass/style.scss */
.post-password-form input[type="submit"]:hover {
  color: #ffff00;
}

/* homepage */
/* homepage features */
/* line 379, sass/style.scss */
#home-feature {
  width: 100%;
  height: 100%;
  font-family: 'Roadline-Regular';
  text-transform: uppercase;
  font-size: 140px;
  font-size: 14rem;
  line-height: 1.3em;
  color: white;
  z-index: 1;
}
@media screen and (max-height: 1000px) {
  /* line 379, sass/style.scss */
  #home-feature {
    font-size: 100px;
    font-size: 10rem;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 379, sass/style.scss */
  #home-feature {
    font-size: 75px;
    font-size: 7.5rem;
  }
}
@media only screen and (max-width: 767px) {
  /* line 379, sass/style.scss */
  #home-feature {
    font-size: 40px;
    font-size: 4rem;
  }
}

/* line 404, sass/style.scss */
.feature-slide {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}
/* line 411, sass/style.scss */
.feature-slide .container {
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
/* line 417, sass/style.scss */
.feature-slide #type-wrapper {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 100%;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  /* line 417, sass/style.scss */
  .feature-slide #type-wrapper {
    bottom: 20px;
    left: 10px;
  }
}
/* line 431, sass/style.scss */
.feature-slide #typed-strings {
  display: none;
}

/* line 437, sass/style.scss */
#showreel {
  padding: 50px 20px 0;
}
/* line 441, sass/style.scss */
#showreel iframe {
  width: 100% !important;
  height: calc(100vh - 90px);
}

/* line 447, sass/style.scss */
.typed-cursor {
  color: black;
  visibility: hidden;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* home video */
/* line 479, sass/style.scss */
#home-feature .home-gif {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  /* line 479, sass/style.scss */
  #home-feature .home-gif {
    margin-top: 10vh;
  }
}
/* line 488, sass/style.scss */
#home-feature .wp-video {
  width: 100% !important;
}
/* line 491, sass/style.scss */
#home-feature .wp-video .mejs-controls {
  display: none !important;
}

/* home intro */
/* line 501, sass/style.scss */
#home-intro .container {
  padding: 10em 0;
}
@media only screen and (max-width: 767px) {
  /* line 501, sass/style.scss */
  #home-intro .container {
    padding: 6em 0;
  }
}

/* line 509, sass/style.scss */
#home-intro .editor {
  margin-left: 50.73%;
  padding: 0 5% 0 0;
  color: #c3c3c3;
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 509, sass/style.scss */
  #home-intro .editor {
    margin-left: 0;
    padding: 0;
  }
}
/* line 520, sass/style.scss */
#home-intro .editor:before {
  border-left: 1px solid #ffff00;
  content: "";
  left: -1.4%;
  position: absolute;
  top: 0.2em;
  height: 0.85em;
  width: 1px;
}
@media only screen and (max-width: 767px) {
  /* line 520, sass/style.scss */
  #home-intro .editor:before {
    display: none;
    border: none;
  }
}

/* line 536, sass/style.scss */
#home-intro .editor a {
  text-decoration: none;
  border: none;
}
/* line 540, sass/style.scss */
#home-intro .editor a:hover {
  color: inherit;
  text-decoration: underline;
}

/* recent work */
/* empty span to show on hover to trigger iOS click twice */
/* line 550, sass/style.scss */
.ios-hover-trigger {
  visibility: hidden;
}

/* line 555, sass/style.scss */
.work-full-width {
  position: relative;
  width: 100%;
}
/* line 559, sass/style.scss */
.work-full-width img {
  width: 100%;
  height: auto;
  transition: opacity ease 0.3s;
}
/* line 565, sass/style.scss */
.work-full-width header {
  position: absolute;
  width: 49.3%;
  right: 0;
  top: 0;
  padding: 0 0 20px 0;
  opacity: 0;
  transition: opacity ease 0.5s;
}
@media only screen and (max-width: 767px) {
  /* line 565, sass/style.scss */
  .work-full-width header {
    width: 100%;
  }
}
/* line 578, sass/style.scss */
.work-full-width header h1 {
  font-size: 48px;
  font-size: 4.8rem;
  margin-top: 3em;
}
@media only screen and (max-width: 767px) {
  /* line 578, sass/style.scss */
  .work-full-width header h1 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: 3.25em;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (min-device-height: 1366px) and (max-device-height: 1366px) and (min-width: 1024px) and (max-width: 1024px) {
  /* line 588, sass/style.scss */
  .work-full-width header h2 {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 588, sass/style.scss */
  .work-full-width header h2 {
    display: none;
  }
}
/* line 598, sass/style.scss */
.work-full-width header span.view {
  display: none;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (min-device-height: 1366px) and (max-device-height: 1366px) and (min-width: 1024px) and (max-width: 1024px) {
  /* line 598, sass/style.scss */
  .work-full-width header span.view {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  /* line 608, sass/style.scss */
  .work-full-width header span.view:before {
    border-left: 1px solid #ffff00;
    content: "";
    left: -1.4%;
    position: absolute;
    top: 0;
    height: 0.85em;
    width: 1px;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 598, sass/style.scss */
  .work-full-width header span.view {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  /* line 627, sass/style.scss */
  .work-full-width header span.view:before {
    border-left: 1px solid #ffff00;
    content: "";
    left: -1.4%;
    position: absolute;
    top: 0;
    height: 0.85em;
    width: 1px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 598, sass/style.scss */
  .work-full-width header span.view {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 48.333%;
  }
  /* line 646, sass/style.scss */
  .work-full-width header span.view:before {
    border-left: 1px solid #ffff00;
    content: "";
    left: -6.896%;
    position: absolute;
    top: 0;
    height: 0.85em;
    width: 1px;
  }
}
/* line 659, sass/style.scss */
.work-full-width header h2:after {
  content: ">";
  display: inline-block;
}
/* line 664, sass/style.scss */
.work-full-width header h3 {
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  /* line 664, sass/style.scss */
  .work-full-width header h3 {
    display: none;
  }
}
/* line 672, sass/style.scss */
.work-full-width header:before {
  border-left: 1px solid #ffff00;
  content: "";
  left: -1.4%;
  position: absolute;
  top: 0;
  height: 0.85em;
  width: 1px;
}
@media only screen and (max-width: 767px) {
  /* line 672, sass/style.scss */
  .work-full-width header:before {
    display: none;
    left: -6.896%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 672, sass/style.scss */
  .work-full-width header:before {
    display: none;
    left: -6.896%;
  }
}
/* line 695, sass/style.scss */
.work-full-width a:hover {
  color: white;
}
/* line 699, sass/style.scss */
.work-full-width a:hover img {
  opacity: 0.1;
}
/* line 703, sass/style.scss */
.work-full-width a:hover header {
  opacity: 1;
}
/* line 707, sass/style.scss */
.work-full-width a:hover .ios-hover-trigger {
  visibility: visible;
}

/* line 716, sass/style.scss */
.work-post {
  margin: 4em 0;
}
@media only screen and (max-width: 767px) {
  /* line 716, sass/style.scss */
  .work-post {
    margin: 5em 0;
  }
}
/* line 724, sass/style.scss */
.work-post .post {
  float: right;
  width: 49.3%;
  position: relative;
}
/* line 729, sass/style.scss */
.work-post .post img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
  transition: opacity ease 0.5s;
}
@media only screen and (max-width: 767px) {
  /* line 729, sass/style.scss */
  .work-post .post img {
    opacity: 0.1;
  }
}
/* line 741, sass/style.scss */
.work-post .post header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transition: opacity ease 0.3s;
}
@media only screen and (max-width: 767px) {
  /* line 741, sass/style.scss */
  .work-post .post header {
    position: static;
  }
}
/* line 752, sass/style.scss */
.work-post .post header p.date {
  color: #c3c3c3;
}
@media only screen and (max-width: 767px) {
  /* line 752, sass/style.scss */
  .work-post .post header p.date {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* line 763, sass/style.scss */
.work-post .post header h1 {
  color: white;
  font-size: 48px;
  font-size: 4.8rem;
  margin-top: 2.5em;
}
@media only screen and (max-width: 1023px) {
  /* line 763, sass/style.scss */
  .work-post .post header h1 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 767px) {
  /* line 763, sass/style.scss */
  .work-post .post header h1 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: .666em 0 0 0;
    color: #929292;
  }
  /* line 777, sass/style.scss */
  .work-post .post header h1:after {
    content: " >";
    display: inline-block;
  }
}
/* line 784, sass/style.scss */
.work-post .post header:before {
  border-left: 1px solid #ffff00;
  content: "";
  left: -1.4%;
  position: absolute;
  top: 0;
  height: 0.85em;
  width: 1px;
}
@media only screen and (max-width: 767px) {
  /* line 784, sass/style.scss */
  .work-post .post header:before {
    left: -6.896%;
  }
}
/* line 803, sass/style.scss */
.work-post .post a:hover img {
  opacity: .5;
}
@media only screen and (max-width: 767px) {
  /* line 808, sass/style.scss */
  .work-post .post a:hover header h1 {
    color: white;
  }
}
/* line 816, sass/style.scss */
.work-post .post a:hover .ios-hover-trigger {
  visibility: visible;
}

/* line 826, sass/style.scss */
.featured-project {
  margin: 4em 0;
}
/* line 831, sass/style.scss */
.featured-project img {
  width: 49.3%;
  height: auto;
  float: left;
  transition: opacity ease 0.5s;
}
@media only screen and (max-width: 767px) {
  /* line 831, sass/style.scss */
  .featured-project img {
    width: 100%;
    float: none;
  }
}
/* line 843, sass/style.scss */
.featured-project .post {
  left: 0;
  position: absolute;
  top: 0;
  width: 49.3%;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  /* line 843, sass/style.scss */
  .featured-project .post {
    position: absolute;
    float: none;
    width: 100%;
    right: 0;
    top: 0;
    padding: 0 0 20px 0;
    opacity: 0;
    transition: opacity ease 0.5s;
    margin-left: 0;
  }
}
/* line 862, sass/style.scss */
.featured-project .post h1 {
  font-size: 48px;
  margin-top: 2.5em;
  transition: opacity ease 0.5s;
}
@media only screen and (max-width: 1023px) {
  /* line 862, sass/style.scss */
  .featured-project .post h1 {
    font-size: 36px;
    font-size: 3.6rem;
    margin-top: 2.75em;
  }
}
@media only screen and (max-width: 767px) {
  /* line 862, sass/style.scss */
  .featured-project .post h1 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: 3.5em;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 878, sass/style.scss */
  .featured-project .post h2 {
    display: none;
  }
}
/* line 885, sass/style.scss */
.featured-project .post:before {
  border-left: 1px solid #ffff00;
  content: "";
  left: -1.4%;
  position: absolute;
  top: 0;
  height: 0.85em;
  width: 1px;
}
@media only screen and (max-width: 767px) {
  /* line 885, sass/style.scss */
  .featured-project .post:before {
    display: none;
  }
}
/* line 899, sass/style.scss */
.featured-project .post span.view {
  display: none;
}
@media only screen and (max-width: 1023px) {
  /* line 899, sass/style.scss */
  .featured-project .post span.view {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 899, sass/style.scss */
  .featured-project .post span.view {
    display: inline-block;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    width: 48.333%;
  }
  /* line 917, sass/style.scss */
  .featured-project .post span.view:before {
    border-left: 1px solid #ffff00;
    content: "";
    left: -6.896%;
    position: absolute;
    top: 0;
    height: 0.85em;
    width: 1px;
  }
}
/* line 933, sass/style.scss */
.featured-project + .work-image-fullwidth {
  padding-top: 20em;
}
/* line 937, sass/style.scss */
.featured-project a:hover {
  color: white;
}
/* line 941, sass/style.scss */
.featured-project a:hover img {
  opacity: 0.1;
}
/* line 945, sass/style.scss */
.featured-project a:hover .post {
  opacity: 1;
}
/* line 949, sass/style.scss */
.featured-project a:hover .post h2:after {
  content: ">";
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  /* line 949, sass/style.scss */
  .featured-project a:hover .post h2:after {
    display: none;
  }
}
/* line 960, sass/style.scss */
.featured-project a:hover .ios-hover-trigger {
  visibility: visible;
}

/* homepage bottom */
/* line 970, sass/style.scss */
#homepage-bottom {
  margin: 3em 0 0 0;
}
@media only screen and (max-width: 767px) {
  /* line 970, sass/style.scss */
  #homepage-bottom {
    margin: 12em 0 0 0;
  }
}

/* line 978, sass/style.scss */
#newsletter-signup {
  width: 49.3%;
  text-align: left;
  margin-left: 1.4%;
  float: left;
  box-sizing: border-box;
  position: relative;
}
/* line 24, sass/_grid.scss */
#newsletter-signup:first-of-type {
  margin-left: 0;
}
/* line 984, sass/style.scss */
#newsletter-signup h3 a:hover {
  text-decoration: none;
}
/* line 993, sass/style.scss */
#newsletter-signup .mc4wp-form {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  /* line 993, sass/style.scss */
  #newsletter-signup .mc4wp-form {
    margin: 0;
  }
}
/* line 1001, sass/style.scss */
#newsletter-signup .mc4wp-form input[type="email"] {
  width: 100%;
  height: 24px;
  line-height: 24px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #575756;
  border: none;
  background: white;
  padding-left: 5px;
  margin-bottom: 6px;
}
/* line 1013, sass/style.scss */
#newsletter-signup .mc4wp-form input[type="submit"],
#newsletter-signup .mc4wp-form button,
#newsletter-signup .mc4wp-form input[type="button"] {
  cursor: pointer;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  border-radius: 0;
  width: 100%;
  height: 26px;
  line-height: 22px;
  text-align: center;
  border: none;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
}
/* line 1029, sass/style.scss */
#newsletter-signup .mc4wp-form input[type="submit"]:hover,
#newsletter-signup .mc4wp-form button:hover,
#newsletter-signup .mc4wp-form input[type="button"]:hover {
  background-color: #ffff00;
}
@media only screen and (max-width: 767px) {
  /* line 978, sass/style.scss */
  #newsletter-signup {
    width: 48.333%;
  }
  /* line 1041, sass/style.scss */
  #newsletter-signup h3 a {
    color: #929292;
  }
}

/* line 1049, sass/style.scss */
#home-more-links {
  width: 49.3%;
  margin-left: 1.4%;
  float: left;
  box-sizing: border-box;
}
/* line 24, sass/_grid.scss */
#home-more-links:first-of-type {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  /* line 1049, sass/style.scss */
  #home-more-links {
    width: 48.333%;
  }
}
/* line 1058, sass/style.scss */
#home-more-links li {
  float: left;
  padding-right: 20px;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  /* line 1058, sass/style.scss */
  #home-more-links li {
    width: 100%;
    padding: 0;
    float: none;
    margin: 0 0 .25em 0;
  }
  /* line 1069, sass/style.scss */
  #home-more-links li a {
    color: #929292;
  }
}

/* work */
/* line 1081, sass/style.scss */
#page.work .page-header {
  margin-bottom: 4em;
}
/* line 1085, sass/style.scss */
#page.work .intro {
  color: #d1d1d1;
  padding-right: 5%;
}
@media only screen and (max-width: 767px) {
  /* line 1085, sass/style.scss */
  #page.work .intro {
    padding-right: 0;
  }
}

/* line 1095, sass/style.scss */
.work-filter-button {
  float: left;
  margin-top: 5px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  /* line 1095, sass/style.scss */
  .work-filter-button {
    float: none;
    margin: 0 0 60px;
  }
}
/* line 1109, sass/style.scss */
.work-filter-button a:after {
  content: ">";
  display: inline-block;
}
/* line 1114, sass/style.scss */
.work-filter-button a:hover {
  text-decoration: none;
}

/* line 1123, sass/style.scss */
#work-filter {
  display: none;
}

/* line 1128, sass/style.scss */
.project-type-overlay {
  top: 204px !important;
}
@media only screen and (max-width: 767px) {
  /* line 1128, sass/style.scss */
  .project-type-overlay {
    top: 54px !important;
    left: 10px !important;
  }
}
/* line 1137, sass/style.scss */
.project-type-overlay.fancybox-opened .fancybox-skin {
  box-shadow: none;
}
/* line 1141, sass/style.scss */
.project-type-overlay .fancybox-skin {
  background: transparent;
}
/* line 1146, sass/style.scss */
.project-type-overlay .filter-overlay {
  width: 100%;
  color: black;
  position: relative;
  overflow: hidden;
}
/* line 1152, sass/style.scss */
.project-type-overlay .filter-overlay .filter-return-button {
  float: left;
  position: relative;
  top: 1px;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  /* line 1152, sass/style.scss */
  .project-type-overlay .filter-overlay .filter-return-button {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* line 1164, sass/style.scss */
.project-type-overlay .filter-overlay .filter-return-button a:before {
  content: "<";
  display: inline-block;
}
/* line 1169, sass/style.scss */
.project-type-overlay .filter-overlay .filter-return-button a:hover {
  color: black;
  text-decoration: underline;
}
/* line 1178, sass/style.scss */
.project-type-overlay .filter-overlay ul {
  float: right;
  position: relative;
  width: 49.3%;
}
@media only screen and (max-width: 767px) {
  /* line 1178, sass/style.scss */
  .project-type-overlay .filter-overlay ul {
    width: 48.333%;
  }
}
/* line 1187, sass/style.scss */
.project-type-overlay .filter-overlay ul::before {
  border-left: 1px solid #1a1a1a;
  content: "";
  height: 0.85em;
  top: 1px;
  left: -1.4%;
  position: absolute;
  width: 1px;
}
@media only screen and (max-width: 767px) {
  /* line 1187, sass/style.scss */
  .project-type-overlay .filter-overlay ul::before {
    left: -4.865%;
  }
}
/* line 1201, sass/style.scss */
.project-type-overlay .filter-overlay ul li {
  float: left;
  margin: 0 .5em .5em 0;
}
@media only screen and (max-width: 1023px) {
  /* line 1201, sass/style.scss */
  .project-type-overlay .filter-overlay ul li {
    float: none;
    margin: 0 0 .75em 0;
  }
}
/* line 1210, sass/style.scss */
.project-type-overlay .filter-overlay ul li a:hover {
  color: black;
  text-decoration: underline;
}
/* line 1221, sass/style.scss */
.project-type-overlay .filter-overlay ul.category-list li, .project-type-overlay .filter-overlay ul.author-list li {
  float: none;
  margin: 0 0 .1em 0;
}

/* line 1245, sass/style.scss */
.work-item {
  position: relative;
  float: left;
  margin-bottom: 1.4%;
}
/* line 1250, sass/style.scss */
.work-item:nth-child(2n) {
  margin-left: 1.4%;
}
@media only screen and (max-width: 767px) {
  /* line 1245, sass/style.scss */
  .work-item {
    margin-bottom: 20px;
  }
}
/* line 1258, sass/style.scss */
.work-item.full-width {
  width: 100%;
}
/* line 1262, sass/style.scss */
.work-item.half-width {
  width: 49.3%;
}
@media only screen and (max-width: 767px) {
  /* line 1262, sass/style.scss */
  .work-item.half-width {
    width: 100%;
  }
}
/* line 1270, sass/style.scss */
.work-item img {
  width: 100%;
  height: auto;
  transition: opacity ease 0.3s;
  display: block;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateX(0);
  opacity: 0.99;
}
/* line 1281, sass/style.scss */
.work-item header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity ease 0.5s;
}
@media only screen and (max-width: 767px) {
  /* line 1289, sass/style.scss */
  .work-item header h1 {
    font-size: 24px;
    font-size: 2.4rem;
    padding-top: 3.5em;
  }
}
/* line 1297, sass/style.scss */
.work-item header h1:after {
  content: ">";
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  /* line 1297, sass/style.scss */
  .work-item header h1:after {
    display: none;
  }
}
/* line 1306, sass/style.scss */
.work-item header h2 {
  padding-top: 10px;
}
@media only screen and (max-width: 1023px) {
  /* line 1306, sass/style.scss */
  .work-item header h2 {
    display: none;
  }
}
/* line 1314, sass/style.scss */
.work-item header:before {
  border-left: 1px solid #ffff00;
  content: "";
  left: -1.4%;
  position: absolute;
  top: 0;
  height: 0.85em;
  width: 1px;
}
@media only screen and (max-width: 767px) {
  /* line 1314, sass/style.scss */
  .work-item header:before {
    display: none;
    left: -3.333%;
  }
}
/* line 1329, sass/style.scss */
.work-item header span.view {
  display: none;
}
@media only screen and (max-width: 1023px) {
  /* line 1329, sass/style.scss */
  .work-item header span.view {
    display: block;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1329, sass/style.scss */
  .work-item header span.view {
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 48.333%;
    padding-top: 0;
  }
  /* line 1346, sass/style.scss */
  .work-item header span.view:before {
    border-left: 1px solid #ffff00;
    content: "";
    left: -6.896%;
    position: absolute;
    top: 0;
    height: 0.85em;
    width: 1px;
  }
}
/* line 1361, sass/style.scss */
.work-item a:hover {
  color: white;
}
/* line 1365, sass/style.scss */
.work-item a:hover img {
  opacity: 0.1;
}
/* line 1369, sass/style.scss */
.work-item a:hover header {
  opacity: 1;
}
/* line 1373, sass/style.scss */
.work-item a:hover .ios-hover-trigger {
  visibility: visible;
}

/* work - project type taxonomy */
@media only screen and (max-width: 767px) {
  /* line 1385, sass/style.scss */
  .main-project-type {
    margin-top: 50px;
  }
}
/* line 1398, sass/style.scss */
.main-project-type #page.work .page-header {
  position: relative;
  margin-bottom: 1em;
}
/* line 1402, sass/style.scss */
.main-project-type #page.work .page-header img {
  width: 100%;
  height: auto;
  opacity: 0.1;
  display: block;
}
/* line 1411, sass/style.scss */
.main-project-type #page.work .page-header .intro h1 {
  line-height: 1.25em;
  color: white;
  padding-top: 2px;
}

/* single work */
/* line 1428, sass/style.scss */
#main.main-content {
  padding-top: 150px;
}
@media only screen and (max-width: 767px) {
  /* line 1428, sass/style.scss */
  #main.main-content {
    padding-top: 50px;
  }
}

/* line 1439, sass/style.scss */
.single-work .titles {
  float: left;
  padding: 5px 0 90px;
  width: 49.3%;
}
/* line 1444, sass/style.scss */
.single-work .titles h1 {
  padding-bottom: 0.2em;
}
/* line 1448, sass/style.scss */
.single-work .titles h2 {
  padding-bottom: 1.45em;
  color: #d1d1d1;
}
@media only screen and (max-width: 767px) {
  /* line 1448, sass/style.scss */
  .single-work .titles h2 {
    padding-bottom: 0.5em;
  }
}
/* line 1456, sass/style.scss */
.single-work .titles .project-type-links {
  list-style-type: none;
}
/* line 1459, sass/style.scss */
.single-work .titles .project-type-links li {
  float: left;
  margin-right: 1rem;
  color: #d1d1d1;
}
/* line 1464, sass/style.scss */
.single-work .titles .project-type-links li :after {
  content: ",";
}
/* line 1468, sass/style.scss */
.single-work .titles .project-type-links li a:hover {
  text-decoration: none;
}
/* line 1473, sass/style.scss */
.single-work .titles .project-type-links li:last-child :after {
  content: "";
}
@media only screen and (max-width: 767px) {
  /* line 1439, sass/style.scss */
  .single-work .titles {
    float: none;
    width: 100%;
    padding: 5px 0 50px;
  }
}
/* line 1490, sass/style.scss */
.single-work .intro {
  padding-bottom: 3em;
}

/* line 1498, sass/style.scss */
.work-content {
  color: #d1d1d1;
}
@media only screen and (max-width: 767px) {
  /* line 1498, sass/style.scss */
  .work-content {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* line 1506, sass/style.scss */
.work-content img {
  margin-bottom: 1em;
}
/* line 1509, sass/style.scss */
.work-content img.size-large, .work-content img.size-full, .work-content img.size-full-width {
  width: 100%;
  height: auto;
}
/* line 1517, sass/style.scss */
.work-content img.size-medium, .work-content img.size-Portrait,
.work-content img img.size-thumbnail {
  height: auto;
  margin-bottom: 1em;
}
@media only screen and (max-width: 1023px) {
  /* line 1517, sass/style.scss */
  .work-content img.size-medium, .work-content img.size-Portrait,
  .work-content img img.size-thumbnail {
    width: 100%;
  }
}
/* line 1530, sass/style.scss */
.work-content img.gif-medium {
  width: 66.2% !important;
}
/* line 1534, sass/style.scss */
.work-content img.alignleft, .work-content img.alignright {
  float: none;
  margin-bottom: 1em;
}
@media only screen and (max-width: 1023px) {
  /* line 1506, sass/style.scss */
  .work-content img {
    width: 100%;
    height: auto;
  }
}
/* line 1548, sass/style.scss */
.work-content .fve-video-wrapper {
  clear: right;
  width: 100%;
}
/* line 1554, sass/style.scss */
.work-content .fve-video-wrapper + img {
  margin-top: 1.2em;
}
/* line 1559, sass/style.scss */
.work-content p {
  padding: 2em 0;
  float: right;
  width: 49.3%;
  margin-left: 50.015%;
  line-height: 1.3em;
}
@media only screen and (max-width: 767px) {
  /* line 1559, sass/style.scss */
  .work-content p {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
/* line 1572, sass/style.scss */
.work-content p + img {
  margin-top: 6em;
}
@media only screen and (max-width: 767px) {
  /* line 1572, sass/style.scss */
  .work-content p + img {
    margin-top: 2em;
  }
}
/* line 1580, sass/style.scss */
.work-content p + p {
  padding-top: 0;
}
/* line 1584, sass/style.scss */
.work-content p a {
  color: inherit;
  text-decoration: underline;
}
/* line 1588, sass/style.scss */
.work-content p a:hover {
  color: #ff0 !important;
}
/* line 1594, sass/style.scss */
.work-content .wp-caption {
  max-width: 100% !important;
  margin-bottom: 1.25em;
}
/* line 1598, sass/style.scss */
.work-content .wp-caption img {
  margin-bottom: 4px;
}
/* line 1602, sass/style.scss */
.work-content .wp-caption .wp-caption-text {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
}

/* line 1612, sass/style.scss */
.related-projects {
  color: #d1d1d1;
}
@media only screen and (max-width: 767px) {
  /* line 1612, sass/style.scss */
  .related-projects {
    margin-top: 60px;
  }
}
/* line 1619, sass/style.scss */
.related-projects h2 {
  float: left;
  margin-right: 0.715%;
}
@media only screen and (max-width: 767px) {
  /* line 1619, sass/style.scss */
  .related-projects h2 {
    margin-right: 0;
  }
}
/* line 1628, sass/style.scss */
.related-projects .projects-list {
  float: right;
  position: relative;
  width: 49.3%;
}
@media only screen and (max-width: 767px) {
  /* line 1628, sass/style.scss */
  .related-projects .projects-list {
    width: 100%;
    float: none;
    padding-top: 2em;
  }
}
/* line 1640, sass/style.scss */
.related-projects article {
  position: relative;
  margin-bottom: 2em;
}
/* line 1645, sass/style.scss */
.related-projects article header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity ease 0.5s;
}
/* line 1652, sass/style.scss */
.related-projects article header::before {
  border-left: 1px solid #ffff00;
  content: "";
  height: 0.8em;
  left: -1.4%;
  position: absolute;
  top: 0;
  width: 1px;
}
@media only screen and (max-width: 767px) {
  /* line 1652, sass/style.scss */
  .related-projects article header::before {
    left: -6.896%;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 1645, sass/style.scss */
  .related-projects article header {
    opacity: 0;
  }
}
/* line 1674, sass/style.scss */
.related-projects article span.view {
  display: none;
}
@media only screen and (max-width: 1023px) {
  /* line 1674, sass/style.scss */
  .related-projects article span.view {
    display: block;
    padding-top: 10px;
    color: white;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1674, sass/style.scss */
  .related-projects article span.view {
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 48.333%;
    padding-top: 0;
  }
  /* line 1692, sass/style.scss */
  .related-projects article span.view:before {
    border-left: 1px solid #ffff00;
    content: "";
    left: -6.896%;
    position: absolute;
    top: 0;
    height: 0.85em;
    width: 1px;
  }
}
/* line 1706, sass/style.scss */
.related-projects article h3, .related-projects article h4 {
  color: white;
}
/* line 1710, sass/style.scss */
.related-projects article h3 {
  padding-bottom: 0.2em;
}
@media only screen and (max-width: 767px) {
  /* line 1710, sass/style.scss */
  .related-projects article h3 {
    font-size: 2.4rem;
    padding: 3.5em 0 0;
  }
}
/* line 1719, sass/style.scss */
.related-projects article h4 {
  padding: 0 0 2em;
}
@media only screen and (max-width: 1023px) {
  /* line 1719, sass/style.scss */
  .related-projects article h4 {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 1727, sass/style.scss */
  .related-projects article p {
    display: none;
  }
}
/* line 1733, sass/style.scss */
.related-projects article p span:after {
  content: ", ";
}
/* line 1737, sass/style.scss */
.related-projects article p span:last-child:after {
  content: "";
}
/* line 1741, sass/style.scss */
.related-projects article img {
  opacity: 0;
  width: 100%;
  height: auto;
  transition: opacity ease 0.3s;
}
@media only screen and (max-width: 1023px) {
  /* line 1741, sass/style.scss */
  .related-projects article img {
    opacity: 1;
  }
}
/* line 1753, sass/style.scss */
.related-projects article a:hover header {
  opacity: 0;
}
@media only screen and (max-width: 1023px) {
  /* line 1753, sass/style.scss */
  .related-projects article a:hover header {
    opacity: 1;
  }
}
/* line 1761, sass/style.scss */
.related-projects article a:hover img {
  opacity: 1;
}
@media only screen and (max-width: 1023px) {
  /* line 1761, sass/style.scss */
  .related-projects article a:hover img {
    opacity: 0.1;
  }
}
/* line 1769, sass/style.scss */
.related-projects article a:hover .ios-hover-trigger {
  visibility: visible;
}

/* about */
/* line 1782, sass/style.scss */
#page.about .page-header {
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  /* line 1782, sass/style.scss */
  #page.about .page-header {
    margin-bottom: 3em;
  }
}
/* line 1790, sass/style.scss */
#page.about .page-header .intro {
  padding-right: 5%;
}
/* line 1796, sass/style.scss */
#page.about #about-pics img {
  width: 100%;
  height: auto;
}

/* line 1803, sass/style.scss */
#skills-list {
  float: right;
  position: relative;
  width: 49.3%;
  color: #d1d1d1;
  padding-top: 1em;
}

/* line 1811, sass/style.scss */
#page .content-module {
  clear: both;
  padding-top: 300px;
}
@media only screen and (max-width: 767px) {
  /* line 1811, sass/style.scss */
  #page .content-module {
    padding-top: 5em;
  }
}
/* line 1819, sass/style.scss */
#page .content-module .container {
  top: 0;
}
/* line 1823, sass/style.scss */
#page .content-module .heading-left {
  float: left;
  line-height: 1.25em;
}
@media only screen and (max-width: 767px) {
  /* line 1823, sass/style.scss */
  #page .content-module .heading-left {
    float: none;
    margin: 0 0 1em 0;
  }
}
/* line 1833, sass/style.scss */
#page .content-module .intro {
  padding-right: 5%;
}
/* line 1837, sass/style.scss */
#page .content-module .intro:before {
  top: 0.125em;
}

/* line 1845, sass/style.scss */
#about-clients #client-logos {
  clear: both;
  float: right;
  position: relative;
  width: 49.3%;
  left: -6%;
  top: -50px;
}
@media only screen and (max-width: 767px) {
  /* line 1845, sass/style.scss */
  #about-clients #client-logos {
    float: none;
    width: 100%;
    top: -40px;
    left: 0;
  }
}
/* line 1861, sass/style.scss */
#about-clients #client-logos img {
  width: auto !important;
  max-width: 65%;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  /* line 1861, sass/style.scss */
  #about-clients #client-logos img {
    max-width: 100%;
  }
}

/* line 1876, sass/style.scss */
#about-who-we-are #team-grid {
  clear: both;
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  /* line 1876, sass/style.scss */
  #about-who-we-are #team-grid {
    padding-bottom: 5em;
  }
}
/* line 1884, sass/style.scss */
#about-who-we-are #team-grid .team-member {
  float: left;
  width: 32.4%;
  margin-right: 1.4%;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}
/* line 1893, sass/style.scss */
#about-who-we-are #team-grid .team-member:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  /* line 1893, sass/style.scss */
  #about-who-we-are #team-grid .team-member:nth-child(3n) {
    margin-right: 3.333%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1884, sass/style.scss */
  #about-who-we-are #team-grid .team-member {
    width: 48.333%;
    margin-right: 3.333%;
  }
  /* line 1905, sass/style.scss */
  #about-who-we-are #team-grid .team-member:nth-child(2n) {
    margin-right: 0;
  }
}
/* line 1911, sass/style.scss */
#about-who-we-are #team-grid .team-member h2 {
  opacity: 0;
  transition: opacity ease 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/* line 1919, sass/style.scss */
#about-who-we-are #team-grid .team-member h2::before {
  border-left: 1px solid #ffff00;
  content: "";
  height: 0.8em;
  left: -3.333%;
  position: absolute;
  top: 0;
  width: 1px;
}
/* line 1930, sass/style.scss */
#about-who-we-are #team-grid .team-member img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity ease 0.5s;
}
/* line 1938, sass/style.scss */
#about-who-we-are #team-grid .team-member:hover h2 {
  opacity: 1;
}
/* line 1942, sass/style.scss */
#about-who-we-are #team-grid .team-member:hover img {
  opacity: 0.1;
}

/* line 1950, sass/style.scss */
#about-footer {
  padding-top: 10em;
}
/* line 1954, sass/style.scss */
#about-footer #about-contacts {
  float: left;
  width: 49.3%;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 1.4%;
}
@media only screen and (max-width: 767px) {
  /* line 1954, sass/style.scss */
  #about-footer #about-contacts {
    float: none;
    clear: both;
    padding: 3em 0;
    width: 100%;
    margin-left: 0 !important;
  }
  /* line 1967, sass/style.scss */
  #about-footer #about-contacts .email {
    display: none;
  }
}
/* line 1972, sass/style.scss */
#about-footer #about-contacts p {
  float: left;
  width: 50%;
  padding-right: 20px;
  line-height: 1.33em;
}
@media only screen and (max-width: 767px) {
  /* line 1972, sass/style.scss */
  #about-footer #about-contacts p {
    width: 48.33%;
    padding-right: 0;
  }
  /* line 1982, sass/style.scss */
  #about-footer #about-contacts p:first-of-type {
    margin-right: 3.333%;
  }
}
/* line 1988, sass/style.scss */
#about-footer #about-contacts p strong {
  color: white;
}
/* line 1992, sass/style.scss */
#about-footer #about-contacts p a {
  display: inline-block;
  padding-top: 1em;
}
/* line 1997, sass/style.scss */
#about-footer #about-contacts p a:hover {
  text-decoration: none;
}

/* blog pages */
/* line 2009, sass/style.scss */
html.blog {
  background-color: #d1d1d1;
}

/* line 2013, sass/style.scss */
body.blog {
  background-color: #d1d1d1;
  color: #575756;
}
/* line 2017, sass/style.scss */
body.blog #site-header,
body.blog #main {
  background-color: #d1d1d1;
}
/* line 2022, sass/style.scss */
body.blog ul#menu-main > li > a {
  color: #575756;
}
/* line 2025, sass/style.scss */
body.blog ul#menu-main > li > a:hover {
  color: #ffff00;
}
/* line 2030, sass/style.scss */
body.blog ul#menu-main > li.current-menu-parent > a,
body.blog ul#menu-main > li.current-menu-item > a,
body.blog ul#menu-main > li.current-post-ancestor > a {
  color: #ffff00;
}

/* line 2040, sass/style.scss */
#page.blog-index .page-header {
  margin: 0 0 4em 0;
}
/* line 2044, sass/style.scss */
#page.blog-index .intro {
  color: #575756;
  padding-right: 5%;
}
@media only screen and (max-width: 767px) {
  /* line 2044, sass/style.scss */
  #page.blog-index .intro {
    padding-right: 0;
  }
}
/* line 2052, sass/style.scss */
#page.blog-index .intro h1 {
  line-height: 1.25em;
}

/* line 2058, sass/style.scss */
.blog-filter-button {
  float: left;
  margin-top: 5px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  /* line 2058, sass/style.scss */
  .blog-filter-button {
    float: none;
    margin: 0 0 60px;
  }
}
/* line 2069, sass/style.scss */
.blog-filter-button a:hover {
  text-decoration: none;
}
/* line 2073, sass/style.scss */
.blog-filter-button a::after {
  content: ">";
  display: inline-block;
}

/* line 2082, sass/style.scss */
#blog-filter {
  display: none;
}

/* line 2086, sass/style.scss */
.ias-trigger {
  width: 49.3%;
  float: right;
  text-align: left !important;
  position: relative;
}
/* line 2092, sass/style.scss */
.ias-trigger::before {
  border-left: 1px solid #ffff00;
  content: "";
  height: 0.85em;
  left: -1.4%;
  position: absolute;
  top: 0;
  width: 1px;
  display: inline;
}
/* line 2103, sass/style.scss */
.ias-trigger a:hover {
  text-decoration: none;
}

/* line 2108, sass/style.scss */
.blog-item,
.single-blog-post {
  margin: 0 0 4em 0;
}
/* line 2113, sass/style.scss */
.blog-item header,
.single-blog-post header {
  margin: 0 0 2em 0;
}
/* line 2116, sass/style.scss */
.blog-item header h1,
.single-blog-post header h1 {
  color: black;
  width: 49.3%;
  float: left;
  font-size: 48px;
  font-size: 4.8rem;
  padding: 0 5% 0 0;
}
@media only screen and (max-width: 1023px) {
  /* line 2116, sass/style.scss */
  .blog-item header h1,
  .single-blog-post header h1 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2116, sass/style.scss */
  .blog-item header h1,
  .single-blog-post header h1 {
    font-size: 24px;
    font-size: 2.4rem;
    float: none;
    width: 100%;
    padding: 0 0 0.5em;
  }
}
/* line 2134, sass/style.scss */
.blog-item header h1 a:hover,
.single-blog-post header h1 a:hover {
  text-decoration: none;
}
/* line 2139, sass/style.scss */
.blog-item header h2,
.single-blog-post header h2 {
  float: right;
  width: 49.3%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 2139, sass/style.scss */
  .blog-item header h2,
  .single-blog-post header h2 {
    width: 100%;
    float: none;
  }
}
/* line 2149, sass/style.scss */
.blog-item header h2::before,
.single-blog-post header h2::before {
  border-left: 1px solid #ffff00;
  content: "";
  height: 0.8em;
  left: -1.4%;
  position: absolute;
  top: 0;
  width: 1px;
}
@media only screen and (max-width: 767px) {
  /* line 2149, sass/style.scss */
  .blog-item header h2::before,
  .single-blog-post header h2::before {
    display: none;
  }
}
/* line 2166, sass/style.scss */
.blog-item .editor,
.single-blog-post .editor {
  width: 66.2%;
  color: #575756;
}
@media only screen and (max-width: 767px) {
  /* line 2166, sass/style.scss */
  .blog-item .editor,
  .single-blog-post .editor {
    width: 100%;
  }
}
/* line 2174, sass/style.scss */
.blog-item .editor img,
.single-blog-post .editor img {
  margin-bottom: 1em;
}
/* line 2178, sass/style.scss */
.blog-item .editor .wp-caption,
.single-blog-post .editor .wp-caption {
  max-width: 100% !important;
  margin-bottom: 1.25em;
}
/* line 2182, sass/style.scss */
.blog-item .editor .wp-caption img,
.single-blog-post .editor .wp-caption img {
  margin-bottom: 4px;
}
/* line 2186, sass/style.scss */
.blog-item .editor .wp-caption .wp-caption-text,
.single-blog-post .editor .wp-caption .wp-caption-text {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
}
/* line 2193, sass/style.scss */
.blog-item .share-button:before,
.single-blog-post .share-button:before {
  border-left: 1px solid #ffff00;
  content: "";
  height: 0.8em;
  left: -1.4%;
  position: absolute;
  top: 0;
  width: 1px;
}

/* landing page */
/* line 2210, sass/style.scss */
#page.landing > h1 {
  float: left;
  margin-top: 5px;
  position: relative;
  z-index: 10;
}

/* newsletter form */
/* line 2225, sass/style.scss */
.editor .mc4wp-form label {
  color: #d1d1d1;
  margin: 0;
  display: block;
  display: none;
}
/* line 2232, sass/style.scss */
.editor .mc4wp-form input[type="text"],
.editor .mc4wp-form input[type="email"],
.editor .mc4wp-form input[type="tel"],
.editor .mc4wp-form input[type="url"],
.editor .mc4wp-form input[type="date"],
.editor .mc4wp-form textarea,
.editor .mc4wp-form select {
  border: medium none;
  color: #575756;
  font-family: "NewRailAlphabet",sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  height: 40px;
  padding: 5px 5px 0 10px;
  width: 90%;
}
@media only screen and (max-width: 767px) {
  /* line 2232, sass/style.scss */
  .editor .mc4wp-form input[type="text"],
  .editor .mc4wp-form input[type="email"],
  .editor .mc4wp-form input[type="tel"],
  .editor .mc4wp-form input[type="url"],
  .editor .mc4wp-form input[type="date"],
  .editor .mc4wp-form textarea,
  .editor .mc4wp-form select {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2232, sass/style.scss */
  .editor .mc4wp-form input[type="text"],
  .editor .mc4wp-form input[type="email"],
  .editor .mc4wp-form input[type="tel"],
  .editor .mc4wp-form input[type="url"],
  .editor .mc4wp-form input[type="date"],
  .editor .mc4wp-form textarea,
  .editor .mc4wp-form select {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* line 2256, sass/style.scss */
.editor .mc4wp-form input[type="submit"],
.editor .mc4wp-form button,
.editor .mc4wp-form input[type="button"] {
  cursor: pointer;
  display: inline-block;
  background-color: none;
  background: none;
  color: #d1d1d1;
  border-radius: 0;
  padding: 0;
  border: none;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: 'NewRailAlphabet', sans-serif;
}
@media only screen and (max-width: 767px) {
  /* line 2256, sass/style.scss */
  .editor .mc4wp-form input[type="submit"],
  .editor .mc4wp-form button,
  .editor .mc4wp-form input[type="button"] {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2256, sass/style.scss */
  .editor .mc4wp-form input[type="submit"],
  .editor .mc4wp-form button,
  .editor .mc4wp-form input[type="button"] {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* line 2278, sass/style.scss */
.editor .mc4wp-form input[type="submit"]:hover, .editor .mc4wp-form input[type="submit"]:active,
.editor .mc4wp-form button:hover,
.editor .mc4wp-form button:active,
.editor .mc4wp-form input[type="button"]:hover,
.editor .mc4wp-form input[type="button"]:active {
  color: white;
}

/* contact form */
/* line 2288, sass/style.scss */
#page.contact-page {
  height: 1000px;
}
@media only screen and (max-width: 1023px) {
  /* line 2288, sass/style.scss */
  #page.contact-page {
    height: auto !important;
  }
}

/* line 2296, sass/style.scss */
.google-map {
  bottom: 0;
  height: 454px;
  left: 0;
  position: absolute;
  width: 100%;
  border-top: 6px solid #d1d1d1;
  border-bottom: 6px solid #d1d1d1;
  box-sizing: content-box;
}
@media only screen and (max-width: 1023px) {
  /* line 2296, sass/style.scss */
  .google-map {
    position: relative;
    margin-bottom: 623px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2296, sass/style.scss */
  .google-map {
    margin-bottom: 0;
  }
}
/* line 2315, sass/style.scss */
.google-map .wpgmp_map {
  height: 454px !important;
}

/* search results page */
/* line 2326, sass/style.scss */
#page.search-page {
  width: 100%;
}

/* line 2330, sass/style.scss */
#empty-search-message {
  padding: 18px;
}
/* line 2333, sass/style.scss */
#empty-search-message p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3em;
}

/* 404 */
/* line 2341, sass/style.scss */
#page.page-404 {
  background-color: transparent;
}
/* line 2347, sass/style.scss */
#page.page-404 .intro h1 {
  position: static;
  margin: -6px 0 0;
  padding: 0;
}
/* line 2353, sass/style.scss */
#page.page-404 .intro .editor {
  background: transparent;
  padding: 0;
}
/* line 2357, sass/style.scss */
#page.page-404 .intro .editor a {
  color: white;
}

/* line 2365, sass/style.scss */
#message-404 {
  margin-top: 6px;
  width: 100%;
  position: relative;
}
/* line 2370, sass/style.scss */
#message-404 .grid-item {
  text-align: center;
  color: white;
}
/* line 2374, sass/style.scss */
#message-404 .grid-item.number-404 {
  font-size: 120px;
}
/* line 2378, sass/style.scss */
#message-404 .grid-item.error-404 {
  font-size: 48px;
}
