/* header */

.pkp_site_name {
  margin-bottom: 1em;
}

.pkp_site_name .is_img {
  display: block;
  float: left;
  margin: 0;
  padding-top: .2em;
}

.pkp_site_name a {
  margin: 0;
  padding: 0 .5em;
}

.pkp_site_name .is_text.hdl_logo {
 width: 300px;
 margin: 0;
 padding: 0 .5em;
 border-left: 1px solid rgba(255,255,255,0.25);
}

.pkp_head_wrapper #block-search-form {
  position: absolute;
  right: 15px;
  font-size: 0;
  top: 50px !important;
}

.block-search .form-text {
  font-size: 18px;
}

/* homepage */

/* .pkp_structure_content:before {
  content: "The Humanities Digital Library is the open access platform for the University of London Press at the School of Advanced Study.";
  padding-left: 15px;
  padding-bottom: 2em;
} */

.additional_content p {
  display: none;
}

.page_homepage .additional_content:after {
  content: "Recent Publications";
  font-size: 24px;
  color: rgba(0,0,0,0.87);
  font-weight: 600;
  font-family: 'Merriweather', serif;
}

.page_homepage .cmp_monographs_list:last-of-type .obj_monograph_summary:before {
  content: "Featured Publication" !important;
  font-size: 24px;
  color: rgba(0,0,0,0.87);
  font-weight: 600;
  font-family: 'Merriweather', serif;
  margin-bottom: 2em;
}

/* footer */

.pkp_structure_footer_wrapper {
  background: #0039a6;
  color: white;
}
.pkp_structure_footer {
  margin-top: 2em;
  text-align: center
}
.pkp_footer_content {
  padding: 15px;
  text-align: left
}
.pkp_footer_content a {
  color: white;
}
.pkp_structure_main {
  padding-bottom: 0;
}