/*
Theme Name: Blog
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  ***************/


}

/* Full-width canvas cho template Post – UX Full Width */
.single-uxfull .csd-uxpost-full{
  width:100%;
  max-width:100%;
  margin:0;
  padding:0;
}

/* Ẩn sidebar nếu theme còn inject ở nơi khác */
.single-uxfull .sidebar,
.single-uxfull #secondary { display:none !important; }

/* Mở rộng vùng chứa của Flatsome (tùy cấu trúc site bạn) */
.single-uxfull .container,
.single-uxfull .row,
.single-uxfull .large-12,
.single-uxfull .col { max-width:100% !important; width:100% !important; }

/* Giảm khoảng trắng nếu cần */
.single-uxfull .page-wrapper,
.single-uxfull .content-area { padding:0 !important; margin:0 !important; }
