/*
Theme Name: Flatsome Child
Description: Custom child theme for Flatsome
Author: UX Themes
Template: flatsome
Version: 3.1
*/

/* Force white background + dark text for readable content */
body, body.home, body.boxed,
#wrapper, #content,
.page-wrapper, main.page-wrapper {
  background: #ffffff !important;
  color: #1a1a1a !important;
}

/* Ensure all paragraphs, headings, list items use dark color */
.page-wrapper p, .page-wrapper h1, .page-wrapper h2, .page-wrapper h3,
.page-wrapper h4, .page-wrapper h5, .page-wrapper h6,
.page-wrapper li, .page-wrapper span:not([style*='color']),
.page-wrapper blockquote, .page-wrapper td, .page-wrapper th {
  color: #1a1a1a !important;
}

/* Links keep brand green (matching the H1 green) */
.page-wrapper a {
  color: #279d00;
}
.page-wrapper a:hover {
  color: #1a6b00;
  text-decoration: underline;
}

/* Section backgrounds - default white, allow per-section override */
.page-wrapper > .section,
.page-wrapper > section {
  background: #ffffff;
}

/* Header/footer keep theme defaults */

/*************** ADD MOBILE ONLY CSS HERE  ***************/
@media only screen and (max-width: 48em) {
  .page-wrapper { padding: 0 10px; }
}
