/*
Theme Name:   Flying Wrench
Theme URI:    https://minnesotawebsite.com
Description:  Flying Wrench is a child theme of Hello Elementor, built for custom styling and functionality on top of the lightweight Hello Elementor base theme.
Author:       Minnesota Website
Author URI:   https://minnesotawebsite.com
Template:     hello-elementor
Version:      1.4.3
Text Domain:  flying-wrench
*/

a, a span, .elementor-button span,
.elementor-widget-hfe-basic-posts a{
	text-decoration: none !important;
}

/* Brand tokens (were provided by Enginx parent; Hello Elementor does not define them) */
:root {
	--colorMain: #000000;
	--colorMain3: #000000;
	--colorMain4: #76000f;
	--fw-red: #76000f;
	--fw-red-mid: #5a000b;
	--fw-red-dark: #1a0003;
}

/*
 * Failsafe: Elementor entrance animations use .elementor-invisible { visibility:hidden }.
 * If frontend JS is delayed/blocked, those blocks stay invisible and the page looks blank.
 */
.elementor-invisible {
	visibility: visible !important;
}
.contact-page-info .elementor-icon-box-icon{
	padding-top: 10px;
}


/*
 * Gap between UAE header (title banner) and single post body.
 * Prefer main#content — .page-content alone can look flush if header
 * spacing / nested layout absorbs the visual gap.
 */
body.single-post main#content.site-main,
body.single-post main.mn-single-post {
	padding-top: 40px;
}

/*
 * Contact page form – matches flyingwrench.net/contact/
 * Shortcode widget class: contact-page-form
 */
.elementor-element:has(+ .contact-page-form) .elementor-heading-title {
	color: #76000f;
	font-family: "Poppins", Sans-serif;
	font-weight: 700;
	line-height: 1.2;
}

.elementor-element:has(+ .contact-page-form) .elementor-heading-title span {
	position: relative;
	display: inline-block;
	z-index: 1;
	color: #ffffff;
	font-style: italic;
	font-weight: 500;
	padding: 2px 10px;
	margin: 0 0.1em;
	line-height: 100%;
	vertical-align: baseline;
	background: none;
	transform: none;
}

.elementor-element:has(+ .contact-page-form) .elementor-heading-title span::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(
		to top,
		#000000 0%,
		#76000f 69%,
		#000000 100%
	);
	transform: skewX(-18deg);
	border-radius: 2px;
}

.contact-page-form,
.contact-page-form .wpcf7,
.contact-page-form .wpcf7-form {
	font-family: "Poppins", Sans-serif;
	width: 100%;
}

.contact-page-form .wpcf7-form p {
	margin: 0 0 20px;
	width: 100%;
}

.contact-page-form .wpcf7-form p:last-of-type {
	margin-bottom: 0;
	margin-top: 30px;
}

.contact-page-form .wpcf7-form label {
	display: block !important;
	margin: 0 0 8px;
	padding: 0;
	color: #76000f;
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
}

.contact-page-form .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.contact-page-form input.wpcf7-form-control:not(.wpcf7-submit),
.contact-page-form textarea.wpcf7-form-control,
.contact-page-form select.wpcf7-form-control {
	display: block;
	width: 100% !important;
	max-width: 100%;
	height: 33px;
	margin: 0;
	padding: 0 10px 0 0 !important;
	color: #000000;
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	line-height: 1.4;
	background-color: transparent !important;
	border: 0 !important;
	border-radius: 2px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
	box-shadow: none !important;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
}

.contact-page-form textarea.wpcf7-form-control {
	height: auto !important;
	min-height: 110px;
	padding-top: 5px !important;
	resize: vertical;
}

.contact-page-form input.wpcf7-form-control:focus,
.contact-page-form textarea.wpcf7-form-control:focus,
.contact-page-form select.wpcf7-form-control:focus {
	border-bottom-color: #76000f !important;
	background-color: transparent !important;
	box-shadow: none !important;
}

.contact-page-form input.wpcf7-form-control::placeholder,
.contact-page-form textarea.wpcf7-form-control::placeholder {
	color: #000000;
	opacity: 0.55;
}

.contact-page-form input.wpcf7-submit,
.contact-page-form .wpcf7-submit {
	display: inline-block;
	width: auto !important;
	min-width: 120px;
	margin: 0;
	padding: 7px 39px !important;
	color: #000000 !important;
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.4;
	text-transform: none;
	cursor: pointer;
	background-color: #f7f7f7 !important;
	border: 2px solid #f7f7f7 !important;
	border-radius: 50px !important;
	box-shadow: none !important;
	transition: all 0.2s ease-in-out;
}

.contact-page-form input.wpcf7-submit:hover,
.contact-page-form .wpcf7-submit:hover {
	color: #000000 !important;
	background-color: transparent !important;
	border-color: #76000f !important;
}

.contact-page-form .wpcf7-not-valid-tip {
	color: #76000f;
	font-size: 13px;
	margin-top: 6px;
}

.contact-page-form .wpcf7-response-output {
	margin: 20px 0 0;
	padding: 12px 16px;
	border-width: 2px;
	font-family: "Poppins", Sans-serif;
}

.contact-page-form .wpcf7-spinner {
	display: none;
}

@media (max-width: 767px) {
	.contact-page-form input.wpcf7-submit,
	.contact-page-form .wpcf7-submit {
		width: 100% !important;
		text-align: center;
	}
}

/*
 * Contact page map – match form column height on desktop/tablet.
 * Widget class: contact-page-map
 * Mobile: keep a normal fixed map height.
 */
@media (min-width: 768px) {
	/* Row containing map + form columns */
	.e-con:has(> .e-con > .contact-page-map) {
		align-items: stretch !important;
	}

	/* Map column */
	.e-con:has(> .contact-page-map) {
		display: flex !important;
		flex-direction: column;
		align-self: stretch !important;
		min-height: 100%;
	}

	.contact-page-map {
		display: flex;
		flex: 1 1 auto;
		flex-direction: column;
		width: 100%;
		height: 100% !important;
		min-height: 100%;
		margin: 0;
	}

	.contact-page-map > .elementor-widget-container {
		display: flex;
		flex: 1 1 auto;
		flex-direction: column;
		height: 100% !important;
		min-height: 100%;
	}

	.contact-page-map .elementor-custom-embed {
		position: relative;
		flex: 1 1 auto;
		width: 100%;
		height: 100% !important;
		min-height: 100%;
		padding: 0 !important;
	}

	.contact-page-map iframe {
		position: absolute;
		inset: 0;
		display: block;
		width: 100% !important;
		height: 100% !important;
		max-width: none;
		border: 0;
	}
}

@media (max-width: 767px) {
	.contact-page-map,
	.contact-page-map > .elementor-widget-container,
	.contact-page-map .elementor-custom-embed {
		height: auto !important;
		min-height: 0;
	}

	.contact-page-map .elementor-custom-embed {
		position: relative;
		padding: 0 !important;
	}

	.contact-page-map iframe {
		position: static;
		display: block;
		width: 100% !important;
		height: 300px !important;
		border: 0;
	}
}

/* Temporary hero when [rev_slider] is suppressed (plugin inactive). */
.fw-revslider-fallback {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 420px;
	padding: 48px 24px;
	text-align: center;
	color: #fff;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.75) 100%),
		#1a0003;
}

.fw-revslider-fallback__eyebrow {
	margin: 0 0 12px;
	font-size: 14px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.fw-revslider-fallback__title {
	margin: 0;
	padding: 10px 28px;
	font-size: clamp(28px, 5vw, 48px);
	font-weight: 700;
	line-height: 1.15;
	text-transform: uppercase;
	background: linear-gradient(to top, #000000 0%, #76000f 69%, #000000 100%);
}

.fw-revslider-fallback__note {
	margin: 18px 0 0;
	font-size: 13px;
	opacity: 0.75;
}

/*
 * Dynamic page title + breadcrumb – shortcode [mn_page_header]
 * Place in Elementor/UAE header shortcode widget; set section BG/overlay there.
 */
.mn-page-header {
	position: relative;
	z-index: 1;
	width: 100%;
	text-align: left;
	color: #ffffff;
	font-family: "Poppins", Sans-serif;
}

.mn-page-header__title {
	margin: 0 0 35px;
	padding: 0;
	color: #ffffff;
	font-family: "Poppins", Sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: 0;
}

.mn-page-header__breadcrumb {
	display: block;
	font-family: "Poppins", Sans-serif;
}

.mn-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	line-height: 1.5;
	color: #ffffff;
}

.mn-breadcrumb__item,
.mn-breadcrumb__sep {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 0;
	color: #ffffff;
}

.mn-breadcrumb__sep {
	margin: 0 8px;
	opacity: 0.9;
	user-select: none;
}

.mn-breadcrumb a {
	color: #ffffff;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.mn-breadcrumb a:hover,
.mn-breadcrumb a:focus {
	color: #ffffff;
	opacity: 0.8;
	text-decoration: none;
}

.mn-breadcrumb__item.is-current,
.mn-breadcrumb__item.last-item {
	opacity: 0.95;
}

@media (max-width: 767px) {
	.mn-page-header__title {
		font-size: 28px;
		margin-bottom: 20px;
	}

	.mn-breadcrumb {
		font-size: 16px;
	}
}

/* Equal 50/50 columns */
.two-col-container {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: stretch !important;
	width: 100% !important;
	max-width: 100% !important;
	--content-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	--padding-left: 0px !important;
	--padding-right: 0px !important;
}

.two-col-container > .e-con-inner {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: stretch !important;
	width: 100% !important;
	max-width: 100% !important;
	gap: 0;
	padding-left: 0 !important;
	padding-right: 0 !important;
	--padding-left: 0px !important;
	--padding-right: 0px !important;
}

/* Each direct child column = 50% */
.two-col-container > .e-con-inner > .e-con,
.two-col-container > .e-con {
	flex: 0 0 50% !important;
	width: 50% !important;
	max-width: 50% !important;
	--width: 50% !important;
	--content-width: 100% !important;
}

.two-col-container > .e-con-inner > .e-con > .e-con-inner,
.two-col-container > .e-con > .e-con-inner {
	width: 100% !important;
	max-width: 100% !important;
}

/* Edge-to-edge image in a column (add class on Image widget or its column) */
.two-col-container .two-col-image,
.two-col-container .two-col-image.e-con,
.two-col-container .e-con:has(> .two-col-image),
.two-col-container .e-con:has(> .e-con-inner > .two-col-image) {
	padding: 0 !important;
	--padding-top: 0px !important;
	--padding-right: 0px !important;
	--padding-bottom: 0px !important;
	--padding-left: 0px !important;
}

.two-col-container .two-col-image.elementor-widget-image,
.two-col-container .two-col-image .elementor-widget-image,
.two-col-container .elementor-widget-image.two-col-image {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

.two-col-container .two-col-image .elementor-widget-container,
.two-col-container .elementor-widget-image.two-col-image .elementor-widget-container {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	height: 100% !important;
	line-height: 0 !important;
}

.two-col-container .two-col-image img,
.two-col-container .elementor-widget-image.two-col-image img,
.two-col-container .two-col-image a {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	object-fit: cover !important;
	object-position: center !important;
}

/* Mobile stack */
@media (max-width: 767px) {
	.two-col-container,
	.two-col-container > .e-con-inner {
		flex-direction: column !important;
	}

	.two-col-container > .e-con-inner > .e-con,
	.two-col-container > .e-con {
		flex: 0 0 100% !important;
		width: 100% !important;
		max-width: 100% !important;
		--width: 100% !important;
	}
}

/*
body.page-id-3107 .header_absolute{
    background-image: url(/wp-content/themes/enginx-child/images/flying-wrench-blog-banner.webp) !important;
}
*/
body.page-template:not(.elementor-template-full-width) section.page_toplogo .container {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}

section.page_toplogo:before{
	opacity: 1 !important;
}
/*WPPS-145123- NL start*/
a.logo img, a.blog-info-logo img {
    display: inline-block;
    max-height: 170px;
	margin-bottom:-20px!important
}
#box_wrapper > div.header_absolute.s-parallax.cover-background.s-overlay.ds.bs > section > div.container > div > div > div {height:80px;}
body.page-id-3232 .page_content > .container{
	padding-top: 0;
	padding-bottom: 30px;
}
body:not(.page-id-3232) #rev_slider_17_1 {
    margin-top: 150px !important;
}
/* Elementor pages: escape Enginx Bootstrap row squeeze */
body.elementor-page .page_content > .container,
body.elementor-editor-active .page_content > .container,
body.elementor-editor-preview .page_content > .container {
	max-width: 100%;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
body.elementor-page .page_content > .container > .row,
body.elementor-editor-active .page_content > .container > .row,
body.elementor-editor-preview .page_content > .container > .row {
	display: block;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}
body.elementor-page .page_content .elementor,
body.elementor-editor-active .page_content .elementor {
	width: 100%;
	max-width: 100%;
}
.why-choose-heading {
	color: #76000f;
	font-weight: 700;
	line-height: 1.2;
}

.why-choose-heading span {
	position: relative;
	display: inline-block;
	z-index: 1;
	color: #ffffff;
	font-style: italic;
	font-weight: 500;
	padding: 2px 10px;
	margin: 0 0.1em;
	line-height: 100%;
	vertical-align: baseline;
	background: none;
	transform: none;
}

/* Same gradient plan as .slider-text-red (RevSlider hero bar) */
.why-choose-heading span::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(
		to top,
		#000000 0%,
		#76000f 69%,
		#000000 100%
	);
	transform: skewX(-18deg);
	border-radius: 2px;
}



@media (min-width: 1024px) {
	header.page_header.nav-bordered .row .col-xl-8{
		flex:0 0 97%;
    max-width: 97%;
	}
	header.page_header.nav-bordered .row .col-xl-2{
		flex:0 0 3%;
    max-width: 3%;
	}
	header.page_header.nav-bordered nav.top-nav{
		width: auto;
		padding-left: 3%;
	}
}

/*
 * Particles background – class: with-particles
 * Add "with-particles" on any Elementor container/section (e.g. Testimonials).
 * Child theme enqueues particles.js and auto-inits; no HTML widget required.
 */
.with-particles {
	position: relative !important;
	overflow: hidden !important;
}

.with-particles > .particles-js,
.with-particles .particles-js {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	z-index: 0 !important;
	display: block !important;
	overflow: hidden !important;
	pointer-events: none !important;
}

.with-particles .particles-js canvas,
.with-particles .particles-js-canvas-el {
	width: 100% !important;
	height: 100% !important;
	display: block !important;
}

/* Keep section content above the particle canvas */
.with-particles > .e-con-inner,
.with-particles > .elementor-element:not(.particles-js) {
	position: relative;
	z-index: 1;
}

/* Back-compat alias used on Testimonials */
.home-testimonials {
	position: relative !important;
	overflow: hidden !important;
}

/* =========================================
   Latest Blog Posts – tags over featured image
   UAE / HFE Basic Posts (.hfe-post-image)
   Optional wrapper class: home-blog-section
   ========================================= */

.elementor-widget-hfe-basic-posts .hfe-post-card,
.home-blog-section .hfe-post-card {
	position: relative;
}

.elementor-widget-hfe-basic-posts .hfe-post-image,
.home-blog-section .hfe-post-image {
	position: relative !important;
	overflow: hidden;
}

/* Tag group – top of featured image (matches Enginx sticky-tags) */
.elementor-widget-hfe-basic-posts .fw-post-tags,
.home-blog-section .fw-post-tags {
	position: absolute !important;
	top: 10px !important;
	left: 10px !important;
	right: 10px !important;
	z-index: 10 !important;
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: flex-start !important;
	justify-content: center !important;
	gap: 0 3px !important;
	margin: 0 !important;
	padding: 0 !important;
	pointer-events: auto;
	line-height: 1;
}

.elementor-widget-hfe-basic-posts .fw-post-tags span,
.home-blog-section .fw-post-tags span {
	position: relative;
	display: inline-block !important;
	padding: 5px 6px !important;
	margin: 0 3px 9px !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	text-align: center;
	background: linear-gradient(
		to top,
		#000000 0%,
		#76000f 69%,
		#000000 100%
	) !important;
	transform: skew(-22deg);
}

.elementor-widget-hfe-basic-posts .fw-post-tags span:hover,
.home-blog-section .fw-post-tags span:hover {
	background: linear-gradient(
		to bottom,
		#000000 0%,
		#76000f 69%,
		#000000 100%
	) !important;
}

.elementor-widget-hfe-basic-posts .fw-post-tags span a,
.home-blog-section .fw-post-tags span a {
	display: inline-block !important;
	font-size: 14px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	color: #fff !important;
	text-decoration: none !important;
	/* Un-skew text so it stays readable */
	transform: skew(22deg);
}

/* Small “ear” under the first tag (Enginx detail) */
.elementor-widget-hfe-basic-posts .fw-post-tags span:first-child::before,
.home-blog-section .fw-post-tags span:first-child::before {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 2px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 10px 0;
	border-color: transparent #5d000c transparent transparent;
	transform: skew(22deg);
	z-index: -1;
}

/* ---- Back-compat: Royal Elementor Addons (WPR) grids ---- */
.home-blog-section .wpr-grid-media-wrap {
	position: relative !important;
	overflow: hidden;
}

.home-blog-section .wpr-grid-media-hover {
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: none;
	position: absolute !important;
	inset: 0 !important;
}

.home-blog-section .wpr-grid-media-hover-bg {
	opacity: 0 !important;
}

.home-blog-section .wpr-grid-media-wrap:hover .wpr-grid-media-hover-bg {
	opacity: 0.35 !important;
}

.home-blog-section .wpr-cv-container,
.home-blog-section .wpr-cv-outer,
.home-blog-section .wpr-cv-inner,
.home-blog-section .wpr-grid-media-hover-middle {
	display: block !important;
	position: static !important;
	height: auto !important;
	width: 100% !important;
	vertical-align: top !important;
	transform: none !important;
	top: auto !important;
	left: auto !important;
	bottom: auto !important;
}

.home-blog-section .wpr-grid-item-post_tag {
	position: absolute !important;
	top: 12px !important;
	left: 14px !important;
	right: 14px !important;
	bottom: auto !important;
	width: auto !important;
	max-width: calc(100% - 28px) !important;
	margin: 0 !important;
	z-index: 10 !important;
	pointer-events: auto;
	transform: none !important;
}

.home-blog-section .wpr-grid-item-post_tag .inner-block {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: flex-start !important;
	justify-content: center !important;
	gap: 8px 6px !important;
}

.home-blog-section .wpr-grid-item-post_tag .tax-sep {
	display: none !important;
}

.home-blog-section .wpr-grid-item-post_tag .inner-block > a {
	position: relative !important;
	display: inline-block !important;
	z-index: 1;
	padding: 5px 12px !important;
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	line-height: 1.2 !important;
	color: #fff !important;
	text-decoration: none !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	transform: none !important;
}

.home-blog-section .wpr-grid-item-post_tag .inner-block > a::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(
		to top,
		#000000 0%,
		#76000f 69%,
		#000000 100%
	);
	transform: skewX(-22deg);
}

.home-blog-section .wpr-grid-item-post_tag .inner-block > a:hover::before {
	background: linear-gradient(
		to bottom,
		#000000 0%,
		#76000f 69%,
		#000000 100%
	);
}

.home-blog-section .wpr-grid-item-post_tag .inner-block > a:first-child::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 10px 0;
	border-color: transparent #5d000c transparent transparent;
	transform: skewX(22deg);
	z-index: -1;
}
.sbi_feedtheme_header_text h3,
.sbi_feedtheme_header_text p{
	color: #fff;
}
body.page-id-3445 .page_content > .container{
	padding-bottom: 0;
}

@media only screen and (max-width: 600px) { a.logo img, a.blog-info-logo img {
    display: inline-block;
    max-height: 100px;}}
/*WPPS-145123- NL end*/

@media only screen and (max-width: 600px) {#rev_slider_17_1 {margin-top:15px!important}}

/*
 * Revolution Slider – skewed red banner behind hero middle line
 * Class is already on the RevSlider shape layer: slider-text-red
 * Skew itself comes from RevSlider layer animation (skX: -16px)
 */
.slider-text-red {
	background: linear-gradient(
		to top,
		#000000 0%,
		#76000f 69%,
		#000000 100%
	) !important;
}

/*
 * Elementor / HTML fallback – recreate the RevSlider hero heading stack
 *
 * Markup example (HTML widget or Heading with HTML):
 * <div class="fw-hero-heading">
 *   <span class="fw-hero-heading__eyebrow">Kingston, Washington's</span>
 *   <span class="fw-hero-heading__main">Diesel Repair</span>
 *   <span class="fw-hero-heading__sub">Experts</span>
 * </div>
 */
.fw-hero-heading {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.15em;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	font-style: italic;
	line-height: 1;
	transform: skewX(-8deg);
}

.fw-hero-heading__eyebrow,
.fw-hero-heading__sub {
	display: block;
	font-family: Poppins, "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #ffffff;
}

.fw-hero-heading__eyebrow {
	font-size: clamp(1.1rem, 2.4vw, 2rem);
}

.fw-hero-heading__sub {
	font-size: clamp(1rem, 2vw, 1.65rem);
	align-self: flex-end;
	margin-right: 8%;
}

.fw-hero-heading__main {
	position: relative;
	display: inline-block;
	z-index: 1;
	font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
	font-size: clamp(2.4rem, 6.5vw, 6.25rem);
	letter-spacing: 0.02em;
	color: #ffffff;
	padding: 0.18em 0.55em;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
	white-space: nowrap;
}

/* Skewed red parallelogram behind the main line (text stays readable) */
.fw-hero-heading__main::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(
		to top,
		#000000 0%,
		#76000f 69%,
		#000000 100%
	);
	transform: skewX(-16deg);
}

@media (max-width: 767px) {
	.fw-hero-heading {
		transform: skewX(-5deg);
	}

	.fw-hero-heading__main {
		white-space: normal;
		padding: 0.2em 0.4em;
	}

	.fw-hero-heading__sub {
		align-self: center;
		margin-right: 0;
	}
}

/*WPPS-151012-JT start*/
.col-xs-12.col-12.col-lg-8.text-center.text-sm-center.text-md-center.text-lg-center.text-xl-center {
	margin: 0px auto !important; 
}
/*WPPS-151012-JT end*/

/*WPPS-151015-JT start*/
.widget-odd.widget-first.widget-1.py-50.px-30.widget-theme-wrapper.asdasd.cs.cs2, .widget-even.widget-2.widget-theme-wrapper.widget_no_background, .widget-odd.widget-3.widget-theme-wrapper.widget_no_background,.widget-even.widget-last.widget-4.widget-theme-wrapper.widget_no_background {
    display: none;
}
/*WPPS-151015-JT end*/

/* WPPS-153465, WPPS-153467-SR START */
@media only screen and (max-width: 900px) {
	#section-1e62f77 > div.container-fluid > div > div.col-xs-12.col-12.col-lg-6.animate.text-center.text-md-left.col-md-6.content-padding-left.animated.moveFromRight > p {
		padding-right: 15px !important;
		padding-top: 5px !important;
		padding-bottom: 45px !important;
	}
	#section-1e62f77 > div.container-fluid > div > div.col-xs-12.col-12.col-lg-6.animate.text-center.text-md-left.col-md-6.content-padding-left.animated.moveFromRight > h3 {
		margin-top: 45px !important;
	}
}
@media (min-width: 100px){
	.d-sm-flex {
	display: flex !important;
	}
}

/* WPPS-153463, WPPS-153465, WPPS-153467-SR END */

body.single-post section.page_content > .container{
	padding-top: 40px;
	padding-bottom: 40px;
}

/*
 * Single blog post – featured image with Enginx sticky-tags ribbon
 * overlaid on the top edge (matches flyingwrench.net single posts).
 */
.mn-single-post .page-content {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
	padding-left: 15px;
	padding-right: 15px;
}

.mn-single-featured {
	position: relative;
	margin: 0 0 28px;
	width: 100%;
}

.mn-single-featured__media {
	position: relative;
	/* Allow ribbon fold to sit on the image edge */
	overflow: visible;
	width: 100%;
	margin: 0;
	z-index: 1;
}

.mn-single-featured__media img,
.mn-single-featured__media .wp-post-image {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
}

/* Tag ribbon – absolute across top of featured image */
.mn-single-featured .fw-post-tags,
.mn-single-featured .tagcloud.sticky-tags {
	position: absolute !important;
	top: -1px !important;
	left: 4px !important;
	right: 4px !important;
	z-index: 10 !important;
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1;
	pointer-events: auto;
}

.mn-single-featured .fw-post-tags span,
.mn-single-featured .tagcloud.sticky-tags span {
	position: relative;
	display: inline-block !important;
	padding: 5px 6px !important;
	margin: 0 3px 9px !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	text-align: center;
	vertical-align: top;
	background: linear-gradient(
		to top,
		#000000 0%,
		#76000f 69%,
		#000000 100%
	) !important;
	transform: skew(-22deg);
	/* Thin light separator between skewed pills */
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.28);
}

.mn-single-featured .fw-post-tags span:first-child,
.mn-single-featured .tagcloud.sticky-tags span:first-child {
	margin-left: -13px !important;
	box-shadow: none;
}

.mn-single-featured .fw-post-tags span:hover,
.mn-single-featured .tagcloud.sticky-tags span:hover {
	background: linear-gradient(
		to bottom,
		#000000 0%,
		#76000f 69%,
		#000000 100%
	) !important;
}

.mn-single-featured .fw-post-tags span a,
.mn-single-featured .tagcloud.sticky-tags span a {
	display: inline-block !important;
	font-size: 16px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	color: #fff !important;
	text-decoration: none !important;
	transform: skew(22deg);
}

/* Ribbon fold under the first tag (Enginx sticky-tags detail) */
.mn-single-featured .fw-post-tags span:first-child::before,
.mn-single-featured .tagcloud.sticky-tags span:first-child::before {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 1.5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 12px 0;
	border-color: transparent #5d000c transparent transparent;
	transform: skew(22deg);
	z-index: -1;
}

.mn-single-featured--tags-only .fw-post-tags {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
}

.mn-single-post .post-tags {
	display: none !important;
}

@media (max-width: 767px) {
	.mn-single-featured .fw-post-tags,
	.mn-single-featured .tagcloud.sticky-tags {
		left: 8px !important;
		right: 8px !important;
	}

	.mn-single-featured .fw-post-tags span,
	.mn-single-featured .tagcloud.sticky-tags span {
		font-size: 13px !important;
		padding: 4px 5px !important;
		margin: 0 2px 6px !important;
	}

	.mn-single-featured .fw-post-tags span:first-child,
	.mn-single-featured .tagcloud.sticky-tags span:first-child {
		margin-left: -8px !important;
	}

	.mn-single-featured .fw-post-tags span a,
	.mn-single-featured .tagcloud.sticky-tags span a {
		font-size: 13px !important;
	}
}

@media (max-width: 767px) {
	.two-col-container.mobile-reverse,
	.two-col-container.mobile-reverse > .e-con-inner {
		flex-direction: column-reverse !important;
	}
}

/*
 * Header search icon + overlay modal (reference: flyingwrench.net)
 * Shortcode: [mn_search] — or auto-injected into the red nav bar.
 */
.mn-search-auto-source[hidden] {
	display: none !important;
}

.mn-nav-search-host,
.elementor-3521 .elementor-element-9f7bc4a {
	position: relative;
}

.mn-nav-search-host .mn-search-trigger-wrap,
.elementor-3521 .elementor-element-9f7bc4a .mn-search-trigger-wrap {
	position: absolute;
	top: 50%;
	right: 22px;
	z-index: 20;
	transform: translateY(-50%);
	line-height: 0;
	/* Does not take part in flex/menu flow */
	pointer-events: auto;
}

.mn-search-trigger {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 16px;
	line-height: 1;
	background: transparent;
	border: 0;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	transition: opacity 0.2s ease;
}

.mn-search-trigger:hover,
.mn-search-trigger:focus {
	color: #ffffff;
	opacity: 0.75;
	outline: none;
}

.mn-search-trigger__icon,
.mn-search-trigger .fa-search {
	display: block;
	font-size: 16px;
	line-height: 1;
	color: #ffffff;
	font-style: normal;
	font-weight: 900;
	speak: never;
}

/* Overlay modal */
.mn-search-modal[hidden] {
	display: none !important;
}

.mn-search-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
}

.mn-search-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(19, 40, 63, 0.7);
	cursor: pointer;
}

.mn-search-modal__bar {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 86px;
	padding: 20px 70px 20px 24px;
	background: #ffffff;
	box-sizing: border-box;
}

.mn-search-modal__form {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 40px 0 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.mn-search-modal__input {
	flex: 1 1 auto;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0 10px 0 0;
	color: #000000;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	line-height: 1.2;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
}

.mn-search-modal__input::placeholder {
	color: #000000;
	opacity: 0.55;
}

.mn-search-modal__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	color: #000000;
	background: transparent;
	border: 0;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.mn-search-modal__submit:hover {
	opacity: 0.7;
}

.mn-search-modal__submit-icon,
.mn-search-modal__submit .fa-search {
	display: block;
	font-size: 18px;
	line-height: 1;
	color: #000000;
	font-style: normal;
	font-weight: 900;
}

.mn-search-modal__close {
	position: absolute;
	top: 23px;
	right: 16px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 30px;
	line-height: 1;
	background: transparent;
	border: 1px solid #000000;
	border-radius: 50%;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.mn-search-modal__close:hover {
	opacity: 0.7;
}

.mn-search-modal__close span {
	display: block;
	margin-top: -2px;
}

html.mn-search-open,
body.mn-search-open {
	overflow: hidden;
}

@media (max-width: 1024px) {
	.mn-search-modal__form {
		max-width: 750px;
	}
}

@media (max-width: 767px) {
	.mn-nav-search-host .mn-search-trigger-wrap,
	.elementor-3521 .elementor-element-9f7bc4a .mn-search-trigger-wrap {
		right: 56px; /* leave room for mobile menu toggle */
	}

	.mn-search-modal__bar {
		padding: 16px 64px 16px 16px;
		min-height: 72px;
	}

	.mn-search-modal__form {
		padding-right: 8px;
	}

	.mn-search-modal__input {
		font-size: 16px;
	}

	.mn-search-modal__close {
		top: 16px;
		right: 12px;
	}
}

/*
 * Search results page – search field above results.
 */
body.search-results main#content.site-main,
body.search main#content.site-main {
	padding-top: 40px;
	padding-bottom: 60px;
}

.mn-search-results .page-content {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.mn-search-results__form-wrap {
	margin: 0 0 40px;
}

.mn-search-results__form {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 0;
	box-sizing: border-box;
}

.mn-search-results__input {
	flex: 1 1 auto;
	width: 100%;
	min-width: 0;
	height: 48px;
	margin: 0;
	padding: 0 12px 0 0;
	color: #000000;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	line-height: 1.2;
	background: transparent;
	border: 0 !important;
	border-radius: 0 !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
	box-shadow: none !important;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
}

.mn-search-results__input:focus {
	border: 0 !important;
	border-bottom: 1px solid #76000f !important;
	box-shadow: none !important;
	outline: none;
}

.mn-search-results__input::placeholder {
	color: #000000;
	opacity: 0.5;
}

.mn-search-results__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	align-self: stretch;
	width: 48px;
	height: auto;
	min-height: 48px;
	margin: 0;
	padding: 0;
	color: #555 !important;
	background: transparent !important;
	border: 0 !important;
	border-bottom: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	transition: color 0.2s ease;
}

.mn-search-results__submit:hover,
.mn-search-results__submit:focus {
	color: #76000f !important;
	background: transparent !important;
	border: 0 !important;
	outline: none;
	opacity: 1;
}

.mn-search-results__submit-icon,
.mn-search-results__submit .fa-search {
	font-size: 18px;
	line-height: 1;
	color: inherit;
	font-weight: 900;
}

.mn-search-results__item {
	margin: 0 0 36px;
	padding: 0 0 28px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.mn-search-results__item:last-child {
	border-bottom: 0;
}

.mn-search-results__item .entry-title {
	margin: 0 0 12px;
	font-family: "Poppins", Sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
}

.mn-search-results__item .entry-title a {
	color: #76000f;
	text-decoration: none;
}

.mn-search-results__item .entry-title a:hover {
	color: #000000;
}

.mn-search-results__thumb {
	display: inline-block;
	margin: 0 0 12px;
}

.mn-search-results__thumb img {
	display: block;
	max-width: 100%;
	height: auto;
}

.mn-search-results__excerpt {
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #333333;
}

.mn-search-results__empty {
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
}

.mn-search-results__pagination {
	max-width: 1140px;
	margin: 20px auto 0;
	padding-left: 15px;
	padding-right: 15px;
}

/* HFE Basic Posts – AJAX Load More
 * Hello Elementor reset styles [type="button"] (same specificity as a class)
 * and loads after the child theme — use button.mn-… + !important to win.
 */
.mn-hfe-load-more-wrap {
	display: flex;
	justify-content: center;
	margin: 36px 0 8px;
}

button.mn-hfe-load-more,
.mn-hfe-load-more-wrap .mn-hfe-load-more {
	appearance: none !important;
	-webkit-appearance: none !important;
	border: 2px solid #6b6b6b !important;
	border-radius: 0 !important;
	background: #6b6b6b !important;
	background-color: #6b6b6b !important;
	color: #fff !important;
	font-family: inherit !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	letter-spacing: 0.02em;
	line-height: 1 !important;
	padding: 14px 32px !important;
	text-decoration: none !important;
	cursor: pointer !important;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

button.mn-hfe-load-more:hover,
button.mn-hfe-load-more:focus,
.mn-hfe-load-more-wrap .mn-hfe-load-more:hover,
.mn-hfe-load-more-wrap .mn-hfe-load-more:focus {
	background: #76000f !important;
	background-color: #76000f !important;
	border-color: #76000f !important;
	color: #fff !important;
	text-decoration: none !important;
	outline: none !important;
}

button.mn-hfe-load-more:disabled,
button.mn-hfe-load-more.is-loading,
.mn-hfe-load-more-wrap .mn-hfe-load-more:disabled,
.mn-hfe-load-more-wrap .mn-hfe-load-more.is-loading {
	opacity: 0.7;
	cursor: wait !important;
}

@media (max-width: 767px) {
	.mn-search-results__input {
		font-size: 16px;
		height: 42px;
	}

	.mn-search-results__item .entry-title {
		font-size: 20px;
	}
}
/* Footer contact icon boxes: flex centers the icon, so padding-top alone is ignored */
.site-footer-main .elementor-icon-box-wrapper {
	align-items: flex-start !important;
}

.site-footer-main .elementor-icon-box-icon {
	padding-top: 5px !important;
	margin-top: 0 !important;
	align-self: flex-start !important;
}
/*
 * Mobile / iPad header rows (classes: mobile-header-1, mobile-header-2)
 *
 * Footer HFE menu works because its column is full-width + overflow:visible,
 * so HFE’s position:absolute + inline left/width JS can paint the dropdown.
 * Header keeps logo|burger as two columns, but must NOT clip that dropdown
 * (no overflow:hidden / max-width on the menu column). Only collapse the
 * closed <nav> width so its ~560px flex intrinsic size cannot widen the page.
 */
@media (max-width: 1024px) {
	.mobile-header-1,
	.mobile-header-2,
	.mobile-header-1 > .e-con,
	.mobile-header-2 > .e-con {
		width: 100% !important;
		max-width: 100% !important;
		--width: 100% !important;
		box-sizing: border-box !important;
	}

	/* Boxed containers use .e-con-inner as the flex row (logo|burger, etc.) */
	.mobile-header-2 > .e-con > .e-con-inner,
	.mobile-header-2.e-con-boxed > .e-con-inner {
		--flex-direction: row !important;
		--flex-wrap: nowrap !important;
		--flex-wrap-mobile: nowrap !important;
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		align-items: center !important;
		justify-content: space-between !important;
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
		gap: 10px !important;
		overflow: visible !important;
	}

	/*
	 * mobile-header-1: address + phone icon boxes are direct .e-con-inner children.
	 * Do not force row here — that overrode Elementor and squeezed the phone.
	 */
	.mobile-header-1 > .e-con > .e-con-inner,
	.mobile-header-1.e-con-boxed > .e-con-inner {
		--flex-direction: column !important;
		--flex-wrap: nowrap !important;
		--flex-wrap-mobile: nowrap !important;
		display: flex !important;
		flex-direction: column !important;
		flex-wrap: nowrap !important;
		align-items: flex-start !important;
		justify-content: center !important;
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
		gap: 6px !important;
	}

	.mobile-header-1 > .e-con > .e-con-inner > .elementor-element,
	.mobile-header-1 > .e-con-inner > .elementor-element {
		width: 100% !important;
		max-width: 100% !important;
		--width: 100% !important;
	}

	.mobile-header-1 .elementor-icon-box-title,
	.mobile-header-1 .elementor-icon-box-title span {
		white-space: normal;
	}

	.mobile-header-2 > .e-con > .e-con-inner > .e-con.e-flex,
	.mobile-header-2 > .e-con-inner > .e-con.e-flex {
		--width: auto !important;
		min-width: 0 !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
	}

	/* Left: logo */
	.mobile-header-2 > .e-con > .e-con-inner > .e-con.e-flex:first-child,
	.mobile-header-2 > .e-con-inner > .e-con.e-flex:first-child {
		flex: 1 1 auto !important;
		--flex-grow: 1 !important;
		--flex-shrink: 1 !important;
		width: auto !important;
	}

	/* Right: hamburger — size to content only (like footer toggle width) */
	.mobile-header-2 > .e-con > .e-con-inner > .e-con.e-flex:last-child,
	.mobile-header-2 > .e-con-inner > .e-con.e-flex:last-child {
		flex: 0 0 auto !important;
		--flex-grow: 0 !important;
		--flex-shrink: 0 !important;
		--justify-content: flex-end !important;
		--align-items: center !important;
		justify-content: flex-end !important;
		align-items: center !important;
		width: auto !important;
	}

	/*
	 * Match footer: never clip HFE’s absolute full-width dropdown.
	 * (Earlier max-width/overflow:hidden on this column hid the open menu.)
	 */
	.mobile-header-2,
	.mobile-header-2 > .e-con,
	.mobile-header-2 .e-con.e-child,
	.mobile-header-2 .elementor-widget,
	.mobile-header-2 .elementor-widget-container,
	.mobile-header-2 .hfe-nav-menu-layout,
	.mobile-header-2 .hfe-layout-horizontal {
		overflow: visible !important;
		max-width: none;
	}

	.mobile-header-2 > .e-con > .e-con-inner > .e-con.e-flex:last-child,
	.mobile-header-2 > .e-con-inner > .e-con.e-flex:last-child {
		max-width: none !important;
		overflow: visible !important;
	}

	/*
	 * Closed <nav> only — same HFE widget as footer, but header shares a row
	 * with the logo so the nav’s intrinsic ~560px width would overflow.
	 * Footer column is already full-width so it does not need this.
	 * Lift as soon as the toggle gets .hfe-active-menu (before HFE measures left).
	 */
	.mobile-header-2 .hfe-layout-horizontal:not(:has(.hfe-active-menu)) > nav.hfe-nav-menu__layout-horizontal,
	.mobile-header-2 .hfe-layout-horizontal:not(:has(.hfe-active-menu)) > nav.hfe-nav-menu__layout-vertical,
	.mobile-header-2 .hfe-nav-menu-layout:not(:has(.hfe-active-menu)) > nav.hfe-nav-menu__layout-horizontal,
	.mobile-header-2 .hfe-nav-menu-layout:not(:has(.hfe-active-menu)) > nav.hfe-nav-menu__layout-vertical {
		width: 0 !important;
		max-width: 0 !important;
		min-width: 0 !important;
		overflow: hidden !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	/*
	 * Same as footer / HFE tablet CSS: absolute under the toggle.
	 * Do not set left/width/top — HFE’s click handler owns those (see footer).
	 */
	.mobile-header-2 .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
	.mobile-header-2 .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
		position: absolute !important;
	}

	.mobile-header-1 .elementor-icon-list-text,
	.mobile-header-1 .elementor-icon-list-item,
	.mobile-header-1 .elementor-icon-box-title {
		max-width: 100%;
		overflow-wrap: anywhere;
		word-break: break-word;
	}

	.mobile-header-2 .elementor-widget-image img {
		max-width: min(150px, 100%);
		width: auto;
		height: auto;
	}

	.mobile-header-1 .elementor-button-link,
	.mobile-header-1 .elementor-button {
		white-space: nowrap;
		font-size: 12px;
		padding-left: 10px;
		padding-right: 10px;
	}

	/* Icon boxes use flex + align-items:center, so padding-top alone looks ignored */
	.mobile-header-1 .elementor-icon-box-wrapper {
		align-items: flex-start !important;
	}
	.mobile-header-1{
		padding-bottom: 0;
	}
	.mobile-header-2{
		padding: 0;
	}
	.mobile-header-1 .elementor-widget-icon-box  h4{
		margin: 0;
	}
}