/*
Theme Name: Sweetdate Child
Theme URI: https://themeforest.net/item/sweet-date-more-than-a-wordpress-dating-theme/full_screen_preview/4994573
Template: sweetdate
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress Sweetdate child theme.
Version: 1.0.0.1617030101
Updated: 2021-03-29 17:01:41

/* ============================
   Rolls-Royce Black & Gold — PROFILE
   Encapsulado en #profile-details-section
   ============================ */

:root{
  --rr-gold: var(--xo-gold-2, var(--gold, #D4AF37));
  --rr-gold-dark: var(--xo-gold-border, #6E5400);
  --rr-text: #ffffff;
  --rr-text-muted: #cfcfcf;
  --rr-bg: #000000;
  --rr-bg-2: #0b0b0b;
}

/* Contenedor principal */
#profile-details-section{
  background: radial-gradient(60% 80% at 50% 0%, rgba(212,175,55,.08), transparent 65%), var(--rr-bg) !important;
  color: var(--rr-text);
  border: 1px solid rgba(212,175,55,.28); /* fallback */
  border: 1px solid color-mix(in srgb, var(--rr-gold) 28%, transparent);
  border-radius: 20px;
  padding: clamp(20px, 4vw, 36px);
  box-shadow: 0 20px 60px rgba(0,0,0,.65), inset 0 0 0 1px rgba(212,175,55,.14);
}

/* Título */
#profile-details-section h4{
  color: var(--rr-text);
  font-weight: 800;
  letter-spacing: .5px;
  margin: 0 0 18px;
  display: flex; align-items: center; gap: 10px;
  position: relative; padding-bottom: 12px;
}
#profile-details-section h4 .icon{ color: var(--rr-gold); }
#profile-details-section h4::after{
  content:"";
  position:absolute; left:0; bottom:0;
  width: 84px; height: 2px;
  background: linear-gradient(90deg, transparent, var(--rr-gold), transparent);
  box-shadow: 0 0 14px rgba(212,175,55,.55);
}

/* Etiquetas */
#profile-details-section label{
  color: var(--rr-text-muted);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin: 14px 0 6px;
}

/* Inputs */
#profile-details-section input[type="text"],
#profile-details-section input[type="email"],
#profile-details-section input[type="password"],
#profile-details-section input[type="number"],
#profile-details-section input[type="tel"],
#profile-details-section textarea,
#profile-details-section select{
  width: 100%;
  background: linear-gradient(180deg, var(--rr-bg-2), #0e0e0e);
  border: 1px solid rgba(212,175,55,.32); /* fallback */
  border: 1px solid color-mix(in srgb, var(--rr-gold) 32%, #000 68%);
  color: var(--rr-text);
  border-radius: 14px;
  padding: 14px 16px;
  box-shadow: inset 0 2px 6px rgba(0,0,0,.45), 0 1px 0 rgba(255,255,255,.02);
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease, transform .05s ease;
}
#profile-details-section input::placeholder,
#profile-details-section textarea::placeholder{ color:#9a9a9a; }

#profile-details-section input:focus,
#profile-details-section textarea:focus,
#profile-details-section select:focus{
  outline: none;
  border-color: var(--rr-gold);
  box-shadow: 0 0 0 3px rgba(212,175,55,.28), 0 8px 24px rgba(0,0,0,.6);
  background: #111;
}

/* Indicadores (ej. fuerza de contraseña) */
#profile-details-section #pass-strength-result{
  background: transparent;
  border: 1px dashed rgba(212,175,55,.35);
  color: var(--rr-text-muted);
  border-radius: 10px;
  padding: 8px 12px;
  margin-top: 10px;
}

/* Botones dorados */
#profile-details-section .button,
#profile-details-section button,
#profile-details-section input[type="submit"]{
  --g1: color-mix(in srgb, var(--rr-gold) 85%, #fff 15%);
  --g2: var(--rr-gold);
  position: relative;
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px;
  background-image: linear-gradient(180deg, var(--g1), var(--g2));
  color: #1c1500;
  border: 1px solid var(--rr-gold-dark);
  border-radius: 999px;
  padding: 12px 24px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  box-shadow: 0 12px 32px rgba(212,175,55,.40), 0 0 0 1px rgba(110,84,0,.6) inset;
  transition: transform .08s ease, box-shadow .2s ease, filter .2s ease;
  cursor: pointer;
  overflow: hidden;
}

/* Destello (“sheen”) */
#profile-details-section .button::after,
#profile-details-section button::after,
#profile-details-section input[type="submit"]::after{
  content:"";
  position:absolute; inset: -120% -40%;
  background: linear-gradient(60deg, transparent 45%, rgba(255,255,255,.55) 50%, transparent 55%);
  transform: translateX(-150%) rotate(10deg);
  pointer-events: none;
}
#profile-details-section .button:hover::after,
#profile-details-section button:hover::after,
#profile-details-section input[type="submit"]:hover::after{
  animation: rr-sheen .9s ease;
}
@keyframes rr-sheen{
  to{ transform: translateX(150%) rotate(10deg); }
}

#profile-details-section .button:hover,
#profile-details-section button:hover,
#profile-details-section input[type="submit"]:hover{
  filter: brightness(1.06);
  transform: translateY(-1px);
  box-shadow: 0 18px 42px rgba(212,175,55,.48), 0 0 0 1px rgba(110,84,0,.7) inset;
}
#profile-details-section .button:active,
#profile-details-section button:active,
#profile-details-section input[type="submit"]:active{
  transform: translateY(0);
  box-shadow: 0 10px 22px rgba(212,175,55,.36), 0 0 0 1px rgba(110,84,0,.7) inset;
}

/* Quitar fondos heredados claros dentro */
#profile-details-section,
#profile-details-section .columns,
#profile-details-section *:where(.input, .select, .textarea){
  background-color: transparent !important;
}

/* Dropdowns del theme (Kleo) si aparecen aquí */
#profile-details-section .custom.dropdown{
  border-color: rgba(212,175,55,.32);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
}
#profile-details-section .custom.dropdown a.current,
#profile-details-section .custom.dropdown li{ color: var(--rr-text); }
#profile-details-section .custom.dropdown.open a.selector{ border-color: var(--rr-gold); }

/* Espaciado */
#profile-details-section .editfield{ margin-bottom: 14px; }
#profile-details-section .editfield:last-of-type{ margin-bottom: 22px; }

/* Accesibilidad */
#profile-details-section input:hover{ border-color: rgba(212,175,55,.4); }
#profile-details-section input:focus + small,
#profile-details-section label:has(+ input:focus){ color: var(--rr-gold); }

/* Responsive */
@media (max-width: 768px){
  #profile-details-section{ padding: 22px; border-radius: 16px; }
}


body.pmpro-checkout .pmpro_checkout {
    width: 100%;
}
body.pmpro-checkout .pmpro_checkout .pmpro_thead-msg .button.bordered {
    color: black;
}
body.pmpro-checkout table.pmpro_checkout tbody tr td {
    padding: 15px 15px 0 !important;
}
body.pmpro-checkout .user-login-message, body.pmpro-checkout #pmpro_account_loggedin {
    border: 1px solid #ddd;
    font-size: 17px;
    background-color: white;
    text-align: center;
    padding: 10px;
}
body.pmpro-checkout #pmpro_payment_information_fields {
    float: left;
    max-width: 50%;
    text-align: center;
    padding: 20px 10px;
}
body.pmpro-checkout .pmpro_checkout-field {
    width: 100% !important;
    margin-bottom: 10px;
    margin-left: 0 !important;
    height: auto !important;
}
body.pmpro-checkout .pmpro_checkout-fields .card {
    margin-bottom: auto;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -o-border-radius: 9px;
    border-radius: 9px;
    margin-right: auto;
    -moz-box-shadow: 0 2px 2px 0 #0001a;
    -webkit-box-shadow: 0 2px 2px 0 #0001a;
    -o-box-shadow: 0 2px 2px 0 #0001a;
    box-shadow: 0 2px 2px 0 #0001a;
    margin-top: auto;
    margin-left: auto;
    background-color: white;
    max-width: 500px;
    text-align: left;
    padding: 10px 15px 15px;
}
body.pmpro-checkout .pmpro_checkout-field label {
    font-size: 14px;
}
body.pmpro-checkout .StripeElement {
    border: 1px solid #ddd;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin-top: 10px;
    padding: 10px;
}
body.pmpro-checkout .StripeElement.StripeElement--invalid {
    border-color: red;
}
body.pmpro-checkout .StripeElement.StripeElement--complete {
    border-color: green;
}
body.pmpro-checkout label[for="discount_code"] {
    display: none !important;
}
body.pmpro-checkout #discount_code {
    border: 1px solid #ddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    height: 38px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    padding: 2px 11px;
}
body.pmpro-checkout #discount_code_button {
    border: 1px solid #ddd;
    font-size: 13px;
    cursor: pointer;
    float: left;
    background-color: white;
    outline: 0;
    padding: 5px 14px;
}
body.pmpro-checkout #pmpro_message {
    font-size: 16px;
    max-width: 480px;
    text-align: center;
    padding: 6px;
    margin: 0 0 0 10px;
}
body.pmpro-checkout .pmpro_submit .text-right {
    text-align: left;
}
body.pmpro-checkout #main {
    background-color: #f7f7f7;
    padding: 20px 0;
}
body.pmpro-checkout input[type="submit"] {
    border: 0 solid #e6e6e6;
    font-size: 20px;
    margin-top: 0;
    margin-left: 10px;
    background-color: #93008e;
    color: #fff;
}
body.pmpro-checkout #pmpro_processing_message {
    display: block;
    text-align: center;
    margin: 15px 0 0;
}
body.pmpro_checkout #other_discount_code_p {
    display: none !important;
}
body.pmpro-checkout .desktop-image {
    float: right;
    max-width: 50% !important;
    text-align: center !important;
    padding: 30px;
    margin: 0 !important;
}
body.pmpro-checkout .mobile-image {
    display: none;
}
body.pmpro-checkout .pmpro_submit {
    clear: both;
}
@media (max-width: 800px) {
body.pmpro-checkout form.pmpro_form > div {
    background-color: transparent;
    padding: 0;
}
body.pmpro-checkout .pmpro_submit .text-right {
    text-align: center;
}
body.pmpro-checkout .desktop-image {
    display: none !important;
}
body.pmpro-checkout .mobile-image {
    display: block;
}
body.pmpro-checkout input[type="submit"] {
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-top: 10px !important;
    margin-left: 0 !important;
}
body.pmpro-checkout #pmpro_payment_information_fields {
    float: none;
    max-width: 500px;
    padding: 20px 10px;
    margin: 0 auto;
}
body.pmpro-checkout #pmpro_message {
    margin: 0 auto;
}
}
