/*
Theme Name: Astro
Version: 1.0
*/

@font-face {
    font-family: Spartan-Bold;
    src: url(assets/fonts/Spartan-Bold.ttf);
}
@font-face {
    font-family: Spartan-Black;
    src: url(assets/fonts/Spartan-Black.ttf);
}
@font-face {
    font-family: Spartan-Light;
    src: url(assets/fonts/Spartan-Light.ttf);
}
@font-face {
    font-family: Spartan-Medium;
    src: url(assets/fonts/Spartan-Medium.ttf);
}
@font-face {
    font-family: Spartan-Regular;
    src: url(assets/fonts/Spartan-Regular.ttf);
}

:root {
    --orakel-color: #fbb441;
    --shiva-color: #DA5EA3;
    --shiva-second-color: #A475DE;
}

.logo {
    width: 200px;
}
.container {
    padding-left: 20px;
    padding-right: 20px;
}
body {
    font-family: 'Spartan-Regular', sans-serif;
    background-color: #262A41;
    background-image: url(assets/img/astro-back.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
    position: relative;
}
b, strong {
    font-family: Spartan-Bold;
}
ul {
    list-style-type: none;
}

p {
    margin-bottom: 10px;
}
.container {
    max-width: 400px;
}
.alert {
    padding: 10px;
    font-size: 13px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
    font-size: 14px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
    font-size: 14px;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
    font-size: 14px;
}
select {
    font-size: 14px !important;
}
.grecaptcha-badge {
    display: none;
}

header .logo {
    text-align: center;
    margin-top: 15px;
    image-rendering: -moz-crisp-edges;         /* Firefox */
    image-rendering:   -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}
.progress {
    background-color: rgba(255,255,255,0.16);
    border-radius: 0;
    height: 4px;
}
.progress .progress-bar {
    background-color: #fbb441;
    width: 12.5%;
}
.progress-text-box {
    margin-left: 5%;
    margin-top: 0;
}
.progress-text-box .progress-text {
    width: 37px;
    height: 30px;
    display: inline-block;
    font-size: 10px;
    line-height: 30px;
    font-family: 'Spartan-Medium';
    background-image: url('assets/img/progress-icon.svg')
}

.horoscope-steps {
    /*padding-bottom: 260px;*/
}
.horoscope-steps .item:hover, #horoscope-carousel .item:hover {
    cursor: pointer;
}
.horoscope-steps .zodiac-item, #horoscope-carousel .zodiac-item {
    margin-top: 22px;
    margin-bottom: 22px;
}
.horoscope-steps .zodiac-item img, #horoscope-carousel .zodiac-item img {
    height: 80px;
    margin-bottom: 14px;
    margin-left: auto;
    margin-right: auto;
}
#horoscope-carousel .zodiac-item img {
    width: auto;
    height: 70px;
}
#horoscope-carousel .zodiac-item a {
    color: #fff;
}
#horoscope-carousel .zodiac-item .name {
    margin-bottom: 0;
}
.horoscope-steps .zodiac-item img.active, #horoscope-carousel .zodiac-item img.active {
    display: none;
}
.horoscope-steps .zodiac-item.active img, #horoscope-carousel .zodiac-item.active img {
    display: none;
}
.horoscope-steps .zodiac-item.active img.active, #horoscope-carousel .zodiac-item.active img.active {
    display: block;
}
.horoscope-steps .zodiac-item .name, #horoscope-carousel .zodiac-item .name {
    font-size: 14px;
    font-family: 'Spartan-Medium';
}
.horoscope-steps .zodiac-item .date-range, #horoscope-carousel .zodiac-item .date-range {
    font-size: 10px;
    font-family: 'Spartan-Medium';
}
.horoscope-steps .step-title, .msisdn-content .step-title, .quiz-content.sendsms .step-title {
    margin: 25px 0;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Spartan-Bold';
}
.horoscope-step {
    display: none;
}
.horoscope-step#step-1 {
    display: block;
}
#horoscope-carousel .owl-prev, #horoscope-carousel .owl-next {
    position: absolute;
    top: 30%;
    font-size: 36px;
}
#horoscope-carousel .owl-prev {
    left: -20px;
}
#horoscope-carousel .owl-next {
    right: -20px;
}

.step-buttons {
    position: relative;
    margin-top: 20px;
    padding-bottom: 20px;
}
.step-buttons .row {
    align-items: baseline;
}
.step-back, .step-next {
    border-radius: 50%;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}
.step-next {
    width: 60px;
    height: 60px;
    background-color: #fbb441;
    background-image: url('assets/img/next-button.svg');
}
.step-next[data-disabled="true"] {
    background-color: #d4d4d4;
}
.step-next.button, input[type="submit"], .button-submit {
    background-color: #fbb441;
    width: 100%;
    max-width: 100%;
    height: 50px;
    border-radius: 20px;
    color: #252940 !important;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Spartan-Bold';
    line-height: 50px;
    letter-spacing: 2px;
    margin-top: 30px;
    margin-bottom: 40px;
    border: none;
}
.step-next.button {
    background-image: none;
}
.button-submit {
    display: block;
    text-decoration: none !important;
}
input[type="text"] {
    border-radius: 20px;
    width: 100%;
    max-width: 100%;
    height: 50px;
    background-color: #34384D;
    border: none;
    color: #fff;
}
.step-back {
    display: none;
    width: 42px;
    height: 42px;
    background-color: #34384D;
    background-image: url('assets/img/back-button.svg');
}

.horoscope-step .day-born h3 {
    font-family: 'Spartan-Medium';
    font-size: 14px;
    margin-bottom: 18px;
}
.horoscope-step .day-born .item {
    display: inline-block;
    font-size: 14px;
    line-height: 49px;
    height: 49px;
    width: 42px;
    text-align: center;
    background-color: #34384D;
    border-radius: 10px;
    margin: 4px;
}
.horoscope-step .day-born .second-month {
    margin-top: 30px;
    margin-bottom: 20px;
}
.horoscope-step .day-born .item.active,
.horoscope-step .decade-born .item.active,
.horoscope-step .year-born .item.active,
.horoscope-step .time-born-boolean .item.active,
.horoscope-step .gender .item.active {
    background-color: #fbb441;
}

.horoscope-step .decade-born .item,
.horoscope-step .year-born .item,
.horoscope-step .time-born-boolean .item {
    height: 98px;
    line-height: 98px;
    font-size: 14px;
    text-align: center;
    background-color: #34384D;
    border-radius: 10px;
    margin-bottom: 10px;
    font-family: 'Spartan-Medium';
}
.horoscope-step .time-born-boolean .item {
    height: 149px;
    line-height: 149px;
}

.horoscope-step .time-born select, .date-born-select select {
    background-color: #34384D;
    border-radius: 25px;
    height: 50px !important;
    color: #fff;
    border: none;
    padding-left: 19px;
    padding-right: 19px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('assets/img/select-arrow@2x.png');
    background-repeat: no-repeat;
    background-position: right 20px bottom 20px;
    background-size: 20px;
}

.horoscope-step .gender {
    text-align: center;
}
.horoscope-step .gender .item {
    height: 149px;
    background-color: #34384D;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: center;
}
.horoscope-step .gender p {
    margin-top: 14px;
    font-size: 14px;
    font-family: 'Spartan-Medium';
}
.horoscope-step .gender .female {
    background-image: url('assets/img/gender-f.svg');
}
.horoscope-step .gender .male {
    background-image: url('assets/img/gender-m.svg');
}

/* Msisdn Page */
.msisdn-content input {
    width: 300px;
    max-width: 100%;
    display: block;
    height: 50px;
    margin: 20px auto;
}
.msisdn-content input[type="tel"] {
    background-color: #34384D;
    border: none;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    margin-top: 0;
    line-height: 50px;
    padding: 10px;
}
.msisdn-content input[type="submit"] {
    margin-top: 30px;
}
.msisdn-content label {
    font-size: 14px;
}
.msisdn-content .subtitle {
    margin-bottom: 30px;
}

.zodiac-result {
    padding-bottom: 80px;
}
.zodiac-result .step-title {
    font-size: 18px;
    font-family: 'Spartan-Bold';
    margin: 30px 0;
}
.zodiac-result .zodiac-weekly p {
    font-size: 14px;
}
.zodiac-result .zodiac-weekly h3 {
    font-size: 16px;
    margin: 30px 0;
    font-family: 'Spartan-Bold';
}
.week-steps {
    margin: 30px 0;
}
.week-steps a {
    display: block;
    padding: 10px;
    font-size: 11px;
    text-align: center;
    background-color: #34384D;
    color: #fff;
    border-radius: 20px;
}
.week-steps a.active {
    background-color: #A475DE;
}

.username input[type="submit"] {
    margin-top: 30px;
}

.footer-menu {
    text-align: center;
    background-color: #191D32;
    height: 42px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 10px;
    left: 0;
    right: 0;
}
.footer-menu a {
    color: #fff;
    font-size: 12px;
    line-height: 42px;
}
.footer-menu span {
    background-color: #fff;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    line-height: 20px;
    margin-bottom: 2px;
    margin-left: 10px;
    margin-right: 10px;
}
.footer-menu span:last-child {
    display: none;
}

/* Custom checkbox */
.container-custom-checkbox {
    display: block;
    position: relative;
    padding-left: 55px;
    margin-top: 30px;
    cursor: pointer;
    font-size: 16px;
    padding-top: 7px;
    font-family: 'Spartan-Bold';
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container-custom-checkbox .info {
    display: block;
    font-size: 14px;
    font-family: 'Spartan-Regular';
}

/* Hide the browser's default checkbox */
.container-custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 28px;
    width: 28px;
    background-color: #34384D;
    border-radius: 5px;
    border: 1px solid #fff;
}

/* On mouse-over, add a grey background color */
.container-custom-checkbox:hover input ~ .checkmark {
    background-color: #34384D;
}

/* When the checkbox is checked, add a blue background */
.container-custom-checkbox input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-custom-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 8px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.overlay-background {
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: none;
}
.preloader {
    border: 12px solid #fbb441;
    border-top: 12px solid #262A41;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    position: absolute;
    animation: spin 2s linear infinite;
    left: 50%;
    top: 50%;
    margin-left: -60px;
    margin-top: -60px;
}
.disclaimer {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% - 50px);
    display: block;
}
.disclaimer, .fixed-disclaimer {
    font-size: 12px;
    padding: 10px 15px;
    text-align: justify;
    max-width: 420px;
    margin: 0 auto;
}

.header-disclaimer, .footer-disclaimer {
    font-size: 11px;
    padding: 5px 15px;
    text-align: justify;
    margin: 0 auto;
}
.header-disclaimer {
    padding: 5px;
}
.header-disclaimer .container {
    padding: 0;
}

.footer-disclaimer {
    background: rgb(38 42 65 / 50%);
    position: absolute;
    max-width: 1200px;
    top: 100%;
    left: 0;
    right: 0;
}

/* Send SMS */
.quiz-content.sendsms span, .quiz-content.quiz-result .result {
    display: block;
    font-size: 28px;
    font-family: 'Spartan-Bold';
}
.quiz-content.sendsms a {
    color: #fff;
    text-decoration: underline;
}
.page-template-template-sendsms .disclaimer {
    min-height: 300px;
}

/* Page */
.page-content {
    max-width: 600px;
    padding-bottom: 80px;
}
.page-content h1 {
    font-size: 20px;
    text-align: center;
    font-family: 'Spartan-Bold';
    margin-top: 30px;
    margin-bottom: 30px;
}
.page-content p {
    font-size: 14px;
    text-align: center;
}
.disclaimer.desktop-disclaimer {
    display: none;
}
.disclaimer.footer-menu {
    display: block;
}

.horoscope-steps #step-1 {
    height: 630px;
}

.shiva .progress .progress-bar {
    background-color: var(--shiva-color);
}
.shiva .step-next {
    background-color: var(--shiva-second-color);
}
.shiva .step-next.button, .shiva input[type="submit"], .shiva .button-submit {
    background-image: linear-gradient(to right bottom, #947EEE, #E255A4, #FEA4CB);
    color: #fff !important;
}
.shiva .horoscope-step .gender .item.active {
    background-color: var(--shiva-second-color);
}
.shiva .preloader {
    border: 12px solid var(--shiva-color);
}
.shiva .horoscope-step .day-born .item.active,
.shiva .horoscope-step .decade-born .item.active,
.shiva .horoscope-step .year-born .item.active,
.shiva .horoscope-step .time-born-boolean .item.active,
.shiva .horoscope-step .gender .item.active {
    background-color: var(--shiva-second-color);
}

/* Tiles template */
.tiles h3 {
    font-size: 18px;
    text-align: center;
    margin: 30px 0;
}
.tiles .item {
    position: relative;
    display: block;
    color: #fff;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 5px;
    padding-bottom: 25px;
}
.tiles .item .desc {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-family: Spartan-Bold;
    font-size: 12px;
    line-height: 12px;
    padding: 10px 0;
    margin-bottom: -4px;
}
.tiles .item img {
    width: 100%;
}
.tiles #item-1 .desc {
    background-color: #ff0000;
}
.tiles #item-2 .desc {
    background-color: #e55ea9;
}
.tiles #item-3 .desc {
    background-color: #00b051;
}
.tiles #item-4 .desc {
    background-color: #ee7f32;
}
.tiles .button {
    border-radius: 25px;
    border: none;
}

.cancel-link {
    color: #fff;
    text-align: center;
    display: block;
    margin-top: -5px;
    font-size: 12px;
    text-decoration: underline;
}
.page-template-template-horoscope-1-step .cancel-link {
    margin-top: 15px;
}
.text-above-button {
    font-size: 16px;
    margin-bottom: -15px;
    text-align: center;
}
.page-template-template-horoscope-1-step .text-above-button {
    margin-top: 10px;
    margin-top: 0px;
    margin-bottom: -25px;
}
.page-template-template-msisdn-flow .text-above-button {
    margin-top: -10px;
    margin-bottom: -25px;
}
.page-template-default ul {
    padding-left: 10px;
}
.page-template-default ul li {
    list-style-type: disc;
    font-size: 14px;
}
.page-template-template-msisdn-flow-validation .bellow-button-price, .page-template-template-pin .bellow-button-price, .macedonia.page-template-template-horoscope-1-step .bellow-button-price, .macedonia.page-template-template-single-mo .bellow-button-price, .page-template-template-msisdn-flow .bellow-button-price {
    font-size: 12px;
    text-align: justify;
    margin-top: 30px;
}
.page-template-template-msisdn-flow-validation .msisdn-content .subtitle {
    margin-bottom: 15px;
    font-size: 14px;
}

.austria.page-template-template-horoscope-1-step .header-disclaimer, .austria.page-template-template-msisdn-flow-validation .header-disclaimer, .macedonia.page-template-template-single-mo .header-disclaimer {
    display: none;
}
.austria .footer-disclaimer {
    text-align: center;
}
.austria .footer-disclaimer .text-above-button {
    display: none;
}
.austria.msisdn-page .footer-disclaimer .text-above-button {
    display: block;
    margin-bottom: 15px;
}
.austria.msisdn-page .msisdn-content .text-above-button {
    display: none;
}

.czech .msisdn-content .desc {
    font-size: 12px;
    line-height: 18px;
}

.serbia .header-disclaimer, .slovenia .header-disclaimer, .czech .header-disclaimer {
    display: none;
}
.hide-footer .footer-disclaimer > .long, .hide-footer .footer-disclaimer > .short {
    display: none;
}

.page-template-template-sendsms-flow .bellow-button-text {
    font-size: 11px;
    text-align: justify;
    padding: 0;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media screen and (min-width: 768px) {
    /*
    body, html {
        height: 100% !important;
        min-height: 100% !important;
    }
    */
    .horoscope-step {
        margin-top: 70px;
    }
    .container {
        padding-left: 5px;
        padding-right: 5px;
    }
    .horoscope-step#step-2 {
        width: 272px;
        margin-left: auto;
        margin-right: auto;
    }
    .disclaimer, .fixed-disclaimer {
        /*display: none !important;*/
    }
    .disclaimer.desktop-disclaimer {
        display: block !important;
        bottom: 40px;
        top: auto;
        background: #262a41;
        position: fixed;
    }
    .page-template-template-result .container {
        max-width: 800px;
    }
    .disclaimer .footer-menu {
        display: none;
    }
    .sendsms.mobile {
        display: none;
    }
    .sendsms.desktop {
        display: block;
    }
    .footer-disclaimer .short {
        text-align: center;
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .footer-menu.fixed {
        display: block;
        position: fixed;
        bottom: 0;
    }
    .disclaimer {
        width: 100%;
    }
    .disclaimer .footer-menu {
        display: block;
        position: relative;
        margin-left: -15px;
        margin-right: -15px;
        bottom: 0;
        margin-top: 20px;
        margin-bottom: -10px;
        width: calc(100% + 30px);
    }
    .sendsms.mobile {
        display: block;
    }
    .sendsms.desktop {
        display: none;
    }
    .horoscope-steps #step-1 {
        height: 820px;
    }
    .page-template-template-sendsms .footer-disclaimer {
        top: calc(100% + 30px);
    }
    .footer-disclaimer {
        margin-top: 30px;
    }
    .footer-menu.fixed, .footer-menu {
        padding: 5px 0;
        display: flex;
        width: 100%;
        justify-content: space-evenly;
        align-items: center;
        align-content: center;
        justify-items: center;
        height: auto;
        margin-left: 0;
        margin-right: 0;
    }
    .footer-menu {
        margin-left: -15px;
        margin-right: -15px;
        width: auto;
    }
    .footer-menu a {
        line-height: 12px;
        display: flex;
        align-items: center;
    }
    .austria .footer-menu {
        position: fixed;
        bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .austria .footer-disclaimer {
        padding-bottom: 30px;
    }
    .austria .footer-menu a {
        font-size: 10px;
    }
    .austria .footer-menu span {
        margin-left: 5px;
        margin-right: 5px;
    }
    .serbia .footer-disclaimer, .austria .footer-disclaimer, .czech .footer-disclaimer {
        margin-top: -65px;
    }
    .page-template-template-horoscope-1-step.austria .footer-disclaimer {
        margin-top: 20px;
    }
    .page-template-template-horoscope-new .footer-disclaimer, .page-template-template-horoscope-6-step .footer-disclaimer, .page-template-template-horoscope-5-step .footer-disclaimer {
        margin-top: 0;
    }
}
