div#content {
  width: calc(100% - 40px);
  max-width: 1150px !important;
  margin: 0 auto;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
  padding: 0;
}

.type-post.format-standard.has-post-thumbnail.hentry {
  display: inline-block;
  width: 30%;
  overflow: hidden;
}

.entry-content {
  display: none;
}

.entry-footer.default-max-width {
  display: none;
}

ol.wp-paginate {
  display: flex;
  justify-content: center;
  width: 100%;
}
#sidebar #block-4 {
  border-right: 4px solid #188ea3;
  padding-right: 10px;
}
.post-thumbnail {
  position: absolute;
  top: 0;
  margin: unset;
  width: 100%;
}
.post-thumbnail img {
  height: unset !important;
  max-width: unset !important;
  height: unset !important;
}
.nav-links svg {
  color: grey;
  margin-bottom: -8px;
}
.nav-links {
  color: grey;
  text-align: center;
}
.nav-links span {
  color: grey !important;
  text-decoration: unset;
}
.nav-links a {
  color: grey !important;
  text-decoration: none !important;
  border: 1px solid gray;
  width: 149px !important;
  display: inline-block;
  border-radius: 4px;
}
.page-numbers.current {
  font-weight: bold !important;
  color: #4d4d4d !important;
}

.site-main {
  position: relative;
}

.type-post.format-standard.has-post-thumbnail.hentry {
  position: relative;
  height: 285px;
  vertical-align: top;
  width: calc(32.33% - 4px);
  border: 1px solid #e9e9e9;
  margin: 0 0.5% 12px 0.5%;
}

.entry-header {
  margin-top: 178px;
  width: 100%;
}

.post-thumbnail-inner img {
  object-fit: cover;
  height: 172px !important;
}

.entry-title.default-max-width {
  line-height: 26px;
  padding: 0 1.25rem 1.25rem;
}

.entry-title.default-max-width a {
  font-size: 16px !important;
  color: black !important;
  text-decoration-line: unset !important;
  line-height: 11px;
  font-weight: 600;
  font-size: 18px !important;
}

.wp-block-latest-posts__list.has-dates.wp-block-latest-posts img {
  border: 0px solid;
  border-radius: 5px;
}
body.has-sidebar #sidebar .sidebar-2 {
  position: sticky;
  margin-bottom: 0;
  padding-right: 11px;
  top: 10px;
  z-index: 1;
}
.wp-block-latest-posts__list.has-dates.wp-block-latest-posts li {
  position: relative;
  padding-right: 23%;
  height: 82px;
  border-bottom: 1px solid #c9c9c9;
  margin-top: 17px;
}

body.has-sidebar #primary {
  display: inline-block;
  width: calc(100% - 325px);
  vertical-align: top;
}

body.has-sidebar #sidebar {
  display: inline-block;
  width: 320px;
  vertical-align: top;
}

.wp-block-latest-posts__list.has-dates.wp-block-latest-posts a {
  font-size: 14px;
  color: #333333;
  text-decoration-line: unset;
}

.wp-block-latest-posts__featured-image a {
  position: absolute;
  width: 20%;
  right: 0;
}

.wp-block-latest-posts__post-date {
  font-size: 11px;
  margin-top: 7px;
  color: #aaaaaa;
}

.powered-by {
  display: none;
}

.site-name {
  display: none;
}

.search-form {
  display: none;
}

.article-title {
  padding-right: 60px;
  width: 100% !important;
  background: whitesmoke;
  position: absolute;
  /* height: 102px; */
  line-height: 60px;
  font-size: 20px;
  right: 0;
}

.article-title p {
  width: calc(100% - 40px);
  max-width: 1150px !important;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.site-header {
  z-index: 2;
}

.site-main {
  padding-top: 180px;
}

#sidebar {
  padding-top: 180px;
  padding-bottom: 60px;
}

.container-wrapper.contact-us {
  width: 100% !important;
}

@media (max-width: 1440px) {
  .site-main {
    position: relative;
  }
}

@media (max-width: 1024px) {
  .post-thumbnail-inner img {
    max-height: unset;
  }

  .entry-title.default-max-width a {
    font-size: 13px !important;
  }

  .entry-title.default-max-width {
    line-height: 21px;
  }

  .type-post.format-standard.has-post-thumbnail.hentry {
    height: 232px;
  }

  .site-main {
    width: 100%;
  }

  body.has-right-sidebar #sidebar {
    margin-right: 86px;
  }
}

@media (max-width: 768px) {
  .content-area {
    width: 100% !important;
    text-align: right;
    /* margin-top: 544px; */
  }

  .site-main {
    width: 100% !important;
  }

  .type-post.format-standard.has-post-thumbnail.hentry {
    height: 267px;
  }

  .post-thumbnail-inner img {
  }

  .entry-title.default-max-width a {
    font-size: 18px !important;
  }

  .entry-header {
    margin-top: 183px;
  }

  .entry-title.default-max-width {
    text-align: right;
  }

  .wp-block-latest-posts__featured-image a {
    width: 9%;
    margin-right: 10%;
  }
}

@media (max-width: 480px) {
  body.has-right-sidebar #sidebar {
    margin-right: unset;
  }
  .post-thumbnail-inner img {
    height: 244px !important;
  }
  .entry-title.default-max-width a {
    font-size: 11px !important;
  }

  .entry-title.default-max-width {
    line-height: 15px;
  }

  .site-main {
    width: 90% !important;
    margin: 0 auto;
  }

  .entry-header {
    margin-top: 260px;
  }

  .entry-title.default-max-width a {
    font-size: 24px !important;
  }

  .entry-title.default-max-width {
    line-height: 36px;
  }

  .type-post.format-standard.has-post-thumbnail.hentry {
    height: 392px;
    margin: 0 0.5% 60px 0.5%;
    width: 100%;
  }

  .wp-block-latest-posts__featured-image a {
    width: 19%;
    margin-right: 1%;
  }
}

@media (max-width: 375px) {
  .type-post.format-standard.has-post-thumbnail.hentry {
    height: 450px;
  }
}

/* style */

body.has-sidebar #content {
  display: block !important;
}
.category .site-main {
  margin-top: 0 !important;
}
.category .navigation {
  margin-top: 35px;
}
