/*
 Theme Name:   Pawsitive Child
 Theme URI:    http://pawsitive.bold-themes.com
 Description:  Pawsitive child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     pawsitive
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  pawsitive-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */
/*
Pawsh Pet Resort - Complete Dark Theme Override
*/

@import url("../pawsitive/style.css");

/* === GLOBAL DARK SKIN === */
.btDarkSkin { background: #050B0A !important; }
.btDarkSkin .btContent,
.btDarkSkin .btText,
.btDarkSkin h1, .btDarkSkin h2, .btDarkSkin h3 { 
    color: #F5F2EB !important; 
}
.btDarkSkin p { color: #8C948D !important; }

/* === MENU === */
.mainnav ul li a { color: #F5F2EB !important; }
.mainnav ul li a:hover,
.mainnav ul li.current-menu-item a { color: #1BBF83 !important; }
.mainnav { background: #050B0A !important; }

/* === SERVICES SECTION === */
.btIcon .btIconHolder { background: #0B1F1A !important; }
.btIcon .btIconHolder svg { fill: #1BBF83 !important; }
.btIcon h4 { color: #F5F2EB !important; }

/* === BUTTONS/CTAs === */
.bt-btn { 
    background: #1BBF83 !important; 
    color: #050B0A !important; 
}
.bt-btn:hover { background: #C47A3D !important; }

/* === KILL DEMO GREEN === */
.btAccentIconBG,
[class*="green"] { background: #0B1F1A !important; }
