@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');

body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  letter-spacing: -0.06px;
  word-spacing: 0px;
  color: #808080;
  -webkit-font-smoothing: antialiased;
}

p {
  font-size: 15px;
  margin-bottom: 14px;
}

h1 {
  font-size: 28px;
}

h2,
.h2 {
  font-size: 24px;
}

h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.55);
}

h4 {
  font-weight: 600;
  margin-top: 30px;
  color: rgba(0, 0, 0, 0.55);
}

.pkp_block {
  border: 0;
  box-shadow: none;
}

.pkp_block .title {
  padding: 10px 0;
}

.list-group-item,
.pkp_block ul li {
  padding: 1px 9px;
}

.article-sidebar .list-group-item,
.article-sidebar .pkp_block ul li {
  padding: 8px 12px;
}

.pkp_block ul li a,
.pkp_structure_sidebar .block_developed_by a {
  color: #666;
}

.pkp_structure_sidebar .block_developed_by a {
  padding-left: 9px;
}

.pkp_block ul li a:hover {
  color: #7d2f1b;
}

.pkp_block .title,
.pkp_structure_sidebar .pkp_screen_reader {
  background: transparent;
  color: #7d2f1b;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  border: 0;
  line-height: 17px;
}

.pkp_screen_reader {
  margin: 30px 0 20px 0;
}

.pkp_block .title::before,
.pkp_structure_sidebar .pkp_screen_reader::before {
  content: '< ';
}

.pkp_block .content {
  padding: 0;
}

.pkp_block ul li {
  border: 0;
}

a {
  color: #7d2f1b;
}

a:visited,
a:hover,
a:active {
  color: #90351f;
}

footer,
footer[role='contentinfo'] {
  background: #384850;
}

.no-padding {
  padding: 0;
}

.navbar-default {
  border: 0;
  background: transparent;
  margin-bottom: 30px;
}

.top-navbar {
  background: #455a64;
  color: white;
}

.top-navbar .nav > li > a {
  color: white;
  font-size: 14.35px;
  padding-top: 7px;
  padding-bottom: 8px;
}

.top-navbar .nav > li > a:hover,
.top-navbar .nav > li > a:active,
.top-navbar .nav > li > a:checked,
.top-navbar .nav > li > a:enabled,
.top-navbar .nav > li > a:visited {
  color: white;
}

#navigationUser .open > .dropdown-menu {
  background: #455a64;
  color: white;
  margin-top: -5px;
  font-size: 13px;
}

#main-navigation .open > .dropdown-menu {
  background: #90351f;

  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 0;
  margin-top: -1px;
}

.dropdown-menu > li > a:hover {
  background: transparent;
  color: white;
  text-decoration: underline;
}

.dropdown-menu > li > a {
  color: white;
  font-weight: 300;
}

#navigationUser .dropdown-menu > li > a {
  font-weight: 500;
}

#navigationUser .home-link,
#navigationUser .home-link-a {
  display: none;
}

.uca-logo {
  width: 383px;
  padding-left: 4px;
}

.uca-logo-xs {
  width: 183px;
  padding: 7px 12px;
  float: left;
}

.navbar-default .navbar-toggle .icon-bar,
.header_view .navbar-toggle .icon-bar {
  background: white;
}

.navbar-toggle {
  margin: 3px 3px 4px 0;
}

.middle-navbar {
  padding-top: 57px;
  padding-bottom: 113px;
  height: 100px;
  color: white;
  background: #384850;
}

.main-navbar {
  background: #90351f;
  color: white;
}

@media only screen and (max-width: 767px) {
  .main-navbar {
    background: #7d2f1b;
  }

  .main-navbar-title {
    background: #90351f;
    padding: 0 9px 9px 9px;
  }
  .main-navbar h2 {
    margin-right: 5px;
  }
  .nav-pills > li {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .nav-pills > li + li {
    margin-right: -24px;
  }
}

@media only screen and (min-width: 768px) {
  .main-navbar {
    margin-top: -50px;
  }

  .main-navbar #main-navigation {
    border-top: 1px solid white;
  }
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form,
.header_view .navbar-collapse,
.header_view .navbar-form {
  border: none;
  box-shadow: none;
}

.main-navbar #main-navigation {
  width: 100%;
}

.main-navbar a {
  color: white !important;
}

.main-navbar .navbar-header {
  float: none;
}

.main-navbar h2,
.main-navbar h2 a {
  font-size: 32px;
  font-weight: 300;
  margin-top: 10px;
  letter-spacing: -0.5px;
}

.main-navbar h1,
.main-navbar h1 a {
  font-size: 38px;
  font-weight: 300;
  padding-top: 0;
  letter-spacing: -0.5px;
  margin-bottom: -11px;
  margin-top: -11px;
  line-height: 28px;
}

.main-navbar h2:hover,
.main-navbar h2 a:hover {
  text-decoration: none !important;
}

.main-navbar h1 a {
  padding-bottom: 23px;
  padding-right: 0;
}

@media only screen and (max-width: 767px) {
  .main-navbar h2,
  .main-navbar h2 a,
  .main-navbar h1,
  .main-navbar h1 a {
    font-size: 20px;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
  }

  .main-navbar h2 {
    padding: 2px 8px 0 8px;
  }

  .main-navbar h1 {
    padding: 0 8px 0 8px;
    margin-bottom: -2px !important;
  }

  .top-navbar .nav > li > a {
    padding: 2px 2px 2px 15px;
  }
}

@media only screen and (max-width: 991px) {
  .main-navbar h2,
  .main-navbar h2 a,
  .main-navbar h1,
  .main-navbar h1 a {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 5px;
    margin-left: 0 !important;
    padding: 0;
  }

  .main-navbar h1 {
    margin-top: -6px !important;
  }
}

@media only screen and (min-width: 992px) {
  .main-navbar h1,
  .main-navbar h1 a {
    line-height: 42px;
  }
}

.main-navbar .navbar-brand {
  height: auto;
}

@media only screen and (max-width: 767px) {
  .main-navbar .navbar-brand {
    margin-bottom: -3px;
  }
}

.main-navbar hr {
  margin: 0;
  border-top: 1.3px solid white;
}

.main-navbar .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.main-navbar .navbar-nav > li > a {
  margin-right: 18px;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 16px;

  padding-left: 30px;
}

@media only screen and (min-width: 768px) {
  .main-navbar .navbar-nav > li > a {
    border-top: 4px solid transparent;
    padding: 4.5px 0;
  }

  .main-navbar .navbar-nav > li > a:hover {
    border-top: 4px solid white;
  }
}

.main-navbar .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.header_view .navbar-nav > .open > a,
.header_view .navbar-nav > .open > a:hover,
.header_view .navbar-nav > .open > a:focus {
  background: transparent;
}

@media only screen and (min-width: 768px) {
  .main-navbar .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus,
  .header_view .navbar-nav > .open > a,
  .header_view .navbar-nav > .open > a:hover,
  .header_view .navbar-nav > .open > a:focus {
    border-top: 4px solid white;
  }
}

.search-container {
  text-align: right;
  margin-top: 44px;
  padding-left: 43px;
  margin-top: 48px;
}

.search-container .navbar-form {
  padding-right: 0;
}

.search-container .form-control {
  background: #7d2f1b;
  border: 0;
  color: white;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
  padding: 7px 7px;
  font-size: 15px;
  height: auto;
  width: 86%;
  margin-bottom: -5px;
}

.search-container ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}

.search-container :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

.search-container ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

.search-container .form-group {
  width: 100%;
}

.search-container .btn-submit {
  background: #7d2f1b;
  border: 0;
  color: white;
  padding: 8px 8px 7px 8px;
  font-size: 14px;
  margin-left: -3px;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: none;
  margin-bottom: -5px;
}

@media only screen and (max-width: 991px) {
  .search-container {
    text-align: right;
    margin-top: 44px;
    padding-left: 43px;
    margin-top: 24px;
  }

  .search-container .form-control {
    padding: 3px 7px;
  }
  .search-container .btn-submit {
    padding: 3px 7px 4px 7px;
  }
}

.search-container-xs {
  background: #90351f;
  padding: 0;
  margin: auto;
}

.search-container-xs .navbar-form {
  margin: 8px 0 0 0;
}

.search-container-xs .form-control {
  margin-left: 20px;
  width: 84%;
}

.search-container-xs .btn-submit {
  margin-top: -51px;
  margin-right: 10%;
  z-index: 99999;
}

@media only screen and (max-width: 767px) {
  .search-container-xs .btn-submit {
    margin-top: -45px;
    padding: 3px 7px 4px 7px;
  }
}

.breadcrumb-navbar {
  background: lightgray;
  font-size: 12px;
  color: #b2b2b2;
  background: #ededed;
}

.breadcrumb-navbar a,
.breadcrumb a {
  color: #b2b2b2;
}

.breadcrumb-navbar a {
  display: inline-block;
  padding: 2px 8px;
}

.breadcrumb {
  margin-top: -49px;
  font-size: 12px;
  background: transparent;
  padding: 0;
  position: absolute;
  top: 0;
  left: 25.3%;
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .breadcrumb {
    left: 25.3%;
  }
}

@media only screen and (max-width: 1199px) {
  .breadcrumb {
    left: 30.3%;
  }
}

@media only screen and (max-width: 991px) {
  .breadcrumb {
    left: 35.8%;
  }
}

@media only screen and (max-width: 768px) {
  .breadcrumb {
    left: 29%;
  }
}

@media only screen and (max-width: 733px) {
  .breadcrumb {
    left: 32%;
  }
}

@media only screen and (max-width: 671px) {
  .breadcrumb {
    left: 35%;
  }
}

@media only screen and (max-width: 615px) {
  .breadcrumb {
    left: -6px;
  }

  .breadcrumb-navbar {
    height: 38px;
  }
}

.breadcrumb > li + li:before {
  content: '>';
  color: #b2b2b2;
}

.badge {
  padding-top: 3px;
  padding-bottom: 3px;
  padding: 3px 7px 3px 5px;
}

.page-header {
  margin-top: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.page-header h1 {
  font-size: 29px;
  margin-top: 0;
  border-bottom: 1px solid #90351f;
  padding-bottom: 2px;
}

.page-header h2 {
  font-size: 21px;
  margin-top: 0;
}

@media (min-width: 768px) {
  .lead {
    font-size: 17px;
  }
}

.alert a {
  color: rgba(0, 0, 0, 0.7);
}

.btn-primary {
  background: #7d2f1b;
  border-color: #7d2f1b;
  color: white !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background: #90351f !important;
  border-color: #90351f !important;
}

.pkp_structure_sidebar {
  padding-left: 40px;
}

.article-sidebar .cover-image {
  padding-bottom: 10px;
}

.article-sidebar .download .btn-default {
  display: none;
}

.heading .thumbnail {
  border: 0;
}

.page-header h2 small {
  font-size: 19.5px;
}

.page_contact .contact_section,
.page_announcements .announcements {
  padding-top: 10px;
}

.media-body .description {
  display: none;
}

.article-abstract {
  padding-bottom: 15px;
  text-align: justify;
  font-size: 15px;
  margin-bottom: 14px;
}
.article-abstract,
.article-abstract p {
  font-family: inherit !important;
}

.article-abstract p:last-child {
  margin-bottom: 0;
}

.btn-default-custom {
  border: none;
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.035);
  color: rgba(0, 0, 0, 0.77) !important;
}

/*.pdf {
    background-image: url('https://revistas.uca.es/pre/pdf.png');
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 25px;
    display: inline-block;
}*/

.media-left,
.media > .pull-left {
  padding-right: 12px;
}

.copyright-notice .page-header {
  margin-top: 30px;
}

.downloads_chart .label {
  font-size: 24px;
  text-align: left;
  color: #808080;
  display: block;

  margin-top: 0;
  margin-bottom: 30px;
  padding: 0;
  font-weight: 500;
}

.downloads_chart .value {
  padding-bottom: 30px;
}

.how-to-cite .dropdown-menu > li > a {
  color: black;
}

.most_read_article_title,
.most_read_article_journal {
  display: inline;
}

.most_read_article_journal::before {
  content: '(';
  margin-right: -2px;
}

.most_read_article_journal::after {
  content: ')';
}

.most_read_article {
  padding-bottom: 20px !important;
  line-height: 16.5px;
  font-size: 13px;
}

.home-navigation > li:first-child {
  display: none !important;
}

.home-navigation .dropdown:first-child {
  display: block !important;
}

.footer {
  padding-top: 35px !important;
  padding-bottom: 50px !important;
}

.footer-section {
  font-size: 13px;
  color: #f0f0f0;
  padding: 0 20px;
}

.footer img {
  padding-bottom: 20px;
  margin: auto;
}

.footer .maintenance {
  text-align: left !important;
  opacity: 0.8;
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .footer-section {
    border-left: 1px solid #cad1d4;
    min-height: 220px;
  }

  .ojs-brand {
    width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .footer-section {
    margin-bottom: 25px;
  }

  .footer {
    text-align: center;
  }

  .ojs-brand {
    width: 35%;
  }
  .footer .maintenance,
  .footer p {
    text-align: center !important;
  }
}

.footer-section p {
  font-size: 13px;
  margin-bottom: 3px;
}

.footer-section a {
  color: #f0f0f0;
}

.cover-image .img-responsive {
  margin: auto;
}

.u-floatLeft {
  display: none !important;
}

#connect-orcid-button {
  /*display: none;*/
}

p {
  text-align: justify !important;
}

#sidebar p {
  font-size: 14px;
  padding: 0px 12px 0px 9px;
  text-align: left !important;
}

.article-references-content {
  text-align: justify;
  word-wrap: break-word;
}

img {
  max-width: 100%;
}

.block_language .content ul li {
  margin-bottom: 5px;
}

.locale-flag {
  width: 21px;
  margin-right: 6px;
}

.locale-current {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.85);
}

.block_language .content ul .current {
  font-weight: bold;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  margin-right: 2px;
}

.most-viewed-headline {
  margin: 55px 0 20px 0;
}

.most-viewed-title a {
  font-size: 16px !important;
  font-weight: 500 !important;
}

.most-viewed-author {
  font-size: 14px !important;
  margin-top: -5px;
}

.home-link {
  display: none !important;
}

@media only screen and (max-width: 576px) {
  .breadcrumb-navbar::after {
    content: '.';
    background: #ededed;
    color: #ededed;
    color: rgba(0, 0, 0, 0);
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: 37px;
  }
  .header_view {
    padding: 9px 0;
  }

  .header_view a {
    padding: 0 12px;
  }
}

.issue-toc .galleys::after,
.issue-toc .galleys::before {
  width: 30%;
  display: block;
  content: ' ';
  border-bottom: 1px solid lightgray;
  margin-top: 15px;
  margin-bottom: 15px;
}

.issue-toc .article-summary .media-heading small {
  font-size: 100%;
  color: #7d2f1b;
}
.issue-toc .article-summary .media-heading p {
  margin-top: 5px;
}

.breadcrumb-navbar,
.breadcrumb {
  direction: ltr;
}

.text-underlined {
  text-decoration: underline;
}

.footer-contact {
  margin-bottom: 15px !important;
  text-align: left !important;
}

.disqus-title {
  margin-top: 40px;
}

#disqus_thread {
  margin: 25px 0 10px 40px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 25px;
}

@media only screen and (max-width: 767px) {
  #disqus_thread {
    margin: 25px 0 10px 0;
  }
}
