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


}


 
/* Style nút gửi cho form cụ thể */
/* Chỉ target nút có class my-cf7-btn */
input.wpcf7-form-control.wpcf7-submit.has-spinner.button.primary.my-cf7-btn {
    border-radius: 5px;
}
/* Style nút gửi cho form cụ thể */

/* Style các icon hotline call  nhỏ lại */
.arcontactus-widget .messanger span svg, .arcontactus-widget .messanger span i, .arcontactus-widget .messanger span img {
    width: 12px !important;
    height: 12px !important;
    top: 62% !important;
    left: 63% !important;
  }
/* Style các icon hotline call  nhỏ lại */

/* Mặc định desktop */
.gtranslate_wrapper{
  position: fixed !important;
  top: 10px !important;
  right: 100px !important; /* chừa khoảng trống cho menu desktop */
  z-index: 9999;
}

/* Nếu có thanh admin WordPress */
body.admin-bar .gtranslate_wrapper{
  top: 42px !important;
}


/* Nếu có thanh admin WordPress */
body.admin-bar .gtranslate_wrapper{
  top: 42px !important;
}

/* Trên mobile: đẩy xuống dưới navbar */
@media (max-width: 768px){
  .gtranslate_wrapper{
    top: 10px !important;   /* bằng hoặc lớn hơn chiều cao navbar mobile */
    right: 40px !important; /* cho sát phải */
    transform: scale(0.75);  /* thu nhỏ một chút cho gọn  */
    transform-origin: top center;
  }
}
