html {
    font-size: 16px;
}
body {
    font-family: "chivo", sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    color: #323232;
}

/* ------- actual content ------- */

:root {
    --margin-bottom-section: 5.5rem;
    --padding-section: 5.5rem 0;
    --bg-light-gray: #f2f2f2;
    --text-dark: #323232;
    --gradient-dark: linear-gradient(#341d42, #202020);
    --text-light: #eaeaea;
    --plum-purple: #660066;
    --border-radius: 1.25rem;
}

#video-brochure {

    #hero, #pricing, #intro, #info, #uses, #customize, #plum-video-box {
        margin-bottom: var(--margin-bottom-section);
    }

    #plum-video-box, #uses {
        padding: var(--padding-section);
    }

    #hero {
        background-color: #222222;
        text-align: center;
    }

    #pricing {
        background-color: var(--bg-light-gray);
        color: var(--text-dark);
        text-align: center;
        padding: 5.5rem 0 2rem;

        h1 {
            font-weight: 700;
            color: var(--plum-purple);
        }

        h3 {
            margin-bottom: 3rem;
        }

        p {
            font-size: 1rem;
            color: #787878;
            margin: 0;
        }
    }

    #plum-video-box {
        background: var(--gradient-dark);
        color: var(--text-light);

        img {
            border-radius: var(--border-radius);
        }
        
        h1 {
            color: #ffffff;
            line-height: 1.4;
        }

        .col-lg-5 {
            margin-top: 0;
        }

        .plum-story {
            /*padding: 0 2rem;*/

            .plum-story-body::before, .plum-story-body::after {
                font-size: 5rem;
                color: #ffffff;
                display: block;
                line-height: 1;

            }

            .plum-story-body::before {
                content: open-quote;
                float: left;
                margin-top: -1rem;
            }

            .plum-story-body::after {
                content: close-quote;
                float: right;
                margin-top: -2rem;
            }

            p {
                padding-left: 3rem;
            }

        }
    }

    .signature {
        font-weight: 700;
        margin-top: 1.5rem;
    }

    #info {
        h4 {
            font-weight: 700;
            text-transform: uppercase;
        }
    
        img {
            background-color: var(--bg-light-gray);
            border-radius: var(--border-radius);
            margin-bottom: 2rem;
        }
    }
    
    #uses {
        background-color: var(--bg-light-gray);
    
        ul {
            display: grid;
            gap: 1rem;
            grid-template-columns: repeat(auto-fill, minmax(32ch, 1fr));
            grid-auto-rows: auto;
            text-align: center;
    
            li {
                border-radius: var(--border-radius);
                padding: 1rem 1.5rem 2.25rem;
                background-color: var(--plum-purple);
                color: #ffffff;
                text-transform: uppercase;
                align-content: center;
                font-weight: 400;
    
                img {
                    display: block;
                    width: 150px;
                    height: 150px;
                    margin: 0 auto;
                }
            }
        }
    }
    
    #customize {
        h1 {
            margin-bottom: 5px;
        }
        video {
            width: 100%;
            border-radius: var(--border-radius);
        }

        .row {
            margin-bottom: 0;
        }

        .video-wrapper {
            margin-top: 0;
        }
    }
}

h1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}

h5 {
    font-weight: 700;
}


@media (max-width: 992px) {
    #hero, #intro, #pricing, #info, #uses, #customize, #plum-video-box {
        margin-bottom: 2rem !important;
    }

    #pricing, #plum-video-box {
        padding: 2rem !important;
    }

    #intro {
        .col {
            padding-left: 21px;
            padding-right: 21px;
        }
    }

    #info {
        img {
            margin-top: 2rem;
        }
    }

    #uses {
        ul {
            grid-template-columns: repeat(auto-fill, minmax(25ch, 2fr)) !important;
        }
    }
}

body.tax-product_cat .block-content, body.archive .block-content {
    padding-top: 0;
}

#wpfront-notification-bar {
    display: none;
}

.block-content .before-products-list {
    display: none !important;
}
