/* Sidebar Menu */
a.col-md-12.col-sm-12.col-xs-12 {
    background: linear-gradient(to right, #e8efea 0%, #fff 100%);
    padding: 5px;
    margin-top: 5px;
    color: #0054c7;
    font-weight: 500;
    border: 1px solid #d8e8f6;
    display: flex;
    align-items: center;
}

.pkp_block .title {
    color: #fff;
    background: #7f98b6;
    padding: 10px;
    font-weight: 200;
}

/* Header */
.pkp_structure_head {
    background-color: #7f98b6;
    border-bottom: 2px solid #ffffff;
    box-shadow: 3px 3px 20px -10px;
}

.pkp_head_wrapper {
     background: url(https://wasrpublication.com/templates/images/wjebm.png);
     background-size: 100%;
}

@media (min-width: 992px) {
  .pkp_site_name{ display:none; }
  .pkp_site_name_wrapper{
      padding-top: 125px;
   }
}

@media (max-width:480px){
  .pkp_site_nav_menu{     
      position: relative;
  }

  .pkp_site_name .is_img img{
      display:none;
  }
.pkp_head_wrapper {
     
     padding: 8px;
  }
}

.pkp_site_nav_menu {
    border-top: #fff solid;
    background: #7f98b6;
}

/* Navigation */
@media (min-width: 992px) {
    .pkp_navigation_primary_row {
        background: #7f98b6;
        padding-left: 30px;
        padding-right: 30px;
        border-top: 1px solid rgb(255, 255, 255);
    }
}

/* Article Summary */

.obj_article_summary {
    border: 1px solid #7f98b6;
    padding: 10px;
    border-radius: 5px;
    border-bottom: 4px solid #7f98b6;
    border-right: 4px solid #7f98b6;
}

.cmp_button_wire, .obj_galley_link {
    border: 1px solid #7f98b6;
    background: #7f98b6;
    color: #fff;
}


/* Footer */
.pkp_structure_footer_wrapper {
    background: #7f98b6;
}


