/*
Theme Name: Estate Works Theme
Theme URI: https://yourwebsite.com/
Description: Estate Works Custom Theme
Author: Alex Provan
Author URI: https://yourwebsite.com/
Template: generatepress
Version: 1.0.0
Text Domain: generatepress-child
*/

/* =========================================================
   1. Base Overrides
========================================================= */

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
                 Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #222;
    background-color: #FAF7F0;
}

/* Links */
a {
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}




a:hover {
    color: #0073e6;
}

/* =========================================================
   2. Layout Tweaks
========================================================= */

.site-content {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* Container width adjustment (optional) */
.site.grid-container {
    max-width: 1200px;
}

/* =========================================================
   3. Header Styling
========================================================= */

.site-header {
    border-bottom: 1px solid #eee;
}

/* Navigation */
.main-navigation {
    font-weight: 500;
}

/* =========================================================
   4. Buttons
========================================================= */

button,
a.button,
.wp-block-button__link {
    border-radius: 4px;
    padding: 10px 18px;
    background: #0073e6;
    color: #fff;
    border: none;
}

button:hover,
a.button:hover,
.wp-block-button__link:hover {
    background: #005bb5;
}

/* =========================================================
   5. Blog / Posts
========================================================= */

.entry-title {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.entry-content {
    font-size: 1rem;
}

/* Meta */
.entry-meta {
    font-size: 0.9rem;
    color: #666;
}

/* =========================================================
   6. Footer
========================================================= */

.site-footer {
    margin-top: 40px;
    padding: 20px 0;
    border-top: 1px solid #eee;
    font-size: 0.9rem;
    text-align: center;
}

/* =========================================================
   7. Utilities
========================================================= */

.text-center {
    text-align: center;
}

.hidden {
    display: none;
}