/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

#ajax-content-wrap {
	overflow-x: clip;
}

@supports not (overflow: clip) {
	#ajax-content-wrap {
		overflow-x: hidden;
	}
}

/* Salient centers full-width rows against 100vw, which leaves half the
 * scrollbar width visible as a white strip on each side. */
.container-wrap .main-content > .row > .wpb_row.full-width-content,
.container-wrap .main-content > .row > .wpb_row.full-width-section {
	right: auto !important;
	left: auto !important;
	width: auto !important;
	margin-right: calc(50% - 50vw) !important;
	margin-left: calc(50% - 50vw) !important;
}

/* Touch-first tablets: keep Salient desktop dropdowns open after the first tap. */
@media (min-width: 1000px) {
	#header-outer #top nav > ul.sf-menu li.lmw-touch-open > ul.sub-menu {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		pointer-events: auto !important;
		transform: none !important;
	}
}

/* Compact tablet/mobile: hide collapsed children instead of letting them overlap
 * later rows, and give the submenu arrow a usable keyboard/touch target. */
@media (max-width: 999px) {
	#slide-out-widget-area[data-dropdown-func="separate-dropdown-parent-link"]
	.off-canvas-menu-container li.menu-item-has-children > ul.sub-menu[hidden] {
		display: none !important;
	}

	#slide-out-widget-area[data-dropdown-func="separate-dropdown-parent-link"]
	.off-canvas-menu-container li.menu-item-has-children > ul.sub-menu {
		position: static !important;
		width: 100% !important;
		height: auto !important;
		max-height: none !important;
		overflow: visible !important;
	}

	#slide-out-widget-area[data-dropdown-func="separate-dropdown-parent-link"]
	.off-canvas-menu-container li.menu-item-has-children.lmw-mobile-open > ul.sub-menu {
		display: flex !important;
		visibility: visible !important;
		opacity: 1 !important;
		pointer-events: auto !important;
	}

	#slide-out-widget-area .off-canvas-menu-container button.ocm-dropdown-arrow {
		display: inline-flex !important;
		min-width: 44px;
		min-height: 44px;
		margin: 0;
		padding: 0;
		align-items: center;
		justify-content: center;
		border: 0;
		background: transparent;
		color: inherit;
		cursor: pointer;
		font: inherit;
	}

	#slide-out-widget-area .off-canvas-menu-container button.ocm-dropdown-arrow:focus-visible {
		outline: 2px solid currentColor;
		outline-offset: 2px;
	}

	#slide-out-widget-area .off-canvas-menu-container button.ocm-dropdown-arrow[aria-expanded="true"] i {
		transform: rotate(180deg);
	}
}

/* Seller-intent landing page: /scrap-sourcing/ */
body.page-id-23 .container-wrap {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	background: #f4f3f0;
}

body.page-id-23 .container.main-content,
body.page-id-23 .main-content > .row,
body.page-id-23 .main-content > .row > .col {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.lmw-seller-landing,
.lmw-seller-landing * {
	box-sizing: border-box;
}

.lmw-seller-landing {
	position: relative;
	left: auto;
	width: auto;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	background: #f4f3f0;
	color: #18181b;
}

.lmw-seller-landing h1,
.lmw-seller-landing h2,
.lmw-seller-landing h3,
.lmw-seller-landing p,
.lmw-seller-landing ul,
.lmw-seller-landing ol {
	margin-top: 0;
}

.lmw-seller-landing p {
	padding-bottom: 0;
}

.lmw-seller-shell {
	position: relative;
	z-index: 2;
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

.lmw-seller-kicker {
	margin-bottom: 16px !important;
	color: #d9003f;
	font-size: 12px !important;
	font-weight: 800;
	line-height: 1.4 !important;
	letter-spacing: .08em;
}

.lmw-seller-hero {
	position: relative;
	display: flex;
	min-height: 690px;
	align-items: center;
	overflow: hidden;
	padding: 150px 0 86px;
	background-color: #111114;
	background-image: linear-gradient(90deg, rgba(13,13,15,.96) 0%, rgba(13,13,15,.79) 50%, rgba(13,13,15,.28) 100%), url("/wp-content/uploads/2022/01/Hero-Productionjpg.jpg");
	background-position: center;
	background-size: cover;
	color: #fff;
}

.lmw-seller-hero::before {
	position: absolute;
	top: -20%;
	right: 12%;
	width: 28px;
	height: 150%;
	background: rgba(215,0,58,.42);
	content: "";
	transform: rotate(27deg);
}

.lmw-seller-hero::after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 43%;
	height: 5px;
	background: #d7003a;
	content: "";
}

.lmw-seller-breadcrumb {
	display: flex;
	margin-bottom: 54px;
	align-items: center;
	gap: 10px;
	color: rgba(255,255,255,.68);
	font-size: 13px;
}

.lmw-seller-breadcrumb a {
	color: #fff !important;
}

.lmw-seller-hero .lmw-seller-kicker {
	color: #ff426e;
}

.lmw-seller-hero h1 {
	max-width: 820px;
	margin-bottom: 24px;
	color: #fff;
	font-size: clamp(44px, 6vw, 76px);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -.035em;
}

.lmw-seller-lead {
	max-width: 760px;
	margin-bottom: 32px !important;
	color: rgba(255,255,255,.88);
	font-size: clamp(17px, 2vw, 20px) !important;
	line-height: 1.8 !important;
}

.lmw-seller-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.lmw-seller-action-note {
	max-width: 720px;
	margin: 14px 0 0 !important;
	color: rgba(255,255,255,.68);
	font-size: 13px !important;
	line-height: 1.65 !important;
}

.lmw-seller-button {
	display: inline-flex;
	min-height: 52px;
	padding: 13px 22px;
	align-items: center;
	justify-content: center;
	gap: 16px;
	border: 2px solid transparent;
	border-radius: 2px;
	font-weight: 800;
	line-height: 1.35;
	text-decoration: none !important;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.lmw-seller-button--primary {
	border-color: #d7003a;
	background: #d7003a;
	color: #fff !important;
}

.lmw-seller-button--primary:hover,
.lmw-seller-button--primary:focus {
	border-color: #fff;
	background: #fff;
	color: #a9002e !important;
}

.lmw-seller-button--secondary {
	border-color: rgba(255,255,255,.55);
	background: rgba(0,0,0,.2);
	color: #fff !important;
}

.lmw-seller-button--secondary:hover,
.lmw-seller-button--secondary:focus {
	border-color: #fff;
	background: #fff;
	color: #111114 !important;
}

.lmw-seller-button--dark {
	border-color: #17171a;
	background: #17171a;
	color: #fff !important;
}

.lmw-seller-button--dark:hover,
.lmw-seller-button--dark:focus {
	border-color: #d7003a;
	background: #d7003a;
}

.lmw-seller-message-example {
	margin: 22px 0 !important;
	padding: 16px 18px !important;
	border-left: 3px solid #d7003a;
	background: #efeeeb;
	color: #4d4a50;
	font-size: 14px !important;
	line-height: 1.75 !important;
}

.lmw-seller-facts {
	display: grid;
	max-width: 980px;
	margin: 58px 0 0 !important;
	padding: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid rgba(255,255,255,.22);
	list-style: none;
}

.lmw-seller-facts li {
	min-width: 0;
	padding: 22px 24px 0 0;
	list-style: none;
}

.lmw-seller-facts strong,
.lmw-seller-facts span {
	display: block;
}

.lmw-seller-facts strong {
	margin-bottom: 4px;
	color: #fff;
	font-size: 15px;
}

.lmw-seller-facts span {
	color: rgba(255,255,255,.66);
	font-size: 13px;
	line-height: 1.55;
}

.lmw-seller-section {
	padding: clamp(78px, 9vw, 126px) 0;
}

.lmw-seller-section-heading {
	display: grid;
	margin-bottom: 48px;
	grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr);
	column-gap: 90px;
}

.lmw-seller-section-heading .lmw-seller-kicker {
	grid-column: 1 / -1;
}

.lmw-seller-section-heading h2,
.lmw-seller-materials h2,
.lmw-seller-checklist h2,
.lmw-seller-trust h2,
.lmw-seller-buyer-path h2,
.lmw-seller-final-cta h2 {
	margin-bottom: 0;
	color: #111114;
	font-size: clamp(32px, 4.3vw, 54px);
	font-weight: 800;
	line-height: 1.17;
	letter-spacing: -.025em;
}

.lmw-seller-section-heading > p:last-child,
.lmw-seller-materials-copy > p,
.lmw-seller-checklist-panel > p {
	color: #55555d;
	font-size: 16px !important;
	line-height: 1.82 !important;
}

.lmw-seller-audience {
	background: #fff;
}

.lmw-seller-audience-grid {
	display: grid;
	grid-template-columns: 1fr 1fr .86fr;
	gap: 18px;
}

.lmw-seller-photo-card,
.lmw-seller-context-card {
	position: relative;
	min-height: 500px;
	overflow: hidden;
	background: #17171a;
}

.lmw-seller-photo-card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0 !important;
	object-fit: cover;
}

.lmw-seller-photo-card::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,.02) 25%, rgba(0,0,0,.9) 100%);
	content: "";
}

.lmw-seller-photo-card > div {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 34px 30px;
	color: #fff;
}

.lmw-seller-photo-card > div > span,
.lmw-seller-steps > li > span {
	color: #ef164f;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .08em;
}

.lmw-seller-photo-card h3,
.lmw-seller-context-card h3 {
	margin: 8px 0 10px;
	color: #fff;
	font-size: 25px;
	font-weight: 800;
	line-height: 1.3;
}

.lmw-seller-photo-card p,
.lmw-seller-context-card p {
	color: rgba(255,255,255,.76);
	font-size: 14px !important;
	line-height: 1.7 !important;
}

.lmw-seller-context-card {
	display: flex;
	padding: 42px 34px;
	flex-direction: column;
	justify-content: flex-end;
	background-image: linear-gradient(145deg, #1c1c20 0%, #111114 100%);
}

.lmw-seller-context-card::before {
	position: absolute;
	top: -80px;
	right: 42px;
	width: 14px;
	height: 280px;
	background: #d7003a;
	content: "";
	transform: rotate(35deg);
}

.lmw-seller-context-label {
	color: #ef416d !important;
	font-size: 12px !important;
	font-weight: 800;
}

.lmw-seller-context-card a,
.lmw-seller-text-link {
	display: inline-flex;
	margin-top: 22px;
	align-items: center;
	gap: 12px;
	color: #fff !important;
	font-weight: 800;
	text-decoration: none;
}

.lmw-seller-materials {
	background: #f4f3f0;
}

.lmw-seller-materials .lmw-seller-shell {
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	gap: clamp(50px, 8vw, 120px);
	align-items: center;
}

.lmw-seller-materials-copy > p {
	margin-top: 24px;
}

.lmw-seller-materials .lmw-seller-text-link {
	color: #b90034 !important;
}

.lmw-seller-material-list {
	margin: 0 !important;
	padding: 0;
	border-top: 1px solid #ceccd0;
	list-style: none;
}

.lmw-seller-material-list li {
	display: grid;
	padding: 24px 0;
	grid-template-columns: 110px 1fr;
	align-items: center;
	border-bottom: 1px solid #ceccd0;
	list-style: none;
}

.lmw-seller-material-list span {
	color: #d7003a;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .08em;
}

.lmw-seller-material-list strong {
	color: #17171a;
	font-size: 18px;
}

.lmw-seller-process {
	position: relative;
	overflow: hidden;
	padding: clamp(88px, 10vw, 138px) 0;
	background-color: #151518;
	background-image: linear-gradient(135deg, transparent 0 46%, rgba(215,0,58,.12) 46.2% 46.7%, transparent 46.9% 100%);
	color: #fff;
}

.lmw-seller-process .lmw-seller-shell {
	display: grid;
	grid-template-columns: .74fr 1.26fr;
	gap: clamp(50px, 9vw, 130px);
}

.lmw-seller-process-heading {
	position: sticky;
	top: 130px;
	align-self: start;
}

.lmw-seller-process h2 {
	margin-bottom: 24px;
	color: #fff;
	font-size: clamp(34px, 4.5vw, 56px);
	font-weight: 800;
	line-height: 1.16;
	letter-spacing: -.025em;
}

.lmw-seller-process-heading > p:last-child {
	color: rgba(255,255,255,.66);
	font-size: 15px !important;
	line-height: 1.8 !important;
}

.lmw-seller-steps {
	margin: 0 !important;
	padding: 0;
	border-top: 1px solid rgba(255,255,255,.18);
	list-style: none;
}

.lmw-seller-steps > li {
	display: grid;
	min-height: 148px;
	padding: 30px 0;
	grid-template-columns: 72px 1fr;
	border-bottom: 1px solid rgba(255,255,255,.18);
	list-style: none;
}

.lmw-seller-steps h3 {
	margin: 0 0 9px;
	color: #fff;
	font-size: 23px;
	font-weight: 800;
	line-height: 1.35;
}

.lmw-seller-steps p {
	color: rgba(255,255,255,.68);
	font-size: 14px !important;
	line-height: 1.75 !important;
}

.lmw-seller-checklist {
	background: #fff;
}

.lmw-seller-checklist .lmw-seller-shell {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	background: #f4f3f0;
}

.lmw-seller-checklist-media {
	min-height: 720px;
	background: #242429 url("/wp-content/uploads/2021/09/Bg-Metal-Scrap.jpg") center / cover no-repeat;
}

.lmw-seller-checklist-panel {
	padding: clamp(42px, 6vw, 76px);
}

.lmw-seller-checklist-panel > p {
	margin: 22px 0 28px;
}

.lmw-seller-checklist-panel ul {
	margin: 0 0 34px !important;
	padding: 0;
	border-top: 1px solid #d4d1d2;
	list-style: none;
}

.lmw-seller-checklist-panel li {
	display: grid;
	padding: 17px 0;
	grid-template-columns: 145px 1fr;
	gap: 20px;
	border-bottom: 1px solid #d4d1d2;
	list-style: none;
}

.lmw-seller-checklist-panel li strong {
	color: #18181b;
}

.lmw-seller-checklist-panel li span {
	color: #67646a;
	font-size: 13px;
	line-height: 1.65;
}

.lmw-seller-trust {
	padding: 72px 0;
	background: #d7003a;
	color: #fff;
}

.lmw-seller-trust .lmw-seller-shell {
	display: grid;
	grid-template-columns: .72fr 1.28fr;
	gap: 90px;
}

.lmw-seller-trust .lmw-seller-kicker {
	color: rgba(255,255,255,.7);
}

.lmw-seller-trust h2 {
	color: #fff;
	font-size: clamp(30px, 3.7vw, 46px);
}

.lmw-seller-trust ul {
	margin: 0 !important;
	padding: 0;
	border-top: 1px solid rgba(255,255,255,.36);
	list-style: none;
}

.lmw-seller-trust li {
	display: grid;
	padding: 20px 0;
	grid-template-columns: minmax(190px, .75fr) 1.25fr;
	gap: 28px;
	border-bottom: 1px solid rgba(255,255,255,.36);
	list-style: none;
}

.lmw-seller-trust li strong {
	color: #fff;
}

.lmw-seller-trust li span,
.lmw-seller-trust li a {
	color: rgba(255,255,255,.82) !important;
	font-size: 13px;
	line-height: 1.65;
}

.lmw-seller-trust li a {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.lmw-seller-faq {
	background: #f4f3f0;
}

.lmw-seller-faq .lmw-seller-section-heading {
	display: block;
	max-width: 760px;
}

.lmw-seller-faq-list {
	border-top: 1px solid #c9c6c8;
}

.lmw-seller-faq details {
	border-bottom: 1px solid #c9c6c8;
}

.lmw-seller-faq summary {
	display: grid;
	padding: 25px 4px;
	grid-template-columns: 56px 1fr auto;
	align-items: center;
	cursor: pointer;
	color: #18181b;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.45;
	list-style: none;
}

.lmw-seller-faq summary::-webkit-details-marker {
	display: none;
}

.lmw-seller-faq summary::after {
	color: #d7003a;
	content: "+";
	font-size: 25px;
}

.lmw-seller-faq details[open] summary::after {
	content: "−";
}

.lmw-seller-faq summary span {
	color: #d7003a;
	font-size: 11px;
	letter-spacing: .08em;
}

.lmw-seller-faq details > p {
	max-width: 920px;
	padding: 0 4px 28px 60px;
	color: #5d5a60;
	font-size: 15px !important;
	line-height: 1.82 !important;
}

.lmw-seller-buyer-path {
	padding: 58px 0;
	background: #fff;
}

.lmw-seller-buyer-path .lmw-seller-shell {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 56px;
}

.lmw-seller-buyer-path h2 {
	font-size: clamp(28px, 3.4vw, 42px);
}

.lmw-seller-buyer-path p:last-child {
	margin-top: 12px;
	color: #68656b;
}

.lmw-seller-buyer-path a {
	display: inline-flex;
	min-height: 50px;
	padding: 13px 19px;
	align-items: center;
	gap: 14px;
	border: 2px solid #18181b;
	color: #18181b !important;
	font-weight: 800;
	text-decoration: none;
}

.lmw-seller-final-cta {
	position: relative;
	overflow: hidden;
	padding: 84px 0;
	background-color: #151518;
	background-image: linear-gradient(90deg, rgba(15,15,17,.96), rgba(15,15,17,.72)), url("/wp-content/uploads/2021/09/Bg-Metal-Scrap.jpg");
	background-position: center;
	background-size: cover;
	color: #fff;
}

.lmw-seller-final-cta .lmw-seller-shell {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: end;
	gap: 70px;
}

.lmw-seller-final-cta h2 {
	max-width: 760px;
	color: #fff;
	font-size: clamp(32px, 4.2vw, 52px);
}

.lmw-seller-final-cta p:last-child {
	max-width: 700px;
	margin-top: 18px;
	color: rgba(255,255,255,.68);
}

.lmw-products-seller-path {
	margin: 26px 0 0 !important;
	padding: 18px 20px !important;
	border-left: 4px solid #d7003a;
	background: #f2f1ef;
}

.lmw-products-seller-path a {
	color: #b50034;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media (max-width: 1000px) {
	.lmw-seller-hero {
		min-height: 630px;
		background-position: 62% center;
	}
	.lmw-seller-section-heading,
	.lmw-seller-materials .lmw-seller-shell,
	.lmw-seller-process .lmw-seller-shell,
	.lmw-seller-trust .lmw-seller-shell,
	.lmw-seller-checklist .lmw-seller-shell {
		grid-template-columns: 1fr;
		gap: 42px;
	}
	.lmw-seller-audience-grid {
		grid-template-columns: 1fr 1fr;
	}
	.lmw-seller-context-card {
		min-height: 330px;
		grid-column: 1 / -1;
	}
	.lmw-seller-process-heading {
		position: static;
	}
	.lmw-seller-checklist-media {
		min-height: 480px;
	}
	.lmw-seller-buyer-path .lmw-seller-shell,
	.lmw-seller-final-cta .lmw-seller-shell {
		grid-template-columns: 1fr;
		align-items: start;
	}
}

@media (max-width: 690px) {
	.lmw-seller-shell {
		width: min(100% - 36px, 1180px);
	}
	.lmw-seller-hero {
		min-height: 0;
		padding: 116px 0 58px;
		background-position: 67% center;
	}
	.lmw-seller-breadcrumb {
		margin-bottom: 38px;
	}
	.lmw-seller-hero h1 {
		font-size: 42px;
	}
	.lmw-seller-actions,
	.lmw-seller-button {
		width: 100%;
	}
	.lmw-seller-facts {
		grid-template-columns: 1fr;
	}
	.lmw-seller-facts li {
		padding: 16px 0;
		border-bottom: 1px solid rgba(255,255,255,.16);
	}
	.lmw-seller-section {
		padding: 68px 0;
	}
	.lmw-seller-section-heading {
		display: block;
	}
	.lmw-seller-section-heading h2 {
		margin-bottom: 20px;
	}
	.lmw-seller-audience-grid {
		grid-template-columns: 1fr;
	}
	.lmw-seller-photo-card,
	.lmw-seller-context-card {
		min-height: 430px;
	}
	.lmw-seller-context-card {
		grid-column: auto;
	}
	.lmw-seller-material-list li {
		grid-template-columns: 82px 1fr;
	}
	.lmw-seller-process {
		padding: 72px 0;
	}
	.lmw-seller-steps > li {
		grid-template-columns: 48px 1fr;
	}
	.lmw-seller-checklist-media {
		min-height: 360px;
	}
	.lmw-seller-checklist-panel {
		padding: 34px 24px;
	}
	.lmw-seller-checklist-panel li,
	.lmw-seller-trust li {
		grid-template-columns: 1fr;
		gap: 6px;
	}
	.lmw-seller-faq summary {
		grid-template-columns: 40px 1fr auto;
		font-size: 17px;
	}
	.lmw-seller-faq details > p {
		padding-left: 44px;
	}
	.lmw-seller-buyer-path a {
		width: 100%;
		justify-content: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lmw-seller-button {
		transition: none;
	}
}





