/* Colors */
:root {
  --light-blue: #3852b4;
  --hover-blue: #1e6292;
  --yellow: #f4d051;
}

/* SIDEBAR*/
/* Sidebar Menu */
.sidebar-menu-item {
  color: #000000;
  transition: all 0.3s ease-in-out;
}

.pkp_structure_sidebar a[href*="/sejr/"] img {
  transition: all 0.3s ease-in-out !important;
}

.sidebar-menu-item:hover {
  background-color: var(--light-blue) !important;
  border: 2px solid var(--light-blue) !important;
  border-left: 6px solid var(--yellow) !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

.pkp_structure_sidebar a[href*="/sejr/"]:hover img {
  filter: brightness(0) invert(1) !important;
}

/* Sidebar Menu Pages */
body.pkp_page_editorial-team a[href*="editorial-team"],
body.pkp_page_focus-and-scope a[href*="focus-and-scope"],
body.pkp_page_publication-ethics a[href*="publication-ethics"],
body.pkp_page_copyright-notice a[href*="copyright-notice"],
body.pkp_page_author-guidelines a[href*="author-guidelines"],
body.pkp_page_peer-review-process a[href*="peer-review-process"],
body.pkp_page_peer-reviewer-list a[href*="peer-reviewer-list"],
body.pkp_page_article-processing-charges a[href*="article-processing-charges"],
body.pkp_page_indexing-and-abstracting a[href*="indexing-and-abstracting"],
body.pkp_page_open-access-policy a[href*="open-access-policy"] {
  background-color: var(--light-blue) !important;
  border: 2px solid var(--light-blue) !important;
  border-left: 6px solid var(--yellow) !important;
  color: #ffffff !important;
}

body.pkp_page_editorial-team a[href*="editorial-team"] img,
body.pkp_page_focus-and-scope a[href*="focus-and-scope"] img,
body.pkp_page_publication-ethics a[href*="publication-ethics"] img,
body.pkp_page_copyright-notice a[href*="copyright-notice"] img,
body.pkp_page_author-guidelines a[href*="author-guidelines"] img,
body.pkp_page_peer-review-process a[href*="peer-review-process"] img,
body.pkp_page_peer-reviewer-list a[href*="peer-reviewer-list"] img,
body.pkp_page_article-processing-charges
  a[href*="article-processing-charges"]
  img,
body.pkp_page_indexing-and-abstracting a[href*="indexing-and-abstracting"] img,
body.pkp_page_open-access-policy a[href*="open-access-policy"] img {
  filter: brightness(0) invert(1) !important;
}

/* JOURNAL SUMMARY PAGE */
.homepage_about p {
  line-height: 1.8 !important;
  text-align: justify !important;
  font-size: 14px !important;
}

.homepage_about p:nth-of-type(3) {
  background-color: #fcfcfc !important;
  padding: 14px !important;
  border-left: 6px solid var(--light-blue) !important;
  border-radius: 4px;
}

/* INFORMATION LINKS */
body.pkp_page_copyright-notice .pkp_structure_main a,
body.pkp_page_author-guidelines .pkp_structure_main a,
body.pkp_page_publication-ethics .pkp_structure_main a {
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
}

body.pkp_page_copyright-notice .pkp_structure_main a:hover,
body.pkp_page_author-guidelines .pkp_structure_main a:hover,
body.pkp_page_publication-ethics .pkp_structure_main a:hover {
  text-decoration: underline !important;
  color: var(--hover-blue) !important;
}

/* FOOTER */
.pkp_brand_footer {
  display: none !important;
}

.pkp_structure_footer {
  background-color: #353b48 !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.sejr-footer {
  color: #ffffff;
  padding: 12px 12px;
  font-size: 12px;
  text-align: center;
  line-height: 1.8;
  max-width: 1100px;
  margin: 0 auto;
}

.sejr-footer-logo {
  max-width: 360px;
  height: auto;
  margin-bottom: 12px;
}

.sejr-copyright {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 14px;
}

.sejr-email {
  color: #ffffff !important;
  text-decoration: none !important;
  transition: all 0.3s ease-in-out !important;
}

.sejr-email:hover {
  text-decoration: underline !important;
}

@media (max-width: 768px) {
  .sejr-footer-logo {
    max-width: 60%;
  }
}

/* INFORMATION */
/* Information Menu */
body.pkp_op_readers a[href*="readers"],
body.pkp_op_authors a[href*="authors"],
body.pkp_op_librarians a[href*="librarians"] {
  background-color: var(--light-blue) !important;
  border: 2px solid var(--light-blue) !important;
  border-left: 6px solid var(--yellow) !important;
  color: #ffffff !important;
}

body.pkp_op_readers a[href*="readers"] img,
body.pkp_op_authors a[href*="authors"] img,
body.pkp_op_librarians a[href*="librarians"] img {
  filter: brightness(0) invert(1) !important;
}

/* Information Links */
.information {
  text-decoration: none !important;
  transition: all 0.3s ease-in-out !important;
  color: #48acf0 !important;
}

.information:hover {
  text-decoration: underline !important;
  color: var(--hover-blue) !important;
}
