/*!
Theme Name: linkindexer
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: linkindexer
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

linkindexer is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: transparent;
}

.woocommerce form .form-row-first, 
.woocommerce form .form-row-last, 
.woocommerce-page form .form-row-first, 
.woocommerce-page form .form-row-last {
    width: 100%;
}

.woocommerce form .form-row .input-text, 
.woocommerce form .form-row select {
    display: block;
    width: 100%;
    padding: .575rem .5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-gray-400);
    -webkit-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.select2-container .select2-dropdown, .select2-container .select2-selection {
    border: var(--bs-border-width) solid var(--bs-gray-400);
}
.select2-container .select2-selection--single .select2-selection__rendered  {
    padding: .575rem .5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    color: var(--bs-body-color);
}
.woocommerce form .form-row label span, 
.woocommerce-page form .form-row label span {
    display: none;
}

.woocommerce-billing-fields h3 {
    display: none!important;
}

.woocommerce-checkout-payment .btn {
    width: 100%;
}

.woocommerce .card ul.order_details {
    padding: 0;
    margin-top: 32px;
}

body.user-registration-page #user-registration:not(.user-registration-MyAccount), 
body.user-registration-page .user-registration:not(.user-registration-MyAccount), 
body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount), 
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) {
    max-width: 100%!important;
    border-radius: 0!important;
    background: transparent!important;
    border: 0!important;
    box-shadow: 0!important;
    padding: 0!important;
}

body.user-registration-page #user-registration.user-registration-MyAccount, 
body.user-registration-page .user-registration.user-registration-MyAccount, 
body.user-registration-membership_page_user-registration-login-forms #user-registration.user-registration-MyAccount, 
body.user-registration-membership_page_user-registration-login-forms .user-registration.user-registration-MyAccount {
    max-width: 100%!important;
    padding: 0!important;
    border-radius: 0!important;
    box-shadow: none!important;
}

body.user-registration-page #user-registration.user-registration-MyAccount, 
body.user-registration-page .user-registration.user-registration-MyAccount, 
body.user-registration-membership_page_user-registration-login-forms #user-registration.user-registration-MyAccount, 
body.user-registration-membership_page_user-registration-login-forms .user-registration.user-registration-MyAccount {
    max-width: 100%!important;
}
.ur-frontend-form .ur-form-row .ur-form-grid input[type=text], 
.ur-frontend-form .ur-form-row .ur-form-grid input[type=email], 
.ur-frontend-form .ur-form-row .ur-form-grid input[type=url], 
.ur-frontend-form .ur-form-row .ur-form-grid input[type=password], 
.ur-frontend-form .ur-form-row .ur-form-grid input[type=date], 
.ur-frontend-form .ur-form-row .ur-form-grid input[type=number], 
.ur-frontend-form .ur-form-row .ur-form-grid input[type=timepicker], 
.ur-frontend-form .ur-form-row .ur-form-grid input[type=phone], 
.ur-frontend-form .ur-form-row .ur-form-grid textarea, 
.ur-frontend-form .ur-form-row .ur-form-grid select, 
.ur-frontend-form .ur-form-row .ur-form-grid .__PrivateStripeElement {
    min-height: 48px!important;
    margin-bottom: 0!important;
}

.ur-frontend-form .ur-form-row .ur-form-grid legend, 
.ur-frontend-form .ur-form-row .ur-form-grid label {
    margin-top: 0!important;
}

.ur-form-grid.ur-grid-1 {
    display: flex;
    flex-direction: column;
}
.user-registration-MyAccount .ur-field-item.field-privacy_policy {
    order: 1000;
}

.ur-frontend-form .ur-form-row .ur-form-grid select {
    border-radius: 4px;
    padding-left: 10px !important;
}
.user-registration-MyAccount  .ur-frontend-form.login {
    padding: 0;
}
.user-registration-MyAccount .ur-frontend-form .ur-form-row .ur-form-grid {
    padding: 0;
}

.ur-frontend-form .user-registration-Button, 
.ur-frontend-form .ur-submit-button {
    background: var(--bs-btn-bg);
}

.ur-frontend-form .user-registration-Button:hover, 
.ur-frontend-form .ur-submit-button:hover {
    background: var( --bs-btn-hover-bg);
}

.field-privacy_policy .form-row {
    display: flex!important;
}

.user-registration-MyAccount-content__body .woocommerce-orders-table  {
    width: 100%;
}


#links-table_processing {
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 500;
  flex-direction: row;
  padding: 0 20px;
  width: 220px;
  margin-top: 0;
}

#links-table_processing[style*="display: block"] {
  display: flex !important;
}

#links-table.loading tbody {
  filter: blur(2px);
  opacity: 0.6;
  pointer-events: none; 
  transition: filter 0.2s ease, opacity 0.2s ease;
}

#faq h4{
    text-align: center;
}

#home .lead a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
}
#home .lead a:hover{
    color: white;
}