/**
 * Vanilla Styles
 *
 * This second stylesheet is for hotfixes/vanilla CSS.
 * Do not edit the main style.css directly, rather
 * add your changes here if you are not compiling the Sass files.
 */
.page-template-template_contact #contact-form {
  margin-bottom: 50px;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
}

:root {
  --columns: 36;
}

/**************************
 Updated brand for 2024
**************************/
body {
  font-family: 'Arno Pro Regular', serif;
  font-weight: 400;
  letter-spacing: 0;
}

body h1, body.page-template-template_contact h1 {
  font-family: 'Karla', sans-serif;
  font-weight: 700;
  letter-spacing: 0.055em;
  color: #343332;
}

body h2, body h3, body h4, body h5, body h6, body em {
  text-transform: none;
  font-family: 'Arno Pro Italic Caption', serif;
  letter-spacing: 0;
  font-weight: 400;
  color: #343332;
}

body a {
  color: #888888;
  text-decoration: none;
}

body a:hover {
  text-decoration: underline;
  color: #343332;
}

body .button {
  letter-spacing: 0.055em;
  font-family: 'Karla', sans-serif;
  text-transform: uppercase;
}

body span.text-heading {
  text-transform: none;
  font-family: 'Arno Pro Italic Caption', serif;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 16px;
}

body .gform_wrapper input {
  font-family: 'Arno Pro Regular', serif;
  font-weight: 400;
  letter-spacing: 0;
}

body .gform_wrapper label {
  text-transform: none;
  font-family: 'Arno Pro Italic Caption', serif;
  letter-spacing: 0;
  font-weight: 400;
}

body .gform_wrapper .gform_button button {
  letter-spacing: 0.055em;
  font-family: 'Karla', sans-serif;
  text-transform: uppercase;
}

body.page-template-template_about .entry-title {
  letter-spacing: 0.055em;
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1em;
  text-decoration: none;
  color: #282522;
}

body.page-template-template_about .service-heading, body.page-template-template_about .team-member-name {
  text-transform: none;
  font-family: 'Arno Pro Italic Caption', serif;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 16px;
  padding-top: 0;
  color: #282522;
}

body.page-template-template_about .service-heading:after {
  display: none !important;
}

body.page-template-template_about .service-item {
  border-top: none;
  border-bottom: none;
  padding-top: 0;
  margin-top: 0;
}

body.page-template-template_about .service-content {
  display: block !important;
  height: auto !important;
}

body.page-template-default .entry-title {
  letter-spacing: 0.055em;
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1em;
  text-decoration: none;
  color: #282522;
}

body.page-template-default .entry-content {
  padding-bottom: 50px;
}

body.post-type-archive-project .project-left .client-heading {
  font-family: 'Karla', sans-serif;
  letter-spacing: 0.055em;
  font-size: 13px;
}

body.post-type-archive-project .project-left h1 {
  text-transform: none;
  font-family: 'Arno Pro Italic Caption', serif;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2em;
}

body.page-template-template_contact #gform_wrapper_1 input {
  font-family: 'Arno Pro Regular', serif;
  font-weight: 400;
  letter-spacing: 0;
}

body.page-template-template_contact #gform_wrapper_1 label {
  text-transform: none;
  font-family: 'Arno Pro Italic Caption', serif;
  letter-spacing: 0;
  font-weight: 400;
}

body.page-template-template_contact #gform_wrapper_1 #gform_submit_button_1 {
  letter-spacing: 0.055em;
  font-family: 'Karla', sans-serif;
  text-transform: uppercase;
}

body {
  background: #fcfdfa;
  height: auto !important;
}

body header#top-header .container {
  max-width: none;
  z-index: 10;
}

@media (max-width: 767px) {
  body header#top-header.menu-opened .container .stamp-logo {
    opacity: 0 !important;
    transition: opacity 0.5s linear;
  }
}

body #outer-wrapper {
  min-height: calc(100vh - 250px);
}

body.home .logo {
  width: 80%;
  max-width: 850px;
}

body.home .logo .fade-in {
  transition-duration: .5s;
}

body.home #overlay {
  background-color: rgba(25, 14, 5, 0.65) !important;
}

body.home #slideout-trigger-nav {
  color: #d7d3ca;
}

body #slideout-trigger-nav {
  font-family: 'Karla', sans-serif;
  font-weight: 700;
  letter-spacing: 0.055em;
  font-size: 13px;
  right: 50px;
  color: #282522;
}

@media screen and (max-width: 767px) {
  body #slideout-trigger-nav {
    right: 20px;
  }
}

body #slideout-trigger-nav.menu-open:after {
  width: 15px;
  height: 15px;
  top: -10px !important;
  color: #282522 !important;
  filter: brightness(0);
  right: -20px;
}

@media screen and (max-width: 767px) {
  body #slideout-trigger-nav.menu-open:after {
    top: -5px !important;
    right: 0px;
  }
}

body #main-menu-container, body.home #main-menu-container {
  background-color: #f5f4f0;
  width: 400px;
  right: -400px;
  padding-left: 0;
  left: auto;
}

@media screen and (max-height: 600px) {
  body #main-menu-container, body.home #main-menu-container {
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767px) {
  body #main-menu-container, body.home #main-menu-container {
    width: 100%;
    left: -100%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) {
  body #main-menu-container, body.home #main-menu-container {
    height: 100%;
    overflow-y: scroll;
  }
}

body #main-menu-container.slide-right, body #main-menu-container.home body #main-menu-container.slide-right, body.home #main-menu-container.slide-right, body #main-menu-container.home body.home #main-menu-container.slide-right, body.home #main-menu-container.home body #main-menu-container.slide-right, body.home #main-menu-container.home body.home #main-menu-container.slide-right {
  right: 0 !important;
  left: auto !important;
}

body #nav-logo {
  position: relative;
  top: auto;
  left: auto;
  margin: 100px 35px 30px 35px;
}

@media screen and (max-height: 750px) {
  body #nav-logo {
    margin: 50px 35px 25px 35px;
  }
}

body.home #home-content, body #home-content {
  margin-top: 0;
  max-width: 400px;
  margin-left: 35px;
  margin-right: 35px;
}

body.home #home-content p, body.home #home-content p span, body #home-content p, body #home-content p span {
  font-family: 'Arno Pro Regular', serif;
  letter-spacing: 0;
  font-size: 15px;
  color: #282522 !important;
  max-width: 300px;
}

body #menu-main-menu {
  margin: 65px 35px 0 35px;
}

@media screen and (max-height: 750px) {
  body #menu-main-menu {
    margin: 35px 35px 0 35px;
  }
}

body #menu-main-menu a {
  color: #282522;
  border-top: none;
  border-bottom: none;
  padding: 0;
  margin-top: 17px;
  letter-spacing: 0.055em;
  font-family: 'Karla', sans-serif;
  font-weight: 700;
}

body #menu-main-menu a:hover {
  color: #939AA9;
  border-top: none;
  border-bottom: none;
}

body #menu-main-menu a:hover:after {
  opacity: 0;
}

body #menu-main-menu .current-menu-item a {
  color: #939AA9;
  border-top: none;
  border-bottom: none;
}

body #menu-main-menu .current-menu-item a:after {
  opacity: 0;
}

body #home-bottom li a {
  color: #282522;
  letter-spacing: 0.055em;
  font-family: 'Karla', sans-serif;
  font-weight: 700;
}

body #social-links {
  padding-top: 0;
  border-top: none;
  bottom: 25px;
  right: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 35px;
}

@media screen and (max-width: 767px) {
  body #social-links {
    right: 0;
    left: 0;
  }
}

@media screen and (max-height: 600px) {
  body #social-links {
    position: relative;
    padding-top: 35px;
    bottom: auto;
    top: auto;
    left: auto;
    right: auto;
  }
}

body #social-links .social-link {
  display: inline;
}

body #social-links a, body #social-links li {
  color: #282522;
  letter-spacing: 0.055em;
  font-family: 'Karla', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 0;
}

body #social-links a:hover, body #social-links li:hover {
  color: #939AA9;
}

body #menu-overlay {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

body #press-page .container, body #collaborations-page .container {
  max-width: none;
  display: flex;
}

@media screen and (max-width: 450px) {
  body #press-page .container, body #collaborations-page .container {
    display: block;
  }
}

body #press-page .headline-column, body #collaborations-page .headline-column {
  padding-right: 25px;
  width: 250px;
  box-sizing: border-box;
}

body #press-page .headline-column.collab-headline, body #collaborations-page .headline-column.collab-headline {
  width: 300px;
}

@media screen and (max-width: 1300px) {
  body #press-page .headline-column, body #collaborations-page .headline-column {
    width: 15%;
  }
}

@media screen and (max-width: 900px) {
  body #press-page .headline-column, body #collaborations-page .headline-column {
    width: 350px;
  }
  body #press-page .headline-column.collab-headline, body #collaborations-page .headline-column.collab-headline {
    width: 350px;
  }
}

@media screen and (max-width: 650px) {
  body #press-page .headline-column, body #collaborations-page .headline-column {
    width: 250px;
  }
  body #press-page .headline-column.collab-headline, body #collaborations-page .headline-column.collab-headline {
    width: 300px;
  }
}

@media screen and (max-width: 450px) {
  body #press-page .headline-column, body #collaborations-page .headline-column {
    width: 100%;
    margin-bottom: 50px;
  }
  body #press-page .headline-column.collab-headline, body #collaborations-page .headline-column.collab-headline {
    width: 100%;
  }
}

body #press-page .headline-column h1, body #collaborations-page .headline-column h1 {
  letter-spacing: 0.055em;
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1em;
  text-decoration: none;
  color: #282522;
}

body #press-page .press-list, body #collaborations-page .press-list {
  box-sizing: border-box;
  padding-top: 4px;
  width: 100%;
  display: flex;
  gap: 25px;
}

@media screen and (max-width: 1300px) {
  body #press-page .press-list, body #collaborations-page .press-list {
    gap: 0;
    justify-content: space-between;
  }
}

@media screen and (max-width: 900px) {
  body #press-page .press-list, body #collaborations-page .press-list {
    display: block;
  }
}

body #press-page .press-list .press-column, body #collaborations-page .press-list .press-column {
  width: 335px;
}

@media screen and (max-width: 1300px) {
  body #press-page .press-list .press-column, body #collaborations-page .press-list .press-column {
    width: 31%;
  }
}

@media screen and (max-width: 900px) {
  body #press-page .press-list .press-column, body #collaborations-page .press-list .press-column {
    width: 100%;
  }
}

body #press-page .press-list section.press-block, body #collaborations-page .press-list section.press-block {
  display: flex;
  color: #282522;
  margin-bottom: 50px;
}

body #press-page .press-list section.press-block .press-year, body #collaborations-page .press-list section.press-block .press-year {
  padding-right: 20px;
  letter-spacing: 0.055em;
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1em;
  text-decoration: none;
}

body #press-page .press-list section.press-block .press-posts, body #collaborations-page .press-list section.press-block .press-posts {
  padding-top: 2px;
}

body #press-page .press-list section.press-block .press-posts ul, body #collaborations-page .press-list section.press-block .press-posts ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body #press-page .press-list section.press-block .press-posts ul li, body #collaborations-page .press-list section.press-block .press-posts ul li {
  margin: 0 0 10px;
  padding: 0;
  font-family: 'Arno Pro Italic Caption', serif;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1;
}

body #press-page .press-list section.press-block .press-posts ul li a, body #collaborations-page .press-list section.press-block .press-posts ul li a {
  text-decoration: none;
  color: #282522;
}

body #press-page .press-list section.press-block .press-posts ul li a:hover, body #collaborations-page .press-list section.press-block .press-posts ul li a:hover {
  text-decoration: underline;
}

body #collaborations-page {
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  body #collaborations-page .container {
    width: 100%;
    display: block;
  }
}

body #collaborations-page .press-list {
  display: flex;
}

@media screen and (max-width: 1300px) {
  body #collaborations-page .press-list {
    gap: 25px;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 600px) {
  body #collaborations-page .press-list {
    display: block;
  }
}

body #collaborations-page .press-list .press-column {
  width: 300px;
}

@media (max-width: 767px) {
  body #collaborations-page .press-list .press-column {
    width: 40%;
    display: block;
    margin-top: 20px;
  }
}

@media screen and (max-width: 600px) {
  body #collaborations-page .press-list .press-column {
    width: 100%;
  }
}

body #collaborations-page .press-list .left-flexslider {
  width: 35%;
  height: 28vw;
  min-height: 100%;
}

@media (max-width: 1100px) {
  body #collaborations-page .press-list .left-flexslider {
    display: none;
  }
}

body #collaborations-page .press-list .left-flexslider ul.slides {
  height: 100%;
}

body #collaborations-page .press-list .left-flexslider ul.slides li {
  height: 100%;
  background: center / cover no-repeat;
}

body #collaborations-page .press-list .left-flexslider ul.slides li .collab-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  background: center / cover no-repeat;
  overflow: hidden;
}

body #collaborations-page .press-list .left-flexslider ul.slides li .collab-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body #collaborations-page .press-list .right-flexslider {
  width: 65%;
  height: 28vw;
  min-height: 100%;
}

@media (max-width: 1100px) {
  body #collaborations-page .press-list .right-flexslider {
    width: 100%;
    height: 30vw;
  }
}

@media (max-width: 767px) {
  body #collaborations-page .press-list .right-flexslider {
    width: 60%;
    height: 33vw;
    margin-top: 20px;
  }
}

@media screen and (max-width: 600px) {
  body #collaborations-page .press-list .right-flexslider {
    width: 100%;
    margin-top: 35px;
    height: 55vw;
  }
}

body #collaborations-page .press-list .right-flexslider ul.slides {
  height: 100%;
}

body #collaborations-page .press-list .right-flexslider ul.slides li {
  height: 100%;
  background: center / cover no-repeat;
}

body footer {
  margin: 0;
  padding: 0;
  background: #f5f4f0;
  color: #352e28;
}

body footer .footer-top {
  padding: 50px 0;
}

@media screen and (max-width: 900px) {
  body footer .footer-top {
    padding: 45px 0;
  }
}

body footer .footer-top .container {
  display: flex;
  max-width: none;
}

@media (max-width: 1023px) {
  body footer .footer-top .container {
    padding: 0 20px !important;
  }
}

@media screen and (max-width: 900px) {
  body footer .footer-top .container {
    justify-content: space-between;
  }
  body footer .footer-top .container:after {
    display: none;
  }
}

@media screen and (max-width: 650px) {
  body footer .footer-top .container {
    display: block;
  }
}

body footer .footer-top .footer-bio {
  width: 350px;
  margin-right: 150px;
}

@media screen and (max-width: 900px) {
  body footer .footer-top .footer-bio {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  body footer .footer-top .footer-bio {
    margin-right: 50px;
  }
}

@media screen and (max-width: 650px) {
  body footer .footer-top .footer-bio {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
}

body footer .footer-top .footer-bio p {
  font-family: 'Arno Pro Regular', serif;
  font-size: 15px;
  color: #352e28;
}

@media screen and (max-width: 900px) {
  body footer .footer-top .footer-nav {
    width: calc(100% - 500px);
  }
}

@media screen and (max-width: 900px) {
  body footer .footer-top .footer-nav {
    width: calc(100% - 400px);
  }
}

@media screen and (max-width: 650px) {
  body footer .footer-top .footer-nav {
    width: 100%;
  }
}

body footer .footer-top .footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

@media screen and (max-width: 900px) {
  body footer .footer-top .footer-nav ul {
    gap: 35px;
    justify-content: space-between;
    width: 100%;
  }
}

@media screen and (max-width: 650px) {
  body footer .footer-top .footer-nav ul {
    justify-content: flex-start;
    gap: 125px;
  }
}

@media screen and (max-width: 550px) {
  body footer .footer-top .footer-nav ul {
    gap: 25px;
  }
}

body footer .footer-top .footer-nav ul li {
  margin-right: 175px;
  margin-top: 0;
  line-height: 1;
}

@media screen and (max-width: 900px) {
  body footer .footer-top .footer-nav ul li {
    margin-right: 0;
  }
}

@media screen and (max-width: 550px) {
  body footer .footer-top .footer-nav ul li {
    width: 40%;
  }
}

body footer .footer-top .footer-nav ul li:last-child {
  margin-right: 0;
}

body footer .footer-top .footer-nav ul li a {
  font-family: 'Arno Pro Regular', serif;
  color: #352e28;
  line-height: 1;
  font-size: 18px;
  text-decoration: none;
}

body footer .footer-top .footer-nav ul li ul.sub-menu {
  display: block;
  margin-top: 10px;
}

body footer .footer-top .footer-nav ul li ul.sub-menu li {
  margin-right: 0;
  margin-top: 10px;
  line-height: 1;
}

@media screen and (max-width: 550px) {
  body footer .footer-top .footer-nav ul li ul.sub-menu li {
    width: 100%;
  }
}

body footer .footer-top .footer-nav ul li ul.sub-menu li a {
  letter-spacing: 0.055em;
  font-family: 'Karla', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  color: #352e28;
}

body footer .footer-top .footer-nav ul li ul.sub-menu li a:hover {
  text-decoration: underline;
}

body footer .footer-bottom {
  background: #f5f4f0;
  border-top: solid .5px #352e28;
  padding: 20px 0;
}

@media screen and (max-width: 900px) {
  body footer .footer-bottom {
    padding: 18px 0;
  }
}

body footer .footer-bottom .container {
  display: flex;
  justify-content: space-between;
  gap: 35px;
  max-width: none;
}

@media screen and (max-width: 550px) {
  body footer .footer-bottom .container {
    display: block;
    text-align: center;
  }
}

body footer .footer-bottom .container:after {
  display: none;
}

body footer .footer-bottom .container a {
  letter-spacing: 0.055em;
  font-family: 'Karla', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  color: #352e28;
  line-height: 1;
}

body footer .footer-bottom .container a:hover {
  text-decoration: underline;
}

body footer .footer-bottom .container .footer-bottom-info ul {
  list-style: none;
  margin: 0;
}

body footer .footer-bottom .container .footer-bottom-info ul li {
  display: inline-block;
  margin: 0 0 0 30px;
}

@media screen and (max-width: 650px) {
  body footer .footer-bottom .container .footer-bottom-info ul li {
    margin: 0 0 0 20px;
  }
}

@media screen and (max-width: 550px) {
  body footer .footer-bottom .container .footer-bottom-info ul li {
    margin: 0;
  }
}

body footer .footer-bottom .container .footer-bottom-info ul li a {
  line-height: 1;
}

body footer #credits {
  background: #9ca0ae;
}

body footer #credits .credit-content h3 {
  letter-spacing: 0.055em;
  font-family: 'Karla', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

body footer #credits .credit-content a {
  font-family: 'Arno Pro Italic Caption', serif;
  letter-spacing: 0;
}

body footer #credits .credit-content a:hover {
  color: white;
}

body footer #credit-close {
  width: 15px;
  height: 15px;
}

body.single-project #outer-wrapper, body.page-id-3193 #outer-wrapper {
  overflow: unset;
}

body.single-project .container #menu-logo, body.page-id-3193 .container #menu-logo {
  display: block;
}

body.single-project footer, body.page-id-3193 footer {
  display: block;
}

#portfolio-entry {
  color: #282522;
  padding-top: 54px;
  padding-bottom: calc(100vw/var(--columns)*1);
}

@media screen and (max-width: 767px) {
  #portfolio-entry {
    padding-top: 35px;
  }
}

#portfolio-entry #project-container {
  padding: 0 35px;
}

@media screen and (max-width: 1023px) {
  #portfolio-entry #project-container {
    padding: 0 20px;
  }
}

#portfolio-entry #project-container #project-intro {
  display: grid;
  grid-template-columns: 16fr 16fr;
  padding-bottom: calc(100vw/var(--columns)*2);
}

@media screen and (max-width: 767px) {
  #portfolio-entry #project-container #project-intro {
    display: block;
    padding-bottom: calc(100vw/var(--columns)*3.5);
  }
}

#portfolio-entry #project-container #project-intro #project-sidebar {
  position: sticky;
  top: 200px;
  margin-bottom: auto;
}

@media screen and (max-width: 767px) {
  #portfolio-entry #project-container #project-intro #project-sidebar {
    position: relative;
    top: 0;
    margin-bottom: calc(100vw/var(--columns)*3.5);
  }
}

#portfolio-entry #project-container #project-intro #project-sidebar .project-info-block {
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  #portfolio-entry #project-container #project-intro #project-sidebar .project-info-block {
    margin-bottom: 30px;
  }
}

#portfolio-entry #project-container #project-intro #project-sidebar .project-info-block .project-info-label {
  color: #282522;
  letter-spacing: 0.055em;
  font-family: 'Karla', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2em;
  margin-bottom: 10px;
}

#portfolio-entry #project-container #project-intro #project-sidebar .project-info-block .project-info-data {
  font-family: 'Arno Pro Italic Caption', serif;
  letter-spacing: 0;
  font-size: 17px;
  line-height: 1.2em;
  color: #282522;
  margin-bottom: 0;
}

#portfolio-entry #project-container #project-intro #project-sidebar .project-info-block .project-info-data a {
  text-decoration: none;
  color: #282522;
}

#portfolio-entry #project-container #project-intro #project-sidebar .project-info-block .project-info-data a:hover {
  text-decoration: underline;
}

#portfolio-entry #project-container #project-intro #project-sidebar .project-navigation {
  padding-top: 5vh;
}

@media screen and (max-width: 767px) {
  #portfolio-entry #project-container #project-intro #project-sidebar .project-navigation {
    display: flex;
    justify-content: space-between;
  }
}

#portfolio-entry #project-container #project-intro #project-sidebar .project-navigation a {
  color: #282522;
  letter-spacing: 0.055em;
  font-family: 'Karla', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2em;
  margin-right: 35px;
  text-decoration: none;
}

#portfolio-entry #project-container #project-intro #project-sidebar .project-navigation a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  #portfolio-entry #project-container #project-intro #project-sidebar .project-navigation a {
    margin-right: 0;
  }
}

#portfolio-entry #project-container #project-intro #project-first-image {
  display: grid;
  grid-template-columns: 2fr 1fr;
  position: relative;
}

@media screen and (max-width: 767px) {
  #portfolio-entry #project-container #project-intro #project-first-image {
    display: block;
  }
}

#portfolio-entry #project-container #project-intro #project-first-image .project-image-container {
  width: 100%;
  position: relative;
  height: calc(100vw / var(--columns) * 18);
  max-height: 95vh;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top;
}

@media screen and (max-width: 767px) {
  #portfolio-entry #project-container #project-intro #project-first-image .project-image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
    width: 100%;
    max-height: 95vh;
  }
}

#portfolio-entry #project-container #project-intro #project-first-image .project-image-container img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top;
}

@media screen and (max-width: 767px) {
  #portfolio-entry #project-container #project-intro #project-first-image .project-image-container img {
    max-height: 95vh;
  }
}

#portfolio-entry #project-container #project-intro #project-first-image .project-image-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
}

#portfolio-entry #project-container #project-intro #project-first-image .project-image-container .gallery-pinterest {
  position: absolute;
  top: 25px;
  right: 25px;
  line-height: 1;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.11);
  z-index: 3;
  color: white;
  border: none;
  background: none;
  padding: 0;
  opacity: 0;
}

#portfolio-entry #project-container #project-intro #project-first-image .project-image-container:hover .gallery-pinterest {
  opacity: 1;
}

#portfolio-entry #project-container #project-intro #project-first-image .project-image-container .slider-trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
}

#portfolio-entry #project-container #project-image-gallery {
  display: grid;
  grid-gap: calc(100vw/var(--columns)*3);
  position: relative;
}

#portfolio-entry #project-container #project-image-gallery .project-image-row {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #portfolio-entry #project-container #project-image-gallery .project-image-row {
    display: block;
  }
  #portfolio-entry #project-container #project-image-gallery .project-image-row.appear-left-indented, #portfolio-entry #project-container #project-image-gallery .project-image-row.appear-right-indented {
    display: none !important;
  }
}

#portfolio-entry #project-container #project-image-gallery .project-image-row .project-image-container {
  position: relative;
  height: calc(100vw / var(--columns) * 18);
  max-height: 95vh;
  display: flex;
  width: 40%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top;
}

@media screen and (max-width: 767px) {
  #portfolio-entry #project-container #project-image-gallery .project-image-row .project-image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
    width: 100%;
    max-height: 95vh;
  }
}

#portfolio-entry #project-container #project-image-gallery .project-image-row .project-image-container img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top;
}

@media screen and (max-width: 767px) {
  #portfolio-entry #project-container #project-image-gallery .project-image-row .project-image-container img {
    max-height: 95vh;
  }
}

#portfolio-entry #project-container #project-image-gallery .project-image-row .project-image-container video {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  object-fit: cover;
}

#portfolio-entry #project-container #project-image-gallery .project-image-row .project-image-container .gallery-pinterest {
  position: absolute;
  top: 25px;
  right: 25px;
  line-height: 1;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.11);
  z-index: 3;
  color: white;
  border: none;
  background: none;
  padding: 0;
  opacity: 0;
}

#portfolio-entry #project-container #project-image-gallery .project-image-row .project-image-container:hover .gallery-pinterest {
  opacity: 1;
}

#portfolio-entry #project-container #project-image-gallery .project-image-row .project-image-container .slider-trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
}

#portfolio-entry #project-container #project-image-gallery .project-image-row.image-landscape .project-image-container {
  width: 100%;
  height: auto;
  max-height: none;
}

#portfolio-entry #project-container #project-image-gallery .project-image-row.image-landscape .project-image-container img {
  height: auto;
}

#portfolio-entry #project-container #project-image-gallery .project-image-row.image-portrait-single-right {
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  #portfolio-entry #project-container #project-image-gallery .project-image-row.image-portrait-single-right {
    justify-content: center;
  }
}

#portfolio-entry #project-container #project-image-gallery .project-image-row.image-portrait-single-left {
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  #portfolio-entry #project-container #project-image-gallery .project-image-row.image-portrait-single-left {
    justify-content: center;
  }
}

#portfolio-entry #project-container #project-image-gallery .project-image-row.image-portrait-single-centered {
  justify-content: center;
}

#portfolio-entry #project-container #project-image-gallery .project-image-row.image-portrait-dual-right {
  justify-content: flex-end;
  gap: 35px;
}

@media screen and (max-width: 767px) {
  #portfolio-entry #project-container #project-image-gallery .project-image-row.image-portrait-dual-right {
    justify-content: center;
  }
  #portfolio-entry #project-container #project-image-gallery .project-image-row.image-portrait-dual-right .project-image-container:first-child {
    margin-bottom: calc(100vw/var(--columns)*3.5);
  }
}

#portfolio-entry #project-container #project-image-gallery .project-image-row.image-portrait-dual-left {
  justify-content: flex-start;
  gap: 35px;
}

@media screen and (max-width: 767px) {
  #portfolio-entry #project-container #project-image-gallery .project-image-row.image-portrait-dual-left {
    justify-content: center;
  }
  #portfolio-entry #project-container #project-image-gallery .project-image-row.image-portrait-dual-left .project-image-container:first-child {
    margin-bottom: calc(100vw/var(--columns)*3.5);
  }
}

#portfolio-entry #project-container #project-image-gallery .project-image-row.image-portrait-dual-centered {
  justify-content: center;
  gap: 35px;
}

#portfolio-entry #project-container #project-image-gallery .project-image-row.image-portrait-dual-centered .project-image-container:first-child {
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  #portfolio-entry #project-container #project-image-gallery .project-image-row.image-portrait-dual-centered .project-image-container:first-child {
    justify-content: center;
    margin-bottom: calc(100vw/var(--columns)*3.5);
  }
}

#portfolio-entry #project-container #project-image-gallery .project-image-row.image-portrait-dual-centered .project-image-container:last-child {
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  #portfolio-entry #project-container #project-image-gallery .project-image-row.image-portrait-dual-centered .project-image-container:last-child {
    justify-content: center;
  }
}

#portfolio-entry #project-container .end-project-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: calc(100vw/var(--columns)*2);
}

#portfolio-entry #project-container .end-project-navigation a {
  color: #282522;
  letter-spacing: 0.055em;
  font-family: 'Karla', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2em;
  margin-right: 35px;
  text-decoration: none;
}

#portfolio-entry #project-container .end-project-navigation a:hover {
  text-decoration: underline;
}

.single-project.slider-stuff #lightbox-header {
  left: 0;
}

.single-project.slider-stuff #lightbox-header img {
  vertical-align: top !important;
}

.single-project.slider-stuff .lightbox:not(.slick-current) video {
  opacity: 0.3;
}

.single-project.slider-stuff #close-lightbox {
  background-size: 15px auto;
  width: 15px;
  height: 15px;
  top: 0;
  right: 0;
  padding: 0 35px 30px 35px;
  background-position: top center;
}

@media screen and (max-width: 1023px) {
  .single-project.slider-stuff #close-lightbox {
    padding: 0 20px 30px 35px;
  }
}

.single-project.slider-stuff .back-to-project {
  color: #282522;
  letter-spacing: 0.055em;
  font-family: 'Karla', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2em;
  border: none;
  background: none;
  padding: 0;
}

.single-project.slider-stuff .container-content {
  max-width: none;
  padding: 0 35px;
}

@media screen and (max-width: 1023px) {
  .single-project.slider-stuff .container-content {
    padding: 0 20px;
  }
}

.single-project.slider-stuff .lightbox-title {
  font-family: 'Arno Pro Italic Caption', serif;
  letter-spacing: 0;
  font-size: 17px;
  line-height: 1.2em;
  color: #282522;
  text-transform: none;
  font-weight: 400;
}

.single-project.slider-stuff .lightbox video {
  height: 70vh;
}

@media (max-width: 767px) {
  .single-project.slider-stuff .lightbox video {
    display: none;
  }
}

.single-project.slider-stuff .lightbox-pinterest {
  top: 25px;
  right: 25px;
  line-height: 1;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.11);
  color: white;
  border: none;
  background: none;
  padding: 0;
}

#portfolio-page {
  padding-bottom: 85px;
}

@media screen and (max-width: 767px) {
  #portfolio-page {
    padding-bottom: 45px;
  }
}

#portfolio-page .container {
  max-width: 1750px;
}

#portfolio-page #portfolio-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#portfolio-page #portfolio-list .single-portfolio {
  position: relative;
  width: 31%;
  margin-bottom: 1.5%;
}

@media screen and (max-width: 1023px) {
  #portfolio-page #portfolio-list .single-portfolio {
    width: 48%;
  }
}

@media screen and (max-width: 650px) {
  #portfolio-page #portfolio-list .single-portfolio {
    width: 100%;
    margin-bottom: 3%;
  }
}

#portfolio-page #portfolio-list .single-portfolio .single-portfolio-image {
  position: relative;
  height: 40vw;
  max-height: 690px;
  background: center / cover no-repeat;
}

@media screen and (max-width: 1023px) {
  #portfolio-page #portfolio-list .single-portfolio .single-portfolio-image {
    height: 60vw;
    max-height: none;
  }
}

@media screen and (max-width: 650px) {
  #portfolio-page #portfolio-list .single-portfolio .single-portfolio-image {
    height: 100vw;
  }
}

#portfolio-page #portfolio-list .single-portfolio .single-portfolio-image .single-portfolio-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  background: center / cover no-repeat;
  overflow: hidden;
}

#portfolio-page #portfolio-list .single-portfolio .single-portfolio-image .single-portfolio-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#portfolio-page #portfolio-list .single-portfolio .single-portfolio-image .single-portfolio-hovered {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  background: center / cover no-repeat;
  overflow: hidden;
  -webkit-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
}

#portfolio-page #portfolio-list .single-portfolio .single-portfolio-image .single-portfolio-hovered video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  #portfolio-page #portfolio-list .single-portfolio .single-portfolio-image .single-portfolio-hovered {
    display: none;
  }
}

#portfolio-page #portfolio-list .single-portfolio .single-portfolio-title {
  font-family: 'Arno Pro Italic Caption', serif;
  letter-spacing: 0;
  font-size: 17px;
  line-height: 1.2em;
  color: #282522;
  text-transform: none;
  font-weight: 400;
  position: relative;
  margin-top: 10px;
  box-sizing: border-box;
  padding-right: 40px;
}

#portfolio-page #portfolio-list .single-portfolio .single-portfolio-title:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '+';
}

#portfolio-page #portfolio-list .single-portfolio a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

#portfolio-page #portfolio-list .single-portfolio:hover .single-portfolio-image .single-portfolio-hovered {
  opacity: 1;
}

body.home, body.page-id-3169 {
  height: 100% !important;
}
