
.pkp_site_name_wrapper {
  background: #181b1c;
  padding-left: 0rem;
  padding-right: 0rem;
}

@media (min-width: 992px) {
  .pkp_site_name {
	  margin-left: 0;
      padding-top: 0rem;
      padding-bottom: 0rem;
  }
  .pkp_site_name .is_img img {
    max-height: 200px;
  }
  .pkp_navigation_primary_row {
    background: #181b1c;
    padding-left: 2.143rem;
    padding-right: 2.143rem;
  }
  .obj_article_details .item {
    padding: 2.143rem;
    text-align: justify;
  }
  #navigationPrimary a:hover {
	  color: #299bde;
  }
  #navigationPrimary a {
    color: #fff;
  }
  #navigationPrimary ul {
    background:#299bde;
  }
}

.pkp_site_name {
	margin-top: -0.4rem;
    margin-bottom: -0.4rem;
}

#navigationPrimary > li > a:hover {
	border-color: #299bde;
}
.pkp_block .title {
  display: inline-block;
  padding-bottom: 0.5em;
  border-bottom: 3px solid #299bd3;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .pkp_structure_page {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }
}

.pkp_page_index .current_issue h2 {
  display: inline-block;
  padding-bottom: 0.5em;
  border-bottom: 3px solid #299bde;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(0,0,0,0.54);
}

.obj_article_summary {
  margin-bottom: 20px;
  background: transparent url("https://i.ibb.co/4YfscGf/pattern.png") repeat scroll 0% 0% !important;
  padding: 1rem;
  border-radius: 0rem 0rem 2rem 0rem;
  border-radius: 2rem 2rem 2rem 2rem;
  box-shadow: .2rem .2rem .1rem #1e6292;
}
a:hover, a:focus {
  color: #ff8000;
}
.obj_galley_link {
  font-family: Lora,serif;
  font-weight: 700;
  text-transform: uppercase;
  background: #299bde;
  color: rgba(0,0,0,0.84);
  border: none;
}
.pkp_structure_footer_wrapper {
  background: rgba(0,0,0,0.05);
  border-top: 1px solid #ddd;
  border-bottom: 1.43rem solid #181b1c;
}