.header__menu {
  display: none;
}


@media screen and (max-width: 767px) {
  .header_logo {
    margin: 0;
  }

  .header_title {
    padding-left: 15px;
    vertical-align: middle; 
    margin-top: 5px;
  }

  .header_title h1 {
    font-size: 36px;
    margin: 10px 0 10px;
  }

  .header_title h4{
    font-size: 18px;
  }

  .header__menu {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 15px;
    width: 40px;
    padding: 5px;
  }
  
  .header__menu svg {
    height: 32px;
    width: 32px;
  }

  .nav {
    z-index: 10;
    background-color: #fff;
    width: 200px; 
    position: absolute;
    /* This trasform moves the drawer off canvas. */
    -webkit-transform: translate(-300px, 0);
    transform: translate(-300px, 0);
    /* Optionally, we animate the drawer. */
    transition: transform 0.3s ease;
  }
  
  .nav.open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  
  .nav__item {
    display: list-item;
    border-bottom: 1px solid #E0E0E0;
    width: 100%;
    text-align: left;
  }

  .menu-item:hover ul {
    height: auto;
  }

  .menu-item {
    display: block;
    position: static;
  }

  .feature-row {
    position: relative;
    top:15px;
  }

  .hrmain-body, .items3, .items4, .page-summary, .page-info, .page-info-category, .page-body, .page-body-header, .otherlinks, .page-footer, .page-copyright, .top-pagination, .bottom-pagination {
    position: relative;
    top:20px;  
  }

  .item-part {
    position: relative;
    top:30px;  
  }

  .top-pagination {
    position: relative;
    top:5px;  
  }

  .bottom-pagination {
    position: relative;
    top:30px;  
  }

.items3-footer, items4-footer {
    padding-bottom: 10px;
    border-width: 2px;
    border-bottom-style: solid;
    border-color: #000;
    margin: 15px 15px 0 15px;
  }

  .otherlinks {
    border-bottom-style: none;
  }

  .otherlinks, .page-footer {
    margin-top: 10px;
    margin-bottom: 10px;
  }

}

@media screen and (max-width: 480px) {
  .header_logo {
    margin-top: 0px;
    margin-left: 0px;
  }

  .header_title {
    padding-left: 5px;
    margin: 0;
  }

  .header_title h1 {
    font-size: 24px;
  }

  .header_title h4{
    font-size: 16px;
    margin-bottom: 10px;
  }

}

@media screen and (max-width: 401px) {
  .header_title {
    padding-left: 5px;
    margin: 0;
  }

  .header_title h4{
    font-size: 12px;
  }

}
