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

:root {
	--wd-text-font: "Jost", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 16px;
	--wd-title-font: "Jost", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Jost", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-color: rgb(51,51,51);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Jost", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Jost", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Jost", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(101,14,128);
	--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(26,61,151);
	--btn-accented-bgcolor-hover: rgb(24,56,137);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.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;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(101,14,128);
	background-image: none;
}
.page .main-page-wrapper {
	background-color: rgb(244,243,242);
	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: 1239px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

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


/* Disable the shop footer on all devices */
.footer-shop {
    display: none !important;
}
/* Change border color of Forminator form fields */
.forminator-input, 
.forminator-textarea, 
.forminator-select { 
    border: 2px solid #650E80 !important; 
}

/* Change border color on focus */
.forminator-input:focus, 
.forminator-textarea:focus, 
.forminator-select:focus {
    border-color: #650E80 !important;
    box-shadow: 0 0 5px rgba(101, 14, 128, 0.5) !important;
}
/* General Form Styling */
.reference-form {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.form-title {
  background-color: #333333;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  font-size: 18px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

/* Input Fields and Text Area Styling */
.input-field {
  flex: 1;
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-size: 14px;
  box-sizing: border-box;
}

.input-field::placeholder {
  color: #999999;
  font-size: 12px;
}

.textarea-field {
  display: block; /* Ensure block layout */
  width: 100%; /* Full width */
  height: 30px !important; /* Force the reduced height */
  padding: 8px; /* Compact padding */
  border: 2px solid #800080; /* Keep consistent with form styling */
  border-radius: 5px;
  font-size: 14px;
  margin: 5px 0 !important; /* Reduce vertical spacing */
  box-sizing: border-box; /* Ensure consistent height and width */
  resize: none; /* Prevent manual resizing */
}


/* File Upload Area */
.file-upload {
  margin-bottom: 15px;
  text-align: center;
}

.file-drop-area {
  border: 2px dashed #cccccc;
  padding: 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.file-drop-area:hover {
  border-color: #800080;
}

.file-icon {
  font-size: 20px;
  color: #666666;
}

.file-text {
  font-size: 14px;
  color: #666666;
}

.file-select-button {
  background-color: #800080;
  color: #ffffff;
  border: none;
  padding: 5px 15px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
}

.file-select-button:hover {
  background-color: #a020f0;
}

.file-input {
  display: none; /* Hidden input field only accessible via the button or drop area */
}

/* File Name and Progress Bar Styling */
.file-name-display {
  margin-top: 10px;
  font-size: 14px;
  color: #666666;
}

.progress-container {
  margin-top: 10px;
  width: 100%;
  height: 20px;
  background-color: #f1f1f1;
  border-radius: 10px;
  overflow: hidden;
  display: none; /* Initially hidden */
}

.progress-bar {
  height: 100%;
  width: 0;
  background-color: #007bff; /* Blue for progress bar */
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  line-height: 20px; /* Vertically centered text */
}

/* Submit Button Styling */
.submit-button {
  width: 100%;
  background-color: #800080;
  color: #ffffff;
  padding: 12px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.submit-button:hover {
  background-color: #a020f0;
}
.input-field[type="tel"],
.input-field[type="number"] {
  flex: 1;
  width: 100%; /* Ensure they stretch uniformly */
  max-width: 100%; /* Prevent size shrinking */
  min-width: 0; /* Prevent overflow issues */
  padding: 10px;
  box-sizing: border-box; /* Include padding and border in width */
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-size: 14px;
}
.input-field,
.textarea-field,
select {
  border: 2px solid #800080; /* Purple border */
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  box-sizing: border-box; /* Includes padding in width calculations */
}

/* Hover Effect for All Fields */
.input-field:hover,
.textarea-field:hover,
select:hover {
  border-color: #a020f0; /* Lighter purple on hover */
  box-shadow: 0 0 5px #a020f0; /* Subtle glowing effect */
}




/* Focus State for All Fields */
.input-field:focus, select:focus {
  border-color: #a020f0; /* Lighter purple on focus */
  outline: none; /* Remove default browser outline */
  box-shadow: 0 0 5px #a020f0; /* Glowing effect */
}

/* Left-Aligned Placeholder Text */
.input-field::placeholder {
  text-align: left; /* Align placeholder text to the left */
  color: #999999; /* Optional: Placeholder text color */
  font-size: 12px; /* Optional: Adjust font size */
}


.input-field[type="number"]::placeholder {
  text-align: left; /* Aligns placeholder text to the left */
  color: #999999; /* Optional: Set placeholder color */
  font-size: 12px; /* Optional: Adjust placeholder font size */
}
/* General Styling for All Input Fields */
.reference-form input[type="text"],
.reference-form input[type="email"],
.reference-form input[type="tel"],
.reference-form input[type="number"] {
  border: 2px solid #800080; /* Purple border */
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  box-sizing: border-box;
  width: 100%; /* Consistent width */
}

/* Focus State for All Input Fields */
.reference-form input[type="text"]:focus,
.reference-form input[type="email"]:focus,
.reference-form input[type="tel"]:focus,
.reference-form input[type="number"]:focus {
  border-color: #a020f0; /* Lighter purple when focused */
  outline: none; /* Remove default focus outline */
  box-shadow: 0 0 5px #a020f0; /* Glowing effect on focus */
}

/* Left-Aligned Placeholder Text for All Inputs */
.reference-form input[type="text"]::placeholder,
.reference-form input[type="email"]::placeholder,
.reference-form input[type="tel"]::placeholder,
.reference-form input[type="number"]::placeholder {
  text-align: left; /* Align placeholder text to the left */
  color: #999999; /* Adjust placeholder text color */
  font-size: 12px; /* Optional: Placeholder font size */
}

/* Progress Container Styling */
.progress-container {
  background-color: #f3f3f3; /* Light grey for contrast */
  border-radius: 10px; /* Smooth, modern edges */
  overflow: hidden;
  width: 100%; /* Stretch to full container width */
  height: 20px;
  margin-top: 10px; /* Add spacing above */
}

/* Progress Bar Styling */
.progress-bar {
  background-color: #800080; /* Purple, matching website theme */
  color: #ffffff; /* White text for visibility */
  height: 100%; /* Ensure it spans full container height */
  width: 0%; /* Start empty, dynamically updated */
  text-align: center;
  line-height: 20px; /* Vertically center the text */
  border-radius: 10px; /* Rounded corners to match the container */
  transition: width 0.4s ease; /* Smooth width animation */
}



/* Responsive Design */
@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
  }
}
@media (min-width: 1025px) {
	/* Disable the shop footer on all devices */
.footer-shop {
    display: none !important;
}

}

@media (min-width: 768px) and (max-width: 1024px) {
	/* Disable the shop footer on all devices */
.footer-shop {
    display: none !important;
}

}

@media (min-width: 577px) and (max-width: 767px) {
	/* Disable the shop footer on all devices */
.footer-shop {
    display: none !important;
}

}

@media (max-width: 576px) {
	/* Disable the shop footer on all devices */
.footer-shop {
    display: none !important;
}

}

