/* CONTENT SCROLL */
.search-results .entry-content,
.single-post .entry-content {
  margin: 1.5rem 0 10px;
}
.search-results .entry-content h2,
.single-post .entry-content h2 {
  color: var(--azati-blue);
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700;
}
@media (max-width: 575px) {
  .search-results .entry-content h2,
  .single-post .entry-content h2 {
    margin-bottom: 0.7rem;
  }
}
@media (min-width: 576px) {
  .search-results .entry-content h2,
  .single-post .entry-content h2 {
    margin-bottom: 1rem;
    margin-top: 2rem;
    line-height: 2.7rem;
  }
}
@media (max-width: 480px) {
  .search-results .entry-content h2,
  .single-post .entry-content h2 {
    font-size: 1.875rem;
    /* 30px */
  }
}
@media (max-width: 400px) {
  .search-results .entry-content h2,
  .single-post .entry-content h2 {
    font-size: 1.5625rem;
    /* 25px */
  }
}
@media (max-width: 320px) {
  .search-results .entry-content h2,
  .single-post .entry-content h2 {
    font-size: 1.4375rem;
    /* 23px */
  }
}
@media (min-width: 481px) {
  .search-results .entry-content h2,
  .single-post .entry-content h2 {
    font-size: 2.1875rem;
    /* 35px */
  }
}
.search-results .entry-content h3,
.single-post .entry-content h3 {
  color: var(--azati-blue);
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700;
}
@media (max-width: 575px) {
  .search-results .entry-content h3,
  .single-post .entry-content h3 {
    margin-bottom: 0.7rem;
  }
}
@media (min-width: 576px) {
  .search-results .entry-content h3,
  .single-post .entry-content h3 {
    margin-bottom: 0.5rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 768px) {
  .search-results .entry-content h3,
  .single-post .entry-content h3 {
    font-size: 1.125rem;
    /* 18px */
  }
}
@media (min-width: 768px) {
  .search-results .entry-content h3,
  .single-post .entry-content h3 {
    font-size: 1.375rem;
    /* 22px */
  }
}
.search-results .entry-content h4,
.single-post .entry-content h4 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600;
}
@media (max-width: 575px) {
  .search-results .entry-content h4,
  .single-post .entry-content h4 {
    margin-bottom: 0.7rem;
  }
}
@media (min-width: 576px) {
  .search-results .entry-content h4,
  .single-post .entry-content h4 {
    margin-bottom: 1.7rem;
  }
}
@media (max-width: 768px) {
  .search-results .entry-content h4,
  .single-post .entry-content h4 {
    font-size: 1rem;
    /* 16px */
  }
}
@media (min-width: 768px) {
  .search-results .entry-content h4,
  .single-post .entry-content h4 {
    font-size: 1.125rem;
    /* 18px */
  }
}
.search-results .entry-content h5,
.single-post .entry-content h5 {
  font-family: var(--font-bold);
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 16px;
}
.search-results .entry-content p,
.single-post .entry-content p {
  font-family: var(--font-base);
  margin-bottom: 18px;
}
.search-results .entry-content p:first-child,
.single-post .entry-content p:first-child {
  margin-top: 0;
  padding-top: 0;
}
.search-results .entry-content p a,
.single-post .entry-content p a,
.single-post .entry-content li a {
  color: var(--azati-blue);
  text-decoration: underline;
}
.search-results .entry-content p a:hover,
.single-post .entry-content p a:hover,
.single-post .entry-content li a:hover {
  color: var(--black-blue);
  text-decoration: none;
}
.search-results .entry-content p em,
.single-post .entry-content p em {
  font-style: italic;
}
.search-results .entry-content p strong,
.single-post .entry-content p strong {
  font-weight: 600;
}
.search-results .entry-content figure figcaption,
.single-post .entry-content figure figcaption {
  color: var(--white-grey);
  font-size: 0.75rem;
  text-align: center;
}
.search-results .entry-content figure figcaption a,
.single-post .entry-content figure figcaption a {
  text-decoration: underline;
}
.search-results .entry-content figure figcaption a:hover,
.single-post .entry-content figure figcaption a:hover {
  text-decoration: none;
}
.search-results .entry-content blockquote,
.single-post .entry-content blockquote {
  margin: 18px 0;
}
.search-results .entry-content blockquote,
.search-results .entry-content blockquote p,
.single-post .entry-content blockquote,
.single-post .entry-content blockquote p {
  font-family: "PT Serif", serif;
}
.search-results .entry-content li,
.single-post .entry-content li {
  list-style-type: none;
  padding-bottom: 1vh;
  position: relative;
}
.search-results .entry-content ul,
.single-post .entry-content ul {
  padding-left: 30px;
}
.search-results .entry-content ul li:before,
.single-post .entry-content ul li:before {
  content: "";
  color: var(--azati-blue);
  background-color: var(--azati-blue);
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 10px;
  left: -15px;
}
.search-results .entry-content ol,
.single-post .entry-content ol {
  counter-reset: num;
  padding-left: 25px;
}
.search-results .entry-content ol li,
.single-post .entry-content ol li {
  padding-left: 5px;
}
.search-results .entry-content ol li:before,
.single-post .entry-content ol li:before {
  content: counter(num) ". ";
  counter-increment: num;
  color: var(--azati-blue);
  position: absolute;
  left: -15px;
}
@media (max-width: 767px) {
  .search-results .entry-content p,
  .search-results .entry-content li,
  .single-post .entry-content p,
  .single-post .entry-content li {
    font-size: 1rem;
  }
  .search-results .entry-content blockquote,
  .single-post .entry-content blockquote {
    border-left: 2px solid var(--azati-blue);
    padding: 0 0 0 20px;
  }
  .search-results .entry-content blockquote,
  .search-results .entry-content blockquote p,
  .single-post .entry-content blockquote,
  .single-post .entry-content blockquote p {
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .search-results .page-scroll,
  .single-post .page-scroll {
    display: none;
  }
}
@media (min-width: 768px) {
  .search-results .entry-content,
  .single-post .entry-content {
    border-right: 2px solid #d9dad5;
    padding-right: 60px;
  }
  .search-results .entry-content p,
  .search-results .entry-content li,
  .single-post .entry-content p,
  .single-post .entry-content li {
    font-size: 1.125rem;
  }
  .search-results .entry-content blockquote,
  .single-post .entry-content blockquote {
    border-left: 4px solid var(--azati-blue);
    padding: 0 0 0 30px;
  }
  .search-results .entry-content blockquote,
  .search-results .entry-content blockquote p,
  .single-post .entry-content blockquote,
  .single-post .entry-content blockquote p {
    font-size: 1.375rem;
    line-height: 1.5;
  }
  .search-results .entry-content-inner,
  .single-post .entry-content-inner {
    margin-top: -52px;
  }
  .search-results .page-scroll,
  .single-post .page-scroll {
    background-color: #fff;
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    cursor: pointer;
    margin-right: -86px;
    position: -webkit-sticky;
    position: sticky;
    left: 100%;
    top: 50%;
    z-index: 100;
    height: 52px;
    width: 52px;
  }
}

/*********** end Content Scroll ************/
