@media (min-width: 992px) {
  .home-page-main-img {
    width: 50%;
  }
}

.bg-home-first-section {
  width: 100%;
}

.home-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.resources-title {
  width: 84%;
}

.home-blog-listing {
  display: flex;
  margin: 30px 0px;
  width: 84%;
}

.home-content .blog-title {
  color: #005c87;
}

.home-post-listing {
  list-style: none !important;
}

.home-post-blog-item .post-link {
  text-decoration: none;
}

.home-post-blog-item .post-author-n-author-image {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.home-post-blog-item .post-author {
  padding-left: 14px;
  text-transform: capitalize;
}

.home-content .home-pagination-wrapper {
  display: flex;
  justify-content: space-between;
}

.home-content .home-pagination-wrapper .nav-next,
.home-content .home-pagination-wrapper .nav-previous {
  margin: 20px 10px 0px 10px;
}

.home-content .home-pagination-wrapper a {
  color: #005c87;
}

.home-content .wp-block-image img {
  max-width: 100%;
  height: auto;
}

.home-post-blog-item .post-date {
  color: #539dc0;
  padding-left: 30px;
  margin-bottom: 30px;
}

.home-post-blog-item {
  margin-bottom: 5px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: row;
}

.home-post-blog-item .post-content-p1 {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
}

.home-post-blog-item .post-content-p1 img {
  max-width: 100%;
  height: auto;
  width: 200px;
  border-radius: 8px;
  margin-top: 10px;
}

.home-post-blog-item .post-content-p2 {
  display: flex;
  flex: 4;
  padding: 0px 30px;
  flex-direction: column;
  padding-bottom: 24px;
  border-bottom: 2px solid #b1d3e2;
}

.home-post-blog-item .post-content-p3 {
  display: flex;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
}

.home-post-blog-item .post-content-p3 .post-date {
  color: #539dc0;
  padding-left: 30px;
  margin-bottom: 30px;
}

.home-post-blog-item .post-date {
  color: #539dc0;
  padding-left: 30px;
  margin-bottom: 30px;
}

.home-post-blog-item .blog-title {
  color: #005c87;
  margin: 0px !important;
  font-size: 32px;
}

.home-post-blog-item .post-author-image {
  width: 50px;
  border-radius: 100%;
  height: auto;
}

.home-post-blog-item .post-content-p2 .post-date {
  display: none;
}

.home-post-blog-item .post-content-p2 .post-author-meta {
  display: flex;
  flex-direction: column;
}

.post-title-image {
  height: 50vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 28px;
}

.post-detail-content {
  font-size: 16px;
  line-height: 24px;
}

.single-post-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #b1d3e2;
  margin-bottom: 6px;
}

.single-post-meta .post-author-image {
  width: 50px;
  border-radius: 100%;
  height: auto;
}

.single-post-meta .single-post-author-meta .post-author {
  padding-left: 14px;
  text-transform: capitalize;
}

@media only screen and (max-width: 1199px) {
  /** BLog page addition adjustment */
  #navbarSupportedContent li.nav-item {
    margin-right: 4px !important;
    margin-left: 4px !important;
    font-size: 14px;
  }
}

@media only screen and (max-width: 899px) {
  /** BLog page addition adjustment */
  .home-post-blog-item .post-content-p1 {
    justify-content: flex-start;
  }
  .home-post-blog-item {
    flex-direction: column;
  }
  .home-post-blog-item .post-content-p2 {
    padding: 10px 0px 22px 0px;
  }
  .home-post-blog-item .post-content-p3 {
    display: none;
  }
  .home-post-blog-item .post-content-p2 .post-date {
    display: inline;
    margin: 0px 0px 0px 0px;
    padding: 2px 0px 0px 14px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 1130px) and (min-width: 992px) {
  .cont-xx {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  /** BLog page addition adjustment */
  #navbarSupportedContent li.nav-item {
    margin-right: 0px !important;
    margin-left: 0px !important;
    font-size: 14px;
  }
}
