/*
Theme Name: HCP Blink Theme
Theme URI:  https://example.com/beaver-starter
Author: Solvd Inc.
Author URI: https://www.harpercollinsfocus.com/
Description: Minimal starter theme optimised for Beaver Builder and Beaver Themer.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: beaver-starter
*/

@font-face {
  font-family: 'latin_modern_roman10_bold';
  src: url('./assets/fonts/lmroman10-bold-webfont.woff2') format('woff2'),
    url('./assets/fonts/lmroman10-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'latin_modern_roman10_regular';
  src: url('./assets/fonts/lmroman10-regular-webfont.woff2') format('woff2'),
    url('./assets/fonts/lmroman10-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

footer.main-footer {
  margin: 0 auto;
  max-width: 75rem;
  padding: 50px 0 0.9375rem;
  font-size: 14px;
  color: #57595c;
  text-align: center;
  font-family: Arial, Times, serif;
}
footer.main-footer a {
  transition: color 0.3s ease-in-out;
  color: #57595c;
  text-decoration: none;
}
footer.main-footer p,
footer.main-footer .menu {
  padding: 5px 0;
  margin: 0;
  font-size: 12px;
}

.powerby a {
  color: #f43b20 !important;
}

#menu-footer-menu li:nth-last-child(-n + 2) a {
  font-weight: 700;
}
footer.main-footer .menu li a {
  position: relative;
  padding-right: 8px;
}

footer.main-footer .menu li:not(:last-of-type) a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 11px;
  background-color: #000;
}

footer.main-footer .menu {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 8px;
  flex-wrap: wrap;
  row-gap: 0;
}

.site-header {
  /* background-color: #f43b20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 75rem;
  padding: 0.625rem;
  position: relative;
  margin-bottom: 16px; */

  background: url(assets/images/nav.jpg) left bottom repeat-x #f43b20;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 75rem;
  padding: 0.625rem;
  position: relative;
  box-sizing: border-box;
}

.site-branding {
  max-width: 11.25rem;
  width: 100%;
  display: flex;
}

.site-branding img {
  max-width: 100%;
  height: auto;
}
.site-main-menu {
  width: 85%;
}
.menu-main-menu-container {
  width: 90%;
  /* margin: auto; */
  justify-content: center;
  display: flex;
}

@media (max-width: 767px) {
  .site-header,
  .menu-main-menu-container .menu {
    flex-direction: column;
  }
}

.site-header:before,
.site-header:after {
  right: 100%;
  content: '';
  position: absolute;
  background: url(assets/images/nav.jpg) left bottom repeat-x #f43b20;
  top: 0;
  bottom: 0;
  width: 100%;
}
.site-header:after {
  left: 100%;
}

.site-header .menu-trigger {
  background: 0 0;
  padding: 10px 5px;
  display: none;
  position: absolute;
  left: 15px;
  top: 8px;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger-box {
  width: 20px;
  height: 14px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  transition-property: transform;
  top: auto;
  bottom: 0;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-inner:before {
  top: -6px;
}

.hamburger-inner:after {
  bottom: -6px;
}

.menu-main-menu-container .menu {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
}
.menu-main-menu-container .menu .menu-item a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: Arial, Times, serif;
  text-transform: uppercase;
}
footer.main-footer .menu a {
  color: #f43b20;
}
footer.main-footer .menu a:hover {
  color: #d52d00;
}
.content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

/* Blog css */

body {
  background-color: rgba(237, 237, 237, 0.88);
  font-family: Arial, Times, serif;
  overflow-x: hidden;
}

.archive-post-list article {
  display: flex;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.blog-list.site-main {
  padding: 0 16px;
  flex-wrap: wrap;
}

.blog-wrapper {
  display: flex;
  gap: 20px;
}

.post-navigation {
  margin-left: calc(20% + 20px);
}

.post-navigation .nav-previous,
.post-navigation .nav-previous a,
.post-navigation .nav-next,
.post-navigation .nav-next a {
  transition: color 0.3s ease-in-out;
  color: #f43b20;
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  color: #d52d00;
}

@media (max-width: 767px) {
  .blog-list .site-main {
    padding: 0;
    flex-direction: column-reverse;
  }
}
.blog-list .site-blog__left {
  order: 1;
  width: 75%;
  padding-left: 20px;
}

.blog-list.blog-dtl-wrapper .site-blog__left {
  order: 1;
  width: 80%;
}
.blog-list.site-main:not(.blog-dtl-wrapper) {
    display: flex;
}
@media (max-width: 1023px) {
  .site-header:before,
  .site-header:after {
    display: none;
  }
}

@media (min-width: 1024px) {
  .site-blog__right {
    width: 25%;
  }

  .blog-dtl-wrapper.site-blog__right {
    width: 20%;
  }
}

.site-blog__right h2 {
  color: #333;
  border-left: 5px solid #f43b20;
  margin-top: 20px;
  padding-left: 10px;
  font-size: 18px;
  text-transform: none;
  line-height: 20px;
  margin-bottom: 25px;
}
.site-blog__right ul li {
  margin-bottom: 0.5em;
}
.site-blog__right ul li a {
  font-size: 14px;
  line-height: 2.6;
}
.site-blog__right ul li {
  transition: all 0.25s ease;
}

.site-blog__right ul li:hover {
  text-indent: 4px;
}
.site-blog__right ul {
  padding-left: 18px;
  list-style: none;
}
@media (max-width: 767px) {
  .archive-post-list article {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;

    margin-bottom: 20px;
  }
}
.archive-post-list .entry-header__date--day {
  font-weight: bold;
  font-size: 30px;
}
.archive-post-list .entry-header .entry-header__date {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 80px; */
  width: 80px;
  background: #f43b20;
  color: #fff;
  /* border-top: 20px solid #eaeaea; */
  padding: 13px 0;
}
.archive-post-list a,
.site-blog__right a {
  transition: color 0.3s ease-in-out;
  color: #f43b20;
  text-transform: none;
}

.archive-post-list a:hover,
.site-blog__right a:hover {
  color: #d52d00;
}
.archive-post-list p {
  font-size: 14px;
}

.archive-post-list .pagination .older {
  text-align: right;
  padding: 20px 0;
}
.archive-post-list .pagination .older a,
.archive-post-list .pagination .newer a {
  font-weight: 700;
  padding: 10px;
  background-color: #f43b20;
  color: #fff;
}

.site-container {
  margin: 0 auto;
  max-width: 75rem;
  padding: 0 0.9375rem;
}

.authors-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  padding: 10px;
  margin-top: 1.25rem;
}

.blinkya__author {
  width: 25%;
  margin-bottom: 2.5rem;
  text-align: center;
  box-sizing: border-box;
}

.blinkya__author .image-wrapper .author-thumb {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.blinkya__author .image-wrapper a img {
  max-width: 100%;
  margin: 0 auto;
  max-height: 100%;
  width: auto;
  height: auto;
}

.info-wrapper {
  margin-top: 1.25rem;
}
.info-wrapper .sp__the-title a {
  color: #333;
  font-weight: 700;
  transition: color 0.3s ease-in-out;
}

.header-banner .site-container {
  width: 100%;
}

.blinkya__authors-single {
  padding: 0;
}

.info-wrapper .sp__the-title a:hover {
  color: #f43b20;
}

.header-banner {
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.6);
}

.header-banner h1 {
  color: #fff;
  font-size: 2.375rem;
  padding: 20px;
  font-weight: 700;
  line-height: normal;
  margin: 0 auto;
}

.single-sp_authors_posts .header-banner {
  height: 250px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
}

.single-sp_authors_posts .header-banner h1 {
  padding: 0 0 20px;
}

.author__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.author__img {
  margin: 0;
  position: relative;
  top: -2.0625rem;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.author__img img {
  box-shadow: 1px 1px 15px #333;
}

.author__bio {
  padding-left: 1.25rem;
  margin-top: 0;
}

.author__bio p {
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  line-height: 1.4em;
}

.hccp-page-carousel {
  margin: 0 auto 3em;
  max-width: 90%;
  padding: 0.9375rem;
  overflow: inherit;
}

.hccp-page-carousel .slick-arrow {
  width: 17px;
  height: 20px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  text-indent: -9999px;
  border: none;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  opacity: 0.75;
  background-image: url("data:image/svg+xml;utf8,\<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'>\<path d='M 10,50 L 60,100 L 70,90 L 30,50 L 70,10 L 60,0 Z' fill='black' transform='translate(100,100) rotate(180)'/>\</svg>") !important;
}

.hccp-page-carousel .slick-arrow:before {
  display: none;
}

.hccp-page-carousel .slick-prev {
  transform: rotate(180deg);
}

.hccp-page-carousel .slick-arrow:hover {
  opacity: 1;
}

.hccp-page-carousel .hccp-page-carousel__slide {
  background: none;
}

.hccp-page-carousel ul.slick-dots {
  margin: 1rem 0 0;
  position: static;
}

.hccp-page-carousel ul.slick-dots li {
  width: 20px;
  margin: 0;
}

.hccp-page-carousel ul.slick-dots li button:before {
  display: none;
}

.hccp-page-carousel ul.slick-dots li button {
  background: #57595c;
  padding: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.hccp-page-carousel ul.slick-dots li.slick-active button {
  background: #9f9f9f;
}

.hccp-page-carousel .hccp-page-carousel__image {
  width: 100%;
  margin: 0;
}

.hccp-page-carousel .hccp-page-carousel__image picture img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.home-blog-cta .wp-block-heading {
  font-family: 'LatinModernRoman', sans-serif;
  font-weight: 400;
  font-size: 1.8em;
  text-shadow: 1px 1px 15px #ccc;
  margin-bottom: 0;
}

.home-blog-cta p {
  text-shadow: 1px 1px 15px #ccc;
  font-size: 1.3em;
  font-family: 'LatinModernRoman', sans-serif;
  font-weight: 400;
  margin: 6px auto 36px;
}

.home-blog-cta .wp-block-button__link {
  width: 200px !important;
  font-size: 1.125rem;
  line-height: 1.125rem;
  padding: 0.3125rem 0.1875rem;
  margin: 10px 5px;
  text-transform: uppercase;
}

.home-blog-cta .wp-block-button__link:hover {
  color: #000;
}

.book-cover-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}

.book-grid .book-cover-wrapper .book-cover {
  width: 16.66667%;
  padding: 10px;
}
.book-cover-wrapper .book-cover a picture {
  min-height: 280px;
  display: flex;
  align-items: flex-end;
}

.book-cover-wrapper .book-cover a picture img {
  box-shadow: 2px 4px 7px 0 rgba(0, 0, 0, 0.75);
}

@media (max-width: 768px) {
  .book-grid .book-cover-wrapper .book-cover {
    width: 100%;
  }
  .book-cover-wrapper .book-cover a picture img {
    width: 100%;
  }
}

.book-cover-wrapper .book-cover a:last-child,
.book-cover-wrapper .book-cover a .book-cover-title {
  font-weight: 700;
  transition: color 0.3s ease-in-out;
  color: #f43b20;
  line-height: 1.4em;
  font-size: 0.875rem;
  text-align: center;
}

.book-cover-wrapper .book-cover a .book-cover-title {
  margin-top: 1.25rem;
}

.book-cover-wrapper .book-cover .book-cover-description .sp__the-author,
.book-cover-wrapper .book-cover .book-cover-description p {
  font-size: 0.8125rem;
  margin-bottom: 0.75rem;
  line-height: 1.4em;
  text-align: center;
}

.book-video-grid .book-cover-wrapper {
  justify-content: center;
}

.book-video-grid .book-cover-wrapper .book-cover {
  width: 33.33%;
  padding: 10px;
}

.book-video-grid.single-grid .book-cover-wrapper {
  padding: 10px 0 0;
}

.book-video-grid.single-grid .book-cover-wrapper .book-cover {
  width: 40%;
  padding: 0;
}

.book-video-grid.single-grid .book-cover-wrapper .book-cover .book-cover-title {
  text-align: left;
}

.author__social-medias p {
  font-weight: 700;
  line-height: 1.4em;
  margin: 0 0 1em;
  font-size: 0.875rem;
}

.author__social-medias .social-media-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.author__social-medias .social-media-links a {
  display: flex;
  align-items: center;
  width: auto;
  transition: color 0.3s ease-in-out;
  color: #f43b20;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: capitalize;
  gap: 8px;
}

.author__social-medias .social-media-links a img {
  width: 25px;
  height: 25px;
  transition: all 0.3s ease-in-out;
}

.author__social-medias .social-media-links a:hover {
  color: #d52d00;
}

.blog-list * {
  box-sizing: border-box;
}

.blog-dtl-wrapper {
  margin-top: 1.875rem;
}

.blog-dtl-wrapper .site-blog__left {
  padding-left: 6.5625rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  position: relative;
}

.blog-dtl-wrapper .site-blog__left .entry-header {
  position: absolute;
  left: 0;
  top: 0;
}

.blog-dtl-wrapper .site-blog__left .entry-header__date {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  background: #f43b20;
  color: #fff;
  border-top: 20px solid #eaeaea;
  padding: 13px 0;
}

.blog-dtl-wrapper .entry-header__date--day {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}

.blog-dtl-wrapper .site-blog__left p,
.blog-dtl-wrapper .site-blog__left ul li,
.blog-dtl-wrapper .site-blog__left ol li {
  margin-bottom: 0.75rem;
  line-height: 1.4em;
  font-size: 0.875rem;
}

.blog-dtl-wrapper .site-blog__left p a,
.blog-dtl-wrapper .site-blog__left ul li a,
.blog-dtl-wrapper .site-blog__left ol li a {
  margin-bottom: 0.75rem;
  line-height: 1.4em;
  font-size: 0.875rem;
  color: #f43b20;
}

.blog-dtl-wrapper .site-blog__left p a:hover,
.blog-dtl-wrapper .site-blog__left ul li a:hover,
.blog-dtl-wrapper .site-blog__left ol li a:hover {
  color: #d52d00;
}

.blog-dtl-wrapper .site-blog__left h1 {
  color: #f43b20;
  margin-bottom: 1.25rem;
  font-size: 24px;
  line-height: 26px;
}

.blog-dtl-wrapper .site-blog__left figure {
  margin: 1em 40px;
}

.blog-dtl-wrapper .site-blog__left .entry-footer {
  margin-top: 35px;
  margin-bottom: 50px;
  font-size: 13px;
  line-height: 42px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  display: flex;
}

.post-comments,
.post-author {
  font-size: 13px;
  line-height: 42px;
  color: #333;
}

.post-separator {
  margin: 0 5px;
  color: #b7b7b7;
}

.blog-dtl-wrapper .site-blog__left .entry-categories a,
.blog-dtl-wrapper .site-blog__left .post-navigation a,
.blog-dtl-wrapper .site-blog__left .post-navigation {
  color: #f43b20;
}

.blog-dtl-wrapper .site-blog__left .entry-categories a:hover,
.blog-dtl-wrapper .site-blog__left .post-navigation a:hover,
.blog-dtl-wrapper .site-blog__left .post-navigation:hover {
  color: #d52d00;
}

.blog-dtl-wrapper .site-blog__right .wp-block-search__inside-wrapper {
  padding: 0;
  border: 0;
  background: transparent;
}

.blog-dtl-wrapper .site-blog__right .wp-block-search__input {
  height: 40px;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  line-height: 1.5;
  color: #7a7a7a;
  vertical-align: middle;
  padding: 9px 16px;
  background-color: #fff;
  width: calc(100% - 75px);
}

.blog-dtl-wrapper .site-blog__right .wp-block-search__button {
  padding: 7px 8px 6px;
  background-color: #1e3046;
  border-color: #1e3046;
  border-radius: 0;
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  margin: 0;
}

.blog-dtl-wrapper .site-blog__right .wp-block-latest-posts {
  padding-left: 0;
}

.blog-dtl-wrapper .site-blog__right .wp-block-latest-posts li {
  padding-bottom: 20px;
  margin-bottom: 0;
}
.blog-dtl-wrapper .site-blog__right .wp-block-latest-posts li a {
  color: #505050;
  line-height: 2.6;
}

.blog-dtl-wrapper .site-blog__right .wp-block-latest-posts li a:hover {
  color: #d52d00;
}

.blog-list .wp-block-search__label {
  width: auto;
}

.featured-carousel {
  padding-bottom: 0;
}

.featured-carousel .carousel-slide {
  padding: 30px !important;
  box-sizing: border-box;
}

.hcp-carousel .carousel-slide .carousel-image {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
}

.hcp-carousel .carousel-slide .carousel-title {
  transition: color 0.3s ease-in-out;
  color: #f43b20 !important;
  line-height: 1.4em;
  margin: 0;
  font-size: 0.875rem;
  text-align: left;
  text-transform: inherit;
}

.hcp-carousel .flickity-button {
  background: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: calc(50% - 14px);
}

.hcp-carousel .flickity-button:focus {
  box-shadow: none;
}

.hcp-carousel .flickity-button .flickity-button-icon {
  width: 20px;
  height: 20px;
  opacity: 0.75;
  position: static;
}

.hcp-carousel .flickity-button .flickity-button-icon path {
  fill: #57595c !important;
}

.hcp-carousel .flickity-prev-next-button.previous {
  left: -35px;
}
.hcp-carousel .flickity-prev-next-button.next {
  right: -35px;
}

.hcp-carousel .flickity-button:hover {
  background: none;
}

.hcp-carousel .flickity-button:hover .flickity-button-icon {
  opacity: 1;
}

.hcp-carousel .flickity-page-dots {
  display: none;
}

.block-ttl .carousel-header,
.block-ttl .wp-block-heading,
.block-ttl.wp-block-heading {
  font-size: 25px;
  font-family: 'latin_modern_roman10_regular', sans-serif;
  font-weight: 400;
  text-transform: inherit;
  color: #333;
  line-height: 1.1em;
}

.wp-block-hcp-carousel--text .burbank {
  margin-top: 0;
  margin-bottom: 20px;
}
.available-carousel {
  padding-top: 0;
}

.series-column .block-ttl.wp-block-heading {
  margin-top: 0;
  margin-bottom: 20px;
}

.hc-book-feed {
  margin: 0 auto 3em;
  max-width: 90%;
  padding: 0 0.9375rem;
}

.available-carousel .carousel-title {
  display: none;
}

.available-carousel .carousel-slide {
  box-sizing: border-box;
  padding: 6px !important;
  width: 33.33%;
  /* height: 100%; */
}

.available-carousel .carousel-image {
  margin-bottom: 0;
}

.available-carousel .carousel-cta .carousel-image {
  height: 100%;
}

.available-carousel .flickity-slider {
  display: flex;
  align-items: flex-end;
}

.series-column .wp-block-image {
  width: 230px;
}
.series-column .wp-block-image img {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
}

.hc-promo {
  margin: 40px 0;
}

.author__books {
  justify-content: flex-start;
  margin-top: 3.125rem;
  border-top: 1px solid #ccc;
  padding-top: 0.625rem;
  display: flex;
}

.author__books h2 {
  color: #333;
  text-transform: none;
  line-height: 1.1em;
  font-family: Arial, Times, serif;
  font-weight: 700;
  font-size: 0.875rem;
  margin: 0;
  flex-shrink: 0;
  width: 100px;
  text-align: right;
}

.author__books--list {
  padding-left: 1.875rem;
  display: flex;
  justify-content: flex-start;
  row-gap: 20px;
}

.author__books--book {
  text-align: center;
  padding-right: 0.9375rem;
  width: 176px;
}

.author__books--book * {
  color: #333;
}

.author__books--book .image-wrapper {
  height: 245px;
}

.author__books--book .image-wrapper img {
  max-width: 100%;
  height: 100%;
}

.author__books--book .info-wrapper {
  margin-top: 10px;
}

.author__books--book .sp__the-title {
  margin: 0;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.4em;
}

.about-cont * {
  color: #333;
}

.about-cont h1,
.about-cont h2,
.about-cont h3,
.about-cont h4,
.about-cont h5,
.about-cont h6 {
  line-height: 1.1em;
}

.about-cont h2 {
  font-size: 23px;
}

.about-cont p,
.about-cont ul li,
.about-cont ol li {
  margin-bottom: 0.75rem;
  line-height: 1.4em;
  font-size: 14px;
}

.series-carousel .carousel-title {
  display: block;
  color: #333;
  font-size: 14px;
}

/* Media CSS */

@media screen and (min-width: 1024px) and (max-width: 1179px) {
  .site-header:before,
  .site-header:after {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .blinkya__author {
    width: 33.33%;
    padding: 0 10px;
  }

  .featured-carousel {
    padding: 2rem 30px 0;
    box-sizing: border-box;
  }

  .author__social-medias .social-media-links {
    flex-wrap: wrap;
  }

  .header-banner .site-container {
    box-sizing: border-box;
  }

  .book-grid .book-cover-wrapper .book-cover {
    width: 50%;
  }

  iframe {
    width: 100%;
    height: 240px;
  }

  .book-cover-wrapper .book-cover a picture {
    min-height: 160px;
  }
}

@media screen and (max-width: 767px) {
  .blinkya__author {
    width: 50%;
    padding: 0 10px;
  }

  .author__wrapper {
    flex-direction: column;
    margin-top: 30px;
  }

  .author__img {
    position: static;
    margin: auto;
  }

  .author__img img {
    max-width: 100%;
    max-height: max-content;
  }

  .author__bio {
    padding-left: 0;
  }

  .site-header .site-main-menu {
    width: 100%;
    height: 100%;
    padding: 0;
    left: -300px;
    position: fixed;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease-in-out;
    width: 85%;
    border-top: none;
    background: 0 0;
  }

  .site-header .site-main-menu.is-open {
    left: 0;
    z-index: 9999;
    width: auto;
  }

  .site-main-menu__container {
    height: 100%;
    transition: all 0.3s ease 0s;
    width: 18.75rem;
    visibility: visible;
    background: #f43b20;
    padding: 0 !important;
    margin: 0;
  }

  .menu-main-menu-container {
    width: 100%;
    justify-content: flex-start;
  }

  .menu-main-menu-container .menu {
    width: 100%;
    margin: 0;
    gap: 0;
  }

  .menu li {
    border-bottom: 1px solid #fff;
  }

  .menu-main-menu-container .menu .menu-item a {
    margin: 10px 30px;
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
  }

  .site-header .menu-trigger {
    display: inline-block;
  }

  .blog-list {
    flex-direction: column-reverse;
  }

  .blog-list .site-blog__left,
  .blog-list .site-blog__right {
    width: 100%;
  }

  .blog-dtl-wrapper .site-blog__left {
    padding-left: 0;
  }

  .blog-dtl-wrapper .site-blog__left .entry-header {
    position: static;
  }

  .blog-list.site-main {
    padding: 0;
  }

  .blog-wrapper {
    flex-wrap: wrap;
  }

  .post-navigation {
    margin-left: 0;
  }
  .hccp-page-carousel {
    max-width: 100%;
  }

  .hccp-page-carousel .slick-next,
  .hccp-page-carousel .slick-prev {
    display: none !important;
  }

  .featured-carousel .carousel-slide {
    padding: 10px !important;
    width: 50%;
  }

  .featured-carousel .carousel-slide .carousel-cta {
    padding: 0;
  }

  .featured-carousel {
    padding: 0 24px;
    box-sizing: border-box;
  }

  .hcp-carousel .flickity-button {
    width: auto;
  }

  .hcp-carousel .flickity-prev-next-button.next {
    right: -16px;
  }

  .hcp-carousel .flickity-prev-next-button.previous {
    left: -16px;
  }

  .available-carousel .carousel-slide {
    width: 100%;
  }

  .hccp-page-carousel .hccp-page-carousel__image picture img {
    height: 356px;
  }

  .author__books {
    flex-direction: column;
  }

  .author__books h2 {
    width: 100%;
    text-align: center;
  }

  .author__books--list {
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
  }

  .author__books--book {
    width: 44%;
  }

  .author__social-medias .social-media-links {
    flex-wrap: wrap;
  }

  .single-sp_authors_posts .header-banner {
    height: 84px;
  }

  body {
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  }

  .menu__open {
    transform: translateX(300px);
    overflow: hidden;
  }

  .menu__open::after {
    content: '';
    backface-visibility: visible;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    opacity: 1;
    transition: opacity 0.3s ease 0s;
    width: 100%;
    z-index: 9999;
    display: block;
  }

  footer.main-footer {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .blog-list .site-blog__left {
    margin-top: 20px;
    padding-left: 0px;
  }

  .book-video-grid.single-grid .book-cover-wrapper .book-cover {
    width: 100%;
  }

  iframe {
    width: 100%;
    height: 240px;
  }

  .book-cover-wrapper .book-cover a picture {
    min-height: 160px;
  }

  .series-carousel {
    padding: 0 10px;
  }

  .header-banner .site-container {
    box-sizing: border-box;
  }

  .book-video-grid .book-cover-wrapper .book-cover {
    width: 100%;
  }
}

.category-list .site-blog__left .page-header .page-title .category-name {
  color: #f43b20;
  border-left: 3px solid #f43b20;
  padding-left: 15px;
  margin-left: 15px;
}

.category-list .site-blog__left .page-header .page-title {
  margin-top: 0px;
}

.category-list .site-blog__right .wp-block-search__inside-wrapper {
  padding: 0;
  border: 0;
  background: transparent;
}

.category-list .site-blog__right .wp-block-search__input {
  height: 40px;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  line-height: 1.5;
  color: #7a7a7a;
  vertical-align: middle;
  padding: 9px 16px;
  background-color: #fff;
  width: calc(100% - 75px);
}

.category-list .site-blog__right .wp-block-search__button {
  padding: 7px 8px 6px;
  background-color: #1e3046;
  border-color: #1e3046;
  border-radius: 0;
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  margin: 0;
}

.site-content.category-list {
  margin-top: 30px;
}

.widget.widget_categories ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
}

.widget.widget_categories ul li a {
    color: #505050;
    line-height: 2.6;
}

.widget.widget_categories ul li:hover a {
    color: #F43B20;
}

.blog-list.blog-dtl-wrapper .entry-content img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}


/* Book Detail page CSS */

.books {
  overflow-x: hidden;
}
.books a {
  text-decoration: none;
}
.books a:hover {
  text-decoration: none;
}
.books a:visited {
  color: #57595c;
}
.books .hcp-product-info {
  width: 100%;
  margin: 30px 0 0 0;
}
.books .product-title {
  font-size: 26px;
  color: #57595c;
  text-transform: uppercase;
}
.books .product-subtitle {
  font-size: 21px;
  color: #57595c;
  text-transform: uppercase;
}
.books .book-contributors {
  font-size: 16px;
  color: #57595c;
  margin-bottom: 15px;
}
.books .book-product-details p span {
  font-weight: 600;
  width: 80px;
  display: inline-block;
  font-size: 14px;
  color: #57595c;
}
.books .book__formats p {
  width: 80px;
  display: inline-block;
  font-size: 14px;
  margin: 0 !important;
  color: #57595c;
}
.books .book-wrapper__left {
  position: relative;
  text-align: center;
}
.books .book-wrapper__left .product-cover {
  max-width: 260px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2),
    0 2px 4px -1px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 99;
  margin-top: 25px;
}
.books .book-wrapper__left .product-enlarge-cover {
  position: relative;
  z-index: 99;
  margin: 20px auto;
  display: inline-block;
  width: 260px;
  background: linear-gradient(#005eb8, #003865);
  border: transparent;
  color: #fff;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  transition: background-color 0.2s ease;
  text-align: center;
}
.books .book-wrapper__left .product-enlarge-cover:hover {
  color: #0074c9;
  transition: color 0.5s ease;
  text-decoration: none;
}
.books .book-wrapper__left .product-title {
  display: none;
}
.books .book-wrapper__left .product-subtitle {
  display: none;
}
.books .book-wrapper__left .book-contributors {
  display: none;
}
.books .book-wrapper__left .book-product-details {
  display: none;
}
.books .book-wrapper__left .browse-inside {
  position: relative;
  z-index: 99;
}
.books .book-wrapper__left .browse-inside .book-svg {
  width: 32px;
  fill: #fff;
}
.books .book-wrapper__left .browse-inside .btn-browse {
  background: linear-gradient(#005eb8, #003865);
  border: 1px solid #ced4da;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  margin: 1rem 0.5rem 0 0;
  line-height: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: none;
  margin-inline: auto;
  min-width: -moz-fit-content;
  min-width: fit-content;
  gap: 4px;
  text-transform: uppercase;
  cursor: pointer;
}
.books .book-wrapper__left .browse-inside .btn-browse:focus-visible {
  background-color: transparent;
  outline-color: black;
  outline: 1px solid;
  box-shadow: none;
}
.books .product-retailer-wrapper {
  border: 1px solid #57595c;
  background-color: #fff;
  border-radius: 6px;
  position: relative;
  z-index: 99;
}
.books .product-retailer-wrapper .product-retailer-btn {
  text-align: left;
  position: relative;
  display: inline-block;
  width: 100%;
  background: linear-gradient(#005eb8, #003865);
  border: transparent;
  color: #fff;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  transition: background-color 0.2s ease;
  text-align: center;
}
.books .product-retailer-wrapper .product-retailer-btn:hover {
  color: #0074c9;
  transition: color 0.5s ease;
  text-decoration: none;
}
.books .product-retailer-wrapper .product-retailer-btn::before {
  display: none;
}
.books .product-retailer-wrapper .product-retailer-list {
  max-height: 0px;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  background-color: white;
  border-radius: 6px;
  position: relative;
  z-index: 99;
}
.books .product-retailer-wrapper .product-retailer-list li {
  list-style: none;
  padding-inline: 10px;
  padding-block: 5px;
}
.books .product-retailer-wrapper .product-retailer-list li a {
  text-decoration: none;
  color: #454545;
  display: block;
}
.books .product-retailer-wrapper .product-retailer-list li a:hover {
  color: #4f4696;
}
.books .product-retailer-wrapper .product-retailer-list.open {
  max-height: 100%;
}
.books .book-wrapper__right {
  position: relative;
}
.books .book-wrapper__right .product-title {
  text-align: left;
  max-width: 295px;
}
.books .book-wrapper__right .product-subtitle {
  text-align: left;
  margin-bottom: 15px;
}
.books .book-wrapper__right .book-product-details {
  padding: 0;
}
.books .book-wrapper__right .book-contributors {
  text-align: left;
}
.books .book-wrapper__right .product-editions {
  justify-content: space-between;
}
.books .book-wrapper__right .product-editions .product-editions-title {
  margin-bottom: 0;
}
.books .book-wrapper__right .product-editions .format-dropdown {
  padding: 0;
  color: #111;
  font-size: 1.2em;
  margin: 0;
  background-color: #ffffff;
  border: 1px solid #c2c2c2;
  border-radius: 0;
  font-size: 14px;
  position: relative;
  margin-bottom: 10px;
  color: #57595c;
  overflow: hidden;
  display: block;
  min-width: 130px;
  padding: 0.3571428571rem 0;
}
.books .book-wrapper__right .product-editions .format-dropdown:after {
  background: transparent;
  content: '❯';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  backface-visibility: visible;
  pointer-events: none;
  top: 10px;
  right: 10px;
  color: #57595c;
  transform: rotate(90deg);
  padding: 0 0.5714285714rem;
}
.books .book-wrapper__right .product-editions .format-dropdown select {
  border: none;
  height: 30px;
  padding: 0 10px;
  font-size: 14px;
  z-index: 3;
  color: #57595c;
  background-color: transparent;
  width: 120%;
}
.books .book-wrapper__right .product-editions .format-dropdown:focus-within {
  border: 1px dotted #0074c9;
}
.books .book-wrapper__right .product-editions .format-dropdown select {
  font-size: 16px;
  color: #111;
}
.books .book-wrapper__right .product-editions .product-price {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
  border-bottom: 1px solid #000;
}
.books .book-wrapper__right .product-editions .product-buy-now {
  display: inline-block;
  width: auto;
  background: linear-gradient(#005eb8, #003865);
  color: #fff;
  padding: 14px 28px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
  margin-right: 12px;
  transition: background-color 0.2s ease;
  text-align: center;
}
.books .book-wrapper__right .product-editions .product-buy-now:hover {
  color: #037ec0;
  transition: color 0.5s ease;
  text-decoration: none;
}
.books .book-wrapper__right .product-editions .product-retailer-dropdown {
  display: inline-block;
  width: auto;
  padding: 14px 28px;
  font-size: 14px;
  vertical-align: top;
  background: linear-gradient(#005eb8, #003865);
  border: 1px solid #ced4da;
  color: #fff;
  border-radius: 0;
  cursor: pointer;
  text-transform: uppercase;
}
.books
  .book-wrapper__right
  .product-editions
  .product-retailer-dropdown
  option {
  color: #000;
}
.books .book-wrapper__right .product-editions .product-retailer-dropdown:focus {
  border-color: #005eb8;
  outline: none;
  box-shadow: 0 0 0 2px rgba(40, 167, 69, 0.1);
}
.books .book-wrapper__right .product-editions .nav-pills .nav-link.active,
.books .book-wrapper__right .product-editions .nav-pills .show > .nav-link {
  background-color: #57595c;
  border: 1px solid #57595c;
  color: #fff;
}
.books .book-wrapper__tabs {
  margin-top: 15px;
}
.books .book-wrapper__tabs .nav-tabs {
  width: 100%;
  margin: 0;
}
.books .book-wrapper__tabs .nav-tabs .nav-item {
  margin-bottom: 0;
}
.books .book-wrapper__tabs .nav-tabs .nav-link {
  border-radius: 0;
  border: none;
  color: #57595c;
  padding: 15px;
  font-size: 14px;
}
.books .book-wrapper__tabs .nav-tabs .nav-link.active {
  background-color: #f5f5f5;
  color: #63666a;
  z-index: 2;
  border: 2px solid #dee2e6;
  border-bottom: none;
  border-radius: 0;
  top: 2px;
  position: relative;
}
.books .book-wrapper__tabs .tab-content {
  width: 100%;
}
.books .book-wrapper__tabs .tab-content .tab-pane {
  background: #f5f5f5;
  padding-bottom: 50px;
  position: relative;
}
.books .book-wrapper__tabs .tab-content .tab-pane.active {
  width: 100%;
  padding: 24px;
  margin-top: 16px;
  margin-bottom: 24px;
  border: none;
  background-color: #f5f5f5;
  border-top: 2px solid #dee2e6;
  margin: 0;
  min-height: 400px;
  z-index: 1;
}
.books .book-wrapper__tabs .tab-content .tab-pane:before,
.books .book-wrapper__tabs .tab-content .tab-pane:after {
  content: '';
  position: absolute;
  bottom: 0;
  background: #f5f5f5;
  border-top: 2px solid #dee2e6;
  top: -2px;
  width: 9999px;
  height: 100%;
}
.books .book-wrapper__tabs .tab-content .tab-pane:before {
  right: 100%;
}
.books .book-wrapper__tabs .tab-content .tab-pane:after {
  left: 100%;
}
.books .book-wrapper__accordin {
  margin-top: 15px;
}
.books .book__heading {
  color: #000;
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.books .author-details {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  padding: 0px;
}
.books .author-details .sp__the-author-bio {
  width: 75%;
}
.books .author-details .sp__the-author-bio h3.sp__the-author,
.books .author-details .sp__the-author-bio .sp__the-author.h3 {
  text-align: left;
  color: #000;
}
.books .author-details .sp__the-author-bio h4,
.books .author-details .sp__the-author-bio .h4 {
  margin-top: 0;
}
.books .author-details .sp__the-author-img {
  width: 25%;
}
.books .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #005eb8;
  box-shadow: inset 0 1 0 #005eb8;
}
.books .product-editions-separate {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  flex-direction: column;
}
.books .product-editions-separate .product-editions-title {
  text-transform: none;
  color: #57595c;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.books .product-editions-separate p {
  color: #57595c;
  margin-bottom: 6px;
  margin-top: 6px;
  padding-inline: 10px;
}
.books .product-editions-separate {
  display: none;
}
.books .book-wrapper__bottom {
  position: relative;
  top: 75%;
}
.books .product__left {
  position: relative;
  width: 60%;
}
.books .product__right {
  width: 31%;
  position: absolute;
  top: -2%;
  margin-top: 5%;
  right: -5%;
}
.books .book__formats {
  width: 100%;
  display: flex;
  margin-bottom: 1em;
  flex-direction: row;
}
.books .book__formats p {
  margin: 0 0.5em 0 0;
  padding-top: 0.3571428571rem;
}
.books .book__formats-current {
  background: #fff;
  border: 2px solid #a8a8a8;
  overflow: hidden;
  transition: all 0.3s;
  position: relative;
  display: block;
  padding: 0.4em;
  border-bottom-width: 0;
  text-decoration: none;
  color: #57595c;
}
.books .book__formats-current:focus,
.books .book__formats-current:hover {
  text-decoration: none;
  color: #57595c;
}
.books .book__formats-current:after {
  content: "";
  position: absolute;
  top: 6px;
  right: 6px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;utf8,\<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'>\<path d='M 10,50 L 60,100 L 70,90 L 30,50 L 70,10 L 60,0 Z' fill='black' transform='translate(100,100) rotate(180)'/>\</svg>") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
  transform: rotate(90deg);
  transform-origin: center;
  
}
.books .book__formats-dropdown-wrapper {
  width: 50%;
}
.books .book__formats-dropdown {
  background: #fff;
  border: 2px solid #a8a8a8;
  overflow: hidden;
  transition: all 0.3s;
  border-top-width: 0;
  max-height: 0;
}
.books .book__formats-dropdown-open {
  max-height: 700px;
}
.books .book__formats-dropdown-option {
  display: block;
  padding: 0.4em;
  text-decoration: none;
  color: #57595c;
}
.books .book__formats-dropdown-option:focus,
.books .book__formats-dropdown-option:hover {
  text-decoration: none;
  background-color: #cccccc;
  color: rgb(62.2122905028, 63.6424581006, 65.7877094972);
}

@media (max-width: 54.8571428571rem) {
  .books .entry-content {
    margin-top: 48px;
  }
  .books .book-wrapper__left {
    display: flex;
    flex-direction: column;
  }
  .books .book-wrapper__left .product-title {
    display: block;
    text-align: center;
  }
  .books .book-wrapper__left .product-subtitle {
    display: block;
    text-align: center;
  }
  .books .book-wrapper__left .book-contributors {
    display: block;
    text-align: center;
  }
  .books .book-wrapper__left .book-product-details {
    display: block;
  }
  .books .book-wrapper__right {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
  }
  .books .book-wrapper__right .product-title {
    display: none;
  }
  .books .book-wrapper__right .product-subtitle {
    display: none;
  }
  .books .book-wrapper__right .book-contributors {
    display: none;
  }
  .books .book-wrapper__right .book-product-details {
    display: none;
  }
  .books .product-enlarge-cover {
    display: none;
  }
  .books .product-buy-now {
    display: block;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .books .product-retailer-dropdown {
    text-align: center;
    margin: 0;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .books .product-editions {
    flex-direction: column !important;
    padding: 0;
  }
  .books .product-editions .product-price {
    margin-bottom: 20px;
    padding-bottom: 16px;
  }
  .books .product-editions .product-detail-tabs {
    margin-top: 16px;
  }
  .books .product-editions-separate {
    flex-direction: row;
    display: none;
  }
  .books .book-wrapper__bottom {
    position: relative;
    top: 0;
  }
  .books .product__left {
    width: 100%;
    display: block;
  }
  .books .product__right {
    position: relative;
    width: 100%;
    top: 0%;
    right: 0%;
  }
  .books .book__formats {
    flex-direction: column;
  }
  .books .book__formats-dropdown-wrapper {
    width: 100%;
  }

  .books .book-wrapper__left .product-cover {
    max-width: 100%;
  }

  .books .book-wrapper__left .product-enlarge-cover {
    width: 100%;
  }
  .book-info-container .accordion-button[aria-expanded='true']::after {
    filter: brightness(100);
  }

  footer.main-footer p,
  footer.main-footer .menu {
    text-align: left;
    margin-bottom: 10px;
  }
}

.product-retailer-list .sr-only {
  display: none;
}

.books .product-retailer-wrapper .product-retailer-list li {
  text-align: center;
}

.books .book-wrapper__left .product-enlarge-cover,
.books .product-retailer-wrapper .product-retailer-btn,
.books .product-retailer-wrapper {
  border-radius: 0;
}


/* End Books Section */
