/*
Theme Name: One Pixel Brush
Theme URI: https://onepixelbrush.com/
Author: Kristian Habenicht
Description: Official One Pixel Brush theme
Version: 2
Text Domain: onepixelbrush
*/

/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face {
    font-family: 'proxima_nova';
    src: url('fonts/proxima_nova_bold-webfont.woff2') format('woff2'),
         url('fonts/proxima_nova_bold-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_nova';
    src: url('fonts/proxima_nova_regular_italic-webfont.woff2') format('woff2'),
         url('fonts/proxima_nova_regular_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'proxima_nova';
    src: url('fonts/proxima_nova_regular-webfont.woff2') format('woff2'),
         url('fonts/proxima_nova_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova';
    src: url('fonts/proxima_nova_semibold_italic-webfont.woff2') format('woff2'),
         url('fonts/proxima_nova_semibold_italic-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'proxima_nova';
    src: url('fonts/proxima_nova_semibold-webfont.woff2') format('woff2'),
         url('fonts/proxima_nova_semibold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Big Caslon';
    src: url('fonts/BigCaslon-Medium.woff2') format('woff2'),
         url('fonts/BigCaslon-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/**
 * @license
 * MyFonts Webfont Build ID 3867246, 2020-12-16T11:57:38-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: Big Caslon CC Regular by Carter &amp; Cone Type Inc.
 * URL: https://www.myfonts.com/products/regular-big-caslon-cc-508401
 * Copyright: Copyright © 2023 Monotype Imaging Inc. All rights reserved.
 *
 * © 2023 MyFonts Inc. */



@font-face {
  font-family: "BigCaslonCCRegular";
  src: url('fonts/font.woff2') format('woff2'), url('fonts/font.woff') format('woff');
}



html {
	background: #000;
	color: #474747;
	box-sizing: border-box;
	font-family: 'proxima_nova', sans-serif;
}

a {
	color: #474747;
	text-decoration: none;
	transition: 0.2s color ease-in-out;
}

a:hover {
	color: #d96e1c;
	text-decoration: none;
}

body {
	position: relative;
	box-sizing: border-box;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
}

#nav-column {
	width: 15%;
	/*! min-width: 278px; */
	max-width: 600px;
	position: fixed;
	background-color: #000000a8;
	height: 100vh;
	box-sizing: border-box;
	top: 0;
	left: 0;
  z-index: 59;
}

.logo-container,
.site-description-container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 40px 0 0;
	z-index: 100;
	position: relative;
}

.site-description-container {
	margin: 0;
}

#new-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	/*! width: 187px; */
	margin: 0 60px 0 0;
}

#logo-text {
	/*! flex: 0 1 110px; */
}

#logo-text img {
	width: 100%;
	height: auto;
}

#logo-text img.opb-orange {
	display: none;
}

#logo-text img.opb-blue {
	display: none;
}

#logo-text img.opb-yellow {
	display: none;
}

#logo-text img.opb-purple {
	display: none;
}

#logo-text img.opb-orange.show-opb-image,
#logo-text img.opb-blue.show-opb-image,
#logo-text img.opb-yellow.show-opb-image,
#logo-text img.opb-purple.show-opb-image {
	display: block;
}

/* #logo-text {
	font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
	color: #474747;
	font-weight: bold;
	margin-left: 6px;
	position: relative;
	top: -1px;
}

#logo-text span {
	display: block;
	font-size: 42px;
	line-height: 22px;
	z-index: 100;
	position: relative;
}

#logo-text span:nth-child(1) {
	z-index: 101;
	top: -5px;
	letter-spacing: -1px;
}

#logo-text span:nth-child(2) {
	color: #dc6d1b;
	z-index: 102;
	top: -2px;
	line-height: 31px;
	letter-spacing: -1px;
}

#logo-text span:nth-child(3) {
	z-index: 99;
	line-height: 40px;
	letter-spacing: -1px;
}

#logo-text span.highlight-word-one:nth-child(2) {
	color: #a4458d;
}

#logo-text span.highlight-word-two:nth-child(2) {
	color: #dc6d1b;
}

#logo-text span.highlight-word-three:nth-child(2) {
	color: #48a1a2;
}

#logo-text span.highlight-word-four:nth-child(2) {
	color: #a49130;
} */

#pixel-square {
	display: flex;
	width: 100%;
	height: 100%;
	flex-wrap: wrap;
	flex: 0 1 100px;
	margin-right: 8px;
}

#pixel-square span {
	flex: 0 1 33.33%;
	height: 26px;
	display: block;
	background: #333;
}

#pixel-square span:nth-child(2) {
	border-right: 8px solid #000;
	box-sizing: border-box;
}

#pixel-square span.corner-one {
	background: #333;
}

#pixel-square span.hovering.highlight-corner-one {
	background: #a4458d;
}

#pixel-square span.corner-two {
	background: #dc6d1b;
}

#pixel-square span.hovering.highlight-corner-two {
	background: #dc6d1b;
}

#pixel-square span.corner-three {
	background: #333;
}

#pixel-square span.hovering.highlight-corner-three {
	background: #48a1a2;
}

#pixel-square span.corner-four {
	background: #333;
}

#pixel-square span.hovering.highlight-corner-four {
	background: #a49130;
}

#pixel-square span:nth-child(5) {
	background: #000;
}

#pixel-square span.hovering {
	background: #333;
}

.logo {
	width: 57.55%;
	font-size: 1em;
	line-height: 0;
	position: relative;
	z-index: 0;
	margin: 0 60px 0 0;
	padding: 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.logo a {
	display: block;
	background: 0 0;
	outline: 0;
	padding: 0;
	color: transparent;
	text-shadow: none;
}

.logo picture {
	display: block;
}

.logo img {
	position: relative;
	max-width: 100%;
	border-style: none;
	width: 100%;
  height: auto;
}

.site-description {
  display: block;
  width: 184px;
  color: #333;
  line-height: normal;
  padding-top: 3px;
  font-size: 11px;
  text-align: justify;
  margin: 0 60px 0 0;
}

.site-description:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.nav-container {
	width: 100%;
	height: 100vh;
	position: absolute;
	z-index: 50;
	display: block;
	top: 0;
	left: 0;
}

.menu-main-menu-container {
	width: 100%;
	height: 100vh;
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	box-sizing: border-box;
	padding: 0 30px 0 0;
  top: -20px;
}

.menu-main-menu-container ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
}

.menu-main-menu-container li {
	text-align: right;
	margin: 0 0 40px 0;
	padding: 0;
	display: block;
}

.menu-main-menu-container li:last-child {
	margin-bottom: 0;
}

.menu-main-menu-container a {
	font-weight: 900;
	text-transform: uppercase;
	transition: 0.2s transform ease-in-out, 0.2s color ease-in-out;
	transform: scale(1);
	transform-origin: right;
	display: inline-block;
	position: relative;
	padding-right: 30px;
	letter-spacing: 2px;
	font-size: 14px;
}

.menu-main-menu-container i {
	position: absolute;
	top: 4px;
	right: 0px;
	font-size: 10px;
	opacity: 0;
	transition: 0.2s opacity ease-in-out, 0.2s transform ease-in-out;
	transform: translate(-6px, 0);
}

.menu-main-menu-container a:hover {
	transform: scale(1.02);
}

.menu-main-menu-container a:hover i.fa-regular,
.menu-main-menu-container li.current_page_item > a > i.fa-solid,
.menu-main-menu-container li.current-menu-item > a > i.fa-solid {
	opacity: 1;
	transform: translate(0, 0);
}

.menu-main-menu-container li.menu-item-has-children > a:hover i {
  opacity: 0;
}

.menu-main-menu-container li.current_page_item > a,
.menu-main-menu-container li.current_page_item > a > i,
.menu-main-menu-container li.current-menu-item > a,
.menu-main-menu-container li.current-menu-item > a > i,
.menu-main-menu-container li.current-menu-parent > a {
	color: #d96e1c;
}

.menu-item-has-children {
  overflow: hidden;
}

.menu-item-has-children ul {
  max-height: 0vh;
  overflow: hidden;
  -webkit-transition: none;
  transition: none;
  transition-duration: 0s;
}

.menu-item-has-children ul.loaded {
  max-height: 0vh;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition-duration: 0.3s;
}

.menu-item-has-children ul li {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
  transition-duration: 0s;
}

.menu-item-has-children ul.loaded li {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition-duration: 0.3s;
}

.menu-main-menu-container .current-menu-parent ul {
  max-height: 20vh !important;
  overflow: visible;
}

.menu-main-menu-container .current-menu-parent ul li {
  opacity: 1;
}

.menu-item-has-children ul.opened-sub-menu {
  max-height: 20vh !important;
  overflow: visible;
}

.menu-item-has-children ul.opened-sub-menu li {
  opacity: 1;
}

.menu-item-has-children ul.closed-sub-menu {
  max-height: 0vh !important;
  overflow: hidden;
}

.menu-item-has-children ul.closed-sub-menu li {
  opacity: 0;
}

.menu-main-menu-container li ul li {
	margin: 0 0 0 0;
}

.menu-main-menu-container li ul li:first-child {
	margin-top: 0px;
}

.menu-main-menu-container li ul li:last-child {
	margin-bottom: 0;
}

.menu-main-menu-container li ul li a {
	font-weight: normal;
	text-transform: none;
	letter-spacing: 1px;
  padding: 10px 30px 0 0;
  box-sizing: border-box;
}

.menu-main-menu-container li li a i {
	top: 14px;
	font-size: 10px;
  right: 1px;
}

.social-nav-container {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 15.54%;
	min-width: 278px;
	max-width: 600px;
	box-sizing: border-box;
	z-index: 100;
	padding: 0 60px 12px;
}

.social-nav-container ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.social-nav-container li {
	margin: 0;
	padding: 10px;
}

.social-nav-container a {
	font-size: 20px;
	transition: 0.2s transform ease-in-out, 0.2s color ease-in-out;
	transform: scale(1);
}

.social-nav-container a i {
	transition: 0.2s transform ease-in-out, 0.2s color ease-in-out;
}

.social-nav-container a:hover {
	transform: scale(1.02);
}

.social-nav-container a:hover i {
	transform: scale(1.02);
}

.social-nav-container i {

}

#main-container {
	box-sizing: border-box;
	/*! padding-left: 15%; */
  position: relative;

	/*! padding-right: 15%; */
	width: ;
	width: 70%;
	margin: 0px auto;
}

#main {
	position: relative;
	/*! top: 40px; */
}

.portfolio-item {
	/*! display: flex; */
	/*! align-content: center; */
	/*! justify-content: center; */
	/*! margin-bottom: 20px; */
}

.portfolio-main {
	/*! flex: 0 1 86%; */
	position: relative;
	width: 100%;
	margin: 0px auto;
	display: block;
}

.portfolio-column {
	flex: 0 1 14%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}

.portfolio-main img {
	width: 100%;
	height: auto;
}

.portfolio-logo {
	padding: 0px 36px 20px 28px;
}

.portfolio-logo img {
	width: 100%;
	height: auto;
}

.portfolio-logo p {
  font-size: 14px;
}

.portfolio-nav ul {
	margin: 0;
	padding: 0 0 36px 36px;
	list-style-type: none;
}

.portfolio-nav li {
	margin: 0;
	padding: 0 0 16px;
}

.portfolio-nav a {
	font-weight: 900;
	transition: 0.2s transform ease-in-out, 0.2s color ease-in-out;
	transform: scale(1);
	transform-origin: left;
	display: inline-block;
}

.portfolio-nav i {
	padding-right: 16px;
}

.portfolio-nav a:hover {
	transform: scale(1.02);
}

#mobile-nav {
	display: none;
}

.centered-main-column-container {
	/*! display: flex; */
	/*! width: clamp(calc(100vw - (278px*2)), calc(100vw - (100vw * (0.1554*2))), calc(100vw - (600px*2))); */
	/*! justify-content: center; */
}

.centered-main-column-wrapper {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}

.centered-main-column {
	width: 47vw;
	max-width: 1818px;
	margin: 0px auto;
	margin-top: 5vw;
}

.centered-main-column p {
	color: #6e6e6e;
	font-size: 15px;
}

.page-template-about .centered-main-column h1,
.page-template-contact .centered-main-column h1 {
	text-align: center;
	color: #6e6c6d;
	font-size: 2.1vw;
	margin: 0;
	letter-spacing: 1px;
}

.page-template-contact .centered-main-column h1.manual-heading {
	text-align: left;
}

.page-template-contact .centered-main-column h1,
.page-template-contact .centered-main-column h1 p {
	font-family: 'BigCaslonCCRegular';
	position: relative;
	font-size: 2vw;
}

.page-template-about .centered-main-column h1 span,
.page-template-contact .centered-main-column h1 span:last-child {
	font-family: 'BigCaslonCCRegular';
	color: #e6e7e9;
	font-size: 2.6vw;
}

.page-template-contact .centered-main-column h1 span,
.page-template-contact .centered-main-column h1 p span {
  color: #000;
}

.page-template-contact .centered-main-column h1 span:last-child,
.page-template-contact .centered-main-column h1 bold,
.page-template-contact .centered-main-column h1 p strong {
	font-family: 'proxima_nova', sans-serif;
	font-size: 2.4vw;
	position: absolute;
	right: 0;
	top: -8px;
	right: -1px;
}

.page-template-contact .centered-main-column h1 p strong {
	font-family: 'proxima_nova', sans-serif;
	font-size: 2.4vw;
	position: static;
	right: auto;
	top: auto;
	color: #fff;
}

.page-template-about .centered-main-column h1 span span,
.page-template-contact .centered-main-column h1 span span {
	color: #dc6a14;
}

.page-template-contact h2 {
	font-family: 'BigCaslonCCRegular';
	color: #6e6c6d;
	text-align: center;
	font-size: 1.8vw;
	margin-bottom: 40px;
	margin-top: 100px;
}

.page-template-contact h2 span {
	font-family: 'proxima_nova', sans-serif;
	color: #e6e7e9;
	font-size: 2.2vw;
}

.about-photos {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 100px;
	gap: 20px;
}

.about-photos img {
	transition: transform 0.2s ease-in-out;
	width: 100%;
	height: auto;
}

.about-photos img:hover {
	transform: scale(1.05);
	cursor: pointer;
}

.about-photos > div {
	flex: 0 1 20%;
}

.about-photos h2 {
	margin: 12px 0 0;
	text-transform: uppercase;
	color: #f1f1f1;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 3px;
}

.about-photos h3 {
	margin: 3px 0;
	color: #6d6d6d;
	font-size: 15px;
	font-weight: normal;
}

a.email-link {
	display: block;
	background-color: #dc6d1b;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000;
	transition: background-color 0.2s ease-in-out;
	font-size: 13px;
	font-weight: bold;
}

a.email-link span:first-child {
  padding-right: 10px;
  display: none;
}

a.email-link:hover {
	background-color: #000;
	color: #dc6d1b;
}

a.email-link:hover span:first-child {
  display: inline-block;
}

.email-link .fa-check {
  padding-left: 10px;
}

p.email-blurb {
	text-align: center;
}

p.email-blurb span {
	color: #dc6d1b;
	font-weight: bold;
}

.color-orange {
	color: #dc6d1b;
}

.color-white {
	color: #e2e2e2;
}

.signature {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	flex-direction: column;
}

.signature p {
	margin-bottom: 2px;
}

.signature img {
	width: 200px;
	height: auto;
}

.about-hr {
	margin-top: 116px;
	margin-bottom: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-hr img {
	width: 50%;
}

.contact-text {
	margin-bottom: 40px;
}

.about-text {
	margin-top: 100px;
}

.about-text p,
.contact-text p {
	font-style: italic;
	text-align: justify;
	line-height: 1.3;
	font-size: 15px;
}

p span.color-white {
	font-weight: bold;
}

.about-text > div:first-child,
.contact-text > div:first-child {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 50px;
}

.about-text > div:first-child div,
.contact-text > div:first-child div {
	flex: 0 1 50%;
}

.about-text .bigger-font p,
.contact-text .bigger-font p,
.contact-text p.bigger-font {
	font-size: 18px;
}

.contact-text p {
	font-size: 15px;
}

.plus {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 3vw;
	line-height: 44px;
	margin-bottom: 24px;
}

.form-container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px 26px;
}

.form-container > div {
	flex: 0 1 calc(50% - 26px);
	margin-bottom: 12px;
	box-sizing: border-box;
}

.form-container > div br {
	display: none;
}

.form-container > div span {
	display: block;
	box-sizing: border-box;
}

.wpcf7-form label {
	color: #6b6b6b;
	font-style: italic;
	display: block;
	margin-bottom: 16px;
	font-size: 18px;
	box-sizing: border-box;
}

.wpcf7-form label span {
	font-weight: 900;
	color: #db6911;
	font-style: normal;
	display: inline;
}

.wpcf7-form input,
.wpcf7-form textarea {
	background: #0b0b0b;
	border: 0;
	border-bottom: 1px solid #242424;
	color: #6b6b6b;
	line-height: 1.2;
	padding: 8px 12px;
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.wpcf7-form textarea {
	height: 38px;
}

.wpcf7-form select {
  background: #0b0b0b;
	border: 0;
	border-bottom: 1px solid #242424;
  color: #6b6b6b;
  line-height: 1.2;
  display: block;
	width: 100%;
	box-sizing: border-box;
}

.wpcf7-form select option:checked {
    color: #000;
    background-color: #dc6d1b;
}

.wpcf7-form input[type="submit"] {
	display: block;
	background-color: #dc6d1b;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000;
	transition: background-color 0.2s ease-in-out;
	font-size: 13px;
	font-weight: bold;
	padding: 12px;
	margin-top: 60px;
	border: 0;
}

.wpcf7-form input[type="submit"]:hover {
	cursor: pointer;
	background-color: #000;
	color: #dc6d1b;
}

body .wpcf7-not-valid-tip {
	margin-top: 10px;
}

body .wpcf7 form .wpcf7-response-output {
	padding: 10px 16px;
	margin: 2em 0 1em;
	color: #6b6b6b;
}

body .wpcf7 form.invalid .wpcf7-response-output,
body .wpcf7 form.unaccepted .wpcf7-response-output,
body .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #dc6d1b;
}

body .wpcf7-spinner {
	margin: 20px 24px;
}

#process-container {
	display: flex;
	align-content: stretch;
	justify-content: flex-start;
}

#content-blocks-container {
  margin-top: 40px;
  /*! width: 86%; */
}

.process-column {
	/*! flex: 0 0 86%; */
	width: 100%;
}

#content-blocks-container .process-column {
	/*! flex: 0 0 100%; */
}

.process-column h1 {
	text-align: center;
	color: #6f6d6e;
	font-size: 40px;
	margin-top: 28px;
	width: 100%;
}

.process-column h1 p {
  margin: 0;
}

.process-column h1 strong {
	color: #e5e6e8;
	font-family: 'BigCaslonCCRegular';
	font-size: 50px;
	line-height: 42px;
}

.process-nav-container {
	flex: 0 1 14%;
}

.process-sections {
	display: flex;
	width: 100%;
	position: relative;
	flex-wrap: wrap;
	justify-content: space-between;
}

.process-sections > div {
	flex: 0 1 100%;
	background-color: #191418;
	margin-bottom: 12px;
	box-sizing: border-box;
}

.process-sections > div.process-50 {
	flex: 0 0 calc(50% - 6px);
}

.process-sections > div.process-66 {
	flex: 0 0 calc(66.666% - 6px);
}

.process-sections > div.process-34 {
	flex: 0 0 calc(33.333% - 6px);
}

.process-sections > div.process-100 {
	flex: 0 0 100%;
}

.process-sections > div.process-80 {
	flex: 0 0 calc(80% - 6px);
}

.process-sections > div.process-20 {
	flex: 0 0 calc(20% - 6px);
}

.process-sections > div.process-25 {
	flex: 0 0 calc(25% - 6px);
}

.process-sections > div.process-75 {
	flex: 0 0 calc(75% - 6px);
}
.process-sections > div.process-25 a{color:#eee;font-size: 18px}
.process-sections > div.is-spacer {
	background-color: #000;
}

.process-sections > div.process-50 img,
.process-sections > div.process-66 img,
.process-sections > div.process-34 img,
.process-sections > div.process-100 img,
.process-sections > div.process-20 img,
.process-sections > div.process-25 img,
.process-sections > div.process-80 img,
.process-sections > div.process-75 img {
  width: 100%;
  height: auto;
}

body .video-js .vjs-big-play-button {
  width: 3em;
  height: 3em;
  top: 50%;
  left: 50%;
  margin-left: -1.5em;
  margin-top: -1.5em;
  border-color: #dc6d1b;
  border-radius: 3em;
  background-color: rgba(115, 133, 159, 0);
}

body .video-js .vjs-big-play-button {
  line-height: 3em;
}

body .vjs-icon-play::before,
body .video-js .vjs-play-control .vjs-icon-placeholder::before,
body .video-js .vjs-big-play-button .vjs-icon-placeholder::before {
  color: #dc6d1b;
}

body .video-js:hover .vjs-big-play-button,
body .video-js .vjs-big-play-button:focus {
  border-color: #dc6d1b;
  background-color: rgba(115, 133, 159, 0);
}

.process-text {
	box-sizing: border-box;
	padding: 14px 46px 20px;
}

.process-text h2 {
	margin-top: 0;
}

.process-text h2 {
	color: #e4e2e5;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2px;
}

.process-text  h2 a{color:#e4e2e5}
.process-text h2 span {
	font-family: 'BigCaslonCCRegular';
	color: #dc6d1b;
	font-size: 52px;
	padding-right: 14px;
	letter-spacing: normal;
}

.page-template-contact .process-text h2 {
  font-family: 'proxima_nova', sans-serif;
	color: #e4e2e5;
	text-align: left;
	font-size: 16px;
	margin: 0 0 14px;
}

.process-text p {
	color: #757374;
	font-style: italic;
	width: 34%;
}

.process-sections > div.process-50 .process-text p,
.process-sections > div.process-100 .process-text p,
.process-sections > div.process-66 .process-text p,
.process-sections > div.process-34 .process-text p,
.process-sections > div.process-80 .process-text p,
.process-sections > div.process-20 .process-text p,
.process-sections > div.process-25 .process-text p,
.process-sections > div.process-75 .process-text p {
	width: 100%;
}

#section-footer {
	width: 100%;
}

#section-footer > div {
	background: #0d0d0d;
	margin-top: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 32px;
}

#section-footer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

#section-footer p,
#section-footer li {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

#section-footer li a {
	border-right: 1px solid #474747;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

#section-footer li:last-of-type a {
	padding-right: 0;
	border-right: 0;
}

#main > #section-footer {
	width: 100%;
}

.page-template-contact .centered-main-column,
.page-template-about .centered-main-column {
  padding-top: 60px;
}

.content-block-heading {
  padding-top: 26px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 1200px) {

	#nav-column {
		width: 100%;
		min-width: 278px;
		max-width: none;
		height: 68px;
		z-index: 1000;
	}

	#mobile-nav {
		display: block;
		position: absolute;
		top: 26px;
		left: 28px;
		z-index: 500;
		font-size: 26px;
		color: white;
	}

	.logo-container {
		top: 0px;
		height: 68px;
		margin-top: 0;
		justify-content: center;
	}

	.logo {
		width: 138px;
		line-height: 0;
		margin: 0;
	}

	.logo span {
		line-height: 2px;
		padding-top: 10px;
	}

	.nav-container {
		background: #000;
		padding-top: 120px;
		transition: 0.2s transform ease-in-out, 0.2s opacity ease-in-out;
		transform: scaleY(0);
		transform-origin: top;
		opacity: 0;
	}

	.nav-container.opened-mobile-nav {
		transform: scaleY(1);
		opacity: 1;
	}

	.menu-main-menu-container {
		padding: 0;
		align-items: flex-start;
		top: 0;
	}

	.menu-main-menu-container ul.sub-menu {
		padding-left: 28px;
	}

	.menu-main-menu-container li {
		text-align: left;
		margin-bottom: 0;
	}

	.menu-main-menu-container a {
		padding: 6px 30px 6px 28px;
		transform-origin: left;
	}

	.menu-main-menu-container i {
		top: 10px;
	}

	.menu-main-menu-container li ul li,
	.menu-main-menu-container li ul li:first-child {
		margin: 0;
	}

	.menu-main-menu-container li ul.sub-menu li:last-child {
		padding-bottom: 18px;
	}

	.menu-main-menu-container li ul li a {

	}

	.menu-main-menu-container li li a i {
		top: 14px;
	}

	.social-nav-container {
		background: #000;
		width: 100%;
		max-width: none;
		z-index: 800;
		padding: 12px 20px;
	}

	.social-nav-container li {
		padding: 0;
	}

	.social-nav-container a {
		padding: 10px 16px;
	}

	#main-container {
		padding-left: 0;
		padding-bottom: 60px;
	}

	#main {
		padding-top: 98px;
    top: 0;
	}

	.portfolio-item {
		flex-direction: column;
	}

	.portfolio-column {
		display: none;
	}

	.centered-main-column-container {
		width: 100vw;
	}

	.centered-main-column {
		width: 100vw;
		padding: 0px 10px;
		box-sizing: border-box;
		line-height: 30px;
	}

	.centered-main-column > * {
		padding-left: 20px;
		padding-right: 20px;
	}

	.centered-main-column > h1 {
		padding-left: 0;
		padding-right: 0;
	}

	.page-template-about .centered-main-column h1,
	.page-template-contact .centered-main-column h1 {
		font-size: 5vw;
		margin: 0 20px;
		letter-spacing: normal;
	}

	a.email-link {
		margin-left: 20px;
		margin-right: 20px;
	}

	.about-photos {
		flex-wrap: wrap;
		gap: 10px;
	}

	.about-photos > div {
		flex: 0 1 calc(50% - 10px);
	}

	.about-text > div:first-child,
	.contact-text > div:first-child {
		display: block;
	}

	.plus {
		font-size: 8vw;
	}

	.page-template-contact h2 {
		font-size: 5vw;
	}

	.page-template-contact h2 span {
		font-size: 6vw;
	}

	.form-container {
		display: block;
	}

	#process-container {
		display: block;
	}

	.process-sections {
		display: block;
	}

	.process-column h1 {
		text-align: center;
		font-size: 40px;
	}

	.process-column h1 strong {
		font-size: 40px;
		line-height: normal;
	}

	.process-text p,
	.process-sections > div.process-50 .process-text p,
	.process-sections > div.process-34 .process-text p,
	.process-sections > div.process-100 .process-text p,
	.process-sections > div.process-25 .process-text p
	.process-sections > div.process-75 .process-text p {
		width: 100%;
	}

	#section-footer {
		width: 100%;
	}

	#section-footer > div {
		flex-direction: column;
	}

	#section-footer p {
		text-align: center;
	}

	#section-footer > div p:first-child {
		margin-top: 0;
	}

	#main > #section-footer {
		width: 100%;
	}

	.wpcf7-form input[type="submit"] {
		font-size: 11px;
	}

	#new-logo {
		margin: 0;
	}
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
