/*
Theme Name: Nexux Child
Theme URI: https://wpriverthemes.com/nexux/
Template: nexux
Author: WordPressRiver
Author URI: https://themeforest.net/user/wordpressriver
Description: Introducing a WordPress theme tailored for Business Consulting WordPress Theme
Tags: e-commerce,blog,portfolio
Version: 1.0.0.1746270223
Updated: 2025-05-03 11:03:43

*/
/* =========================
   LUCIUS GLOBAL OVERRIDE
   ========================= */

:root{
  --Primary: #1F7A53 !important;
  --Secondary: #2BA06C !important;
  --Text: #B7C7BE !important;
  --Heading: #EDF3EF !important;
  --Bg: #07110D !important;
  --Card: #0F1F18 !important;
  --Border: #2A3A33 !important;
}

/* FUNDO GLOBAL */
body,
.main-wrapper,
.page-wrapper,
.site-wrapper{
  background: #07110D !important;
  color: #B7C7BE !important;
}

/* HEADINGS */
h1,h2,h3,h4,h5,h6{
  color: #EDF3EF !important;
}

/* LINKS */
a{
  color: #1F7A53 !important;
}
a:hover{
  color: #2BA06C !important;
}

/* BOTÕES */
button,
.btn,
.theme-btn,
.elementor-button{
  background: #1F7A53 !important;
  border-color: #1F7A53 !important;
  color: #EDF3EF !important;
}
button:hover,
.btn:hover,
.theme-btn:hover,
.elementor-button:hover{
  background: #164B36 !important;
}

/* CARDS (blog e blocos) */
.blog-card,
.post-card,
.card,
.service-card{
  background: #0F1F18 !important;
  border: 1px solid #2A3A33 !important;
}

/* REMOVE AZUL FORÇADO */
*{
  box-shadow: none !important;
}

[class*="blue"],
[class*="primary"],
[class*="gradient"]{
  background: none !important;
}

/* FORÇA REMOÇÃO DE AZUL INLINE */
[style*="#4f60fa"],
[style*="#4a56ff"],
[style*="#0075ff"],
[style*="#5935e9"],
[style*="#211f9c"]{
  background: transparent !important;
  color: #1F7A53 !important;
  border-color: #1F7A53 !important;
}

/* MENU LATERAL (O QUE APARECE NO PRINT) */
.offcanvas-menu,
.mobile-menu,
.sidebar-menu{
  background: #07110D !important;
}

.offcanvas-menu a,
.mobile-menu a,
.sidebar-menu a{
  color: #EDF3EF !important;
}

.offcanvas-menu a:hover,
.mobile-menu a:hover,
.sidebar-menu a:hover{
  color: #2BA06C !important;
}

/* REMOVE BOTÕES DA DEMO */
.play-store,
.app-store,
.store-btn{
  display: none !important;
}
