/*
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  ***************/
}
/* CHẮC CHẮN sẽ hoạt động cho placeholder của Contact Form 7 */
.wpcf7-form-control::placeholder {
  font-style: italic !important;
  opacity: 1 !important; /* Đảm bảo không bị mờ hoặc bị ẩn */
}

/* Các trình duyệt cũ */
.wpcf7-form-control::-webkit-input-placeholder {
  font-style: italic !important;
}
.wpcf7-form-control:-ms-input-placeholder {
  font-style: italic !important;
}
.wpcf7-form-control::-moz-placeholder {
  font-style: italic !important;
}
.wpcf7-form-control:-moz-placeholder {
  font-style: italic !important;
}