/* Abstract Font Size */
strong {
    font-weight: bold;
    font-size: 16px!important;
}


body {
    background-color: #F8F7F5;
}

section.research-row a {
    color: #ffffff;
    text-underline-offset: 0.5em;
}

section.research-row a:hover {
    color: #eaeaea;
}

/* Breadcrumb */
nav.cmp_breadcrumbs > ol > li > a {
  color: #000000;
  font-weight: 800;
  text-decoration: none;
  transition: all .3s;
}

nav.cmp_breadcrumbs > ol > li > a:hover {
    color: #c14c54;
}

nav.cmp_breadcrumbs, div.page {
    width: 80%;
    margin: 3rem auto;
}

nav.cmp_breadcrumbs > ol {
    font-size: 11px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #dfd7ca;
    padding: 8px 15px;
    margin: 0 8rem 0 9rem;
    list-style: none;
    background-color: #ffffff;
    border-radius: 4px;
}

nav.cmp_breadcrumbs > ol > li {
    display: inline-block;
}


/* Manuscripts list */
ul.cmp_article_list {
    margin: 0 8rem 0 7rem;
}

div.page_section_translation > h1.page_title, div.page_section_research > h1.page_title, div.page_section_criticism > h1.page_title {
    margin: 0 8rem 0 9rem;
}

ul.cmp_article_list > li {
  list-style: none;
  border-bottom: 3px solid #c4baba;
  margin: 4rem 0;
}

ul.cmp_article_list > .mb-4 {
    margin-bottom: 0;
}

div.mb-4 > a.btn.btn-link {
  font-family: 'Lusitana', serif;
  width: 100%;
  text-align: left;
  color: #333333;
  font-size: 30px;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  border-bottom: none;
}


div.mb-4 > a.btn.btn-link:hover {
    color: #0a58ca;
}

h3.my-4 > a.btn.btn-link {
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 0;
    border-radius: 0;
    color: #333;
    border-bottom: 3px solid #333;
    width: max-content;
    text-transform: uppercase;
    padding: 0;
    text-decoration: none;
    z-index: 10;
    position: relative;
}
