/*!
Theme Name: Ohio-Child
Theme URI: http://ohio.colabr.io/
Author: Colabrio
Author URI: http://colabr.io/
Description: Ohio is a WordPress theme bundled with premium plugins to build a modern and functional website.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ohio
Text Domain: ohio-child
Tags: ajax, customizer, ecommerce, portfolio, minimal, page builder, responsive, multipurpose, shop, store, woocommerce, wpml

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/* PAGE SUB */
.heritage-wrapper {
    padding-bottom: 40px;
}

.heritage-banner {
    background: linear-gradient(135deg, #015a5e, #019a9f);
    padding: 3rem 1rem;
    text-align: center;
    color: #ffffff;
    margin-bottom: 3rem;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    box-shadow: 0 10px 26px rgba(1, 90, 94, 0.28);
}

.heritage-banner h1 {
    font-size: 2.3rem;
    font-weight: 800;
    margin-bottom: .5rem;
    color: #fff !important;
}

.heritage-banner p {
    opacity: .95;
    font-size: 1rem;
}

.heritage-section {
    width: min(1200px, 92%);
    margin: auto;
}

.heritage-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.8rem;
}

.heritage-box {
    background: #ffffff;
    padding: 2rem 1.5rem;
    border-radius: 18px;
    text-align: center;
    transition: .3s;
    text-decoration: none !important;
    border: 1px solid #d4e2e2;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
    display: block;
}

.heritage-box:hover {
    transform: translateY(-7px);
    box-shadow: 0 16px 40px rgba(1, 90, 94, 0.2);
}

.heritage-box img {
    width: 70px;
    margin-bottom: 1rem;
}

.heritage-box h3 {
    margin-bottom: .5rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #015a5e;
}

.heritage-box p {
    color: #555;
    font-size: .9rem;
    margin-top: 6px;
}

@media (max-width: 600px) {
    .heritage-banner {
        padding: 2rem 1rem;
        border-bottom-left-radius: 26px;
        border-bottom-right-radius: 26px;
    }

    .heritage-banner h1 {
        font-size: 1.6rem;
    }

    .heritage-banner p {
        font-size: .85rem;
    }

    .heritage-grid {
        grid-template-columns: 1fr;
        gap: 1.3rem;
    }

    .heritage-box {
        padding: 1.6rem 1.2rem;
        border-radius: 14px;
    }

    .heritage-box img {
        width: 55px;
    }

    .heritage-box h3 {
        font-size: 1.1rem;
    }

    .heritage-box p {
        font-size: .85rem;
    }
}

/* END PAGE SUB */
