.pkp_site_name .is_img img {
  display: block;
  max-height: none;
  max-width: 100%;
  width: auto;
  height: auto;
}

.pkp_head_wrapper .pkp_search .search_prompt {
  display: inline-block;
  position: relative;
  padding: 10px 20px;
  color: rgb(255 255 255);
  cursor: pointer;
}

.pkp_head_wrapper .pkp_search .search_controls a {
  text-decoration: solid;
  font-size: 16px;
}

.page_index_journal {
  display: flex;
  flex-direction: column-reverse;
}

body > div > div.pkp_structure_content.has_sidebar > div.pkp_structure_sidebar.left {
  display: flex;
  flex-direction: column-reverse;
}

.pkp_block .content ul li {
  margin: 3px 0;
  padding: 0;
  line-height: 22px;
}
ul#sidemenuitem li a {
  padding: 16px;
  display: inline-block;
  background: #f7f7f7;
  width: 290px;
  transition: 0.5s;
  color: #0a75ef;
}

ul#sidemenuitem li a:hover {
  border-left: 10px solid black;
  background: white;
  box-shadow: 0 0 8px -1px rgb(0 0 0 / 50%);
  border-radius: 0 15px 15px 0;
  letter-spacing: 1px;
  font-weight: 600;
}

a#journaltemplate:before,
a#editorialboard:before,
a#reviewers:before,
a#publicationethics:before,
a#focusandscope:before,
a#authorguidelines:before,
a#peerreviewprocess:before,
a#publishingsystem:before,
a#Indexing:before,
a#authorsfee:before,
a#contact::before,
a#openaccess::before,
a#chart::before,
a#copyright::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1.09em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 10px 0 -8px;
  width: 38px;
  border-right: 1px solid gray;
  text-align: center;
}

a#journaltemplate:before {
  content: "\f1c2";
}
a#editorialboard:before {
  content: "\f21d";
}
a#reviewers:before {
  content: "\f2bb";
}
a#publicationethics:before {
  content: "\f24e";
}
a#focusandscope:before {
  content: "\f044";
}
a#authorguidelines:before {
  content: "\f02d";
}
a#peerreviewprocess:before {
  content: "\f251";
}
a#publishingsystem:before {
  content: "\f093";
}
a#Indexing:before {
  content: "\f058";
}
a#authorsfee:before {
  content: "\24";
}
a#contact:before {
  content: "\f2a0";
}
a#openaccess:before {
  content: "\f09c";
}
a#copyright:before {
  content: "\f20a";
}
a#chart:before {
  content: "\f201";
}

/* footer */
.pkp_brand_footer {
  display: none;
  max-width: 0;
  padding: 0;
  margin: 0;
}