/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

/* Import Clash Display Variable */
/* 1. Register Clash Display Variable */
@font-face {
  font-family: 'ClashDisplay-Variable';
  src: url('fonts/ClashDisplay-Variable.woff2') format('woff2-variations'),
       url('fonts/ClashDisplay-Variable.woff2') format('woff2');
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}

/* 2. Target Enfold Special Headings explicitly */
h1, h2, h3, h4, h5, h6,
.av-special-heading,
.av-special-heading *,
.av-special-heading-tag,
.av-special-heading-tag * {
  font-family: 'ClashDisplay-Variable', sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}

/* Global Heading Line-Height Reduction */
h1, h2, h3,
.av-special-heading-tag,
.av-special-heading h1,
.av-special-heading h2,
.av-special-heading h3 {
  line-height: .8 !important; /* Adjust between 0.95 and 1.15 for desired tightness */
}

/* Optional Body Text Override if using Clash Display for UI elements */
.hmf-stat-label, 
.hmf-btn, 
.avia-button {
  font-family: 'ClashDisplay-Variable', sans-serif !important;
}

/* Age Checker Overlay Background */
#age-checker-overlay, 
.age-checker-modal-bg {
  background-color: #000000 !important;
  opacity: 1 !important;
}

/* Modal Outer Box */
.age-checker-inner-modal {
  background-color: #000000 !important;
  border: none !important;
  max-width: 600px !important;
  text-align: center;
}

/* Heading & Paragraph Typography */
.age-checker-heading {
  font-family: 'ClashDisplay-Variable', sans-serif !important;
  font-weight: 700 !important;
  color: #F0C431 !important; /* Yellow text as seen in mockup */
  font-size: 32px !important;
  line-height: 1.1 !important;
  text-transform: uppercase;
}

.age-checker-text {
  color: #ffffff !important;
  font-size: 16px !important;
  margin-bottom: 25px !important;
}

/* "YES, I'M 21 OR OLDER" Primary Button */
.age-checker-btn-submit, 
.age-checker-btn-yes {
  background-color: #00A3E0 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  border-radius: 12px !important;
  padding: 14px 28px !important;
  font-family: 'ClashDisplay-Variable', sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: none !important;
  width: 100% !important;
  max-width: 320px;
  margin: 0 auto 12px auto !important;
  display: block !important;
}

/* "NO, I'M UNDER 21" Secondary Button */
.age-checker-btn-no {
  background-color: #000000 !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  border-radius: 12px !important;
  padding: 14px 28px !important;
  font-family: 'ClashDisplay-Variable', sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: 100% !important;
  max-width: 320px;
  margin: 0 auto !important;
  display: block !important;
}

/* Product Stat Grid Grid Box */
.hmf-stat-box {
  border: 2px solid #ffffff;
  border-radius: 8px;
  padding: 16px;
  background: transparent;
  text-align: center;
}

.hmf-stat-value {
  font-family: 'ClashDisplay-Variable', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
}

.hmf-stat-label {
  font-size: 12px;
  color: #888888;
  text-transform: uppercase;
}

/* Product Stat Grid Grid Box */
.hmf-stat-box {
  border: 2px solid #ffffff;
  border-radius: 8px;
  padding: 16px;
  background: transparent;
  text-align: center;
}

.hmf-stat-value {
  font-family: 'ClashDisplay-Variable', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
}

.hmf-stat-label {
  font-size: 12px;
  color: #888888;
  text-transform: uppercase;
}

/* Custom Heading Line Colors */
.av-special-heading-tag .hmf-cyan {
  color: #0DA3DD !important;
}

.av-special-heading-tag .hmf-white {
  color: #ffffff !important;
}