/*
Theme Name: Sullivan & Poore
Author: 2nd Street Creative
Author URI: https://www.2ndst.com
Description: A custom WordPress theme for Sullivan & Poore.
Version: 1.0
*/

/* =Reset
-------------------------------------------------------------- */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	background: #fff;
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	width: auto;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
	scroll-behavior: smooth;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}




/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
	color: #160f10;
	font-family: sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #e5212b;
	border: 0;
	height: 1.5px;
	margin: 1.5em 0;
}

/* Text elements */
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
ul li, ol li {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 1em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	height: auto;
	vertical-align: middle;
}
img,
object,
embed {
  max-width: 100%;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	font-family: din-condensed-variable, sans-serif;
	font-weight: 400;
	font-size: 1.125em;
	color: #fff;
	background: #e5212b;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	padding: 0.7em 2em 0.65em;
	outline: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #c11f1f;
	outline: none;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border: none;
	box-shadow: none;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"],
textarea {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #160f10;
	border: 1.5px solid #160f10;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: none;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"] {
	padding: 10px 14px !important;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 10px !important;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}
form label, form legend {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #160f10;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 1.5px 1.5px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
/* .clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
} */

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}


/*********************************
	Global Styles
*********************************/
p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #160f10;
	line-height: 1.65;
	margin-bottom: 1.65em;
}
p.page-intro {
	font-size: 1.125em;
}
a, a:visited {
	outline: none;
	color: #e5212b;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover, a:focus, a:active {
	outline: none;
	text-decoration: none;
}
a.button {
	display: inline-block;
	font-family: din-condensed-variable, sans-serif;
	font-weight: 400;
	font-size: 1.125em;
	color: #fff;
	background: #e5212b;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0.5em 1.5em 0.45em;
	outline: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.button:hover, a.button:focus, a.button:active {
	background: #c11f1f;
	outline: none;
}
a.button.white-button {
	color: #e5212b;
	background: #fff;
}
a.button.white-button:hover, a.button.white-button:focus, a.button.white-button:active {
	background: #efecea;
	outline: none;
}
a.text-link {
	display: inline-block;
	font-family: din-condensed-variable, sans-serif;
	font-weight: 400;
	font-size: 1.125em;
	color: #e5212b;
	letter-spacing: 1px;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 1px 4px 2px;
	border-bottom: 1.5px solid #e5212b;
	outline: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.text-link.white-text-link {
	color: #fff;
	border-color: #fff;
}
a.text-link:hover, a.text-link:focus, a.text-link:active {
	color: #c11f1f !important;
	border-color: #c11f1f !important;
}
h1, span.h1 {
	font-family: din-condensed-variable, sans-serif;
	font-weight: 600;
	font-size: 7.25em;
	color: #160f10;
	line-height: 0.9;
	letter-spacing: -1px;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 0.25em;
}
h2, span.h2 {
	font-family: din-condensed-variable, sans-serif;
	font-weight: 600;
	font-size: 4em;
	color: #160f10;
	line-height: 0.9;
	letter-spacing: -1px;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 0.25em;
}
h3, span.h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 3em;
	color: #160f10;
	line-height: 1.125;
	margin-bottom: 0.25em;
}
h4, span.h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 1.65em;
	color: #160f10;
	line-height: 1.4;
	margin-bottom: 0.5em;
}
h5, span.h5 {
	font-family: din-condensed-variable, sans-serif;
	font-weight: 600;
	font-size: 1.5em;
	color: #160f10;
	line-height: 1.25;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 0.5em;
}
h6, span.h6 {
	font-family: din-condensed-variable, sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #160f10;
	line-height: 1.25;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 0.75em;
}
h1 a, span.h1 a, h2 a, span.h2 a, h3 a, span.h3 a, h4 a, span.h4 a, h5 a, span.h5 a, h6 a, span.h6 a {
	color: #160f10;
	text-decoration: none;
}
h1 a:hover, span.h1 a:hover, h2 a:hover, span.h2 a:hover, h3 a:hover, span.h3 a:hover,
h4 a:hover, span.h4 a:hover, h5 a:hover, span.h5 a:hover, h6 a:hover, span.h6 a:hover {
	opacity: 0.6
}
.two-column {
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.three-column {
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.black {
	color: #160f10;
}
.blackBG {
	background: #160f10;
}
.tan {
	color: #efecea !important;
}
.tanBG {
	background: #efecea;
}
.white {
	color: #fff !important;
}
.whiteBG {
	background: #fff;
}
.red {
	color: #e5212b !important;
}
.redBG {
	background: #e5212b;
}
.gold {
	color: #ff9505 !important;
}
.goldBG {
	background: #ff9505;
}
.index-wrap {
	position: relative;
	z-index: 3;
}
.flex-wrap { 
	display: flex;
	flex-wrap: wrap;
}
.gap {
	gap: 32px;
}
.dark-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(22,15,16, 0.75);
	z-index: 2;
}
.background-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

	
/*********************************
	Header Styles
*********************************/
.mobile-menu {
	position: fixed;
	top: 0;
	right: -100%;
	width: 46.5%;
	height: 100vh;
	overflow: scroll;
	padding: 4em;
	z-index: 99;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.mobile-menu.active {
	right: 0;
}
.close {
	position: absolute;
	top: 2.75em;
	right: 2.25em;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.close .left, .close .right {
	position: absolute;
	top: 0;
	width: 20px;
	height: 1.5px;
	background: #fff;
	border-radius: 4px;
	z-index: 999;
}
.close .left {
	left: 0;
	transform: rotate(45deg);
}
.close .right {
	right: 0;
	transform: rotate(-45deg);
}
nav.mobile ul {
	margin: 0;
}
nav.mobile ul li {
	position: relative;
	display: block;
	margin-bottom: 1em;
}
nav.mobile ul li a {
	font-family: din-condensed-variable, sans-serif;
	font-weight: 600;
	font-size: 3em;
	color: #160f10;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}
nav.mobile ul li a:hover, nav.mobile ul li.current-menu-item a {
	color: #fff;
}
nav.mobile ul li.menu-item-has-children a:after {
	content: ' +';
}
nav.mobile ul li.active a:after {
	content: ' -';
}
nav.mobile ul li ul.sub-menu {
	display: none;
	margin: 1em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
nav.mobile ul li.active ul.sub-menu {
	display: block;
}
nav.mobile ul li ul.sub-menu li {
	margin-bottom: 0.5em;
}
nav.mobile ul li ul.sub-menu li a:after {
	display: none;
}
nav.mobile ul li ul.sub-menu li a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 1.25em;
	text-transform: none;
	letter-spacing: 0;
}
.mobile-menu img.logo {
	position: absolute;
	bottom: 4em;
	left: 4em;
	max-width: 100px;
}
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 76px;
	z-index: 98;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.home .site-header {
	top: 3em;
	border: none;
}
.home .site-header.active {
	top: 0;
}
.site-header .logo {
	position: absolute;
	top: 10px;
	left: 2em; 
	width: 96px;
	z-index: 95;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.home .site-header .logo {
	top: -10px;
}
.home .site-header.active .logo {
	top: 10px;
}
.logo-name {
	position: absolute;
	top: 1.25em;
	left: calc(2em + 105px);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.logo-name span {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
}
.logo-name span.h5 {
	font-size: 2em;
	margin-right: 5px;
}
.logo-name span.h6 {
	font-size: 1.25em;
	opacity: 0.6;
}
.site-header.active .logo-name {
	opacity: 0;
}
.site-header a {
	text-decoration: none;
}
.main-header {
	position: relative;
	z-index: 2;
	background: #fff;
	padding: 0 2em;
	text-align: right;
	border-top: 6px solid #160f10;
	border-bottom: 1.5px solid #160f10;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.home .main-header {
	border: none;
}
.home .site-header.active .main-header {
	border-top: 6px solid #160f10;
	border-bottom: 1.5px solid #160f10;
}
nav.main {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 151px);
}
nav.main ul {
	margin: 0;
}
nav.main ul li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	border-left: 1.5px solid #160f10;
	padding: 1.65em 0;
}
nav.main ul li a {
	font-family: din-condensed-variable, sans-serif;
	font-weight: 400;
	font-size: 1.25em;
	color: #160f10;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 1.5em 1.25em;
}
nav.main ul li a:hover, nav.main ul li.current-menu-item a {
	color: #e5212b;
}
.nav-button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 77px;
	width: 94px;
	margin-right: 25px;
	border-left: 1.5px solid #160f10;
	border-right: 1.5px solid #160f10;
	cursor: pointer;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
.nav-button .first, .nav-button .second, .nav-button .third {
	position: absolute;
	left: 50%;
	width: 30px;
	height: 1.5px;
	background: #e5212b;
	transform: translate(-50%,0);
}
.nav-button .first {
	top: 28px;
}
.nav-button .second {
	top: 36.5px;
}
.nav-button .third {
	bottom: 30px;
}
.search-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 23px;
	cursor: pointer;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
.search-icon.active {
	opacity: 0.25;
}
.header-search {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0.5em 2em;
	max-height: 95%;
	text-align: center;
	z-index: 1;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
.header-search.active {
	top: 100%;
}
.header-search input[type="search"] {
	min-width: 300px;
	border-color: #fff;
}
.header-search input[type="submit"] {
	font-family: din-condensed-variable, sans-serif;
	font-weight: 400;
	font-size: 1.125em;
	color: #fff;
	background: #160f10;
	padding: 0.8em 2em 0.7em;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}


/*********************************
	Banner Styles
*********************************/
.home-banner {
	position: relative;
}
ul.banner-slides {
	margin: 0;
}
ul.banner-slides li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
ul.banner-slides li .project-image {
	display: block;
	padding-bottom: 62.5%;
	z-index: 1;
}
ul.banner-slides li p {
	position: absolute;
	bottom: 3em;
	right: 10em;
	text-align: right;
	margin: 0;
	z-index: 4;
	font-size: 0.874em;
	line-height: 1.25;
}
ul.banner-slides li span {
	font-family: din-condensed-variable, sans-serif;
	font-weight: 400;
	line-height: 1.15;
	font-size: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}
ul.banner-slides li a:hover {
	text-decoration: underline;
	color: #e5212b;
}
.home-banner .banner-content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% - 4em);
	max-width: 1100px;
	transform: translate(-50%,-50%);
}
.home-banner .banner-content p {
	max-width: 600px;
}
.banner-logo {
	position: absolute;
	left: calc(50% - 82px);
	bottom: -82px;
	width: 164px;
	z-index: 3;
}
.page-banner {
	position: relative;
	padding: 6em 2em;
}
.page-banner h1 {
	max-width: 800px;
	margin: 0 auto 0.125em;
}
.page-banner p {
	max-width: 600px;
	margin: 0 auto;
}

/*********************************
	Content Styles
*********************************/
.site-main {
	margin-top: 80px;
}
.home .site-main {
	margin: 0;
}
.site-content {
	position: relative;
	padding: 6em 0;
}
.contact-content {
	position: relative;
	padding: 8em 0;
}
.contact-content .flex-wrap {
	direction: rtl;
}
.contact-content .left-content {
	width: 33.33%;
	text-align: right;
	padding: 8em 2em 0 0;
	direction: ltr;
}
.contact-content .right-content {
	padding-left: 2em;
	width: 66.66%;
	direction: ltr;
}
.contact-content h1, .contact-content h2, .contact-content h3, .contact-content h4, .contact-content h5, .contact-content h6, .contact-content p, .contact-content a,
.contact-content label, .contact-content legend, .contact-content .gform_confirmation_message {
	color: #fff;
}
.contact-content a {
	text-decoration: none;
}
ul.search-posts {
	margin: 0;
}
ul.search-posts li {
	list-style: none;
	width: calc(50% - 16px);
	border: 1.5px solid #160f10;
	padding: 2em;
}
ul.search-posts li.project a.text-link {
	display: none;
}

/*********************************
	Module Styles
*********************************/
.basic-content {
	position: relative;
	padding: 6em 0 4.5em;
}
.two-column-content {
	position: relative;
	padding: 6em 0 4.5em;
}
.two-column-content .module-title {
	margin-bottom: 3em;
}
.two-column-content .left-content {
	width: calc(50% - 16px);
	text-align: right;
}
.two-column-content .right-content {
	width: calc(50% - 16px);
	text-align: left;
}
.basic-content.blackBG h1, .basic-content.blackBG h2, .basic-content.blackBG h3, .basic-content.blackBG h4, .basic-content.blackBG h5, .basic-content.blackBG h6, .basic-content.blackBG p, .basic-content.blackBG a,
.two-column-content.blackBG h1, .two-column-content.blackBG h2, .two-column-content.blackBG h3, .two-column-content.blackBG h4, .two-column-content.blackBG h5, .two-column-content.blackBG h6, .two-column-content.blackBG p, .two-column-content.blackBG a,
.content-image.blackBG h3, .content-image.blackBG a {
	color: #fff;
}
.featured-industries {
	position: relative;
	padding: 6em 0;
}
.featured-industries h4 {
	max-width: 768px;
	margin: 0 auto;
}
ul.industry-cats {
	margin: 4em 0 2em;
	border-bottom: 1.5px solid #e5212b;
}
ul.industry-cats li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 1em;
	cursor: pointer;
}
ul.industry-cats li:after {
	position: absolute;
	bottom: -8px;
	content: '';
	border: solid #e5212b;
	border-width: 0 1.5px 1.5px 0;
	display: inline-block;
	padding: 6px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	opacity: 0;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
ul.industry-cats li.active:after {
	opacity: 1;
}
.featured-industries ul.industry-cats li:after {
	background: #efecea;
}
ul.industry-cats li p {
	margin: 0;
}
.industry-projects {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 1fr;
}
.industry-projects .project {
	grid-column: 1 / span 1;
	grid-row: 1 / span 1;
	opacity: 0;
	z-index: 0;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
.industry-projects .project.active {
	opacity: 1;
	z-index: 1;
}
.industry-projects .project .project-image {
	width: 50%;
}
.industry-projects .project .project-content {
	width: 50%;
	position: relative;
	padding: 4em 0 4em 4em;
	text-align: left;
}
.industry-projects .project .project-content h6 a {
	text-decoration: none;
	color: #e5212b;
}
.industry-projects .project .project-content h5 {
	line-height: 1;
	font-size: 1.125em;
	padding: 0.35em 0.75em;
	display: inline-block;
	vertical-align: middle;
	border: 1.5px solid #160f10;
}
.content-image {
	position: relative;
}
.content-image.image-right {
	direction: rtl;
}
.content-image .image-image {
	width: 50%;
}
.content-image .content-content {
	width: 50%;
	padding: 8em 6em;
	direction: ltr;
}
.content-image h3 {
	margin-bottom: 1em;
}
.logo-farm {
	position: relative;
	padding: 4em 6em;
}
.logo-farm ul {
	margin: 1em 0 0;
}
.logo-farm ul li {
	padding: 0 1em;
	float: none !important;
	display: inline-block !important;
	vertical-align: middle !important;
}
.logo-farm ul li img {
	display: inline-block;
	max-height: 100px;
	filter: grayscale(1);
	opacity: 0.4;
}
.testimonials {
	position: relative;
	padding: 6em 0;
}
ul.testimonial-slider {
	margin: 0;
}
ul.testimonial-slider li {
	position: relative;
	list-style: none;
	float: none !important;
	display: inline-block !important;
	vertical-align: middle !important;
	padding-bottom: 1.5em;
}
ul.testimonial-slider li h4 {
	max-width: 1024px;
	font-size: 1.5em;
	margin: 0 auto 1em;
}
ul.testimonial-slider li img {
	display: inline-block;
	max-width: 180px;
	margin-bottom: 2em;
}
ul.testimonial-slider li h6 {
	margin-bottom: 0;
}
ul.testimonial-slider li p {
	margin: 0;
}
ul.testimonial-list {
	max-width: 1024px;
	margin: 0 auto;
	border: 1.5px solid #160f10;
}
ul.testimonial-list li {
	position: relative;
	display: flex;
	border-bottom: 1.5px solid #160f10;
	align-items: center;
}
ul.testimonial-list li:last-child {
	border: none;
}
ul.testimonial-list li:nth-child(2n+2) {
	direction: rtl;
}
ul.testimonial-list li .test-info {
	width: 66.66%;
	border-right: 1.5px solid #160f10;
	text-align: left;
	padding: 4em;
	direction: ltr;
}
ul.testimonial-list li:nth-child(2n+2) .test-info {
	border: none;
	border-left: 1.5px solid #160f10;
}
ul.testimonial-list li .test-info .name {
	margin: 0;
}
ul.testimonial-list li .test-logo {
	width: 33.33%;
	padding: 4em;
}
.numbered-list {
	position: relative;
	padding: 8em 0 10em;
}
.numbered-list h6 {
	margin-bottom: 3em;
}
.numbered-list ul.list-items {
	margin: 0;
	align-items: top;
}
.numbered-list ul.list-items li {
	position: relative;
	list-style: none;
	display: flex;
	padding: 0 3em;
	width: 33.33%;
	text-align: left;
}
.numbered-list ul.list-items li .item-count {
	display: block;
	width: 20%;
	padding: 0.1em 0.25em 0 0;
}
.numbered-list ul.list-items li .item-content {
	width: 80%;
	padding-left: 1.5em;
	padding-top: 0.25em;
	border-left: 1.5px solid #fff;
}
.numbered-list ul.list-items li .item-content h2 {
	font-size: 2.25em;
	letter-spacing: 1px;
}
.numbered-list ul.list-items li .item-content p {
	margin-bottom: 0;
}
.featured-projects {
	position: relative;
	padding: 6em 0;
}
ul.projects {
	margin: 0;
}
ul.projects li.project {
	position: relative;
	list-style: none;
	padding: 16px;
	width: calc(50% - 16px);
}
ul.projects li.project .project-image {
	display: block;
	padding-bottom: 75%;
}
ul.projects li.project .project-content {
	padding: 2em 1em 1em;
}
ul.projects li.project .project-content h6 a {
	color: #e5212b;
}
ul.projects li.project .project-content p {
	margin: 0;
}
ul.projects li.project .project-content h5 {
	margin: 0;
	line-height: 1;
	font-size: 1.125em;
	padding: 0.35em 0.75em;
	display: inline-block;
	vertical-align: middle;
	border: 1.5px solid #160f10;
}
.featured-services {
	border-bottom: 1.5px solid #160f10;
}
.featured-services .service {
	position: relative;
	padding: 4em 0;
	border-top: 1.5px solid #160f10;
}
.featured-services .service h1 {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 5px);
}
.featured-services .service h1 span {
	display: inline-block;
	position: absolute;
	top: 40%;
	left: -2em;
	font-size: 0.25em;
}
.featured-services .service p {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	width: calc(25% - 5px);
	padding-right: 4em;
}
.featured-services .service ul {
	margin: 0;
	display: inline-block;
	vertical-align: top;
	width: calc(25% - 5px);
}
.featured-services .service ul li {
	list-style: none;
}
.featured-services .service ul li h5 {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	width: calc(100% - 30px);
}
.featured-services .service ul li span {
	display: inline-block;
	vertical-align: top;
	font-weight: 400; 
	font-size: 1em;
	margin: 2px 5px 0 0;
	width: 20px;
}
.content-list {
	position: relative;
	border-bottom: 1.5px solid #160f10;
}
.content-list .module-title {
	margin: 0;
	padding: 2em;
}
.content-list .list-item {
	padding: 2em 0;
	border-top: 1.5px solid #160f10;
	text-align: left;
}
.content-list .list-item h2, .content-list .list-item p {
	display: inline-block;
	vertical-align: middle;
	width: calc(50% - 5px);
	margin: 0;
}
.accordion {
	position: relative;
	padding: 6em 0;
}
.accordion .module-title {
	position: absolute;
	top: -16px;
	background: #fff;
	padding: 0 0.5em;
	margin: 0 0 -30px 1em;
	z-index: 2;
}
.accordion ul.accordion-items {
	position: relative;
	margin: 0;
	border: 1.5px solid #160f10;
	z-index: 1;
}
.accordion ul.accordion-items li.accordion-item {
	position: relative;
	list-style: none;
	display: block;
	border-bottom: 1.5px solid #160f10;
	padding: 2em 1em 2em 2em;
}
.accordion ul.accordion-items li.accordion-item:last-child {
	border: none;
}
.accordion ul.accordion-items li.accordion-item .accordion-title {
	position: relative;
	margin: 0;
	padding-right: 2.5em;
}
.accordion ul.accordion-items li.accordion-item .accordion-title span.indicator {
	position: absolute;
	top: 0;
	right: 0.5em;
	height: 30px;
	width: 30px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.accordion ul.accordion-items li.accordion-item .accordion-title span.indicator:hover {
	background: #fff;
}
.accordion ul.accordion-items li.accordion-item .accordion-title span.indicator span.first {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 30px;
	width: 1.5px;
	background: #e5212b;
	transform: translate(-50%,-50%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.accordion ul.accordion-items li.accordion-item .accordion-title span.indicator span.second {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 1.5px;
	width: 30px;
	background: #e5212b;
	transform: translate(-50%,-50%);
}
.accordion ul.accordion-items li.accordion-item.first .accordion-title span.indicator span.first,
.accordion ul.accordion-items li.accordion-item .accordion-title.active span.indicator span.first {
	transform: translate(-50%,-50%) rotate(-90deg);
}
.accordion ul.accordion-items li.accordion-item.first .accordion-title.active span.indicator span.first {
	transform: translate(-50%,-50%) rotate(0deg);
}
.accordion ul.accordion-items li.first.accordion-item .accordion-hide {
	display: block;
}
.accordion ul.accordion-items li.accordion-item .accordion-hide {
	display: none;
	margin-top: 1em;
}
.accordion ul.accordion-items li.accordion-item .accordion-hide p:last-child {
	margin: 0;
}
.content-columns {
	position: relative;
	border-top: 1.5px solid #160f10;
	border-bottom: 1.5px solid #160f10;
}
.content-columns .column {
	position: relative;
	width: 33.33%;
	border-right: 1.5px solid #160f10;
	padding: 4em 4em 6em;
}
.content-columns .column:nth-child(3n+3) {
	border: none;
}
.content-columns .column a.text-link {
	position: absolute;
	bottom: 2em;
	left: 50%;
	transform: translate(-50%,0);
}


/*********************************
	Footer Styles
*********************************/
.footer-cta {
	position: relative;
	padding: 6em 2em;
}
.page-template-page-contact .footer-cta {
	display: none !important;
}
.footer-cta p {
	max-width: 350px;
	margin: 0 auto 2em;
}
.site-footer {
	padding: 0 2em;
	border-top: 1.5px solid #fff;
}
.page-template-page-contact .site-footer {
	display: none !important;
}
.site-footer a {
	text-decoration: none;
}
.site-footer .logo {
	display: inline-block;
	vertical-align: middle;
	width: 90px;
	padding: 0.5em 2em 0.5em 0;
}
nav.footer {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 275px);
	border-left: 1.5px solid #fff;
}
nav.footer ul {
	margin: 0;
}
nav.footer ul li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	border-right: 1.5px solid #fff;
	padding: 1.65em 0;
}
nav.footer ul li a {
	font-family: din-condensed-variable, sans-serif;
	font-weight: 400;
	font-size: 1.25em;
	color: #fff;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 1.5em 1.25em;
}
nav.footer ul li a:hover {
	color: #e5212b;
}
.copyright {
	font-size: 0.875em;
	padding: 10px 2em;
	margin: 0;
	background: #fff;
}
.copyright span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 5px);
}
.copyright a {
	color: #160f10;
}
ul.social {
	margin: 0;
}
.site-footer ul.social {
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	width: 175px;
}
ul.social li {
	position: relative;
	list-style: none;
	display: inline-block;
	margin: 0 2px;
}
ul.social li img {
	max-width: 26px;
	background: #fff;
	border-radius: 50%;
	padding: 2px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
ul.social li:hover img {
	background: #efecea;
}


/***************************************************************************************************
									Responsive Styles
***************************************************************************************************/
@media all and (max-width: 1385px) {
	.featured-industries, .testimonials, .numbered-list, .featured-projects, .featured-services .service { padding-left: 2em !important; padding-right: 2em !important; }
	.logo-name { top: 0.75em; }
	.logo-name span { display: block; }
	.logo-name span.h5 { font-size: 1.5em; }
	.logo-name span.h6 { font-size: 0.875em; }
}
@media all and (max-width: 1205px) {
	.featured-services .service h1 span { display: none !important; }
	nav.footer ul li a { padding: 1.5em 0.75em; }
	.content-wrap { padding-left: 2em !important; padding-right: 2em !important; }
}
@media all and (max-width: 1150px) {
	.logo-name { display: none !important; }
	.numbered-list ul.list-items li .item-count { display: none !important; }
	.numbered-list ul.list-items li .item-content { width: 100%; }
	.numbered-list ul.list-items li { padding: 0 2em 0 0; }
	
	h1 { font-size: 5em; }
}
@media all and (max-width: 1030px) {
	nav.main, nav.footer, .site-footer .logo, .site-header .logo span { display: none !important; }
	.home .site-header { top: 0; }
	.home .site-header .logo { top: 5px; }
	.mobile-menu { width: 100%; }
	.content-image .content-content { padding: 4em 2em; }
	.testimonials { padding: 4em 2em 6em; }
	.featured-projects { padding: 2em; }
	.two-column-content { padding: 4em 0 2.5em; }
	.site-footer ul.social { width: 100%; padding: 1em 2em; text-align: center; }
	.search-content { padding: 2em 0 !important; }
	
	.three-column { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
	.small-content-wrap { padding-left: 2em !important; padding-right: 2em !important; }
}
@media all and (max-width: 925px) {
	.header-search, .search-icon, .home-banner .banner-logo, ul.industry-cats  { display: none !important; }
	.main-header { padding: 0; }
	.nav-button { margin: 0; border-right: none; }
	.home-banner .banner-content { position: relative; background: #160f10; width: 100%; transform: none; padding: 12em 2em 4em; top: auto; left: auto; }
	.home-banner .dark-overlay { background: linear-gradient(to top, rgba(0,0,0,0.65), rgba(0,0,0,0)); height: 50%; top: auto; bottom: 0; }
	.featured-industries { padding: 4em 2em; }
	.industry-projects { display: block; margin-top: 4em; }
	.featured-industries.tanBG .project { width: 100%; }
	.industry-projects .project { width: 100%; opacity: 1; }
	.industry-projects .project:nth-child(2n+2) { direction: rtl; }
	.industry-projects .project .project-content { padding: 2em !important; }
	.content-image .image-image { width: 100%; display: block; padding-bottom: 50%; }
	.content-image .content-content { width: 100%; }
	.copyright span { width: 100%; text-align: center !important; }
	.featured-services .service h1, .featured-services .service p, .featured-services .service ul { width: 100%; }
	.featured-services .service ul { margin-top: 2em; }
	.two-column-content .flex-wrap { gap: 0; }
	.two-column-content .module-title { margin-bottom: 1em; }
	.two-column-content .left-content, .two-column-content .right-content, .content-list .list-item h2, .content-list .list-item p { width: 100%; text-align: center; }
	.accordion { padding: 4em 0 2.5em; }
	.content-columns .column { padding: 4em 2em; }
	.content-columns .column a.text-link { position: relative; bottom: auto; left: auto; transform: none; }
	ul.testimonial-list li { display: block; padding: 4em 2em 2em; initial}
	ul.testimonial-list li .test-info { display: block; width: 100%; text-align: center; border: none !important; padding: 0; }
	ul.testimonial-list li .test-logo { display: inline-block; width: auto; text-align: center; padding: 0; max-width: 200px; }
	
	h2 { font-size: 3em; }
	.tiny-content-wrap { padding-left: 2em !important; padding-right: 2em !important; }
}
@media all and (max-width: 768px) {
	.mobile-menu img.logo { display: none !important; }
	nav.mobile ul li a { font-size: 2em; }
	.industry-projects .project .project-content h5 { display: none !important; }
	.industry-projects .project .project-content { width: 100%; padding: 1em 0 !important; }
	.industry-projects .project .project-image { width: 100%; display: block; padding-bottom: 50%; }
	.page-banner, .numbered-list, .site-content { padding: 4em 2em; }
	.numbered-list ul.list-items li { width: 100%; border-bottom: 1.5px solid #fff; text-align: center; padding-bottom: 2em; margin-bottom: 2em; }
	.numbered-list ul.list-items li:last-child { padding: 0; margin: 0; border: none; }
	.numbered-list ul.list-items li .item-content { padding: 0; border: none; }
	ul.projects li.project { width: 100%; }
	.content-columns .column { width: 100%; border-right: none; border-bottom: 1.5px solid #160f10; }
	.content-columns .column:last-child { border: none; }
	.contact-content { padding: 6em 0; }
	.contact-content .left-content { width: 100%; border-top: 1.5px solid #fff; padding: 2em 0 0; text-align: center; }
	.contact-content .right-content { width: 100%; padding: 0; text-align: center; padding-bottom: 2em; }
	.contact-content .right-content form { text-align: left; }
	ul.search-posts li { width: 100%; }
	
	h1 { font-size: 4em; }
	h2 { font-size: 2.75em; }
	h3 { font-size: 2em; }
	h4, span.h4 { font-size: 1.5em; }
	.two-column { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
}

