/*
 Theme Name:   Shine
 Theme URI:    http://shineblog.dev/shine
 Description:  Shine - Twenty Seventeen Child
 Author:       Shine United
 Author URI:   http://www.shineunited.com
 Template:     twentyseventeen
 Version:      1.0.0  
 License:      
 License URI:  
 Tags:         
 Text Domain:  shine
*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   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 styling not present in IE 8/9.
 */
[hidden] {
  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 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * 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 {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * 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: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * 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;
}
/* ==========================================================================
   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 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
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.
 * 2. Remove excess padding in IE 8/9.
 */
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;
}
@font-face {
  font-family: 'Gidole';
  src: url(/wp-content/themes/shine/fonts/Gidole-Regular.ttf) format('truetype'), url(/wp-content/themes/shine/fonts/Gidole-Regular.woff) format('woff');
}
html {
  font-size: 15px;
}
@media screen and (max-width: 600px) {
  html {
    font-size: 12px;
  }
}
html h1,
html h2,
html h3,
html h4,
html h5,
html p,
html li,
html .hide-on-load {
  opacity: 0;
}
html a.down-arrow-link {
  opacity: 1;
}
html.wf-active h1,
html.wf-inactive h1,
html.wf-active h2,
html.wf-inactive h2,
html.wf-active h3,
html.wf-inactive h3,
html.wf-active h4,
html.wf-inactive h4,
html.wf-active h5,
html.wf-inactive h5,
html.wf-active p,
html.wf-inactive p,
html.wf-active li,
html.wf-inactive li,
html.wf-active .hide-on-load,
html.wf-inactive .hide-on-load {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.mt-no {
  margin-top: 0 !important;
}
.mb-no {
  margin-bottom: 0 !important;
}
.mbxs {
  margin-bottom: 10px !important;
}
.mtxs {
  margin-top: 10px !important;
}
.mbs {
  margin-bottom: 15px !important;
}
.mts {
  margin-top: 15px !important;
}
.mb {
  margin-bottom: 20px !important;
}
.mt {
  margin-top: 20px !important;
}
.mbl {
  margin-bottom: 30px !important;
}
.mtl {
  margin-top: 30px !important;
}
.mbxl {
  margin-bottom: 50px !important;
}
.mtxl {
  margin-top: 50px !important;
}
.pt-no {
  padding-top: 0 !important;
}
.pb-no {
  padding-bottom: 0 !important;
}
.pbxs {
  padding-bottom: 10px !important;
}
.ptxs {
  padding-top: 10px !important;
}
.pbs {
  padding-bottom: 15px !important;
}
.pts {
  padding-top: 15px !important;
}
.pb {
  padding-bottom: 20px !important;
}
.pt {
  padding-top: 20px !important;
}
.pbl {
  padding-bottom: 30px !important;
}
.ptl {
  padding-top: 30px !important;
}
.pbxl {
  padding-bottom: 50px !important;
}
.ptxl {
  padding: 50px !important;
}
.nowrap {
  white-space: nowrap;
}
.centerY {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.hide {
  display: none;
  opacity: 0;
}
.show {
  display: block;
  opacity: 1;
}
span.white {
  color: #ffffff !important;
}
.nopad {
  padding: 0;
}
@media (min-width: 1400px) {
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
}
/*

// html
<div class="wrapper">
    <div class="content-main">
      ...
    </div>
    <div class="content-sidebar">
      ...
    </div>
</div>

// css
.wrapper {
    .make-row();
}
.content-main {
    .make-column(8);
}.content-sidebar {
    .make-column(3);
    .make-column-offset(1);
}

*/
body {
  font-family: 'Gesta', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
p {
  font-family: 'Gesta', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1.0666666666666667rem;
  color: #000000;
  letter-spacing: .03em;
}
p strong,
p b {
  font-weight: normal;
}
*:focus {
  outline: none;
}
a {
  color: inherit;
  cursor: pointer;
  box-shadow: none !important;
  transition: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #c4122f;
}
a [class^="icon-"] {
  font-size: .8em;
}
li {
  list-style-type: none;
}
a.highlight {
  vertical-align: bottom;
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding-left: 7px;
  padding-right: 5px;
  line-height: 1.5em;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
a.highlight:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform-origin: left;
  transform-origin: left;
  opacity: 0;
  -webkit-transition: 0.4s all cubic-bezier(0.275, 0, 0, 1);
  -moz-transition: 0.4s all cubic-bezier(0.275, 0, 0, 1);
  -o-transition: 0.4s all cubic-bezier(0.275, 0, 0, 1);
  transition: 0.4s all cubic-bezier(0.275, 0, 0, 1);
  background-color: #ececec;
  border-radius: 2px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
a.highlight:hover {
  color: inherit;
}
a.highlight:hover:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn {
  height: 20px;
  font-size: 10px;
  line-height: 18px;
  border-radius: 2px;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: .12em;
}
.btn.btn-red {
  background-color: #c4122f;
  color: #ffffff;
  padding: 0 10px;
}
.btn.btn-red:hover {
  background: #ad1029;
}
.btn:hover,
.btn:focus,
.btn:active {
  outline: none;
}
.site-container {
  padding: 0 10px;
  overflow-x: hidden;
}
@media screen and (min-width: 992px) {
  .site-container .container.content {
    width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .site-container .container.content {
    width: 960px;
  }
}
@media screen and (min-width: 1800px) and (min-height: 960px) {
  .site-container .container.content {
    width: 1200px;
  }
}
form.search-form {
  width: 100%;
  max-width: 400px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
form.search-form label {
  display: none;
}
form.search-form input[type="search"] {
  padding: 0;
  padding-right: 25px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 0 !important;
}
form.search-form input[type="search"]::placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-family: 'Gesta', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: .03em;
}
form.search-form input[type="search"]:focus {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}
form.search-form button {
  right: 0;
  top: 3px;
  bottom: unset;
  padding: 0 0 0 10px;
  height: 34px;
  -webkit-appearance: none;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  background: transparent;
  padding: 0 !important;
}
form.search-form button .icon {
  width: 18px !important;
  height: 18px !important;
}
form.search-form button:hover {
  background: transparent;
}
.overlay-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.overlay-container .overlay-border {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 4;
  pointer-events: none;
  background: transparent;
  border: 10px solid #ffffff;
}
.overlay-container .shine-flag,
.overlay-container .shine-text {
  position: fixed;
  top: 0;
  width: 17%;
  left: 3.75%;
  min-width: 200px;
  z-index: 5;
  backface-visibility: hidden;
  transform-origin: top left;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.overlay-container .shine-flag.scrolled,
.overlay-container .shine-text.scrolled {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
@media screen and (max-width: 350px) {
  .overlay-container .shine-flag,
  .overlay-container .shine-text {
    min-width: 150px;
  }
}
.overlay-container .shine-flag.hover {
  opacity: 0;
}
.overlay-container .shine-text.scrolled {
  opacity: 0;
}
.overlay-container .shine-text.scrolled:hover {
  opacity: 1;
}
.overlay-container .nav-button-container {
  position: fixed;
  right: 10px;
  top: 10px;
  width: 52px;
  height: 52px;
  background: #fff;
  z-index: 6;
  backface-visibility: hidden;
}
.overlay-container .nav-button-container .navbar-toggle {
  display: block !important;
  width: 28px;
  box-sizing: content-box;
  padding: 11px 12px;
  margin: 0;
  border: none;
  -webkit-appearance: none;
  background: #fff;
  border-radius: 0;
}
.overlay-container .nav-button-container .navbar-toggle:hover,
.overlay-container .nav-button-container .navbar-toggle:focus {
  background: #fff;
}
.overlay-container .nav-button-container .navbar-toggle .icon-bar {
  background-color: #000;
  width: 28px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.overlay-container .nav-button-container .navbar-toggle .menu-title {
  font-family: 'Gidole', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 8px;
  color: #000;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  margin-top: 6px;
  display: block;
  height: 10px;
  width: 28px;
  letter-spacing: .08em;
}
.overlay-container .nav-button-container .navbar-toggle.open {
  width: 28px;
}
.overlay-container .nav-button-container .navbar-toggle.open .bar-container {
  transform: rotate(180deg);
  transform-origin: center center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.overlay-container .nav-button-container .navbar-toggle.open .icon-bar {
  width: 22px;
  margin-left: 6px;
}
.overlay-container .nav-button-container .navbar-toggle.open .icon-bar.top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.overlay-container .nav-button-container .navbar-toggle.open .icon-bar.middle-bar {
  opacity: 0;
}
.overlay-container .nav-button-container .navbar-toggle.open .icon-bar.bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.overlay-container .sub-nav-button-container {
  position: fixed;
  width: auto;
  overflow: hidden;
  height: 52px;
  background: #fff;
  z-index: 3;
  top: 10px;
  right: 62px;
  padding: 11px 0 11px 18px;
  line-height: 30px;
  -webkit-transition: right .4s, background .2s;
  transition: right .4s, background .2s;
}
.overlay-container .sub-nav-button-container .sub-navbar-toggle {
  outline: none;
  border: none;
  padding: 0 18px 0 0;
  display: block;
  border-right: 1px solid #e9e7e7;
  -webkit-transition: border 0.2s;
  -moz-transition: border 0.2s;
  -o-transition: border 0.2s;
  transition: border 0.2s;
  height: 30px;
  overflow: hidden;
  -webkit-appearance: none;
  background: transparent;
  border-radius: 0;
}
.overlay-container .sub-nav-button-container .sub-navbar-toggle:hover,
.overlay-container .sub-nav-button-container .sub-navbar-toggle:focus {
  background: transparent;
}
.overlay-container .sub-nav-button-container .btn-text {
  font-family: 'Gesta', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 10px;
  line-height: 30px;
  color: #000;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  display: block;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.overlay-container .sub-nav-button-container .btn-text > span {
  font-size: 12px;
  vertical-align: middle;
  margin-right: 5px;
}
.overlay-container .sub-nav-button-container > .btn-text {
  padding-right: 18px;
  border-right: 1px solid #e9e7e7;
  cursor: pointer;
}
.overlay-container .sub-nav-button-container.open {
  right: -72px;
}
.overlay-container .sub-nav-button-container:hover {
  background: #c4122f;
}
.overlay-container .sub-nav-button-container:hover .sub-navbar-toggle {
  border-color: transparent;
}
.overlay-container .sub-nav-button-container:hover .btn-text {
  color: #ffffff;
  border-color: transparent;
}
@media screen and (max-width: 420px) {
  .overlay-container .sub-nav-button-container .btn-text > span {
    display: none;
  }
  .overlay-container .sub-nav-button-container.case-studies,
  .overlay-container .sub-nav-button-container.work {
    width: 53px;
    padding-left: 4px;
  }
  .overlay-container .sub-nav-button-container.case-studies .sub-navbar-toggle,
  .overlay-container .sub-nav-button-container.work .sub-navbar-toggle {
    padding-right: 4px;
  }
  .overlay-container .sub-nav-button-container.case-studies .btn-text,
  .overlay-container .sub-nav-button-container.work .btn-text {
    line-height: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
.overlay-container a.down-arrow-link.visible {
  display: block;
  position: fixed;
}
.overlay-container #navigation,
.overlay-container #sub-navigation {
  z-index: 1;
  position: fixed;
  width: 100%;
  height: 100vh;
  padding: 10px;
  left: 102%;
  top: 0;
  display: block;
  background: #a4a09a;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.overlay-container #navigation.open,
.overlay-container #sub-navigation.open {
  left: 0;
}
.overlay-container #navigation ul,
.overlay-container #sub-navigation ul {
  width: 100%;
  padding: 0 10%;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-bottom: 0;
}
.overlay-container #navigation ul li,
.overlay-container #sub-navigation ul li {
  list-style-type: none;
  text-align: right;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  border: none;
  -webkit-transition-delay: .05s;
  transition-delay: .05s;
}
.overlay-container #navigation ul li a,
.overlay-container #sub-navigation ul li a {
  font-size: 8.5vh;
  line-height: 1.134em;
  letter-spacing: .06em;
  font-family: 'league-gothic', 'Teko', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  box-shadow: none;
}
@media screen and (min-width: 1800px) {
  .overlay-container #navigation ul li a,
  .overlay-container #sub-navigation ul li a {
    font-size: 100px;
  }
}
.overlay-container #navigation ul li.active,
.overlay-container #sub-navigation ul li.active {
  opacity: .4;
}
@media screen and (max-width: 767px) {
  .overlay-container #navigation ul,
  .overlay-container #sub-navigation ul {
    padding: 0 72px;
    top: 55%;
  }
  .overlay-container #navigation ul li,
  .overlay-container #sub-navigation ul li {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .overlay-container #navigation ul,
  .overlay-container #sub-navigation ul {
    padding: 0 15px;
  }
  .overlay-container #navigation ul li a,
  .overlay-container #sub-navigation ul li a {
    font-size: 7.5vh;
  }
}
.overlay-container #sub-navigation {
  background: #000000;
}
.overlay-container #sub-navigation .widget {
  padding: 0;
}
.overlay-container #sub-navigation .widget_search {
  padding: 0 10%;
  margin-top: 10px;
}
.overlay-container #sub-navigation .widget_search form {
  max-width: 250px;
}
@media screen and (min-width: 768px) {
  .overlay-container #sub-navigation .widget_search form {
    float: right;
  }
}
@media screen and (max-width: 767px) {
  .overlay-container #sub-navigation .widget_search {
    padding: 0 72px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
@media screen and (max-width: 500px) {
  .overlay-container #sub-navigation .widget_search {
    padding: 0 15px;
  }
}
.overlay-container #sub-navigation ul {
  top: unset;
  transform: none !important;
  margin-bottom: 1.5em;
}
.overlay-container #sub-navigation ul li {
  padding: 0;
}
.overlay-container #sub-navigation ul li a {
  font-size: 4vh;
  line-height: 1.5em;
  font-family: 'Gesta', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: none;
  letter-spacing: .03em;
}
.overlay-container #sub-navigation h2 {
  padding: 0 10%;
  font-size: 10px;
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #ffffff;
  opacity: 0.4;
  text-align: right;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0;
  line-height: 30px;
  letter-spacing: .25em;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .overlay-container #sub-navigation h2 {
    padding: 0 72px;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .overlay-container #sub-navigation h2 {
    padding: 0 15px;
  }
}
.overlay-container.internal .overlay-border {
  border-bottom: none !important;
}
.overlay-container.internal #navigation,
.overlay-container.internal #sub-navigation {
  border-bottom: 10px solid #fff;
  padding-bottom: 0;
}
.overlay-container .main-nav.selecting li,
.overlay-container .sub-nav.selecting li {
  opacity: 0.4;
}
.overlay-container .main-nav.selecting li.selected,
.overlay-container .sub-nav.selecting li.selected {
  opacity: 1;
}
.header-container {
  position: relative;
  backface-visibility: hidden;
  width: 100%;
  background-color: #ffffff;
  -webkit-background-size: 100% !important;
  -moz-background-size: 100% !important;
  -ms-background-size: 100% !important;
  -o-background-size: 100% !important;
  background-size: 100% !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -ms-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  border-top: 10px solid #ffffff;
  text-align: center;
}
.header-container.parallax {
  background-color: #000000;
  background-attachment: fixed !important;
}
.header-container.overlay .content-container {
  background: rgba(0, 0, 0, 0.3);
}
.header-container .content-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 10px;
}
.header-container .content-container .container.content {
  width: 80% !important;
}
.header-container h1 {
  font-family: 'league-gothic', 'Teko', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .04em;
  font-size: 10vw;
  line-height: 1em;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .header-container h1 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 444px) {
  .header-container h1 {
    font-size: 70px;
  }
}
@media screen and (min-width: 768px) {
  .header-container h1 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 2000px) {
  .header-container h1 {
    font-size: 200px;
  }
}
.header-container p.subhead {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  margin: 0;
}
.footer-container {
  padding-left: 10px;
  padding-right: 10px;
  border-top: 1px solid #e9e7e7;
}
.footer {
  font-family: 'Gesta', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: .1em;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0;
  padding-left: 2.7%;
  position: relative;
}
.footer p {
  font-size: 10px;
  line-height: 15px;
}
.footer > div {
  padding: 0;
  position: relative;
}
.footer .col {
  float: left;
  margin-left: 5%;
}
.footer .col.col1 {
  margin-left: 0;
}
.footer .col ul {
  padding: 0;
  margin: 0;
  text-align: left;
}
.footer .col ul li {
  margin-bottom: 9px;
  line-height: 15px;
}
.footer .col ul li.pad {
  padding-left: 7px;
  padding-right: 5px;
}
.footer .col ul.social li {
  display: inline-block;
  margin-right: 10px;
}
.footer .col ul.social li:last-child {
  margin: 0;
}
.footer .col ul.social li a {
  color: #000000;
  font-size: 15px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.footer .col ul.social li a:hover {
  color: #a4a09a;
}
.footer .col2 a {
  color: #c4122f;
}
.footer .col2 ul li:last-child {
  margin-bottom: 0;
}
.footer a.lion {
  position: absolute;
  top: 0;
  right: 2.7%;
  height: 87px;
}
.footer a.lion span {
  color: #d4d2d0;
  font-size: 87px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.footer a.lion:hover span {
  color: #a4a09a;
}
@media screen and (min-width: 768px) {
  .footer .col {
    margin-left: 65px;
  }
  .footer .col.col1 {
    margin-left: 0;
  }
}
@media screen and (max-width: 525px) {
  .footer a.lion {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .footer {
    padding-left: 0;
    font-size: 14px;
    line-height: 30px;
  }
  .footer > div {
    padding: 0 20px;
  }
  .footer .col {
    margin: 0;
  }
  .footer .col1 {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .footer .col1 ul.social {
    text-align: center;
  }
  .footer .col1 ul.social li {
    margin-right: 20px;
  }
  .footer .col1 ul.social li a {
    font-size: 24px;
    line-height: 34px;
  }
  .footer .col2 ul li {
    line-height: 21px;
  }
  .footer .col3 {
    float: right;
  }
}
@media screen and (max-width: 370px) {
  .footer {
    font-size: 12px;
  }
  .footer > div {
    padding: 0 10px;
  }
}
.post-container {
  width: 100%;
  border-bottom: 1px solid #e9e7e7;
  padding-top: 50px;
  padding-bottom: 50px;
}
.post-container.first {
  border-top: 1px solid #e9e7e7;
}
.post-container a {
  display: table;
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
}
.post-container .thumbnail-container {
  width: 125px;
  height: 125px;
  margin-bottom: 15px;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
@media screen and (min-width: 768px) {
  .post-container .thumbnail-container {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
}
.post-container h2 {
  font-family: 'league-gothic', 'Teko', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: .08em;
  font-size: 35px;
  font-size: 2.3333333333333335rem;
  margin: 0 0 5px 0;
}
.post-container p {
  font-size: 16px;
  font-size: 1.0666666666666667rem;
  color: #000000;
  margin: 0;
  max-width: 800px;
}
.post-container span.view-insight {
  font-family: 'Gidole', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 10px;
  color: #c4122f;
  margin-top: 15px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .04em;
  vertical-align: bottom;
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding-left: 7px;
  padding-right: 5px;
  line-height: 1.5em;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
.post-container span.view-insight > span {
  font-size: .6em;
  vertical-align: top;
  color: #c4122f;
}
.post-container span.view-insight:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform-origin: left;
  transform-origin: left;
  opacity: 0;
  -webkit-transition: 0.4s all cubic-bezier(0.275, 0, 0, 1);
  -moz-transition: 0.4s all cubic-bezier(0.275, 0, 0, 1);
  -o-transition: 0.4s all cubic-bezier(0.275, 0, 0, 1);
  transition: 0.4s all cubic-bezier(0.275, 0, 0, 1);
  background-color: #ececec;
  border-radius: 2px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.post-container span.view-insight:hover {
  color: inherit;
}
.post-container span.view-insight:hover:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.post-container.last {
  border: none;
}
#utility {
  padding: 0;
  margin-top: 125px;
}
#utility .container.content {
  position: relative;
  overflow: hidden;
}
#utility .social-share-popup {
  position: absolute;
  width: auto;
  height: 45px;
  border-radius: 3px;
  right: 15px;
  bottom: -45px;
  background: #6c6765;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding-left: 10px;
  padding-right: 10px;
}
#utility .social-share-popup span.share-text {
  font-family: 'league-gothic', 'Teko', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .08em;
  font-size: 35px;
  font-size: 2.3333333333333335rem;
  line-height: 48px;
  line-height: 3.2rem;
  letter-spacing: .1em;
  font-size: 18px;
  line-height: 45px;
  margin-right: 5px;
  margin-left: 5px;
  display: block;
  float: left;
}
#utility .social-share-popup span.share-text span.icon {
  font-size: 24px;
  font-size: 1.6rem;
  line-height: 48px;
  line-height: 3.2rem;
  font-family: 'icomoon' !important;
  vertical-align: bottom;
}
#utility .social-share-popup span.share-text span.icon.star:before {
  content: "\00a0\e90a\00a0";
  font-size: .5em;
  vertical-align: super;
  line-height: 24px;
  line-height: 1.6rem;
}
#utility .social-share-popup span.share-text span.icon.right-arrow:before {
  content: "\e908";
  font-size: .8em;
  vertical-align: bottom;
}
#utility .social-share-popup a {
  display: block;
  float: left;
  margin-top: 5px;
  margin-left: 5px;
}
#utility .social-share-popup a span {
  font-size: 35px;
  color: #ffffff;
}
#utility .social-share-popup a:last-child {
  margin-right: 5px;
}
#utility .social-share-popup a:hover {
  -webkit-transform: translate(0, -2px);
  -moz-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px);
}
#utility .social-share-popup.popped {
  bottom: 10px;
}
.utility-container {
  border-bottom: 1px solid #e9e7e7;
  height: 55px;
}
.utility-container .shine-breadcrumbs p {
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 20px;
  margin-bottom: 15px;
  margin-top: 20px;
  font-weight: bold;
  letter-spacing: .18em;
}
.utility-container .shine-breadcrumbs p a {
  line-height: 20px !important;
  color: #c4122f;
}
.utility-container .utility-buttons {
  margin-top: 20px;
  margin-bottom: 15px;
}
.utility-container .utility-buttons .btn {
  margin-right: 5px;
}
.utility-container .utility-buttons .btn:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  #utility .wrap-buttons-mobile .utility-container {
    height: auto;
  }
  #utility .wrap-buttons-mobile .utility-container .utility-buttons {
    float: left !important;
    display: block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }
  #utility .wrap-buttons-mobile .social-share-popup {
    right: 15px;
    left: 15px;
  }
}
.post-header {
  padding-top: 50px;
  margin-bottom: 35px;
}
.post-header > .content {
  border-bottom: 1px solid #e9e7e7;
  padding-bottom: 50px;
}
.post-header h2 {
  font-family: 'league-gothic', 'Teko', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: .08em;
  font-size: 48px;
  font-size: 3.2rem;
  line-height: 52px;
  line-height: 3.466666666666667rem;
  margin: 0;
}
.post-header p {
  margin: 10px 0 0;
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: .18em;
  color: #333333;
  text-transform: uppercase;
}
.post-body {
  margin-bottom: 25px;
}
.post-body p {
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 28px;
  line-height: 1.8666666666666667rem;
  margin-bottom: 25px;
}
.post-body p b,
.post-body p strong {
  font-weight: 800;
}
.post-body p.subhead {
  font-size: 24px;
  font-size: 1.6rem;
  line-height: 32px;
  line-height: 2.1333333333333333rem;
  margin-bottom: 35px;
}
.post-body h3 {
  font-weight: 600;
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.0666666666666667rem;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: .5em;
  letter-spacing: .1em;
}
.post-body ul {
  margin-left: 1em;
}
.post-body ul li {
  list-style-type: disc;
  font-size: 16px;
  font-size: 1.0666666666666667rem;
  line-height: 28px;
  line-height: 1.8666666666666667rem;
}
.post-body img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .post-body img.alignleft,
  .post-body img.alignright {
    float: none;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
  }
}
.about-container {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #e9e7e7;
}
.about-container img.headshot {
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .about-container img.headshot {
    margin-bottom: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.about-container h5 {
  font-weight: 600;
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.9333333333333333rem;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: .5em;
  letter-spacing: .1em;
}
.post-navigation {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  margin-bottom: 0;
  border-top: 1px solid #e9e7e7;
  margin-top: 0;
}
.post-navigation.shine-pagination {
  margin-top: 10px;
}
.post-navigation .post-navigation-container {
  position: relative;
  width: 100%;
  font-size: 0;
  margin: 0;
}
.post-navigation .post-navigation-container a {
  position: relative;
  width: 50%;
  display: inline-block;
  padding-top: 50px;
  padding-bottom: 50px;
  cursor: pointer;
  z-index: 1;
}
.post-navigation .post-navigation-container a .navigation-text-container {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.post-navigation .post-navigation-container a .navigation-text-container span.a-text {
  font-family: 'league-gothic', 'Teko', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .08em;
  font-size: 35px;
  font-size: 2.3333333333333335rem;
  line-height: 48px;
  line-height: 3.2rem;
  color: #000000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.post-navigation .post-navigation-container a .navigation-text-container span.a-text span.icon {
  font-size: 24px;
  font-size: 1.6rem;
  line-height: 48px;
  line-height: 3.2rem;
  font-family: 'icomoon' !important;
  vertical-align: bottom;
}
.post-navigation .post-navigation-container a .navigation-text-container span.a-text span.icon.star:before {
  content: "\00a0\e90a\00a0";
  font-size: .5em;
  vertical-align: super;
  line-height: 24px;
  line-height: 1.6rem;
}
.post-navigation .post-navigation-container a .navigation-text-container span.a-text span.icon.right-arrow:before {
  content: "\e908";
  font-size: .8em;
  vertical-align: bottom;
}
.post-navigation .post-navigation-container a .navigation-text-container span.a-text span.gray {
  color: #a4a09a;
  font-size: 30px;
  font-size: 2rem;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.post-navigation .post-navigation-container a .navigation-text-container span.a-text:hover span.gray {
  color: #c4122f;
}
@media screen and (min-width: 768px) {
  .post-navigation .post-navigation-container a .navigation-text-container span.a-text {
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    position: relative;
    display: inline-block;
    height: auto;
    line-height: auto;
    padding: 0.8rem 0;
  }
  .post-navigation .post-navigation-container a .navigation-text-container span.a-text:before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 0;
    -webkit-transition: 0.5s all cubic-bezier(0.275, 0, 0, 1);
    -moz-transition: 0.5s all cubic-bezier(0.275, 0, 0, 1);
    -o-transition: 0.5s all cubic-bezier(0.275, 0, 0, 1);
    transition: 0.5s all cubic-bezier(0.275, 0, 0, 1);
    border-top: 3px solid #ececec;
    border-bottom: 3px solid #ececec;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  .post-navigation .post-navigation-container a .navigation-text-container span.a-text:hover:before {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.post-navigation .post-navigation-container a .navigation-text-container.all-container span.a-text span.gray {
  margin-right: 15px;
}
@media screen and (max-width: 1090px) {
  .post-navigation .post-navigation-container a .navigation-text-container.all-container {
    padding-left: 25px;
  }
}
.post-navigation .post-navigation-container a .navigation-text-container.next-container span.a-text span.gray {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .post-navigation .post-navigation-container a .navigation-text-container.next-container span.a-text {
    color: #c4122f;
  }
}
@media screen and (max-width: 1090px) {
  .post-navigation .post-navigation-container a .navigation-text-container.next-container {
    padding-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .post-navigation .post-navigation-container a .navigation-text-container {
    padding: 0 !important;
  }
}
.post-navigation .post-navigation-container a.img-hover.bg-visible span.a-text {
  color: #ffffff !important;
}
.post-navigation .post-navigation-container a.img-hover.bg-visible span.a-text span.gray {
  color: #ffffff !important;
}
@media screen and (min-width: 768px) {
  .post-navigation .post-navigation-container a {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .post-navigation .post-navigation-container a:hover span.a-text:before {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.post-navigation .post-navigation-container a.disabled {
  pointer-events: none;
}
.post-navigation .post-navigation-container a.disabled span.a-text {
  cursor: default;
  color: #e0dfdd;
}
.post-navigation .post-navigation-container a.disabled span.a-text span.gray {
  color: #e0dfdd;
}
.post-navigation .post-navigation-container:after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
  background: #ececec;
}
.post-navigation .post-navigation-container:hover:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .post-navigation {
    padding-left: 0;
    padding-right: 0;
  }
}
.bg-container {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  background-position: center center !important;
  background-size: cover !important;
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.bg-container.visible {
  opacity: 1;
}
.bg-container.next {
  right: 0;
}
.bg-container.next:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}
.bg-container.all {
  left: 0;
}
.bg-container.all:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000000;
}
.category-navigation {
  height: 80px;
  text-align: center;
  width: 100%;
}
.category-navigation a.cat {
  padding: 0 10px;
  border-radius: 5px;
  margin: 25px 5px 0;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.category-navigation a.cat span.a-text {
  font-family: 'league-gothic', 'Teko', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.2rem;
  color: #000000;
  letter-spacing: .1em;
  line-height: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 400px) {
  .category-navigation a.cat {
    margin: 25px 2px 0;
  }
  .category-navigation a.cat span.a-text {
    font-size: 15px;
    font-size: 1rem;
  }
}
.category-navigation a.cat.active,
.category-navigation a.cat:hover {
  background-color: #c4122f;
}
.category-navigation a.cat.active span.a-text,
.category-navigation a.cat:hover span.a-text {
  color: #ffffff;
}
.nothing-found-container,
.error {
  padding-top: 70px;
  padding-bottom: 70px;
}
.nothing-found-container p,
.error p {
  text-align: center;
  font-size: 18px;
  font-size: 1.2rem;
}
.nothing-found-container form.search-form input[type="search"],
.error form.search-form input[type="search"] {
  border-bottom: 1px solid #000000;
  color: #000000;
  border-radius: 0 !important;
}
.nothing-found-container form.search-form input[type="search"]:focus,
.error form.search-form input[type="search"]:focus {
  border-bottom: 1px solid #000000;
  color: #000000;
}
.nothing-found-container form.search-form input[type="search"]::placeholder,
.error form.search-form input[type="search"]::placeholder {
  color: #a4a09a !important;
}
.nothing-found-container form.search-form button,
.error form.search-form button {
  color: #000000 !important;
}
.another-search-container {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #e9e7e7;
  margin-top: 10px;
}
.another-search-container form.search-form input[type="search"] {
  border-bottom: 1px solid #000000;
  color: #000000;
  border-radius: 0 !important;
}
.another-search-container form.search-form input[type="search"]:focus {
  border-bottom: 1px solid #000000;
  color: #000000;
}
.another-search-container form.search-form input[type="search"]::placeholder {
  color: #a4a09a !important;
}
.another-search-container form.search-form button {
  color: #000000 !important;
}
