/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.5.1.1787867213
Updated: 2026-08-27 21:46:53

*/

/* =========================================================
   FISH GENIUS - SINGLE BLOG POST
   ========================================================= */

.fg-single-post {
    background: #ffffff;
    color: #071f30;
    overflow: hidden;
}

.fg-post-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.fg-content-container {
    width: min(820px, calc(100% - 40px));
    margin: 0 auto;
}


/* Hero
---------------------------------------------------------- */

.fg-post-hero {
    position: relative;
    padding: 110px 0 70px;
    background:
        linear-gradient(
            135deg,
            #ffffff 0%,
            #ffffff 55%,
            #f2f8fa 100%
        );
}

.fg-post-header {
    max-width: 950px;
    text-align: center;
}

.fg-post-label {
    margin-bottom: 18px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #00aee8;
}

.fg-post-title {
    max-width: 900px;
    margin: 0 auto;
    font-size: clamp(42px, 5vw, 70px);
    line-height: 1.04;
    font-weight: 700;
    letter-spacing: -2.5px;
    color: #081f2f;
}

.fg-post-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 26px;
    color: #667681;
    font-size: 14px;
}

.fg-meta-dot {
    color: #a220c4;
}


/* Featured Image
---------------------------------------------------------- */

.fg-featured-image-section {
    padding: 0 0 70px;
    background: #ffffff;
}

.fg-featured-image {
    max-width: 1050px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 18px;
}

.fg-single-featured {
    display: block;
    width: 100%;
    height: auto;
    max-height: 650px;
    object-fit: cover;
}


/* Content
---------------------------------------------------------- */

.fg-post-content-section {
    padding: 10px 0 90px;
}

.fg-article-content {
    color: #33434c;
    font-size: 18px;
    line-height: 1.8;
}

.fg-article-content > *:first-child {
    margin-top: 0;
}

.fg-article-content p {
    margin: 0 0 26px;
}

.fg-article-content h2,
.fg-article-content h3,
.fg-article-content h4 {
    color: #071f30;
    font-weight: 700;
    letter-spacing: -0.6px;
}

.fg-article-content h2 {
    margin: 55px 0 20px;
    font-size: 36px;
    line-height: 1.15;
}

.fg-article-content h3 {
    margin: 42px 0 16px;
    font-size: 27px;
    line-height: 1.25;
}

.fg-article-content h4 {
    margin: 35px 0 14px;
    font-size: 21px;
}

.fg-article-content a {
    color: #009fdb;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.fg-article-content a:hover {
    color: #a21bc5;
}

.fg-article-content strong {
    color: #071f30;
}

.fg-article-content ul,
.fg-article-content ol {
    margin: 20px 0 30px;
    padding-left: 25px;
}

.fg-article-content li {
    margin-bottom: 10px;
    padding-left: 5px;
}

.fg-article-content blockquote {
    position: relative;
    margin: 45px 0;
    padding: 32px 35px;
    border-left: 4px solid #a21bc5;
    border-radius: 0 12px 12px 0;
    background: #f1f7f9;
    color: #071f30;
    font-size: 21px;
    line-height: 1.6;
    font-weight: 500;
}

.fg-article-content figure {
    margin: 40px 0;
}

.fg-article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
}

.fg-article-content figcaption {
    margin-top: 10px;
    color: #73818a;
    font-size: 13px;
    text-align: center;
}

.fg-article-content hr {
    margin: 50px 0;
    border: 0;
    border-top: 1px solid #dfe8ec;
}


/* Navigation
---------------------------------------------------------- */

.fg-post-navigation-section {
    padding: 70px 0;
    background: #f1f7f9;
}

.fg-post-navigation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.fg-nav-item {
    padding: 30px;
    border-radius: 14px;
    background: #ffffff;
}

.fg-nav-next {
    text-align: right;
}

.fg-nav-label {
    display: block;
    margin-bottom: 8px;
    color: #00aee8;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.fg-nav-item a {
    color: #071f30;
    font-size: 19px;
    line-height: 1.4;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s ease;
}

.fg-nav-item a:hover {
    color: #a21bc5;
}


/* CTA
---------------------------------------------------------- */

.fg-post-cta {
    padding: 90px 20px;
    background: #061f31;
    text-align: center;
}

.fg-cta-inner {
    width: min(720px, 100%);
    margin: 0 auto;
}

.fg-cta-eyebrow {
    display: block;
    margin-bottom: 16px;
    color: #00b7ec;
    font-size: 11px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 2px;
}

.fg-post-cta h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(38px, 5vw, 58px);
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -2px;
}

.fg-post-cta h2 span {
    color: #00b7ec;
}

.fg-post-cta p {
    max-width: 600px;
    margin: 22px auto 30px;
    color: #cbd8df;
    font-size: 16px;
    line-height: 1.7;
}

.fg-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 13px 22px;
    border-radius: 50px;
    background: #00b6e9;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    transition:
        transform 0.2s ease,
        background 0.2s ease;
}

.fg-cta-button:hover {
    background: #9d1cc4;
    transform: translateY(-2px);
}


/* WordPress embeds
---------------------------------------------------------- */

.fg-article-content iframe {
    width: 100%;
    max-width: 100%;
}

.fg-article-content .wp-block-embed {
    margin: 40px 0;
}

.fg-article-content .wp-block-image {
    margin-top: 40px;
    margin-bottom: 40px;
}


/* Responsive
---------------------------------------------------------- */

@media (max-width: 767px) {

    .fg-post-container,
    .fg-content-container {
        width: calc(100% - 32px);
    }

    .fg-post-hero {
        padding: 70px 0 45px;
    }

    .fg-post-title {
        font-size: 40px;
        line-height: 1.08;
        letter-spacing: -1.5px;
    }

    .fg-featured-image-section {
        padding-bottom: 45px;
    }

    .fg-featured-image {
        border-radius: 12px;
    }

    .fg-post-content-section {
        padding-bottom: 60px;
    }

    .fg-article-content {
        font-size: 17px;
        line-height: 1.75;
    }

    .fg-article-content h2 {
        margin-top: 42px;
        font-size: 30px;
    }

    .fg-article-content h3 {
        font-size: 24px;
    }

    .fg-article-content blockquote {
        padding: 25px 22px;
        font-size: 18px;
    }

    .fg-post-navigation {
        grid-template-columns: 1fr;
    }

    .fg-nav-next {
        text-align: left;
    }

    .fg-post-cta {
        padding: 70px 20px;
    }
}

/* =========================================================
   Social Share
   ========================================================= */

.fg-social-share {
    padding: 0 0 70px;
    background: #ffffff;
}

.fg-share-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    padding-top: 30px;
    border-top: 1px solid #e1e9ed;
}

.fg-share-title {
    margin-right: 4px;
    color: #071f30;
    font-size: 14px;
    font-weight: 700;
}

.fg-share-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.fg-share-btn {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #dce7eb;
    border-radius: 50%;
    background: #ffffff;
    color: #071f30;
    cursor: pointer;
    text-decoration: none;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.fg-share-btn svg {
    display: block;
    width: 17px;
    height: 17px;
    fill: currentColor;
}

.fg-share-btn:hover {
    background: #00b6e9;
    border-color: #00b6e9;
    color: #ffffff;
    transform: translateY(-2px);
}

.fg-share-btn:focus-visible {
    outline: 3px solid rgba(0, 182, 233, 0.25);
    outline-offset: 3px;
}

.fg-copy-message {
    display: none;
    color: #00aee8;
    font-size: 13px;
    font-weight: 600;
}

.fg-copy-message.is-visible {
    display: inline-block;
}

@media (max-width: 767px) {

    .fg-social-share {
        padding-bottom: 50px;
    }

    .fg-share-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 13px;
    }

    .fg-share-btn {
        width: 40px;
        height: 40px;
    }
}

