﻿/* latin-ext */
@font-face {
    font-family: 'Marcellus';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('font/Marcellus-l.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Marcellus';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('font/Marcellus-n.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.tp_carousel_content p {
    font-family: 'Oxygen', sans-serif;
    font-size: 16px;
    line-height: initial;
    margin: 0 !important;
    padding: 0 !important;
    color: black;
}

.slick-prev, .slick-next {
    top: 72px;
}

.tp_carousel_content {
    background-color: none !important;
}

.gradienttitle {
    padding: 10px;
    background-image: linear-gradient(to right, rgba(255,255,255,0) 0, #f0586e 20%, #f0586e 80%, rgba(255,255,255,0));
    color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    text-align: center;
    height: 50px;
    line-height: 18px;
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.slick-prev:before, .slick-next:before {
    font-size: 50px;
    opacity: .55;
    color: #f0586e;
    font-weight: 200;
}

.slick-dots li.slick-active button:before {
    color: #f0586e;
}

.slick-prev {
    top: 90px;
    left: -20px
}

.slick-next {
    top: 90px;
    right: 0px;
}

@media (max-width: 768px) {
    .gradienttitle {
        background: #f0586e;
    }

    .slick-prev {
        left: -10px;
        top: 80px;
    }

    .slick-next {
        right: -10px;
        top: 80px;
    }

        .slick-prev:before, .slick-next:before {
            font-size: 33px;
        }
}

.img-circle img:hover {
    border: 3px solid #f0586e;
    cursor: pointer;
}

.selected {
    border: 3px solid #f0586e;
}

.img-circle default {
    border: 1px solid #555;
}

.circle-shadow {
    border: 1px solid #555;
}

.header_cards {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: #f0586e;
}


textarea {
    -webkit-appearance: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    overflow: auto;
    resize: vertical;
}

.tlmq-input {
    width: 100%;
}

    .tlmq-input .field-wrapper {
        position: relative;
    }

        .tlmq-input .field-wrapper textarea {
            width: 100%;
            height: auto;
            padding: 10px 20px;
            border: 1px solid #b7b7b7;
            border-radius: 4px;
            outline: none;
            transition: 1s ease box-shadow;
            font-family: Helvetica, sans-serif;
            font-size: 16px;
            box-sizing: border-box;
        }

        .tlmq-input .field-wrapper textarea {
            min-height: 100px;
        }

    .tlmq-input .validation-message {
        font-size: 13px;
    }

.free-question-component-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}

    .free-question-component-wrapper .input-wrapper {
        width: 100%;
    }




@-webkit-keyframes blink {
    to {
        opacity: 1;
    }

    25% {
        opacity: .3;
    }
}

@keyframes blink {
    to {
        opacity: 1;
    }

    25% {
        opacity: .3;
    }
}

.blink {
    -webkit-animation: blink 2s infinite;
    animation: blink 2s infinite;
}



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 {
    display: block;
    height: 210px;
    margin: 0 -10px;
}

tarot-reading-deck-card:hover {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
}

tarot-reading-deck-card:first-child {
    margin-left: 0;
}

*, :after, :before {
    box-sizing: border-box;
}

tarot-reading-deck {
    display: block;
    height: 210px;
    margin: 0 -10px;
}

@media only screen and (orientation:landscape) {
    tarot-reading-deck {
        height: 210px;
    }
}

@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 -110px;
    }
}

tarot-reading-deck-card {
    background-position: 50% 0;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all 75ms;
    margin-left: -31%;
    width: 34%;
}

    tarot-reading-deck-card:first-child {
        margin-left: 0;
    }

    tarot-reading-deck-card:hover {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }

@media only screen and (max-width:575px) {
    tarot-reading-deck {
        display: block;
        height: 210px;
        margin: 0 0;
    }

    tarot-reading-deck-card {
        margin-left: -27%;
        width: 29%;
    }
}

@media only screen and (orientation:landscape) {
    tarot-reading-deck {
        height: 210px;
        margin: 0 0px;
    }

    tarot-reading-deck-card {
        margin-left: -10.38%;
        width: 14%;
    }
}

tarot-spread, tarot-spread > :first-child {
    display: block;
}

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: sans-serif;
    }

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 h3.position-name {
        -webkit-align-items: flex-end;
        align-items: flex-end;
    }

    spread-partial spread-card .outline {
        height: 174.6789px;
        width: 112px;
        background-color: #fff;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 120%;
        display: block;
        border: 1px dotted #dbdbdb;
        border-radius: 20px;
    }

    spread-partial spread-card p.card-name {
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    spread-partial spread-card h3.position-name, spread-partial spread-card p.card-name {
        display: -webkit-flex;
        display: flex;
        font-size: 14px;
        font-weight: normal;
        height: 21px;
        -webkit-justify-content: center;
        justify-content: center;
        line-height: 1.4;
        margin: 0 auto;
        opacity: .9;
        text-align: center;
        text-transform: uppercase;
        font-family: sans-serif;
    }

    spread-partial spread-card h3.position-name {
        -webkit-align-items: flex-end;
        align-items: flex-end;
    }

    spread-partial spread-card h3.position-name, spread-partial spread-card p.card-name {
        display: -webkit-flex;
        display: flex;
        font-size: 14px;
        font-weight: 200;
        height: 35px;
        -webkit-justify-content: center;
        justify-content: center;
        line-height: 1.4;
        margin: 0 auto;
        opacity: .9;
        text-align: center;
        text-transform: uppercase;
    }

*, :after, :before {
    box-sizing: border-box;
}

tarot-spread {
    position: relative;
    padding-top: 20px;
}

    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: 12px;
    margin: 0 auto;
}

    spread-partial spread-card h3.position-name, spread-partial spread-card p.card-name {
        display: -webkit-flex;
        display: flex;
        font-weight: normal;
        height: 35px;
        -webkit-justify-content: center;
        justify-content: center;
        font-size: 12px;
        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: 11px;
        height: 19.6px;
        font-family: sans-serif;
    }
}

@media only screen and (max-width:369px) {
    spread-partial spread-card h3.position-name, spread-partial spread-card p.card-name {
        font-size: 11px;
        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.next .outline {
    -webkit-animation: blink 2s infinite;
    animation: blink 2s infinite;
}

h3 {
    padding-bottom: 0;
    margin-bottom: -5px;
}

@media only screen and (min-width:576px) {
    spread-partial 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) {
    spread-partial 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) {
    spread-partial spread-card .outline {
        height: 148.16514px;
        width: 95px;
    }

    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-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.next .outline {
    -webkit-animation: blink 2s infinite;
    animation: blink 2s infinite;
}

spread-card.next .outline {
    background-image: url('https://www.astrolife.si/css/tarot/rdeca/sorodna_dusa/card-back.svg');
}


tarot-spread .outline {
    background-image: url('https://www.astrolife.si/css/tarot/rdeca/sorodna_dusa/card-back-highlight.svg');
}

tarot-spread spread-card.next .outline {
    background-image: url('https://www.astrolife.si/css/tarot/rdeca/sorodna_dusa/card-back-highlight.svg');
}

tarot-reading-deck-card {
    background-image: url('https://www.astrolife.si/css/tarot/rdeca/sorodna_dusa/card-back.svg');
}

    tarot-reading-deck-card:hover {
        background-image: url('https://www.astrolife.si/css/tarot/rdeca/sorodna_dusa/card-back-highlight.svg');
    }

tarot-reading .button-warning {
    min-width: 230px;
    padding: 12px 20px;
}
.button-warning.disabled {
    background: #dedfe0;
    border-color: #bfc1c2;
    color: #838383;
    cursor: not-allowed;
    font-weight: 500;
    border-bottom-width: 4px;
}


.button-warning {
    background: #f0586e;
    border-color: #f0586e;
}

.example select {
    font-size:16px;
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 0 1px !important;
}

/*cg3*/


h1, h2, h3 {
    font-family: 'Marcellus';
}

body {
    background-color: #241F47;
}

.card-name, position-name {
    color: white !important;
}


spread-card.next .outline {
    background-image: url('../img/karta_b.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


tarot-spread .outline {
    background-image: url('../img/karta_b.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

spread-partial spread-card .outline {
    background-image: url('../img/karta_b.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

spread-partial spread-card .outline {
    background-color: none !important;
    border: none !important;
    border-radius: 8px;
}

spread-partial spread-card img[src] {
    border-radius: 8px;
}

spread-card.next .outline {
    background-image: url('../img/karta_b.png');
}


tarot-spread .outline {
    background-image: url('../img/karta_b.png');
}

tarot-spread spread-card.next .outline {
    background-image: url('../img/karta_b.png');
}

tarot-reading-deck-card {
    background-image: url('../img/karta_b.png');
}

    tarot-reading-deck-card:hover {
        background-image: url('../img/karta_b.png');
    }


tarot-spread spread-card.next .outline {
    background-image: url('../img/karta_b.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

tarot-reading-deck-card {
    background-image: url('../img/karta_b.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 7px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.12), 0 2px 2px rgba(0,0,0,0.12), 0 4px 4px rgba(0,0,0,0.12), 0 8px 8px rgba(0,0,0,0.12), 0 16px 16px rgba(0,0,0,0.12);
}

@media only screen and (min-width:920px) {
    tarot-reading-deck-card:hover {
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transform: scale(1.2) !important;
    }
}

@media only screen and (orientation:landscape) {
    tarot-reading-deck {
        height: 286px;
        margin: 0 0px;
    }

    tarot-reading-deck-card {
        margin-left: -1.08%;
        width: 14.7%;
    }
}

@media only screen and (max-width:920px) {
    tarot-reading-deck {
        display: block;
        height: 286px;
        margin: 0 0;
    }

    tarot-reading-deck-card {
        margin-left: -11.20%;
        width: 23%;
    }
}

@media only screen and (max-width:575px) {
    tarot-reading-deck {
        display: block;
        height: 152px;
        margin: 0 0;
    }

    tarot-reading-deck-card {
        margin-left: -11.48%;
        width: 23%;
    }
}

@media only screen and (max-width:370px) {
    tarot-reading-deck {
        display: block;
        height: 141px;
        margin: 0 0;
    }

    tarot-reading-deck-card {
        margin-left: -13.28%;
        width: 24.5%;
    }
}

.button-warning {
    background: #f0586e;
    border-color: rgb(40,1,48);
    color: white !important;
}

.cardshadow {
    box-shadow: 0 1px 1px rgb(0 0 0 / 12%), 0 2px 2px rgb(0 0 0 / 12%), 0 4px 4px rgb(0 0 0 / 12%), 0 8px 8px rgb(0 0 0 / 12%), 0 16px 16px rgb(0 0 0 / 12%), 0 0.5em 1em 0.5em rgb(222 212 240 / 71%)
}