@import url(https://fonts.googleapis.com/css?family=Merriweather&display=swap);

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Merriweather, serif;
}

h1,
h2 {
  font-size: 1.4em;
}

@media (min-width: 980px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin: -12px 0 0 10px;
  }
}

.no-padding,
.page {
  padding: 0;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.fa {
  margin-right: 5px;
}

.logo_small {
  float: left;
  padding: 15px 0;
}

.logo_small img {
  width: 37px;
}

img.full-width {
  width: 100%;
}

.header_view,
.navbar-default {
  border-bottom: none;
}

.background-white {
  background-color: #fff;
}

.box-shadow {
  -webkit-box-shadow: 0 1px 15px 1px rgba(113, 106, 202, .08);
  -moz-box-shadow: 0 1px 15px 1px rgba(113, 106, 202, .08);
  box-shadow: 0 1px 15px 1px rgba(113, 106, 202, .08);
}

.header_view .navbar-toggle,
.navbar-default .navbar-toggle {
  border: 0 !important;
}

.or-spacer {
  width: 100%;
  position: relative;
  margin-top: 30px;
}

.or-spacer .mask {
  overflow: hidden;
  height: 20px;
}

.or-spacer .mask::after {
  content: "";
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px/12px;
  box-shadow: 0 0 8px #e8e6e6;
}

.pkp_structure_page {
  background: #fafafa;
  font-size: 1.1em;
  text-align: justify;
  text-justify: inter-word;
}

.block_web_feed {
  text-align: center;
}

.block_web_feed img {
  width: 40%;
}

.site_header {
  box-shadow: 0 -2px 5px -3px rgba(74, 72, 72, .75);
  border-top: 1px solid #fff;
}

.header_shadow {
  background: url(../images/headershadow.png) no-repeat scroll center -8px;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
  margin-top: 1px;
}

.header_view,
.navbar {
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .1);
  -webkit-box-shadow: -1px 6px 24px -4px rgba(0, 0, 0, .09);
  -moz-box-shadow: -1px 6px 24px -4px rgba(0, 0, 0, .09);
  box-shadow: -1px 6px 24px -4px rgba(0, 0, 0, .09);
}

.about_journal {
  padding: 20px;
  font-size: 1.03em;
}

.page-header,
.site-name .navbar-brand {
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 16px;
}

body.rtl .navbar-header .site-name {
  text-align: right;
}

.page-header h1 {
  font-size: 1.3em;
  padding: 0 0 8px;
  margin: 0;
}

.list-group-item,
.pkp_block ul li {
  border: none;
}

.pkp_block .content li {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 5px;
}

.panel-default>.panel-heading,
.pkp_block .title {
  border-color: #ddd;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.journal-description h2 {
  font-size: 20px;
  margin-top: -10px;
  font-family: Lora, serif;
  text-shadow: -1px -1px 1px #bdbdbd;
}

.pkp_page_index .additional_content {
  margin-top: 0;
}

body.rtl .additional_content ul {
  padding-right: 0;
}

.journal_index {
  min-height: 140px;
  margin: -21px 0 20px;
  padding: 20px 0 20px;
  -webkit-box-shadow: inset 0 -4px 5px -3px rgba(166, 166, 166, .29);
  -moz-box-shadow: inset 0 -4px 5px -3px rgba(166, 166, 166, .29);
  box-shadow: inset 0 -4px 5px -3px rgba(166, 166, 166, .29);
  border-bottom: 2px solid #fff;
}

.article-summary a.article_name {
  font-size: 16px;
}

.article-summary a.article_name:hover {
  text-decoration: none;
}

.non_index_header {
  min-height: 140px;
  margin: -23px 0 20px;
  padding: 20px 0 20px;
  -webkit-box-shadow: inset 0 -4px 5px -3px rgba(166, 166, 166, .29);
  -moz-box-shadow: inset 0 -4px 5px -3px rgba(166, 166, 166, .29);
  box-shadow: inset 0 -4px 5px -3px rgba(166, 166, 166, .29);
  border-bottom: 2px solid #fff;
  background: #ece9e6;
  background: -webkit-linear-gradient(to right, #fff, #ece9e6);
  background: linear-gradient(to right, #fff, #ece9e6);
}

div#main-content.page_index_journal div.col-md-4.thumbnail {
  border: none;
}

.journal_index .site_description {
  border: 1px solid #e7e7e7;
  background: #fff;
  border-radius: 10px;
  margin-left: 10px;
}

.journal_index .about_site {
  font-size: 13px;
  padding: 20px 5px;
}

.journal_index h1 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px 0;
  font-style: italic;
  color: #4a4a4b;
}

.journal_index .statement {
  margin-top: -5px;
}

.journal_index .site_logo {
  padding-left: 0;
}

.journal_index .site_logo img {
  padding: 4px;
  margin-bottom: 10px;
  border: 1px solid #e7e7e7;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
  width: auto;
}

.block_makeSubmission a,
.block_make_submission a {
  border: 1px solid red;
}

.user_navigation {
  padding: 2px;
}

.galley_button {
  height: 35px;
}

a.galley-link {
  font-size: .72em;
  padding: 2px 10px 2px 9px;
  border-radius: 5px;
  margin-right: 5px;
  text-decoration: none;
  float: left;
  width: auto;
  margin-bottom: 10px;
  border: 1.4px solid #ececec;
  color: #628eec;
  background: linear-gradient(to bottom, #fff 0, #f6f6f6 47%, #ededed 100%);
}

a.galley-link:hover {
  font-weight: 700;
}

.pkp_page_article a.galley-link {
  padding: 6px 10px 6px 9px;
}

body.rtl a.galley-link {
  float: right;
}

.galley_item_disabled {
  font-size: .7em;
  padding: 4px;
  background: #f8f8f85e;
  border-radius: 4px;
  border: 1px solid beige;
  margin-right: 5px;
}

#main_content {
  padding-top: 20px;
}

.main_content main {
  border-top: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-box-shadow: 0 1px 15px 1px rgba(113, 106, 202, .08);
  -moz-box-shadow: 0 1px 15px 1px rgba(113, 106, 202, .08);
  box-shadow: 0 1px 15px 1px rgba(113, 106, 202, .08);
  background: #fff;
  padding: 30px;
  margin-top: -2px;
}

.panel,
.pkp_block {
  -webkit-box-shadow: 0 1px 15px 1px rgba(113, 106, 202, .08);
  -moz-box-shadow: 0 1px 15px 1px rgba(113, 106, 202, .08);
  box-shadow: 0 1px 15px 1px rgba(113, 106, 202, .08);
  border: 1px solid #f1f1f1;
  border-radius: 0;
}

.page-header small {
  margin-top: 13px;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  margin: 12px 0 20px 0;
  color: #444;
}

#main-site>div>div>h2 {
  margin-top: 10px;
}

.page-header h2 {
  font-size: 24px;
  padding-bottom: 0;
  margin-top: 30px;
}

.homepage-image img {
  margin-bottom: 20px;
}

.media ul.nav-pills {
  display: block;
  float: right;
  margin-top: 10px;
}

.article-summary h3.media-heading {
  margin-bottom: 15px;
}

.media .media-heading {
  font-size: 1.28em;
  font-family: Lora, serif;
  margin: 0 0 10px 0;
}

.media-left img {
  max-width: 200px;
  margin-bottom: 20px;
  box-shadow: 10px 10px 5px -10px rgba(0, 0, 0, .4);
  border: 1px solid #dcd6d6;
}

.media .nav-pills li a {
  border: 1px solid #d5d5d6;
  margin-right: 10px;
  padding: 8px 10px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 1);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(246, 246, 246, .99) 47%, rgba(237, 237, 237, .97) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, .99)), color-stop(100%, rgba(237, 237, 237, .97)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(246, 246, 246, .99) 47%, rgba(237, 237, 237, .97) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(246, 246, 246, .99) 47%, rgba(237, 237, 237, .97) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(246, 246, 246, .99) 47%, rgba(237, 237, 237, .97) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0, rgba(246, 246, 246, .99) 47%, rgba(237, 237, 237, .97) 100%);
}

.article-summary {
  padding-bottom: 16px;
}

.article-summary .article-abstract {
  text-align: justify;
  text-justify: inter-word;
}

div.article-summary>div>h3>a>p {
  margin: 5px 0 15px 0;
}

div.article-summary>div>h3>a>p>small {
  color: #8c8c8d;
}

.article-summary .meta {
  margin-bottom: 4px;
}

.article-summary .author {
  font-size: 1em;
}

.article-summary .pages {
  font-size: 1em;
}

.article-summary .pages .page_number {
  font-family: Lora, serif;
  color: #a7a7a7;
}

.article-summary .article_counter_read {
  display: inline-block;
  width: 20px;
  height: 10px;
  background: url(../images/bar_chart_icon.png) no-repeat top left;
  color: #fff;
}

.article-summary .stat_counter {
  text-align: right;
}

body.rtl .article-summary .stat_counter {
  text-align: left;
}

.current_issue .page-header h2 {
  font-size: 22px;
}

.issue-toc .thumbnail {
  border: none;
}

.current_issue .thumbnail {
  border: none;
}

.article-details {
  margin-bottom: 40px;
}

.article-header h1.article-title {
  text-align: left;
}

body.rtl .article-header h1.article-title {
  text-align: right;
}

.article-details .cover-image img {
  width: 250px;
  margin: 0 auto;
  padding: 10px;
}

.article-details .doi,
.article-details .panel,
.article-header .doi {
  background: 0 0;
  border: none;
  padding: 0;
  font-size: 13px;
  margin-top: 5px;
}

.article-details .article-references {
  margin-top: 40px;
}

.pkp_page_article article h1.page-header {
  font-size: 1.8em;
}

.pkp_page_article .article-details h2 {
  font-size: 1.4em;
  font-weight: 400;
}

.pkp_page_article .article-more-details .panel {
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #ebeaea;
}

.pkp_page_article .article-details .panel-default>.panel-heading,
.pkp_page_article .article-more-details .panel-default>.panel-heading {
  background: 0 0;
  border-bottom: 1px solid #fdf1f1;
  color: #1d1d1d;
  font-size: 1.2em;
}

.authors .author .orcid a {
  vertical-align: top;
  margin-left: 5px;
}

.orcid_icon {
  vertical-align: middle;
  width: 18px;
  height: 18px;
}

.crossmark_button {
  float: right;
}

.article-details .author-bios .biography {
  margin: 5px 0 0 0;
  border-top: 1px solid #ffefe9;
  padding: 10px 0 0 0;
}

.article-details .author-bios .biography p {
  color: #928f8f;
}

.article-details .author-bios .biography .media-body {
  font-size: 12px;
}

.article-details .author-bios .biography h3 {
  font-size: 1.3em;
  color: #ce7c43;
  margin-bottom: 5px;
  line-height: 1.6;
}

.article-details .article_counter_read {
  display: inline-block;
  width: 20px;
  height: 10px;
  background: url(../images/bar_chart_icon.png) no-repeat top left;
  color: #fff;
}

.article-details .doi_link,
.article-header .doi_link {
  background-size: 18px !important;
  height: 30px !important;
  background: url(../images/DOI_logo.svg) no-repeat center left;
  padding: 5px 0 5px 30px;
}

.journal_index_doi {
  margin-top: -12px;
  margin-bottom: 10px;
  font-size: .86em;
}

.journal_index_doi a {
  color: #8c99e6;
}

.journal_index_doi .doi_link {
  background-size: 14px !important;
  height: 20px !important;
  background: url(../images/DOI_logo.svg) no-repeat center left;
  padding: 5px 0 5px 23px;
}

h3 {
  font-size: 19px;
}

.article-details .keywords {
  margin: 40px 0 100px 0;
}

.article-details .keywords .keyword_item {
  margin: 0 6px 6px 0;
  float: left;
  background: #f9f5ed;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 5px 8px;
  box-shadow: 10px 10px 5px -13px rgba(10, 100, 214, .75);
}

.article-details .date-list {
  margin: 40px 0 40px;
}

.article-details .date-list .detail {
  border-bottom: 1px solid #f5f5f5;
  padding: 10px 7px;
}

.article-details .date-list strong {
  color: #d4d4d4;
  font-size: 1.4em;
  font-family: Lora, serif;
}

.article-details .date-list .date {
  margin-top: -5px;
}

.article-details .author+.author,
.authors .author+.author {
  margin-top: 0;
}

.pkp_page_article div.row.non_index_header .article-header .full_name {
  font-size: 1.1em;
}

.pkp_page_article div.row.non_index_header .article-header h1 {
  color: #ce730c;
  margin: 10px 0 5px 0;
  font-weight: 550;
  font-size: 1.6em;
  line-height: 30px;
  font-family: Lora, serif;
  text-shadow: 0 1px 2px #dbd5d2;
}

.panel.panel-default.author-bios>div.panel-body>div:nth-child(1) {
  margin-top: -10px;
  border: none;
}

.article-header .second_col .second_col_author {
  padding-left: 10px;
}

.article-header .authors {
  padding-left: 5px;
  margin-top: 20px;
}

.article-header .subtitle {
  font-size: 1.1em;
  color: #bdbdbd;
  margin-top: -5px;
}

.header-section {
  color: #6345f6;
  margin-top: -18px;
  font-size: 1.6em;
  text-shadow: 1px 1px 2px #e1b8bf;
}

.pkp_page_article div.row.non_index_header .article-header .breadcrumb {
  padding-left: 0;
  background: 0 0;
  font-size: .9em;
  color: grey;
}

.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.authors.equal .col {
  width: 45%;
  margin: 10px 10px;
  border-bottom: 1px solid #f3eeec;
  padding-bottom: 20px;
}

.authors.equal .divider {
  border-right: 1px solid;
  border-image: linear-gradient(45deg, #fde6c3, #eee) 1;
  height: auto;
  margin-bottom: 20px;
}

.form-group label {
  display: block;
}

.article-references-content {
  padding-top: 15px;
  font-size: .9em;
}

.article-references .readmore_references {
  width: 100px !important;
  padding: 6px;
  float: right;
}

.article-references-content+[data-readmore-toggle],
.article-references-content[data-readmore] {
  display: block;
  width: 100%;
  margin-top: 20px;
}

.article-references-content[data-readmore] {
  transition: height 1.6s;
  overflow: hidden;
}

.article-references ol {
  margin: -10px 0 0 -10px;
}

body.rtl .article-references ol {
  margin-left: 5px;
}

.article-references ol li {
  margin-bottom: 10px;
}

.pkp_page_article div.row.non_index_header .article-header .breadcrumb a {
  color: #c5c2c2;
}

.pkp_page_article div.row.non_index_header .article-header .article-header-text {
  background: #fafbfc;
  border: 1px solid #fff;
}

.header-page-section {
  background: #f8f2f2;
  text-transform: capitalize;
  margin-top: 30px;
  color: #767777;
  padding: 0 10px;
  font-size: 2em;
  border-left: 3px solid #fcb4f8;
}

#customblock-IndexedBy,
div#customblock-indexed-by,
div#customblock-indexedBy,
div#customblock-indexed_by,
div#customblock-indexed_logo {
  display: none;
}

.indexed_by {
  border: 1px solid #fff;
  padding: 0 30px;
  width: 99%;
  -webkit-box-shadow: 0 0 5px 0 rgba(207, 205, 207, .57);
  -moz-box-shadow: 0 0 5px 0 rgba(207, 205, 207, .57);
  box-shadow: 0 0 5px 0 rgba(207, 205, 207, .57);
  text-align: center;
  margin: 15px 0;
  background: #fff;
  vertical-align: middle;
}

.indexed_by .slick-track {
  padding: 20px 0 10px 0;
}

.indexed_by img {
  max-height: 50px;
  max-width: 100px;
  margin-right: 40px;
}

.footer-contact {
  padding: 20px 0;
  font-size: 12px;
}

.copyright-wrapper {
  background: #1a1a1a;
  border-top: 1px solid #2d2d2d;
  margin: 30px 0 0 0;
  padding: 14px 0 14px;
  position: relative;
  color: #555;
  width: 100%;
}

.copyright-wrapper img {
  margin-bottom: 0;
}

.copy-right {
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  color: #9e9e9e;
}

.copy-right a {
  color: #e0e0e0;
}

.footer_border {
  height: 7px;
}

footer[role=contentinfo] {
  background: url(../images/footer_bg.png) repeat;
  color: #afafaf;
  padding: 25px 0 0 0;
  margin-top: -2px;
  font-size: .9em;
  font-family: Merriweather, serif;
}

footer .social_media_list a {
  margin-right: 10px;
}

footer .social_media_list img {
  float: left;
  max-width: 30px;
  margin-right: 15px;
}

footer .contact_detail {
  font-size: 1.1em;
}

footer .fa {
  margin-right: 5px;
  font-size: 1.1em;
  color: #858585;
}

footer img {
  margin-bottom: 20px;
  max-width: 450px;
}

footer h4 {
  font-size: 16px;
  color: #eee;
}

.contact_section .fa {
  font-size: 1.1em;
  margin-right: 20px;
  color: #b35900;
}

.contact_section .contact .fa {
  font-size: 1.4em;
  margin-bottom: 10px;
}

#sidebar {
  padding-right: 0;
  margin-top: -1px;
}

body.rtl #sidebar {
  padding: 0 5px;
}

#sidebar #customblock-CustomLink .content,
#sidebar #customblock-custom-link .content,
#sidebar #customblock-customLink .content,
#sidebar #customblock-makeSubmission .content,
#sidebar #customblock-make_submission .content {
  text-align: center;
}

.pkp_block.block_web_feed {
  text-align: left;
}

#customblock-editorial-team,
#customblock-editorialTeam {
  padding: 5px 10px 10px;
}

.editorial_team_block h1 {
  text-align: center !important;
}

.editorial_team_block div {
  padding: 0;
}

.editorial_team_block .col-md-4 {
  width: 30%;
}

.editorial_team_block .read_more {
  text-transform: none;
}

.editorial_team_block .read_more a {
  color: #fff;
}

.editorial_team_block img {
  width: 85px !important;
  height: 90px !important;
  padding: 5px;
  border: 1px solid #d6cfcf46;
  float: left;
  box-shadow: 10px 10px 5px -13px rgba(105, 98, 98, .75);
}

.editorial_team_block .profile {
  min-height: 100px;
}

.editorial_team_block .profile div {
  line-height: 1.5;
  font-size: .92em;
  text-align: left;
}

.editorial_team_block .row {
  padding: 0 12px;
}

body.rtl .editorial_team_block .profile div {
  text-align: right;
  padding-right: 10px;
}

.editorial_team_block .profile .name {
  font-size: 14px;
}

.editorial_team_block .profile .speciality {
  font-weight: 700;
  font-size: .92em;
}

.editorial_team_block .profile .google_scholar {
  background: url(../images/google_scholar_logo.svg) no-repeat 2px;
  background-size: 15px;
  padding-left: 25px;
}

.editorial_team_block .profile .orcid {
  background: url(../images/orcid_logo.svg) no-repeat 2px;
  background-size: 15px;
  padding-left: 25px;
}

.pkp_structure_sidebar .block_custom h1 {
  font-size: 21px;
  text-align: left;
  margin: 10px 0 20px 0;
  text-shadow: 1px 1px #edf1ed;
  padding-bottom: 10px;
}

.pkp_structure_sidebar .block_custom {
  text-align: left;
}

.block_custom .title {
  margin: -15px -16px 25px;
}

.block_custom>div>p>span.title {
  margin: -15px -16px 25px;
}

#customblock-IncomingEvent,
#customblock-incoming-event,
#customblock-incomingEvent {
  text-align: center;
}

#customblock-IncomingEvent img,
#customblock-incoming-event img,
#customblock-incomingEvent img {
  width: 320px;
}

#customblock-SidebarMenu,
#customblock-sidebarMenu,
#customblock-sidebar_menu {
  text-align: left;
}

#customblock-SidebarMenu>div:nth-child(1)>p:nth-child(1),
#customblock-sidebarMenu>div:nth-child(1)>p:nth-child(1),
#customblock-sidebar_menu>div:nth-child(1)>p:nth-child(1) {
  margin-top: 5px;
}

#customblock-SidebarMenu p,
#customblock-sidebarMenu p,
#customblock-sidebar_menu p {
  background: #fafafa;
  margin: 0 0 1px;
  border-bottom: 1px solid #f5f4f4;
  padding: 10px 0 10px 30px;
  width: 100%;
}

body.rtl #customblock-SidebarMenu p,
body.rtl #customblock-sidebarMenu p,
body.rtl #customblock-sidebar_menu p {
  text-align: right;
}

body.rtl #customblock-SidebarMenu p a,
body.rtl #customblock-sidebarMenu p a,
body.rtl #customblock-sidebar_menu p a {
  border-right: 1px solid #e7e5e5;
  padding-right: 14px;
  margin-right: 5px;
}

#customblock-SidebarMenu p:hover,
#customblock-sidebarMenu p:hover,
#customblock-sidebar_menu p:hover {
  background: #fff;
}

#customblock-SidebarMenu p a,
#customblock-sidebarMenu p a,
#customblock-sidebar_menu p a {
  font-size: 1.2em;
}

#customblock-SidebarMenu p a:hover,
#customblock-sidebarMenu p a:hover,
#customblock-sidebar_menu p a:hover {
  text-decoration: none;
}

#customblock-SidebarMenu p a em.fa,
#customblock-sidebarMenu p a em.fa,
#customblock-sidebar_menu p a em.fa {
  margin: 0 15px 0 -10px;
  border-right: 1px solid #e7e5e5;
  width: 35px;
  font-size: 1.09em;
}

body.rtl #customblock-SidebarMenu p a em.fa,
body.rtl #customblock-sidebarMenu p a em.fa,
body.rtl #customblock-sidebar_menu p a em.fa {
  float: right;
  border: 0;
}

#customblock-CustomLink p,
#customblock-MakeSubmission p,
#customblock-custom-link p,
#customblock-customLink p,
#customblock-makeSubmission p,
#customblock-make_submission p {
  margin-bottom: 0;
}

#customblock-CustomLink img,
#customblock-JournalTemplate img,
#customblock-MakeSubmission img,
#customblock-custom-link img,
#customblock-customLink img,
#customblock-journal-template img,
#customblock-journalTemplate img,
#customblock-makeSubmission img,
#customblock-make_submission img {
  transition: transform .8s;
}

body.rtl #customblock-CustomLink h1,
body.rtl #customblock-custom-link h1,
body.rtl #customblock-customLink h1 {
  text-align: right;
}

#customblock-CustomLink img:hover,
#customblock-JournalTemplate img:hover,
#customblock-MakeSubmission img:hover,
#customblock-custom-link img:hover,
#customblock-customLink img:hover,
#customblock-journal-template img:hover,
#customblock-journalTemplate img:hover,
#customblock-makeSubmission img:hover,
#customblock-make_submission img:hover {
  transform: scale(1.03);
}

#customblock-JournalTemplate,
#customblock-MakeSubmission,
#customblock-journal-template,
#customblock-journalTemplate,
#customblock-makeSubmission,
#customblock-make_submission {
  text-align: center;
}

.side-menu_hover_effect {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.side-menu_hover_effect:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098d1;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 2.3s;
  transition-duration: 2.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.side-menu_hover_effect:active:before,
.side-menu_hover_effect:focus:before,
.side-menu_hover_effect:hover:before {
  right: 0;
}

body.rtl #customblock-sidebar_menu p a em.fa {
  width: 45px;
}

.page-static {
  font-size: 14px;
  margin-top: -38px;
}

.list_of_index {
  min-height: 20px;
}

.statistic_menu_color {
  color: #261ac9;
}

.dimension_badge {
  padding: 20px 10px !important;
}

.search-advanced select {
  min-width: 70px;
  margin-right: 10px;
}

/* Input search */
.cmp_search input[type="search"],
.cmp_search input[type="text"],
.search_input input {
  background-color: #ffffff !important;
  color: #1a1a1a !important;
  border: 1px solid #cccccc !important;
  opacity: 1 !important;
}

/* Placeholder search */
.cmp_search input::placeholder,
.search_input input::placeholder {
  color: #6c757d !important;
  opacity: 1 !important;
}

/* Focus state (saat diklik) */
.cmp_search input:focus,
.search_input input:focus {
  outline: none;
  border-color: #0B3C8A !important;
  /* Goodwood Blue */
  box-shadow: 0 0 0 2px rgba(11, 60, 138, 0.15);
}

body.rtl .search_input {
  float: left;
}

.navbar-brand {
  float: left;
  padding: 20.5px 15px;
  font-size: 17px;
  line-height: 23px;
  height: 64px;
}

.navbar-nav>li>a {
  padding-top: 20.5px;
  padding-bottom: 20.5px;
}

.header_view,
.navbar-default {
  border: none;
  border-radius: none;
}

.panel,
.pkp_block {
  background-color: #fff;
}

.page_index_site .description {
  font-size: .85em;
}

.page_index_site li.media {
  height: 300px;
}

.page_index_site li.media .media-left img {
  height: 240px;
  width: 170px;
  border: 0;
  box-shadow: none;
}

.page_index_site .media:first-child {
  margin-top: 2em;
}

.page_index_site .media .nav-pills li a {
  font-size: .8em;
  padding: 4px 6px;
}

.page_index_site .media_body {
  padding-left: 40px;
}

.page_index_site .media-body {
  margin: 0;
}

.header_indexSite .site_description {
  margin-bottom: 40px;
}

.header_line {
  position: relative;
  overflow: hidden;
  font-family: Merriweather, serif;
  color: #b8b8b8;
  font-size: 23px;
  margin-bottom: 14px;
}

.header_line:after {
  content: "";
  position: absolute;
  width: 90%;
  top: 50%;
  margin-left: 2%;
  border-top: 1px solid #f0f0f0;
}

body.rtl .header_line::after {
  margin-right: 2%;
}

div#customblock-flag-counter img,
div#customblock-flagCounter img {
  width: 100%;
  height: 170px;
}

.cmp_form .tagit {
  max-width: 100%;
  height: auto;
}

.cmp_form ul.interests {
  padding-left: 0;
  border: 1px solid #e2e0e0;
  border-radius: 4px;
  margin-left: 4px;
}

.cmp_form .tagit>li {
  display: inline-block;
  margin: 0 10px;
}

.reviewer_interests .label {
  color: #7669de;
}

.reviewer_interests a.tagit-close {
  margin: 0 4px;
}

.page_register .fields .reviewer_interests {
  display: none;
}

.page_register .fields .reviewer_interests.is_visible {
  display: block;
  max-height: 400px;
  overflow: visible;
  padding-bottom: 30px;
  opacity: 1;
}

.cmp_form .tagit>li.tagit-choice {
  margin-right: .1em;
  padding-left: .5em;
  background: #ddd;
  border-radius: 3px;
  line-height: 20px;
}

.pkp_op_register li.list-group-item.context {
  background: #f5f5f5;
  margin-bottom: 10px;
}

#contextOptinGroup>ul>li>div.form-inline>div>label:nth-child(1)>span.input-group-addon {
  padding: 0;
}

.pkp_op_register li.list-group-item.context #contextOptinGroup>div.form-inline span.input-group-addon:nth-child(1) {
  padding: 0;
}

.page.page_announcement ol {
  padding-left: 0;
  background: #f3f3f3;
  float: left;
  width: 100%;
  padding: 5px 10px 3px 15px;
}

.page.page_announcement ol li {
  list-style: none;
  float: left;
  margin-right: 20px;
}

.page.page_announcement ol li a {
  margin-right: 10px;
}

.page.page_announcement .page-header {
  clear: both;
  padding-top: 30px;
}

.reviewer_nocontext_interests ul.interests {
  list-style-type: none;
  padding-left: 0;
}

input.ui-widget-content.ui-autocomplete-input {
  padding-left: 10px;
}

fieldset.reviewer_nocontext_interests legend {
  margin-bottom: 5px;
}

.pkp_form.register .buttons {
  margin-top: 15px;
}

a.tagit-close {
  margin-left: 20px;
}

.citation_download {
  margin-top: 20px;
}

.citation_download .title {
  font-size: 1.2em;
  color: #1b1b1b;
}

.cmp_breadcrumbs {
  text-align: left;
}

.article-details .jatsParser__article-fulltext {
  display: none;
}

.jatsParser__navbar-items {
  text-align: left;
}

.pkp_block .title {
  margin: 0;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 46px;
  padding: 15px;
  line-height: 1.1;
}

.block_make_submission h2.pkp_screen_reader {
  display: none;
}

.panel-body,
.pkp_block .content {
  padding: 15px 15px 5px 15px;
}

.pkp_block span:last-of-type,
.pkp_block ul li:last-of-type {
  border: none;
}

.editorial_page .row {
  margin-bottom: 10px;
  border-bottom: 1px solid #f0f0f3;
  padding-bottom: 10px;
}

.editorial_page .profile {
  margin-bottom: 10px;
  box-shadow: 17px 20px 29px -31px rgba(0, 0, 0, .75);
}

.page_editorial_team .editorial_page p {
  margin: 0;
}

.editorial_page .orcid {
  background: url(../images/orcid_logo.svg) no-repeat 2px;
  background-size: 15px;
  padding-left: 25px;
}

.editorial_page .scopus_logo {
  background: url(../images/scopus_logo.svg) no-repeat 4px;
  background-size: 55px;
  padding-left: 75px;
}

.editorial_page .google_scholar_logo {
  background: url(../images/google_scholar_logo.svg) no-repeat 2px;
  background-size: 15px;
  padding-left: 25px;
}

.editorial_page .profile_info {
  padding-left: 20px;
}

.editorial_page .position {
  font-weight: 700;
  font-size: 1.2em;
}

.editorial_page .from {
  line-height: 20px;
  margin: 5px 0 10px !important;
}

.block_custom {
  padding-bottom: 10px;
}

.wafixed {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
}