.currentIssue, .currentIssue h3, .currentIssue h2, .currentIssue h4, .currentIssue p{
  font-family: 'Merriweather', serif;
}

.currentIssue h2{
  color: #6f6f6f;
  font-size: 1em;
  margin: 0;
}

.currentIssue h3 {
  font-size: 2em;
  font-weight: normal;
  line-height: normal;
  margin: 0;
}

.cover img{
  border: 1px solid #ccc;
  padding: 0;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.obj_issue_summary {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.archive_issue_cover {
    max-width: 100%;
}

.row div .published {
  margin-top: 10px;
  color: #6f6f6f;
  line-height: normal;
  font-size: 0.8em;
}

.row div .description p {
  font-size: 12px;
}

.full-issue-links{
  list-style-type: none;
  padding: 0;
}

.obj_galley_link {
    margin-top: 15px;
    font-family: sans-serif;
    font-weight: bold;
    display: inline-block;
    padding: .3rem .75rem;
    background: #d60f00;

    font-size: 13px;
    line-height: 28px;
    color: #ffffff;
    text-decoration: none;
    border-radius: .25rem;
    border-color: #921513;
}

.article_main_data{
  margin-top: 0 !important;
}

.item.keywords{
  padding: 0 !important;
  font-family: 'Merriweather', serif;
  font-size: 0.8em;
  color: #666;
  margin-top: -25px !important;
}

.abstract_label{
  font-family: 'Merriweather', serif !important;
  font-size: 1.5em !important;
  font-weight: normal !important;

}

.abstract p{
  font-family: 'Merriweather', serif !important;
  font-size: 0.8em !important;
}

.abstract ul li {
      font-family: 'Merriweather', serif !important;
      font-size: 0.8em !important;
}

.article_abstract_block .galleys{
  padding: 20px 0px 20px 0px !important;
}

.references .label, .references .references-list {
  font-family: 'Merriweather', serif;

}

.item.copyright{
  width: 100%;
  background-color: #f3f3f3 !important;
  padding: 20px;
  font-family: 'Merriweather', serif;
  font-size: 0.7rem;
}

.section h2, .title a {
  font-family: 'Merriweather', serif;
}

.section h2 {
  color: rgba(0,0,0,0.54);
  font-weight: 700 !important;
}

.pkp_structure_main .page h1{
  font-family: 'Merriweather', serif;
}

@media (max-width: 767px)
{
  .obj_issue_toc .section:before {
    content: '';
    position: absolute;

    left: 0;
    width: 100%;
    border-top: 1px solid #ddd;
  }

  .obj_issue_toc .section h2{
    margin-top: 15px;
    display: inline-block;
    background: #fff;
  }

  .currentIssue h3 {
    margin-top: 20px;
  }
}

.title a{
  font-size: 1.5em;
  font-weight: normal;
  line-height: normal;
  color: #000;
}

.obj_article_details .row {
  border: 0;
}

.article-full-title{
  font-family: 'Merriweather', serif !important;
  font-size: 2em !important;
  margin-top: 30px !important;
  margin-bottom: 20px !important;
  font-weight: normal !important;
  line-height: normal !important;
  color: #000 !important;
}

.entry_authors_list,  .published_date_value, .published_date_label{
  font-family: 'Merriweather', serif !important;
  font-size: 0.8em !important;
  color: #666;
  list-style-type: none;
  padding: 0;
}

.published_date_value, .published_date_label{
color:#000;
line-height: normal;
margin-top:-10px !important;
}

.article_section_title {
  margin-top: 10px;
  display: inline-block;
  font-size: 0.8em;
  padding: 3px 10px 3px 10px;
  border-radius: 5px;
  font-family: 'Merriweather', serif !important;
  background-color: #e8e8e8 !important;

}

.title a:hover{
  color: #921513;
}

.title .subtitle {
  font-size: 0.7em;
}

.title-issue-article{
  font-family: 'Merriweather', serif;
  font-size: 1em;
  font-weight: normal;
  line-height: normal;
  color: #666;
}

.title-issue-article a{
  color: #666;
}

.card{
  border: 0;
}

.card-title {
    font-family: 'Merriweather', serif;
    font-size: 16px !important;
    color: #000;
    text-align: center;
    margin: 0 !important;
}

.card-body p {
  text-align: left;
  font-size: 14px;
  line-height: normal;
  margin: 5;
  color: #666;

}
