/*
Theme Name: TheGem Elementor Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Template: thegem-elementor
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/

/* === Alterbrand — Blog Single Container === */
.single.single-post .entry-content,
.single.single-post article.post,
.single.single-post .post-content,
.single.single-post .gem-blog-post-content,
.single.single-post .post-body {
  max-width: 820px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}

.single.single-post .entry-content p,
.single.single-post .post-content p {
  max-width: 100%;
  line-height: 1.7;
}

.single.single-post h1,
.single.single-post .entry-title,
.single.single-post .post-title {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .single.single-post .entry-content,
  .single.single-post article.post,
  .single.single-post .post-content,
  .single.single-post h1,
  .single.single-post .entry-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
