/*
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.   ***************/
/*khoảng cách ô nhập CF7*/
.wpcf7-form input,
.wpcf7-form textarea {
    margin-bottom: 5px !important; /* Hoặc giá trị nhỏ hơn như 5px tùy bạn */
}
/*end*/
/*khoảng cách thông báo đăng ký CF7*/
.wpcf7-response-output {
    position: relative !important;
    top: 0 !important;
	left: -8px;
    margin-top: 0 !important; /* Khoảng cách giữa form và thông báo */
    width: 100% !important;
    text-align: center; /* Căn giữa nếu cần */
    color: #28a745 !important;
}
/*END*/
.wpcf7-form-control-wrap .cf7-form-icons {
    left: 7px;
    top: 11px;
    color: black !important;
    z-index: 999
}
.cf7-icon-field{
    background: white !important
}

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


}