/*
Theme Name: Toka Child Theme
Theme URI: https://toka.peerduck.com
Author: PeerduckThemes
Author URI: https://peerduck.com
Description: Blank Child Theme for Toka
Template: toka
Version: 1.00
Requires at least: 5.0
Requires PHP: 7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, custom-colors, featured-images, theme-options
Text Domain: toka
*/
body{

    background-color: #020710;
}
#main-header {
    overflow: hidden;
    background-color: #020710;
    background-image: url("https://b2.cash/wp-content/uploads/2022/04/bjhhb.png");
    background-position: 97% 0%;
    background-repeat: no-repeat;
    background-size: 250px auto;
}
.nav-white-desktop .footer-bg {
    background-color: #020710;
    background-image: url("https://b2.cash/wp-content/uploads/2022/04/bjhhb.png");
    background-position: 97% 0%;
    background-repeat: no-repeat;
    background-size: 250px auto;
}
#site-footer .widget_nav_menu ul.menu{
    column-count: 6;
}
@media only screen and (max-width: 576px ){
    #site-footer .widget_nav_menu ul.menu{
        column-count: 3;
    }
}

.btn-default{
    background: linear-gradient(
            90deg,
            #E84AD2 0%,
            #4B9BE0 100%
    );
    border:none;
    color: #fff;
    font-weight:bold;
}
.btn-default:hover{
    opacity: 0.7;
    color: #fff;
}
#buy .eael-tab-title, #sell .eael-tab-title,#nkup .eael-tab-title, #prodej .eael-tab-title{
    font-size: 1.5em;
    background-image: linear-gradient(
            90deg,
            #E84AD2 0%,
            #4B9BE0 100%
    );
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-weight: bold;
}

#buy{
    justify-content: right;
    padding-right: 5px;
}
#sell{
    justify-content: left;
    padding-left: 5px;
}
#buy.inactive .eael-tab-title, #sell.inactive .eael-tab-title{
    background-image: linear-gradient(
            90deg,
            #FFFFFF 0%,
            #FFFFFF 100%
    );
}
#nkup{
    justify-content: right;
    padding-right: 5px;
}
#prodej{
    justify-content: left;
    padding-left: 5px;
}
#nkup.inactive .eael-tab-title, #prodej.inactive .eael-tab-title{
    background-image: linear-gradient(
            90deg,
            #FFFFFF 0%,
            #FFFFFF 100%
    );
}
.widget_media_image img{
    max-width: 120px !important;
}
.entry-content ul li{
    margin-bottom: 30px;
}

.gradient-headers h1,.gradient-headers h2,.gradient-headers h3,.gradient-headers h4{
    background-image: linear-gradient(
            90deg,
            #E84AD2 0%,
            #4B9BE0 100%
    );
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

footer .widget-title{
    line-height: 2;
}

.review-block .elementor-widget-container{
    min-height: 130px;
}


.review-block .elementor-widget-container p{
    margin-bottom: 0;
}

@media (max-width: 1199px){
h1, h1.header-title {
    font-size: 36px;
    line-height: 1.4;
    letter-spacing: -0.0422em;
}

    .review-block .elementor-widget-container{
        min-height: 160px;
    }
}
@media (max-width: 767px){
    #intro-btn-col{
        width:50%!important;
    }
    #intro-btn-col a{
        width:100%!important;
    }
    #intro-social-col{
        width: 50% !important;
        padding-left: 7%;
    }
}
@media (max-width: 414px){
    #intro-btn-col{
        width:75%!important;
    }
    #intro-btn-col a{
        width:100%!important;
    }
    #intro-social-col{
        width:75%!important;

        padding-left: 0;
    }
}
@media (max-width: 375px){
    #intro-btn-col{
        width:75%!important;
    }
    #intro-btn-col a{
        width:100%!important;
    }
    #intro-social-col{
        width:75%!important;
    }
}
