/* justifying abstract, author bio, refrences,              */

.obj_article_details .abstract {
text-align: justify;
}
.obj_article_details .author_bios {
text-align: justify;
}
.obj_article_details .references {
text-align: justify;
}

.obj_article_details .abstract,
.obj_article_details .item > :last-child {
	text-align: justify;
}

/* size adjusting image of journal logo */

.pkp_site_name .is_img img{
	max-height: 100px;
	max-width: 100%;
	width:auto;
	height:auto;
}

/* Adjusting page margin all side */

.pkp_structure_page{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

/* Remove First line from Home Page */

.pkp_structure_main:first-child:last-child {
    
    margin-top:0 !important;
}

.pkp_structure_content {
    padding:0 0 !important;
}

/* menu font capital, and color change and bold */

.pkp_site_nav_menu a {
    display: inline-block;
    text-transform: uppercase;
    color:black;
    font-weight:bold;
    width: 100%;
    
}
/* header color change */

.pkp_structure_head {
    background-color: #A4ABB3;
    border-bottom: 1px solid #ddd
}

/* header logo and menu little move rightside */

.pkp_site_name_wrapper, .pkp_navigation_primary_row {
    padding-left: 5px;
    padding-right: 5px;
    color:black;
}


/* Custom block highlght with break */
.pkp_block {
    padding: 15px 30px !important;
    padding-top: 15px !important;
    padding-right: 30px !important;
    padding-bottom: 15px !important;
    padding-left: 30px !important;
    border-bottom: 7px solid #ffffff;
    border-bottom-width: 7px;
    border-bottom-style: solid;
    border-bottom-color: rgb(255, 255, 255);
}



.pkp_structure_sidebar {
    background:#E8EFF6!important;
    margin-top:0px;
    float: left;
    text-align: left;
}

/* Footer full width, color, size */

.pkp_footer_content {
    padding:1 rem;
    text-align: center;
    font-weight: bold;
    background-color: #A4ABB3;
}

h1.pkp_site_name, ul#navigationUser, .pkp_navigation_primary_wrapper, .pkp_structure_footer  {
    min-width: 100%;
}

/* Remove lines from left and right */

.pkp_structure_main:before, .pkp_structure_main:after {
   display:none;
}

/* Reducing current issue spave between regular issue and articls */
.obj_issue_toc .sections .section {
    margin-top: -65px;
}

/* Font name and size */
 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.43rem;
    color: rgba(0, 0, 0, 0.87);
    background: #fff;
}


