/* Sidebar Menu */
a.col-md-12.col-sm-12.col-xs-12 {
    background: linear-gradient(to right, #d4e6e7 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: #222;
    background: #add7d9;
    padding: 10px;
    font-weight: 200;
}

/* Header */
.pkp_structure_head {
    background-color: #d4e6e7 !important;
    border-bottom: 2px solid #ffffff;
    box-shadow: 3px 3px 20px -10px;
}


@media (min-width: 992px) {
  .pkp_head_wrapper{ 
     background: url(https://wasrpublication.com/templates/images/wjael.png); 
     background-size: 50%;
     background-repeat: no-repeat;
     justify-self:center;
   }
  .pkp_site_name{ display:none; }
  .pkp_site_name_wrapper{ padding: 10px; }
}

@media (max-width:480px){
  .pkp_site_nav_menu{     
      position: relative;
  }

  .pkp_structure_head {
     background: url(https://wasrpublication.com/templates/images/wjael.png);
     background-size: contain;
     background-repeat: no-repeat;
  }

  .pkp_site_name .is_img img{
      display:none;
  }
}

.pkp_site_nav_menu {
    border-top: #fff solid;
    background: #d4e6e7;
}

/* Navigation */
@media (min-width: 992px) {
    .pkp_navigation_primary_row {
        background: #d4e6e7;
        padding-left: 30px;
        padding-right: 30px;
        border-top: 1px solid rgb(255, 255, 255);
    }
}

/* Article Summary */

.obj_article_summary {
    border: 1px solid #add7d9;
    padding: 10px;
    border-radius: 5px;
    border-bottom: 4px solid #add7d9;
    border-right: 4px solid #add7d9;
}

.cmp_button_wire, .obj_galley_link {
    border: 1px solid #add7d9;
    background: #add7d9;
    color: #fff;
}


/* Footer */
.pkp_structure_footer_wrapper {
    background: #d4e6e7 !important;
}