/**
Theme Name: smartycollections
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: smartycollections
Template: astra
*/




/* === CENTER THE FORM ON PAGE === */
.wpforms-container {
  display: flex;
  justify-content: center;
}

.wpforms-form {
  max-width: 600px;
  width: 100%;
}

/* === FIX FIELD WIDTH AND ALIGNMENT === */
.wpforms-form input,
.wpforms-form select,
.wpforms-form textarea {
  width: 100% !important;
  max-width: 100% !important;
  padding: 12px;
  font-size: 16px;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 15px;
}

/* === FIX TEXTAREA HEIGHT === */
.wpforms-form textarea {
  min-height: 100px;
  resize: vertical;
}

/* === FIX BUTTON FULL WIDTH === */
.wpforms-form button[type="submit"] {
  width: 100% !important;
  background-color: #f7941d !important;
  color: white !important;
  font-size: 18px;
  padding: 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 15px;
}

.wpforms-form button[type="submit"]:hover {
  background-color: #d97f0d !important;
}

/* === HIDE CITY, STATE, AND ADDRESS LINE 2 === */
.wpforms-field-address-line2,
.wpforms-field-address-city,
.wpforms-field-address-state {
  display: none !important;
  height: 0 !important;
  overflow: hidden;
  padding: 0 !important;
  margin: 0 !important;
}

/* === FIX CHECKBOX TEXT COLOR === */
.wpforms-form .wpforms-field-label,
.wpforms-form .wpforms-field-description,
.wpforms-form .wpforms-field-label-inline {
  color: white !important;
  font-size: 14px;
}

/* === FIX FORM HEADING (if HTML block used inside form) === */
.wpforms-form .form-heading,
.wpforms-form .form-heading h3,
.wpforms-form .form-heading p {
  color: white;
  text-align: center;
}
.wpforms-form .form-heading .stars {
  color: orange;
}




/* === Force checkbox field to stay on one line, even with columns === */
.wpforms-form .wpforms-field-checkbox {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
}

/* === Checkbox input styling === */
.wpforms-form input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  transform: scale(1.2);
  margin: 0 10px 0 0;
}

/* === Label text beside checkbox, white and aligned === */
.wpforms-form .wpforms-field-checkbox label {
  display: inline-block;
  vertical-align: middle;
  color: white !important;
  font-size: 14px;
  line-height: 1.4;
  margin: 0 !important;
}

/* === Remove weird column layout if 2-column selected === */
.wpforms-form .wpforms-field-layout-columns .wpforms-field-row {
  flex-wrap: nowrap !important;
}
