
/* CSS Document */
html {
	scroll-behavior: smooth;
}

.iron-line {
	border-top: var(--irline);
	width: 45%;
	margin: 0;
}

.wh-line {
	border-top: var(--whline);
	width: 1105px;
	width: 45%;
	margin: 0;
}

.left {
	position: absolute;
	left: 0;
}

.right {
	position: absolute;
	right: 0px;
}

.iron-title {
	font-family: var(--hv);
	font-weight: var(--hv-weight);
	font-size: 56px;
	line-height: 56px;
	margin: 0 0 26px;
}

.iron-sub {
	font-family: var(--main-font);
	display: block;
	width: fit-content;
	font-size: 20px;
	line-height: 28px;
	padding: 8px 34px;
	margin: 0 0 14px;
}

.sub2 {
	padding: 0 !important;
}

.iron-link {
	display: block;
	width: fit-content;
	font-size: 20px;
	padding: 26px 81px;
}

.iron-link:hover {
	background: var(--sec);
	color: var(--white);
}

/* Hero */
#hero {
	margin-top: -1px;
}

#hero .octane-content {
	background: linear-gradient(90deg, rgba(41, 49, 137, 1) 0%, rgba(41, 49, 137, .37) 100%);
}

#hero-flex {
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	height: 903px;
}

#hero-left {
	width: 43%;
}

#hero-sub {
	font-family: var(--main-font);
	font-size: 20px;
	line-height: 28px;
}

#hero-title {
	font-family: var(--hv);
	font-weight: var(--hv-weight);
	font-size: 56px;
	line-height: 56px;
	margin: 0 0 10px;
}

#hero p {
	color: #fff;
	margin: 0 0 55px;
}

#scroll {
	width: 100%;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 16px;
	margin: 55px 0 0;
}

#box {
	text-align: center;
	background: var(--white);
	width: 84px;
	height: 84px;
}

#box .fa-arrow-down {
	font-size: 42px;
	line-height: 84px;
}

#scroll-text {
	font-family: var(--ex);
	font-size: 20px;
}

#hero-right {
	width: 45%;
	height: 100%;
}

#ticker-flex {
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	gap: 0 30px;
}

#ticker-left {
	width: 50%;
}

#ticker-right {
	width: 50%;
}

.ticker-wh {
	width: 100% !important;
}

.ticker-mobile {
	display: none;
}

/* About */
#about-flex {
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	padding: 135px 0;
}

#about-left {
	width: 46%;
}

#about-left img {
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
	border: 10px solid var(--white);
	object-fit: cover;
}

#about-left img:first-child {
	width: 482px;
	height: 388px;
}

#about-left img:last-child {
	position: relative;
	float: right;
	width: 392px;
	height: 330px;
	margin-top: -60px;
}

#about-right {
	width: 44%;
}

#about-right .iron-title {
	margin: 20px 0 50px;
}

#about-right p {
	margin: 0 0 32px;
	padding: 55px 0 0;
}

/* Customers */
#customers .octane-background {
	background: var(--main);
	opacity: 75%;
}

#customers .octane-background img {
	mix-blend-mode: multiply;
}

#customers .octane-content {
	padding: 135px 0;
}

#customers .iron-title {
	width: 640px;
	margin: 25px 0 26px;
}

#customers p {
	color: var(--white);
	width: 653px;
	margin: 0 0 55px;
}

#customers .iron-link {
	margin: 110px 0 0;
}

/* Products */
#products {
	padding: 120px 0;
}

#prod-top {
	width: 653px;
}

#products .iron-title {
	width: 383px;
	margin: 25px 0;
}

#products p {
	margin: 0 0 55px;
}

#product-items {
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 0 17px;
	padding: 55px 0 0;
}

#product-items li {
	transition: 1s opacity ease-in-out;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
	flex: 0 1 33%;
}

#product-items .octane-background {
	background: var(--main);
}

#product-items .octane-background img {
	mix-blend-mode: multiply;
}

.prod-flex {
	text-align: center;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 415px;
	padding: 0 30px;
}

.prod-title {
	font-family: var(--hv);
	font-weight: var(--hv-weight);
	font-size: 56px;
	line-height: 64px;
	margin: 0 0 17px;
}

.prod-flex p {
	width: auto !important;
	color: var(--white);
	font-size: 20px;
	line-height: 28px;
	margin: 0 0 34px !important;
}

.prod-link {
	display: block;
	width: fit-content;
	margin: 0 auto;
	font-family: var(--semi);
	font-size: 14px;
	padding: 4px 17px;
}

.prod-link:hover {
	background: var(--main);
	color: var(--white);
}

/* Careers */
#car-flex {
	background: var(--sec);
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
}

#car-left {
	width: 50%;
}

#car-left .wrap {
	max-width: 653px;
	margin: 0 90px 0 auto;
}

#car-left p {
	color: var(--white);
	margin: 0 0 55px;
}

#car-left .iron-link {
	margin: 110px 0 0;
}

#car-right {
	order: 1;
	width: 50%;
}

#car-right img {
	object-fit: cover;
	width: 100%;
	height: 797px;
}

/* Locations */
#locations {
	padding: 120px 0;
}

#loc-top {
	width: 550px;
}

#locations .iron-title {
	margin: 25px 0 55px;
}

.mapplic-element {
	padding: 55px 0 0;
}

/* Blog */
#blog .octane-background {
	background: var(--main);
	opacity: 75%;
}

#blog .octane-background img {
	mix-blend-mode: multiply;
}

#blog .octane-content {
	padding: 120px 0;
}

#blog .iron-title {
	width: 383px;
	margin: 25px 0;
}

#blog p {
	color: var(--white);
	width: 653px;
	margin: 0 0 55px;
}

#blog .wpcp-carousel-wrapper {
	padding: 55px 0 0;
}

#blog .wpcp-single-item {
	height: 440px !important;
}

#blog .wpcp-slide-image, #blog .wpcp-slide-image a {
	height: 217px !important;
}

#blog .wpcp-slide-image img {
	object-fit: cover;
	width: 100%;
	height: 100% !important;
}

#blog .wpcp-all-captions {
	overflow: unset;
}

#blog .wpcp-post-title, #blog .wpcp-post-title a {
	text-align: left;
	font-family: var(--bold-font);
	color: var(--black) !important;
	font-size: 18px !important;
	line-height: 24px !important;
	margin: 0 0 17px;
}

#blog .wpcp-post-content {
	text-align: left !important;
	font-family: var(--bold-font);
	color: var(--black) !important;
	font-size: 14px !important;
	line-height: 19px !important;
	margin: 0 0 12px;
}

#blog .sp-wpcp-read-more {
	text-align: left !important;
	margin: 0 !important;
}

#blog .wpcp_readmore {
	font-family: var(--ex);
	padding: 0 !important;
	margin: 0 !important;
}

#blog .wpcp-swiper-dots {
	display: none;
}

#blog .wpcp-prev-button, #blog .wpcp-next-button {
	margin-top: 7px;
}

/* Responsive Design */
@media (max-width: 1650px) {
	.iron-title {
		font-size: 52px;
		line-height: 52px;
	}
	
	.iron-link {
		padding: 20px 71px;
	}
	
	/* Hero */
	#hero-flex {
		height: 863px;
	}
	
	#hero-left {
		width: 47%;
	}
	
	#hero-title {
		font-size: 52px;
		line-height: 52px;
	}
	
	.ticker-wh {
		height: 863px !important;
	}
	
	/* About */
	#about-flex {
		padding: 120px 0;
	}
	
	/* Customers */
	#customers .octane-content {
		padding: 120px 0;
	}
	
	/* Products */
	.prod-title {
		font-size: 52px;
		line-height: 60px;
	}
	
	/* Careers */
	#car-left .wrap {
		max-width: 613px;
	}
}

@media (max-width: 1550px) {
	.iron-title {
		font-size: 48px;
		line-height: 48px;
		margin: 0 0 26px;
	}
	
	.iron-line {
		width: 49%;
	}
	
	/* Hero */
	#hero-flex {
		height: 823px;
	}
	
	#hero-left {
		width: 51%;
	}
	
	#hero-title {
		font-size: 48px;
		line-height: 48px;
	}
	
	#hero p {
		margin: 0 0 45px;
	}
	
	#scroll {
		margin: 45px 0 0;
	}
	
	#hero-right {
		width: 43%;
	}
	
	.ticker-wh {
		height: 823px !important;
	}
	
	/* About */
	#about-flex {
		padding: 100px 0;
	}
	
	#about-left {
		width: 42%;
	}
	
	#about-left img:first-child {
		width: 422px;
		height: 348px;
	}
	
	#about-left img:last-child {
		height: 300px;
	}
	
	#about-right {
		width: 48%;
	}
	
	#about-right .iron-title {
		margin: 20px 0 45px;
	}
	
	#about-right p {
		padding: 45px 0 0;
	}
	
	/* Customers */
	#customers .octane-content {
		padding: 100px 0;
	}
	
	#customers p {
		margin: 0 0 45px;
	}
	
	#customers .iron-link {
		margin: 100px 0 0;
	}
	
	/* Products */
	#products {
		padding: 100px 0;
	}
	
	#products .iron-title {
		width: 293px;
	}
	
	#products p {
		margin: 0 0 45px;
	}
	
	#product-items {
		padding: 45px 0 0;
	}
	
	.prod-flex {
		padding: 0 30px;
	}
	
	.prod-title {
		font-size: 48px;
		line-height: 56px;
	}
	
	/* Careers */
	#car-left .wrap {
		max-width: 573px;
	}
	
	#car-left p {
		margin: 0 0 45px;
	}
	
	#car-left .iron-link {
		margin: 100px 0 0;
	}
	
	/* Locations */
	#locations {
		padding: 100px 0;
	}
	
	#locations .iron-title {
		margin: 25px 0 45px;
	}
	
	.mapplic-element {
		padding: 45px 0 0;
	}
	
	/* Blog */
	#blog .octane-content {
		padding: 100px 0;
	}
	
	#blog p {
		margin: 0 0 45px;
	}
	
	#blog .wpcp-carousel-wrapper {
		padding: 45px 0 0;
	}
	
	#blog .wpcp-single-item {
		height: 460px !important;
	}
}

@media (max-width: 1440px) {
	.iron-title {
		font-size: 44px;
		line-height: 44px;
	}
	
	.iron-link {
		font-size: 18px;
		padding: 15px 61px;
	}
	
	/* Hero */
	#hero {
		margin-top: -2px;
	}
	
	#hero-flex {
		height: 743px;
	}
	
	#hero-left {
		width: 51%;
	}
	
	#hero-title {
		font-size: 44px;
		line-height: 44px;
	}
	
	#hero p {
		margin: 0 0 35px;
	}
	
	#scroll {
		margin: 35px 0 0;
	}
	
	#hero-right {
		width: 41%;
	}
	
	.ticker-wh {
		height: 743px !important;
	}
	
	/* About */
	#about-flex {
		padding: 80px 0;
	}
	
	#about-left img:first-child {
		width: 422px;
		height: 308px;
	}
	
	#about-left img:last-child {
		width: 362px;
		height: 260px;
	}
	
	#about-right .iron-title {
		margin: 20px 0 35px;
	}
	
	#about-right p {
		padding: 35px 0 0;
	}
	
	/* Customers */
	#customers .octane-content {
		padding: 80px 0;
	}
	
	#customers .iron-title {
		width: 600px;
	}
	
	#customers p {
		margin: 0 0 35px;
	}
	
	#customers .iron-link {
		margin: 80px 0 0;
	}
	
	/* Products */
	#products {
		padding: 80px 0;
	}
	
	#products p {
		margin: 0 0 35px;
	}
	
	#product-items {
		padding: 35px 0 0;
	}
	
	.prod-flex {
		height: 385px;
	}
	
	.prod-title {
		font-size: 44px;
		line-height: 52px;
	}
	
	.prod-flex p {
		font-size: 18px;
		line-height: 24px;
		margin: 0 0 17px !important;
	}
	
	/* Careers */
	#car-left .wrap {
		max-width: 533px;
		margin: 0 60px 0 auto;
	}
	
	#car-left p {
		color: var(--white);
		margin: 0 0 35px;
	}
	
	#car-left .iron-link {
		margin: 80px 0 0;
	}
	
	#car-right img {
		height: 767px;
	}
	
	/* Locations */
	#locations {
		padding: 80px 0;
	}
	
	#loc-top {
		width: 430px;
	}
	
	#locations .iron-title {
		margin: 25px 0 35px;
	}
	
	.mapplic-element {
		padding: 35px 0 0;
	}
	
	/* Blog */
	#blog .octane-content {
		padding: 80px 0;
	}
	
	#blog p {
		margin: 0 0 35px;
	}
	
	#blog .wpcp-carousel-wrapper {
		padding: 35px 0 0;
	}
	
	#blog .wpcp-single-item {
		height: 480px !important;
	}
}

@media (max-width: 1350px) {
	.iron-title {
		font-size: 40px;
		line-height: 40px;
		margin: 0 0 26px;
	}
	
	.iron-line {
		width: 49%;
	}
	
	.iron-link {
		font-size: 16px;
		padding: 10px 51px;
	}
	
	/* Hero */
	#hero {
		margin-top: -5px;
	}
	
	#hero-flex {
		height: 703px;
	}
	
	#hero-title {
		font-size: 40px;
		line-height: 40px;
	}
	
	#hero p {
		margin: 0 0 25px;
	}
	
	#scroll {
		margin: 25px 0 0;
	}
	
	#hero-right {
		width: 38%;
	}
	
	.ticker-wh {
		height: 703px !important;
	}
	
	/* About */
	#about-left img:first-child {
		width: 402px;
		height: 308px;
	}
	
	#about-left img:last-child {
		width: 342px;
		height: 240px;
	}
	
	#about-right .iron-title {
		margin: 20px 0 25px;
	}
	
	#about-right p {
		margin: 0 0 25px;
		padding: 25px 0 0;
	}
	
	/* Customers */
	#customers .iron-title {
		width: 545px;
	}
	
	#customers p {
		width: 555px;
		margin: 0 0 25px;
	}
	
	#customers .iron-link {
		margin: 70px 0 0;
	}
	
	/* Products */
	#prod-top {
		width: 555px;
	}
	
	#products p {
		margin: 0 0 25px;
	}
	
	#product-items {
		padding: 25px 0 0;
	}
	
	.prod-flex {
		height: 345px;
	}
	
	.prod-title {
		font-size: 40px;
		line-height: 48px;
		margin: 0 0 10px;
	}
	
	.prod-flex p {
		font-size: 16px;
		margin: 0 0 10px !important;
	}
	
	/* Careers */
	#car-left .wrap {
		max-width: 463px;
	}
	
	#car-left p {
		margin: 0 0 25px;
	}
	
	#car-left .iron-link {
		margin: 70px 0 0;
	}
	
	#car-right img {
		height: 727px;
	}
	
	/* Locations */
	#locations .iron-title {
		margin: 25px 0;
	}
	
	.mapplic-element {
		padding: 25px 0 0;
	}
	
	/* Blog */
	#blog p {
		width: 555px;
		margin: 0 0 25px;
	}
	
	#blog .wpcp-carousel-wrapper {
		padding: 25px 0 0;
	}
	
	#blog .wpcp-single-item {
		height: 500px !important;
	}
}

@media (max-width: 1250px) {
	.iron-title {
		font-size: 36px;
		line-height: 36px;
		margin: 0 0 20px;
	}
	
	.iron-sub {
		font-family: var(--main-font);
		display: block;
		width: fit-content;
		font-size: 18px;
		line-height: 24px;
		padding: 8px 34px;
		margin: 0 0 14px;
	}
	
	/* Hero */
	#hero {
		margin-top: -7px;
	}
	
	#hero-flex {
		height: 663px;
	}
	
	#hero-sub {
		font-size: 18px;
		line-height: 24px;
	}
	
	#hero-title {
		font-size: 36px;
		line-height: 36px;
	}
	
	#box {
		width: 80px;
		height: 80px;
	}
	
	#box .fa-arrow-down {
		line-height: 80px;
	}
	
	#scroll-text {
		font-size: 18px;
	}
	
	#hero-right {
		width: 41%;
	}
	
	#ticker-flex {
		gap: 0 20px;
	}
	
	.ticker-wh {
		height: 663px !important;
	}
	
	/* About */
	#about-left img:first-child {
		width: 362px;
		height: 288px;
	}
	
	#about-left img:last-child {
		width: 322px;
		height: 220px;
	}
	
	/* Customers */
	#customers .iron-title {
		width: 490px;
		margin: 20px 0;
	}
	
	#customers p {
		width: 500px;
	}
	
	/* Products */
	#prod-top {
		width: 500px;
	}
	
	#products .iron-title {
		width: 233px;
		margin: 20px 0;
	}
	
	.prod-title {
		font-size: 36px;
		line-height: 44px;
	}
	
	.prod-flex p {
		line-height: 20px;
	}
	
	/* Careers */
	#car-left .wrap {
		max-width: 423px;
	}
	
	#car-right img {
		height: 687px;
	}
	
	/* Locations */
	#loc-top {
		width: 350px;
	}
	
	#locations .iron-title {
		margin: 20px 0;
	}
	
	/* Blog */
	#blog .iron-title {
		width: 343px;
		margin: 20px 0;
	}
	
	#blog p {
		width: 500px;
	}
	
	#blog .wpcp-single-item {
		height: 520px !important;
	}
}

@media (max-width: 1150px) {
	.iron-title {
		font-size: 32px;
		line-height: 32px;
	}
	
	.iron-sub {
		font-size: 16px;
		line-height: 24px;
	}
	
	/* Hero */
	#hero {
		margin-top: -9px;
	}
	
	#hero-flex {
		height: 623px;
	}
	
	#hero-left {
		width: 47%;
	}
	
	#hero-sub {
		font-size: 16px;
	}
	
	#hero-title {
		font-size: 32px;
		line-height: 32px;
	}
	
	#box {
		width: 75px;
		height: 70px;
	}
	
	#box .fa-arrow-down {
		font-size: 38px;
		line-height: 70px;
	}
	
	#scroll-text {
		font-size: 16px;
	}
	
	#hero-right {
		width: 46%;
	}
	
	.ticker-wh {
		height: 623px !important;
	}
	
	/* About */
	#about-left img:first-child {
		width: 322px;
		height: 268px;
	}
	
	#about-left img:last-child {
		width: 282px;
		height: 220px;
	}
	
	/* Customers */
	#customers .iron-title {
		width: 435px;
	}
	
	#customers p {
		width: 445px;
	}
	
	/* Products */
	#prod-top {
		width: 445px;
	}
	
	#products .iron-title {
		width: 288px;
	}
	
	.prod-title {
		font-size: 32px;
		line-height: 40px;
	}
	
	/* Careers */
	#car-left .wrap {
		max-width: 383px;
	}
	
	#car-right img {
		height: 647px;
	}
	
	/* Blog */
	#blog .iron-title {
		width: 303px;
	}
	
	#blog p {
		width: 445px;
	}
	
	#blog .wpcp-single-item {
		height: 540px !important;
	}
	
	#blog .wpcp-post-title, #blog .wpcp-post-title a {
		text-align: left;
		font-size: 16px !important;
	}
}

@media (max-width: 1024px) {
	.iron-link {
		padding: 10px 41px;
	}
	
	/* Hero */
	#hero {
		margin: 0;
	}
	
	#box {
		width: 65px;
		height: 65px;
	}
	
	#box .fa-arrow-down {
		font-size: 34px;
		line-height: 65px;
	}
	
	/* About */
	#about-left {
		width: 48%;
	}
	
	#about-right {
		width: 48%;
	}
	
	/* Products */
	#product-items {
		gap: 0 2%;
	}
	
	.prod-title {
		font-size: 28px;
		line-height: 36px;
	}
	
	/* Careers */
	#car-left .wrap {
		max-width: 85%;
		margin: 0 auto;
	}
	
	#car-right img {
		height: 607px;
	}
}

@media (max-width: 960px) {
	#blog .wpcp-single-item {
		height: 580px !important;
	}
}

@media (max-width: 900px) {
	/* Hero */
	#hero-left {
		width: 51%;
	}
	
	#hero-right {
		width: 42%;
		height: 100%;
	}
	
	/* About */
	#about-flex {
		padding: 60px 0;
	}
	
	#about-left img {
		border: 7px solid var(--white);
	}
	
	#about-left img:first-child {
		width: 302px;
		height: 248px;
	}
	
	/* Customers */
	#customers .octane-content {
		padding: 60px 0;
	}
	
	#customers .iron-link {
		margin: 60px 0 0;
	}
	
	/* Products */
	#products {
		padding: 60px 0;
	}
	
	#product-items {
		flex-wrap: wrap;
		gap: 17px 2%;
	}
	
	#product-items li {
		flex: 1 0 49%;
	}
	
	.prod-flex {
		height: 385px;
	}
	
	#product-items li:last-child .prod-flex {
		height: auto;
		padding: 80px 30px;
	}
	
	.prod-title {
		font-size: 24px;
		line-height: 32px;
	}
	
	.prod-flex p {
		line-height: 24px;
	}
	
	/* Careers */
	#car-left .iron-link {
		margin: 60px 0 0;
	}
	
	#car-right img {
		height: 567px;
	}
	
	/* Locations */
	#locations {
		padding: 60px 0;
	}
	
	#loc-top {
		width: 311px;
	}
	
	/* Blog */
	#blog .octane-content {
		padding: 60px 0;
	}
	
	#blog .wpcp-single-item {
		height: 470px !important;
	}
}

@media (max-width: 800px) {
	/* Blog */
	#blog .wpcp-single-item {
		height: 490px !important;
	}
}

@media (max-width: 768px) {
	.iron-sub {
		margin: 0 auto 14px;
	}
	
	.iron-line, .wh-line {
		width: 100%;
	}
	
	.left, .right {
		position: unset;
	}
	
	.iron-link {
		margin: 0 auto;
	}
	
	/* Hero */
	#hero .wrap {
		max-width: 100%;
	}
	
	#hero-flex {
		position: relative;
		display: inline-flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 583px;
	}
	
	#hero-left {
		width: 85%;
	}
	
	#hero-sub {
		margin: 0 0 10px;
	}
	
	#hero-title {
		font-size: 36px;
		line-height: 36px;
		margin: 0 0 20px;
	}
	
	#scroll {
		justify-content: center;
	}
	
	#hero-right {
		display: none;
	}
	
	#ticker-flex {
		display: none;
	}
	
	.ticker-mobile {
		display: block;
	}
	
	/* About */
	#about-flex {
		flex-direction: column;
		gap: 25px 0;
		padding: 110px 0 60px;
	}
	
	#about-left {
		text-align: left;
		width: 100%;
	}
	
	#about-left img:first-child {
		width: 85%;
		height: 388px;
	}
	
	#about-left img:last-child {
		width: 55%;
		height: 260px;
		margin-top: -200px;
	}
	
	#about-right {
		width: 100%;
	}
	
	/* Customers */
	#customers .iron-title {
		width: auto;
	}
	
	#customers p {
		width: auto;
	}
	
	#customers .iron-link {
		margin: 25px auto 0;
	}
	
	/* Products */
	#prod-top {
		width: auto;
	}
	
	#products .iron-title {
		width: auto;
	}
	
	#product-items {
		gap: 10px 2%;
	}
	
	.prod-title {
		font-size: 20px;
		line-height: 28px;
	}
	
	/* Careers */
	#car-flex {
		flex-direction: column;
	}
	
	#car-left {
		width: 100%;
		padding: 60px 0;
	}
	
	#car-left .wrap {
		max-width: 85%;
		margin: 0 auto;
	}
	
	#car-left .iron-link {
		margin: 25px auto 0;
	}
	
	#car-right {
		order: 0;
		width: 100%;
	}
	
	#car-right img {
		height: 527px;
	}
	
	/* Locations */
	#loc-top {
		width: auto;
	}
	
	/* Blog */
	#blog .iron-title {
		width: auto;
	}
	
	#blog p {
		width: auto;
	}
	
	#blog .wpcp-single-item, #blog .wpcp-all-captions {
		height: auto !important;
	}
	
	#blog .wpcp-post-title, #blog .wpcp-post-title a {
		text-align: center;
	}
	
	#blog .wpcp-post-content {
		text-align: center !important;
	}
	
	#blog .wpcp_readmore {
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 660px) {
	/* About */
	#about-left img:first-child {
		height: 348px;
	}
	
	#about-left img:last-child {
		height: 220px;
		margin-top: -175px;
	}
	
	/* Products */
	.prod-title {
		line-height: 24px;
	}
	
	.prod-flex p {
		line-height: 20px;
	}
	
	/* Careers */
	#car-right img {
		height: 487px;
	}
}

@media (max-width: 550px) {
	.iron-title {
		font-size: 28px;
		line-height: 28px;
	}
	
	/* Hero */
	#hero-flex {
		height: 543px;
	}
	
	#hero-title {
		font-size: 32px;
		line-height: 32px;
		margin: 0 0 10px;
	}
	
	#hero p {
		line-height: 22px;
		margin: 0 0 15px;
	}
	
	#scroll {
		margin: 15px 0 0;
	}
	
	#box {
		width: 55px;
		height: 55px;
	}
	
	#box .fa-arrow-down {
		font-size: 30px;
		line-height: 55px;
	}
	
	#hero-right {
		bottom: -215px;
	}
	
	#ticker-flex {
		margin: -65px 0 0;
	}
	
	/* About */
	#about-flex {
		padding: 120px 0 40px;
	}
	
	#about-left img:first-child {
		height: 308px;
	}
	
	#about-left img:last-child {
		height: 180px;
		margin-top: -135px;
	}
	
	#about-right .iron-title {
		margin: 0 0 15px;
	}
	
	#about-right p {
		margin: 0 0 15px;
		padding: 15px 0 0;
	}
	
	/* Customers */
	#customers p {
		margin: 0 0 15px;
	}
	
	#customers .iron-link {
		margin: 15px auto 0;
	}
	
	/* Products */
	#products p {
		margin: 0 0 15px;
	}
	
	#product-items {
		gap: 10px 0;
	}
	
	#product-items li {
		flex: 1 0 100%;
	}
	
	.prod-flex {
		height: auto;
		padding: 70px 30px !important;
	}
	
	.prod-flex p {
		line-height: 24px;
	}
	
	/* Careers */
	#car-left p {
		margin: 0 0 15px;
	}
	
	#car-left .iron-link {
		margin: 15px auto 0;
	}
	
	#car-right img {
		height: 447px;
	}
	
	/* Careers */
	#car-right img {
		height: 407px;
	}
	
	/* Locations */
	#locations .iron-title {
		margin: 0 0 15px;
	}
	
	.mapplic-element {
		padding: 15px 0 0;
	}
	
	/* Blog */
	#blog p {
		margin: 0 0 15px;
	}
	
	#blog .wpcp-carousel-wrapper {
		padding: 15px 0 0;
	}
	
	#blog .wpcp-post-title, #blog .wpcp-post-title a {
		margin: 0 0 15px;
	}
	
	#blog .wpcp-post-content {
		margin: 0 0 10px;
	}
}

@media (max-width: 450px) {
	.iron-title {
		font-size: 24px;
	}
	
	/* Hero */
	#hero-title {
		font-size: 24px;
		line-height: 28px;
	}
	
	#box {
		height: 50px;
	}
	
	#box .fa-arrow-down {
		line-height: 50px;
	}
	
	#hero-right {
		bottom: -200px;
	}
	
	#ticker-flex {
		margin: -60px 0 0;
	}
	
	.wpcp-slide-image img {
		height: 97px !important;
	}
	
	/* About */
	#about-flex {
		padding: 110px 0 40px;
	}
	
	#about-left img:first-child {
		height: 268px;
	}
	
	#about-left img:last-child {
		height: 140px;
		margin-top: -100px;
	}
	
	/* Products */
	.prod-flex {
		padding: 60px 30px !important;
	}
	
	/* Careers */
	#car-right img {
		height: 367px;
	}
}

@media (max-width: 350px) {
	.iron-title {
		font-size: 20px;
		line-height: 24px;
	}
	
	/* Hero */
	#hero-title {
		font-size: 20px;
		line-height: 24px;
	}
	
	#hero-right {
		bottom: -185px;
	}
	
	#ticker-flex {
		margin: -55px 0 0;
	}
	
	.wpcp-slide-image img {
		height: 67px !important;
	}
	
	/* About */
	#about-flex {
		padding: 80px 0 40px;
	}
	
	#about-left img:first-child {
		height: 228px;
	}
	
	/* Products */
	.prod-flex {
		padding: 50px 30px !important;
	}
	
	.prod-flex p {
		line-height: 20px;
	}
	
	/* Careers */
	#car-right img {
		height: 327px;
	}
}
