/*
Theme Name: Industrialist Child
Theme URI: http://industrialist.mikado-themes.com/
Description: A child theme of Industrialist Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.0
Text Domain: industrialist
Template: industrialist
*/
/* ---- SD 2026-08-19: plain-page layout after WPBakery removal (About / Contact) ---- */
.mkd-container-inner > h2:first-child { margin-bottom: 13px; }
.sd-about { display: flex; gap: 30px; align-items: flex-start; }
.sd-about-text { flex: 0 0 66.666%; max-width: 66.666%; }
.sd-about-image { flex: 0 0 33.333%; max-width: 33.333%; }
.sd-about-image img { width: 200px; height: auto; border: 1px solid #e5e5e5; }
.sd-narrow { width: 66.666%; margin: 0 auto; }
.sd-narrow h2 { margin-bottom: 35px; }
.sd-narrow .wpcf7 { margin-bottom: 30px; }
@media only screen and (max-width: 768px) {
  .sd-about { display: block; }
  .sd-about-text, .sd-about-image { max-width: 100%; }
  .sd-about-image { margin-top: 20px; }
  .sd-narrow { width: 100%; }
}

/* ---- SD 2026-08-19: archive lists (category / author / tag): uniform landscape thumbnails ---- */
.mkd-blog-holder.mkd-blog-type-standard article .mkd-post-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  object-position: center;
}
