/* 
 * Pagination
 */

 .pagination .nav-links {
  justify-content: center;
}

.pagination .page-numbers:not(.next):not(.prev) {
  padding: 0px 30px;
  text-align: center;
}

@media screen and (min-width: 782px) and (max-width: 900px) {
  .pagination .page-numbers:not(.next):not(.prev) {
    padding: 0px 20px;
  }
}

@media screen and (max-width: 782px) {
  .pagination .page-numbers:not(.prev):not(.next) {
    display: none;
  }
}

.pagination .next.page-numbers {
  text-align: right;
}

.pagination .prev.page-numbers {
  text-align: left;
}

.pagination .placeholder-prevnext {
  color: #dddddd;
}

.pagination .next.page-numbers,
.pagination .prev.page-numbers,
.pagination .placeholder-prevnext {
  flex-grow: 1;
  width: 100%;
}

/* 
 * Search Form
 */

form.search-form {
  position: relative;
  top: -12px;
  max-width: 400px;
}

form.search-form .search-icon {
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 45px;
  width: 60px;
  margin-left: -60px;
  padding: 9px 15px;
  border-radius: 0px 6px 6px 0;
  border: 1px solid var(--wp--preset--color--pink);
  background-color: var(--wp--preset--color--pink);
  cursor: pointer;
}

form.search-form .icon-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  fill: #fff;
}

form.search-form label {
  display: inline;
}

form.search-form input.search-field {
  font-family: var(--wp--preset--font-family--avant-garde-gothic);
  display: inline;
  height: 45px;
  width: 100%;
  max-width: 400px;
  padding: 8px 0px 3px 15px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
}

form.search-form input[type="search"]::placeholder {
  height: 45px;
  top: 0px;
  position: relative;  
}

.site-address .menu-link.main-menu-link {
  font-weight: 600;
  text-decoration: none;
}

#colophon-navs {
  padding-bottom: 0.375rem;
}

#legal-nav span.name {
  margin-bottom: 5px;
  display: block;
}

#section-block-read-more-articles {
  margin-bottom: 50px;
}

.archive .post-content .hentry.category-video .teaser-image:after, 
.blog .post-content .hentry.category-video .teaser-image:after,
.wp-block-acf-media-card-media.is-style-video:after {
  pointer-events: none;
}

.wp-block-acf-cta-button.is-style-outline-alt {
  border-color: unset !important;
  opacity: 0.98;
}

.wp-block-acf-cta-button.is-style-outline-alt:hover {
  border-color: unset !important;
  opacity: 1;
}