@charset "UTF-8";
.accordion {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath stroke='%23212529' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 2v12M2 8h12'/%3E%3C/svg%3E");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath stroke='%23212529' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 8h12'/%3E%3C/svg%3E");
}

body {
  font-family: "PT Sans Narrow", sans-serif !important;
}
body h1,
body h2,
body p,
body a {
  font-family: "PT Sans Narrow", sans-serif !important;
}
body a {
  display: inline-block;
  color: #ff6633;
  text-decoration: none;
}
body a:hover {
  color: #a8a8a8;
}
body hr {
  height: 6px;
  background-color: #fb792f;
  opacity: 1;
  margin: 0;
  border: 0;
}
body p,
body h3,
body h2 {
  color: #fff;
}
body .main-menu,
body .container {
  max-width: 1064px;
}

header .logo-section {
  display: block;
}
header .logo-section img {
  max-height: 258px;
}
header h3 {
  font-weight: 700;
  font-size: 44px;
  line-height: 1;
  letter-spacing: 6px;
  color: #fb792f;
}
header .site-search {
  position: relative;
  width: 100%;
}
header .site-search input {
  border: 1px solid #000;
  border-color: #474747;
  color: #474747;
  border-radius: 0;
  width: 100%;
  height: 32px;
}
header .site-search input:focus {
  border-color: #b4b4b4;
  box-shadow: none;
}
header .site-search button {
  position: absolute;
  right: 10px;
  top: 2px;
  background: transparent;
  border: 0;
  color: #474747;
  font-size: 14px;
  padding: 4px 12px;
}

.navbar {
  padding: 0;
}
.navbar.navbar-dark {
  background-color: #2c57a6;
}

.btn.btn-primary {
  background: #e36b2f;
  border: none;
  border-radius: 5px;
}
.btn.btn-primary:active {
  background: #e36b2f;
}
.btn.btn-primary:hover {
  color: #d6d6d6;
}

.navbar > .container {
  justify-content: center;
}
.navbar > .container .navbar-toggler {
  border: 0;
}

.bg-sec-dark {
  background-color: #2b2e35;
}

.main-menu .nav-item a.nav-link {
  padding: 2px 15px;
  font-weight: 300;
  color: #fff;
  font-size: 18px;
}
@media (min-width: 768px) {
  .main-menu .nav-item a.nav-link {
    padding: 10px 15px;
  }
}
.main-menu .nav-item a.nav-link.active, .main-menu .nav-item a.nav-link:hover {
  color: #a8a8a8;
}

footer {
  font-size: 14px;
  background-color: #515358;
}
footer .bg-gray-900 {
  background-color: #656669;
}
footer .btn.btn-primary {
  height: 28px;
  padding: 2px 12px;
}
footer .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  text-decoration: none;
}
footer .social-icon i {
  font-size: 20px;
  border-radius: 8px;
  padding: 6px;
  width: 28px;
  height: 28px;
  color: #fff;
}
footer .fa-facebook-f {
  background-color: #3b5998;
}
footer .fa-twitter {
  background-color: #1da1f2;
}
footer .fa-tumblr {
  background-color: #36465d;
}
footer a:focus {
  color: #2b7bb9;
}
footer a,
footer p {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif !important;
}

.carosuel-container {
  background-color: #fc7a2f;
}
.carosuel-container .book-carousel img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.carosuel-container .book-carousel .slick-slide {
  padding: 10px;
}

.carosuel-container {
  /* Hide default buttons — fallback if any */
  /* But show your custom ones */
}
.carosuel-container .slick-arrow::before {
  display: none !important;
}
.carosuel-container .custom-arrow i {
  color: #ffffff;
  font-size: 30px;
}
.carosuel-container .slick-prev {
  left: -8px;
  z-index: 10;
}
.carosuel-container .slick-next {
  right: -8px;
}
@media (min-width: 1020px) {
  .carosuel-container .custom-arrow i {
    font-size: 40px;
  }
  .carosuel-container .slick-prev {
    left: -25px;
  }
  .carosuel-container .slick-next {
    right: -25px;
  }
}

.dropdown-item:focus {
  outline: 2px solid #000;
  outline-offset: 2px;
}

.book-details .accordion-button {
  padding: 8px;
  margin-bottom: 8px;
  border: 1px solid #a8a8a8;
  color: #fc7a2f;
  font-size: 14px;
  background-color: #fcfcfc;
  font-weight: 700;
}
.book-details .accordion-button::after {
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  transition: transform 0.2s ease-in-out;
}
.book-details .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: none;
}
.book-details .accordion-item {
  border: none;
  margin-bottom: 10px;
}
.book-details .accordion-item p {
  color: #000;
}
.book-details .accordion-item:first-of-type,
.book-details .accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.book-details .accordion-item:last-of-type,
.book-details .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.book-details .accordion-item:not(:first-of-type) {
  border: none;
}
.book-details .accordion-body {
  padding: 0;
}
.book-details .accordion-button:focus {
  box-shadow: none;
}
.book-details .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.book-details .form-select {
  border: 2px solid #a8a8a8;
}
@media (min-width: 1020px) {
  .book-details .form-select {
    width: 50%;
  }
}

.desk-copies .books-galory-title,
.books-galory .books-galory-title {
  font-weight: 700;
  font-size: 72px;
  background-color: #fb792f;
  color: #fff;
  padding-left: 60px;
}
.desk-copies p,
.books-galory p {
  color: #000;
}

.text-light-blue {
  color: #336699;
}

.wp-theme-hcp-harperyear h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-family: "PT Sans Narrow", sans-serif !important;
}

.skip-link {
  position: absolute;
  top: -45px;
  left: 0px;
  color: rgb(255, 255, 255);
  border-bottom-right-radius: 8px;
  z-index: 100;
  padding: 10px;
  border-right: 1px solid rgb(255, 255, 255);
  border-bottom: 1px solid rgb(255, 255, 255);
  background: transparent;
  transition: top 0.3s ease-out, background 0.3s linear;
}

.current_page_item a {
  color: #a8a8a8 !important;
}

.list-unstyled li {
  margin-bottom: 0.5rem !important;
}

.spt-blog-post__details-nav-item,
.spt-blog-post__details-nav-item a {
  color: #333 !important;
}

:where(.wp-block-columns) {
  margin-bottom: 0;
}

.main-menu .nav-item .dropdown-menu {
  padding: 0;
  border-radius: 0;
  margin: 0;
  top: 36px;
  left: 18px;
  min-width: 220px;
}
.main-menu .nav-item .dropdown-menu a.nav-link {
  color: #a8a8a8;
  padding: 0 15px;
  font-size: 16px;
  line-height: 18px;
}

@media (min-width: 992px) {
  /* apply only on large screens */
  .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0; /* prevent gap */
  }
}
.hcp-recent-posts ul li {
  list-style: none;
  padding-bottom: 20px;
}
.hcp-recent-posts ul li:first-of-type {
  padding-top: 20px;
}
.hcp-recent-posts ul li a {
  text-decoration: none;
  font-weight: 700;
  font-size: 30px;
  color: #336699;
  font-family: "PT Sans", sans-serif !important;
}

header .spt-blog-post__header {
  padding: 24px 0;
}
header .spt-blog-post__header .spt-blog-post__title {
  font-size: 1.875rem;
  line-height: 28.125px;
}

.hcp-author-interviews h3 {
  font-weight: bold;
  line-height: 45px;
}

.search-results .top-container {
  display: flex;
  height: 56px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-color: #f5f5f5;
  border-bottom: 2px solid #c2c2c2;
  padding: 12px;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .search-results .top-container {
    height: auto;
    gap: 10px;
    justify-content: space-between;
  }
}
.search-results .top-container .book-nav {
  width: unset !important;
}
.search-results .top-container .book-nav .ais-Pagination.pagination {
  margin-top: 0 !important;
  align-items: center;
}
@media (max-width: 767px) {
  .search-results .top-container .book-nav .ais-Pagination.pagination {
    justify-content: flex-start !important;
    flex-direction: column;
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .search-results .top-container .book-nav {
    margin-left: 0;
  }
}
.search-results #total-books-count {
  text-align: unset !important;
  margin-bottom: 10px !important;
  font-weight: 700;
}
@media (max-width: 767px) {
  .search-results #total-books-count {
    width: 100%;
    text-align: center !important;
  }
}
.search-results .top-container {
  width: 100%;
}
.search-results .top-container .ais-change-display .ais-change-display-block,
.search-results .top-container .ais-change-display .ais-change-display-list {
  cursor: pointer;
}
.search-results .top-container #hits-per-page-select,
.search-results .top-container #sort-by-select {
  font-size: 14px;
}
.search-results .top-container .filter__perpage select,
.search-results .top-container .filter__sortby select {
  height: auto;
  min-width: auto;
  margin: 0;
}
.search-results .top-container .ais-Pagination {
  align-items: center;
  justify-content: space-between !important;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .search-results .top-container .ais-Pagination {
    flex-direction: row;
  }
}
.search-results .top-container .ais-Pagination #total-books-count {
  font-size: 14px;
  line-height: normal;
  margin-bottom: 0px !important;
}
.search-results .top-container .ais-Pagination .ais-Pagination-list .page-link {
  border: none;
  background-color: transparent;
  border-width: 0;
  font-size: 14px;
  line-height: normal;
}
.search-results .top-container .ais-Pagination .ais-Pagination-list .page-item {
  margin-bottom: 0px;
  text-decoration: underline;
  text-decoration-color: #ff6633;
}
.search-results .top-container .ais-Pagination .ais-Pagination-list .page-item .page-link {
  color: #ff6633;
  padding: 0px 6px;
}
.search-results .top-container .ais-Pagination .ais-Pagination-list .page-item:hover {
  text-decoration: none;
}
.search-results .top-container .ais-Pagination .ais-Pagination-list .page-item:hover .page-link {
  color: #434343;
}
.search-results .top-container .ais-Pagination .ais-Pagination-list .page-item.active {
  text-decoration: none;
}
.search-results .top-container .ais-Pagination .ais-Pagination-list .page-item.active .page-link {
  color: #434343;
}
.search-results .top-container .ais-Pagination label {
  margin-right: 10px;
  font-size: 14px;
}
.search-results .ais-SearchBox {
  padding: 15px 22px;
  display: none;
}
.search-results #book-filters {
  border: 1px solid #000;
  background: #e3e3e3;
  padding: 20px;
}
.search-results #book-filters .ais-RefinementList-list,
.search-results #book-filters .ais-NumericMenu-list,
.search-results #book-filters .ais-RefinementList-showMore {
  color: #ff6633;
}
@media (max-width: 576px) {
  .search-results #book-list .ais-Hits-list,
  .search-results #book-list .ais-InfiniteHits-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) {
  .search-results #pagination-bottom .ais-Pagination-list {
    margin-left: auto;
  }
}

.home .bg-sec-dark .hcp-author-interviews h3 {
  color: #fff;
  text-align: center !important;
}
.home .bg-sec-dark p {
  font-size: 14px;
  line-height: 22px;
}
.home .bg-sec-dark .wp-block-heading {
  text-transform: none;
}
@media (min-width: 992px) {
  .home .bg-sec-dark .wp-block-columns .wp-block-column:first-child {
    margin-left: 80px;
  }
  .home .bg-sec-dark .wp-block-columns .wp-block-column:last-child {
    margin: 0 22px;
  }
}
@media (max-width: 768px) {
  .home .bg-sec-dark .wp-block-columns .wp-block-column:last-child {
    max-width: 400px;
    margin: auto;
  }
}

@media (max-width: 768px) {
  .desk-copies .books-galory-title,
  .books-galory .books-galory-title {
    padding-left: 0px;
    text-align: center;
    font-size: 42px;
  }
}

.deskcopiesandorderinginfo .blue-heading-light-blue {
  font-size: 24px;
  color: #336699;
}
.deskcopiesandorderinginfo p:first-child {
  margin-top: 40px;
}
.deskcopiesandorderinginfo p:last-child {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .deskcopiesandorderinginfo p:last-child {
    margin-bottom: 60px;
  }
}

.spt-blog-post__header .spt-blog-post__title {
  font-size: 20px;
  line-height: 28px;
  margin: 10px 0px;
  padding-top: 10px;
}
.spt-blog-post__header .spt-blog-post__details-nav {
  display: flex;
  gap: 16px;
  margin-bottom: 10px;
}

.hcp-author-interviews h3 {
  color: #000;
  text-align: start !important;
  margin-bottom: 20px !important;
}
.hcp-author-interviews iframe {
  max-width: 500px;
  margin-bottom: 20px;
}

.carosuel-container .wp-block-hcp-carousel.hcp-carousel {
  padding: 0;
}
.carosuel-container .wp-block-hcp-carousel.hcp-carousel .carousel-title {
  display: none;
}
.carosuel-container .wp-block-hcp-carousel.hcp-carousel .carousel-slide {
  width: 16.5%;
  padding: 11px;
}
.carosuel-container .wp-block-hcp-carousel.hcp-carousel .flickity-prev-next-button.previous {
  left: -25px;
  background-color: transparent;
}
.carosuel-container .wp-block-hcp-carousel.hcp-carousel .flickity-prev-next-button.next {
  right: -13px;
  background-color: transparent;
}
.carosuel-container .wp-block-hcp-carousel.hcp-carousel .flickity-button .arrow {
  fill: #fff;
  stroke: #fff;
  stroke-width: 6px;
}
@media (max-width: 992px) {
  .carosuel-container .wp-block-hcp-carousel.hcp-carousel .flickity-prev-next-button.previous {
    left: -21px;
  }
  .carosuel-container .wp-block-hcp-carousel.hcp-carousel .flickity-prev-next-button.next {
    right: -19px;
  }
  .carosuel-container .wp-block-hcp-carousel.hcp-carousel .carousel-cta {
    padding: 8px 0px;
  }
}
@media (max-width: 767px) {
  .carosuel-container .wp-block-hcp-carousel.hcp-carousel .carousel-slide {
    width: 100%;
  }
  .carosuel-container .wp-block-hcp-carousel.hcp-carousel .flickity-prev-next-button.previous {
    left: 0px;
  }
  .carosuel-container .wp-block-hcp-carousel.hcp-carousel .flickity-prev-next-button.next {
    right: 0px;
  }
  .carosuel-container .wp-block-hcp-carousel.hcp-carousel .carousel-image {
    width: 70%;
  }
}

.books-galory .supapress-book-cover {
  max-width: 145px;
  max-height: 219px;
  min-height: 219px;
}
.books-galory .book-details {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
.books-galory .book-details .book-title a {
  font-size: 16px !important;
  line-height: normal;
  margin: 0px;
}
.books-galory .book-details .book-title a:hover {
  color: #a8a8a8 !important;
}
.books-galory .book-details .book-author {
  font-size: 8px !important;
  line-height: 12px;
}

.main-menu .dropdown-toggle::after {
  display: none;
}

@media (max-width: 991px) {
  .main-menu .nav-item .dropdown-menu {
    background-color: transparent;
    border: 0;
    margin-left: 24px;
  }
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22 M4 15h22 M4 23h22'/%3E%3C/svg%3E");
}

#pagination-top {
  display: block !important;
}

.logo-section-is-disabled,
.card-text a {
  pointer-events: none; /* stops mouse clicks */
  cursor: default;
}

.cart-icon {
  display: none;
}

#menu-copy-right-footer li:nth-last-child(-n+2) {
  font-weight: bold;
}
@media (max-width: 991px) {
  #menu-copy-right-footer li:nth-last-child(-n+2) {
    display: none;
  }
}

.bg-sec-dark h3,
.bg-sec-dark p {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif !important;
}

p {
  font-size: 14px !important;
}

.search-results ol.ais-Hits-list .ais-Hits-item {
  display: flex;
}

@media (min-width: 768px) {
  .children-class-books .books-galory .book-details {
    padding-left: 100px;
  }
}
.children-class-books .books-galory .book-details h1.title {
  margin: 0;
  font-size: 18.75px;
  line-height: 28px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif !important;
  color: #000;
}
.children-class-books .books-galory .book-details .sub-title {
  margin: 0;
}
.children-class-books .books-galory .book-details .auth-title {
  font-size: 14px !important;
}
.children-class-books .books-galory .book-details .sale-tag,
.children-class-books .books-galory .book-details .sub-title,
.children-class-books .books-galory .book-details .sp__the-formats .form-label,
.children-class-books .books-galory .book-details .price-tag,
.children-class-books .books-galory .book-details .book-wrapper__buy-section a,
.children-class-books .books-galory .book-details .accordion .accordion-header,
.children-class-books .books-galory .book-details .accordion .accordion-body p,
.children-class-books .books-galory .book-details .auth-title {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif !important;
}
.children-class-books .books-galory .book-details .sale-tag,
.children-class-books .books-galory .book-details .sp__the-formats .form-label,
.children-class-books .books-galory .book-details .price-tag {
  font-size: 14px !important;
}

.book-details .form-select {
  border-radius: 0;
}

.book-wrapper__buy-section a.btn.btn-primary {
  padding: 10px 20px;
  border-radius: 20px;
}
.book-wrapper__buy-section a.btn.btn-primary:hover {
  background-color: #a8a8a8;
  color: #ffffff;
}

.accordion .accordion-header .accordion-button:hover {
  color: #a8a8a8;
}

.books-galory p.blue-heading-light-blue {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif !important;
  font-size: 24px !important;
  font-weight: bold;
  line-height: 38px;
}
.books-galory p,
.books-galory p.blue-heading-light-blue {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif !important;
  font-size: 16px !important;
}

.hcp-author-interviews .author-title {
  font-size: 28px !important;
  line-height: 44px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}

input#site-search[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

input#site-search::placeholder {
  color: #999;
  opacity: 0.4;
}

footer .btn.btn-primary.download-pdf {
  padding: 0;
}

.skip-link.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.skip-link.screen-reader-text:focus {
  background-color: #eee;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

@media (max-width: 767px) {
  .carosuel-container .wp-block-hcp-carousel.hcp-carousel .carousel-slide {
    padding: 50px 90px;
  }
  .flickity-page-dots {
    padding: 0;
    bottom: 30px;
  }
}
@media (min-width: 768px) {
  .hcp-carousel .flickity-page-dots {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
