/*!
Theme Name: Laranova Web Solutions
Theme URI: https://laranovaweb.com
Author: Laranova Web Solutions
Author URI: https://laranovaweb.com
Description: Internal starter theme for Laranova Web Solutions. Designed to be used with Elementor.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: laranova-web-solutions
Tags: elementor, starter-theme, custom-logo, custom-menu
*/

/* Header */
.site-header {
	border-bottom: 1px solid #eee;
}

.header-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-title {
	font-size: 1.25rem;
	font-weight: 600;
	color: #000;
	text-decoration: none;
}

.primary-menu {
	display: flex;
	gap: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-menu a {
	text-decoration: none;
	color: #000;
	font-size: 0.95rem;
}

/* Footer */
.site-footer {
	border-top: 1px solid #eee;
	margin-top: 80px;
}

.footer-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 20px;
	display: flex;
	justify-content: space-between;
	gap: 40px;
}

.footer-brand p {
	margin-top: 8px;
	color: #666;
	font-size: 0.9rem;
	max-width: 320px;
}

.footer-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(2, auto);
	gap: 8px 24px;
}

.footer-menu a {
	text-decoration: none;
	color: #000;
	font-size: 0.9rem;
}

/* Page layout */
.page-wrapper {
	max-width: 900px;
	margin: 0 auto;
	padding: 60px 20px;
}

.page-content h1 {
	margin-bottom: 24px;
}

.page-content p {
	max-width: 680px;
}

/* Reset Underscores layout assumptions */
.site-main {
	width: 100%;
	margin: 0;
	padding: 0;
}


/* Hide default page title on Elementor pages */
.elementor-page .page-content > h1 {
	display: none;
}

/* === Single Post === */
.post-wrapper {
	max-width: 900px;
	margin: 0 auto;
	padding: 80px 20px;
}

.post-header {
	margin-bottom: 40px;
}

.post-title {
	font-size: 2.5rem;
	margin-bottom: 10px;
}

.post-meta {
	color: #888;
	font-size: 0.9rem;
}

.post-content {
	max-width: 700px;
}

/* === Blog / Archive === */
.blog-wrapper {
	max-width: 900px;
	margin: 0 auto;
	padding: 80px 20px;
	text-align: center;
}

.blog-title {
	font-size: 2.5rem;
	margin-bottom: 60px;
}

.blog-post {
	margin-bottom: 60px;
}

.blog-post-title {
	font-size: 1.5rem;
	margin-bottom: 10px;
}

.blog-post-title a {
	text-decoration: none;
	color: #000;
}

.blog-post-excerpt {
	max-width: 600px;
	margin: 0 auto 10px;
	color: #555;
}

.blog-post-date {
	font-size: 0.85rem;
	color: #999;
}


