@charset "UTF-8";
@import url("http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600,700,800");
@import url("http://fonts.googleapis.com/css?family=Vollkorn:400italic,400");
@font-face {
  font-family: 'icomoon';
  src: url("icomoon/fonts/icomoon.eot?-30en5x");
  src: url("icomoon/fonts/icomoon.eot?#iefix-30en5x") format("embedded-opentype"), url("icomoon/fonts/icomoon.svg?-30en5x#icomoon") format("svg"), url("icomoon/fonts/icomoon.woff?-30en5x") format("woff"), url("icomoon/fonts/icomoon.ttf?-30en5x") format("truetype");
  font-weight: normal;
  font-style: normal; }
/* ----------------------- *\
    Variables
\* ----------------------- */
/* ----------------------- *\
    Mixens
\* ----------------------- */
/* ----------------------- *\
    Setup
\* ----------------------- */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

div.wpcf7-validation-errors {
  border: 0;
  background-color: #000000;
  color: #FFFFFF; }

div.wpcf7-mail-sent-ok {
  border: 0;
  background-color: #000000;
  color: #FFFFFF; }

.div.wpcf7-response-output {
  margin: 0;
  padding: 2em 1.5em; }

html {
  height: 100%;
  width: 100%; }

body {
  background-color: #f0f0f0;
  font-family: "freight-sans-pro", "Open Sans", sans-serif;
  font-weight: 500;
  overflow: hidden;
  -webkit-font-smoothing: antialiased; }

/* ----------------------- *\
    Typography
\* ----------------------- */
a:visited {
  color: #808080;
  border-color: #808080; }

a:focus {
  outline: none; }

p {
  margin-bottom: 1em; }

/* ----------------------- *\
    iFrame
\* ----------------------- */
.iframe-wrapper {
  padding-top: 56.2%;
  position: relative;
  margin-bottom: 10px; }
  .iframe-wrapper > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

/* ----------------------- *\
    Layout
\* ----------------------- */
/* ----------------------- *\
    Page Title
\* ----------------------- */
.page-title h1,
.page-footer h1 {
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  line-height: 90px;
  letter-spacing: 0.125em; }

.page-title h1 {
  padding-top: 35px; }

.page-footer h1 {
  padding-bottom: 15px; }

/* ----------------------- *\
    Main
\* ----------------------- */
main {
  padding: 0 160px 0; }
  @media (max-width: 768px) {
    main {
      padding: 0 15px; } }

/* ----------------------- *\
    Section - List
\* ----------------------- */
#page {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.6s all ease;
  -moz-transition: 0.6s all ease;
  transition: 0.6s all ease;
  max-width: 1600px;
  margin: 0 auto; }

.show-nav #page {
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px); }
  @media (max-width: 768px) {
    .show-nav #page {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); } }

/* ----------------------- *\
    Section - Detail
\* ----------------------- */
#section-detail {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 100%;
  overflow: hidden;
  z-index: 1; }
  #section-detail #detail-head,
  #section-detail #detail-body {
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: 0.6s all ease;
    -moz-transition: 0.6s all ease;
    transition: 0.6s all ease; }
  #section-detail #detail-head {
    background-color: #000000;
    top: 0;
    height: 125px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  #section-detail #detail-body {
    background-color: #000000;
    bottom: 0;
    top: 125px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%); }

.show-detail #section-detail {
  top: 0%; }
  .show-detail #section-detail #detail-head {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .show-detail #section-detail #detail-body {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

.block {
  overflow: hidden; }
  .block.landscape.width-100 img {
    height: auto;
    width: 100%; }
  .block.landscape.height-100 img {
    height: 100%;
    width: auto; }
  .block.landscape .block-inner {
    padding-top: 70.7%;
    position: relative; }
  .block.portrait.width-100 img {
    height: auto;
    width: 100%; }
  .block.portrait.height-100 img {
    height: 100%;
    width: auto; }
  .block.portrait .block-inner {
    padding-top: 141.4%;
    position: relative; }
  .block img {
    opacity: 0; }
  .block.width-100 img, .block.height-100 img {
    opacity: 1; }

#project-gallery img {
  position: absolute;
  max-width: none;
  top: 0;
  left: 0; }

.screen {
  border: 5px solid #F0F0F0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }
  .screen .logo {
    background-image: url("../img/logo-white-outline.png");
    background-size: cover;
    display: block;
    height: 69px;
    width: 60px;
    bottom: 30px;
    left: 35px;
    position: absolute; }
    @media (min-width: 1000px) and (max-width: 1200px) {
      .screen .logo {
        height: 46px;
        width: 40px; } }
    @media (max-width: 480px) {
      .screen .logo {
        height: 46px;
        width: 40px; } }

.width-1-12 {
  width: 8.333333%; }

.width-1-6 {
  width: 16.666666%; }

.width-1-4 {
  width: 25%; }

.width-1-3 {
  width: 33.333333%; }

.width-1-2 {
  width: 50%; }

.width-2-3 {
  width: 66.666666%; }

.width-1-1 {
  width: 100%; }

@media (max-width: 1000px) {
  .width-1-3,
  .width-1-2,
  .width-2-3,
  .width-1-1 {
    width: 100%; } }

.comments {
  background-color: #000000;
  min-height: 240px;
  margin-top: 10px; }

.prev-and-next {
  margin-top: 30px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000; }

.nav-prev {
  float: left; }

.nav-next {
  float: right; }

.nav-prev a,
.nav-next a {
  border: 0;
  display: block;
  position: relative; }
  .nav-prev a img,
  .nav-next a img {
    position: absolute;
    height: 100%;
    width: auto;
    top: 0;
    left: 0; }

.selecter {
  position: relative;
  display: block;
  margin: 0;
  margin-bottom:8px;
  z-index: 1;
  width: 100%; }

.selecter:focus {
  box-shadow: none;
  outline: none; }

.selecter,
.selecter * {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

.selecter,
.selecter *,
.selecter *:before,
.selecter *:after {
  box-sizing: border-box; }

.selecter-element {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  z-index: -1; }

.selecter-element,
.selecter-element:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent; }

.no-opacity .selecter-element {
  left: -999999px; }

.selecter-selected {
  position: relative;
  background: #F0F0F0;
  border: 1px solid #000000;
  color: #000000 !important;
  cursor: pointer;
  display: block;
  font-size: 13px;
  margin: 0;
  overflow: hidden;
  padding: 10px 15px;
  text-overflow: clip;
  z-index: 2; }

.selecter-selected:after {
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
  content: '';
  display: block;
  margin: auto 0; }

.no-touch .selecter-selected:hover {
  color: #000000; }

.no-touch .selecter.disabled .selecter-selected:hover {
  color: #000000; }

.selecter-options {
  width: 100%;
  max-height: 260px;
  position: absolute;
  top: 100%;
  left: 0;
  border: 1px solid #000000;
  border-width: 0 1px 1px;
  background-color: #ffffff;
  display: none;
  margin: 0;
  overflow: auto;
  overflow-x: hidden;
  padding: 0;
  z-index: 50; }

.selecter-options.scroller {
  position: absolute; }

.no-opacity .selecter-options {
  width: auto; }

.selecter-group {
  border-bottom: 1px solid #000000;
  color: #000000;
  display: block;
  font-size: 11px;
  padding: 10px 15px;
  text-transform: uppercase; }

.selecter-item {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px dashed #000000;
  color: #000000 !important;
  cursor: pointer;
  display: block;
  font-size: 13px;
  margin: 0;
  overflow: hidden;
  padding: 10px 15px;
  text-decoration: none;
  text-overflow: ellipsis; }

.selecter-item.placeholder {
  display: none; }

.selecter-item.selected {
  background: #eeeeee; }

.selecter-item.disabled {
  color: #000000;
  cursor: default; }

.selecter-item:last-child {
  border-bottom: 0; }

.no-touch .selecter-item:hover,
.no-touch .selecter-item.selected:hover {
  color: #000000;
  background-color: #cccccc; }

.selecter-item.disabled,
.no-touch .selecter-item.disabled:hover {
  color: #000000;
  background-color: #ffffff; }

.selecter.open {
  z-index: 3; }

.selecter.open .selecter-selected {
  z-index: 51; }

.selecter.open .selecter-selected,
.selecter.focus .selecter-selected {
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }

.selecter.cover .selecter-options {
  border-width: 1px;
  top: 0; }

.selecter.cover.open .selecter-selected {
  z-index: 49; }

.selecter.bottom .selecter-options {
  top: auto;
  bottom: 100%;
  border-width: 1px 1px 0; }

.selecter.bottom .selecter-item:last-child {
  border: none; }

.selecter.bottom .cover .selecter-options {
  top: auto;
  bottom: 0; }

.selecter.multiple .selecter-options {
  width: 100%;
  position: static;
  border-width: 1px;
  display: block;
  border-radius: 3px;
  box-shadow: none; }

.selecter.disabled .selecter-selected {
  background: #ffffff;
  border-color: #cccccc;
  color: #000000;
  cursor: default; }

.selecter.disabled .selecter-options {
  background: #ffffff;
  border-color: #cccccc; }

.selecter.disabled .selecter-group,
.selecter.disabled .selecter-item {
  border-color: #cccccc;
  color: #000000;
  cursor: default; }

.selecter.disabled .selecter-item.selected,
.no-touch .selecter.disabled .selecter-item.selected:hover {
  background: #fafafa; }

.selecter.disabled .selecter-item,
.no-touch .selecter.disabled .selecter-item:hover {
  color: #000000;
  background-color: #ffffff; }

.selecter-options.scroller {
  overflow: hidden; }

.selecter-options.scroller .scroller-content {
  max-height: 260px;
  padding: 0; }

/* ----------------------- *\
    Navigation
\* ----------------------- */
#nav-primary {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 1;
  overflow: hidden;
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  transform: translateY(-80px);
  -webkit-transition: 0.6s all ease;
  -moz-transition: 0.6s all ease;
  transition: 0.6s all ease; }
  @media (min-width: 769px) {
    #nav-primary {
      height: 80px !important; } }
  @media (max-width: 768px) {
    #nav-primary {
      height: 200px;
      position: relative;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px); } }
  #nav-primary #menu-primary {
    background-color: #000000;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden; }
    #nav-primary #menu-primary li {
      float: left;
      text-align: center;
      width: 20%; }
      @media (max-width: 768px) {
        #nav-primary #menu-primary li {
          width: auto;
          float: none; } }
    #nav-primary #menu-primary a {
      color: #FFFFFF;
      display: inline-block;
      font-size: 15px;
      height: 80px;
      line-height: 80px;
      letter-spacing: 0.125em;
      position: relative;
      text-decoration: none;
      text-transform: uppercase;
      border: 0;
      font-weight: normal; }
      @media (max-width: 768px) {
        #nav-primary #menu-primary a {
          height: 40px;
          line-height: 40px; } }
      #nav-primary #menu-primary a:before {
        background-color: #FFFFFF;
        content: "";
        display: block;
        height: 2px;
        position: absolute;
        width: 0%;
        top: 27px;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        -webkit-transition: 0.3s width ease;
        -moz-transition: 0.3s width ease;
        transition: 0.3s width ease; }
      #nav-primary #menu-primary a:hover:before {
        width: 100%; }

.show-nav #nav-primary {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); }

/* ----------------------- *\
    Asides
\* ----------------------- */
aside {
  top: 0;
  bottom: 0;
  width: 160px;
  position: fixed;
  z-index: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 0.6s all ease;
  -moz-transition: 0.6s all ease;
  transition: 0.6s all ease; }
  @media (max-width: 768px) {
    aside {
      position: static;
      width: auto; } }

/* ----------------------- *\
    Aside - Navs
\* ----------------------- */
aside nav {
  font-size: 11px;
  position: absolute;
  top: 125px;
  left: 0;
  right: 0;
  bottom: 105px;
  text-align: center;
  text-transform: uppercase; }
aside .horizontal-bar-1,
aside .horizontal-bar-2,
aside .horizontal-bar-3 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #000000;
  display: inline-block;
  height: 1px;
  width: 26px; }
aside .vertical-bar-1,
aside .vertical-bar-2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #000000;
  width: 1px; }

#aside-left {
  left: 0; }
  @media (max-width: 768px) {
    #aside-left {
      margin-top: 20px; } }
  #aside-left a {
    border: 0;
    font-weight: normal; }
  #aside-left #btn-nav-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    top: 45px;
    bottom: auto;
    height: 70px;
    width: 60px; }
    @media (max-width: 768px) {
      #aside-left #btn-nav-toggle {
        position: static; } }
    #aside-left #btn-nav-toggle .bars {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      height: 22px;
      width: 26px; }
      #aside-left #btn-nav-toggle .bars span {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        background-color: #000000;
        height: 2px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.3s all ease;
        -moz-transition: 0.3s all ease;
        transition: 0.3s all ease; }
      #aside-left #btn-nav-toggle .bars .bar-1 {
        top: 0;
        bottom: 20px; }
      #aside-left #btn-nav-toggle .bars .bar-2 {
        top: 0;
        bottom: 0; }
      #aside-left #btn-nav-toggle .bars .bar-3 {
        top: 20px;
        bottom: 0; }
    #aside-left #btn-nav-toggle:hover svg g {
      fill: #000000; }
    #aside-left #btn-nav-toggle:hover .bars span {
      background-color: #FFFFFF; }
    #aside-left #btn-nav-toggle.active svg g {
      fill: #000000; }
    #aside-left #btn-nav-toggle.active .bars span {
      background-color: #FFFFFF; }
    #aside-left #btn-nav-toggle.active .bar-1 {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      bottom: 0; }
    #aside-left #btn-nav-toggle.active .bar-2 {
      display: none; }
    #aside-left #btn-nav-toggle.active .bar-3 {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 0; }
  @media (max-width: 768px) {
    #aside-left #nav-left {
      display: none; } }
  #aside-left #nav-left .horizontal-bar-1 {
    top: 0;
    bottom: auto; }
  #aside-left #nav-left .horizontal-bar-2 {
    display: none;
    top: 50px;
    bottom: auto; }
  #aside-left #nav-left .horizontal-bar-3 {
    bottom: 0;
    top: auto; }
  #aside-left #nav-left #nav-portfolio {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    overflow: hidden; }
  #aside-left #nav-left .brand {
    top: 0;
    bottom: 0;
    height: 20px;
    font-size: 13px;
    line-height: 20px;
    position: absolute;
    margin: auto;
    z-index: 1;
    width: 200%;
    right: -50%; }
    #aside-left #nav-left .brand .brand-large,
    #aside-left #nav-left .brand .brand-small {
      background-color: #F0F0F0;
      display: inline-block;
      padding: 0 1em;
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    #aside-left #nav-left .brand .brand-small {
      display: none; }
  #aside-left #nav-left #menu-portfolio {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    list-style: none;
    z-index: 1;
    height: 60px;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    transition: all ease 300ms; }
    #aside-left #nav-left #menu-portfolio a {
      position: relative;
      letter-spacing: 0.125em; }
      #aside-left #nav-left #menu-portfolio a:before {
        content: "";
        display: block;
        position: absolute;
        top: 23px;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        height: 2px;
        background-color: #000000;
        width: 0%;
        -webkit-transition: width ease 300ms;
        -moz-transition: width ease 300ms;
        transition: width ease 300ms; }
      #aside-left #nav-left #menu-portfolio a:hover {
        color: #000000; }
        #aside-left #nav-left #menu-portfolio a:hover:before {
          width: 100%; }
    #aside-left #nav-left #menu-portfolio > li {
      background-color: #F0F0F0;
      line-height: 20px; }
      #aside-left #nav-left #menu-portfolio > li > a {
        font-weight: 600; }
        #aside-left #nav-left #menu-portfolio > li > a:focus {
          outline: 0; }
      #aside-left #nav-left #menu-portfolio > li > ul {
        margin: 0;
        display: none;
        list-style: none; }
        #aside-left #nav-left #menu-portfolio > li > ul li a {
          padding: 0 1em; }
        #aside-left #nav-left #menu-portfolio > li > ul.open {
          display: block; }

/* .show-nav Aside top position */
.show-nav #aside-left {
  top: 80px;
  bottom: 0; }
  @media (max-width: 768px) {
    .show-nav #aside-left {
      top: 0; } }

#aside-right .horizontal-bar-1 {
  top: 0;
  bottom: auto; }
#aside-right .horizontal-bar-2 {
  top: auto;
  bottom: 250px; }
#aside-right .horizontal-bar-3 {
  top: auto;
  bottom: 0; }
#aside-right .vertical-bar-1 {
  top: 0px;
  bottom: 250px; }
#aside-right .vertical-bar-2 {
  top: auto;
  height: 220px;
  bottom: 10px; }

/* ----------------------- *\
    Aside - Right
\* ----------------------- */
#aside-right {
  right: 0; }
  @media (max-width: 768px) {
    #aside-right {
      margin-top: 15px; } }
  #aside-right a {
    border: 0;
    font-weight: normal; }
  #aside-right #logo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    cursor: pointer;
    top: 45px;
    bottom: auto;
    height: 70px;
    width: 60px; }
    @media (max-width: 768px) {
      #aside-right #logo {
        position: static; } }
  #aside-right #social-btns {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    top: auto;
    margin: 0;
    padding: 0;
    bottom: 10px;
    list-style: none; }
    #aside-right #social-btns li {
      margin-top: 10px; }
      #aside-right #social-btns li a {
        background-color: #F0F0F0;
        color: #000000;
        display: block;
        margin: 0 auto;
        height: 30px;
        position: relative;
        text-decoration: none;
        width: 26px; }
        #aside-right #social-btns li a:before {
          font-size: 30px; }
        #aside-right #social-btns li a:after {
          background-color: #F0F0F0;
          position: absolute;
          top: 0;
          right: 45px;
          white-space: nowrap;
          display: inline-block;
          padding: 0 1em;
          height: 30px;
          line-height: 30px;
          opacity: 0;
          letter-spacing: 0.125em;
          -webkit-transition: all ease 0.3s;
          -moz-transition: all ease 0.3s;
          transition: all ease 0.3s; }
        #aside-right #social-btns li a:hover:after {
          opacity: 1;
          right: 30px; }
      #aside-right #social-btns li.social-facebook a:before {
        font-family: 'icomoon';
        content: "";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1; }
      #aside-right #social-btns li.social-google-plus a:before {
        font-family: 'icomoon';
        content: "";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1; }
      #aside-right #social-btns li.social-instagram a:before {
        font-family: 'icomoon';
        content: "";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1; }
      #aside-right #social-btns li.social-twitter a:before {
        font-family: 'icomoon';
        content: "";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1; }
      #aside-right #social-btns li.social-pinterest a:before {
        font-family: 'icomoon';
        content: "";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1; }
      #aside-right #social-btns li.social-vimeo a:before {
        font-family: 'icomoon';
        content: "";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1; }
      #aside-right #social-btns li.social-facebook a:after {
        content: "facebook"; }
      #aside-right #social-btns li.social-google-plus a:after {
        content: "google plus"; }
      #aside-right #social-btns li.social-instagram a:after {
        content: "instagram"; }
      #aside-right #social-btns li.social-twitter a:after {
        content: "twitter"; }
      #aside-right #social-btns li.social-pinterest a:after {
        content: "pinterest"; }
      #aside-right #social-btns li.social-vimeo a:after {
        content: "vimeo"; }

/* .show-nav Aside top position */
.show-nav #aside-right {
  top: 80px;
  bottom: 0; }
  @media (max-width: 768px) {
    .show-nav #aside-right {
      top: 0; } }

/* ----------------------- *\
    Aside - Nav Right
\* ----------------------- */
@media (max-width: 768px) {
  #nav-right {
    display: none; } }

/* ----------------------- *\
    Footer
\* ----------------------- */
.tagline {
  padding-top: 40px;
  padding-bottom: 46px;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase; }

/* ----------------------- *\
    Portfolio - Posts
\* ----------------------- */
.ratio-1-1 {
  width: 100%; }

.ratio-1-2 {
  width: 50%; }

.ratio-1-3 {
  width: 33.333333%; }

.ratio-1-4 {
  width: 25%; }

.ratio-1-5 {
  width: 20%; }

.ratio-1-6 {
  width: 16.666666%; }

.ratio-1-8 {
  width: 12.5%; }

@media (max-width: 960px) {
  .ratio-1-2 {
    width: 100%; } }

.portfolio-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .portfolio-list li:hover .title {
    top: 75px; }
  .portfolio-list a {
    display: block;
    position: relative;
    border: 0;
    font-weight: normal; }
    .portfolio-list a .title {
      background-color: #FFFFFF;
      color: #000000;
      font-size: 13px;
      height: 30px;
      letter-spacing: 0.125em;
      min-width: 70px;
      padding: 0 1em;
      position: absolute;
      top: 45px;
      left: 45px;
      line-height: 30px;
      text-align: center;
      text-transform: uppercase;
      -webkit-transition: top ease 0.3s;
      -moz-transition: top ease 0.3s;
      transition: top ease 0.3s; }
    .portfolio-list a .view {
      display: inline-block;
      background-color: #000000;
      color: #FFFFFF;
      position: absolute;
      padding: 0 1em;
      top: 45px;
      left: 45px;
      height: 30px;
      line-height: 30px;
      text-transform: uppercase;
      font-size: 13px; }
      .portfolio-list a .view:after {
        font-family: 'icomoon';
        content: "";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        font-size: 11px;
        padding-left: 0.35em; }
  .portfolio-list img {
    display: block;
    width: 100%;
    opacity: 1; }

.block-top,
.block-bottom {
  position: absolute;
  left: 0;
  right: 0; }
  .block-top.align-left,
  .block-bottom.align-left {
    text-align: left; }
    .block-top.align-left ul li a:after,
    .block-bottom.align-left ul li a:after {
      float: left; }
    @media (max-width: 960px) {
      .block-top.align-left,
      .block-bottom.align-left {
        text-align: right; } }
  .block-top.align-right,
  .block-bottom.align-right {
    text-align: right; }
    .block-top.align-right ul li a:after,
    .block-bottom.align-right ul li a:after {
      float: right; }

.block-top {
  top: 0;
  padding: 45px 45px 0 45px; }

.block-bottom {
  bottom: 0;
  padding: 0 45px 45px 45px; }

.portfolio-menu {
  text-transform: uppercase;
  height: 500px;
  width: 50%; }
  @media (max-width: 960px) {
    .portfolio-menu {
      width: 100%; } }
  .portfolio-menu h3 {
    letter-spacing: 0.125em; }
  .portfolio-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 11px;
    letter-spacing: 0.125em; }
    .portfolio-menu ul a {
      color: #000000;
      display: inline-block;
      height: 20px;
      line-height: 20px;
      margin-bottom: 8px;
      text-decoration: none; }
      .portfolio-menu ul a:after {
        background-color: #000000;
        content: "";
        display: block;
        height: 2px;
        width: 0%;
        -webkit-transition: width ease 0.3s;
        -moz-transition: width ease 0.3s;
        transition: width ease 0.3s; }
      .portfolio-menu ul a:hover:after {
        width: 100%; }

#portfolio-posts {
  margin: 0;
  padding: 0;
  list-style: none; }
  #portfolio-posts li img {
    display: block;
    float: left;
    width: 50%; }

/* ----------------------- *\
    Projects - Posts
\* ----------------------- */
#projects-posts {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  #projects-posts li {
    border-bottom: 1px solid #000000;
    display: block;
    margin: 0;
    position: relative; }
    #projects-posts li:before, #projects-posts li:after {
      content: " ";
      display: table; }
    #projects-posts li:after {
      clear: both; }
    #projects-posts li .project-post-image {
      background-size: cover;
      background-position: 50% 50%;
      position: absolute;
      top: 0;
      left: 0;
      border: 0;
      overflow: hidden;
      height: 180px;
      width: 180px; }
      @media (max-width: 900px) {
        #projects-posts li .project-post-image {
          position: static;
          float: left; } }
      @media (max-width: 480px) {
        #projects-posts li .project-post-image {
          float: none; } }
    #projects-posts li .project-post-text {
      font-size: 14px;
      height: 180px;
      padding-left: 220px; }
      #projects-posts li .project-post-text:before, #projects-posts li .project-post-text:after {
        content: " ";
        display: table; }
      #projects-posts li .project-post-text:after {
        clear: both; }
      @media (max-width: 900px) {
        #projects-posts li .project-post-text {
          float: left;
          padding: 0 0 0 2em;
          height: auto; } }
      @media (max-width: 480px) {
        #projects-posts li .project-post-text {
          float: none;
          padding: 0; } }
      #projects-posts li .project-post-text .post-text-left {
        float: left;
        padding-top: 65px; }
        @media (max-width: 1024px) {
          #projects-posts li .project-post-text .post-text-left {
            padding-top: 45px; } }
        @media (max-width: 900px) {
          #projects-posts li .project-post-text .post-text-left {
            float: none;
            padding-top: 1em; } }
      #projects-posts li .project-post-text .post-text-right {
        float: right;
        padding-top: 65px; }
        @media (max-width: 1280px) {
          #projects-posts li .project-post-text .post-text-right {
            padding-top: 50px; } }
        @media (max-width: 900px) {
          #projects-posts li .project-post-text .post-text-right {
            float: none;
            padding-top: 1em; } }
      #projects-posts li .project-post-text .entry-post-title {
        padding-top: 16px;
        float: left; }
        @media (max-width: 1024px) {
          #projects-posts li .project-post-text .entry-post-title {
            float: none; } }
        @media (max-width: 900px) {
          #projects-posts li .project-post-text .entry-post-title {
            padding-top: 0; } }
      #projects-posts li .project-post-text .entry-category {
        float: left;
        padding-left: 2em;
        padding-top: 16px; }
        @media (max-width: 1024px) {
          #projects-posts li .project-post-text .entry-category {
            float: none;
            padding-left: 0; } }
        @media (max-width: 900px) {
          #projects-posts li .project-post-text .entry-category {
            padding-top: 0; } }
      #projects-posts li .project-post-text .entry-event-date,
      #projects-posts li .project-post-text .entry-post-date {
        text-align: right;
        float: left;
        min-width: 180px; }
        #projects-posts li .project-post-text .entry-event-date span,
        #projects-posts li .project-post-text .entry-post-date span {
          display: block;
          font-size: 11px;
          text-transform: uppercase; }
        @media (max-width: 1280px) {
          #projects-posts li .project-post-text .entry-event-date,
          #projects-posts li .project-post-text .entry-post-date {
            float: none;
            padding-bottom: 1em;
            min-width: initial; } }
        @media (max-width: 900px) {
          #projects-posts li .project-post-text .entry-event-date,
          #projects-posts li .project-post-text .entry-post-date {
            text-align: left; } }

.pagination {
  border-bottom: 1px solid #000000;
  padding: 90px 0 89px;
  text-align: center; }
  .pagination span,
  .pagination a {
    color: #000000;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    height: 30px;
    width: 26px;
    position: relative;
    text-decoration: none;
    line-height: 30px;
    border: 0; }
    .pagination span.current,
    .pagination a.current {
      border-bottom: 2px solid #000000; }
    .pagination span:hover,
    .pagination a:hover {
      border-bottom: 2px solid #000000;
      color: #000000; }
  .pagination .prev:before,
  .pagination .next:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 16px;
    width: 16px; }
  .pagination .prev:before {
    font-family: 'icomoon';
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; }
  .pagination .next:before {
    font-family: 'icomoon';
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; }

/* ----------------------- *\
    Projects - Post
\* ----------------------- */
#projects-post {
  background-color: #000000;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 100%;
  left: 0;
  overflow-y: auto;
  z-index: 2;
  padding: 0 160px;
  -webkit-transition: top ease 0.6s;
  -moz-transition: top ease 0.6s;
  transition: top ease 0.6s; }
  #projects-post.loaded #loading {
    display: none; }
  #projects-post.loaded #projects-load {
    display: block; }
  #projects-post #projects-prev {
    text-align: left;
    margin-left: 50px;
    left: 0; }
    #projects-post #projects-prev span {
      left: 0; }
      #projects-post #projects-prev span:before {
        font-family: 'icomoon';
        content: "";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        padding-right: 1em;
        vertical-align: middle; }
  #projects-post #projects-next {
    text-align: right;
    margin-right: 50px;
    right: 0; }
    #projects-post #projects-next span {
      right: 0; }
      #projects-post #projects-next span:after {
        font-family: 'icomoon';
        content: "";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        padding-left: 1em;
        vertical-align: middle; }
  #projects-post #loading {
    color: #FFFFFF;
    position: absolute;
    font-size: 13px;
    height: 26px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    letter-spacing: 0.125em;
    text-align: center;
    text-transform: uppercase;
    margin: auto; }
  #projects-post #projects-load {
    display: none; }
    #projects-post #projects-load .page-title h1 {
      color: #FFFFFF; }
  #projects-post #aside-left-post {
    position: absolute;
    top: 0;
    left: 0; }
    #projects-post #aside-left-post.fixed {
      position: fixed; }
    #projects-post #aside-left-post #post-close {
      cursor: pointer;
      position: absolute;
      height: 71px;
      width: 60px;
      top: 45px;
      right: 0;
      left: 0;
      margin: auto; }
      #projects-post #aside-left-post #post-close .cross {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        position: absolute;
        height: 22px;
        width: 26px; }
        #projects-post #aside-left-post #post-close .cross .bar-1,
        #projects-post #aside-left-post #post-close .cross .bar-2 {
          display: block;
          background-color: #FFFFFF;
          height: 2px;
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto; }
        #projects-post #aside-left-post #post-close .cross .bar-1 {
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        #projects-post #aside-left-post #post-close .cross .bar-2 {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg); }
      #projects-post #aside-left-post #post-close:hover svg g {
        fill: #FFFFFF; }
      #projects-post #aside-left-post #post-close:hover .cross span {
        background-color: #000000; }
    #projects-post #aside-left-post #post-nav {
      top: 125px;
      bottom: 45px;
      left: 0;
      right: 0;
      position: absolute; }
      #projects-post #aside-left-post #post-nav .horizontal-bar-1,
      #projects-post #aside-left-post #post-nav .horizontal-bar-2,
      #projects-post #aside-left-post #post-nav .horizontal-bar-3,
      #projects-post #aside-left-post #post-nav .vertical-bar-1 {
        background-color: #FFFFFF; }
      #projects-post #aside-left-post #post-nav .horizontal-bar-1 {
        bottom: auto; }
      #projects-post #aside-left-post #post-nav .horizontal-bar-3 {
        top: auto; }
      #projects-post #aside-left-post #post-nav .post-prev,
      #projects-post #aside-left-post #post-nav .post-next {
        cursor: pointer;
        position: absolute;
        height: 50%;
        left: 0;
        right: 0;
        width: 26px;
        margin: auto;
        overflow: hidden; }
        #projects-post #aside-left-post #post-nav .post-prev .post-prev-text,
        #projects-post #aside-left-post #post-nav .post-prev .post-next-text,
        #projects-post #aside-left-post #post-nav .post-next .post-prev-text,
        #projects-post #aside-left-post #post-nav .post-next .post-next-text {
          color: #FFFFFF;
          font-size: 13px;
          line-height: 26px;
          position: absolute;
          width: 600px;
          height: 26px;
          margin: auto;
          text-align: center;
          text-transform: uppercase;
          letter-spacing: 0.125em;
          left: -287px;
          top: 0;
          bottom: 0;
          -webkit-transform: rotate(-90deg);
          -moz-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          -o-transform: rotate(-90deg);
          transform: rotate(-90deg); }
          #projects-post #aside-left-post #post-nav .post-prev .post-prev-text .inactive,
          #projects-post #aside-left-post #post-nav .post-prev .post-prev-text .active,
          #projects-post #aside-left-post #post-nav .post-prev .post-next-text .inactive,
          #projects-post #aside-left-post #post-nav .post-prev .post-next-text .active,
          #projects-post #aside-left-post #post-nav .post-next .post-prev-text .inactive,
          #projects-post #aside-left-post #post-nav .post-next .post-prev-text .active,
          #projects-post #aside-left-post #post-nav .post-next .post-next-text .inactive,
          #projects-post #aside-left-post #post-nav .post-next .post-next-text .active {
            height: 26px;
            background-color: #000000;
            padding: 0 1em;
            display: inline-block;
            white-space: nowrap; }
          #projects-post #aside-left-post #post-nav .post-prev .post-prev-text .active,
          #projects-post #aside-left-post #post-nav .post-prev .post-next-text .active,
          #projects-post #aside-left-post #post-nav .post-next .post-prev-text .active,
          #projects-post #aside-left-post #post-nav .post-next .post-next-text .active {
            display: none; }
          @media (min-height: 768px) {
            #projects-post #aside-left-post #post-nav .post-prev .post-prev-text:hover .inactive,
            #projects-post #aside-left-post #post-nav .post-prev .post-next-text:hover .inactive,
            #projects-post #aside-left-post #post-nav .post-next .post-prev-text:hover .inactive,
            #projects-post #aside-left-post #post-nav .post-next .post-next-text:hover .inactive {
              display: none; }
            #projects-post #aside-left-post #post-nav .post-prev .post-prev-text:hover .active,
            #projects-post #aside-left-post #post-nav .post-prev .post-next-text:hover .active,
            #projects-post #aside-left-post #post-nav .post-next .post-prev-text:hover .active,
            #projects-post #aside-left-post #post-nav .post-next .post-next-text:hover .active {
              display: inline-block; } }
      #projects-post #aside-left-post #post-nav .post-prev {
        top: 0; }
      #projects-post #aside-left-post #post-nav .post-next {
        bottom: 0; }

.show-post #projects-post {
  top: 0%; }
  .show-post #projects-post #projects-post-header,
  .show-post #projects-post #projects-post-body {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%); }

/* ----------------------- *\
    Projects - Post Gallery
\* ----------------------- */
#project-gallery {
  list-style: none;
  padding: 0;
  margin: 0; }
  #project-gallery a {
    display: block; }

/* ----------------------- *\
    Nav - Posts
\* ----------------------- */
#nav-posts {
  border-bottom: 1px solid #000000; }
  #nav-posts .filter-trigger {
    background-color: none;
    border: 1px solid #000000;
    border-bottom: 0;
    border-radius: 0;
    color: #000000;
    cursor: pointer;
    display: block;
    float: right;
    height: 30px;
    text-align: center;
    line-height: 28px;
    font-size: 13px;
    text-transform: uppercase;
    width: 80px; }
    #nav-posts .filter-trigger.active {
      background-color: #000000;
      color: #FFFFFF; }
    #nav-posts .filter-trigger:hover {
      background-color: #000000;
      color: #FFFFFF; }

/* ----------------------- *\
    Filter
\* ----------------------- */
#filter {
  border-bottom: 1px solid #000000;
  display: none;
  margin: 0;
  list-style: none;
  color: #000000; }
  #filter > li {
    border-bottom: 1px dashed #000000;
    padding-top: 1em;
    min-height: 63px;
    position: relative; }
    #filter > li h4 {
      text-transform: uppercase;
      font-size: 14px;
      padding-bottom: 1em;
      position: absolute;
      top: 16px;
      left: 0; }
      @media (max-width: 1024px) {
        #filter > li h4 {
          position: static; } }
    #filter > li ul {
      list-style: none;
      margin: 0;
      padding-left: 180px; }
      @media (max-width: 1024px) {
        #filter > li ul {
          padding-left: 0; } }
      #filter > li ul li {
        display: inline-block;
        padding-right: 1em;
        padding-bottom: 1em; }
        @media (max-width: 640px) {
          #filter > li ul li {
            padding-right: 0.25em;
            padding-bottom: 0.35em; } }
    #filter > li a {
      color: #000000;
      border: 1px solid #000000;
      display: inline-block;
      font-size: 13px;
      font-weight: 500;
      height: 30px;
      line-height: 28px;
      padding: 0 1em;
      text-decoration: none;
      letter-spacing: 0.0625em; }
      #filter > li a:hover {
        color: #FFFFFF;
        background-color: #000000; }
      @media (max-width: 640px) {
        #filter > li a {
          font-size: 11px; } }
    #filter > li:last-child {
      border-bottom: 0; }

a {
  color: #000000;
  display: inline-block;
  border-bottom: 2px solid #000000;
  text-decoration: none; }
  a:hover {
    color: #808080;
    border-color: #808080; }

.post .entry-meta {
  border-top: 1px solid #000000;
  padding-top: 30px;
  font-size: 13px;
  font-weight: 600;
  padding-right: 30px;
  float: left;
  text-transform: uppercase; }
  @media (max-width: 1024px) {
    .post .entry-meta {
      float: none;
      width: 100%; } }
  .post .entry-meta span {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 11px; }
.post .entry-content {
  border-top: 1px solid #000000;
  font-size: 20px;
  font-family: "adobe-text-pro", serif;
  padding-top: 30px;
  padding-bottom: 30px;
  float: right;
  margin: 0;
  width: 66.666666%; }
  @media (max-width: 1024px) {
    .post .entry-content {
      border-top: 0;
      width: 100%; } }
.post .wp-smiley {
  display: none; }

.prev-post {
  float: left; }

.next-post {
  float: right; }

@media (max-width: 400px) {
  .prev-post,
  .next-post {
    width: 50%; } }

.prev-post-image,
.next-post-image {
  background-size: cover;
  background-position: 50% 50%;
  border: 0;
  display: block;
  height: 180px;
  width: 180px; }
  @media (max-width: 400px) {
    .prev-post-image,
    .next-post-image {
      height: auto;
      width: 100%;
      padding-top: 100%; } }

.prev-post-text,
.next-post-text {
  height: 180px;
  padding-top: 75px; }

.prev-post-image {
  float: left; }

.next-post-image {
  float: right; }

.prev-post-text {
  float: left;
  padding-left: 40px; }

.next-post-text {
  float: right;
  padding-right: 40px; }

@media (max-width: 1200px) {
  .prev-post-image,
  .next-post-image {
    float: none; } }

@media (max-width: 1200px) {
  .prev-post-text,
  .next-post-text {
    float: none;
    padding: 0;
    height: auto; }
    .prev-post-text a,
    .next-post-text a {
      border: 0;
      font-weight: 300;
      font-size: 13px;
      padding: 0.5em 0; } }

/* ----------------------- *\
    About
\* ----------------------- */
#studio #studio-intro {
  height: 600px;
  position: relative; }
  #studio #studio-intro .intro-bottom {
    padding: 45px;
    margin-left: 33.333333%;
    width: 66.666666%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0; }
    @media (min-width: 1024px) {
      #studio #studio-intro .intro-bottom {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 45px;
        -moz-column-gap: 45px;
        column-gap: 45px; } }
    @media (max-width: 420px) {
      #studio #studio-intro .intro-bottom {
        padding: 45px 0; } }
  @media (max-width: 768px) {
    #studio #studio-intro .section-title {
      text-align: center;
      width: 100%; } }
  @media (max-width: 1440px) {
    #studio #studio-intro {
      height: auto; }
      #studio #studio-intro .section-title {
        display: inline-block;
        padding-bottom: 0;
        position: relative; }
      #studio #studio-intro .intro-bottom {
        position: relative;
        margin-left: 0;
        width: 100%; } }

/* Section Title */
.section-title {
  padding: 45px; }

.title {
  display: inline-block;
  font-size: 13px;
  height: 30px;
  letter-spacing: 0.125em;
  line-height: 30px;
  padding: 0 1em;
  text-transform: uppercase;
  margin-bottom: 0.5em; }
  .title.title-solid {
    color: #FFFFFF;
    background-color: #000000; }
  .title.title-outline {
    border: 1px solid #000000; }

.text-top {
  font-size: 14px;
  text-transform: uppercase;
  padding: 45px 45px 2em 45px; }
  @media (max-width: 420px) {
    .text-top {
      padding: 45px 0 2em; } }

.text-bottom {
  padding: 0 45px 45px 45px;
  bottom: 0; }
  @media (min-width: 1280px) {
    .text-bottom {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 45px;
      -moz-column-gap: 45px;
      column-gap: 45px; } }
  @media (max-width: 420px) {
    .text-bottom {
      padding: 0 0 45px 0; } }

/* ----------------------- *\
    About - Team
\* ----------------------- */
#team {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  #team .section-title {
    text-align: center; }
  #team .team-post {
    position: relative;
    padding-bottom: 3em; }
    #team .team-post .team-text {
      padding-left: 200px; }
      @media (max-width: 1024px) {
        #team .team-post .team-text {
          padding-left: 0; } }
    #team .team-post.team-lauren .hex-i-i-i {
      background-image: url("../img/Lauren-Britomart.jpg"); }
    #team .team-post.team-delwyn .hex-i-i-i {
      background-image: url("../img/Delwyn-Britomart.jpg"); }
    #team .team-post.team-rachel .hex-i-i-i {
      background-image: url("../img/Rachel-Britomart.jpg"); }
    #team .team-post.active {
      left: 0%;
      width: 100%; }
      #team .team-post.active .team-member-meta {
        width: 33.333333%; }
        #team .team-post.active .team-member-meta .team-member-close {
          z-index: 1; }
  #team .team-image {
    position: absolute;
    top: 50px;
    left: 45px;
    height: 186.4px;
    width: 160px; }
    @media (max-width: 1024px) {
      #team .team-image {
        position: static;
        margin: 0 auto; } }

.hex {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.hex-i {
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg); }

.hex-i-i {
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg); }

.hex-i-i-i {
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
  background-size: cover;
  background-position: 50% 50%; }

/* ----------------------- *\
    About - Info
\* ----------------------- */
#info .info-post {
  position: relative;
  padding-bottom: 3em; }
  #info .info-post.info-portrait .hex-i-i-i {
    background-image: url("../img/about-portrait.jpg"); }
  #info .info-post.info-wedding .hex-i-i-i {
    background-image: url("../img/about-wedding.jpg"); }
  #info .info-post.info-corporate .hex-i-i-i {
    background-image: url("../img/about-corporate.jpg"); }
#info .info-image {
  position: absolute;
  top: 50px;
  left: 45px;
  height: 186.4px;
  width: 160px; }
  @media (max-width: 1024px) {
    #info .info-image {
      position: static;
      margin: 0 auto; } }
#info .info-text {
  padding-left: 200px; }
  @media (max-width: 1024px) {
    #info .info-text {
      padding-left: 0; } }
#info .section-title {
  text-align: center; }

.contact-description img {
  width: 100%; }
.contact-description h3 {
  color: #FFFFFF;
  display: inline-block;
  background-color: #000000;
  font-size: 13px;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  padding: 0 1em; }
.contact-description .textwidget {
  padding: 1em 0; }
.contact-description ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .contact-description ul li {
    border-bottom: 1px dashed #000000;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 30px; }
    .contact-description ul li:before, .contact-description ul li:after {
      content: " ";
      display: table; }
    .contact-description ul li:after {
      clear: both; }
    .contact-description ul li span {
      float: right; }

#contact .contact-description {
  max-width: 320px;
  margin: 0 auto; }
#contact .contact-form .wpcf7-form-control-wrap,
#contact .contact-form .wpcf7-form-control,
#contact .contact-form .wpcf7-list-item {
  margin: 0; display: block;}
#contact .contact-form br {display: none;}
#contact .contact-form > div {
  max-width: 320px;
  margin: 0 auto; }
#contact .contact-form span {
  margin: 0; }
#contact .contact-form span.wpcf7-list-item-label {
  color: #000000; }
#contact .contact-form label {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.0625em;
  display: block;}
  #contact .contact-form label.small {font-size:0.7em; line-height: 1.5em;}
#contact .contact-form input[type="text"],
#contact .contact-form input[type="email"],
#contact .contact-form input[type="tel"],
#contact .contact-form textarea {
  border: 1px solid #000000;
  padding: 10px;margin-bottom:8px;
  border-radius: 0;
  background-color: transparent;
  max-width: none;
  width: 100%; }
  #contact .contact-form input[type="text"]:focus,
  #contact .contact-form input[type="email"]:focus,
  #contact .contact-form input[type="tel"]:focus,
  #contact .contact-form textarea:focus {
    background-color: #FFFFFF;
    outline: 0; }
#contact .contact-form input[type="submit"] {
  background-color: transparent;
  border: 1px solid #000000;
  box-shadow: none;
  border-radius: 0;
  letter-spacing: 0.0625em;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  margin-top: 1.25em;
  padding: 0 20px; }
  #contact .contact-form input[type="submit"]:hover {
    color: #FFFFFF;
    background-color: #000000 !important;
    font-weight: 300;
    text-shadow: none; }
  #contact .contact-form input[type="submit"]:focus {
    outline: 0; }
