/*
==============================
Page: Blog
==============================
*/

article.card .bg-image-regular {
  min-height: 20vh;
}

/*
==============================
Page: Blog
Section: Pagination
==============================
*/

.pagination {
  justify-content: center;
  margin-top: 3rem;
}
.pagination li::before {
  content: '';
  display: inline-block;
  margin: 0 20px;
}
.pagination li.pagination-chevron-left::before {
  content: '';
}
.pagination-chevron {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li a {
  font-size: 1rem;
  line-height: 1rem;
}
.pagination .page-link {
  color: var(--blue) !important;
  border: 0 !important;
  padding: 1rem 1rem;
}
.pagination .page-item {
  padding: 0 0.75rem;
}
.pagination li.active span {
  color: var(--blue) !important;
  line-height: 1rem;
  display: block;
  font-weight: bold;
  background-color: var(--gold) !important;
  border: 0 !important;
  border-radius: 0 !important;
}

/*
==============================
Page: Single Post - Featured Image
==============================
*/

.post-thumbnail-wrapper img {
  max-width:100%;
  height: auto;
  width: 100%;
}

/*
==============================
Page: Single Post - Headers
==============================
*/

.entry-title {
  line-height: 1.3em;
  font-family: 'Noto Sans';
}
.entry-content h1 {
    font-size: 1.2em;
}
.entry-content h2 {
    font-size: 1.1em;
    margin-bottom:1em;
}
.entry-content h3 {
    font-size: 1em;
}
.entry-content h4 {
    font-size: 1em;
}
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  line-height: 1.5em;
  margin: 1.5em 0;
}

@media (min-width: 992px) {

  .entry-content h1 {
    font-size: 1.6em;
    margin-top: 1.5em;
  }
  .entry-content h2,
  .entry-content h3,
  .entry-content h4 {
    margin: 1.25em 0;
  }
  .entry-content h2 {
    font-size: 1.4em;
  }
  .entry-content h3 {
    font-size: 1.2em;
  }
  .entry-content h4,
  .entry-content h5 {
    font-size: 1em;
  }
  .entry-title {
    font-size: 36px;
  }

}

/*
==============================
Page: Single Post - Images
==============================
*/

.entry-content img {
  margin-top: 1rem;
  max-width:100%;
  height:auto;
}
.entry-content figure {
  text-align: center;
}
.entry-content figcaption {
  text-align: center;
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 1rem;
}

/*
==============================
Page: Single Post - Lists
==============================
*/

.entry-content ul {
    margin-left: 20px;
    margin-bottom: 1em;
}
.entry-content ul li {
    list-style: none;
    font-size: 1em;
    margin-bottom: .5em;
}
.entry-content ul li::before {
    content: "-";
    color: #4A4A4A;
    padding: 0px 10px 0 0;
    display: inline-block;
    margin-left: -1em;
    margin-top: -7px;
    vertical-align: middle;
}
.entry-content .entry-header ul li::before {
    content: "";
    color: #4A4A4A;
    padding: 0px 10px 0 10px;
    display: inline-block;
    margin-left: -1em;
    margin-top: -7px;
    vertical-align: middle;
}

/*
==============================
Page: Single Post - Links
==============================
*/

.entry-content a,
.entry-content span a {
    color: var(--blue);
    font-weight: 600;
}

/*
==============================
Page: Single Post - Widgets
==============================
*/

h2.widget-title {
  font-size: 1.25em;
  font-weight: 500;
  margin-bottom: 1em;
  font-family: 'Gilroy', sans-serif;
}
.blog-sidebar .widget {
    border-top: 2px solid #38B1C7;
    padding-top: 1rem;
    margin-bottom: 2.5rem;
}
.wp-block-search__button {
  background: transparent;
  background-color: #70BA7F;
  color: #fff;
  position: relative;
}

/*
==============================
Page: Single Post - FAQs
==============================
*/

.schema-faq.wp-block-yoast-faq-block {
  background-color: #f5f5f5;
  padding: 1.5rem;
  margin: 2.5rem 0;
}
.schema-faq.wp-block-yoast-faq-block strong {
  display: block;
  margin-bottom: 0.7rem;
}


.navigation ul.d-flex.list-unstyled li.active a {
    color: #000;
}
.navigation ul.d-flex.list-unstyled li {
    margin: 0 .5em;
}

ul.post-categories,
#categories-2 ul,
.widget ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.widget .thumbnail_link {
    height: 120px;
    width: 100%;
    display: block;
    background-position: center center;
    background-size: cover;
}
aside#secondary.widget-area>section.widget {
    margin-bottom: 3rem;
}
.list-unstyled li a,
.widget.widget_recent_entries ul li a {
    color: #4A4A4A;
}
.input-search {
    border: solid #000 1px;
    border-radius: 0;
}


#singlePost .entry-header .bg-image-regular {
  min-height: 20rem;
}