/*
Theme Name: Aussie Trippers Child
Theme URI: http://localhost/aussietrippers.com/
Description: Custom child theme for the Aussie Trippers website.
Author: Aussie Trippers
Template: flatsome
Theme Color: #008cb2
Version: 1.0.0
Text Domain: aussie-trippers-child
*/

/* Custom colors and styles from psychedelicsshopsaustralia.com */
:root {
  --primary-color: #008cb2;
  --secondary-color: #4ad8ff;
  --hover-color: #4ad8ff;
}

body {
  font-family: "Lato", sans-serif !important;
  background-color: #0f0f11 !important;
  color: #777777;
}

/* Dark mode and footer styles */
html, .absolute-footer {
  background-color: #000000 !important;
}

.header-main {
  background-color: rgba(22, 22, 22, 0.9) !important;
}

.header-bottom {
  background-color: #0a0a0a !important;
}

.header-top {
  background-color: rgba(94, 94, 94, 0.42) !important;
}

.footer-2 {
  background-color: #111111 !important;
}

.bg-dark, .dark-mode {
  background-color: #0f0f11 !important;
}

/* Color overrides for links and highlights */
a:hover {
  color: #4ad8ff !important;
}

.primary-color, .text-primary {
  color: #008cb2 !important;
}

/* Custom buttons and color highlights */
.button.primary, .button.checkout, .button.btn-buy, button[type="submit"], input[type="submit"], .search-submit {
  background-color: #008cb2 !important;
  border-color: #008cb2 !important;
}

.button.primary:hover, .button.checkout:hover, button[type="submit"]:hover, input[type="submit"]:hover, .search-submit:hover {
  background-color: #4ad8ff !important;
  border-color: #4ad8ff !important;
}

/* Exact typography rules */
p, li, label {
  font-family: "Lato", sans-serif !important;
  font-size: 16px; /* No !important to allow .lead and inline overrides */
  line-height: 1.6 !important;
}

span {
  font-family: "Lato", sans-serif !important;
}

/* Make text inside sections and hero banners readable (pure white) in dark mode */
section, .section, .section p, .section li, .section span, .section label, .entry-content p, .entry-content li,
.banner-layers, .banner-layers *, .banner .text.dark, .banner .text.dark *, .text-box .text.dark, .text-box .text.dark * {
  color: #ffffff !important;
}

h1, h2, h3, h4, h5, h6, .section-title-main, .section-title-main b {
  font-family: "Montserrat", sans-serif !important;
  color: #ffffff !important;
}

h1 {
  font-size: 2.5rem !important;
}
h2 {
  font-size: 1.85rem !important;
}
h3 {
  font-size: 1.5rem !important;
}
h4 {
  font-size: 1.25rem !important;
}


h1.uppercase, h3.uppercase {
  letter-spacing: 1.6px !important;
}

/* Primary color highlights inside headings */
h1 span, h2 span, h3 span, h4 span, .section-title-main span {
  color: #008cb2 !important;
}

/* Navigation Links */
.header-nav a, .nav-top-link, .top-bar-nav a {
  font-family: "Lato", sans-serif !important;
  font-size: 12.8px !important;
  font-weight: 700 !important;
  color: rgba(255, 255, 255, 0.8) !important;
  letter-spacing: 0.384px !important;
}

.header-nav a:hover, .nav-top-link:hover, .top-bar-nav a:hover {
  color: #4ad8ff !important;
}

/* Topbar text */
#top-bar .html {
  font-family: "Lato", sans-serif !important;
  font-size: 12px !important;
  color: #ffffff !important;
}

/* Featured Box */
.featured-box h3 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
}

/* Buttons */
.button, button, input[type="submit"] {
  font-family: "Lato", sans-serif !important;
  font-size: 12.8px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.384px !important;
}

/* Absolute Footer styling overrides */
.absolute-footer {
  background-color: #000000 !important;
  color: rgba(255, 255, 255, 0.6) !important;
  font-family: "Lato", sans-serif !important;
  font-size: 13px !important;
  padding: 30px 0 !important;
}

.absolute-footer a {
  font-family: "Lato", sans-serif !important;
  font-size: 12.8px !important;
  font-weight: 700 !important;
  color: rgba(255, 255, 255, 0.8) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  margin: 0 10px !important;
  display: inline-block;
}

.absolute-footer a:hover {
  color: #4ad8ff !important;
}

.absolute-footer .copyright-text {
  font-family: "Lato", sans-serif !important;
  font-size: 13px !important;
  color: rgba(255, 255, 255, 0.6) !important;
}

/* Shop Pagination styling to make it stand out */
ul.page-numbers {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 50px 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

ul.page-numbers li {
  margin: 0 !important;
  padding: 0 !important;
}

ul.page-numbers li a, 
ul.page-numbers li span {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 46px !important;
  height: 46px !important;
  border-radius: 50% !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  border: 2px solid #222222 !important;
  background-color: #111111 !important;
  color: rgba(255, 255, 255, 0.7) !important;
}

ul.page-numbers li span.current {
  background-color: #008cb2 !important;
  border-color: #008cb2 !important;
  color: #ffffff !important;
  box-shadow: 0 0 15px rgba(0, 140, 178, 0.7) !important;
}

ul.page-numbers li a:hover {
  background-color: #1a1a1a !important;
  border-color: #008cb2 !important;
  color: #008cb2 !important;
  transform: translateY(-4px) !important;
  box-shadow: 0 6px 16px rgba(0, 140, 178, 0.4) !important;
}

ul.page-numbers li a.prev,
ul.page-numbers li a.next {
  width: auto !important;
  padding: 0 22px !important;
  border-radius: 30px !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  letter-spacing: 1.2px !important;
}

/* Fix desktop header double logo */
.header-logo-dark {
  display: none !important;
}

/* Fix white text on white background on single product pages */
.single-product .entry-content p,
.single-product .entry-content li,
.single-product .entry-content span,
.single-product .woocommerce-Tabs-panel p,
.single-product .woocommerce-Tabs-panel li,
.single-product .woocommerce-Tabs-panel span,
.single-product #tab-description p,
.single-product #tab-description li,
.single-product #tab-description span {
  color: #333333 !important;
}
