/*
* Custom CSS For BBG Journal (Responsive & Soft Colors)
* Version : 1.0.3
*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "Noto Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333; /* Soft dark gray for text */
    background: #f5f5f5; /* Light neutral background */
}

/* Image Styling */
.img-indexby {
    height: auto;
    width: 150px;
    margin: 5px;
    padding: 1px;
    border-radius: 6px;
    border: 1px solid #ddd;
}
.img-indexby:hover {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow on hover */
}

/* Journal Template */
.jurnal_template {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.jurnal_template:hover {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); /* Subtle hover effect */
}

/* Content Block */
.pkp_block .content p {
    line-height: 1.6;
    text-align: justify;
}

/* Responsive Navigation Menu */
@media (min-width: 1550px) {
    .pkp_navigation_primary {
        display: inline-block;
        max-width: 100%;
        text-align: left;
        /* padding-left: 375px; */
        font-size: 16px;
        font-weight: 600;
        color: white;
    }
}
@media (max-width: 1025px) {
    .pkp_navigation_primary {
        display: inline-block;
        max-width: 100%;
        text-align: left;
        padding-left: 95px;
        color:white;
    }
}

/* Sidebar Styling */
.sidebar-link {
    color: #444; /* Soft gray */
}
.sidebar-link:hover {
    color: #007ab2; /* Gentle blue hover */
}
.sidebar-box {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
}
.sidebar-box-title {
    color: #444;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

/* Button Styles */
.btn .btn-default .btn-lg {
    width: 80%;
    margin: 10%;
    border: none;
    border-radius: 5px;
    padding: 10px;
    background-color: #52B119; /* Gentle green */
    color: #fff;
}

/* Main Structure */
.pkp_structure_main {
    width: 100%;
    max-width: 860px;
    background: #fff;
    border-radius: 6px;
    /* border: 1px solid #ddd; */
    padding: 20px;
    margin-bottom: 20px;
}
@media (max-width: 1200px) {
    .pkp_structure_main {
        padding: 20px;
        margin: 15px;
    }
}

/* Footer Links */
.jpi-footer-link, .jpi-footer-text {
    color: #777 !important;
    font-size: 12px;
}
.jpi-footer-link:hover {
    color: #52B119 !important; /* Gentle green */
    font-weight: bold;
}

/* Sidebar Responsive */
@media (max-width: 992px) {
    .pkp_structure_sidebar {
        width: 100%;
    }
}

/* General Link Styling */
a {
    color: #007ab2;
    text-decoration: none;
}
a:hover {
    color: #005f8a; /* Darker blue on hover */
}

.cmp_button_wire, .obj_galley_link {
    background: #009de5 !important;
    border: 1px solid #009de5 !important;
    color: #fff !important;
    font-weight: bold;
    text-transform: uppercase;
}
.cmp_button_wire:hover, .cmp_button_wire:focus, .obj_galley_link:hover, .obj_galley_link:focus {
    background: #007ab2 !important;
    border: 1px solid #007ab2 !important;
    color: #fff !important;
}
.cmp_button, .cmp_form .buttons button, .pkp_head_wrapper .pkp_search button, .page_lost_password .buttons button, .page_search .submit button, .obj_article_details .citation_display form input[type="submit"], .block_make_submission a {
	color: #52B119 !important;
}

.pkp_structure_head {
	/*background-color: #CCE9FB !important;*/
	background: #5dbb63;
	background: -moz-linear-gradient(top, #5dbb63 0%, #CCE9FB 100%);
	background: -webkit-linear-gradient(top, #5dbb63 0%, #CCE9FB 100%);
	background: linear-gradient(to bottom, #5dbb63 0%, #CCE9FB 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5dbb63', endColorstr='#CCE9FB',GradientType=0 );
}

.pkp_navigation_primary_row {
	background-color: #5dbb63 !important;
}

.pkp_structure_footer_wrapper {
    background: #5dbb63 !important;
}

.pkp_navigation_primary>li:first-child a {
    margin-left: 10px;
}

.pkp_navigation_primary>li>a {
    color: black;
    font-weight: 550;
}

.pkp_navigation_search_wrapper a {
    color: black;
    font-weight: 550;
}

.pkp_site_name .is_img img {
    max-height: 200px;
}

.pkp_brand_footer a {
    float: right;
    display: block;
    max-width: 0;
}