﻿/*
* ----------------------------------------------------------------------------------------
* BANNERS
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
    .desktop--hero-banner {
        background-repeat: no-repeat;
        background-size: contain;
        height: 0;
        margin-top: 0;
        padding-top: 44%;
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .desktop--hero-banner {
        background-size: contain;
        background-repeat: no-repeat;
        height: 0;
        margin-top: 5px;
        padding-top: 36%;
        width: 100%;
    }
}

@media only screen and (min-width: 992px) {}

@media only screen and (min-width: 1200px) {}
/*
* ----------------------------------------------------------------------------------------
* CONTENT
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
    .generator-img,
    .cart-img {
        padding: 40px 0 20px 0;
    }

    .generator-spec-titles {
        color: #007078;
        display: block;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .voyant-tb {
        font-size: 12px;
    }

    table {
        width: 100%;
    }

    td {
        padding: 8px;
    }

    .voyant-tb {
        background: #FAFAFA;
    }

    .voyant-tb tr {
        border-bottom: 1px solid #DDDDDD;
    }

    .voyant-tb tr > td:first-child {
        font-weight: bold

    }

    .voyant-tb tr:last-child {
        border-bottom: none;

    }

    .generator-feature {
        color: #007078;
        font-weight: 500 !important;
    }

    .desktop--products-hover img {
        margin: 0 1px;
    }

    .desktop--products-hover {
        display: none;
    }

    .generator--flex {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    /*sub {
        bottom: 0 !important;
    }*/

    .generator-spec-subtitles {
        color: #007078;
    }

    .generator-spec-subtitles--row {
        border-bottom: none !important;
    }

    .footnotes {
        font-size: 10px !important;
    }
}

@media only screen and (min-width: 768px) {
    .generator-img,
    .cart-img {
        padding: 0;
        position: relative;
    }

    .generator-img {
        top: 180px;
    }

    .cart-img {
        top: 135px;
    }

    .fp-e {
        margin-top: 30px;
    }

    .generator--flex {
        display: flex;
        justify-content: space-between;
    }

    .generator-feature {
        width: 35%;
    }

    .generator-description {
        width: 60%;
    }

    .voyant-tb {
        width: 105%;
    }
}

@media only screen and (min-width: 992px) {
    .generator-img {
        top: 135px;
    }

    .cart-img {
        top: 50px;
    }

    .voyant-tb {
        font-size: 15px;
    }

    .generator-spec-titles {
        font-size: 20px;
    }

    .fp-e {
        margin-top: 48px;
    }

    .generator-feature {
        font-size: 18px !important;
    }

    .desktop--products-hover img {
        margin: 0 10px;
    }

    .desktop--products-hover {
        display: block;
    }

    .footnotes {
        font-size: 12px !important;
    }
}

@media only screen and (min-width: 1199px) {
    .generator-img {
        top: 110px;
    }

    .cart-img {
        top: 50px;
    }

    .generator-feature {
        font-size: 20px !important;
    }

    .generator--flex {
        height: 70px;
    }
}
