/*
Theme Name: Tipaplayer
Theme URI: https://sparknerds.io/
Author: SparkNerds
Author URI: https://sparknerds.io/
GitHub Theme URI: https://sparknerds.io/
Description: The renowned WordPress starter theme framework that combined Underscores and Bootstrap. Trusted by more than 100,000 developers for building handcrafted, custom WordPress sites.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 5.2
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: tipaplayer
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, translation-ready

tipaplayer WordPress Theme, (C) 2021 Howard Development & Consulting, LLC
tipaplayer is distributed under the terms of the GNU GPL.

Resource Licenses:
tipaplayer is based on Underscores https://underscores.me/, (C) Automattic, Inc.
Font Awesome: https://fontawesome.com/v4.7/license/ (Font: SIL OFL 1.1, (S)CSS: MIT)
Bootstrap: https://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (MIT)
WP Bootstrap Navwalker by Edward McIntyre & William Patton: https://github.com/twittem/wp-bootstrap-navwalker (GNU GPLv3)
*/

/*
Do not modify the parent tipaplayer theme. Instead, download a copy of the tipaplayer Child starter theme and do all your development within the child theme.
Full developer documentation: https://docs.tipaplayer.com
*/

/* 
@media all and (max-width: 1450px) {
    .signin_popup_inner {
        max-width: 60%;
    }

} */

@media all and (max-width: 1199px) {
    .signin_popup_inner {
        max-width: 90%;
    }

    .signin_right_inner {
        padding: 50px;
        width: 50%;
    }

    .signin_left_inner {
        width: 50%;
    }
}

@media all and (max-width: 991px) {
    .signin_popup_inner {
        max-width: 80%;
    }

    .signin_left_inner {
        display: none;
    }

    .signin_right_inner {
        width: 100%;
    }

    .signin_right_inner {
        padding: 25px;
    }

    .choose_account_type ul li {
        padding: 10px;
        font-size: 16px;
        height: 40px;
    }

    .create_an_account h2 {
        font-size: 34px;
    }

    .fans_account_info p, .athlete_account_info p {
        margin-bottom: 40px;
    }

    .fans_signin_form h2 {
        font-size: 35px;
    }

    img.pass_close-arrow {
        right: -35px;
    }
}

li.user_profile_pic {
    margin-left: 24px;
}

.home_banner_title p {
    max-width: 400px;
    width: 100%;
}

.gform_wrapper {
    padding: 50px 0;
}

.gform_wrapper h2 {
    padding: 30px 0;
}

.gform_required_legend {
    display: none;
}

.mobile_footer_search .input-group {
    border: 1px solid #efefef;
}

.home_banner_title p {
    max-width: 400px;
    width: 100%;
}

.mobile_footer_search .input-group {
    border: 1px solid #efefef;
}

.tabboard_title_and_description p {
    text-align: center;
    margin-top: 20px;
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.tap_popup {
    z-index: 99 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #181717;
    line-height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
}

.complete_profile_submit button[type="submit"],
.gform_footer input.gform_button,
.id_verification .btn-primary {
    background: #c00000 !important;
    border: 1px solid #fff;
    transition: 0.5s;
    padding: 16px 24px;
    align-items: center;
    gap: 4px;
    color: #fff !important;
    text-align: center;
    font-family: 'Poppins-SemiBold';
    font-size: 16px;
    border-radius: 0;
    line-height: 21.124px;
    text-transform: uppercase;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {

    background: #c00000;
}

.complete_profile_submit button[type="submit"]:hover,
.gform_footer input[type="submit"]:hover,
.id_verification .btn-primary:hover {
    background: #070606 !important;
    color: #fff !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #efefef;
    border-radius: 4px;
    min-height: 48px;
    background: #EFEFEF;
    line-height: 40px;
}

.team_quantity {
    width: 65px !important;
}

.top_cart_left img[src=""] {
    display: none !important;
}