/*
 Theme Name: Pauly's BBQ Market – Neve Child
 Theme URI: https://paulysbbq.com.au/
 Description: BBQ market–themed child theme for Neve, built for use with Elementor.
 Author: Paul & ChatGPT
 Author URI: https://paulysbbq.com.au/
 Template: neve
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: paulys-bbq-neve-child
*/

/* Basic body styling */
body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: #050506;
  color: #f5f5f5;
}

/* Links */
a {
  color: #ff7a18;
}
a:hover {
  color: #af002d;
}

/* Header adjustments for Neve */
.site-header,
header.header {
  background-color: #050506;
}

/* Simple utility classes for Elementor sections */
.bbq-dark-section {
  background-color: #050506;
}

.bbq-alt-section {
  background-color: #111218;
}

.bbq-section-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* Buttons */
.bbq-btn-primary, .elementor-button.bbq-btn-primary {
  background: linear-gradient(135deg, #ff7a18, #af002d);
  border-radius: 999px;
  border: none;
  color: #ffffff;
}

.bbq-btn-primary:hover, .elementor-button.bbq-btn-primary:hover {
  filter: brightness(1.08);
}

/* Footer */
.site-footer {
  background-color: #050506;
  color: #9b9b9b;
}
