.pkp_brand_footer a {
	float: left !important;
}

.block_browse .title{
	display: none;
}

.pkp_brand_footer {
   display: none;
}

.block_browse .content ul .has_submenu ul li {
	line-height: 1rem !important;

   font-size: 14px;
}

.most_read_article_title {
   font-size: 14px;
}

.pkp_nav_list ul li {
    line-height: 1rem;
}

.page_issue_archive .issues_archive>li {
    padding: 1.143rem 0.714rem;
 }

 .obj_issue_toc .sections{
 	margin-top:0px !important;
 }

 .obj_issue_toc .section {
    padding-bottom: 0px;
    padding-top: 3px;
 }

 .entry_details .published .value {
    color: rgba(0,0,0,0.54);
 }

 .entry_details {
    display: flex;
    flex-direction: column-reverse;
 }

 .entry_details .galleys{
   order:1 ;
 }

 .entry_details .item {
    border-bottom: 1px solid #ddd !important;
 }

 .entry_details .dates {
 	order: 20;
 }
 

<!-- issue published space removal. --> 
 .obj_issue_toc .published {

    margin: 0
 }

.heading {
    height: 2rem;
}



/** Current issue removal from homepage */

.page_index_journal .current_issue {
   display: none !important;
}


/**  Current issue removal from homepage */


/** footer background color */
.pkp_structure_footer_wrapper {
    background: #101b2b !important;
}


/** footer text color */

.pkp_footer_content {
    color: white !important;
}



/**  Site line color change */
@media (min-width: 768px) {
   .pkp_structure_main:before, .pkp_structure_main:after {
          background: #101b2b !important;   
   }
}