.row{
    margin-right: auto !important;
    margin-left: auto !important;
}

.section-horoscope-wrapper{
    margin-bottom:2rem;
    background:#f7fafc;
}

.horoscope-container{
    background-color: #ffffff;
    width: 90% !important;
}

.horoscope-container p {
    font-size: 18px;
}

.horoscope-wrapper{
    padding: 3.5rem;
}

.horoscope-header{
    text-align:center;
    justify-content:center;
}

.horoscope-title{
    color: #bf2607;
    font-weight: 800;
    font-family: inherit;
}

.horoscope-body{
    border-top: 2px dashed #bdbdbd;
}

.horoscope-body--lunar-animal{
    text-align:center;
    margin: auto;
    width: 100%;
    min-height: 320px;

    padding-top: 2rem;
    padding-bottom: 2rem;
}

.horoscope-share-icon{
    float:right;
    font-size: 1.7rem;
}

.horoscope-share-icon.with-background{
    color: #ffffff !important
}

.horoscope-lunar-image{
    height: 230px;
    width: 230px;
    display: inline !important;
}

.horoscope-lunar-years{
    font-size: 1.2rem;
}

.horoscope-body--result{
    margin: auto;
    word-wrap: break-word;
}

.horoscope-body--result h3{
    background-color: #f3a600;
    padding: 5px;

    font-size: 1.5rem;
    color: #ffff;
    font-weight: 600;
}

.horoscope-body--result p{
    margin: 25px 0;
}

.horoscope-body--result table{
    margin:auto;
    border: none !important;
}

.horoscope-body--result table tr td{
    border: none !important;
}

.horoscope-card{    
    text-align: center;
}   

.horoscope-card.with-background{    
    min-height: 350px;
    height: 100%;
    padding: 15px;
    color: #ffffff;

    /** fallback if there's no backround image */
    background-color: #F3904F;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f196b3, #F3904F);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f196b3, #F3904F); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}   

.horoscope-card.with-background .card-title{ 
    color: #ffffff;
}       

.horoscope-card .card-title{
    font-weight: 800;
    color: #e20000;
    margin: 1.2rem auto !important;
}

.horoscope-card .card-subtitle{
    font-weight: 600;
    font-size: 16px;
}

.horoscope-card p{
    font-size: 14px;
    margin: 10px 0;
}

.horoscope-card--column{
    margin: 10px 0;
    padding-right: 0;
    padding-left: 0;
}

.horoscope-card .card-image{
    height: auto;
    width: 100%;
    display: inline !important;
    max-width: 95%;
}

.spacing--sm{
    margin-top: 1.5rem;
}
.spacing--md{
    margin-top: 2rem;
}
.spacing--lg{
    margin-top: 3.5rem;
}
.spacing--xl{
    margin-top: 5rem;
}

.spacing--xxxl{
    margin-top: 10rem;
}

.datepicker-input{
    width: 300px;
    height: 40px;
    border-radius: 5px;
    border-color: #d3d3d3;
    border-width: 2.5px;
    border-style: double;

    color: #bf2607;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
}

.zodiac-btn{
    background-color: #e20000;
    border-radius: 5px;
    border: none;

    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;

    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
}

.zodiac-btn:hover, .zodiac-btn:active{
    background-color: #59170a;
}

.zodiac-btn:disabled{
    background-color: #e88383;
}

.zodiac-btn:disabled:hover, .zodiac-btn:disabled:active{
    background-color: #a25e5e;
}

@media screen and (max-width: 780px) {
    .horoscope-container{
        background-color: #ffffff;
        max-width: 98% !important;
    }
}

@media screen and (max-width: 700px) {
    .horoscope-wrapper{
        padding: 1.5rem;
    }
}

@media screen and (max-width: 510px) {
    .horoscope-wrapper{
        padding: 0 !important;
        max-width: 100% !important;
    }

    .horoscope-body--lunar-animal, .horoscope-body--result, .horoscope-card--column{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .horoscope-title{
        font-size: 1.7rem;
    }

    .horoscope-share-icon{
        font-size: 1.4rem;
    }

    .horoscope-body--lunar-animal.horoscope-lunar-image--background .horoscope-share-icon{
        margin-right: 1.2rem;
    }
    

    .datepicker-input{
        width: 100%;
        font-size: 16px;
        font-weight: 600;
    }

    .zodiac-btn{
        font-weight: 600;
        font-size: 14px;
    }

    .horoscope-lunar-image{
        height: 150px;
        width: 150px;
        display: inline !important;
    }
}



/** DATE PICKER SKIN */

.ui-datepicker{
    width: 300px;
}

.ui-datepicker .ui-datepicker-header{
    padding: 0.5em 0;
}

.ui-widget-header{
    border: none;
    background: none;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
    top: auto;
}

.ui-datepicker select.ui-datepicker-month{
    margin-right: 3px;
    padding: 3px;
    width: 30%;
    text-align: center;
} 

.ui-datepicker select.ui-datepicker-year{
    padding: 3px;
    width: 30%;
    text-align: center;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    background: #BF2607;
    border: 2px solid #BF2607;
    color: #ffffff;
    font-weight: bold;   
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    background: #f3d633;
    border: 2px solid #f3d633;
    color: #000;
    font-weight: bold;
}

@media screen and (max-width: 510px) {
    .ui-datepicker{
        width: 250px;
    }

    .ui-datepicker select.ui-datepicker-year{
        width: 50%;
    }

    .section-horoscope-wrapper{
        background: none;
        margin: 0 -15px;
    }
    .horoscope-container{
        padding: 0 0px !important;
    }
}

