/*
Theme Name: Divi_child
Template: Divi

Theme URI: https://leowebmarketing.pro
Description: Дочірня тема Divi
Author: Roman Siromskyi
Author URI: https://leowebmarketing.pro
Version: 1.0
*/

/* Import styles from parent theme */
@import url("../Divi/style.css");




/* LWM 2026-04-28 (#262): Stack footer 5-col layout on mobile */
@media (max-width: 980px) {
  .et-l--footer .et_pb_row,
  .et-l--footer .et_pb_section,
  body .et-l--footer .et_pb_row {
    width: 100% !important;
    max-width: 100% !important;
  }
  .et-l--footer .et_pb_column,
  .et-l--footer .et_pb_column_1_5,
  body .et-l--footer .et_pb_column {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 24px !important;
    text-align: center !important;
  }
  .et-l--footer .et_pb_text,
  .et-l--footer .et_pb_image,
  .et-l--footer iframe {
    text-align: center !important;
  }
  .et-l--footer iframe {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .et-l--footer .et_pb_column {
    padding: 0 8px !important;
  }
}

/* LWM 2026-04-28 (#266): Eliminate right-side empty strip on home page (full-width) */
@media (min-width: 1281px) {
  body.home #page-container,
  body.home #et-boc,
  body.home #main-content,
  body.home .et-l--body,
  body.home .et_pb_section.et_pb_fullwidth_section,
  body.home #Main-banner,
  body.home #Main-banner .et_pb_fullwidth_slider {
    max-width: 100% !important;
    width: 100% !important;
  }
  body.home #page-container {
    overflow-x: hidden !important;
  }
}
