/*
Theme Name: Elementra Child Theme
Template: elementra
Theme URI: https://elementra.themerex.net/
Description: Elementra Child Theme
Author: ThemeREX
Author URI: https://themerex.net/
Version: 1.0
Tested up to: 6.7
Requires at least: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: elementra
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */


.page_content_wrap {
    padding-top: 4rem !important;
    padding-bottom: 1em !important;
}


/* Panel izquierdo */

.um-account-nav a {
    display: block;
    height: 44px;
    line-height: 44px;
    color: #ffffff !important;
    text-decoration: none !important;
    position: relative;
    padding-left: 40px;
    border-bottom: 1px solid #eee !important;
    transition: all .2s linear;
    font-size: 14px;
}  


.um-account-side.uimob340-hide.uimob500-hide {
    padding: 40px;
    background-color: #0A0C18 !important;
}

.um-account-name a {
    font-weight: 700;
    color: #ffffff!important;
    text-decoration: none !important;
    font-size: 18px;
    line-height: 1.4em;
}


.um-account-side li {
    border-bottom: 1px solid #B793FF1F !important;
}

.um a.um-link {
    color: #B793FF;
    font-weight: 400 !important;
    font-family: 'Manrope' !important;
}

.um-account-side li, .um-account-side ul {
    background-color: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none !important;
}

span.um-account-icon.uimob800-hide {
    display: none !important;
}


a.um-account-link.current span.um-account-title.uimob800-hide {
    color: #B793FF !important;
}


a.um-account-link span.um-account-title.uimob800-hide:hover {
    color: #B793FF !important;
}



.um-account-side li a span.um-account-title {
    font-family: 'Manrope' !important;
    font-weight: 500 !important;
    padding-left: 20px;
    float: left;
    height: 30px;
    line-height: 30px;
    color: #fbfbfb!important;

}

.um-account-side li a span.um-account-arrow {
    display: none !important;
}


.um-account-side li a {
    display: block;
    padding: 4px 0;
    font-size: 14px;
    height: 30px;
    line-height: 20px;
    color: #999;
    position: relative;
    border-bottom: 1px solid #B793FF1F !important;
}


.um-account-side li a:hover {
    color: #B793FF !important;
    background-color: #B793FF1F !important;
    background: #ddd;
    border-bottom: 1px solid #B793FF1F !important;
}

.um-account-side li a.current, .um-account-side li a.current:hover {
    color: #B793FF !important;
    background-color: #B793FF1F !important;
    background: #ddd;
    border-bottom: 1px solid #B793FF1F !important;
}




/* Barra derecha */

.um-account-main {
    padding: 2% 10% 10% 10% !important;
}

.um-account-main div.um-account-heading {
    display: flex
;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    margin: 0 !important;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #ffffff;
}

.um .um-field-label {
    font-family: 'Manrope' !important;
    color: #ffffff!important;
}

.um .um-form input[type=password], .um .um-form input[type=search], .um .um-form input[type=tel], .um .um-form input[type=text], .um .um-form textarea {
    color: #E1E1E2!important;
    border: solid 2px #B793FF !important;
    border-radius: 10px !important;
}

.select2-container .select2-choice, .select2-container-multi .select2-choices, .um .um-form input[type=number], .um .um-form input[type=password], .um .um-form input[type=search], .um .um-form input[type=tel], .um .um-form input[type=text], .um .um-form textarea
 {
    background-color: #ffffff1a;
}

.um-form input[type=number], .um-form input[type=password], .um-form input[type=search], .um-form input[type=tel], .um-form input[type=text] {
    padding: 0 12px !important;
    width: 100%;
    display: block !important;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    outline: 0 !important;
    cursor: text !important;
    font-size: 15px !important;
    height: 55px !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
    margin: 0 !important;
    position: static;
}

input[type=submit].um-button, input[type=submit].um-button:focus {
    vertical-align: middle !important;
    height: auto !important;
    font-size: 15px;
    cursor: pointer !important;
    width: 100%;
    box-shadow: none;
    text-shadow: none;
    font-family: inherit;
    outline: 0 !important;
    margin: 0;
    opacity: 1;
    -webkit-appearance: none;
    background: #2d2242 !important;
    border: 2px solid #B793FF !important;
    border-radius: 60px !important;
}

.um .um-form input[type=number]:focus, .um .um-form input[type=password]:focus, .um .um-form input[type=search]:focus, .um .um-form input[type=tel]:focus, .um .um-form input[type=text]:focus, .um .um-form textarea:focus {
    background-color: #2d2242 !important;
}

.um a.um-button:hover, .um input[type=submit].um-button:hover {
    color: white !important;
}





@media screen and (max-width: 768px) {
    

.um-account-nav a {
    display: block;
    height: 44px;
    line-height: 44px;
    color: #ffffff !important;
    text-decoration: none !important;
    position: relative;
    padding-left: 40px;
    border-bottom: 1px solid #eee !important;
    transition: all .2s linear;
    font-size: 14px;
} 
    
    
}


.wp-user-name .first-name:first-letter {
  text-transform: uppercase!important!important;
}

.wp-user-name .last-name:first-letter {
  text-transform: uppercase!important!important;
}

.wp-user-name .first-name {
  text-transform: uppercase!important!important;
}

.wp-user-name .last-name {
  text-transform: uppercase!important!important;
}


input#first_name {
    text-transform: capitalize!important;
}

input#last_name {
    text-transform: capitalize!important;
}

.um-account-name a {
    text-transform: capitalize!important;
}

