body {
	overflow-x: hidden;
}
body .prod-link .elementor-icon-wrapper .elementor-icon:hover > svg path {
	stroke: #fff !important;
}
body .prod-link .elementor-icon-wrapper .elementor-icon svg {
	left: 2px;
}
.header-featured .elementor-swiper-button:hover > svg path {
	stroke: #EF4035 !important;
}
.elementor-button-link, .main-post {
	transition: .3s all linear !important;
}

.main-post:hover a.elementor-icon,.main-post:hover a.elementor-button-link {
	background-color: #EF4035 !important;
	color: #fff !important;
}
.header-menu .elementor-nav-menu .menu-item:last-child a.elementor-item {
	border: 1px solid #EF4035;
	border-radius: 50px;
	transition: .3s all linear;
}
.header-menu .elementor-nav-menu .menu-item:last-child > a.elementor-item:hover {
	background-color: #EF4035 !important;
	color: #fff !important;
}
.footer-menu .menu-item .elementor-item {
	width: fit-content;
}
.footer-menu .menu-item .elementor-item {
	border-bottom: 1px solid transparent;
}
.footer-menu .menu-item .elementor-item:hover {
	border-bottom: 1px solid #EF4035;
}

span.elementor-button-icon {
	font-size: 10px;
	line-height: 40px !important;
}
.form-row p {
	display: flex;
	gap: 12px;
}
.main-form input,
.main-form textarea {
	font-family: "Work Sans", sans-serif;
	color: #fff;
	font-size: 25px;
	border: 0;
	border-bottom: 1px solid #fff;
	background-color: transparent;
	padding: 20px;

}

.main-form input::placeholder,
.main-form textarea::placeholder {
	color: #fff;
}
.main-form p span,
.main-form p span input,
.main-form textarea {
	width: 100% !important;
}
.main-form textarea {
	height: 120px;
	resize: none;
}

.wpcf7-form input[type="submit"] {
	font-family: "Work Sans", sans-serif;
	border: 1px solid #EF4035 !important;
	border-radius: 50px ;
	background-color: transparent;
	padding: 20px 25px !important;
	transition: .2s all linear;
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	margin-top: 30px;
}
.wpcf7-form input[type="submit"]:hover {
	background-color: #EF4035;
}

.header-menu .elementor-nav-menu {
	padding: 20px 0 !important;
}

.num-break .elementor-counter-number-wrapper {
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.num-break span.elementor-counter-number-suffix {
	font-size: 45px;
}
.num-suff .elementor-counter-number-suffix {
	font-size: 40px;
	vertical-align: bottom;
	display: flex;
	align-items: flex-end;
	margin-left: 10px;
}
.elementor-counter-title {
	text-align: center;
}

.product-btn .elementor-icon-wrapper .elementor-icon {
	padding: 20px 15px 10px 16px !important;
	z-index: 20;
}
.post.type-post .page-header {
	display: none !important;
}
.prod-anchors a.elementor-button.elementor-button-link {
	text-align: left !important;
}

#search_field {
	display: none;
}

.close_icon {
	background-image: url("https://marshallstamping.sparq.us/wp-content/uploads/2025/07/close-x-svgrepo-com.svg") !important;
	background-size: 20px;
}
.close_icon:hover {
	background-image: url("https://marshallstamping.sparq.us/wp-content/uploads/2025/07/close_icon.svg") !important;
}

.print_pdf {
	background-color: #fff;
	border: 1px solid #EF4035;
	padding: 10px 20px 10px 20px;
	color: #EF4035;
	font-size: 19px;
	font-weight: 700;
	font-family: "Work Sans", sans-serif;
	transition: .2s all linear;
	cursor: pointer;
	border-radius: 50px;
}
.print_pdf:hover {
	background-color: #EF4035;
	color: #fff;
}

.wpcf7-response-output {
	color: #fff;
	font-family: "Work Sans", sans-serif;
	padding: 20px !important;
}

@media screen and (max-width: 768px) {
	.form-row p {
		flex-direction: column;
		gap: 0;
	}
	.main-form input, 
	.main-form textarea {
		padding-left: 0;
	}
	.main-form textarea {
		height: 180px;
	}
	.site-footer ul li {
		text-align: center !important;
		justify-content: center;
		display: flex;
	}
	.product-info_table td {
		font-size: 9px !important;
		text-align: center !important;
	}
	.product-info_table th, .product-info_table td {
		padding: 8px 2px !important;
	}
}