/* Blog Styles */
.single-post h1.entry-title {
  font-size: 2rem;
}

.single-post header {
  text-align: left;
}

.single-post h1 {
  margin-top: 1rem;
}

.single-post img.attachment-large.size-large.wp-post-image {
  margin-bottom: 3rem;
  display: block;
  margin: 2rem auto;
}

.single-post .recentPostsWrapper {
  margin: 3rem 0;
}

.entry-summary {
  line-height: 24px;
  margin-bottom: 1rem;
}

.entry-content p {
  line-height: 24px !important;
}

.single-post-category {
  background: #7dcddf;
  border-radius: 35px;
  color: #002157;
  font-size: inherit;
  font-weight: 500;
  padding: 8px;
  text-align: center;
  text-transform: uppercase;
  width: 200px;
  display: inline-block;
}

.post-category-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  gap: 1em;
  font-size: 0.8rem;
  margin: 0.5rem;
  margin-left: 0px;
}
.single-post .post-category-wrapper {
  justify-content: center;
}

p.single-post-excerpt {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 1rem;
  text-align: center;
}

img.attachment-full.size-full.wp-post-image {
  width: 100%;
  margin: 2rem 0;
  object-fit: contain;
}

.single-post #main p+p:not(.form-row) {
  margin: 0;
}

.featuredImageWrapper {
  height: 140px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

ul.recent-posts {
    padding: 0px !important;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 2rem;
    grid-gap: 30px;
}

ul.recent-posts .featuredImageWrapper {
  height: 140px;
  margin: 0;
}

ul.recent-posts li {
    flex: 0 0 30.3333%;
    list-style: none;
}

ul.recent-posts li a {
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 600;
}

ul.recent-posts li .recent-posts-title {
  color: #002157;
}

ul.recent-posts li p.recent-posts-date {
  font-size: 1rem;
  color: #002157;
}

.post-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin:0 2rem;
  grid-gap: 30px;
}

.post-grid .full-width-post {
  grid-column: 1 / -1;
  margin-bottom: 1rem;
}

label.wp-block-search__label, p.byline.author.vcard {
  display: none;
}

h1 {
  text-align: center;
}

h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

h2.entry-title a::after {
  content: '\f35d';
  float: right;
  font-size: 1.5rem;
  font-family: FontAwesome;
}

.breadcrumbs {
  margin-bottom: 2rem;
}

img.attachment-medium.size-medium.wp-post-image {
  height: 140px;
}

.entry-title a {
  color: #002157 !important;
  text-decoration: none;
  font-size: 1.7rem;
}

time.updated {
  display: block;
  margin-top: 0.7rem;
}

.single-post time.updated {
  text-align: center;
}

form.search-form {
  max-width: 500px;
  margin: 0 auto;
}

article {
  position: relative;
  padding-bottom: 2rem;
}

.read-more {
  position: absolute;
  bottom: 1rem;
  font-weight: 600;
  font-size: 14px;
  color: #002157;
  text-decoration: none;
}

section.widget.categories-2.widget_categories ul li a {
  color: #002157;
  font-weight: 600;
  text-decoration: none;
}

section.widget.categories-2.widget_categories ul li {
  padding: 0.5rem;
}

.current-cat {
  background: #f7f7f7;
}

.wp-block-group.is-layout-flow.wp-block-group-is-layout-flow {
  padding: 1rem;
}

main#main {
  margin: 2rem 1rem;
}

section.widget.categories-2.widget_categories li {
  list-style: none;
  margin: 5px 0;
}

section.widget.categories-2.widget_categories h3 {
  margin: 1rem 0;
}

button.wp-block-search__button.wp-element-button {
  padding: 10px;
}

.single-post-excerpt {
  margin: 1rem 0;
}

.full-width-post .featuredImageWrapper, .single-post .featuredImageWrapper {
  height: 500px;
  margin: 1rem 0;
}

.headerWrapper .col:nth-child(2) {
  margin-left: 2rem;
  transform: translateY(+29%);
}

.post-category-wrapper a {
  text-decoration: none;
}

div.entry-summary p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 960px) {
  .post-grid {
    display: block;
    margin: 0;
  }
  .featuredImageWrapper {
    margin-top: 2rem !important;
    height: 230px !important;
    background-size: contain;
  }
  .full-width-post .featuredImageWrapper {
    margin: 0;
  }
  ul.recent-posts {
      display: block;
      margin-top: -20px !important;
  }
}