/*
Theme Name: Reuss Construction Theme
Theme URI: https://reuss-webdesign.com
Author: Reuss Webdesign
Author URI: https://reuss-webdesign.com
Description: Professional construction company theme for Costa Blanca. Optimized for Elementor, SEO, and conversions. Features sidebar navigation, mobile-friendly design, and blog system.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: reuss-construction
Tags: one-column, custom-menu, featured-images, threaded-comments, translation-ready, blog, elementor

Construction Costa Blanca - Premium WordPress Theme
*/

/* ============================================
   THEME INFO & CREDITS
   ============================================ */

/*
 * This theme is built for Construction Costa Blanca
 * Designed for professional construction companies
 * Elementor-ready, SEO-optimized, conversion-focused
 * 
 * Features:
 * - Vertical sidebar navigation (desktop)
 * - Mobile burger menu
 * - Sticky CTA buttons
 * - Professional blog system
 * - Schema.org markup
 * - Performance optimized
 * - Multi-language ready (WPML/TranslatePress)
 */

/* ============================================
   CRITICAL: See reset-base.css for base resets!
   This file contains only theme-specific styles
   ============================================ */

* {
    box-sizing: border-box;
}

body.admin-bar .sidebar-nav {
    top: 32px;
    height: calc(100vh - 32px);
}

.site {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.site-content {
    flex: 1;
}

.site-footer {
    margin-top: auto;
}

