/**
 * Theme Name:     Astra Child
 * Author:         Judedezign
 * Template:       astra
 * Text Domain:	   astra-child
 * Description:    The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
 */


/* =====================================================================
   Site-wide: buttons and card links must never show a text underline.
   Astra underlines links inside its content area by default; any button
   or card link that doesn't explicitly turn that off inherits it. This
   covers every naming convention used across the site's Elementor
   sections (cc-btn, cchem-btn, cchem-card, esx-cta, elementor-button,
   the "-cta" family, etc.) in one place instead of patching page by page.
   ===================================================================== */

a[class*="btn"],
a[class*="-cta"],
a[class*="cta"],
a[class*="button"],
a[class*="card"],
.elementor-button,
.elementor-widget-html a {

    text-decoration: none !important;

}

a[class*="btn"]:hover,
a[class*="-cta"]:hover,
a[class*="cta"]:hover,
a[class*="button"]:hover,
a[class*="card"]:hover,
.elementor-button:hover,
.elementor-widget-html a:hover {

    text-decoration: none !important;

}


/* Astra's built-in "Scroll to Top" button — hidden per request.
   (Native Astra feature, toggle also available at
   Appearance > Customize > Scroll to Top if preferred over CSS.) */

#ast-scroll-top {

    display: none !important;

}
