/* 
Theme Name: Autopay4
Version: 1.0 
Description: Child Storefront theme
Author: Autopay
Author URI: https://autopay4.com
Template: storefront
*/ 

/* Cambio el logo del administrador de Wordpress */
#wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon:before {
    background-image: url( '/wp-content/themes/autopay4/static/img/logo_little_white.png' ) !important;
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    color:rgba(0, 0, 0, 0);
    width: 20px;
    height: 20px;
    top: 3px;
}

#wpadminbar #wp-admin-bar-wp-logo.hover > .ab-item .ab-icon {
    background-position: 0 0;
}

.container #loading #cube div {
    font-size: 125px;
    color: var(--color-primary);
    border-color: black;
    border: 3px solid;
}

.container #loading #cube div.front {
    color: var(--color-dark);
    border: 8px solid;
}

.container #loading .text {
    text-align: center;
    font-size: 20px;
}

/* Cambio el logo del admin de Wordpress */
body.login div#login h1 a {
    background-image: url( '/wp-content/themes/autopay4/static/img/logo_little_black.png' ) !important;
} 

body.login #loginform {
    border-radius: 10px;
}
