
.custom-box h3 {
  font-size: 18px;
  color: #0072b1;
  margin-bottom: 10px;
  font-weight: bold;
}
.custom-box ul {
  list-style: none;
  padding-left: 0;
}
.custom-box ul li {
  margin-bottom: 8px;
}
.custom-box ul li a {
  color: #333;
  text-decoration: none;
}
.custom-box ul li a:hover {
  color: #0072b1;
  text-decoration: underline;
}
.pkp_brand_footer {
  display: none !important;
}
/* Make buttons look like your sample */
.pkp_block a.btn {
  display: block;
  text-align: center;
  background-color: #0072b1;
  color: #fff;
  font-weight: bold;
  padding: 8px 14px;
  margin-bottom: 10px;
  border-radius: 6px;
  text-decoration: none;
}

.pkp_block a.btn:hover {
  background-color: #005b8d;
}

/* Editorial board entries */
.pkp_block .editor-bio {
  margin-bottom: 15px;
  padding-left: 5px;
}

.pkp_block .editor-bio strong {
  display: block;
  font-weight: 600;
  margin-bottom: 2px;
}

.pkp_block .editor-bio small {
  color: #666;
  font-size: 90%;
}

/* Download link list */
.pkp_block ul {
  list-style: none;
  padding-left: 0;
}

.pkp_block ul li {
  margin-bottom: 8px;
}
 .pkp_block {
    padding: 2.143rem;
    padding-bottom: 2.143rem;
    padding-bottom: 0.5rem;
  }
  .pkp_site_name_wrapper {
  background: #002c40 !important;
}
.pkp_page_index .homepage_image img {
  display: block;
  width: 97%;
  height: auto;
  margin: 15px;
}
.pkp_structure_main h2 {

  margin-top:0.5rem !important;
}
.pkp_page_index .current_issue h2 {
  display: inline-block;
  padding-bottom: 0.5em;
  border-bottom: 3px solid #f7bc4a;
  text-transform: none !important;
  font-weight: 700;
  color: rgba(0,0,0,0.54);
}
.pkp_block .title {
  display: inline-block;
  padding-bottom: 0.5em;
  border-bottom: 3px solid #f7bc4a;
  font-weight: 700;
  text-transform: none !important;
}
.pkp_structure_main h2 {
  margin-top: 0.5rem !important;
  display: none;
}
.pkp_page_index .homepage_about {
  padding-top: 0.1rem;
  padding-bottom: 2.143rem;
}
.editorial-team .editor {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.editorial-team .editor img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 10px;
}

.editorial-team .editor .info {
  font-size: 14px;
  line-height: 1.4;
}
#navigationPrimary a {
  text-transform:none !important;
}
html, body {
  background: #f8f8f8;
}
.pkp_structure_head {
    /* background: center / cover no-repeat url(https://eccardiologyjournal.com/public/journals/1/homepageImage_en.jpg); */
    background: #002c40 !important;
}
@media (min-width: 992px) {
  .pkp_site_name .is_img img {
    max-height: 63px;
  }
}
@media only screen and (max-width: 768px) {
.pkp_page_index .homepage_image img {
  display: block;
  width: 100%;
  height: auto;
  margin:1px !important;

}
.pkp_block {

    padding-left: 0.8rem !important;
}
.pkp_structure_main h2 {

  margin-top:0.5rem !important;
}
}

