/*
Theme Name: The Fabrication Company
Theme URI: https://www.fabrication-company.com/
Description: Responsive theme for The Fabrication Company, designed by Agodie.
Version: 1.0
Author: kcweb.co
Author URI: https://kcweb.co
*/

/*
#221f1f - dark
#383833 - gray dark
#707070 - gray
#938575 - tan dark
#f6f7f7 - light

font-family: "gill-sans-nova", sans-serif;
font-weight: 300;
font-weight: 400;
font-weight: 600;
font-style: normal;
font-style: italic;

font-family: serif;
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section,
main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*end reset*/

/*begin base*/
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

html, body {
	height: 100%;
	width: 100%;
}
body {
	font-size: 100%;
	background: #f6f7f7;
	color: #221f1f;
	font-family: "gill-sans-nova", sans-serif;
	font-weight: 300;
	font-style: normal;
}
body.overlay-open {
	overflow: hidden;
}
img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

i,
em {
	font-style: italic;
}
b,
strong {
	font-weight: 600;
}
i b, b i,
em strong, strong em {
	font-style: italic;
	font-weight: 600;
}
sup {
	top: -0.5em;
	font-size: 0.625em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.5em;
	font-size: 0.625em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
button {
	background: none;
	border: 0 none;
	margin: 0;
	padding: 0;
	cursor: pointer;
	outline: 0 none;
}
button, input, select, textarea {
	color: #221f1f;
	font-size: 100%;
	font-family: "gill-sans-nova", sans-serif;
}
input[type="submit"] {
	cursor: pointer;
}
/* end base */

.notransition * {
	transition: none !important;
}
.nowrap {
	white-space: nowrap;
}
.phone {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}
.phone:hover {
	text-decoration: none;
}

.container {
	font-size: 16px;
	min-width: 320px;
	line-height: 1.2em;
	overflow: hidden;
}
.wrapper {
	padding: 0 18px;
	width: 100%;
	/*max-width: 1760px;*/
	margin: 0 auto;
	display: block;
}
.wrapper:after {
	content: '';
	display: table;
	clear: both;
}


/*blog default*/
.tfc-post-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 1.05em;	
	grid-row-gap: 1.05em;	
}
.tfc-post-grid .tfc-post {
	padding: 1.05em 0;
	border-bottom: 1px solid #938575;
}
.tfc-post-grid .tfc-post-link {
	color: inherit;
	display: block;
	transition: all 0.25s ease;
}
.tfc-post-grid .tfc-post-link:hover {
	color: #938575;
	text-decoration: none;
}
.tfc-post-grid .tfc-img {
	margin-bottom: 1.05em;
}
.tfc-post .tfc-default .the-content {
	
}
.tfc-pagination .page-numbers {
	color: inherit;
	transition: all 0.25s ease;
}
.tfc-pagination .page-numbers.current,
.tfc-pagination .page-numbers:hover {
	color: #938575;
	text-decoration: none;
}
.tfc-pagination {
	padding-top: 2.1em;
	text-align: center;
}
.tfc-pagination .page-numbers {
	margin: 0 10px;
}
.tfc-pagination .page-numbers.current {
	font-weight: 400;	
}
/*blog default*/

/*the-content*/
.the-content {
	
}
.the-content h1,
.the-content h2,
.the-content h3 {
	
}
.the-content h1 {
	font-size: 2em;
}
.the-content h2 {
	font-size: 1.875em;
}
.the-content h3 {
	font-size: 1.75em;
}
.the-content h4 {
	font-size: 1.625em;
}
.the-content h5 {
	font-size: 1.5em;
}
.the-content h6 {
	font-size: 1.375em;
}
.the-content h1,
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6 {
	margin: 1.5em 0 1rem;
	line-height: 1.2em;
	text-wrap: pretty;	
}
.the-content h1:first-child,
.the-content h2:first-child,
.the-content h3:first-child,
.the-content h4:first-child,
.the-content h5:first-child,
.the-content h6:first-child {
	margin-top: 0;
}
.the-content a {
	color: inherit;
	text-decoration: underline;
}
.the-content p a, .the-content ul a, .the-content ol a, .the-content dl a {
	color: inherit;
	text-decoration: underline;	
}
.the-content p, .the-content ul, .the-content ol, .the-content dl, .the-content pre {
	margin: 0 0 1.25em;
	text-wrap: pretty;
}
.the-content p.wp-caption-text {
	font-style: italic;
	font-size: 0.875em;
	line-height: 1.25em;
}
.the-content p u {
	text-decoration: underline;
}
.the-content ol {
	padding-left: 1.5em;
	list-style-type: decimal;
}
.the-content ul {
	list-style-type: disc;
	padding-left: 1.5em;
}
.the-content ul > li {
	position: relative;
}
.the-content li {
	margin: 0.5em 0;
}
.the-content dl {

}
.the-content pre {
	font-family: monospace;
	white-space: normal;
}
.the-content blockquote {
	margin: 1.5em 0;
	padding-left: 1.5em;
	border-left: 1px solid #707070;
}
.the-content blockquote p {
	margin-top: 1.5em;
}
.the-content blockquote cite {
	
}
.the-content figcaption {
	text-align: right;	
}
.the-content a.phone,
.the-content a[href^="tel"] {
	text-decoration: none;
}
.the-content table {
	width: 100%;
	margin: 1.5em 0 0;
}
.the-content table,
.the-content tr,
.the-content th,
.the-content td {
	border: 1px solid #221f1f;
}
.the-content th,
.the-content td {
	padding: 0.25em;
}
.the-content hr {
	margin: 1.5em 0;
    padding: 0;
    border: 0 none;
    outline: 0 none;
    height: 1px;
    width: 100%;
    background-color: #707070;
}
.the-content img.alignnone {
	display: inline-block;
}
.the-content *.alignwide {
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
@media only screen and (min-width: 768px) {
	.the-content *.alignwide {
		width: 100%;
		max-width: 100%;
	}
}
.the-content *.alignfull {
	position: relative;
	clear: both;
}
@media only screen and (min-width: 768px) {
	.the-content *.alignfull {
		margin-top: calc(2 * 1rem);
		margin-bottom: calc(2 * 1rem);
	}
}
.the-content *.alignleft {
	/*rtl:ignore*/
	float: left;
	max-width: calc(5 * (100% / 12));
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	margin-left: 0;
	/*rtl:ignore*/
	margin-right: 1rem;
}
@media only screen and (min-width: 768px) {
	.the-content *.alignleft {
		max-width: calc(4 * (100% / 12));
		/*rtl:ignore*/
		margin-right: calc(2 * 1rem);
	}
}
.the-content *.alignright {
	/*rtl:ignore*/
	float: right;
	max-width: calc(5 * (100% / 12));
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	margin-right: 0;
	/*rtl:ignore*/
	margin-left: 1rem;
}
@media only screen and (min-width: 768px) {
	.the-content *.alignright {
		max-width: calc(4 * (100% / 12));
		margin-right: 0;
		/*rtl:ignore*/
		margin-left: calc(2 * 1rem);
	}
}
.the-content *.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
/*the-content*/


#fabrication-company .gform_wrapper.gravity-theme input[type="submit"],
.tfc-btn {
	outline: 0 none;
    border: 1px solid #707070;
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    display: inline-block;
	font-weight: 600;
    color: #707070;
    background-color: #f6f7f7;
    padding: 0.6em 1em;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    text-wrap: pretty;
    text-decoration: none;
	transition: all 0.25s ease;
}
.tfc-btn:after {
	content: '';
	display: inline-block;
	height: 12px;
	width: 12px;
	margin-left: 6px;
	background: scroll no-repeat url('images/arrow.svg') 0 0 transparent;
	background-size: contain;
	transition: all 0.25s ease;
}
.tfc-btn:hover {
	text-decoration: none;
}
.tfc-btn:hover:after {
	transform: translate(2px, 2px);
}
#fabrication-company .gform_wrapper.gravity-theme input[type="submit"] {
	
}
#fabrication-company .gform_wrapper.gravity-theme input[type="submit"]:hover,
.tfc-btn:hover {
	
}
#fabrication-company .gform_wrapper.gravity-theme input[type="submit"]:hover {
	
}

.tfc-section {
	position: relative;
	padding: 1.05em 0;
}
.tfc-img {
	display: block;
}
.tfc-featured-img {
	width: 100%;
	height: auto;
}
.tfc-big-headline,
.tfc-headline,
.tfc-subheadline,
.tfc-title,
.tfc-label {
	display: block;
	text-wrap: pretty;
	line-height: 1.15em;
}
.tfc-big-headline {
	line-height: 1em;
}
.tfc-headline {
	font-size: 2.15em;
}
.tfc-subheadline {
	font-size: 1.2em;	
}
.tfc-title {
	line-height: 1.083333em;
	font-size: 1.2em;
	text-wrap: balance;
	font-weight: 600;
	text-transform: uppercase;
}
.tfc-label {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.75em;
	margin-bottom: 1.666667em;
}

.tfc-masthead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 320px;
    z-index: 199;
    background-color: #f6f7f7;
	padding-top: 10px;
	padding-bottom: 10px;
    transition: transform 0.25s ease-in, background 0.25s ease-in; 
}
.scrolling-down .tfc-masthead {
	transform: translatey(-100%);
}
.tfc-masthead > .wrapper {
	display: flex;
    align-items: center;
}
.tfc-logo {
	display: block;
	width: 61px;
    z-index: 102;
    position: relative;
}
.tfc-logo img {
	display: block;
	width: 100%;
	height: auto;
}
.menu-control {
	z-index: 102;
	display: block;
	text-align: center;
	margin: 0;
	padding: 0 0;
	position: relative;
	overflow: visible;
	width: 44px;
	height: 44px;
	margin-left: auto;
}
.js .menu-control {
	cursor: pointer;

	transition: all .25s ease;
}
.menu-icon:before, .menu-icon:after,
.menu-icon {
	display: block;
	height: 4px;
}
.menu-icon:before, .menu-icon:after {
	content: '';
	width: 100%;
	position: absolute;
	left: 0;
	background-color: #221f1f;
	color: #221f1f;
}
.menu-icon:before {
	top: -6px;
}
.menu-icon:after {
	bottom: -6px;
}
.menu-icon {
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.menu-icon:before {
	transition: top 0.25s ease;
}
.menu-icon:after {
	transition: bottom .25s ease, transform .25s ease;
}
.nav-active .menu-icon {
	transform: rotate(-45deg);
	background-color: transparent;
	transition: all .25s ease;
}
.nav-active .menu-icon:before {
	top: 0;
	transition: top 0.25s ease;
}
.nav-active .menu-icon:after {
	bottom: 0;
	transform: rotate(90deg);
	transition: bottom 0.25s ease, transform .25s ease;
}
.tfc-big-headline,
.tfc-main-navigation {
    font-size: 4.25em;
}
.tfc-main-navigation {
    z-index: 100;
    position: fixed;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
    min-width: 320px;
    top: 0;
    right: 0;
    overflow: auto;
    background-color: #f6f7f7;
    transform: translatey(-100%);
	opacity: 0;
    transition: transform 0s cubic-bezier(.33, 0, .2, 1) 0.55s,  padding 0s cubic-bezier(.33, 0, .2, 1) 0.55s, opacity .5s cubic-bezier(.33, 0, .2, 1) 0.05s;
	text-align: center;
}
.nav-active .tfc-main-navigation {
    padding-top: 64px;
	transform: translatey(0);
	opacity: 1;
    transition: transform 0s cubic-bezier(.33, 0, .2, 1), padding 0s cubic-bezier(.33, 0, .2, 1), opacity .5s cubic-bezier(.33, 0, .2, 1) 0.05s;
}
.tfc-main-navigation > .menu {
	margin-top: -32px;
}
.tfc-main-navigation .menu-item {
	margin: 8px 0;
}
.tfc-main-navigation .menu-item-has-children {
	position: relative;
}
.tfc-main-navigation .menu-item a {
	display: block;
	padding: 0 20px;
	line-height: 1em;
	text-decoration: none;
	color: #221f1f;
	font-weight: 400;
	transition: all 0.333s ease;
}
.tfc-main-navigation .menu-item.current-menu-ancestor a,
.tfc-main-navigation .menu-item.current-menu-parent a,
.tfc-main-navigation .menu-item.current_page_item a {
	
}
.tfc-main-navigation .menu-item a:hover {
	color: #938575;
}
.tfc-main-navigation .menu-item-has-children > a {
	
}
.tfc-main-navigation > .menu > .menu-item > a {
	
}

.main {
	padding-top: 64px;
}
.tfc-home .tfc-hero.tfc-section {
	padding-top: 0;
}
.tfc-hero .tfc-headline {
	font-weight: 400;
}
.tfc-hero .tfc-subheadline {
	text-align: center;
}

.tfc-intro.tfc-section {
	
}
.tfc-intro .tfc-headline {
	font-weight: 400;
}
.tfc-intro .the-content {
	margin-top: 1.5em;
}

.tfc-contact-content .tfc-featured-img,
.tfc-featured .tfc-featured-img {
	margin-top: 1.05em;
	max-height: 18em;
    object-fit: cover;
}
.tfc-featured .tfc-featured-wrap {
	overflow: hidden;
}
.tfc-featured .tfc-featured-img {
	transform: scale(1.02);
	transition: transform 1s ease-out;	
}
.tfc-featured.tfc-go .tfc-featured-img {
	transform: scale(1);
}

.tfc-breadcrumbs {
	
}
.tfc-gallery-title,
.tfc-load-more,
.tfc-breadcrumb-nav {
	font-weight: 600;
	font-size: 0.65em;
	line-height: 1em;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 1rem;
}
.tfc-gallery-title,
.tfc-breadcrumb-nav a {
	color: #938575;
	display: inline-block;
}
.tfc-breadcrumb-sep {
	display: inline-block;
	margin: 0 0.125em;
}
.tfc-breadcrumbs .tfc-breadcrumb-sep {
	margin: 0 0.25em;
}

.tfc-archive {
	
}
.tfc-projects.tfc-section {
	
}
.tfc-project-grid {
	display: flex;
	flex-wrap: wrap;
}
.tfc-project {
	flex: 1;
	min-width: 100%;
}
.tfc-project-link {
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
	height: 10em;
	color: #f6f7f7;
	background: #242424;
	position: relative;
	overflow: hidden;
}
.tfc-med .tfc-project-link {
	height: 12.5em;
}
.tfc-few .tfc-project-link {
	height: 15em;
}
.tfc-project-link:before,
.tfc-project-link .tfc-title {
	transition: opacity 0.333s ease;
}
.tfc-project-link:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #242424;
	opacity: 0.58;
}
.tfc-project-link .tfc-img {
	display: block;
	width: 100%;
	max-width: none;
	height: 100%;
	object-fit: cover;
}
.tfc-project-link .tfc-title {
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	left: 0;
	width: 100%;
	z-index: 2;
	opacity: 1;
	padding: 0 1em;
}
.tfc-project-link:hover {
	text-decoration: none;
}
.tfc-project-link:hover:before,
.tfc-project-link:hover .tfc-title {
	opacity: 0;
}

.tfc-gallery.tfc-section {
	
}
.tfc-gallery-section {
	padding-top: 4.2em;
}
.tfc-gallery-section.tfc-0 {
	padding-top: 0;
}
.tfc-gallery-grid {
	/*display: flex;
	flex-wrap: wrap;*/
	
	columns: 2;
	column-gap: 0.25em;
}
.tfc-gallery-img {
	/*width: 50%;*/
	display: block;
	overflow: hidden;
	margin-bottom: 0.25em;
}
.js .tfc-gallery-img {
	transform: translatey(0.25em);
	opacity: 0;
	transition: opacity 0.333s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.333s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.js .tfc-gallery-img.tfc-visible {
	transform: translatey(0);
	opacity: 1;	
}
.tfc-project-link .tfc-img,
.tfc-gallery-img .tfc-img {
	transform: scale(1.02);
	transition: transform 1s ease-out;
}
.tfc-project-link:hover .tfc-img,
.tfc-gallery-img:hover .tfc-img {
	transform: scale(1);
}
#fabrication-company .f-button.is-arrow.is-prev,
#fabrication-company .f-button.is-arrow.is-next {
	background: transparent;
}
.tfc-gallery-more {
	text-align: center;
}
.tfc-load-more {
	color: #938575;
	margin-top: 2rem;
}
.tfc-load-more:after {
	content: '';
	display: block;
	margin: 1em auto 0;
	width: 14px;
	height: 11px;
	background: scroll no-repeat url('images/arrow-down.svg') 0 0 transparent;
	background-size: contain;
	transition: all 0.25s ease;
}
.tfc-load-more:hover:after {
	transform: translatey(2px);
}

.tfc-process.tfc-section,
.tfc-about-section.tfc-section {
	padding-top: 4.25em;
}
.tfc-about-partners {
	border-top: 1px solid #938575;
	padding-top: 0.6em;
	text-transform: uppercase;
	font-weight: 600;
}
.tfc-about-partners.tfc-two {
	margin-top: 2.1em;
}
.tfc-about-partners > * {
	font-size: 0.75em;
	line-height: 1.6em;
}
.tfc-about-partners a {
	color: inherit;
	transition: color 0.25s ease;
}
.tfc-about-partners a:hover {
	text-decoration: none;
	color: #938575;
}
.tfc-about-partners.tfc-two > * {
	
}

.tfc-process.tfc-section {
	
}
.tfc-process-steps {
	counter-reset: processsteps;
	border-top: 1px solid #221f1f;
}	
.tfc-process-step {
	counter-increment: processsteps;
	position: relative;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	background-size: cover;
	padding: 1em;
	border: 1px solid #221f1f;
	border-top: 0 none;
}
.js .tfc-process-step {
	cursor: pointer;
}
.tfc-process-step:hover,
.tfc-process-step.tfc-active {
	color: #f6f7f7;	
}
.tfc-process-step:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #f6f7f7;
	opacity: 1;
}
.tfc-process-step:hover:after,
.tfc-process-step.tfc-active:after {
	background: #000000;
	opacity: 0.75;
}
.tfc-process-count,
.tfc-process-title,
.tfc-process-step .the-content {
	position: relative;
	z-index: 2;
}
.tfc-process-step,
.tfc-process-count,
.tfc-process-step:after,
.tfc-process-title {
	transition: all 0.333s ease;
}
.tfc-process-wrap {
	
}
.tfc-process-count {
	display: inline-block;
	margin-right: 0.25em;
}
.tfc-process-count,
.tfc-active .tfc-process-title {
	font-size: 2em;
	font-weight: 600;
	line-height: 1.111111em;
}
.tfc-process-title {
	display: inline-block;
}
.tfc-active .tfc-process-title {
	display: block;
}
.tfc-process-step .the-content {
	display: none;
	padding-top: 8.5em;
}

.tfc-contact.tfc-section {
	padding-bottom: 0;
}
.tfc-contact-content {
	padding-bottom: 4.25em;
}
.tfc-contact-content a {
	color: inherit;
	transition: color 0.25s ease;
}
.tfc-contact-content a:hover {
	text-decoration: none;
	color: #938575;
}
.tfc-contact-content .tfc-big-headline {
	text-wrap: balance;
}
.tfc-contact-content .tfc-headline {
	font-size: clamp(1em, 5vw, 1.625em);
	font-weight: 400;
}
.tfc-contact-content .tfc-headline.email {
	margin-bottom: 0.525em;
}
.tfc-contact-content .tfc-title.tfc-link {
	display: inline-block;
}
.tfc-contact-content .tfc-title {
	font-weight: 300;
	text-transform: none;
	margin-top: 4.25em;
	margin-bottom: 0.25em;
}
.tfc-contact-content .tfc-featured-img {
	max-height: 12em;
}

/*forms*/
#fabrication-company .gform_required_legend {
	display: none;
}
#fabrication-company .gform_wrapper.gravity-theme .gfield_label {
	font-size: 0.75em;
	line-height: 1em;
}
#fabrication-company .gform_wrapper.gravity-theme .gfield input, 
#fabrication-company .gform_wrapper.gravity-theme .gfield textarea, 
#fabrication-company .gform_wrapper.gravity-theme .gfield select {
	border: 0 none;
	font-size: 1em;
}
#fabrication-company .gform_wrapper.gravity-theme .gfield input, 
#fabrication-company .gform_wrapper.gravity-theme .gfield textarea {
	
}
/*forms*/

.tfc-orlop {
	font-weight: 400;
}
.tfc-orlop > .wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-columns: 1fr max-content;
	grid-column-gap: 1em;
	align-items: center;
	font-size: 0.75em;
	line-height: 1.2em;
}
.tfc-social {
	
}
.tfc-social-item {
	margin-right: 1em;
	margin-bottom: 0.25em;
	display: block;
}
.tfc-social-link {
	white-space: nowrap;
}
.tfc-footer-wrap {
	text-align: right;
}
.tfc-contact-info {
	font-size: 1.166667em;
}
.tfc-contact-info a {
	color: #383833;
	display: inline-block;
}
.tfc-copyright {
	color: #938575;
	text-wrap: pretty;
}
.tfc-copyright span {
	display: inline-block;
}

@media screen and (min-width: 22.5em) { /*360px*/
	
}

@media screen and (min-width: 25em) { /*400px*/
	.tfc-project {
		min-width: 50%;
	}
	
	.tfc-about-partners {
		columns: 2;
		column-gap: 1em;
	}
}
@media screen and (min-width: 27.5em) { /*440px*/
	.tfc-process-count,
	.tfc-active .tfc-process-title {
		font-size: 2.5em;
	}
}

@media screen and (min-width: 30em) { /*480px*/
	.container {
		font-size: 18px;
	}
}

@media screen and (min-width: 35em) { /*560px*/

}

@media screen and (min-width: 40em) { /*640px*/
	.tfc-social-item {
		margin-bottom: 0;
		display: inline-block;
	}

	.tfc-post-grid {
		grid-template-columns: 1fr 1fr;
	}

	.tfc-intro .the-content,
	.tfc-blueprint .the-content {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 1em;
	}
	
	.tfc-gallery-grid {
		columns: 3;
	}
}

@media screen and (min-width: 48em) { /*768px*/		
	.tfc-process-steps,
	.tfc-about-section > .wrapper,
	.tfc-contact > .wrapper {
		display: flex;
	}
	
	.tfc-process-steps {
		border-left: 1px solid #221f1f;		
	}
	.tfc-process-step {
		width: 20%;
		height: 28.5em;
		position: relative;
		border-left: 0 none;
	}
	.tfc-process-step.tfc-active {
		width: 40%;
	}
	.tfc-process-wrap {
		position: absolute;
		top: auto;
		right: 1em;
		bottom: 1em;
		left: 1em;
	}
	.tfc-active .tfc-process-wrap {
		top: 1em;
		bottom: auto;
	}
	.tfc-process-step .the-content {
		display: block !important;
		padding-top: 0;
		position: absolute;
		bottom: 1em;
		left: 1em;
		right: 1em;
		opacity: 0;
		transition: opacity 0.25s ease 0s;
	}
	.tfc-process-step.tfc-active .the-content {
		opacity: 1;
		transition: opacity 0.4s ease 0.5s;
	}
	.tfc-process-count {
		margin-bottom: 0.25em;
	}
	.tfc-process-title {
		display: block;
		font-size: 0.85em;
	}
	
	.tfc-process.tfc-section,
	.tfc-about-section.tfc-section {
		padding-top: 6.375em;
	}
	.tfc-about-section > .wrapper > .tfc-label {
		width: 33%;
		padding-right: 1em;
	}
	.tfc-intro .the-content {
		margin-left: auto;
		padding-left: 0.25em;
	}
	.tfc-intro .the-content,
	.tfc-about-section > .wrapper .tfc-about-content {
		width: 67%;
	}
	.tfc-about-section > .wrapper .tfc-about-content .the-content p:first-child {
		margin-top: 0;
	}
	.tfc-about-partners.tfc-two {
		margin-top: 4.2em;
	}
	
	.tfc-contact .tfc-big-headline {
		width: 43.75%;
		padding-right: 1em;
	}
	.tfc-contact-content {
		width: 56.25%;
	}
	.tfc-contact-content .tfc-headline {
		margin-bottom: 1.05em;
	}
	.tfc-contact-content .tfc-title {
		margin-top: 0;
	}

}

@media screen and (min-width: 55em) { /*880px*/
	.menu-icon {
		width: 90%;
	}
	
	.tfc-breadcrumb-nav {
		text-align: left;
		margin: 0;
	}
	.tfc-single-project .tfc-hero > .wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		align-items: center;
	}
	

	.tfc-address-line {
		display: inline-block;
	}
}

@media screen and (min-width: 60em) { /*960px*/
	.container {
		font-size: 20px;
	}
	.tfc-section {
		
	}
	
	.tfc-masthead {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.nav-active .tfc-main-navigation,
	.main {
		padding-top: 84px;
	}
	
	.tfc-post .tfc-default .the-content,
	.tfc-hero .tfc-headline {
		width: 90%;
	}
	
	.tfc-contact-content .tfc-title,
	.tfc-project-link .tfc-title {
		font-size: 1em;
	}
	
	.tfc-about-partners > * {
		font-size: 0.625em;
	}
	
	.tfc-load-more:after {
		width: 23px;
		height: 14px;
	}
}

@media screen and (min-width: 64em) { /*1024px*/
	.tfc-action {
		transform: translatey(20px);
		opacity: 0;
		transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	}
	.tfc-action.tfc-go {
		transform: translatey(0);
		opacity: 1;
	}
	
	.tfc-post-grid {
		grid-column-gap: 2.1em;	
		grid-row-gap: 2.1em;	
	}
	
	.tfc-project {
		min-width: 33.333333%;
	}
	.tfc-project-link {
		
	}
	.tfc-med .tfc-project-link {
		height: 15em;
	}
	.tfc-few .tfc-project-link {
		height: 30em;
	}
	
	.tfc-about-partners {
		columns: 3;
	}
	
	.tfc-breadcrumb-sep {
		margin: 0 0.5em;
	}
	.tfc-breadcrumbs .tfc-breadcrumb-sep {
		margin: 0 1em;
	}
	
	.tfc-process-step {
		width: 18%;
	}
	.tfc-process-step.tfc-active {
		width: 46%;
	}
}

@media screen and (min-width: 75em) { /*1200px*/
	.container {
		font-size: 24px;
	}
	.wrapper {
		padding-left: 40px;
		padding-right: 40px;
	}
	.tfc-masthead {
		padding-top: 28px;
		padding-bottom: 28px;
	}
	.menu-icon {
		width: 98%;
	}
	.nav-active .tfc-main-navigation,
	.main {
		padding-top: 100px;
	}
	
	.tfc-post .tfc-default .the-content,
	.tfc-hero .tfc-headline {
		width: 80%;
	}
	
	.tfc-intro .the-content,
	.tfc-blueprint .the-content {
		grid-column-gap: 2em;
	}
	
	
	.tfc-intro .the-content {
		width: 75%;
	}
	.tfc-gallery-grid {
		columns: 4;
	}
	
	.tfc-contact .tfc-big-headline {
		padding-right: 2em;
	}
}

@media screen and (min-width: 85em) { /*1360px*/

}

@media screen and (min-width: 90em) { /*1440px*/
	.tfc-section {
		
	}
	.tfc-post-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
	
	.tfc-breadcrumb-sep {
		margin: 0 0.75em;
	}
	.tfc-breadcrumbs .tfc-breadcrumb-sep {
		margin: 0 1.5em;
	}
	
	.tfc-process-step {
		width: 16%;
	}
	.tfc-process-step.tfc-active {
		width: 52%;
	}
	.tfc-process-wrap,
	.tfc-process-step .the-content {
		left: 1.5em;
	}
}

@media screen and (min-width: 100em) { /*1600px*/
	.container {
		font-size: 28px;
	}
	
	.tfc-contact-content .tfc-title,
	.tfc-project-link .tfc-title {
		font-size: 0.85em;
	}
	
	.tfc-about-partners > * {
		font-size: 0.5625em;
	}
}

@media screen and (min-width: 110em) { /*1760px*/

}

/**/
#wpadminbar {
	display: none !important;/**/
}
html.js {
	margin: 0 !important;
}