/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/





/* ===== Clean "Chat with us" modal form styling ===== */
.wwt-chatform {
  font-family: inherit;
}

.wwt-chatform form {
  margin: 0;
}

.wwt-chatform .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 12px;
}

.wwt-chatform label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 6px;
  opacity: 0.9;
}

.wwt-chatform input[type="text"],
.wwt-chatform input[type="email"],
.wwt-chatform input[type="tel"],
.wwt-chatform textarea,
.wwt-chatform select {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 12px;
  padding: 12px 12px;
  font-size: 14px;
  line-height: 1.3;
  outline: none;
  background: #fff;
  transition: border-color .15s ease, box-shadow .15s ease;
}

.wwt-chatform textarea {
  min-height: 110px;
  resize: vertical;
}

.wwt-chatform input[type="text"]:focus,
.wwt-chatform input[type="email"]:focus,
.wwt-chatform input[type="tel"]:focus,
.wwt-chatform textarea:focus,
.wwt-chatform select:focus {
  border-color: rgba(0,0,0,.35);
  box-shadow: 0 0 0 4px rgba(0,0,0,.06);
}

/* CF7 validation + messages */
.wwt-chatform .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 6px;
}

.wwt-chatform .wpcf7-response-output {
  margin: 12px 0 0;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 13px;
}

/* Submit button */
.wwt-chatform input[type="submit"],
.wwt-chatform button,
.wwt-chatform .wpcf7-submit {
  width: 100%;
  border: 0;
  border-radius: 14px;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .08s ease, opacity .15s ease, box-shadow .15s ease;
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
}

.wwt-chatform input[type="submit"]:active,
.wwt-chatform .wpcf7-submit:active {
  transform: translateY(1px);
}

/* Make CF7 spinner less awkward */
.wwt-chatform .wpcf7-spinner {
  display: block;
  margin: 10px auto 0;
}

/* Reduce spacing between fields */
.wwt-chatform .wpcf7-form-control-wrap {
  margin-bottom: 8px;
}

.wwt-chatform label {
  margin-bottom: 4px;
  font-size: 12px;
}

/* Make "Contact Us Today" smaller + cleaner */
.wwt-chatform h1,
.wwt-chatform h2,
.wwt-chatform h3 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 600;
}