/*
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.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
/* Fix Flatsome override */
.popup input[type="submit"].wpcf7-form-control.wpcf7-submit {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center !important;
    display: block !important;
    height: 50px !important;
    line-height: 50px !important;
}

/* Tắt spinner vì nó đẩy chữ lệch */
.popup input[type="submit"].wpcf7-submit.has-spinner::after {
    display: none !important;
}
