/*
Theme Name:   Solaris Child
Description:  Solaris Child Theme create 2024
Author:       ESTH Team
Template:     solaris_tcd088
Version:      2.1.3
*/

/*About us section on Top page Add By Am ESTH 20240409*/
#cb_content_1.cb_free_space {
  background-image: url(https://www.e-stag-e.info/hazama/wp-content/uploads/2024/04/TOP_C-4_Global-map.png);
  width: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

#header_logo a {
  height: 70px;
  padding: 0 20px;
}

#link-history {
  color: #0070a4 !important;
  font-weight: 600;
}

#link-history:hover {
  text-decoration: underline;
}

.table-header-mb {
  display: none;
}

#mobile_menu a {
  font-weight: 700;
  font-size: 16px;
}

/*Add css for mobile screen by Am ESTH 150724*/
@media screen and (max-width: 750px) {
  .description-mb {
    white-space: break-spaces;
    text-wrap: balance;
  }

  .post_content td,
  .post_content th {
    display: flex;
    width: 95% !important;
    height: 100% !important;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px !important;
    border: 0;
    border-bottom: 0.5px solid #ddd;
    /* comment for editing table on single-work by Franky ESTH 240718 */
    /* margin-bottom: 2vw; */
    justify-content: center;
  }

  .table-header-pc {
    display: none;
  }

  .table-header-mb {
    display: block;
  }

  .copyright-mb {
    line-height: 20px !important;
    word-spacing: -1.5px;
    text-wrap: balance;
    /* Edit display to grid by Franky ESTH 240717  */
    display: grid;
    align-items: center;
  }
}

@media screen and (max-width: 1201px) {
  #header_logo a {
    height: 55px !important;
    line-height: 55px !important;
  }
}

/* Edit by Franky ESTH 240717  */
@media screen and (max-width: 950px) {
  #footer_banner .item {
    width: 100% !important;
  }
}

article.item a.category {
  display: none;
}
