/*
Theme Name:   EduBlink Child
Theme URI:    https://demo.edublink.co/
Author:       DevsBlink
Author URI:   https://themeforest.net/user/devsblink/portfolio
Description:  EduBlink Child Theme For LMS and Education Purpose.
Version:      1.0.0
Template:     edublink
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain:  edublink-child
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
*/

/* 1. Global Brand Root Variables */
:root {
  --edublink-color-primary: #062448 !important;
  --edublink-color-primary-alt: #ea332e !important;
  --edublink-color-secondary: #ea332e !important;
  --edublink-color-textSecondary: #ea332e !important;
  --edublink-color-tertiary: #fed900 !important;
  --edublink-color-dark: #062448 !important;
  --edublink-color-heading: #062448 !important;
  --edublink-color-body: #525151 !important;
  --edublink-color-extra01: #2eead3 !important;
  --edublink-color-extra02: #2e9bea !important;
  --edublink-color-extra03: #a8ea2e !important;
  --edublink-color-extra04: #d69b3b !important;
  --edublink-color-extra05: #fed900 !important;
  --edublink-color-extra06: #ea332e !important;
  --edublink-gradient-primary: linear-gradient(-90deg, #ea332e 0%, #062448 100%) !important;
  --edublink-gradient-primary-alt: linear-gradient(-90deg, #062448 0%, #ea332e 100%) !important;
  --lp-primary-color: #062448 !important;
  --lp-secondary-color: #ea332e !important;
}

/* 2. Theme Buttons & CTAs (Explore Courses, View All Courses, WhatsApp Us) */
.edu-btn,
.edu-btn.btn-medium,
.edu-btn.btn-secondary,
.edu-btn.btn-curved,
.edublink-button,
a.edu-btn,
button.edu-btn,
.btn-primary,
.elementor-button,
.lp-button,
input[type="submit"].submit {
  background-color: #062448 !important;
  border-color: #062448 !important;
  color: #ffffff !important;
  transition: all 0.3s ease !important;
}

.edu-btn:hover,
.edublink-button:hover,
a.edu-btn:hover,
button.edu-btn:hover,
.elementor-button:hover,
.lp-button:hover,
input[type="submit"].submit:hover {
  background-color: #ea332e !important;
  border-color: #ea332e !important;
  color: #ffffff !important;
}

/* 3. Section Badges, Category Tags & Accent Subtitles */
.pre-title,
.section-subtitle,
.edublink-sub-title,
.edu-section-title .pre-title {
  color: #ea332e !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
}

/* 4. Active Navigation & Highlights */
.mainmenu-nav li.current-menu-item > a,
.mainmenu-nav li.active > a {
  color: #ea332e !important;
}

/* 5. Header White Logo Fix */
.header-white-logo {
  content: url("https://escolanova.pt/wp-content/uploads/2026/08/escola-nova-logo-60h.png") !important;
  max-height: 60px;
}

/* 6. Footer Styling */
.footer-top,
.edublink-footer-area,
.footer-dark {
  background-color: #041b35 !important;
}

.footer-top input[type="submit"],
.footer-top .newsletter-btn,
.footer-top button[type="submit"] {
  background-color: #ea332e !important;
  border-color: #ea332e !important;
  color: #ffffff !important;
}
