/*
 Theme Name:   Stellarium Child
 Theme URI:    http://stellarium.bold-themes.com
 Description:  Stellarium child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     stellarium
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  stellarium-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
@import url('assets/fonts/Satoshi/stylesheet.css');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

body {
    font-family: 'Satoshi' !important;
    background-color: #000013 !important;
    color: #FFFFFF !important;
    background: url('./assets/images/hero.png'),
    #000013;
    background-repeat: no-repeat;
    background-size: contain !important;
    background-attachment: scroll !important;
}

body.single {
    background: #000013;
}

.service-block{
    color: #FFFFFF !important;
}

.hero-screen {
    padding: 254px 0 98px 0;
}

.legal-hero-screen {
    padding: 177px 0 58px 0;
}

.service-hero-screen {
    padding: 177px 0 58px 0;
}

.contact-hero-screen,
.about-hero-screen {
    padding: 177px 0 47px 0;
}

.about-hero-screen .page-title {
    margin: 0 0 42px 0;
}

.about-hero-screen .hero-image {
    box-shadow: 0px 5px 30px 5px #006FC980;
    width: 100%;
}

.about-hero-screen .hero-image img {
    height: 100%;
    max-height: 650px;
    width: 100%;
    object-fit: cover;
    object-position: bottom center;
}

.about-description {
    font-family: 'Satoshi' !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    color: #C0C0C0;
}
#signupform .register-button,
.login-form-container form .login-submit input,
body div.woocommerce button[type="submit"],
body.woocommerce-page .woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button,
body.woocommerce-page .woocommerce .woocommerce-checkout #place_order,
body .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
body .wc-block-cart__submit .wc-block-cart__submit-button,
body .wpcf7 form input[type='submit'].btn,
.btContent .bt_bb_button.btn a {
    background: #006FC9;
    border-radius: 5px;
    background-color: #006FC9 !important;
    color: #ffffff!important;
    border: 1px solid #006FC9 !important;
    box-shadow: 0px 4px 30px 0px #006FC966!important;
    padding: 15px 25px 15px 25px !important;
}

body .wpcf7 form input[type='submit'].btn,
.bt_bb_button.btn a .bt_bb_button_text {
    font-family: 'Satoshi' !important;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    text-transform: none;
}
.login-form-container form .login-submit input:hover,
#signupform .register-button:hover,
body div.woocommerce button[type="submit"]:hover,
body.woocommerce-page .woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button:hover,
body.woocommerce-page .woocommerce .woocommerce-checkout #place_order:hover,
body .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover,
body .wc-block-cart__submit .wc-block-cart__submit-button:hover,
.bt_bb_button.btn a:hover,
body .wpcf7 form input[type='submit'].btn:hover {
    background: #ffffff;
    border-radius: 5px;
    background-color: #ffffff !important;
    color: #006FC9 !important;
}

.bt_bb_button.btn a:hover .bt_bb_button_text {
    color: #006FC9;
}

.page-title .bt_bb_headline_tag .bt_bb_headline_content span {
    font-family: 'Satoshi' !important;
    color: #ffffff;
    font-weight: 500;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    margin: 0 0 42px 0;
}

.section-title .bt_bb_headline_tag .bt_bb_headline_content span {
    font-family: 'Satoshi' !important;
    color: #ffffff;
    font-weight: 500;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    margin: 0 0 42px 0;
}

.section-title.ta-left .bt_bb_headline_tag .bt_bb_headline_content span {
    text-align: left;
}

.page-description,
.section-description {
    width: 100%;
    max-width: 785px;
    margin: 0 auto 0 auto;
}

.page-description p,
.section-description p {
    font-family: 'Satoshi' !important;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    margin: 0 0 42px 0 !important;
}

.service-block {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 805px;
    margin: 0 auto 30px auto;
    padding: 0 0 16px 0;

    position: relative;
}

.service-block:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all ease-in-out .3s;
}

.service-block .service-title {
    font-family: 'Satoshi' !important;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    transition: all ease-in-out .3s;
}

.service-block .service-description {
    font-family: 'Satoshi' !important;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #C0C0C0;
    margin: 0 0 0 0;
    transition: all ease-in-out .3s;
}

.service-block:hover .service-title {
    color: #006FC9;
    transition: all ease-in-out .3s;
}

.service-block:hover .service-description {
    color: #006FC9;
    transition: all ease-in-out .3s;
}

.service-block .service-arrow {
    margin: 0 0 0 auto;
}

.service-block:hover:after {
    box-shadow: 0px 2px 10px 0px #006FC980;
    background: #006FC9;
    transition: all ease-in-out .3s;
}

.service-block:hover .service-arrow svg {
    transition: all ease-in-out .3s;
    filter: none;
}

.service-block:hover .service-arrow svg {
    filter: drop-shadow(0px 2px 10px #006FC980);
    transition: all ease-in-out .3s;
}

.service-block .service-arrow path {
    stroke: #FFFFFF;
    transition: all ease-in-out .3s;
}

.service-block:hover .service-arrow path {
    stroke: #006FC9;
    transition: all ease-in-out .3s;
}

.bt_bb_horoscope_forecasts {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bt_bb_horoscope_forecasts .horoscope-item {
    width: 100%;
    max-width: calc(16.7% - 18px);
    background-color: #101024 !important;
    border: 1px solid #FFFFFF;
    box-shadow: none;
    border-radius: 360px;
    padding: 30px 10px 46px 10px;
    margin: 0 0 46px 0;
    transition: all ease-in-out .3s;
    display: flex;
    flex-direction: column;
}

.bt_bb_horoscope_forecasts .horoscope-item .horoscope-item__info {
    margin: auto 0 0 0;
}

.bt_bb_horoscope_forecasts .horoscope-item:hover {
    box-shadow: 0px 0px 30px 0px #006FC980;
    transition: all ease-in-out .3s;
}

.bt_bb_horoscope_forecasts .horoscope-item .horoscope-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bt_bb_horoscope_forecasts .horoscope-item .horoscope-title {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    margin: 0 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bt_bb_horoscope_forecasts .horoscope-item .horoscope-title svg {
    display: block;
}

.bt_bb_horoscope_forecasts .horoscope-item .horoscope-title .top_line {
    margin: 0 0 10px 0;
}

.bt_bb_horoscope_forecasts .horoscope-item .horoscope-title .middle_line {
    margin: 4px 0 4px 0;
}

.bt_bb_horoscope_forecasts .horoscope-item .horoscope-title .bottom_line {
    margin: 0 0 11px 0;
}

.bt_bb_horoscope_forecasts .horoscope-item .horoscope-dates {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    margin: 0 0 0 0;
}

.woocommerce-Address-title.title a br {
    display: none;
}

.woocommerce-MyAccount-navigation-link--subscriptions {
    display: none !important;
}

#msdropdown21_child ul li.hide-item {
    display: none !important;
}

.woocommerce-order-details .button {
    display: block !important;
    width: max-content !important;
    margin-bottom: 20px !important;
}

.woocommerce-Addresses .woocommerce-Address.u-column2 {
    display: none !important;
}

.btContent .bt_bb_button a.bt_bb_link.login_link {
    text-transform: uppercase;
    height: 3.2em;
    letter-spacing: 2px;
    font-size: .9em;
    font-weight: 600;
    -webkit-box-shadow: 0 0 0 2em #93278f inset;
    box-shadow: 0 0 0 2em #93278f inset;
    color: #ffffff;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
    width: auto !important;
    padding: 0 3em !important;
    margin: 30px 0 0 0;
}

.btContent .bt_bb_button a.bt_bb_link.login_link:hover {
    -webkit-box-shadow: 0 0 0 0 #93278f inset;
    box-shadow: 0 0 0 0 #93278f inset;
    background-color: #fff;
    color: #93278f;
}

.bt_bb_column_content .woocommerce {
    display: flex !important;
}

.products ul li.product .btWooShopLoopItemInner, ul.products li.product .btWooShopLoopItemInner {
    padding: 0 1em 2rem !important;
}

#menu-primary-menu .menu-item-4608 {
    display: none !important;
}

.logged-in #menu-primary-menu .menu-item-4608 {
    display: block !important;
}

li.product .bt_bb_headline .bt_bb_headline_tag {
    padding: 0 20px;
}

.return-to-shop .button.wc-backward {
    display: none;
}

.ywsbs-recurring-totals-items {
    display: none !important;
}

.page-id-3839 .GetNatalChart {
    display: none !important;
}

.page-id-3839.logged-in .GetNatalChart {
    display: block !important;
}

.woocommerce-account .btContent .col-xl-4 {
    display: none !important;
}

.woocommerce-checkout .btContent .col-xl-4 {
    display: none !important;
}

.woocommerce-checkout .btContent .col-xl-8 {
    flex-basis: 100%;
    max-width: 100%;
}

table.shop_table .coupon .input-text {
    border: 1px solid #eae8e8 !important;
}

li.product .bt_bb_image img {
    margin: 0 auto;
}

.checkout-button br {
    display: none !important;
}

.woocommerce-edit-address .woocommerce-MyAccount-content .u-column2.col-2.woocommerce-Address {
    display: none !important;
}

.woocommerce-checkout .bt_bb_column_content .woocommerce {
    flex-direction: column;
}

.woocommerce-cart .bt_bb_column_content .woocommerce {
    flex-direction: column;
}

.pay_logo {
    margin-top: 60px;
}

.otp-form-container {
    max-width: 1200px;
    margin: 130px auto;
}

.woocommerce-notices-wrapper mark {
    color: #000;
}

.woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-direction: column;
}

.woocommerce-MyAccount-content .wc-item-meta {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.woocommerce-MyAccount-navigation {
    border-right: 1px solid #eee;
}

.woocommerce-MyAccount-content {
    padding-left: 20px;
}

.woocommerce-MyAccount-navigation ul li a {
    padding-left: 0 !important;
    border-bottom: none !important;
    border-color: none;
}

.hero-screen .bt_bb_align_left .bt_bb_image {
    max-width: 610px;
}

.service_text .bt_bb_text * {
    font-style: italic;
}

.btQuoteItem .btDropDown {
    height: 58px;
}

.service_text .bt_bb_text {
    margin-bottom: 33px;
    position: relative;
}

.service_text .bt_bb_text h5 {
    font-size: 18px;
}

.service_text .bt_bb_text a {
    color: #000;
}


.service_text .bt_bb_text h6 {
    font-size: 16px;
}

.service_text .bt_bb_text:last-of-type {
    margin-bottom: 0;
}

.service_left .bt_bb_text:first-of-type {
    max-width: 180px;
    margin-bottom: 20px;
}

.service_left .bt_bb_text:first-of-type:after {
    width: 260px;
    height: 1px;
    background: #000;
    content: '';
    position: absolute;
    right: -289px;
    top: 65px;
    transform: rotate(17deg);

}

.service_left .bt_bb_text:first-of-type:before {
    content: '';
    position: absolute;
    right: -33px;
    top: 27px;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    transform: translate(50%, -50%);
}

.service_left .bt_bb_text:nth-child(2) {
    max-width: 220px;
    margin-bottom: 60px;
}


.service_left .bt_bb_text:nth-child(2):after {
    width: 226px;
    height: 1px;
    background: #000;
    content: '';
    position: absolute;
    right: -233px;
    top: 68px;
    transform: rotate(28deg);
}

.service_left .bt_bb_text:nth-child(2):before {
    content: '';
    position: absolute;
    right: -18px;
    top: 15px;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    transform: translate(50%, -50%);
}

.service_left .bt_bb_text:nth-child(3) {
    max-width: 190px;
}

.service_left .bt_bb_text:nth-child(3):after {
    width: 284px;
    height: 1px;
    background: #000;
    content: '';
    position: absolute;
    right: -301px;
    top: 12px;
    transform: rotate(-1deg);
}

.service_left .bt_bb_text:nth-child(3):before {
    content: '';
    position: absolute;
    right: -18px;
    top: 15px;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    transform: translate(50%, -50%);
}


.service_left .bt_bb_text:nth-child(4) {
    max-width: 225px;
}

.service_left .bt_bb_text:nth-child(4):after {
    width: 226px;
    height: 1px;
    background: #000;
    content: '';
    position: absolute;
    right: -241px;
    top: 7px;
    transform: rotate(-4deg);
}

.service_left .bt_bb_text:nth-child(4):before {
    content: '';
    position: absolute;
    right: -18px;
    top: 15px;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    transform: translate(50%, -50%);
}

.service_left .bt_bb_text:last-of-type {
    max-width: 205px;
}

.service_left .bt_bb_text:last-of-type:after {
    width: 209px;
    height: 1px;
    background: #000;
    content: '';
    position: absolute;
    right: -229px;
    top: 18px;
    transform: rotate(2deg);
}

.service_left .bt_bb_text:last-of-type:before {
    content: '';
    position: absolute;
    right: -18px;
    top: 15px;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    transform: translate(50%, -50%);
}


.bt_bb_column.col-xxl-4.service_left {
    margin-right: 70px;
    flex-basis: 25%;
    max-width: 25%;
}

.bt_bb_column.col-xxl-4.service_right {
    margin-top: -50px;
}

.service_right .bt_bb_text:first-of-type {
    max-width: 190px;
    margin-left: 120px;
}


.service_right .bt_bb_text:first-of-type:after {
    width: 189px;
    height: 1px;
    background: #000;
    content: '';
    position: absolute;
    left: -197px;
    top: 73px;
    transform: rotate(-38deg);
}

.service_right .bt_bb_text:first-of-type:before {
    content: '';
    position: absolute;
    left: -33px;
    top: 13px;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    transform: translate(50%, -50%);
}

.service_right .bt_bb_text:nth-child(2) {
    max-width: 150px;
    margin-left: 190px;
    margin-top: 110px;
    margin-bottom: 60px;
}

.service_right .bt_bb_text:nth-child(2):after {
    width: 219px;
    height: 1px;
    background: #000;
    content: '';
    position: absolute;
    left: -240px;
    top: 45px;
    transform: rotate(-17deg);
}

.service_right .bt_bb_text:nth-child(2):before {
    content: '';
    position: absolute;
    left: -33px;
    top: 13px;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    transform: translate(50%, -50%);
}


.service_right .bt_bb_text:nth-child(3) {
    max-width: 180px;
    margin-left: 140px;
}

.service_right .bt_bb_text:nth-child(3):after {
    width: 236px;
    height: 1px;
    background: #000;
    content: '';
    position: absolute;
    left: -255px;
    top: 41px;
    transform: rotate(-14deg);
}

.service_right .bt_bb_text:nth-child(3):before {
    content: '';
    position: absolute;
    left: -33px;
    top: 13px;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    transform: translate(50%, -50%);
}

.service_right .bt_bb_text:last-of-type {
    max-width: 153px;
    margin-left: 150px;
}

.service_right .bt_bb_text:last-of-type:after {
    width: 270px;
    height: 1px;
    background: #000;
    content: '';
    position: absolute;
    left: -292px;
    top: 45px;
    transform: rotate(-14deg);
}

.service_right .bt_bb_text:last-of-type:before {
    content: '';
    position: absolute;
    left: -33px;
    top: 13px;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    transform: translate(50%, -50%);
}

.service_center img {
    min-width: 470px;
    width: 470px;
    margin-left: -30px;
}

.blog-section .bt_bb_grid_item_post_thumbnail img {
    height: 340px !important;
    object-fit: cover;
}

li.post-3827 {
    display: none !important;
}

.btCapitalizeMainMenuItems .menuPort nav ul li a {
    font-family: 'Satoshi' !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.1em;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #ffffff;
}

.blog-section .bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item {
    border-radius: 15px;
    background: #101024;
    box-shadow: none;
    transition: all ease-in-out .3s;
}

.blog-section .bt_bb_css_post_grid .bt_bb_css_post_grid_content .bt_bb_grid_item:hover {
    box-shadow: 0px 0px 30px 0px #006FC980;
    transition: all ease-in-out .3s;
}

.blog-section .bt_bb_grid_item_post_content {
    text-align: left;
    padding: 24px 23px 27px 23px;
}

.blog-section .bt_bb_grid_item_post_content .bt_bb_grid_item_category {
    padding: 0 0 0 0;
    margin: 0 0 17px 0;
}

.blog-section .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li a {
    background: #FFFFFF;
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 6px 22px 6px 22px;
    color: #000013;
    font-family: 'Satoshi' !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    margin: 0 13px 0 0;
    transition: all ease-in-out .3s;
}

.blog-section .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li a:hover {
    background: transparent;
    color: #ffffff;
    transition: all ease-in-out .3s;
}

.blog-section .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span {
    font-family: 'Satoshi' !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #ffffff;
    margin: 0 0 17px 0;
}

.blog-section .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span:before {
    display: none;
}

.blog-section .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title {
    font-family: 'Satoshi' !important;
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #ffffff;
    margin: 0 0 17px 0;
}

.blog-section .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt {
    font-family: 'Satoshi' !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #C0C0C0;
    margin: 0 0 0 0;
}

.footer-title .bt_bb_headline_tag {
    font-family: 'Satoshi' !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 42px 0 15px 0;
}

.footer-address p,
.footer-menu ul.menu a {
    font-family: 'Satoshi' !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    color: #FFFFFF;
    margin: 0 0 8px 0;
    opacity: 1;
    display: block;
}

.footer-menu ul.menu a:hover {
    color: #FFFFFF;
    opacity: 0.8;
}

.footer-logo img {
    height: 84px;
    width: auto;
}

body .btQuoteBooking .btQuoteItem .dd .ddTitle .ddTitleText {
    background: #101024;
    border: 1px solid #00376E;
    box-shadow: 0px 4px 30px 0px #006FC940;
    border-radius: 5px;
    font-family: 'Satoshi' !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.01em;
    vertical-align: middle;
    color: #FFFFFF;
}

body .btQuoteBooking .btQuoteItem .dd .ddTitle .ddTitleText .description {
    font-family: "PT Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0.01em;
    vertical-align: middle;
    color: #C0C0C0;
    margin: 8px 0 0 0;
}

body .btQuoteBooking .ddTitle .arrow:before {
    color: #006FC9;
}

body .horoscope-calculator .btQuoteBooking .ddChild ul li {
    background: #101024;
    border: 1px solid #00376E;
    box-shadow: 0px 4px 30px 0px #006FC940;
}

.btQuoteBooking .ddChild ul li{
    padding: 0 10px 0 0 !important;
}

body .horoscope-calculator #msdropdown21_msdd .ddTitleText,
body .horoscope-calculator #msdropdown21_child ul li {
    padding: 7px 12px 10px 12px !important;
}

body .horoscope-calculator .btQuoteBooking .ddChild ul li:hover {
    background: #101024;
    border: 1px solid #00376E;
    box-shadow: 0px 4px 30px 0px #006FC940;
}

.btQuoteBooking .dd.ddcommon.borderRadius .ddTitleText{
    padding: 0 8px 0 0 !important;
}

.horoscope-calculator .ddTitleText .ddlabel .description,
.horoscope-calculator .ddChild ul li .description{
    max-width: 310px !important;
    font-size: 12px !important;
}


body .horoscope-calculator .btQuoteBooking .ddChild ul li .ddlabel .description{
    font-size: 12px !important;
    max-width: 310px !important;
}

body .horoscope-calculator .btQuoteBooking .ddChild ul li .ddlabel {
    font-family: 'Satoshi' !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.01em;
    vertical-align: middle;
    color: #FFFFFF;
}

body .horoscope-calculator .btQuoteBooking .ddChild ul li:hover .ddlabel {
    color: #006FC9;
    transition: all ease-in-out .3s;
}

body .horoscope-calculator .btQuoteBooking .ddChild ul li .ddlabel .description {
    font-family: "PT Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.01em;
    vertical-align: middle;
    color: #C0C0C0;
    margin: 8px 0 0 0;
}

body .horoscope-calculator .btQuoteBooking .ddChild ul li:hover .ddlabel .description {
    color: #006FC9 !important;
    transition: all ease-in-out .3s;
}

.btLightSkin .btQuoteBooking .btQuoteSwitch,
.btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch {
    border: 1px solid #006FC9 !important;
}

.btLightSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,
.btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner {
    background: #006FC9 !important;
}

body .btQuoteBooking .btQuoteBookingForm .btQuoteTotal * {
    background: transparent;
}

body .btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
    background: #006FC9;
}

body .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalText,
body .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCalc,
body .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency {
    font-family: "PT Sans", Arial, sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.08em;
    text-align: right;
    vertical-align: middle;
    color: #ffffff;
}

body .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCalc,
body .btQuoteBooking .btQuoteBookingForm .btQuoteTotal .btQuoteTotalCurrency {
    background: #00457E;
}
#signupform input,
.login-form-container form input,
body .btGetInTouch input, body .btGetInTouch textarea, body .btGetInTouch .trigger,
body .wpcf7 form .wpcf7-form-control-wrap .options li,
body .wpcf7 form .wpcf7-form-control-wrap input,
body .wpcf7 form .wpcf7-form-control-wrap textarea,
body .wpcf7 form .wpcf7-form-control-wrap .trigger {
    background: #101024;
    background-color: #101024 !important;
    border: 1px solid #00376E !important;

}
body .wpcf7 form .wpcf7-form-control-wrap input::placeholder,
body .wpcf7 form .wpcf7-form-control-wrap textarea::placeholder{
    color: #ffffff;
}

body .btGetInTouch input:focus, body .btGetInTouch textarea:focus, body .btGetInTouch .trigger:focus,
body .wpcf7 form .wpcf7-form-control-wrap textarea:focus,
body .wpcf7 form .wpcf7-form-control-wrap .trigger.open,
body .wpcf7 form .wpcf7-form-control-wrap input:focus {
    border: 1px solid #00376E !important;
    box-shadow: 0px 4px 30px 0px #006FC940 !important;
}

body .wpcf7 form .wpcf7-form-control-wrap .options li {
    color: #ffffff;
}

body .wpcf7 form .wpcf7-form-control-wrap .options li:hover {
    color: #006FC9;
}

body .btPostListColumns .btArticleContentHolder {
    align-items: flex-start;
    background: #101024;
    border-radius: 15px;
    box-shadow: none;
    padding: 0 0 0 0;
    transition: all ease-in-out .3s;
}

body .btPostListColumns .btArticleContentHolder .btArticleMedia {
    padding-left: 0;
    padding-right: 0;
}

body .btPostListColumns .btArticleContentHolder:hover {
    box-shadow: 0px 0px 30px 0px #006FC980;
    transition: all ease-in-out .3s;
}

.btPostListColumns .btArticleContentHolder .btArticleTextContent {
    display: flex;
    flex-direction: column;
}

.btPostListColumns .btArticleContentHolder .btArticleTextContent .btPostInfo {
    order: 0;
    display: flex;
    flex-direction: column-reverse;
}

.btPostListColumns .btArticleContentHolder .btArticleTextContent .btPostInfo .btArticleDate {
    font-family: 'Satoshi' !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    vertical-align: middle;
}

.btPostListColumns .btArticleContentHolder .btArticleTextContent .btPostInfo .btArticleDate:after {
    display: none;
}

.btPostListColumns .btArticleContentHolder .btArticleTextContent .btPostInfo .btArticleCategories {
    margin: 0 0 34px;
}

.btPostListColumns .btArticleContentHolder .btArticleTextContent .btPostInfo .btArticleCategories a {
    background: #FFFFFF;
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 6px 22px 6px 22px;
    color: #000013 !important;
    font-family: 'Satoshi' !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    margin: 0 13px 0 0;
    transition: all ease-in-out .3s;
}

.btPostListColumns .btArticleContentHolder .btArticleTextContent .btPostInfo .btArticleCategories a:before {
    display: none;
}

.btPostListColumns .btArticleContentHolder .btArticleTextContent .btPostInfo .btArticleCategories a:hover {
    background: transparent;
    color: #ffffff !important;
    transition: all ease-in-out .3s;
}

.btPostListColumns .btArticleContentHolder .btArticleTextContent .btArticleHeadline {
    order: 1
}

.btPostListColumns .btArticleContentHolder .btArticleTextContent .btArticleHeadline .bt_bb_headline_tag span {
    font-family: 'Satoshi' !important;
    font-weight: 500;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 0;
    vertical-align: middle;
    margin: 0 0 17px 0;
}

.btPostListColumns .btArticleContentHolder .btArticleTextContent .btArticleHeadline .bt_bb_headline_tag span a:hover {
    color: #006FC9 !important;
}

.btPostListColumns .btArticleContentHolder .btArticleTextContent .btArticleContent {
    order: 2;
}

.btPostListColumns .btArticleContentHolder .btArticleTextContent .btArticleContent p {
    font-family: 'Satoshi' !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #C0C0C0;
}

.btPostListColumns .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after, .btPostListSimple .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after, .btPostListStandard .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after {
    display: none;
}

.btSidebar .widget_bt_bb_recent_posts .btImageTextWidgetWraper ul li {
    background: #101024;
    border: 1px solid #00376E !important;
}

.btSidebar .widget_bt_bb_recent_posts .btImageTextWidgetWraper ul li .bt_bb_headline_content {
    font-family: 'Satoshi' !important;
    font-weight: 500;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 0;
    vertical-align: middle;
    margin: 0 0 17px 0;
    color: #ffffff;
}

.btSidebar .widget_bt_bb_recent_posts .btImageTextWidgetWraper ul li .bt_bb_headline_content a:hover,
.btSidebar .widget_bt_bb_recent_posts .btImageTextWidgetWraper ul li:hover .bt_bb_headline_content {
    color: #006FC9 !important;
}

.sidebar .widget_bt_bb_recent_posts .btImageTextWidgetWraper ul li .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_content span a:before, .btSidebar .widget_bt_bb_recent_posts .btImageTextWidgetWraper ul li .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_content span a:before, .btSiteFooterWidgets .widget_bt_bb_recent_posts .btImageTextWidgetWraper ul li .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_content span a:before {
    display: none;
}

.btSidebar .widget_bt_bb_recent_posts .btImageTextWidgetWraper ul li .bt_bb_headline_content {
    font-family: 'Satoshi' !important;
    font-weight: 500;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 0;
    vertical-align: middle;
    margin: 0 0 17px 0;
}

.single .btBreadCrumbs .btArticleCategories a {
    background: #FFFFFF;
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 6px 22px 6px 22px;
    color: #000013 !important;
    font-family: 'Satoshi' !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    margin: 0 13px 0 0;
    transition: all ease-in-out .3s;
}

.single .btBreadCrumbs .btArticleCategories a:before {
    display: none;
}

.single .btBreadCrumbs .btArticleCategories a:hover {
    background: transparent;
    color: #ffffff !important;
    transition: all ease-in-out .3s;
}

.single .bt_bb_headline_tag .bt_bb_headline_content:before {
    display: none;
}

.single .port .bt_bb_column_content header .bt_bb_headline_tag span {
    font-family: 'Satoshi' !important;
    font-weight: 500;
    font-size: 50px;
    line-height: 58px;
    letter-spacing: 0;
    vertical-align: middle;
    margin: 34px 0 34px 0;
}

.single .port .bt_bb_column_content header .btArticleDate {
    font-family: 'Satoshi' !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    vertical-align: middle;
}

.single .btArticleContent * {
    font-family: 'Satoshi' !important;
    font-weight: 700;
    font-size: 17px;
    line-height: 27px;
    letter-spacing: 0;
    color: #C0C0C0;
}

.single .btPrevNextNav .port .btPrevNextNav a {
    background: #101024;
    border: 1px solid #00376E !important;
}

.single .btPrevNextNav .port .btPrevNextNav a .btPrevNextItem:before {
    display: none;
}

.single .btPrevNextNav .port .btPrevNextNav a:hover {
    background: #101024;
    border: 1px solid #00376E !important;
    box-shadow: 0px 4px 30px 0px #006FC940;
}

.single .btPrevNextNav .port .btPrevNextNav a .btPrevNextTitle {
    font-family: 'Satoshi' !important;
    font-weight: 500;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 0;
    vertical-align: middle;
    transition: all ease-in-out .3s;
}

.single .btPrevNextNav .port .btPrevNextNav a .btPrevNextDir {
    transition: color 0.3s ease-in-out;
}

.single .btPrevNextNav .port .btPrevNextNav a:hover .btPrevNextDir,
.single .btPrevNextNav .port .btPrevNextNav a:hover .btPrevNextTitle {
    color: #006FC9;
    transition: all ease-in-out .3s;
}

.legal-content .bt_bb_text * {
    font-family: 'Satoshi' !important;
    font-weight: 700;
    font-size: 17px;
    line-height: 27px;
    letter-spacing: 0;
    color: #C0C0C0;
}

.btMenuHorizontal .menuPort nav > ul > li.current-menu-item > a {
    opacity: 0.6!important;
    color: #ffffff!important;
}
body .btContentHolder table thead th{
    background: #006FC9 ;
    border: 1px solid #006FC9 ;
    font-family: "PT Sans", Arial, sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.08em;
    color: #ffffff;
}
body .btContentHolder table td, body .btContentHolder table th,
body tr.cart-subtotal, body tfoot,
body table.shop_table td{
    background: #101024 !important;
    border: 1px solid #006FC9;
    border-left: none;
    border-right: none;
}
table.shop_table td.product-name a{
    color: #006FC9 !important;
}
body div.cart_totals > h2{
    background: #006FC9 ;
    border: 1px solid #006FC9 ;
    font-family: "PT Sans", Arial, sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.08em;
    color: #ffffff;
    margin: 0 0 0 0;
    padding: 15px 15px 15px 15px;
}
body tr.order-total{
    border-bottom: 2px solid #006FC9;
}
body table.shop_table .coupon .input-text{
    border: 1px solid #006FC9!important;
    color: #ffffff;
}
body table.shop_table .coupon .input-text::placeholder{
    color: #ffffff;
}
.woocommerce-account .woocommerce,
.woocommerce-error, .woocommerce-info, .woocommerce-message,
.woocommerce-page input:not([type='checkbox']):not([type='radio']):not([type='submit']),
.woocommerce-page textarea,
.woocommerce-page .fancy-select .trigger{
    background: #101024!important;
    border: 1px solid #00376E !important;
    box-shadow: 0px 4px 30px 0px #006FC940!important;
    color: #ffffff;
}
.woocommerce-account .woocommerce{
    padding: 20px;
}
.btContent p.sign_up_link a,
.btContent p.log_in_link a,
.btContent .register-form-accepted a,
form .form-row .required,
.woocommerce-message:before, .woocommerce-info:before,
.woocommerce-page .btContent a{
    color: #006FC9 !important;
}
header .mainHeaderInner .port{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 10px;
}
header .mainHeaderInner .logo{
    width: 100%;
    max-width: 207px;
}
.btMenuHorizontal .menuPort > nav > ul > li{
    padding: 0 40px 0 0!important;
}
.btMenuHorizontal .menuPort > nav > ul > li:last-child{
    padding: 0 0 0 0!important;
}
.btMenuHorizontal .menuPort > nav > ul > li a{
    font-family: 'Satoshi' !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.1em;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}
.btMenuHorizontal .menuPort > nav > ul > li a:hover{
    opacity: 0.6!important;
    color: #ffffff!important;
}
.btStickyHeaderActive header .mainHeaderInner .port{
    padding-top: 10px;
    padding-bottom: 10px;
}

@media screen and (min-width: 1980px){
    body{
        -webkit-background-size: cover !important;
        background-size: cover !important;
    }
}
@media screen and (max-width: 1200px) {
    .btMenuVertical.btTransparentDarkHeader .btVerticalHeaderTop {
        background: #000013!important;
        padding-top: 10px;
        padding-bottom: 10px;
        border: 1px solid #00376E !important;
        box-shadow: 0px 4px 30px 0px #006FC940!important;
    }
    .btTransparentDarkHeader .btVerticalMenuTrigger .bt_bb_icon:before,
    .btTransparentDarkHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
    .btTransparentDarkHeader .btVerticalMenuTrigger .bt_bb_icon:after{
        border-top-color: #006FC9!important;
    }
    .btMenuVerticalOn.btMenuVerticalLeft .mainHeader{
        background: #000013!important;
        border: 1px solid #00376E !important;
        box-shadow: 0px 4px 30px 0px #006FC940!important;
    }
    header .mainHeaderInner .port{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        padding-top: 10px;
    }
    .bt_bb_horoscope_forecasts .horoscope-item .horoscope-title{
        font-size: 18px;
        line-height: 26px;
    }
}
@media screen and (max-width: 1150px) {
    .bt_bb_horoscope_forecasts .horoscope-item{
        max-width: calc(25% - 20px);
    }
}
@media screen and (max-width: 992px) {
    .pay_logo {
        margin-top: 30px;
    }
    .page-title .bt_bb_headline_tag .bt_bb_headline_content span{
        font-size: 54px;
        line-height: 62px;
    }
    .section-title .bt_bb_headline_tag .bt_bb_headline_content span{
        font-size: 42px;
        line-height: 50px;
    }
    .bt_bb_horoscope_forecasts .horoscope-item .horoscope-title{
        font-size: 18px;
        line-height: 26px;
    }

}
@media screen and (max-width: 800px) {
    .bt_bb_horoscope_forecasts .horoscope-item{
        max-width: 170px
    }
}