/*!
Theme Name: BCS Fabrication
Theme URI: http://underscores.me/
Author: Bizango
Author URI: http://www.bizango.com
Description: BCS Fabrication Theme based off underscores
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bz_base
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Bizango Base 2 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* @import url("./assets/css/mobile-menu.css") only screen and (max-width: 1000px); */
:root {
	--pageFrame: 1315px;
	--pageFrameLess: 1155px;
	--maxWidth: 2000px;
	--padLess: 3.125rem;
	--padNorm: 4.375rem;
	--padMore: 7rem;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
/* SKIP TO NAV */
.skip-content-container:focus,
.skip-content-container:focus-within {
	background-color: #34b9a5;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #fff;
	display: block;
	font-size: 24px;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 0px;
	width: auto;
	z-index: 100000;
}
.skip-content-container {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: fixed;
	width: 1px;
	word-wrap: normal !important;
}
/* Do not show the outline on the skip link target. */
.skip-content-container:focus-within {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.nav__li--skip-to {
	list-style: none;
	margin: 0 5px;
}
.nav__li--skip-to:last-child {
	margin-bottom: 0px;
}
.skip-content-container .skip-link {
	color: #fff !important;
	font-weight: 700;
}
/* Do not show the outline on the skip link target. */
#main_content[tabindex="-1"]:focus {
	outline: 0;
}
.js-focus-visible :focus:not(.focus-visible) {
	outline: none;
}
.js-focus-visible .focus-visible,
.js-focus-visible .slick-arrow.focus-visible {
	outline: 2px solid red !important;
}
/* Removes animations for users who have set this preference */
@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		-webkit-animation-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
		-webkit-transition-duration: 0.01ms !important;
		-o-transition-duration: 0.01ms !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
/* GENERAL */
a,
b,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
i,
img,
li,
ol,
p,
span,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
u,
ul {
	border: 0;
	margin: 0;
	padding: 0;
}
ul,
ol {
	list-style-position: inside;
}
html,
body {
	height: 100%;
	scroll-behavior: smooth;
}
html {
	visibility: visible !important;
}
body,
body.page {
	height: auto;
	margin: 0 auto;
	max-width: var(--maxWidth);
	position: relative;
	overflow: auto !important;
	width: 100%;
}
div.site {
	display: block;
	margin: 0 auto;
	max-width: var(--maxWidth);
	overflow-x: hidden;
	position: relative;
}
.page_frame {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: var(--pageFrame);
	padding: 0 20px;
	width: 100%;
}
/* PADDING */
.block.padding-top__less {
	padding-top: var(--padLess);
}
.block.padding-top__normal,
.block.hero-padding-top__less,
.block--hero.padding-top__less {
	padding-top: var(--padNorm);
}
.block.padding-top__more,
.block.hero-padding-top__normal,
.block--hero.padding-top__normal {
	padding-top: var(--padMore);
}
.block.hero-padding-top__more,
.block.block--hero.padding-top__more {
	padding-top: 7.5rem;
}
.block.padding-bottom__less {
	padding-bottom: var(--padLess);
}
.block.padding-bottom__normal,
.block.hero-padding-bottom__less,
.block--hero.padding-bottom__less {
	padding-bottom: var(--padNorm);
}
.block.padding-bottom__more,
.block.hero-padding-bottom__normal,
.block--hero.padding-bottom__normal {
	padding-bottom: var(--padMore);
}
.block.hero-padding-bottom__more,
.block.block--hero.padding-bottom__more {
	padding-bottom: 7.5rem;
}
@media only screen and (max-width: 640px) {
	.block.padding-top__less,
	.block.hero-padding-top__less,
	.block--hero.padding-top__less {
		padding-top: 1.5rem;
	}
	.block.padding-top__normal,
	.block.hero-padding-top__less,
	.block--hero.padding-top__less {
		padding-top: 2em;
	}
	.block.padding-top__more,
	.block.hero-padding-top__normal,
	.block--hero.padding-top__normal {
		padding-top: 2.5em;
	}
	.block.hero-padding-top__more {
		padding-top: 3rem;
	}
	.block.padding-bottom__less {
		padding-bottom: 1.5rem;
	}
	.block.padding-bottom__normal,
	.block.hero-padding-bottom__less,
	.block--hero.padding-bottom__less {
		padding-bottom: 2em;
	}
	.block.padding-bottom__more,
	.block.hero-padding-bottom__normal,
	.block--hero.padding-bottom__normal {
		padding-bottom: 2.5em;
	}
	.block.hero-padding-bottom__more,
	.block--hero.padding-bottom__more {
		padding-bottom: 3rem;
	}
}
/* HEADER/FOOTER */
.header {
	max-width: var(--maxWidth);
	padding-top: 20px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9;
}
.header__bg {
	background: linear-gradient(180deg, rgba(28, 31, 34, 0.7) 0%, rgba(28, 31, 34, 0) 100%);
	height: 180px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.header__frame,
.footer__frame {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.header__logo,
.footer__logo {
	/* -ms-flex-preferred-size: 20%;
	flex-basis: 20%; */
	z-index: 10;
}
.header__logo-img,
.footer__logo-img {
	display: block;
	max-width: 200px;
	min-width: 200px;
	width: 100%;
}
.header__nav-wrapper,
.footer__nav-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: static;
	width: auto;
	z-index: 5;
}
.header__mobile-nav-toggle {
	color: var(--textLight);
	display: none;
	z-index: 1;
}
.header__nav-wrapper--desk {
	position: relative;
}
/* --------------------------------------------- NAV */
.nav {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
/* NAV ELEMENTS */
.header__nav-bg {
	background: var(--midGray);
	border-bottom: 5px solid var(--teal);
	border-radius: 5px 0px 0 0;
	box-shadow: 4px -4px 4px 0px rgba(0, 0, 0, 0.05);
	height: 100%;
	left: -20px;
	opacity: 0.8;
	overflow: hidden;
	position: absolute;
	top: 0;
	transform: skewX(-24deg);
	/* width: 2000px; */
	width: 150%;
}
.nav .nav__li {
	line-height: 1em;
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
	position: relative;
}
nav > .nav > .nav__li:last-child > a {
	padding-right: 0;
}
.subnav-button-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.nav__a {
	display: inline-block;
	font-family: "din-2014", sans-serif;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	padding: 20px;
	text-transform: uppercase;
}
.header .nav__a {
	color: var(--textLight);
	font-weight: 700;
	text-align: center;
	padding: 20px 10px;
}
.nav__a.has-subnav {
	padding-right: 5px;
}
.button--expand-nav {
	background: none;
	border: 0;
	display: none;
	font-size: 0.75rem;
	margin: 0 5px;
	padding: 0;
}
.header__nav-wrapper--desk .button--expand-nav {
	display: inline-block;
}
.header__nav-wrapper--desk .button--expand-nav::after {
	color: var(--textLight);
	content: "\e801";
	display: inline-block;
	font-family: "icon";
	font-size: 0.8em;
	line-height: 0.8em;
	position: relative;
	transform: rotate(90deg);
	transition: transform 500ms ease;
}
.active > .button--expand-nav::after {
	transform: rotate(-90deg);
}
/* NAV MODIFIERS */
#header__nav--mobile,
.nav--mobile {
	display: none;
}
.nav--subnav,
.header__nav-wrapper--desk .nav--subnav .button--expand-nav::after {
	color: white;
}
.nav--subnav {
	background-color: rgba(28, 31, 34, 0.9);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	left: 0;
	min-width: 100%;
	padding: 5px 0;
	position: absolute;
	top: 100%;
}
.nav--subnav > .nav__li {
	background: none;
	margin: 0;
	padding: 0;
}
.nav--subnav .nav__a {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0;
	max-width: 250px;
	padding: 10px 20px;
	width: max-content;
	text-transform: none;
}
.nav--subnav .nav__a:hover {
	color: var(--teal);
}
.nav--subnav .nav--subnav {
	background-color: transparent;
	position: relative;
	top: auto;
	padding: 10px 0 0 10px;
}
.nav--subnav .nav--subnav .nav__li {
	padding: 0;
}
@media only screen and (min-width: 1200px) {
	.header .nav__a {
		padding: 20px 16px;
	}
}
@media only screen and (max-width: 1000px) {
	.header__logo {
		padding-left: 0px;
	}
	.header__frame {
		position: static;
	}
	.header__nav-wrapper {
		z-index: auto;
	}
	.header__mobile-nav-wrapper {
		left: 0;
		position: absolute;
		top: -20px;
		width: 100%;
		z-index: -1;
	}
	.header__nav-wrapper--desk {
		display: none;
	}
	#header__nav--mobile {
		display: block;
	}
	.nav--mobile {
		background-color: var(--teal);
		left: 0;
		padding-top: 100px;
		position: absolute;
		top: -20px;
		width: 100%;
		z-index: 2;
	}
	.nav--mobile .nav--subnav {
		position: relative;
	}
	.nav--mobile .nav__li {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		justify-content: stretch;
		margin: 0;
		padding: 0;
	}
	.nav--mobile .nav__a {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		min-height: 40px;
		padding: 10px 5%;
		text-align: left;
		width: 100%;
	}
	.nav--mobile.is-active {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
/* --------------------------------------------- FOOTER */
#footer {
	background-color: var(--midGray);
	color: var(--textLight);
}
#footer .footer-frame {
	padding-bottom: 3rem;
	padding-top: 3rem;
}
.footer__frame {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: -1px;
}
.footer__logo {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	position: relative;
}
.footer__logo-bg {
	box-shadow: 4px -4px 4px 0px rgba(0, 0, 0, 0.05);
	height: 100%;
	left: -20px;
	overflow: hidden;
	position: absolute;
	top: 0;
	/* width: 2000px; */
	width: 165%;
}
.footer__logo-bg .element__image {
	left: auto;
}
.footer__logo a {
	position: relative;
	z-index: 1;
}
.footer__logo-img {
	margin: 75px 0px 70px 0;
	max-height: 60px;
	max-width: 305px;
	width: 100%;
}
#footer__nav-wrapper {
	margin-left: -25px;
}
#footer__nav-wrapper .nav {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
#footer .footer__frame .nav li {
	padding: 0;
}
#footer .footer__frame .nav a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: var(--textLight);
	font-family: "norwester";
	padding: 5px 20px;
	text-align: center;
	text-transform: uppercase;
}
#footer .footer__frame .nav > li:last-child > a {
	padding-right: 0;
}
.footer__subnav {
	display: none;
}
.deep-footer {
	background-color: #000;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
}
.deep-footer__content {
	color: #888;
	text-align: center;
}
.deep-footer .copyright {
	font-size: 0.625rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
#bizango {
	/* background-image: url("./assets/images/bizango-white.png");
  background-position: center bottom;
  background-repeat: no-repeat; */
	color: #888;
	display: block;
	font-size: 10px;
	height: 12px;
	margin: 40px auto 25px;
	padding-bottom: 30px;
	width: 220px;
}
#bizango img {
	display: block;
	margin: 5px auto 0 auto;
}
@media only screen and (min-width: 480px) {
	.footer__logo-bg {
		border-radius: 0px 5px 0 0;
		left: auto;
		right: 30px;
		transform: skewX(24deg);
		width: 150%;
	}
	.footer__logo-bg .element__image {
		left: auto;
		right: -46px;
	}
	.footer__logo-bg img {
		transform: skewX(-24deg);
	}
	.footer__logo-img {
		margin: 75px 155px 70px 0;
	}
}
@media only screen and (min-width: 640px) {
	.footer__logo {
		margin-bottom: 0;
	}
	.footer__frame {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#footer__nav-wrapper {
		width: 100%;
	}
	#footer__nav-wrapper .nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	#footer .footer__frame .nav a {
		padding: 20px;
	}
}
@media only screen and (min-width: 768px) {
	#footer {
		background-color: var(--lightGray);
	}
	#footer .footer__frame .nav a {
		color: var(--textDark);
	}
	.footer__logo {
		left: -150px;
	}
}
@media only screen and (min-width: 1024px) {
	.footer__frame {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.footer__logo {
		left: auto;
	}
	#footer__nav-wrapper {
		width: auto;
	}
	#footer__nav-wrapper .nav {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}
@media only screen and (min-width: 1400px) {
	.footer__logo {
		left: calc(-20vw + 250px);
	}
}
@media only screen and (min-width: 2000px) {
	.footer__logo {
		left: -150px;
	}
}
/*---------------SITE STYLES---------------*/
.error-404 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 70vh;
}
.error-404 > .page_frame {
	padding-top: 120px;
}
.no-results {
	padding-bottom: 60px;
	padding-top: 120px;
}
/* PASSWORD PROTECTED */
.wp-password-form {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100vh;
	max-height: calc(100vh - 128px);
	padding: 100px 20px;
}
.ppw-post-password-container form {
	display: block;
	margin: 0 auto;
	max-width: 500px;
	text-align: center;
	width: 100%;
}
.wp-password-form p {
	font-size: 1.5rem;
	margin-bottom: 20px;
	text-align: center;
}
.wp-password-form label,
.wp-password-form input {
	display: block;
	font-size: 1.5rem;
	margin: 5px 0;
	width: 100%;
}
.wp-password-form form input[type="submit"] {
	display: block;
	margin: 10px 0;
	width: 100%;
}
