/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
.container.grid-container {
  max-width: 100%;
}
/* Parent list inline layout */
.elementor-icon-list-items.elementor-inline-items {
  display: flex !important;
  flex-wrap: wrap;
  gap: 0px;
  align-items: center;
  justify-content: left; /* center horizontally if needed */
  margin: 0; /* remove extra margin */
  padding: 0; /* remove extra padding */
}

/* Each icon list item */
.elementor-icon-list-item {
  display: flex;
  align-items: center; /* vertically center icon & text */
  gap: 10px;
  line-height: 1; /* tighter vertical spacing */
  padding: 5px 0; /* control top-bottom spacing */
}

/* Icon SVG size & alignment */
.elementor-icon-list-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  display: block; /* fix vertical alignment */
}

/* Text styling */
.elementor-icon-list-text {
  font-size: 16px;
  color: #fff;
  line-height: 1; /* remove extra space */
}
/* Import Quicksand font */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600&display=swap');

/* Apply Quicksand globally to form */
.wpcf7-form {
  font-family: 'Quicksand', sans-serif;
}

/* Form fields full width, border only, no background */
.wpcf7-form-control {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 10px 14px;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
  background-color: transparent;
  font-size: 16px;
  font-family: 'Quicksand', sans-serif;
  transition: border-color 0.3s ease;
	margin-top: 10px;
}

/* Label and field spacing */
.wpcf7-form p {
  margin-bottom: 20px;
}

/* Label styling */
.wpcf7-form label {
  font-weight: 500;
  display: block;
  margin-bottom: 8px !important;
}

/* Submit button styling */
.wpcf7-submit {
  background-color: #379B27;
  color: #fff;
  padding: 12px 28px;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.wpcf7-submit:hover {
  background-color: #2c7e1e;
}

/* Textarea height adjustment */
.wpcf7-textarea {
  height: 120px;
  resize: vertical;
}

/* Responsive optimization */
@media (max-width: 768px) {
  .wpcf7-form-control {
    font-size: 15px;
    padding: 10px 12px;
  }

  .wpcf7-submit {
    width: 100%;
    padding: 12px;
  }
}
button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.wp-block-button__link:not(.has-background) {
  color: #ffffff;
  background-color: #1F4E3D;
}
.wpcf7-submit:hover {
  background-color: #1F4E3D !important;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
  background-color: transparent !important;
  color: var(--contrast);
  border-color: var(--base);
}
#uc_subtle_overlay_content_box_elementor_d8226b5 .blox_centered_text {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  text-align: center;
  color: white;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
#uc_subtle_overlay_content_box_elementor_7c90683 .blox_centered_text {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  text-align: center;
  color: white;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
.elementor-516 .elementor-element.elementor-element-42dadce.elementor-widget-woolentor-product-archive-addons ul.products li.product {
  background: #Fff;
}