/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.wpcf7 form input.wpcf7-form-control.wpcf7-submit.button {
    width: 100% !important;          /* rộng bằng ô nhập */
    display: flex !important;        /* dùng flex để căn giữa */
    justify-content: center !important;
    align-items: center !important;
    height: 50px;                    /* chỉnh chiều cao nút */
    font-size: 16px !important;
    font-weight: bold !important;
    text-align: center !important;   /* phòng khi flex bị override */
}