/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/
Description: A child theme for Hello Elementor
Author: Your Name
Author URI: https://yourwebsite.com/
Template: hello-elementor
Version: 1.0
*/





@import url("../hello-elementor/style.css");


/* Style for Login / My Account buttons in header */
/* Stronger targeting for header buttons */
a.header-btn {
  display: inline-block !important;
  padding: 10px 16px !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  font-size: 14px !important;
  margin-left: 10px !important;
  border: 2px solid #FFE31E !important;
  background-color: transparent !important;
  color: #ffffff !important;
  transition: all 0.3s ease-in-out !important;
}

a.header-btn:hover {
  background-color: #FFE31E !important;
  color: #000000 !important;
}









/* === Career Theme Styling 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: #FFE31E !important; /* golden yellow */
}

.um a.um-link:hover,
.um a.um-link-hvr:hover {
    color: #ffffff !important; /* white on hover */
}

/* Button primary colors */
.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,
.um .um-field-group-head,
.um-modal-btn,
.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,
div.uimob800 .um-account-side li a.current,
div.uimob800 .um-account-side li a.current:hover {
    background-color: #FFE31E !important;  /* gold */
    color: #000000 !important;  /* black text on yellow */
    border: none !important;
}

/* Button hover effect */
.um .um-button:hover,
.um a.um-button:hover,
.um input[type=submit].um-button:hover,
.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 {
    background-color: #000000 !important;
    color: #FFE31E !important;
    border: 2px solid #FFE31E !important;
}

/* Alt buttons (cancel, secondary actions) */
.um .um-button.um-alt, 
.um input[type=submit].um-button.um-alt {
    background-color: #222222 !important;
    color: #ffffff !important;
}

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




