/* Equal size for indexing images only */
.pkp_block .content img {
  width: 180px !important;
  height: 70px !important;
  object-fit: contain !important;
  display: block;
  margin: 0 auto;
}
/* Article Abstract Alignment */
.abstract,
.article-summary .abstract,
.article-details .abstract {
    text-align: justify !important;
    text-justify: inter-word;
    line-height: 1.7;
}
.obj_article_details .abstract h2,
.article-details .abstract h2 {
    text-align: left !important;
}

/* ==========================================
   Trends in Biosciences Research (TBR)
   OJS 3.5 Theme
   Main Color: #E6CBB5
========================================== */


/* BODY */

html,
body {
    background: #f7efe8 !important;
    font-family: "Lora", Georgia, serif !important;
}


/* Main Page */

.pkp_structure_page {
    margin: 0 auto;
    max-width: 1160px;
    background: #ffffff;
    box-shadow: 0 0 15px rgba(80,50,30,.15);
}

@media (min-width:1200px){
.pkp_structure_page{
    margin-top:30px;
    margin-bottom:30px;
}
}


/* ================= HEADER ================= */

.pkp_site_name_wrapper {
    background:#5B3A29 !important;
    padding:0 !important;
}

.pkp_site_name {
    margin:0 !important;
}


.pkp_site_name .is_img img{
    max-width:100% !important;
    max-height:100% !important;
}



/* ================= NAVIGATION ================= */


.pkp_navigation_primary_row {

    background:#5B3A29 !important;
    border-top:1px solid #E6CBB5;
}


.pkp_navigation_primary_row 
.pkp_navigation_primary_wrapper ul li a{

    color:#ffffff !important;
    font-family:Arial,sans-serif;
    font-weight:bold;
    padding:0 18px !important;
    line-height:45px !important;
}


.pkp_navigation_primary_row 
.pkp_navigation_primary_wrapper ul li a:hover{

    background:#E6CBB5 !important;
    color:#5B3A29 !important;
    border-radius:20px;
}



.pkp_navigation_primary_row 
.pkp_navigation_primary_wrapper ul li ul{

    background:#7A563D !important;

}


.pkp_navigation_primary_row 
.pkp_navigation_primary_wrapper ul li ul li{

border-bottom:1px solid #E6CBB5 !important;

}



/* ================= ARTICLE CARDS ================= */


.obj_article_summary {

    padding:20px;
    background:#F6E9DD !important;
    border-radius:12px;
    border-bottom:4px solid #8A5A3B !important;
    margin-bottom:20px;

}


.obj_article_summary:hover{

    background:#ffffff !important;
    box-shadow:0 5px 15px rgba(0,0,0,.12);

}



.pkp_structure_main h1{

    font-size:22px;
    font-weight:700;

}


.pkp_structure_main a{

    color:#6B4226 !important;

}


.pkp_structure_main a:hover{

    color:#A06B45 !important;

}



/* PDF BUTTON */

.obj_galley_link{

background:#8A5A3B !important;
color:white !important;
border:1px solid #5B3A29 !important;
border-radius:5px;

}


.obj_galley_link:hover{

background:#E6CBB5 !important;
color:#5B3A29 !important;

}



/* ================= SIDEBAR ================= */


.kepala {

background:#5B3A29;
color:white;
padding:1rem;
font-weight:bold;
border-bottom:5px solid #E6CBB5;

}



.badan a {

display:block;
padding:.8rem;
background:#F6E9DD;
color:#5B3A29;
border-bottom:2px solid white;
transition:.3s;

}



.badan a:hover {

background:#E6CBB5;
color:#5B3A29;

}



/* Most Read */


.block_most_read .title{

background:#E6CBB5;
color:#5B3A29;
text-align:center;
padding:15px;
border-radius:10px;
border-bottom:5px solid #8A5A3B;

}



.most_read_article{

background:#F6E9DD;
padding:15px;
border-radius:10px;
border-bottom:3px solid #8A5A3B;

}


.most_read_article:hover{

background:#ffffff;

}



/* ================= FOOTER ================= */


.pkp_structure_footer_wrapper{

background:#5B3A29 !important;
border-top:5px solid #E6CBB5;
border-bottom:20px solid #3D261B;

}



.pkp_footer_content{

color:white !important;

}


.pkp_brand_footer{

padding-top:50px;

}



/* ================= ABSTRACT ================= */


.main_entry .item.abstract{

text-align:justify;

}



.description{

text-align:justify;

}



/* ================= JOURNAL ABOUT ================= */


.homepage_about{

text-align:justify;

}



.obj_article_details .page_title{

background:#F6E9DD;
padding:15px;
border-radius:10px;
box-shadow:3px 3px 8px rgba(0,0,0,.15);

}



/* ================= USER BUTTON ================= */


.profile a{

background:#8A5A3B !important;
color:white !important;
border-radius:15px;

}



.dropdown-menu{

background:#8A5A3B !important;

}


.dropdown-menu li a:hover{

color:#5B3A29 !important;

}



/* COVER IMAGE */


.obj_issue_toc .heading .cover img{

box-shadow:4px 3px 8px gray;

}



/* Sidebar Position */

.pkp_structure_sidebar.left{

margin-top:-30px !important;

}


/* Mobile */

@media(max-width:991px){

.pkp_structure_main{

padding-top:20px !important;

}

}