﻿tarot-reading spread-card.next h3 {
    color: #4eabd1;
}

tarot-reading spread-card.next .outline {
    background-color: #d9e4f5;
}



.shuffle {
    background-image: url('card-back-highlight.svg');
}

.button-warning {
    background: #ed9121;
    border-color: #e64e03;
}


tarot-reading .icon-teeup {
    background-image: url('icon.svg');
}

tarot-reading-deck-card {
    background-image: url('card-back.svg');
}

    tarot-reading-deck-card:hover {
        background-image: url('card-back-highlight.svg');
    }

tarot-spread .outline {
    background-image: url('question-grey.svg');
}

tarot-spread spread-card.next .outline {
    background-image: url('question-highlight.svg');
}

tarot-spread .outline {
    background-image: url('question-grey.svg');
}

tarot-spread spread-card.next .outline {
    background-image: url('question-highlight.svg');
}

tarot-question input[name=question] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #bfc1c2;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-sizing: border-box;
    color: rgba(0,0,0,.75);
    display: block;
    font-family: inherit;
    height: 32.375px;
    line-height: normal;
    margin: 0 0 14px;
    padding: 7px;
    transition: box-shadow .45s,border-color .45s ease-in-out;
    width: 100%;
}


tarot-spread > :first-child {
    display: block;
}

spread-partial {
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 14px;
    margin: 0 auto;
}

    spread-partial spread-card {
        font-family: Montserrat,sans-serif;
    }

        spread-partial spread-card h3.position-name, spread-partial spread-card p.card-name {
            display: -webkit-flex;
            display: flex;
            font-size: 11.2px;
            font-weight: 200;
            height: 28px;
            -webkit-justify-content: center;
            justify-content: center;
            line-height: 1.4;
            margin: 0 auto;
            opacity: .9;
            text-align: center;
            text-transform: uppercase;
        }

@media only screen and (max-width:575px) {
    spread-partial spread-card h3.position-name, spread-partial spread-card p.card-name {
        font-size: 9.8px;
        height: 19.6px;
    }
}

@media only screen and (max-width:369px) {
    spread-partial spread-card h3.position-name, spread-partial spread-card p.card-name {
        font-size: 8.4px;
        height: 16.8px;
    }
}

spread-partial spread-card h3.position-name {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

spread-partial spread-card p.card-name {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

spread-partial spread-card .outline, spread-partial spread-card img[src] {
    display: block;
    margin: 3px auto;
}

spread-partial spread-card .outline {
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 60%;
    border: 1px dotted #dbdbdb;
    border-radius: 10px;
}

spread-partial spread-card.next .outline {
    -webkit-animation: blink 2s infinite;
    animation: blink 2s infinite;
}

spread-partial spread-card .outline, spread-partial spread-card img[src] {
    height: 173.11927px;
    width: 111px;
}

@media only screen and (max-width: 576px) and (orientation: portrait) {
    spread-partial spread-card .outline, spread-partial spread-card img[src] {
        height: 109.17431193px;
        width: 70px;
    }
}

@media only screen and (max-width: 370px) {
    spread-partial spread-card .outline, spread-partial spread-card img[src] {
        height: 93.57798165px;
        width: 60px;
    }
}





@media only screen and (min-width: 600px) {
    tarot-spread {
        max-width: 750px;
    }
}

tarot-reading[upc*=horoscope-tarot] spread-card.next h3 {
    color: #4eabd1;
}

tarot-reading[upc*=horoscope-tarot] spread-card.next .outline {
    background-color: #d9e4f5;
}

tarot-reading[upc*=horoscope-tarot] tarot-spread {
    background-image: url(https://gfx.tarot.com/images/site/tarot/horoscope-tarot-redux/wheel.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 370px;
}

@media only screen and (max-width:599px) {
    tarot-reading[upc*=horoscope-tarot] tarot-spread {
        background-size: 180px;
    }
}

@media only screen and (max-width:369px) {
    tarot-reading[upc*=horoscope-tarot] tarot-spread {
        background-size: 155px;
    }
}

tarot-reading[upc*=horoscope-tarot] horoscope-tarot-spread {
    background-image: url(https://gfx.tarot.com/images/site/tarot/horoscope-tarot-redux/circle.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 180px;
}

@media only screen and (max-width:599px) {
    tarot-reading[upc*=horoscope-tarot] horoscope-tarot-spread {
        background-size: 100px;
    }
}

tarot-reading[upc*=horoscope-tarot] img.position-img {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: calc(50% - 75px);
    width: 150px;
}

@media only screen and (max-width:599px) {
    tarot-reading[upc*=horoscope-tarot] img.position-img {
        top: calc(50% - 40px);
        width: 80px;
    }
}

tarot-reading[upc*=horoscope-tarot] spread-partial {
    height: 370px;
    margin: 200px auto;
    width: 370px;
}

@media only screen and (max-width:599px) {
    tarot-reading[upc*=horoscope-tarot] spread-partial {
        height: 180px;
        margin: 100px auto;
        width: 180px;
    }
}

@media only screen and (max-width:369px) {
    tarot-reading[upc*=horoscope-tarot] spread-partial {
        height: 155px;
        margin: 70px auto;
        width: 155px;
    }
}

@media only screen and (min-width:600px) {
    tarot-reading[upc*=horoscope-tarot] spread-card .outline, tarot-reading[upc*=horoscope-tarot] spread-card img[src] {
        height: 155.96330275px;
        width: 100px;
    }

    tarot-reading[upc*=horoscope-tarot] spread-card:first-of-type {
        -webkit-transform: rotate(255deg) translateY(-180px);
        transform: rotate(255deg) translateY(-180px);
    }

    tarot-reading[upc*=horoscope-tarot] spread-card:nth-of-type(2) {
        -webkit-transform: rotate(225deg) translateY(-180px);
        transform: rotate(225deg) translateY(-180px);
    }

    tarot-reading[upc*=horoscope-tarot] spread-card:nth-of-type(3) {
        -webkit-transform: rotate(195deg) translateY(-180px);
        transform: rotate(195deg) translateY(-180px);
    }

    tarot-reading[upc*=horoscope-tarot] spread-card:nth-of-type(4) {
        -webkit-transform: rotate(165deg) translateY(-180px);
        transform: rotate(165deg) translateY(-180px);
    }

    tarot-reading[upc*=horoscope-tarot] spread-card:nth-of-type(5) {
        -webkit-transform: rotate(135deg) translateY(-180px);
        transform: rotate(135deg) translateY(-180px);
    }

    tarot-reading[upc*=horoscope-tarot] spread-card:nth-of-type(6) {
        -webkit-transform: rotate(105deg) translateY(-180px);
        transform: rotate(105deg) translateY(-180px);
    }

    tarot-reading[upc*=horoscope-tarot] spread-card:nth-of-type(7) {
        -webkit-transform: rotate(75deg) translateY(-180px);
        transform: rotate(75deg) translateY(-180px);
    }

    tarot-reading[upc*=horoscope-tarot] spread-card:nth-of-type(8) {
        -webkit-transform: rotate(45deg) translateY(-180px);
        transform: rotate(45deg) translateY(-180px);
    }

    tarot-reading[upc*=horoscope-tarot] spread-card:nth-of-type(9) {
        -webkit-transform: rotate(15deg) translateY(-180px);
        transform: rotate(15deg) translateY(-180px);
    }

    tarot-reading[upc*=horoscope-tarot] spread-card:nth-of-type(10) {
        -webkit-transform: rotate(-15deg) translateY(-180px);
        transform: rotate(-15deg) translateY(-180px);
    }

    tarot-reading[upc*=horoscope-tarot] spread-card:nth-of-type(11) {
        -webkit-transform: rotate(-45deg) translateY(-180px);
        transform: rotate(-45deg) translateY(-180px);
    }

    tarot-reading[upc*=horoscope-tarot] spread-card:nth-of-type(12) {
        -webkit-transform: rotate(-75deg) translateY(-180px);
        transform: rotate(-75deg) translateY(-180px);
    }
}

@media only screen and (max-width:599px) {
    tarot-reading[upc*=horoscope-tarot] spread-card .outline, tarot-reading[upc*=horoscope-tarot] spread-card img[src] {
        height: 77.98165137px;
        width: 50px;
    }

    tarot-reading[upc*=horoscope-tarot] spread-card:first-of-type {
        -webkit-transform: rotate(255deg) translateY(-90px);
        transform: rotate(255deg) translateY(-90px);
    }

    tarot-reading[upc*=horoscope-tarot] spread-card:nth-of-type(2) {
        -webkit-transform: rotate(225deg) translateY(-90px);
        transform: rotate(225deg) translateY(-90px);
    }

    tarot-reading[upc*=horoscope-tarot] spread-card:nth-of-type(3) {
        -webkit-transform: rotate(195deg) translateY(-90px);
        transform: rotate(195deg) translateY(-90px);
    }

    tarot-reading[upc*=horoscope-tarot] spread-card:nth-of-type(4) {
        -webkit-transform: rotate(165deg) translateY(-90px);
        transform: rotate(165deg) translateY(-90px);
    }

    tarot-reading[upc*=horoscope-tarot] spread-card:nth-of-type(5) {
        -webkit-transform: rotate(135deg) translateY(-90px);
        transform: rotate(135deg) translateY(-90px);
    }

    tarot-reading[upc*=horoscope-tarot] spread-card:nth-of-type(6) {
        -webkit-transform: rotate(105deg) translateY(-90px);
        transform: rotate(105deg) translateY(-90px);
    }

    tarot-reading[upc*=horoscope-tarot] spread-card:nth-of-type(7) {
        -webkit-transform: rotate(75deg) translateY(-90px);
        transform: rotate(75deg) translateY(-90px);
    }

    tarot-reading[upc*=horoscope-tarot] spread-card:nth-of-type(8) {
        -webkit-transform: rotate(45deg) translateY(-90px);
        transform: rotate(45deg) translateY(-90px);
    }

    tarot-reading[upc*=horoscope-tarot] spread-card:nth-of-type(9) {
        -webkit-transform: rotate(15deg) translateY(-90px);
        transform: rotate(15deg) translateY(-90px);
    }

    tarot-reading[upc*=horoscope-tarot] spread-card:nth-of-type(10) {
        -webkit-transform: rotate(-15deg) translateY(-90px);
        transform: rotate(-15deg) translateY(-90px);
    }

    tarot-reading[upc*=horoscope-tarot] spread-card:nth-of-type(11) {
        -webkit-transform: rotate(-45deg) translateY(-90px);
        transform: rotate(-45deg) translateY(-90px);
    }

    tarot-reading[upc*=horoscope-tarot] spread-card:nth-of-type(12) {
        -webkit-transform: rotate(-75deg) translateY(-90px);
        transform: rotate(-75deg) translateY(-90px);
    }
}

@media only screen and (max-width:369px) {
    tarot-reading[upc*=horoscope-tarot] spread-card .outline, tarot-reading[upc*=horoscope-tarot] spread-card img[src] {
        height: 54.58715596px;
        width: 35px;
    }

    tarot-reading[upc*=horoscope-tarot] spread-card:first-of-type {
        -webkit-transform: rotate(255deg) translateY(-65px);
        transform: rotate(255deg) translateY(-65px);
    }

    tarot-reading[upc*=horoscope-tarot] spread-card:nth-of-type(2) {
        -webkit-transform: rotate(225deg) translateY(-65px);
        transform: rotate(225deg) translateY(-65px);
    }

    tarot-reading[upc*=horoscope-tarot] spread-card:nth-of-type(3) {
        -webkit-transform: rotate(195deg) translateY(-65px);
        transform: rotate(195deg) translateY(-65px);
    }

    tarot-reading[upc*=horoscope-tarot] spread-card:nth-of-type(4) {
        -webkit-transform: rotate(165deg) translateY(-65px);
        transform: rotate(165deg) translateY(-65px);
    }

    tarot-reading[upc*=horoscope-tarot] spread-card:nth-of-type(5) {
        -webkit-transform: rotate(135deg) translateY(-65px);
        transform: rotate(135deg) translateY(-65px);
    }

    tarot-reading[upc*=horoscope-tarot] spread-card:nth-of-type(6) {
        -webkit-transform: rotate(105deg) translateY(-65px);
        transform: rotate(105deg) translateY(-65px);
    }

    tarot-reading[upc*=horoscope-tarot] spread-card:nth-of-type(7) {
        -webkit-transform: rotate(75deg) translateY(-65px);
        transform: rotate(75deg) translateY(-65px);
    }

    tarot-reading[upc*=horoscope-tarot] spread-card:nth-of-type(8) {
        -webkit-transform: rotate(45deg) translateY(-65px);
        transform: rotate(45deg) translateY(-65px);
    }

    tarot-reading[upc*=horoscope-tarot] spread-card:nth-of-type(9) {
        -webkit-transform: rotate(15deg) translateY(-65px);
        transform: rotate(15deg) translateY(-65px);
    }

    tarot-reading[upc*=horoscope-tarot] spread-card:nth-of-type(10) {
        -webkit-transform: rotate(-15deg) translateY(-65px);
        transform: rotate(-15deg) translateY(-65px);
    }

    tarot-reading[upc*=horoscope-tarot] spread-card:nth-of-type(11) {
        -webkit-transform: rotate(-45deg) translateY(-65px);
        transform: rotate(-45deg) translateY(-65px);
    }

    tarot-reading[upc*=horoscope-tarot] spread-card:nth-of-type(12) {
        -webkit-transform: rotate(-75deg) translateY(-65px);
        transform: rotate(-75deg) translateY(-65px);
    }
}

tarot-reading[upc*=horoscope-tarot] spread-card {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}

    tarot-reading[upc*=horoscope-tarot] spread-card h3, tarot-reading[upc*=horoscope-tarot] spread-card p {
        display: none;
    }

tarot-spread {
    display: block;
    margin: auto;
    position: relative;
}

@media only screen and (min-width:600px) {
    tarot-spread {
        max-width: 750px;
    }
}

tarot-spread > :first-child {
    display: block;
}

spread-partial {
    align-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    line-height: 14px;
    margin: 0 auto;
}

    spread-partial spread-card {
        font-family: Montserrat,sans-serif;
    }

        spread-partial spread-card h3, spread-partial spread-card p {
            display: -webkit-box;
            display: flex;
            font-size: 11.2px;
            font-weight: 200;
            height: 28px;
            -webkit-box-pack: center;
            justify-content: center;
            line-height: 1.4;
            margin: 0 auto;
            opacity: .9;
            text-align: center;
            text-transform: uppercase;
        }

@media only screen and (max-width:599px) {
    spread-partial spread-card h3, spread-partial spread-card p {
        font-size: 9.8px;
        height: 19.6px;
    }
}

@media only screen and (max-width:369px) {
    spread-partial spread-card h3, spread-partial spread-card p {
        font-size: 8.4px;
        height: 16.8px;
    }
}

spread-partial spread-card h3 {
    -webkit-box-align: end;
    align-items: flex-end;
}

spread-partial spread-card p {
    -webkit-box-align: start;
    align-items: flex-start;
}

spread-partial spread-card .outline, spread-partial spread-card img[src] {
    display: block;
    margin: 3px auto;
}

spread-partial spread-card .outline {
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 60%;
    border: 1px dotted #dbdbdb;
    border-radius: 10px;
}

spread-partial spread-card.next .outline {
    -webkit-animation: blink 2s infinite;
    animation: blink 2s infinite;
}

spread-partial spread-card .outline, spread-partial spread-card img[src] {
    height: 173.11926605px;
    width: 111px;
}

