@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//precisionflange.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.1.2") format("woff2");
}

:root {
	--wd-text-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 15px;
	--wd-primary-color: rgb(255,153,51);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(255,153,51);
	--btn-accented-bgcolor-hover: rgb(233,140,47);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(102,102,102);
	background-image: url(https://precisionflange.com/wp-content/uploads/2025/06/Cover-Top-scaled-1.webp);
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(0,0,0);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-entry-meta{
	display:none;
}
.hovered-social-icons{
	display:none;
}
.wd-meta-author{
	display:none;
}
.elementor-938 .elementor-element.elementor-element-4e0860d5 {
    --display: none !important;
	
	
/* ================================
   BOTTOM STICKY ANNOUNCEMENT BAR
   WOODMART SAFE VERSION
================================ */

/* Main Bar */
.announcement-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 45px;
  background-color: #0056b3;
  color: #ffffff;
  z-index: 999999;
  overflow: hidden;
  display: block !important;
  visibility: visible !important;
}

/* Prevent container clipping */
.announcement-track {
  width: 100%;
  overflow: hidden;
}

/* Scrolling text */
.announcement-text {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100vw;
  font-size: 16px;
  line-height: 45px;
  animation: scroll-rtl 22s linear infinite;
}

/* Right → Left animation */
@keyframes scroll-rtl {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/* Pause scroll on hover */
.announcement-bar:hover .announcement-text {
  animation-play-state: paused;
}

/* CTA Link */
.quote-link {
  color: #ffeb3b;
  font-weight: bold;
  text-decoration: underline;
  margin-left: 8px;
  animation: blink-pulse 1.5s infinite;
}

/* Blink animation */
@keyframes blink-pulse {
  0% { opacity: 1; }
  50% { opacity: 0.4; }
  100% { opacity: 1; }
}

.quote-link:hover {
  color: #fff176;
  text-decoration: none;
  animation: none;
}

/* Prevent footer overlap */
body {
  padding-bottom: 45px;
}

/* WoodMart footer fix */
footer,
.site-footer {
  margin-bottom: 45px;
}

/* Mobile optimization */
@media (max-width: 768px) {
  .announcement-text {
    font-size: 14px;
    animation-duration: 28s;
  }
}
