/*
Theme Name: Titan
Theme URI: http://www.titandigital.com.au/
Description: Titan Digital Theme
Version: 2016.12.12
Author: Titan Digital
Author URI: http://www.titandigital.com.au/
Tags: blue;
This theme was designed and built by Titan Digital
*/
/* ---- WPForms sidebar overrides ---- */
    .sidebar__contact-form .wpforms-container {
      padding: 0;
      margin: 0;
      width: 100%;
    }

    /* Fields: full width, remove default min-widths */
    .sidebar__contact-form .wpforms-field {
      padding: 0 0 12px;
    }

    .sidebar__contact-form .wpforms-field input,
    .sidebar__contact-form .wpforms-field textarea,
    .sidebar__contact-form .wpforms-field select {
      width: 100% !important;
      max-width: 100% !important;
      min-width: 0 !important;
      box-sizing: border-box;
      font-size: 13px;
      padding: 8px 10px;
      border: 1px solid #d0d8e0;
      border-radius: 3px;
      background: #fff;
      color: #2c3e50;
      line-height: 1.4;
    }

    .sidebar__contact-form .wpforms-field textarea {
      height: 90px;
      resize: vertical;
    }

    .sidebar__contact-form .wpforms-field input:focus,
    .sidebar__contact-form .wpforms-field textarea:focus {
      outline: none;
      border-color: #e87722;
      box-shadow: 0 0 0 2px rgba(232,119,34,0.15);
    }

    /* Labels */
    .sidebar__contact-form .wpforms-field-container .wpforms-field-label {
        font-size: 13px;
        font-weight: 600;
        color: #616161;
        margin-bottom: 4px;
        display: block;
        text-transform: uppercase;
        letter-spacing: 0.03em;
        font-family: ralewaysemibold;
        text-align: left;
    }

    /* reCAPTCHA — scale down to fit narrow sidebar */
    .sidebar__contact-form .wpforms-recaptcha-container {
      transform: scale(0.82);
      transform-origin: left top;
      margin-bottom: -14px;
    }

    /* Submit button */
    .sidebar__contact-form .wpforms-submit-container {
      margin-top: 8px;
    }

    .sidebar__contact-form .wpforms-submit {
      width: 100%;
      background: #e87722;
      color: #fff;
      border: none;
      border-radius: 3px;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      padding: 10px 16px;
      cursor: pointer;
      transition: background 0.2s ease;
    }

    .sidebar__contact-form .wpforms-submit:hover {
      background: #c45e0a;
    }
    .wpforms-container.wpforms-container-full.wpforms-render-modern {
        margin-top: 10px;
    }
    .sidebar__contact-form .widget-title {
        display: block !important;
        margin: 0px;
        font-family: ralewaysemibold;
        color: #616161;
    }