/*
Theme Name: Lifestyle Pet Hyper
Theme URI: https://lifestylepethyper.co.za
Author: We Do The Web
Author URI: https://wedotheweb.co.za
Description: Custom WordPress theme for Lifestyle Pet Hyper. Designed for an evergreen pet retail and care website featuring small mammals, reptiles, birds, fish, cats, and dogs. Built with Bootstrap 5.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lph
*/

/* ---------------------------------------------------------
   IMPORTANT
   ---------------------------------------------------------
   This file is intentionally lightweight.
   All layout, Bootstrap overrides, and styling live in:
   /css/style.css

   Do NOT move your existing CSS into this file.
--------------------------------------------------------- */


/* ---------------------------------------------------------
   WordPress Core Fixes
--------------------------------------------------------- */

/* Fix admin bar overlap */
body.admin-bar .navbar {
    margin-top: 32px;
}

@media (max-width: 782px) {
    body.admin-bar .navbar {
        margin-top: 46px;
    }
}

/* Images responsive by default */
img {
    max-width: 100%;
    height: auto;
}

/* Remove outline from focused links (Bootstrap-friendly) */
a:focus {
    outline: none;
    box-shadow: none;
}


/* ---------------------------------------------------------
   Navigation (WordPress Menu Compatibility)
--------------------------------------------------------- */

/* Ensure WP menus inherit your existing nav styles */
.navbar-nav .menu-item {
    position: relative;
}

.navbar-nav .menu-item > a {
    padding: 25px 15px;
    display: block;
}

/* Dropdown menu compatibility */
.navbar-nav .menu-item-has-children > .dropdown-menu {
    display: none;
}

.navbar-nav .menu-item-has-children:hover > .dropdown-menu {
    display: block;
}


/* ---------------------------------------------------------
   Content Defaults
--------------------------------------------------------- */

.entry-content p {
    margin-bottom: 1.2rem;
}

.entry-content ul {
    padding-left: 1.2rem;
}

.entry-content ul li {
    margin-bottom: 0.5rem;
}


/* ---------------------------------------------------------
   Buttons & Links
--------------------------------------------------------- */

.btn {
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

a {
    transition: all 0.3s ease;
}


/* ---------------------------------------------------------
   Footer
--------------------------------------------------------- */

footer a {
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}


/* ---------------------------------------------------------
   Utility Classes
--------------------------------------------------------- */

.text-uppercase {
    letter-spacing: 0.5px;
}

/* Back to top button safety */
.back-to-top {
    z-index: 999;
}


.legel {
    text-align: center;
}

.legel a {
    text-decoration: none;
    color: var(--light);
}

.legel a:hover {
    text-decoration: none;
    color: var(--primary);
}

/*-- Cookies --*/
.cookie-container {
display: none;
}

.cookie-container.active {
  display: block;
}