body{
  /*background: red;*/
}
.ojs_uom_logo{
  float: left;
}
.journal_heading{
  float:left;
  margin-left:45px;
  font-size:20px;
  text-transform:uppercase;
  line-height:3em;
}
.pkp_structure_content{
  margin-top: 10px !important;
}
.pkp_structure_footer_wrapper{
  background-color: #990033;
  height: 50px !important;
  line-height: 50px !important;
  color: white;
}
.pkp_brand_footer{
  padding:  2px !important;
}

.pkp_structure_footer_wrapper .footer-right {
  float: right;
  margin-top: 6px;
  max-width: 180px;
}

 .pkp_structure_footer_wrapper .footer-right a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #33383b;
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-left: 3px;
  transition:all .25s;
}

.pkp_structure_footer_wrapper .footer-left {
  float: left !important;
}
.pkp_structure_footer_wrapper .footer-left p {
  color: #f4f4f4;
  font-size: 14px;
  margin: 0;
}
/* Footer links */

 .pkp_structure_footer_wrapper p.footer-links {
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  margin: 15px 0 10px 0 !important;
  padding: 0;
  transition: ease .25s;
}

 .pkp_structure_footer_wrapper p.footer-links a {
  display: inline-block;
  line-height: 1.2;
  text-decoration: none !important;
  color: inherit;
  transition: ease .25s;
  margin-left: 10px !important;
}


 .pkp_structure_footer_wrapper .footer-right a:hover{transform:scale(1.1); -webkit-transform:scale(1.1);}

 .pkp_structure_footer_wrapper p.footer-links a:hover{text-decoration:underline;}