:root {
  --white: white;
  --dim-grey: #726c6a;
  --gold: #f8ca15;
  --dark-goldenrod: #cd930e;
  --black: black;
  --dark-grey: #939493;
  --dark-grey-2: #b1b1b1;
  --dark-slate-grey: #413d35;
  --white-smoke: #ececec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  background-color: #726c6a;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h4 {
  color: #f8ca15;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: brandon-grotesque, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 42px;
}

h5 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

a {
  color: #726c6a;
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  color: #939493;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.home-logo {
  flex: 0 auto;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}

.header {
  flex: 1;
  position: relative;
}

.header.sub {
  z-index: 1;
  color: #fff;
  background-color: #fff;
  background-image: url('../images/toast-colour.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: auto;
  padding-bottom: 41px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.header.sub.work {
  color: #fff;
  background-image: url('../images/our-work.jpg');
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.header.sub.services {
  background-image: url('../images/more-work.jpg');
}

.header.sub.contact {
  background-image: url('../images/contact-us.jpg');
}

.header.sub.brochures {
  background-image: url('../images/brochure-bg.jpg');
}

.header.sub.book {
  background-image: url('../images/book-cover-bg.jpg');
}

.header.sub.poster {
  background-image: url('../images/poster-bg.jpg');
}

.header.sub.web {
  background-image: url('../images/website-bg.jpg');
}

.header.sub.studio, .header.sub.about {
  background-image: url('../images/studio-banner.jpg');
  background-attachment: scroll;
}

.page-subhead {
  color: #ffffffb3;
  margin-top: 140px;
  margin-bottom: 80px;
  font-family: proxima-nova, sans-serif;
  font-size: 144px;
  line-height: 144px;
}

.page-subhead.home {
  color: #fff;
}

.welcome-text {
  color: #fff;
  margin-bottom: 40px;
  font-family: brandon-grotesque, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.welcome-text.disable {
  display: none;
}

.cont-button {
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #0000;
  margin-top: 30px;
  padding: 10px 60px 10px 0;
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  transition: all .6s;
}

.cont-button:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-left: 60px;
  padding-right: 0;
}

.yellow-body {
  background-color: #f8ca15;
  background-image: url('../images/toast-yellow.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.float-right {
  float: right;
}

.home-footer {
  color: #f8ca15;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  position: relative;
}

.home-nav {
  border-top: 1px solid #cd930e;
  padding-top: 15px;
  padding-bottom: 30px;
}

.copy {
  color: #413d35;
  text-align: right;
}

.foot-link {
  color: #413d35;
  margin-left: 15px;
  margin-right: 15px;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.foot-link:hover {
  color: #726c6a;
}

.foot-link.init {
  margin-left: 0;
}

.foot-link.policy {
  margin-left: 0;
  margin-right: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.yellow-overlay {
  z-index: 0;
  background-color: #f8ca15a6;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}

.yellow-overlay.full {
  opacity: .68;
  background-color: #ffcb00;
  position: fixed;
}

.yellow-overlay.grey {
  background-color: #726c6a7d;
}

.text-wrap {
  max-width: 750px;
}

.navlink {
  color: #cd930e;
  padding-left: 12px;
  padding-right: 12px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  transition: color .2s;
}

.navlink:hover, .navlink.w--current {
  color: #fff;
}

.navbar {
  color: #cd930e;
  background-color: #0000;
  width: 100%;
  font-family: proxima-nova, sans-serif;
  position: relative;
  top: 0;
}

.nav-menu {
  text-align: right;
  border-top: 1px solid #cd930e;
  width: 100%;
}

.brand {
  padding-top: 50px;
  padding-bottom: 30px;
}

.footer {
  z-index: 0;
  color: #726c6a;
  background-color: #f8ca15;
  width: 100%;
  min-height: 650px;
  padding-top: 0;
  padding-bottom: 40px;
  position: relative;
  bottom: 0;
}

.social {
  z-index: 1;
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
  position: relative;
}

.social-link {
  padding: 5px;
  transition: all .2s;
}

.social-link:hover {
  opacity: .6;
}

.illustration {
  z-index: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
}

.contact-bottom {
  z-index: 1;
  background-color: #fff;
  min-height: auto;
  margin-bottom: 1100px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  box-shadow: 0 26px 39px -12px #726c6ac2;
}

.global-footer {
  z-index: 1;
  margin-top: 40px;
  position: relative;
}

.grey-line {
  border-top: 3px solid #726c6a;
  width: 40px;
  height: 0;
}

.grey-line.white {
  border-top-color: #f8ca15;
}

.nav-list {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
}

.footer-copyright {
  margin-top: 50px;
  padding-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
}

.body {
  background-color: #fff;
}

.link {
  transition: color .4s;
}

.link.mapup {
  color: #f8ca15;
  margin-top: 10px;
  display: inline-block;
}

.text-container {
  position: relative;
}

.content {
  z-index: 1;
  color: #fff;
  background-color: #726c6a;
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: proxima-nova, sans-serif;
  position: relative;
}

.content.white {
  color: #726c6a;
  background-color: #fff;
}

.content.white.work {
  padding-top: 40px;
  padding-bottom: 120px;
}

.content.white.work.hide {
  display: none;
}

.content.white.work.litegrey {
  background-color: #ececec;
}

.content.white.hide {
  display: none;
}

.content.contact-bottom {
  color: #726c6a;
  background-color: #fff;
  background-image: url('../images/contact-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 0;
  box-shadow: 0 26px 39px -12px #332d2bc2;
}

.content.yellow {
  color: #726c6a;
  background-color: #f8ca15;
}

.content.yellow.work {
  padding-top: 40px;
}

.content.yellow.disable {
  display: none;
}

.content.port {
  background-color: #f8ca15;
  padding: 5px;
}

.content.port.hide {
  display: none;
}

.content.port.disp {
  background-color: #b1b1b1;
  padding-bottom: 5px;
}

.cite {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.quote {
  border-left-style: none;
  padding: 30px 0 20px;
  font-size: 28px;
  font-weight: 100;
  line-height: 32px;
}

.company {
  color: #f8ca15;
  margin-bottom: 20px;
}

.pad-right {
  padding-right: 50px;
}

.body-2 {
  background-color: #726c6a;
}

.image {
  min-width: 100%;
}

.foot-wrap {
  width: 100%;
  height: auto;
  padding-top: 30px;
  position: relative;
}

.footer-img {
  width: 100%;
}

.input {
  color: #726c6a;
  background-color: #ffffff40;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #b1b1b1;
  height: 50px;
  padding-left: 12px;
  font-size: 14px;
  line-height: 20px;
}

.input.textarea {
  height: 170px;
}

.input.textarea.reduce {
  height: 140px;
}

.button {
  float: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f8ca15;
  border: 1px solid #f8ca15;
  margin-bottom: 20px;
  padding: 15px 25px;
  font-size: 16px;
  transition: background-color .4s;
}

.button:hover {
  background-color: #cd930e;
}

.button.second {
  float: left;
  display: block;
  position: relative;
}

.button.work {
  float: left;
  margin-top: 20px;
}

.button.work:hover {
  color: #fff;
}

.button.work.rev {
  color: #f8ca15;
  background-color: #fff;
}

.button.work.rev:hover {
  background-color: #cd930e;
}

.button.work.rev.disable, .button.work.rev.disable.w--current {
  display: none;
}

.button.left-align {
  float: left;
  margin-top: 20px;
}

.form {
  margin-top: 10px;
  padding-top: 20px;
}

.content-wrapper {
  flex-direction: column;
  height: 100vh;
  display: flex;
}

.white {
  color: #fff;
}

.client-list {
  max-width: 300px;
  padding-left: 0;
}

.client-name {
  border-bottom: 1px solid #fff;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 40px;
  transition: all .4s;
}

.client-name:hover {
  padding-left: 15px;
}

.client-name.onwhite {
  border-bottom-color: #b1b1b1;
}

.heading {
  margin-top: 30px;
  margin-bottom: 10px;
}

.map {
  z-index: 1;
  background-color: #726c6a;
  width: 100%;
  height: 400px;
  position: relative;
}

.foot-img {
  background-image: url('../images/make-it-pop.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 577px;
}

.nomargin {
  margin-bottom: 10px;
}

.secondary {
  margin-top: 40px;
}

.mapwrap {
  overflow: hidden;
}

.slider {
  background-color: #0000;
  height: auto;
  min-height: 400px;
  overflow: hidden;
}

.mask {
  padding-left: 80px;
  padding-right: 80px;
  overflow: hidden;
}

.arrow {
  color: #f8ca15;
}

.slide-nav {
  color: #f8ca15;
  text-align: right;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.portfoliopiece {
  float: left;
  filter: grayscale(75%);
  width: 20%;
  padding: 5px;
  transition: all .2s;
  position: relative;
}

.portfoliopiece:hover {
  filter: grayscale(0%);
}

.portfoliopiece.onethird {
  filter: grayscale(76%);
  width: 33.3333%;
  overflow: visible;
}

.portfoliopiece.onethird:hover {
  filter: grayscale(0%);
}

.portfoliopiece.twofifths {
  width: 40%;
}

.portfoliopiece.twofifths.right {
  float: right;
}

.vid {
  filter: grayscale();
  width: 100%;
  height: 100%;
  position: fixed;
}

.test-wrap {
  float: left;
  background-color: #ffffffe6;
  margin-top: 20px;
  margin-left: -75px;
  padding: 20px;
  position: relative;
}

.test-wrap.invert {
  margin-left: 0;
  margin-right: -75px;
}

.port-img {
  transition: all .4s;
}

.port-img:hover {
  filter: grayscale(0%);
}

.port-img.inner {
  filter: none;
  margin-top: -80px;
}

.port-img.inner.laptop {
  margin-top: 15px;
  margin-left: 15px;
}

.nopad {
  padding-left: 0;
  padding-right: 0;
}

.cover {
  margin-top: -183px;
}

.gallery {
  margin-top: 60px;
}

.desc {
  color: #f8ca15;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fffffff2;
  border-top: 1px solid #f8ca15;
  border-bottom: 1px solid #f8ca15;
  width: auto;
  height: 60px;
  margin: auto;
  padding: 0;
  font-size: 12px;
  line-height: 60px;
  display: block;
  position: absolute;
  inset: 0 5px;
}

.inlink {
  display: inline-block;
}

.portsection {
  padding: 5px;
}

.disc {
  font-size: 12px;
  line-height: 14px;
}

.checkbox {
  border-style: none;
  border-color: var(--dim-grey);
  background-color: #f8ca1582;
  border-radius: 0;
  width: 14px;
  height: 14px;
  margin-top: 2px;
}

.checkbox.w--redirected-checked {
  background-color: var(--gold);
  border-style: none;
}

.notification {
  display: inline-block;
  position: relative;
}

.alery {
  background-color: red;
  border-radius: 7px;
  width: 14px;
  height: 14px;
  display: none;
  position: absolute;
  inset: -7px 7px auto auto;
}

.alery.disable {
  display: none;
}

.yellow-link {
  color: var(--gold);
}

.yellow-link:hover {
  color: var(--dark-goldenrod);
}

.link-2 {
  color: var(--gold);
}

.recap {
  margin-top: 13px;
  margin-bottom: 13px;
}

html.w-mod-js [data-ix="fade-on-load"] {
  opacity: 1;
}

html.w-mod-js [data-ix="grow-on-load"] {
  height: 300px;
}

html.w-mod-js [data-ix="pop-up"], html.w-mod-js [data-ix="pop-up-2"] {
  opacity: 0;
  transform: translate(0, 60px);
}

html.w-mod-js [data-ix="slide-over"] {
  opacity: 0;
  transform: translate(60px);
}

html.w-mod-js [data-ix="hide-map"] {
  height: 0;
}

html.w-mod-js [data-ix="hidedesc"] {
  opacity: 0;
  transform: translate(0, 20px);
}

html.w-mod-js [data-ix="fadeonscroll"] {
  opacity: 0;
  transform: translate(-100px);
}

html.w-mod-js [data-ix="slidertext"] {
  opacity: 0;
  transform: translate(0, 45px);
}

html.w-mod-js [data-ix="appear-on-scoll"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="appear-from-right"] {
  opacity: 0;
  transform: translate(85px);
}

html.w-mod-js [data-ix="appear-from-left"] {
  opacity: 0;
  transform: translate(-85px);
}

@media screen and (max-width: 991px) {
  .foot-link {
    margin-left: 5px;
    margin-right: 5px;
  }

  .navlink {
    float: right;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-container {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .brand {
    padding: 20px 19px 20px 20px;
  }

  .illustration {
    top: -10px;
  }

  .contact-bottom {
    margin-bottom: 780px;
  }

  .menu-button {
    background-color: #0000;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .menu-button.w--open {
    background-color: #cd930e;
    padding: 24px;
  }

  .content.contact-bottom {
    margin-bottom: 1100px;
  }

  .right-arrow {
    display: none;
  }

  .mask {
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-arrow {
    display: none;
  }

  .portfoliopiece {
    width: 25%;
  }

  .portfoliopiece.twofifths {
    width: 50%;
  }

  .portfoliopiece.twofifths.right, .notification {
    float: right;
  }
}

@media screen and (max-width: 767px) {
  .header.sub {
    background-attachment: scroll;
    padding-left: 0;
    padding-right: 0;
  }

  .page-subhead {
    font-size: 88px;
    line-height: 100px;
  }

  .page-subhead.home {
    margin-top: 65px;
    margin-bottom: 50px;
  }

  .welcome-text {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 38px;
  }

  .home-nav, .copy {
    text-align: center;
  }

  .yellow-overlay.full {
    display: none;
  }

  .navlink {
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }

  .nav-menu {
    background-color: #f8ca15cc;
    padding-bottom: 30px;
  }

  .brand {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    padding: 0 0 20px;
    position: relative;
  }

  .social {
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
  }

  .illustration {
    display: none;
  }

  .contact-bottom {
    margin-bottom: 0;
  }

  .global-footer {
    margin-top: 20px;
  }

  .grey-line {
    margin-top: 25px;
  }

  .grey-line.white {
    margin-top: 0;
  }

  .footer-copyright {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-button {
    color: var(--white);
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-container {
    padding-left: 19px;
    padding-right: 19px;
  }

  .content {
    padding: 40px 10px;
  }

  .content.white.work {
    padding-bottom: 40px;
  }

  .content.contact-bottom {
    margin-bottom: 0;
  }

  .content.port, .foot-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .foot-img {
    background-position: 50%;
    height: 377px;
  }

  .slider {
    width: 100%;
    height: auto;
  }

  .right-arrow {
    display: none;
  }

  .mask {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .left-arrow {
    display: none;
  }

  .portfoliopiece {
    width: 50%;
  }

  .vid {
    display: none;
  }

  .test-wrap {
    margin-top: -48px;
    margin-left: 0;
    padding-top: 20px;
  }

  .test-wrap.invert {
    margin-top: 0;
    margin-right: 0;
  }

  .port-img.inner {
    margin-top: -20px;
  }

  .quotetop {
    margin-top: 20px;
  }

  .pad-top {
    padding-top: 20px;
  }

  .notification {
    width: 100%;
  }

  .alery {
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 4px;
  }
}

@media screen and (max-width: 479px) {
  .page-subhead {
    font-size: 66px;
    line-height: 66px;
  }

  .copy {
    text-align: left;
    margin-top: 30px;
    padding-top: 0;
  }

  .foot-link {
    text-align: left;
    margin-left: 0;
    display: block;
  }

  .foot-link.init {
    width: 100%;
  }

  .yellow-overlay.full {
    display: none;
  }

  .grey-line, .grey-line.white {
    margin-top: 0;
  }

  .menu-button {
    padding-left: 24px;
    padding-right: 24px;
  }

  .foot-img {
    height: 200px;
  }

  .slider {
    height: auto;
    padding-bottom: 50px;
  }

  .right-arrow {
    display: none;
  }

  .mask {
    height: auto;
    min-height: 400px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .left-arrow {
    display: none;
  }

  .slide-nav {
    text-align: center;
    background-color: #0000;
  }

  .portfoliopiece, .portfoliopiece.onethird, .portfoliopiece.twofifths {
    width: 50%;
  }

  .slide {
    height: auto;
  }

  .test-wrap {
    margin-top: -25px;
    padding-top: 20px;
  }

  .test-wrap.invert {
    margin-top: 0;
    padding-top: 20px;
  }

  .desc {
    padding-top: 18px;
    padding-bottom: 18px;
    line-height: 14px;
  }

  .alery {
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 5px;
  }
}


