﻿tarot-reading spread-card.next h3 {
    color: #4eabd1;
}

tarot-reading spread-card.next .outline {
    background-color: #f4f9fa;
}



.shuffle {
    background-image: url('card-back-highlight.svg');
}

.button-warning {
    background: #ed9121;
    border-color: #e64e03;
}

spread-card.next .outline {
    background-image: url('question-highlight.svg');
}

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-reading[upc*=heartbreak] spread-card.next h3 {
    color: #f57584;
}

tarot-reading[upc*=heartbreak] spread-card.next .outline {
    background-color: #fef4f8;
}

tarot-reading[upc*=heartbreak] heartbreak-spread {
    margin: 10px auto;
}



 
@media only screen and (min-width:576px) {
    tarot-reading[upc*=heartbreak] heartbreak-spread spread-card {
        width: 33%;
    }

        tarot-reading[upc*=heartbreak] heartbreak-spread spread-card .outline {
            height: 288.53211px;
            width: 185px;
        }



    spread-partial spread-card .outline {
        height: 288.53211px;
        width: 185px;
    }

    spread-partial spread-card .outline, spread-partial spread-card img[src] {
        height: 288.53211px;
        width: 185px;
    }
}

@media only screen and (max-width:575px) {
    tarot-reading[upc*=heartbreak] heartbreak-spread spread-card {
        width: 33%;
    }

        tarot-reading[upc*=heartbreak] heartbreak-spread spread-card .outline {
            height: 174.6789px;
            width: 112px;
        }
    spread-partial spread-card .outline {
        height: 174.6789px;
        width: 112px;
    }

    spread-partial spread-card .outline, spread-partial spread-card img[src] {
        height: 174.6789px;
        width: 112px;
    }
}

@media only screen and (max-width:369px) {
    tarot-reading[upc*=heartbreak] heartbreak-spread spread-card {
        width: 33%;
    }

    spread-partial spread-card .outline {
        height: 148.16514px;
        width: 95px;
    }

    spread-partial spread-card .outline, spread-partial spread-card img[src] {
        height: 148.16514px;
        width: 95px;
    }

        tarot-reading[upc*=heartbreak] heartbreak-spread spread-card .outline {
            height: 148.16514px;
            width: 95px;
        }
}

@media only screen and (max-width:575px) {
    tarot-reading[upc*=heartbreak] heartbreak-spread {
        margin-top: 20px;
    }

        tarot-reading[upc*=heartbreak] heartbreak-spread spread-card h3.position-name {
            width: 78px;
        }
}

tarot-reading {
    display: block;
    margin-bottom: 50px;
    position: relative;
}

@media only screen and (min-width:768px) {
    tarot-reading {
        margin-bottom: 35px;
    }

        tarot-reading.full {
            margin-bottom: 75px;
            padding: 0 125px;
        }
}

@media only screen and (min-width:768px) and (min-device-width:768px) and (max-device-width:1024px) {
    tarot-reading.full {
        padding: 0 45px;
    }
}

tarot-reading header {
    border: none;
    margin: 0 auto 14px;
    width: 80%;
}

tarot-reading .icon-teeup {
    background-position: 50%;
    background-repeat: no-repeat;
    height: 45px;
    margin: 0 auto;
    max-width: 25%;
}

@media only screen and (min-width:768px) {
    tarot-reading .icon-teeup {
        height: 50px;
        margin-top: 5px;
    }
}

tarot-reading .card-next {
    color: #dbdbdb;
    font-family: Montserrat,sans-serif;
    font-size: 12.6px;
    font-weight: 400;
    margin: 3px auto;
    opacity: .9;
    text-transform: uppercase;
}

@media only screen and (max-width:575px) {
    tarot-reading .button-wrapper {
        margin-top: 20px;
    }
}

tarot-reading .button-warning {
    min-width: 230px;
    padding: 12px 20px;
}

    tarot-reading .button-warning:active, tarot-reading .button-warning:hover {
        color: #fff;
    }

    tarot-reading .button-warning:after {
        border-bottom: 7px solid transparent;
        border-left: 12px solid #fff;
        border-top: 7px solid transparent;
        content: "";
        float: right;
        height: 0;
        margin: 2px 0 0 20px;
        width: 0;
    }

tarot-question {
    display: block;
    margin-bottom: 15px;
}

    tarot-question input[name=question] {
        border-radius: 5px;
        font-family: Montserrat,sans-serif;
        font-size: 12.25px;
        font-weight: 200;
        margin: 0 auto;
        max-width: 600px;
        text-align: center;
        width: 80%;
    }

@media only screen and (max-width:575px) {
    tarot-question input[name=question] {
        width: calc(100% - 20px);
    }
}

tarot-question input[name=question]:focus {
    background: #fafafa;
    border-color: #a8989b;
    box-shadow: 0 0 5px #a8989b;
    outline: none;
}

tarot-reading-teeup {
    text-align: center;
}

    tarot-reading-teeup section:nth-of-type(2) {
        position: relative;
    }

tarot-reading-shuffle {
    display: none;
    font-family: Montserrat,sans-serif;
    overflow: hidden;
}

.full tarot-reading-shuffle {
    display: block;
    margin-bottom: 15px;
}

@media only screen and (min-width:768px) {
    .full tarot-reading-shuffle {
        left: -85px;
        margin-bottom: 0;
        position: absolute;
        top: 38px;
    }
}

@media only screen and (min-width:768px) and (min-device-width:768px) and (max-device-width:1024px) {
    .full tarot-reading-shuffle {
        left: 0;
        top: 20px;
    }
}

tarot-reading-shuffle button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #6c3082;
    border: none;
    border-radius: 50%;
    color: #fff;
    font-family: Montserrat,sans-serif;
    font-size: 14px;
    font-weight: 200;
    height: 75px;
    line-height: 1.2;
    padding: 0;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 75px;
}

@media only screen and (min-width:768px) {
    tarot-reading-shuffle button {
        transition: opacity .2s ease;
    }

        tarot-reading-shuffle button:hover {
            opacity: .8;
        }
}

tarot-reading-shuffle button:active, tarot-reading-shuffle button:focus {
    outline: none;
}

tarot-reading-deck {
    display: block;
    height: 75px;
    margin: 0 -10px;
}

@media only screen and (orientation:landscape) {
    tarot-reading-deck {
        height: 112px;
    }
}

@media only screen and (max-width:575px) {
    tarot-reading-deck {
        margin: 0;
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    tarot-reading-deck {
        margin: 0 70px;
    }
}

tarot-reading-deck + select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-color: #fafafa;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==");
    background-position: 97%;
    background-repeat: no-repeat;
    border: 1px solid silver;
    border-radius: 0;
    color: rgba(0,0,0,.75);
    font-family: Montserrat,sans-serif;
    font-size: 11.2px;
    font-weight: 200;
    height: 2.3125rem;
    line-height: normal;
    margin: 5px 0;
    padding: .5rem;
    text-transform: uppercase;
    width: 250px;
}

tarot-reading-deck-card {
    background-position: 50% 0;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 100%;
    margin-left: -7.5%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all 75ms;
    width: 8.65%;
}

    tarot-reading-deck-card:first-child {
        margin-left: 0;
    }

    tarot-reading-deck-card:hover {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }

tarot-spread {
    position: relative;
}

    tarot-spread, 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 {
    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;
}




@media only screen and (max-width:369px) {
    tarot-reading spread-partial {
        width: 100%;
    }

    tarot-reading[upc*=odkritje] odkritje-spread spread-card img[src] {
        height: 173.11927px;
        width: 111px;
    }
}

