/* 
Theme Name: Pflangl Hello Theme
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Pflangl Hello Elementor Child Theme
Author: OpenDialog GmbH
Author URI: https://opendialog.de/
Template: hello-elementor
Version: 2.0.0
Text Domain: pflangl-hello-theme-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.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]{
    border-radius: 5rem;
    padding: 25px 15px !important;
}

a.um-button,
input[type=submit].um-button, selector input[type=submit].um-button:focus{
    border-radius: 5rem!important;
}

.um-field .select2.select2-container .select2-selection, .um-search-filter .select2.select2-container .select2-selection,
.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]{
	 height: 50px;
    padding: 6px 0 0 12px !important;
    line-height: 35px !important;
    -moz-border-radius: 5rem !important;
    -webkit-border-radius: 5rem!important;
    border-radius: 5rem!important;
}

.um:not(.um-admin):not(.um-directory) input, .um:not(.um-admin):not(.um-directory) select, .um:not(.um-admin):not(.um-directory) textarea {
    font-size: 1.2em;
}

div.uimob800 .um-account-side ul{
	border-radius: 5rem;
}

div.uimob800 .um-account-side li:first-child a{
	border-radius: 5rem 5rem 0 0;
}

div.uimob800 .um-account-side li a {
    padding: 10px;
}

/* COLORS FOR ULTIMATE MEMBER */
/* Link colors */
.um a.um-link,
.um .um-tip:hover,
.um .um-field-radio.active:not(.um-field-radio-state-disabled) i,
.um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i,
.um .um-member-name a:hover,
.um .um-member-more a:hover,
.um .um-member-less a:hover,
.um .um-members-pagi a:hover,
.um .um-cover-add:hover,
.um .um-profile-subnav a.active,
.um .um-item-meta a,
.um-account-name a:hover,
.um-account-nav a.current,
.um-account-side li a.current span.um-account-icon,
.um-account-side li a.current:hover span.um-account-icon,
.um-dropdown li a:hover,
i.um-active-color,
span.um-active-color
{
    color: var(--e-global-color-primary) !important;
}

.um a.um-link:hover,
.um a.um-link-hvr:hover {
    color: var( --e-global-color-secondary ) !important;
}



/* Button colors */
.um .um-field-group-head,
.picker__box,
.picker__nav--prev:hover,
.picker__nav--next:hover,
.um .um-members-pagi span.current,
.um .um-members-pagi span.current:hover,
.um .um-profile-nav-item.active a,
.um .um-profile-nav-item.active a:hover,
.upload,
.um-modal-header,
.um-modal-btn,
.um-modal-btn.disabled,
.um-modal-btn.disabled:hover,
div.uimob800 .um-account-side li a.current,
div.uimob800 .um-account-side li a.current:hover,
.um .um-button,
.um a.um-button,
.um a.um-button.um-disabled:hover,
.um a.um-button.um-disabled:focus,
.um a.um-button.um-disabled:active,
.um input[type=submit].um-button,
.um input[type=submit].um-button:focus,
.um input[type=submit]:disabled:hover
{
    background: var(--e-global-color-primary) !important;
}

.um .um-field-group-head:hover,
.picker__footer,
.picker__header,
.picker__day--infocus:hover,
.picker__day--outfocus:hover,
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted,
.picker__list-item:hover,
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted,
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected,
.um .um-button:hover,
.um a.um-button:hover,
.um input[type=submit].um-button:hover{
    background: var( --e-global-color-secondary ) !important;
}

/* Button alt colors */
.um .um-button.um-alt, 
.um input[type=submit].um-button.um-alt {
    background: #eeeeee !important;
}

.um .um-button.um-alt:hover,
.um input[type=submit].um-button.um-alt:hover {
    background: #e5e5e5 !important;	
}

div.uimob800 .um-account-main{
    max-width: inherit!important;
}

.um-account-meta{
    display:none;
}

.um .um-button.um-alt, .um input[type=submit].um-button.um-alt {
    color: #FFF!important;
    border-radius: 5rem !important;
    background-color: var(--e-global-color-secondary) !important;
}

.um-field-checkbox.um-field-half {
    width: 100% !important;
}
