/*
 Theme Name:   TCPA Ligitator List - v2
 Theme URI:    https://woocommerce.com/storefront/
 Description:  TCPA Ligitator List / Storefront Child Theme
 Author:       meo
 Author URI:   http://stjobno.com
 Template:     storefront
 Version:      2.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  storefront
*/

ul, ol {
    margin: 0;
}
li>ol, li>ul {
    margin-bottom: 0;
    margin-left: 0;
}
blockquote+h2, blockquote+h3, blockquote+h4, blockquote+header h2, form+h2, form+h3, form+h4, form+header h2, ol+h2, ol+h3, ol+h4, ol+header h2, p+h2, p+h3, p+h4, p+header h2, table+h2, table+h3, table+h4, table+header h2, ul+h2, ul+h3, ul+h4, ul+header h2 {
    margin: 0;
}
table td, table th {
    white-space: normal;
    padding: 5px;
}
select#coinsTransactions_length {
    -webkit-appearance: unset;
    appearance: auto;
}
body table.dataTable thead th,
body table.dataTable thead td {
    padding: 5px;
}
.dataTables_filter {
    margin-bottom: 10px;
}
.table-responsive table {
    width: 100%;
}
button {
    border: none;
    background-color: transparent;
}
.btn-primary {
    color: #fff;
    background-color: #3368c6;
    border-color: #3573e1;
}
.button {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #fff;
    background-color: #3368c6;
    border-color: #3573e1;
}
.index-slider {
    overflow: hidden;
    padding: 100px 0 0px !important;
}

.input-text,
textarea,
select,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color] {
    width: 100%;
    height: auto;
    border-radius: 4px;
    background: #F6F6F6;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: "Poppins", sans-serif;
    color: #212529;
    font-size: 16px;
    line-height: 16px;
    padding: 10px;
    outline: none;
    box-shadow: none;
}
.input-text::placeholder,
textarea::placeholder,
select::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=time]::placeholder,
input[type=week]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=color]::placeholder {
    color: #212529;
}
.input-text:focus,
textarea:focus,
select:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus {
    border-color: #7141B1;
    background-color: #fff;
    box-shadow: inset 0 0 5px rgba(0,0,0,.1);
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
body .select2-container--default {
    font-family: 'Poppins', sans-serif;
}
body .select2-container--default.select2-container--open {
    z-index: 9999;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
}
.products {
    max-width: none;
}

.text-red {
    color: #bd0000;
}
.text-right {
    text-align: right;
}
.poppins {
    font-family: 'Poppins', sans-serif;
}
.search-box > form {
    width: 100%;
}
.search-box > form > * {
    margin-left: 5px;
}
.search-box .label-range > b,
.search-box .label-op > b {
    display: none;
}
.label-range input {
    width: 48%;
}
.numbers-list .search-box > form {
    margin-bottom: 5em;
    width: auto;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: inherit;
}
.llp-api a b{
    font-size: 16px;
}
.llp-api .nav-pills .nav-link.active,
.llp-api .nav-pills .show>.nav-link{
    background-color: #f9f9f9;
}
.llp-api .nav-pills .nav-link{
    position: relative;
}
.llp-api .nav-link i.zmdi-download,
.llp-api .nav-link i.fa-chevron-down{
    position: absolute;
    top: 12px;
    right: 5px;
}
.llp-api .fa-info-circle{
    font-size: 41px;
    padding: 10px;
    vertical-align: top;
}
.llp-api .info-block{
    border: 2px solid #dbcc58;
    padding: 10px;
    width: 100%;
}
.llp-api  .nav-pills .nav-link {
    margin-bottom: 3px;
}
.llp-api  .nav-pills .nav-link.active {
    background-color: #f1f1f1;
}
.named-fieldsets fieldset {
    width: 100%;
    background-color: transparent;
    margin: 0 0 5px 0;
    padding: 10px;
}
.named-fieldsets fieldset label {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.named-fieldsets fieldset label input {
    margin: 0;
    width: 50%;
}
.ui-state-disabled {
    opacity: .5;
}
.numbers-list table {
    width: 100%;
}
.breadcrumb-separator {
    color: #fff;
}
.woocommerce-breadcrumb .breadcrumb-separator::after {
    opacity: .75;
}

.drop-zone {
    width: 100%;
    height: 100px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #cccccc;
    border: 2px dashed #009578;
    border-radius: 10px;
    margin-bottom: 20px;
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
}

.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
}

@media only screen and (max-width: 600px) {
    .drop-zone {
        margin-left: 10%;
        width: 90%;
        height: 100px;
        padding: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 14px;
        cursor: pointer;
        color: #cccccc;
        border: 2px dashed #009578;
        border-radius: 10px;
        margin-bottom: 20px;
    }
}

.tf-section .trolls-form{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}


body:not(.page-id-1555) #single-number-look-up-front h2,
body:not(.page-id-1555) #single-number-look-up-front .numbers-list {
    color: #fff;
}
.right-sidebar .content-area {
    width: 100%;
    float: left;
    margin-right: 0;
}

.home2 .header .container {
    height: 100%;
}
.home2 #site-header-inner {
    height: 100%;
}
@media only screen and (min-width: 1024px) {
    .home2 #site-header-inner {
        padding: 0 1rem;
    }
}
.home2 .header .header__logo {
    height: 100%;
}
.home2 .header .header__logo a {
    display: inline;
}
.home2 .header__logo img {
    max-height: 100%;
    padding: 5px 0;
}

#main-nav .menu li {
    margin-right: 20px;
}
#main-nav .menu li:last-of-type {
    margin-right: 0;
}
#main-nav .sub-menu {
    margin: 0;
    left: auto;
    right: 0;
    width: 250px;
}

#main-nav-mobi .menu-item-has-children .arrow {
    font-weight: 900;
}

.storefront-handheld-footer-bar {
    display: none;
}

.grecaptcha-badge {
    display: none;
}

.top-bar .zmdi {
    color: #00B0FC;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.logged-in .header-right {
    display: none;
}

footer ul.menu li a {
    color: #fff;
}
footer ul.menu li a:hover {
    color: #fff;
}
footer .footer-widgets > div {
    width: 33.3%;
}
footer .widget_nav_menu ul li {
    margin: 0 0 15px 0;
}
footer .widget-service .site-info {
    display: none;
}
footer .footer-main .footer-bottom {
    margin-top: 30px;
}
@media (min-width: 768px){
    ul.menu li.current-menu-item>a {
        color: #ccc;
    }
}

@media (min-width: 768px){
    .footer-widgets {
        padding-top: 0;
        border-bottom: none;
    }
}
.widget_nav_menu ul li::before {
    content: '';
}

.storefront-breadcrumb {
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #00B0FC;
}
.storefront-breadcrumb a {
    color: #fff;
}
@media (min-width: 768px){
    .storefront-breadcrumb {
        padding: 0;
        margin: 0;
    }
}
.woocommerce-breadcrumb a:first-of-type::before {
    font-size: 14px;
}
.product-icon {
    height: 140px;
    padding: 25px 5px;
}
.product-icon img {
    max-height: 100%;
    display: inline;
}

/* Woocommerce */
.woocommerce .col2-set, .woocommerce-page .col2-set {
    position: relative;
}
.wc_payment_method.payment_method_square-recurring {
    display: none;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
    float: left;
    width: 50%;
    padding-left: 1%;
    margin: 0;
}
@media (min-width: 768px){
    #order_review, #order_review_heading {
        width: 100%;
    }
    .site-main ul.products.columns-4 li.product {
        width: 100%;
    }
    .site-main ul.products.columns-3 li.product {
        width: 100%;
        float: left;
        margin-right: 0;
    }
}
@media (max-width: 768px){
    .woocommerce .col2-set, .woocommerce-page .col2-set {
        width: 100%;
        padding-left: 0;
    }
}
#payment .place-order {
    padding: 0;
}
.col-checkout {
    width: 100%;
}
body.woocommerce-account ul li.woocommerce-MyAccount-navigation-link--get-more-credits a:before{
    content: "\f51e";
}
body.woocommerce-account ul li.woocommerce-MyAccount-navigation-link--coins-transactions a:before {
    content: "\e528";
}
.btn-check:checked+.btn-outline-primary {
    background-color: #3368c6;
    border-color: #3368c6;
}
#custom-period-wrapper {
    transition: .5s all;
    max-height: 70px;
}
table#coinsTransactions td:last-of-type, table#coinsTransactions th:last-of-type {
    text-align: left;
}
#coinsTransactions_length > label
{
    width: 165px;
    display: flex;
    gap: 10px;
}
#custom-period-wrapper:not(.show) {
    max-height: 0;
}
.modal-inputs.styled>label{
    margin: 0;
}
#order_review .shop_table.woocommerce-checkout-review-order-table {
    width: 100%;
}
.view-cart-link {
    color: #3f3f3f !important;
    position: absolute;
    right: 0;
    top: 15px;
}
.woocommerce-shipping-fields {
    display: none;
}

/* Bootstrap */
.flex-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex-top-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.flex-top-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.flex-top-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.flex-bottom {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex-bottom-left {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.flex-bottom-right {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.flex-middle {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex-middle-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.flex-middle-left {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.flex-middle-right {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.item-stretch {
    display: flex;
    align-self: stretch;
    align-items: center;
}

.cursor-pointer {
    cursor: pointer;
}

/* News */
.single-post-news article .entry-content .uwp_widgets{
    display: none;
}
.single-post-news.right-sidebar .content-area{
    float: none;;
}
.posts_news_pagination_cont a, .posts_news_pagination_cont span{
    padding: 5px 5px;
    margin: 0 2px;
}
.posts_news_pagination_cont span{
    color: #02abf6;
}
.tcpa_news_container article:not(:last-of-type){
    border-bottom: 1px solid #0101f7;;
}
.single-post-news .post-navigation .nav-links{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.single-post-news .post-navigation .nav-links > div{
    padding: 0 10px;
}
.single-post-news .post-navigation .nav-links > div:not(:first-child){
    border-left: 2px solid #333;
}
.ticket-template-default.single #primary {
    max-width: 1200px;
    margin: 0 auto;
    float: unset!important;
}

.block-gray {
    background-color: rgba(0,0,0,.05);
    border-radius: 5px;
}
.excel-table {
    border: 1px solid #ccc;
    width: auto;
}
.excel-table td {
    border: 1px solid #ccc;
}
.excel-table th {
    background-color: #0a3216;
    color: #fff;
    text-shadow: none;
}
.excel-table td, .excel-table th, .llp table td, .llp table th {
    padding: 5px 10px;
}
.excel-table tr:hover {
    background-color: #ccc;
}

.list-group-disc li {
    padding: 5px 0;
}
.list-group-disc li::before {
    content: "\2022";
    color: #3573e1;
    font-weight: bold;
    display: inline-block;
    width: 28px;
    font-size: 35px;
    vertical-align: middle;
    line-height: 10px;
    position: relative;
    top: -2px;
}