/*
 Theme Name: USEF Child
 Description: USEF Child Theme
 Author: US Equestrian
 Author URI: https://www.usef.org
 Template: Divi
         Version: 1.2.1
*/

/* ========================
   USEF Design Tokens
======================== */

:root {

  /* Brand Colors */
  --usef-red: #c8102e;
  --usef-blue-primary: #012169;
  --usef-blue-dark: #001c54;
  --usef-blue-medium: #1a4797;
  --usef-blue-light: #83b0d4;
  --usef-gray: #4c4c4c;
  --usef-white: #ffffff;
  --usef-black: #000000;

}

/* ========================
   Utility Classes (Optional)
======================== */

/* Text Colors */
.text-red { color: var(--usef-red); }
.text-blue { color: var(--usef-blue-primary); }
.text-gray { color: var(--usef-gray); }

/* Background Colors */
.bg-red { background-color: var(--usef-red); color: var(--usef-white); }
.bg-blue { background-color: var(--usef-blue-primary); color: var(--usef-white); }
.bg-dark { background-color: var(--usef-blue-dark); color: var(--usef-white); }
.bg-light { background-color: var(--usef-blue-light); }

/* Simple Button Utility (optional starter) */
.usef-button {
  background-color: var(--usef-red);
  color: var(--usef-white);
  padding: 12px 20px;
  text-decoration: none;
  display: inline-block;
}

.usef-button:hover {
  background-color: var(--usef-blue-medium);
}

/* Footer USEF link accessibility */
footer a[href="https://www.usef.org"] {
  color: #fff;
  text-decoration: underline;
}


/* Accessible footer social tap targets */
footer a[href*="facebook.com"],
footer a[href*="instagram.com"],
footer a[href*="twitter.com"],
footer a[href*="youtube.com"],
footer a[href*="tiktok.com"] {
  align-items: center;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  min-width: 44px;
}


footer a[href*="facebook.com"], footer a[href*="instagram.com"], footer a[href*="twitter.com"], footer a[href*="youtube.com"], footer a[href*="tiktok.com"] {
  height: 44px !important;
  min-height: 44px !important;
}


footer .usef-privacy-link {
  color: #fff;
  text-decoration: underline;
}


/* Ensure Divi global footer links remain accessible on every template. */
.et-l--footer a[href="https://www.usef.org"],
.et-l--footer .usef-privacy-link {
  color: #fff !important;
  text-decoration: underline !important;
}
