@charset "UTF-8";
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: "";
  content: none;
}

small, .small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}

ol,
ul {
  padding: 0;
  list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

******************************************************************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

******************************************************************/
/*********************
TRANSITION
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*********************
GENERAL STYLES
*********************/
* {
  box-sizing: border-box;
}

html {
  font-size: clamp(15px, 11.8831168831px + 0.4058441558vw, 20px);
}

body {
  background-color: rgb(245, 245, 245);
  color: rgb(22, 22, 22);
  font-family: "acumin-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: inherit;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.page-template-page-about, body.page-template-page-portfolio {
  background-color: rgb(45, 45, 45);
  color: rgb(245, 245, 245);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

p {
  margin: 0;
}

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

.accent {
  color: rgb(249, 66, 58);
}

.clear::after {
  clear: both;
  content: "";
  display: table;
}

a {
  color: inherit;
  transition: 0.3s ease-out;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

.utitle, .project__tag {
  font-size: 0.625rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.credits {
  margin-top: 2em;
  font-size: 0.75rem;
}

.wrap {
  margin: 0 auto;
  max-width: 70rem;
  padding: 0 1.5rem;
  width: 100%;
}
.wrap--footer {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.wrap--home, .wrap--single, .wrap--about, .wrap--kit {
  padding-bottom: 6rem;
  padding-top: 6rem;
}
@media (max-width: 768px) {
  .wrap--home, .wrap--single, .wrap--about, .wrap--kit {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}
.wrap--portfolio {
  padding-bottom: 12rem;
  padding-top: 9rem;
  max-width: none;
}
@media (max-width: 768px) {
  .wrap--portfolio {
    padding-bottom: 8rem;
    padding-top: 6rem;
  }
}
.wrap--single {
  max-width: none;
  padding: 4rem 2rem 6rem;
}
@media (max-width: 768px) {
  .wrap--single {
    padding: 2rem 1.5rem;
  }
}

.header {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 2;
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  padding: 0.55em 1.5em 1em;
  color: rgb(245, 245, 245);
  transition: transform 0.5s ease-out;
  width: 100%;
}
.header.out {
  transform: translateY(-100%);
}
.header.white, .page-template-page-about .header {
  background: rgb(245, 245, 245);
  color: rgb(22, 22, 22);
}
.page-template-page-kit .header, .page-template-page-portfolio .header {
  background: rgb(45, 45, 45);
  color: rgb(245, 245, 245);
}

.top-nav li {
  display: inline-block;
  margin-left: 1.5em;
}
.top-nav li a {
  position: relative;
}
.top-nav li a::after {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  height: 1px;
  transition: width 0.3s ease-out;
  width: 0;
  background-color: rgb(249, 66, 58);
}
.top-nav li a:hover::after {
  width: 100%;
}

#logo {
  font-size: 1.625rem;
}
#logo:hover {
  color: inherit;
}
#logo span {
  cursor: default;
}
.home #logo span, .page-template-page-about #logo span, .page-template-page-kit #logo span {
  display: none;
}

.jumbo {
  background-color: rgb(249, 66, 58);
  background-position: center center;
  background-size: cover;
  height: 100vh;
  width: 100%;
}
.jumbo--single {
  height: calc(100vh - 8rem);
}
@media (max-width: 768px) {
  .jumbo {
    height: 25rem;
    max-height: 50vh;
  }
}

.post-grid {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
}

.post-grid__column {
  width: 50%;
}
.post-grid__column:first-child {
  border-right: 1px solid rgb(249, 66, 58);
  padding-right: 3rem;
}
@media (max-width: 768px) {
  .post-grid__column:first-child {
    border-right: none;
  }
}
.post-grid__column:last-child {
  padding-left: 3rem;
}
@media (max-width: 768px) {
  .post-grid__column {
    width: 100%;
    padding: 0 !important;
  }
}

.project {
  margin-bottom: 4rem;
}
.project:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .project:last-child {
    margin-bottom: 4rem;
  }
}

.project__image {
  box-sizing: border-box;
  margin-bottom: 1rem;
  position: relative;
}
.project__image a:hover::after {
  opacity: 1;
}
.project__image a::after {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(45, 45, 45, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.project__tag {
  display: block;
  margin: 0.5rem 0 0.4rem;
  color: rgb(249, 66, 58);
}

.project__title {
  margin: 0.4rem 0 0.75rem;
  font-size: 1.625rem;
  line-height: 1.2;
}

.text-block {
  margin: 0 auto 6rem;
  width: 66.6666666667%;
}
.text-block--headline {
  font-size: 1.625rem;
  text-align: center;
}
@media (max-width: 768px) {
  .text-block--headline {
    margin: 1rem auto 3rem;
  }
}
@media (max-width: 768px) {
  .text-block {
    width: 100%;
    font-size: 1.625rem;
    text-align: left;
  }
}

.single__title {
  font-size: 1.875rem;
}

.single-block {
  margin: 0 auto 2rem;
}
.single-block--headline {
  font-size: 1.625rem;
  text-align: center;
}
.single-block--text {
  max-width: 37.5rem;
  margin: 5rem auto;
}
.single-block--text p:not(:last-child) {
  margin-bottom: 1em;
}
.single-block--text a {
  position: relative;
}
.single-block--text a::after {
  content: "";
  bottom: 0;
  right: 0;
  position: absolute;
  height: 1px;
  transition: width 0.3s ease-out;
  width: 100%;
  background-color: rgb(22, 22, 22);
}
.single-block--text a:hover::after {
  width: 0;
}
@media (max-width: 768px) {
  .single-block--text {
    max-width: none;
    margin: 3rem auto;
  }
}
.single-block--headline + .single-block--text {
  margin-top: 2rem;
}
.single-block--images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-block--images .half {
  width: calc(50% - 1rem);
}
.single-block--images .third {
  width: calc(33.33% - 1.333rem);
}
.single-block--images .big {
  width: calc(66.67% - 1rem);
}
.single-block--images .small {
  width: calc(33.33% - 1rem);
}
@media (max-width: 768px) {
  .single-block--images .half,
  .single-block--images .third,
  .single-block--images .big,
  .single-block--images .small {
    width: 100%;
  }
  .single-block--images .half:not(:last-child),
  .single-block--images .third:not(:last-child),
  .single-block--images .big:not(:last-child),
  .single-block--images .small:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .single-block {
    width: 100%;
    text-align: left;
  }
}

.video-single {
  width: 100%;
  height: auto;
}
.video-single:focus {
  outline: none;
}

.about-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-block + .about-block {
  margin-top: 4rem;
}
.about-block h2 {
  margin-bottom: 0.75em;
}
.about-block p {
  margin-bottom: 1em;
}
.about-block p a {
  position: relative;
}
.about-block p a::after {
  content: "";
  bottom: 0;
  right: 0;
  position: absolute;
  height: 1px;
  transition: width 0.3s ease-out;
  width: 100%;
  background-color: rgb(245, 245, 245);
}
.about-block p a:hover::after {
  width: 0;
}
.about-block img {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .about-block {
    flex-direction: column;
    gap: 2rem;
  }
}

.about-block__wide {
  width: calc(58.3333333333% - 1rem);
}

.about-block__narrow {
  width: calc(33.3333333333% - 1rem);
}

.portfolio-list {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.portfolio-list__title {
  font-size: 1.7rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 0.15rem;
}
.portfolio-list__title::after {
  content: url(library/images/arrow-portfolio.svg);
  width: 0.95rem;
  height: auto;
  transition: transform 0.2s ease-out;
}
.portfolio-list__title:hover::after {
  transform: translate(2px, -2px);
}

.portfolio-list__subtitle {
  font-size: 0.65rem;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
}

.kit-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kit-block h1,
.kit-block h2 {
  margin-bottom: 0.75em;
  font-size: 2rem;
  line-height: 1.15;
}
.kit-block h3 {
  margin-bottom: 0.5em;
  font-size: 1.25rem;
}
.kit-block h1 {
  color: rgb(249, 66, 58);
}
.kit-block p {
  margin-bottom: 1em;
}
.kit-block p a {
  position: relative;
}
.kit-block p a::after {
  content: "";
  bottom: 0;
  right: 0;
  position: absolute;
  height: 1px;
  transition: width 0.3s ease-out;
  width: 100%;
  background-color: rgb(22, 22, 22);
}
.kit-block p a:hover::after {
  width: 0;
}
.kit-block p + h2, .kit-block p + h3 {
  margin-top: 1.75rem;
}
.kit-block img {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .kit-block {
    flex-direction: column;
    gap: 2rem;
  }
}

.kit-block__wide {
  width: calc(58.3333333333% - 1rem);
}

.kit-block__narrow {
  width: calc(33.3333333333% - 1rem);
}

@media (max-width: 768px) {
  .kit-block__wide,
  .kit-block__narrow,
  .about-block__wide,
  .about-block__narrow {
    width: 100%;
  }
}
.footer {
  position: relative;
  background: rgb(45, 45, 45);
  color: rgb(245, 245, 245);
}
.footer a:hover {
  opacity: 0.6;
}
@media (max-width: 1320px) {
  .footer {
    padding-bottom: 2rem;
  }
}
.page-template-page-about .footer {
  background: rgb(245, 245, 245);
  color: rgb(22, 22, 22);
}

.footer__block {
  float: left;
  margin-right: 4rem;
}
.footer__block__title {
  margin-bottom: 0.5rem;
}
.footer__block p {
  margin-bottom: 0.5rem;
}
.footer__block p:last-child {
  margin-bottom: 0;
}
.footer__block--right {
  float: right;
  margin: 0;
}
@media (max-width: 768px) {
  .footer__block {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.footer__copyright {
  bottom: 1.25rem;
  left: 1.5rem;
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: 0 0;
  font-size: 0.625rem;
}
@media (max-width: 1320px) {
  .footer__copyright {
    position: static;
    margin: 0 auto;
    max-width: 70rem;
    padding: 0 1rem;
    width: 100%;
    transform: none;
  }
}

.footer__link {
  display: block;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: rgb(22, 22, 22);
  position: fixed;
  z-index: 5;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}

.home-overlay {
  background: rgb(249, 66, 58);
  color: rgb(22, 22, 22);
  height: 100%;
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  transition: 0.5s;
  width: 100%;
  z-index: 4;
}

.home-overlay__title {
  font-size: 15vw;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

/*# sourceMappingURL=style.css.map */
