/* Fluent Forms × Flatsome 极简强制覆盖样式 */

html body .fluentform input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]),
html body .fluentform textarea,
html body .fluentform .ff-el-form-control {
    background: #fff !important;
    background-color: #fff !important;
    background-image: none !important;

    border: 1px solid #d6d6d6 !important;
    border-radius: 0 !important;

    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;

    text-shadow: none !important;
    outline: none !important;
    filter: none !important;

    color: #111 !important;
    font-size: 14px !important;
}


html body .fluentform input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):hover,
html body .fluentform input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):focus,
html body .fluentform input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):active,
html body .fluentform textarea:hover,
html body .fluentform textarea:focus,
html body .fluentform textarea:active,
html body .fluentform .ff-el-form-control:hover,
html body .fluentform .ff-el-form-control:focus,
html body .fluentform .ff-el-form-control:active {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    outline: none !important;
}


html body .fluentform input:focus,
html body .fluentform textarea:focus {
    border-color: #000 !important;
}


html body .fluentform input.ff-el-form-control {
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 13px !important;
}


html body .fluentform textarea.ff-el-form-control {
    min-height: 130px !important;
    padding: 12px 13px !important;
    resize: vertical;
	line-height: 1.6;
	font-family: inherit;
}


/* Select 强制覆盖 Flatsome */
html body .fluentform select,
html body .fluentform select.ff-el-form-control,
html body .fluentform select.ff-el-form-control:hover,
html body .fluentform select.ff-el-form-control:focus,
html body .fluentform select.ff-el-form-control:active {
    height: 44px !important;
    min-height: 44px !important;

    padding: 0 38px 0 13px !important;

    background-color: #fff !important;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M0 0h10L5 6z' fill='%23111'/%3E%3C/svg%3E") !important;

    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    background-size: 10px 6px !important;

    border: 1px solid #d6d6d6 !important;
    border-radius: 0 !important;

    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;

    text-shadow: none !important;
    outline: none !important;
    filter: none !important;

    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;

    color: #111 !important;
}


html body .fluentform select.ff-el-form-control:focus {
    border-color: #000 !important;
}


/* Chrome 自动填充 */
html body .fluentform input:-webkit-autofill,
html body .fluentform input:-webkit-autofill:hover,
html body .fluentform input:-webkit-autofill:focus,
html body .fluentform textarea:-webkit-autofill,
html body .fluentform textarea:-webkit-autofill:hover,
html body .fluentform textarea:-webkit-autofill:focus {
    -webkit-text-fill-color: #111 !important;
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}


/* Label */
html body .ff-default .ff-el-input--label label {
    font-size: 14px !important;
}


/* Submit */
html body .fluentform button[type="submit"] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    height: 46px !important;
    min-height: 46px !important;

    padding: 0 !important;
    margin: 0 !important;

    background: var(--fs-color-primary) !important;
    background-image: none !important;

    color: #fff !important;

    border: 1px solid #000 !important;
    border-radius: 0 !important;

    box-shadow: none !important;
    -webkit-box-shadow: none !important;

    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1 !important;

    letter-spacing: .8px !important;
    text-transform: uppercase !important;

    text-shadow: none !important;
    transition: all .2s ease !important;
}

