/*
Theme Name:   Simply Static
Theme URI:    https://olliewp.com
Description:  A child theme for Ollie.
Author:       OllieWP
Author URI:   http://example.com
Template:     ollie
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         Tags: blog, portfolio, entertainment
Text Domain:  ollie
*/

html {
    scroll-behavior: smooth;
}

.gradient-fade {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.position-relative {
    position: relative;
}

.overflow-hidden {
    overflow: hidden;
}

@media only screen and (min-width: 782px) {
    .static-screenshot img {
        max-width: 150% !important;
    }

    .wp-block-cover.static-screenshot {
        min-width: 150% !important;
    }

}

.wp-block-greenshift-blocks-searchbox {
    margin-top: 0 !important;
}

div#ez-toc-container {
    background: var(--wp--preset--color--tertiary) !important;
    padding: 15px;
}

p.ez-toc-title {
    font-weight: bold;
    font-size: 1.5rem;
}

.single-post main figure.wp-block-image {
    background: #f6f6fc;
    display: block;
    padding: 25px 10px;
    width: 100%;
}

.glossary-term-list {
    justify-content: stretch;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.glossary-block {
    background: var(--wp--preset--color--tertiary) !important;
    padding: 10px;
    margin: 10px;
    display: inline-flex;
    min-width: 260px;
    box-sizing: border-box;
}

.glossary-block ul {
    list-style: none;
    padding: 0;
}

.glossary-letter {
    font-size: 25px !important;
    margin-right: 15px;
}

.freemius-price-currency,
.freemius-price-raw-value {
    font-style: normal;
    font-weight: 700;
    font-size: var(--wp--preset--font-size--x-large) !important;
}

select.freemius-pricing-plan-select {
    color: var(--wp--preset--color--primary) !important;
    padding: 15px;
    font-size: var(--wp--preset--font-size--base);
    border: none !important;
}

.freemius-buy-button {
    background: white;
    color: var(--wp--preset--color--primary);
    border-radius: 5px;
    padding: 15px 0px;
}

.free-button-space {
    margin: 20px;
}

.priority-support {
    margin: 95px 0 0 0;
}