/*
Theme Name: IJORAR Journal Theme
Theme URI: https://www.ijorarjournal.com/
Author: Manus
Description: A custom WordPress theme cloned from IJORAR Journal.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ijorar
*/

/* Import original styles */
@import url('assets/css/style.css');

/* Additional WordPress specific styles */
.MainNav img {
    max-width: 100%;
    height: auto;
}

.navbar-brand img {
    height: 60px;
}

.LeftSide .row {
    margin-bottom: 15px;
}

.Footer {
    background: #020531;
    color: white;
}

.Footer a {
    color: #f9f4dd;
    text-decoration: none;
}

.Footer a:hover {
    color: white;
}

.SocialLinks a {
    padding: .6em .8em;
    background: #5c4926;
    color: white;
}

/* Target the <li> that CONTAINS a link to mjapjournal.com */
.navbar-nav li:has(a[href*="mjapjournal.com"]) {
    background-color: #dc3545 !important;
    /* Your preferred color */
    border-radius: 5px;
    margin-left: 0;
    transition: background 0.3s ease;
}

/* Optional: Add a hover effect to the whole container */
.navbar-nav li:has(a[href*="mjapjournal.com"]):hover {
    background-color: #aa2a35 !important;
}