/* ==========================================================================
   Spirit-Hands Theme for Bludit
   Migrated from WordPress Twenty Fourteen
   ========================================================================== */

/* --- Google Fonts --- */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700&display=swap');

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
}

body {
    background: #e2e2bc;
    color: #2b2b2b;
    font-family: Lato, sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    direction: ltr;
}

a {
    color: #4c3800;
    text-decoration: none;
}
a:hover, a:focus {
    text-decoration: underline;
}
a:active { outline: none; }

img {
    max-width: 100%;
    height: auto;
}

hr {
    background-color: #e2e2bc;
    border: 0;
    height: 1px;
    margin: 24px 0;
}

/* --- Accessibility --- */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute !important;
    height: 1px;
    width: 1px;
}

/* ==========================================================================
   LAYOUT — Three-column: Left Sidebar | Main Content | Right Sidebar
   Twenty Fourteen uses a unique approach: the left sidebar is full-height
   and fixed on wider screens, the content scrolls to its right.
   ========================================================================== */

.site {
    max-width: 1260px;
    margin: 0 auto;
    position: relative;
}

/* --- Left Sidebar (Branding + Navigation) --- */
.site-header {
    background: #000;
    /* The header image sits above the sidebar on Twenty Fourteen */
    position: relative;
    width: 100%;
}

.header-image {
    display: block;
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    overflow: hidden;
    line-height: 0;
}

.header-image img {
    display: block;
    width: 100%;
    height: auto;
}

/* The actual left sidebar — sage green */
.primary-sidebar {
    background: #e2e2bc;
    width: 100%;
    padding: 0 10px;
}

@media screen and (min-width: 1008px) {
    .primary-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        width: 220px;
        height: 100vh;
        overflow-y: auto;
        z-index: 3;
        padding: 0;
    }

    .site-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 220px;
        height: 100vh;
        z-index: 3;
        overflow-y: auto;
    }


    .site-content-wrapper {
        margin-left: 220px;
        background: #fff;
        min-height: 100vh;
    }
}

@media screen and (min-width: 1260px) {
    .site {
        max-width: 1260px;
    }

    .primary-sidebar,
    .site-header {
        left: 50%;
        margin-left: -630px;
    }

    .site-content-wrapper {
        margin-left: 220px;
        background: #fff;
    }
}

/* --- Site Branding in Left Sidebar --- */
.site-branding {
    padding: 30px 20px 0;
}

.site-title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.site-title a {
    color: #2b2b2b;
    text-decoration: none;
}

.site-description {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.4;
    color: #2b2b2b;
    margin-bottom: 20px;
}

/* --- Search Toggle --- */
.search-toggle {
    display: inline-block;
    background: #4c3800;
    color: #e2e2bc;
    padding: 6px 10px;
    font-size: 1.4rem;
    cursor: pointer;
    text-align: center;
    margin-bottom: 10px;
}
.search-toggle:hover {
    background: #2b2b2b;
    color: #fff;
}

/* --- Navigation in Left Sidebar --- */
.primary-navigation {
    padding: 0 20px;
}

.primary-navigation ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 0;
}

.primary-navigation li {
    border-top: 1px solid rgba(43, 43, 43, 0.1);
    position: relative;
}

.primary-navigation a {
    display: block;
    color: #2b2b2b;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 11px 0;
    text-decoration: none;
    line-height: 1.4;
}

.primary-navigation a:hover,
.primary-navigation .current > a {
    color: #4c3800;
}

/* --- Left Sidebar Footer Info --- */
.sidebar-info {
    padding: 20px;
    margin-top: 30px;
    border-top: 1px solid rgba(43, 43, 43, 0.1);
    font-size: 1.1rem;
    line-height: 1.6;
}

.sidebar-info h1,
.sidebar-info h2,
.sidebar-info h3 {
    font-size: 1.1rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #2b2b2b;
}

.sidebar-info p {
    margin-bottom: 12px;
}

/* ==========================================================================
   MAIN CONTENT AREA
   ========================================================================== */

.site-content-wrapper {
    background: #fff;
}

.site-main {
    padding: 30px 30px 0;
}

@media screen and (min-width: 1008px) {
    .site-main {
        padding: 40px 40px 0;
    }
}

/* Content + Right Sidebar flex container */
.content-area-wrapper {
    display: block;
}

@media screen and (min-width: 846px) {
    .content-area-wrapper {
        display: flex;
        gap: 0;
    }
}

.content-area {
    width: 100%;
}

@media screen and (min-width: 846px) {
    .content-area {
        width: calc(100% - 306px);
        padding-right: 40px;
    }
}

/* ==========================================================================
   CONTENT STYLING
   ========================================================================== */

.entry-header {
    margin-bottom: 20px;
}

.entry-title {
    font-size: 3.3rem;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 12px;
}

.entry-title a {
    color: #2b2b2b;
    text-decoration: none;
}

.entry-title a:hover {
    color: #4c3800;
}

.entry-meta {
    font-size: 1.2rem;
    color: #767676;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.entry-meta a {
    color: #767676;
}

.entry-content {
    font-size: 1.6rem;
    line-height: 1.5;
    word-wrap: break-word;
}

.entry-content p {
    margin-bottom: 24px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    font-weight: 700;
    text-transform: uppercase;
    margin: 36px 0 12px;
    line-height: 1.2;
}

.entry-content h1 { font-size: 2.6rem; }
.entry-content h2 { font-size: 2.4rem; }
.entry-content h3 { font-size: 2.2rem; }
.entry-content h4 { font-size: 2.0rem; }
.entry-content h5 { font-size: 1.8rem; }
.entry-content h6 { font-size: 1.6rem; }

.entry-content ul, .entry-content ol {
    margin: 0 0 24px 20px;
    padding: 0;
}

.entry-content li {
    margin-bottom: 6px;
}

.entry-content blockquote {
    border-left: 4px solid #e2e2bc;
    padding: 0 0 0 20px;
    margin: 0 0 24px;
    font-style: italic;
    color: #767676;
}

.entry-content img {
    margin-bottom: 12px;
}

.entry-content img.alignleft {
    float: left;
    margin: 6px 24px 12px 0;
}

.entry-content img.alignright {
    float: right;
    margin: 6px 0 12px 24px;
}

.entry-content img.aligncenter {
    display: block;
    margin: 6px auto 12px;
}

/* --- Hand icon separator — baked into theme --- */
.entry-footer-hand {
    text-align: center;
    margin: 30px 0 40px;
}

.entry-footer-hand a {
    display: inline-block;
    text-decoration: none;
}







.entry-footer-hand img {
    display: block;
    width: 80px;
    height: auto;
    opacity: 0.7;
}



/* --- Article separation on home page --- */
article.page,
article.post {
    margin-bottom: 60px;
    padding-bottom: 0;
}

/* --- Separator between articles --- */
article + article {
    border-top: 1px solid #e2e2bc;
    padding-top: 60px;
}

/* ==========================================================================
   RIGHT SIDEBAR — Testimonials
   ========================================================================== */

.testimonial-sidebar {
    width: 100%;
    padding: 0;
}

@media screen and (min-width: 846px) {
    .testimonial-sidebar {
        width: 306px;
        flex-shrink: 0;
        padding-top: 0;
    }
}

.testimonial-widget {
    margin-bottom: 36px;
}

.testimonial-widget h1 {
    font-size: 1.4rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 4px solid #2b2b2b;
    color: #2b2b2b;
}

.testimonial-widget .testimonial-body {
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 1.5rem;
    line-height: 1.6;
    color: #2b2b2b;
    font-style: italic;
}

.testimonial-widget .testimonial-body p {
    margin-bottom: 12px;
}

/* Bottom sidebar widgets (Christina, address) */
.sidebar-footer-widget {
    margin-bottom: 24px;
}

.sidebar-footer-widget h1 {
    font-size: 1.1rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 4px;
    color: #2b2b2b;
}

.sidebar-footer-widget .widget-content {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #767676;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

.site-footer {
    background: #e2e2bc;
    padding: 20px 30px;
    clear: both;
}

@media screen and (min-width: 1008px) {
    .site-footer {
        padding: 20px 40px;
    }
}

.footer-cta {
    text-align: left;
    font-size: 1.1rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.footer-cta a {
    color: #2b2b2b;
}

.site-info {
    font-size: 1.2rem;
    color: #767676;
    padding-top: 10px;
    border-top: 1px solid rgba(43, 43, 43, 0.1);
}

.site-info a {
    color: #767676;
}

/* ==========================================================================
   PAGINATION
   ========================================================================== */

.pagination {
    margin: 30px 0;
    text-align: left;
}

.pagination a {
    display: inline-block;
    padding: 8px 16px;
    background: #e2e2bc;
    color: #2b2b2b;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.2rem;
    text-decoration: none;
    margin-right: 4px;
}

.pagination a:hover {
    background: #4c3800;
    color: #fff;
}

/* ==========================================================================
   RESPONSIVE — Small screens
   ========================================================================== */

@media screen and (max-width: 845px) {
    .entry-title {
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 600px) {
    .site-main {
        padding: 20px 15px 0;
    }

    .entry-title {
        font-size: 2.0rem;
    }

    .primary-navigation a {
        font-size: 1.3rem;
        padding: 14px 0;
    }
}

/* ==========================================================================
   Artistry Gallery
   ========================================================================== */

/* Artistry Gallery — responsive grid */
.artistry-gallery {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 24px 0;
}
@media (min-width: 500px) {
    .artistry-gallery { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 768px) {
    .artistry-gallery { grid-template-columns: repeat(4, 1fr); }
}
@media (min-width: 1000px) {
    .artistry-gallery { grid-template-columns: repeat(5, 1fr); }
}

.artistry-gallery .imagegallery-image {
    width: 100%;
}

.artistry-gallery .imagegallery-image a {
    display: block;
    overflow: hidden;
    border-radius: 2px;
    padding-top: 100%;
    position: relative;
}

.artistry-gallery .imagegallery-image a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.artistry-gallery .imagegallery-image a:hover img {
    transform: scale(1.05);
    opacity: 0.85;
}

/* Lightbox customization */
.slbOverlay,
.slbWrapOuter,
.slbWrap {
    z-index: 9999 !important;
}
