/*
Theme Name: EnjoyMax Pro Child
Theme URI: https://wpenjoy.com/themes/enjoymax-pro
Description: A child theme of EnjoyMax Pro — a beautiful, content-focused modern personal WordPress theme suitable for bloggers and writers. All customizations should go here, so they survive parent theme updates.
Author: WPEnjoy
Author URI: https://wpenjoy.com
Template: enjoymax-pro
Version: 1.0.9
Tested up to: 6.7
Requires at least: 6.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: enjoymax-pro-child
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, sticky-post, theme-options, threaded-comments, translation-ready
*/

/* ---------------------------------------------
   Add your custom CSS here.
   It will load AFTER the parent theme's styles.
   --------------------------------------------- */

/* =============================================
   HOMEPAGE LAYOUT: 300px left + 600px content + 300px right
   Applied via .left-sidebar body class (set in Theme Options)
   ============================================= */

/* Left sidebar: 300px */
.home .left-sidebar {
	width: 300px !important;
	margin-right: 20px !important;
}

/* Content: 600px */
.home #primary {
	width: 600px !important;
	float: left;
	margin: 0;
}

/* Right sidebar: 300px */
.home .right-sidebar {
	width: 300px !important;
}


/* =============================================
   BLOG PAGES LAYOUT (archive + single + category):
   Content on LEFT (full width) + right sidebar on RIGHT (300px)
   No left sidebar — body class 'blog-right-layout' added in functions.php
   ============================================= */

/* Content: 900px — wide content area on the left */
.blog-right-layout #primary {
	width: 900px !important;
	float: left;
	margin: 0 20px 0 0;
}

/* Right sidebar: 300px */
.blog-right-layout .right-sidebar {
	width: 300px !important;
	float: right;
}
