/*
  Theme Name:   Rife Free Child
  Description:  Child Theme of Rife Free
  Author:       Irontec S.L.
  Template:     rife-free
  Version:      1.0.0
  Text Domain:  rife-free-child
*/

:root {
  --color-primary: #003f81;
}

div.um-account-side .um-account-meta .um-account-name .um-account-profile-link {
  display: none;
}

div.awsm-job-form-inner.iron-jobs {
  margin-bottom: 30px;
}

.um-button {
  background: var(--color-primary) !important;
}

.um-button.um-alt {
  background: #fff !important;
}

input[type="submit"],
button[type="submit"] {
  background-color: var(--color-primary) !important;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
button[type="submit"]:hover,
button[type="submit"]:focus {
  background-color: var(--color-primary) !important;
  opacity: 0.85;
}

.page-background.to-move {
  display: none !important;
}

.iron-jobs-form-p {
  margin: 5px 0;
}

div.awsm-job-form-group label {
  font-weight: bold;
}

ul.awsm-job-application-meta-list li {
  padding: 0;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.grecaptcha-badge {
  z-index: 99999999 !important;
}

.awsm-application-submit-btn {
  line-height: 1 !important;
}
