
/* Site Title (Aidan Mikdad) - White, elegant */
.site-title a,
.site-title {
    color: #ffffff !important;
    font-family: 'Playfair Display', 'Georgia', serif !important;
    font-weight: 400 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    font-size: 32px !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2) !important;
    white-space: nowrap !important;
}

@media (max-width: 768px) {
    html body .site-header .site-branding .site-title,
    html body .site-header .site-branding .site-title a {
        font-size: 16px !important;
    }
    html body .site-header .site-branding .site-description {
        font-size: 10px !important;
    }
}

/* Tagline (Concert pianist) - Gold, subtle */
.site-description {
    color: #c9a84c !important;
    font-family: 'Montserrat', 'Helvetica Neue', sans-serif !important;
    font-weight: 300 !important;
    letter-spacing: 3px !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    margin-top: 5px !important;
    opacity: 0.9 !important;
}

/* Hide site title AND tagline on all pages except the homepage */
body:not(.home) .site-title,
body:not(.home) .site-description {
    display: none;
}

/* This adds your custom title */

/* Center the NEWS heading and add gold underline */
.blog .site-main {
    text-align: center;
}

.blog .site-main:before {
    content: "NEWS";
    font-size: 2rem;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 1rem;
    border-bottom: 2px solid #c9a84c;  /* gold line – matches your theme */
    padding-bottom: 0.2rem;
    letter-spacing: 1px;               /* optional: slight elegance */
}

/* Style both buttons to match the elegant gold button */
.wp-block-uagb-info-box .uagb-infobox-cta-link,
.wp-block-uagb-info-box .wp-block-button__link {
    display: inline-block !important;
    background: #c9a84c !important;
    color: #ffffff !important;
    padding: 14px 32px !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    transition: all 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    border: none !important;
}

/* Hover effect: darker gold + lift + scale + glow */
.wp-block-uagb-info-box .uagb-infobox-cta-link:hover,
.wp-block-uagb-info-box .wp-block-button__link:hover {
    background: #b8923a !important;
    transform: translateY(-3px) scale(1.02) !important;
    box-shadow: 0 0 20px 6px rgba(201, 168, 76, 0.7), 0 12px 28px rgba(0, 0, 0, 0.3) !important;
    border: none !important;
}

/* Style the SVG arrow inside buttons to be white and match */
.wp-block-uagb-info-box .uagb-infobox-cta-link svg,
.wp-block-uagb-info-box .wp-block-button__link svg {
    fill: #ffffff !important;
    margin-left: 8px;
    transition: transform 0.25s ease;
    width: 16px;
    height: 16px;
}

/* Optional: slight arrow movement on hover */
.wp-block-uagb-info-box .uagb-infobox-cta-link:hover svg,
.wp-block-uagb-info-box .wp-block-button__link:hover svg {
    transform: translateX(4px);
}

/* Remove any extra background or border from button wrapper */
.wp-block-uagb-info-box .wp-block-button {
    background: transparent !important;
}

/* Add space above the Videos heading */
.uagb-block-63919efe {
    margin-top: 40px !important;
}

/* Make the 'Videos' and 'Audios' headings uppercase */
.wp-block-uagb-advanced-heading .uagb-heading-text {
    text-transform: uppercase !important;
}

/* Reduce H2 size for Videos and Audios headings */
.uagb-block-63919efe .uagb-heading-text,
.uagb-block-eae5f18c .uagb-heading-text {
    font-size: 32px !important;
    font-weight: 600 !important;
}

/* Target "Discover The Music" */
.wp-block-uagb-info-box.uagb-block-fac2ed48 .uagb-ifb-title-prefix {
    font-size: 18px !important;
    letter-spacing: 2px !important;
    font-weight: 700 !important;
    color: #c9a84c !important;
}

/* Target "ABOUT" */
.wp-block-uagb-info-box.uagb-block-cfd271a1 .uagb-ifb-title-prefix {
    font-size: 18px !important;
    letter-spacing: 2px !important;
    font-weight: 700 !important;
    color: #c9a84c !important;
}

/* Reduce vertical padding on both main containers */
.uagb-block-6b807613,
.uagb-block-30586fcb {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

/* Reduce gap between sections */
.uagb-block-30586fcb {
    margin-top: -20px !important;
}

/* Optional: reduce social icons spacing */
.social-icons-container {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

/* ============================================ */
/*  RESPONSIVE DESIGN – MOBILE & TABLET         */
/*  (Tables: fit screen, no forced scroll)      */
/* ============================================ */

/* TABLET (max-width: 768px) */
@media (max-width: 768px) {
    /* Container padding */
    .wp-block-uagb-container,
    .uagb-container-inner-blocks-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    /* Images fluid */
    .wp-block-uagb-image img,
    .wp-block-image img {
        width: 100%;
        height: auto;
    }
    
    /* Headings */
    h1, .uagb-ifb-title, .entry-title {
        font-size: 32px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 22px;
    }
    
    /* Buttons (tablet) */
    .concert-button,
    .wp-block-button__link,
    .uagb-infobox-cta-link {
        padding: 10px 24px;
        font-size: 14px;
    }
    
    /* Social icons (tablet) */
    .social-icon svg {
        width: 30px;
        height: 30px;
    }
    
    /* Section padding */
    .wp-block-uagb-container {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    /* TABLES: fit screen, no forced scroll, gold border */
    table {
        width: 100% !important;
        min-width: auto !important;
        border-collapse: collapse;
    }
    td, th {
        font-size: 12px;
        padding: 6px 8px;
        border-right: 1px solid #c9a84c !important;
        white-space: normal !important;
        word-break: break-word;
    }
    table tr td:last-child,
    table tr th:last-child {
        border-right: none !important;
    }
    /* Ensure the scroll wrapper does NOT force scroll */
    div[style*="overflow-x:auto"] {
        overflow-x: visible !important;
    }
}

/* MOBILE (max-width: 480px) – general adjustments (no table overrides except font) */
@media (max-width: 480px) {
    /* Headings */
    h1, .uagb-ifb-title {
        font-size: 28px;
    }
    h2 {
        font-size: 22px;
    }
    
    /* Container padding */
    .wp-block-uagb-container {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 16px;
        padding-right: 16px;
    }
    
    /* Gap between elements */
    .uagb-container-inner-blocks-wrap {
        gap: 20px;
    }
    
    /* Buttons (mobile) */
    .concert-button,
    .wp-block-button__link,
    .uagb-infobox-cta-link {
        padding: 8px 20px;
        font-size: 13px;
    }
    
    /* Social icons (mobile) */
    .social-icon svg {
        width: 28px;
        height: 28px;
    }
}

/* MOBILE PORTRAIT – hide Venue & Program columns so table fits without scroll */
@media (max-width: 480px) and (orientation: portrait) {
    table td:nth-child(3), table th:nth-child(3),
    table td:nth-child(4), table th:nth-child(4) {
        display: none !important;
    }
    td, th {
        font-size: 10px !important;
        padding: 4px 4px !important;
        border-right: 1px solid #c9a84c !important;
    }
    table tr td:last-child,
    table tr th:last-child {
			 border-right: 1px solid  !important;
       
    }
    div[style*="overflow-x:auto"] {
        overflow-x: visible !important;
    }
}

/* SMALL DESKTOP / LAPTOP (max-width: 1024px) */
@media (max-width: 1024px) {
    .wp-block-uagb-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}
/* ============================================ */
/*  FINAL – GOLD TABLE BORDERS + PORTRAIT FIX   */
/* ============================================ */

/* TABLET & MOBILE LANDSCAPE (up to 768px) */
@media (max-width: 768px) {
    /* Outer table border */
    table {
        border: 1px solid #c9a84c !important;
        border-collapse: collapse !important;
    }
    /* Every cell: all four sides gold */
    table td, 
    table th {
        border: 1px solid #c9a84c !important;
    }
}

/* MOBILE PORTRAIT (up to 480px) – hide columns, keep gold borders */
@media (max-width: 480px) and (orientation: portrait) {
    /* Hide Venue (col 3) and Program (col 4) */
    table td:nth-child(3), table th:nth-child(3),
    table td:nth-child(4), table th:nth-child(4) {
        display: none !important;
    }
    
    /* Smaller font & padding for remaining columns */
    td, th {
        font-size: 10px !important;
        padding: 4px 4px !important;
    }
    
    /* Force gold borders on all sides – overrides any theme removal */
    table, table td, table th {
        border: 1px solid #c9a84c !important;
        border-collapse: collapse !important;
    }
    
    /* Ensure the last visible cell (Tickets) keeps its gold right border */
    table tr td:last-child,
    table tr th:last-child {
        border-right: 1px solid #c9a84c !important;
    }
    
    /* Disable horizontal scroll (table now fits) */
    div[style*="overflow-x:auto"] {
        overflow-x: visible !important;
    }
}
/* SureForms Submit Button – Elegant Gold with Glow & Hover Effects */
button#srfm-submit-btn {
    background: #c9a84c !important;
    color: #ffffff !important;
    border: none !important;
    padding: 10px 18px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    border-radius: 50px !important;
    transition: all 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    cursor: pointer;
}


/* Hover effect: darker gold + lift + scale + gold glow */
button#srfm-submit-btn:hover {
    background: #b8923a !important;
    transform: translateY(-3px) scale(1.02) !important;
    box-shadow: 0 0 20px 6px rgba(201, 168, 76, 0.7), 0 12px 28px rgba(0, 0, 0, 0.3) !important;
}


/* Optional: active (click) effect for extra polish */
button#srfm-submit-btn:active {
    transform: translateY(2px) scale(0.98) !important;
    box-shadow: 0 0 12px 3px rgba(201, 168, 76, 0.8), 0 4px 8px rgba(0, 0, 0, 0.2) !important;
}

/* Fix for three-column story section */
.uagb-block-custom-story,
.uagb-block-custom-story .uagb-container-inner-blocks-wrap {
    overflow: visible !important;
    max-width: 100% !important;
}
.uagb-block-custom-story .uagb-container-inner-blocks-wrap > div {
    flex: 1 1 280px !important;
    min-width: 240px !important;
}
/* Three columns inside ABOUT section – responsive */
@media (max-width: 768px) {
    .uagb-block-cfd271a1 .uagb-ifb-content > div[style*="display: flex"] {
        flex-direction: column !important;
        align-items: center !important;
        gap: 30px !important;
    }
    .uagb-block-cfd271a1 .uagb-ifb-content > div[style*="display: flex"] > div {
        max-width: 100% !important;
        width: 100% !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .uagb-block-cfd271a1 .uagb-ifb-content > div[style*="display: flex"] {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
    .uagb-block-cfd271a1 .uagb-ifb-content > div[style*="display: flex"] > div {
        flex: 1 1 280px !important;
        max-width: 45% !important;
    }
}
/* Landscape mode: force three equal columns with Grid */
@media (orientation: landscape) and (max-width: 900px) {
    .entry-content > div[style*="backdrop-filter"] > div[style*="display: flex"] {
        display: flex !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 20px !important;
    }
    /* Remove any flex properties that might interfere */
    .entry-content > div[style*="backdrop-filter"] > div[style*="display: flex"] > div {
        width: auto !important;
        min-width: 0 !important;
    }
    /* Optional: slightly smaller font for better fit */
    .entry-content p {
        font-size: 14px !important;
    }
}

/* Print styles: hide everything except the biography section */
@media print {
    /* Hide all page content by default */
    body * {
        visibility: hidden;
    }

    /* Show only the biography container and its children */
    .entry-content > div[style*="backdrop-filter"],
    .entry-content > div[style*="backdrop-filter"] * {
        visibility: visible;
    }

    /* Position the biography container at the top-left of the printed page */
    .entry-content > div[style*="backdrop-filter"] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 20px;
    }

    /* Remove background and blur effects for cleaner printing */
    .entry-content > div[style*="backdrop-filter"] {
        background: white !important;
        backdrop-filter: none !important;
    }

    /* Ensure text is dark for print */
    .entry-content p,
    .entry-content h2,
    .entry-content h3 {
        color: black !important;
    }

    /* Hide the PDF button itself from the printout */
    #pdf-export-btn,
    #pdf-export-btn * {
        display: none !important;
    }
}
/* Three‑column storytelling – justify text and add first‑line indent */
.uagb-block-custom-story p {
    text-align: justify !important;
    text-justify: inter-word; /* optional, improves justification */
    /* text-indent: 1em !important; /* first line indentation */
    margin: 0 0 1em 0; /* consistent paragraph spacing */
}

/* Center the parent containers of the headings */
div[style*="background: rgba(0,0,0,0.55)"],
div[style*="background: rgba(0,0,0,0.4)"] {
  text-align: center !important;
}

/* Force both headings to be white, 32px, uppercase, with underline */
div[style*="background: rgba(0,0,0,0.55)"] .concerts-heading,
div[style*="background: rgba(0,0,0,0.4)"] .concerts-heading,
div[style*="background: rgba(0,0,0,0.55)"] .concerts-heading.past,
div[style*="background: rgba(0,0,0,0.4)"] .concerts-heading.past {
  color: #ffffff !important;
  font-size: 32px !important;
  text-transform: uppercase !important;
  margin: 0 0 30px 0 !important;
  position: relative !important;
  display: inline-block !important;
  padding-bottom: 8px !important;
  letter-spacing: normal !important;
  background: none !important;
  text-align: center !important;
}

/* Gold underline for both – semi‑transparent */
div[style*="background: rgba(0,0,0,0.55)"] .concerts-heading::after,
div[style*="background: rgba(0,0,0,0.4)"] .concerts-heading::after,
div[style*="background: rgba(0,0,0,0.55)"] .concerts-heading.past::after,
div[style*="background: rgba(0,0,0,0.4)"] .concerts-heading.past::after {
  content: "" !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 2px !important;
  background: rgba(201, 168, 76, 0.6) !important; /* semi‑transparent gold */
}

/* If you want Past Concerts underline gray, add this line */
div[style*="background: rgba(0,0,0,0.4)"] .concerts-heading.past::after {
  background: #a0a0a0 !important;
}

/* Hide the old gold line divs */
div[style*="width:60px"][style*="height:2px"] {
  display: none !important;
}


 /* Awards page specific styles – add to Additional CSS or keep here */
.awards-container {
    background: rgba(0,0,0,0.3);
    backdrop-filter: blur(4px);
    padding: 40px 30px;
    margin: 80px auto 40px auto;
    position: relative;
    max-width: 1400px;
  }
.awards-container h1 {
  color: #ffffff;           /* white text */
  font-size: 32px;         /* same as Concerts heading */
  text-transform: uppercase;
  margin: 0 0 12px 0;
  position: relative;
  display: inline-block;    /* so the underline spans the text width */
  padding-bottom: 8px;      /* space between text and underline */
}

/* Gold underline using pseudo-element – semi‑transparent for consistency */
.awards-container h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(201, 168, 76, 0.6); /* matches Concerts underline */
}
 
  .awards-three-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
  .award-col {
    flex: 1;
    min-width: 260px;
  }
  .award-year {
    color: #c9a84c;
    /* font-weight: 700; */
    /*font-size: 22px;*/
    margin-bottom: 12px;
    border-left: 3px solid #c9a84c;
    padding-left: 12px;
  }
  .award-list {
    margin: 0 0 25px 0;
    padding-left: 0;
    list-style: none;
  }
  .award-list li {
    color: #f0f0f0;
    /*font-size: 15px;*/
    /* line-height: 1.5;*/
    margin-bottom: 10px;
    padding-left: 22px;
    position: relative;
    /* text-align: justify;*/
  }
  .award-list li::before {
    content: "♪";
    color: #c9a84c;
    position: absolute;
    left: 0;
    top: 0;
    /*font-size: 14px; */
  }
  @media (max-width: 768px) {
    .awards-three-columns {
      flex-direction: column;
      gap: 20px;
    }
    .awards-container {
      padding: 30px 20px;
      margin: 80px 15px 40px 15px;
    }
  }

/* Make all gold buttons smaller on mobile (applies everywhere) */
@media (max-width: 768px) {
  a[style*="background: #c9a84c"],
  button[style*="background: #c9a84c"] {
    padding: 8px 20px !important;
    font-size: 13px !important;
    letter-spacing: 1.5px !important;
  }
}

/* Force hide all line breaks inside social icons */
.social-icon br {
  display: none !important;
}

/* Override inline SVG dimensions and ensure consistent sizing */
.social-icon svg {
  width: 24px !important;
  height: 24px !important;
}

/* Tablet (768px and below) */
@media (max-width: 768px) {
  .social-icon svg {
    width: 20px !important;
    height: 20px !important;
  }
}

/* Mobile (480px and below) */
@media (max-width: 480px) {
  .social-icon svg {
    width: 18px !important;
    height: 18px !important;
  }
}

/* Style "Visit Website" and "Contact via Email" buttons on contact page */
.wp-block-group .wp-block-button .wp-block-button__link {
  background-color: #c9a84c !important;
  color: #ffffff !important;
  transition: all 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1) !important;
  border: none !important;
}

.wp-block-group .wp-block-button .wp-block-button__link:hover {
  background-color: #b8923a !important;
  transform: translateY(-3px) scale(1.02) !important;
  box-shadow: 0 0 20px 6px rgba(201, 168, 76, 0.7), 0 12px 28px rgba(0, 0, 0, 0.3) !important;
}

/* For the outline button ("Contact via Email") */
.wp-block-group .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent !important;
  border: 2px solid #c9a84c !important;
  color: #c9a84c !important;
}

.wp-block-group .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: #c9a84c !important;
  color: #ffffff !important;
  transform: translateY(-3px) scale(1.02) !important;
  box-shadow: 0 0 20px 6px rgba(201, 168, 76, 0.7), 0 12px 28px rgba(0, 0, 0, 0.3) !important;
}
/* Envelope animation on submit button click */
#srfm-submit-btn {
  position: relative;
  overflow: visible;
}

#srfm-submit-btn:active::before {
  content: "✉️" !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  font-size: 28px !important;
  font-family: "Segoe UI Emoji", "Apple Color Emoji", sans-serif !important;
  animation: flyAway 0.8s ease-out forwards !important;
  pointer-events: none !important;
  z-index: 9999 !important;
  background: transparent !important;
  color: #c9a84c !important;
  text-shadow: none !important;
  line-height: 1 !important;
}

@keyframes flyAway {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -150%) scale(1.5);
  }
}
/* Click feedback for submit button */
#srfm-submit-btn:active {
  transform: scale(0.97) !important;
  transition: transform 0.1s ease !important;
}
/* Transparent menu: gold on hover */
.ast-primary-menu a:hover,
.main-navigation a:hover,
.ast-main-header-bar-alignment a:hover {
  color: #c9a84c !important;
  transition: color 0.3s ease;
}
/* Force Listen Now button hover effect */
.wp-block-uagb-info-box .uagb-infobox-cta-link:hover,
.wp-block-uagb-info-box .wp-block-button__link:hover {
  background: #b8923a !important;
  transform: translateY(-3px) scale(1.02) !important;
  box-shadow: 0 0 20px 6px rgba(201, 168, 76, 0.7), 0 12px 28px rgba(0, 0, 0, 0.3) !important;
  transition: all 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1) !important;
}
/* Active menu item color – match your gold */
.current-menu-item > a,
.current_page_item > a,
.ast-primary-menu .current-menu-item a {
  color: #c9a84c !important;
}
/* Force Listen Now button hover – targets the exact element */
.uagb-block-fac2ed48 .ast-custom-button:hover,
.uagb-block-fac2ed48 div.ast-custom-button:hover {
  background: #b8923a !important;
  transform: translateY(-3px) scale(1.02) !important;
  box-shadow: 0 0 20px 6px rgba(201, 168, 76, 0.7), 0 12px 28px rgba(0, 0, 0, 0.3) !important;
  transition: all 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1) !important;
  cursor: pointer !important;
}
/* Listen Now button hover effect */	
	.ast-header-button-1 .ast-custom-button:hover {
  background: #b8923a !important;
		transform: translateY(-3px) scale(1.02) !important;	
		box-shadow: 0 0 20px 6px rgba(201, 168, 76, 0.7), 0 12px 28px rgba(0, 0, 0, 0.3) !important;	
  transition: all 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1) !important;	
cursor: pointer !important;
	}
@media (max-width: 760px) {
    .social-icons-container {
        margin: 40px auto 50px auto !important;
    }
}
/* ============================================
   BLOG PAGE – PIANIST BACKGROUND + GLASS EFFECT
   ============================================ */
/* 0. Hide the banner */
.ast-archive-entry-banner .ast-container h1 {
    display: none !important;
}
.ast-archive-entry-banner[data-post-type="post"] {
    display: none !important;
}
/* Fallback: if banner refuses to cooperate, add margin to the next element */
.site-content {
    margin-top: 50px !important;
}

/* 1. Background on html and body */
html,
body.blog,
body.archive {
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(10,10,10,0.3), rgba(0,0,0,0.6)),
        url('https://aidanmikdad.com/wp-content/uploads/2018/06/6-aidan-mikdad-copyright-erna-kuik.jpg') !important;
    background-size: cover !important;
    background-position: 50% 30% !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    min-height: 100vh !important;
}

/* 2. FIX: The archive banner is a solid dark block — make it transparent
   so the body background shows through, and reduce its height */
.ast-archive-entry-banner[data-post-type="post"],
.ast-archive-entry-banner[data-post-type="post"][data-banner-background-type="custom"] {
    background-image: none !important;
    background-color: transparent !important;
    min-height: 180px !important;    /* was 350px — the huge gap */
}

/* 3. Transparent content wrappers */
body.blog .site-content,
body.blog .ast-container,
body.blog #primary,
body.blog #content,
body.archive .site-content,
body.archive .ast-container,
body.archive #primary,
body.archive #content {
    background: transparent !important;
}

/* 4. FIX: Astra forces .ast-article-inner to a solid dark background — override it */
body.blog .ast-separate-container .ast-article-inner,
body.archive .ast-separate-container .ast-article-inner,
body.blog .ast-article-inner,
body.archive .ast-article-inner {
    background-color: transparent !important;
    background-image: none !important;
}

/* 5. Glass effect on .ast-article-inner (the ACTUAL visible card, not .ast-article-post) */
body.blog .ast-article-inner,
body.archive .ast-article-inner {
    background: rgba(10, 10, 10, 0.25) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    border-radius: 20px !important;
    border: 1px solid rgba(201, 168, 76, 0.5) !important;
    padding: 1.5rem !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    flex-direction: column !important;
    box-sizing: border-box !important;
}

/* 6. Hover on the inner card */
body.blog .ast-article-post:hover .ast-article-inner,
body.archive .ast-article-post:hover .ast-article-inner {
    background: rgba(20, 20, 20, 0.85) !important;
    border-color: #c9a84c !important;
    box-shadow: 0 20px 35px -10px rgba(0,0,0,0.6), 0 0 15px rgba(201,168,76,0.4) !important;
}

body.blog .ast-article-post:hover,
body.archive .ast-article-post:hover {
    transform: translateY(-5px) !important;
}

/* 7. Make .post-content flex so Read Post button pins to bottom */
body.blog .ast-article-inner .post-content,
body.archive .ast-article-inner .post-content {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
}

/* 8. Excerpt pushes the Read More button down */
body.blog .ast-excerpt-container,
body.archive .ast-excerpt-container {
    flex: 1 !important;
    color: rgba(255, 255, 255, 0.85) !important;
}

/* 9. Post titles – white, gold on hover */
body.blog .entry-title a,
body.archive .entry-title a {
    color: #ffffff !important;
    font-family: 'Playfair Display', serif !important;
    text-decoration: none !important;
}
body.blog .entry-title a:hover,
body.archive .entry-title a:hover {
    color: #c9a84c !important;
}

/* 10. Post metadata – gold */
body.blog .entry-meta,
body.archive .entry-meta,
body.blog .posted-on,
body.archive .posted-on {
    color: #c9a84c !important;
}

/* 11. "Read Post" button */
body.blog .ast-read-more-container a,
body.archive .ast-read-more-container a {
    background: rgba(201, 168, 76, 0.9) !important;
    border-radius: 40px !important;
    padding: 0.4rem 1rem !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    color: #0a0a0a !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: all 0.2s ease !important;
}
body.blog .ast-read-more-container a:hover,
body.archive .ast-read-more-container a:hover {
    background: #e0bc5c !important;
    box-shadow: 0 0 8px #c9a84c !important;
    transform: translateY(-2px) !important;
}

/* 12. Header – semi-transparent */
body.blog .site-header,
body.archive .site-header,
body.blog #masthead,
body.archive #masthead {
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border-bottom: 0px solid rgba(201, 168, 76, 0.3) !important;
}

/* 13. Pagination */
body.blog .ast-pagination .page-numbers,
body.archive .ast-pagination .page-numbers {
    background: rgba(0,0,0,0.5) !important;
    color: #c9a84c !important;
    border-radius: 50% !important;
}
body.blog .ast-pagination .page-numbers.current,
body.archive .ast-pagination .page-numbers.current {
    background: #c9a84c !important;
    color: #0a0a0a !important;
}
body.blog .ast-pagination a:hover,
body.archive .ast-pagination a:hover {
    background: #e0bc5c !important;
    color: #0a0a0a !important;
}

/* 14. Footer */
.site-primary-footer-wrap {
    background-color: rgba(0, 0, 0, 0.7) !important;
    backdrop-filter: blur(10px) !important;
}

/* 15. Responsive */
@media (max-width: 760px) {
    body.blog .ast-article-inner,
    body.archive .ast-article-inner {
        padding: 1rem !important;
    }
    .ast-archive-entry-banner[data-post-type="post"] {
        min-height: 120px !important;
    }
}
/* 16. */
.infinite-wrap {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
}

.infinite-wrap .ast-article-post {
    width: 33.33% !important;
}

.export-pdf-btn {
	  
    display: inline-flex;          /* ← changed from inline-block */
    align-items: center;           /* vertical centering */
    background: rgba(201, 168, 76, 0.2) !important;
    border: 1px solid rgba(201, 168, 76, 0.6) !important;
    color: #ffffff !important;
    padding: 10px 24px !important;
    border-radius: 50px !important;
	line-height: 1 !important;
    text-decoration: none !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    transition: all 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1) !important;
    backdrop-filter: blur(4px) !important;
}

.export-pdf-btn:hover {
    background: rgba(201, 168, 76, 0.45) !important;
    border-color: #e6c468 !important;
    transform: translateY(-3px) scale(1.02) !important;
    box-shadow: 0 0 20px 6px rgba(201, 168, 76, 0.7) !important;
}
/* ============================================
   KILL YELLOW CIRCLE ON MOBILE NUMBER INPUT (intl-tel-input)
   ============================================ */

/* Target all focusable elements inside the phone field */
.srfm-phone-block .iti__selected-flag:focus,
.srfm-phone-block .iti__selected-flag:focus-visible,
.srfm-phone-block .iti__flag-container:focus-within,
.srfm-phone-block .iti__flag-container *:focus,
.srfm-phone-block .iti__flag-container *:focus-visible,
.srfm-phone-block .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    outline: none !important;
    outline-width: 0 !important;
    outline-style: none !important;
    outline-offset: 0 !important;
    box-shadow: none !important;
    ring: none !important;
    border: none !important;
}

/* Also remove any focus ring from the phone input itself */
.srfm-phone-block input[type="tel"]:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* Finally, a nuclear option for any remaining focus indicators */
.srfm-phone-block *:focus,
.srfm-phone-block *:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

/* ============================================
   ALL BUTTONS – SEMI-TRANSPARENT GLASS (FULL COVERAGE)
   ============================================ */

/* Catch every button variant */
.wp-block-button__link,
.ast-custom-button,
.uagb-buttons-repeater,
.wp-block-uagb-buttons-child a,
button,
.button,
input[type="submit"],
.wp-block-file__button,
.ast-button,
.comment-reply-link,
#submit,
.wp-block-search__button,
.ast-header-button .ast-custom-button,
.ast-builder-button-wrap .ast-custom-button,
.uagb-buttons-repeater.ast-custom-button,
.wp-block-button .wp-block-button__link,
.elementor-button-link,
.elementor-button,
.btn,
.ast-single-post .entry-content .wp-block-button__link {
    background: rgba(201, 168, 76, 0.2) !important;
    border: 1px solid rgba(201, 168, 76, 0.6) !important;
    border-radius: 40px !important;
    color: #ffffff !important;
    backdrop-filter: blur(4px) !important;
    transition: all 0.3s ease !important;
    padding: 0.6rem 1.2rem !important;
    box-shadow: none !important;
}

/* Hover effect */
.wp-block-button__link:hover,
.ast-custom-button:hover,
.uagb-buttons-repeater:hover,
.wp-block-uagb-buttons-child a:hover,
button:hover,
.button:hover,
input[type="submit"]:hover,
.wp-block-file__button:hover,
.ast-button:hover,
.comment-reply-link:hover,
#submit:hover,
.wp-block-search__button:hover,
.ast-header-button .ast-custom-button:hover,
.ast-builder-button-wrap .ast-custom-button:hover,
.uagb-buttons-repeater.ast-custom-button:hover,
.wp-block-button .wp-block-button__link:hover,
.elementor-button-link:hover,
.elementor-button:hover,
.btn:hover {
    background: rgba(201, 168, 76, 0.4) !important;
    border-color: #e6c468 !important;
    box-shadow: 0 0 12px rgba(201, 168, 76, 0.6) !important;
    transform: translateY(-2px) !important;
}

/* Remove circle from Concerts menu item specifically */
#menu-item-79 .menu-link,
#menu-item-79 a,
#menu-item-79 a:focus,
#menu-item-79 a:active,
#menu-item-79 a:focus-visible,
#menu-item-79 .menu-link:focus,
#menu-item-79 .menu-link:active {
    outline: none !important;
    outline-style: none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
    -webkit-tap-highlight-color: transparent !important;
}

/* Also remove any focus ring from all menu items to be safe */
.main-header-menu a:focus,
.main-header-menu a:active,
.ast-primary-menu a:focus,
.ast-primary-menu a:active,
.menu-link:focus,
.menu-link:active {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}
/* Specifically for any button that still looks old */
a[href*="menu"]:not(.menu-link),
a[href*="concerts"]:not(.menu-link),
a[href*="schedule"]:not(.menu-link),
.entry-content a.button,
.entry-content a.btn,
.entry-content .button,
.entry-content .btn {
    background: rgba(201, 168, 76, 0.2) !important;
    border: 1px solid rgba(201, 168, 76, 0.6) !important;
    border-radius: 40px !important;
    color: #ffffff !important;
    backdrop-filter: blur(4px) !important;
    padding: 0.6rem 1.2rem !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}

a[href*="menu"]:hover,
a[href*="concerts"]:hover,
a[href*="schedule"]:hover,
.entry-content a.button:hover,
.entry-content a.btn:hover {
    background: rgba(201, 168, 76, 0.45) !important;
    border-color: #e6c468 !important;
    box-shadow: 0 0 14px rgba(201, 168, 76, 0.7) !important;
    transform: translateY(-2px) !important;
}

/* Override theme's thick border on outline buttons */
.page-id-71 .is-style-outline .wp-block-button__link,
.page-id-71 .wp-block-button.is-style-outline .wp-block-button__link {
    border: 1px solid rgba(201, 168, 76, 0.6) !important;
}

/* ============================================
   RESET – EXCLUDE MENU TOGGLE + PHONE FLAG BUTTON
   FROM GLOBAL BUTTON STYLES
   ============================================ */

/* Astra burger and close buttons */
.ast-mobile-menu-buttons button,
.ast-mobile-menu-buttons .menu-toggle,
button.menu-toggle,
.ast-mobile-menu-trigger-btn,
[data-class="ast-mobile-menu-trigger-btn"] {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    backdrop-filter: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}





/* NEWS heading – breathing room on mobile & tablet */
@media (max-width: 1024px) {
    .blog .site-main {
        padding-top: 60px !important;
    }
}

@media (max-width: 768px) {
    .blog .site-main {
        padding-top: 60px !important;
    }
}

@media (max-width: 480px) {
    .blog .site-main {
        padding-top: 60px !important;
    }
}

