/*
Theme Name: Sprint Child Theme
Theme URI: https://sprint.ancorathemes.com/
Description: Sprint is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: AncoraThemes
Author URI: https://ancorathemes.com/
Version: 1.9.0
Tested up to: 6.7
Requires at least: 5.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: sprint
Template: sprint
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */
/* Better Nutrition brand */
:root {
  --bn-bg: #000000;
  --bn-bg-elevated: #0a0a0a;
  --bn-text: #f5f5f7;
  --bn-text-muted: #86868b;
  --bn-accent: #30d158;
  --bn-lime: #c8f542;
  --theme-color-accent: #30d158;
  --theme-color-accent_hover: #28b84c;
}

body,
.body_wrap,
.page_wrap {
  background-color: var(--bn-bg-elevated);
  color: var(--bn-text);
}

a,
.scheme_dark a,
.scheme_default a:hover {
  color: var(--bn-accent);
}

a:hover {
  color: var(--bn-lime);
}

.scheme_default .sc_button_default,
.scheme_default .elementor-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt {
  background-color: var(--bn-accent) !important;
  border-color: var(--bn-accent) !important;
  color: #000 !important;
}

.scheme_default .sc_button_default:hover,
.scheme_default .elementor-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
  background-color: var(--bn-lime) !important;
  border-color: var(--bn-lime) !important;
  color: #000 !important;
}

[style*="#3949FD"],
[style*="3949FD"],
.elementor-widget-heading .elementor-heading-title span[style*="#3949FD"] {
  color: var(--bn-accent) !important;
}

.top_panel,
.menu_mobile,
.footer_wrap {
  background-color: var(--bn-bg) !important;
}

.top_panel .sc_layouts_menu_nav > li > a,
.footer_wrap,
.footer_wrap a {
  color: var(--bn-text);
}

.footer_wrap .footer_copyright,
.post_meta,
.post_meta_item {
  color: var(--bn-text-muted);
}

/* Better Nutrition — header logo sizing */
.custom-logo-link img,
.sc_layouts_logo img.logo_image,
.elementor-widget-trx_sc_layouts_logo img.logo_image {
  max-height: 52px;
  width: auto;
  height: auto;
  object-fit: contain;
}
