
/*
Theme Name: Blocksy Child
Theme URI: https://creativethemes.com/blocksy/
Template: blocksy
Author: CreativeThemes
Author URI: https://creativethemes.com
Description: Blocksy is a fast, modern WordPress theme with advanced WooCommerce support and full compatibility with the block editor.
Tags: accessibility-ready,blog,block-patterns,e-commerce,wide-blocks,grid-layout,one-column,two-columns,three-columns,four-columns,right-sidebar,left-sidebar,translation-ready,custom-colors,custom-logo,custom-menu,featured-images,full-width-template,footer-widgets,footer-widgets,threaded-comments
Version: 2.1.42.1779497792
Updated: 2026-05-23 00:56:32
*/


/* =========================================================
   GLOBAL TYPOGRAPHY
========================================================= */

body {
    color: #111111;
    font-weight: 500;
}


/* =========================================================
   GLOBAL POST / ENTRY CLEANUP
========================================================= */

.entry-header {
    display: none;
}

.single-projectposts .entry-header,
.single-projectposts .entry-meta,
.single-inspirationposts .entry-header,
.single-inspirationposts .entry-meta {
    display: none;
}


/* =========================================================
   GUTENBERG / QUERY LOOP SPACING
========================================================= */

/* Remove extra margin below each post */

.wp-block-post {
    margin-bottom: 0 !important;
}

/* Tighten space between title and excerpt */

.wp-block-post-title {
    margin-bottom: 5px !important;
    font-size: 22px;
    line-height: 1.3;
}

.wp-block-post-excerpt {
    margin-top: 5px !important;
    font-size: 15px;
    line-height: 1.5;
}

/* Reduce spacing inside columns */

.wp-block-columns {
    margin-bottom: 10px !important;
}

/* Latest posts spacing */

.wp-block-query {
    margin-top: 2rem;
}


/* =========================================================
   HOMEPAGE FEATURE BLOCKS
========================================================= */

.home-feature h2 {
    margin-top: 0.8rem;
    margin-bottom: 0.3rem;
}

.home-feature img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}


/* =========================================================
   TAG CLOUD
========================================================= */

.wp-block-tag-cloud {
    margin-top: 3rem;
    line-height: 2;
}

.wp-block-tag-cloud a {
    text-decoration: none;
    margin-right: 0.4rem;
}


/* =========================================================
   GLOBAL POST CONTENT
========================================================= */

.entry-content h1 {
    margin-top: 2rem;
}

/* Gutenberg heading blocks */

.wp-block-heading {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.25;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}


/* =========================================================
   INSPIRATION ARCHIVE
========================================================= */

.inspiration-intro {
    max-width: 1000px;
    margin: 0 auto 60px auto;
}

.inspiration-intro h1 {
    text-align: left;
    margin-bottom: 20px;
}

.inspiration-intro p {
    max-width: 1000px;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 2rem;
}

.inspiration-intro p:last-of-type {
    max-width: 850px;
    font-size: 1rem;
    opacity: 0.8;
    margin-top: -0.5rem;
}


/* =========================================================
   INSPIRATION GRID
========================================================= */

.inspiration-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 220px));
    justify-content: center;
    gap: 40px 30px;
    max-width: 1000px;
    margin: 60px auto;
}

.inspiration-item {
    text-align: center;
    transition: transform 0.2s ease;
}

.inspiration-item:hover {
    transform: translateY(-4px);
}

.inspiration-item a {
    text-decoration: none;
    color: inherit;
}

.inspiration-item img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    display: block;
}

.inspiration-item h2 {
    font-size: 0.9rem;
    margin-top: 12px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.02em;
}


/* =========================================================
   RESPONSIVE TYPOGRAPHY
========================================================= */

@media (min-width: 768px) {

    .wp-block-heading {
        font-size: 2.2rem;
        margin-top: 3rem;
        margin-bottom: 1.75rem;
    }

    .entry-content h1 {
        font-size: 2.2rem;
        margin-top: 3rem;
        margin-bottom: 1.75rem;
    }

}


/* =========================================================
   Individual Image styling named for post
========================================================= */

.schaube-image img {
    width: 75%;
    max-width: 900px;
    display: block;
    margin: 0 auto;
}


/* =========================================================
   Styling images of different heights in the same row
========================================================= */

.measurement-row figure {
    margin: 0;
}

.measurement-row img {
    height: 300px;
    width: 100%;
    object-fit: contain;
}


/* =========================================================
   Remove navigation menu for Period Pleat Survey Information only
========================================================= */

body.postid-4391 #header-menu-1 {
    display: none !important;
}


/* =========================================================
   Show Period Pleats note only on Period Pleats
========================================================= */

/* Hide the HTML note everywhere except Period Pleats */

body:not(.postid-4391) #header > div:nth-child(1) > div > div > div:nth-child(2) > div > div > div > div > div {
    display: none !important;
}


/* =========================================================
   Make Period Pleats note bold
========================================================= */

body.postid-4391 #header > div:nth-child(1) > div > div > div:nth-child(2) > div > div > div > div > div {
    font-weight: bold;
}