/**
* Theme Name: Inventive Child
* Description: This is a child theme of Inventive, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/themekalia">Themekalia</a>
* Template: inventive
* Version: 1.2
*/

/* ===== Omnisyc temporary text logo (header cleanup) ===== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&display=swap');
.logo a img,
.nav-logo a img,
.hidden-sidebar .logo a img,
.mobile-menu .nav-logo a img { display: none !important; }
.logo a,
.nav-logo a,
.hidden-sidebar .logo a {
  display: inline-block !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  font-size: 28px !important;
  line-height: 1 !important;
  letter-spacing: 0.5px !important;
  color: #1E40AF !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}
.logo a::after,
.nav-logo a::after,
.hidden-sidebar .logo a::after { content: "OMNISYC"; }

/* Hide decorative header asterisk shapes for clean SaaS look */
.main-header .logo-box .shape,
.main-header .shape .icon-asterisk { display: none !important; }

/* Book Demo header CTA button styling */
.header-style-one .outer-box .theme-btn.btn-style-one,
.header-style-one .btn-book-demo {
  background: #1E40AF !important;
  color: #ffffff !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
  border-radius: 6px !important;
}
