/*!
Theme Name: WMW
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: wmw
*/

/* From http://codex.wordpress.org/CSS */

@font-face {
  font-family: 'Etna Condensed';
  src: url('./assets/fonts/EtnaCondensed-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Etna Condensed';
  src: url('./assets/fonts/EtnaCondensed-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Etna Condensed';
  src: url('./assets/fonts/EtnaCondensed-Extrabold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


:root {
  --primary-color: #006073;
  --secondary-color: #5E6AA5;
  --text-color: #1E1E1E;
  --cream-color: #F7EFDE;
  /* --border-radius: 8px; */
}



*,
*:before,
*:after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font: inherit;
}

img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
}

input,
select,
textarea {
  background-color: transparent;
  outline: none;
}

button {
  cursor: pointer;
  background-color: transparent;
  outline: none;
  border: 0;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}



div,
p {
  word-break: break-word;
}


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
nav,
picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

b,
strong {
  font-weight: 700;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}

a:hover {
  text-decoration: none;
}


body {
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  color: var(--text-color);
  background-color: var(--cream-color);

  overflow-x: clip;
}

html {
  scroll-behavior: smooth;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Etna Condensed';
  font-weight: 800;
  color: var(--primary-color);
}

h1 {}

h2 {
  font-size: 30px;
  line-height: 1.2;
}

h3 {
  font-size: 22px;
  line-height: 1.2;
}

h4 {
  font-size: 20px;
  line-height: 1.2;
}

h5 {
  font-size: 18px;
  line-height: 1.2;
}

h6 {
  font-size: 16px;
  line-height: 1.2;
}

.container {
  width: 1220px;
  max-width: 100%;
  padding: 0 20px;
}

.section {
  max-width: 1350px;
  margin: 0 auto;
  /* padding: 0 20px; */
}

.relative {
  position: relative;
}

@media (max-width: 1400px) {
  .section {
    margin: 0 20px;
  }
}

p {
  padding-bottom: 1rem;
}

p:last-of-type {
  padding-bottom: 0;
}

#main {
  padding: 0;
  margin-top: 0;
  position: relative;
}

figure {
  margin-bottom: 0 !important;
}

.border-50 {
  border-radius: 50px;
}


/* Button */
.button,
.wp-block-button .wp-block-button__link,
.woocommerce-cart .wc-block-components-button,
.wc-block-components-button,
.woocommerce-page .woocommerce-message .button {
  display: flex;
  align-items: center;
  min-height: 47px;
  color: #fff;
  background-color: var(--primary-color);
  border-radius: 20px;
  padding: 0 30px;
  font-size: 16px;
  line-height: 1;
  font-family: 'Etna Condensed';
  font-weight: 800;
  min-width: 146px;
  text-align: center;
  justify-content: center;
}

.wp-block-button.secondary .wp-block-button__link {
  background-color: var(--cream-color);
  color: var(--primary-color);
}

.button:hover,
.wp-block-button .wp-block-button__link:hover,
.woocommerce-cart .wc-block-components-button:hover,
.wc-block-components-button:hover,
.woocommerce-page .woocommerce-message .button:hover {
  background-color: var(--secondary-color);
  color: #fff;
}




/* End Button */




/* Header */
header {
  padding: 30px 0;
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
}

body.admin-bar header {
  top: 32px;
}

header .header-content {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}

/* header .header-content .menu-header-left-menu-container,
header .header-content .menu-header-right-menu-container {
	width: 40%;
} */

header .header-content .header-menu-wrap {
  width: 42%;
}

header .header-content .header-menu-wrap-right {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: start;
}

header .header-content .header-menu-wrap-left ul {
  justify-content: end;
}

header .header-content .menu-header-right-menu-container .navbar-nav {
  justify-content: end;
}

header .navbar-brand img {
  height: 75px;
  max-width: 190px;
  object-fit: contain;
}

header .header-content ul.navbar-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px 20px;
}

header .header-content ul.navbar-nav li a {
  color: #000;
  font-weight: 400;
}

header .header-content ul.navbar-nav li a:hover {
  color: var(--primary-color);
}

header .header-content ul.navbar-nav li.current_page_item a {
  color: var(--secondary-color);
}

.link-socials {
  display: flex;
  align-items: center;
  padding: 5px 0;
}

.link-socials a.icon-facebook {
  margin-right: 3px;
}

.link-socials a.icon-instagram {
  margin-right: 8px;
}

.link-socials a.icon-linkedin {
  margin-right: 8px;
}

@media (min-width: 1025px) {
  .link-socials a.icon-facebook {
    margin-right: 8px;
  }

  .link-socials a.icon-instagram {
    margin-right: 12px;
  }

  .link-socials a.icon-linkedin {
    margin-right: 12px;
  }
}

@media (max-width: 449px) {
  header .header-content {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding-top: 60px;
  }

  header .link-socials-mobile {
    order: 2;
    margin-top: 1rem;
  }

  header .navbar-brand {
    order: 1;
  }

  header .header-right-wrap {
    position: absolute;
    top: 30px;
    right: 20px;
  }
}

header .link-socials {
  /* position: absolute; */
  /* right: 5vw; */
}

header .toggle-bar {
  cursor: pointer;
  display: none;
}

/* Offcanvas */
.offcanvas {
  width: 343px !important;
  background-color: var(--cream-color);
}

.offcanvas-mobile-menu .offcanvas-header .navbar-brand img {
  height: auto;
  width: 120px;
  object-fit: cover;
}

.offcanvas-mobile-menu .offcanvas-body {
  padding: 0;
}

.offcanvas-mobile-menu .offcanvas-body ul > .menu-item {
  line-height: 35px;
}

.offcanvas-mobile-menu .offcanvas-body ul > .menu-item {
  border-bottom: 1px solid #ccc;
}

.offcanvas-mobile-menu .offcanvas-body ul > .menu-item a {
  padding: 5px 16px;
  display: block;
}

.offcanvas-mobile-menu .offcanvas-body ul > .menu-item > a {
  color: #000;
  transition: all 0.3s;
  text-transform: uppercase;
  font-weight: 400;
}

.offcanvas-mobile-menu .offcanvas-body ul > .menu-item.menu-item-has-children > .sub-menu {
  list-style: none;
  padding: 0;
}

.offcanvas-mobile-menu .offcanvas-body ul > .menu-item.menu-item-has-children > .sub-menu li:first-child {
  border-top: 1px solid #ccc;
}

.mini-cart-link {
  position: relative;
}

.mini-cart-link .cart-count {
  width: 14px;
  height: 14px;
  background: var(--secondary-color);
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: -7px;
  right: -7px;
}


/* End Offcanvas */

/* End Header */




/* Footer */
footer {
  background-color: var(--cream-color);
  padding-bottom: 30px;
}

#footer {
  background-color: var(--cream-color);
}

#footer p {
  margin-top: 0;
}

footer .footer-content {
  background-color: var(--primary-color);
  border-radius: 50px;
  padding: 50px 70px;
  color: #fff;
  position: relative;
}

footer .footer-widget {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
  color: #fff;
}

footer .footer-widget .widget-item .wp-block-heading {
  color: #fff;
  padding-bottom: 20px;
}

footer .footer-widget .widget-item ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

footer .footer-widget .widget-item a:hover {
  text-decoration: underline;
}

footer .widget-logo img {
  width: 148px;
  height: 59px;
  object-fit: contain;
}

footer .image-books img {
  max-height: 300px;
  object-fit: contain;
  position: absolute;
  right: 30px;
  top: -75px;
  width: auto;
  height: 100%;
}

footer .footer-copy-right {
  text-align: right;
  font-size: 14px;
  font-family: 'Etna Condensed';
  font-weight: 400;
  color: #FFF8EA;
}

#footer .menu-item a[aria-current=page] {
  color: #fff;
}

/* End Footer */


/*  FAQ Section */
.faqs {
  position: relative;
  
  .faq-toggle-controls {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1rem;
    gap: 0.5rem;
    
    .faq-toggle-btn {
      background: var(--primary-color);
      color: white;
      border: none;
      padding: 0.5rem 0.65rem;
      border-radius: 20px;
      cursor: pointer;
      font-size: 0.9rem;
      transition: all 0.3s ease;
      display: flex;
      align-items: center;
      gap: 0.5rem;
      
      .faq-toggle-icon {
        font-size: 1.2rem;
        font-weight: bold;
        min-width: 1.2rem;
        text-align: center;
      }
      
      .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
      }
      
      &:hover {
        background: var(--secondary-color, #5E6AA5);
        transform: translateY(-1px);
      }
      
      &:active {
        transform: translateY(0);
      }
    }
  }
  
  details.wp-block-details {
    cursor: pointer;
    margin-block: 0.25rem 0.75rem;

    summary {
      color: var(--primary-color);

      strong {
        font-size: 1.25rem;
      }
    }

    p {
      padding: 0.5rem 1rem 0.5rem;
    }

  }
}




/* Home */
.home .home-banner {
  padding: 0 !important;
  /* min-height: 100vh !important; */
}

.home.admin-bar .home-banner {
  min-height: calc(100vh - 32px) !important;
}

.home-banner .home-banner-content {
  border-radius: 50px;
  padding: 40px 25px;
}

.home-banner .home-banner-content > .wp-block-group__inner-container {
  max-width: 880px;
  margin: 0 auto;
}

.home-banner .home-banner-content .heading {
  font-size: 28px;
  padding-bottom: 20px;
}

.home-banner .home-banner-content .btn-wrap {
  gap: 20px 28px;
  flex-wrap: wrap;
  padding-top: 20px;
}

.home-banner .wp-block-cover__inner-container {
  /* height: 100vh; */
  bottom: 50px;
}

.home-banner .wp-block-cover__inner-container,
.home-banner .wp-block-cover__inner-container {
  height: 100vh;
  min-height: 100vh !important;
}

@media (max-width: 1440px) {

  .home-banner .wp-block-cover__inner-container,
  .home-banner .wp-block-cover__inner-container {
    height: 836px;
    min-height: 836px !important;
  }
}

.admin-bar .home-banner .wp-block-cover__inner-container {
  height: calc(100vh - 32px) !important;
}

.home-banner .container {
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
}

.what-wmw {
  padding: 60px 0 80px;
}

.what-wmw .heading {
  padding-bottom: 30px;
}

.books-kids-thrive {
  padding: 18px 0 40px;
  border-radius: 50px;
}

.books-kids-thrive .heading {
  padding-bottom: 15px;
}

.books-kids-thrive .col-left strong {
  font-weight: 500;
}

.books-kids-thrive ul.wc-block-product-template li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.books-kids-thrive ul.wc-block-product-template li .wc-block-components-product-image {
  margin-bottom: 20px;
}

.books-kids-thrive ul.wc-block-product-template li .wc-block-components-product-image img {
  aspect-ratio: 248 / 350 !important;
  box-shadow: 8px 8px 10px 2px rgba(0, 0, 0, 0.25);
  max-width: 248px !important;
}

.books-kids-thrive .col-right > .wp-block-group {
  margin-bottom: 0 !important;
  margin-top: -86px !important;
  padding: 0 !important;
}

.characters-kids {
  padding: 60px 0;
}

.heading-group > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.characters-swiper {
  padding: 40px 0 60px;
  margin-left: 60px;
  margin-right: 60px;
  position: unset;
}

.characters-swiper .swiper-wrapper {
  display: flex;
  gap: 0;
}

.characters-swiper .character-item {
  padding: 0 10px;
}

.characters-swiper .character-item .title {
  font-size: 16px;
  padding-bottom: 10px;
}

.characters-swiper .character-item .content {
  font-size: 14px;
}

.characters-swiper .swiper-pagination {
  display: none;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  background-image: url('assets/images/prev-icon.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.swiper-button-next {
  transform: rotate(180deg);
}

.characters-swiper .swiper-button-prev {
  left: -15px;
}

.characters-swiper .swiper-button-next {
  right: -15px;
}

.characters-kids .wp-block-buttons .wp-block-button__link {
  padding: 0 40px;
}

.subcribe-today {
  padding: 47px 0;
}

.subcribe-today form {
  max-width: 878px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 25px;
}

.subcribe-today form .gform_body {
  width: 100%;
}

.subcribe-today form .gform_footer {
  margin-top: 0 !important;
}

.readers-say {
  padding: 60px 0;
}

.readers-say .list-readers {
  padding-top: 50px;
}

.readers-swiper {
  margin: 0 20px;
  position: unset;
  padding-bottom: 60px;
}

.readers-swiper .swiper-wrapper {
  display: flex;
  gap: 0;
}

.readers-swiper .reader-item {
  background: var(--secondary-color);
  color: #fff;
  border-radius: 50px;
  padding: 30px 35px;
}

.testimonial-swiper .reader-item .reader-name,
.readers-swiper .reader-item .reader-name {
  padding-top: 1rem;
}

.readers-swiper .swiper-button-prev {
  left: -50px;
}

.readers-swiper .swiper-button-next {
  right: -50px;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 11px;
}

.swiper-pagination-bullet {
  margin: 0 !important;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 1px solid var(--primary-color);
  opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}

.home .cta-banner {
  margin-bottom: -47.5px;
  position: relative;
}

.cta-content {
  padding: 20px;
  gap: 20px;
}

.about-author {
  padding-top: 110px;
  padding-bottom: 60px;
}

.about-author .heading {
  padding-bottom: 20px;
}

.about-author .wp-block-buttons {
  padding-top: 30px;
}


.blog-wrap {
  padding: 70px 0;
}

.blog-wrap .list-blog {
  padding-top: 110px;
  gap: 0;
  display: flex;
}

.list-blog > li {
  background-color: #FFF8EA;
  border-radius: 50px;
  padding: 0 30px 40px;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.list-blog > li .wp-block-post-featured-image {
  padding-bottom: 15px;
  margin-top: -58.5px !important;
}

.list-blog > li .wp-block-post-featured-image img {
  aspect-ratio: 231/127;
  /* border: 3px solid #fff; */
  width: 100%;
  height: 100%;
  border-radius: 40px;
}

.list-blog > li:hover .wp-block-post-title a {
  transition: all 0.3s;
}

.list-blog > li .blog-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 0;
}

.list-blog > li .blog-content .wp-block-group__inner-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.list-blog > li .wp-block-post-excerpt {
  padding: 10px 0 20px;
}

.list-blog > li .wp-block-read-more {
  font-size: 16px;
  color: var(--primary-color);
  text-decoration: underline;
  font-family: 'Etna Condensed';
  transition: all 0.3s;
  font-weight: 400;
  margin-top: auto;
}

.list-blog > li:hover {
  background-color: var(--secondary-color);
  color: #fff;
}

.list-blog > li:hover .wp-block-post-title a,
.list-blog > li:hover .wp-block-read-more {
  color: #fff;
}

.home .newsletter {
  padding-bottom: 77px;
}

.newsletter .newsletter-content {
  gap: 20px;
  padding-left: 135px;
}


/* End Home */

/* Resources */
.hero-banner {
  padding: 0 !important;
  min-height: 540px !important;
}

.hero-banner .banner-image {
  margin-top: 50px;
  margin-bottom: 0;
}

.hero-banner .banner-intro {
  font-size: 32px;
}

.hero-banner-small {
  padding: 0 !important;
  min-height: 270px !important;
  overflow: unset;
}

.hero-banner-small .wp-block-cover__inner-container {
  position: unset;
}

.hero-banner-small .title {
  background: var(--primary-color);
  color: #fff;
  max-width: 376px;
  width: 100%;
  width: calc(100% - 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  border-radius: 30px;
  font-size: 28px;
  position: absolute;
  bottom: -44px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px;
}

.hero-banner-small .wp-block-cover__image-background {
  object-position: 0 15% !important;
}

.resources-content {
  padding: 70px 0 120px;
}

.resources-swiper {
  overflow: unset;
}

.resources-swiper .swiper-wrapper {
  display: flex;
  gap: 0;
}

.list-resources {
  overflow: unset;
  overflow-x: clip;
  padding-bottom: 0;
  margin: 0;
}

.list-resources .resource-item {
  background: #FFF8EA;
  border-radius: 50px;
  padding: 0 30px 30px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: start;
  height: auto;
}

.list-resources .resource-item .wp-block-group__inner-container {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.list-resources .resource-item .resource-image {
  margin-top: -144px;
}

.list-resources .resource-item .resource-image img {
  width: 100%;
  height: auto;
  max-height: 288px;
  height: 288px;
  object-fit: contain;
}

.list-resources .resource-item .resource-title {
  color: var(--text-color);
  font-size: 24px;
  font-weight: 500;
  font-family: "Fira Sans", sans-serif;

}

.list-resources .resource-item .resource-except {
  color: var(--text-color);
  font-size: 20px;
  line-height: 1.4;
  padding: 20px 0;
}

.list-resources .resource-item .wp-block-buttons {
  margin-top: auto;
}

.list-resources .resource-item .wp-block-buttons .wp-block-button__link {
  background-color: var(--secondary-color);
}

.list-resources .resource-item .wp-block-buttons .wp-block-button__link:hover {
  background-color: var(--primary-color);
}

.resources-content .resources-group .heding {
  padding-bottom: 180px;
}

.resources-content .container {
  display: flex;
  flex-direction: column;
  gap: 120px;
}

.characters-content {
  padding: 120px 0;
}

.characters-content .heading {
  padding-bottom: 30px;
}

.character-wrap {
  padding-bottom: 90px;
}

.character-wrap .relative {
  padding: 80px 0;
}

.list-characters-archive {
  gap: 0;
  overflow: unset;
  transition: height 0.3s ease;
}

.list-characters-archive .swiper-wrapper {
  gap: 180px 30px;
  pointer-events: none;
}

.our-teams-page.list-characters-archive .swiper-wrapper {
  gap: 60px 0px;
}

.list-characters-archive .swiper-pagination,
.list-characters-archive .swiper-button-prev,
.list-characters-archive .swiper-button-next {
  display: none;
}

.list-characters-archive .character-item {
  background: var(--primary-color);
  color: #fff;
  border-radius: 50px;
  padding: 0px 30px 40px;
  font-size: 20px;
  line-height: 1.25;
  margin-right: 40px;
  transform: unset;
}

.list-characters-archive .character-item:nth-child(-n+3)::before,
.list-characters-archive .character-item:nth-child(7)::before,
.list-characters-archive .character-item:nth-child(8)::before {
  content: '';
  background: #FFF8EA;
  width: calc(100% + 155px);
  height: calc(100% + 155px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50px;
  z-index: -2;
}

.list-characters-archive .character-item:nth-child(-n+3)::after,
.list-characters-archive .character-item:nth-child(7)::after,
.list-characters-archive .character-item:nth-child(8)::after {
  content: '';
  position: absolute;
  background: var(--primary-color);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50px;
  z-index: -1;
}


.list-characters-archive .character-item:nth-child(even) {
  background-color: var(--secondary-color);
}

@media (min-width: 1024px) {
  .list-characters-archive .character-item {
    width: 100% !important;
  }
}

.list-characters-archive .character-item .character-except {
  font-size: 18px;
  padding-bottom: 30px;
}

.list-characters-archive .character-item .character-title {
  color: #fff;
  font-size: 30px;
  padding-bottom: 20px;
}

.list-characters-archive .character-item .character-image {
  margin-top: -119px;
  width: 238px;
  height: 238px;
  margin: -119px auto 0;
}

.list-characters-archive .character-item strong {
  color: #F7EFDE;
  font-weight: 500 !important;
  font-size: 19px;
  padding-bottom: 5px;
  display: block;
}

/* End Resources */



/* Blog page */
.blog-page {}

@media (min-width: 1024px) {

  .blog-page .posts-swiper .swiper-pagination,
  .blog-page .posts-swiper .swiper-button-next,
  .blog-page .posts-swiper .swiper-button-prev {
    display: none;
  }

  .blog-page .posts-swiper .list-blog {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 120px 0;

    transform: none !important;
  }

  .blog-wrap .list-blog {
    display: grid;
    justify-content: space-between;
    height: 100%;
  }

  .list-blog > li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
}

/* End Blog page */

/* Single Blog */
.single-blog-info {
  padding: 120px 0;
}

.single-blog-info .service-specifications {
  padding-top: 30px;
}

.service-specifications h2,
.service-specifications h3 {
  padding-bottom: 10px;
}

.single-blog-info .service-specifications ul {
  padding-left: 20px;
  padding-bottom: 15px;
}

.single-blog-info .service-specifications ul li {
  list-style: inside;
}

.single-blog-info .container {
  display: flex;
  gap: 60px;
}

.single-blog-info .blog-gallery {
  width: 38%;
  height: max-content;
  position: relative;
}

.single-blog-info .blog-gallery .feature-image img {
  width: 100%;
  height: auto;
}

.single-blog-info .blog-info {
  width: calc(100% - 38%);
}

.single-blog-info .blog-info .title {
  text-transform: uppercase;
}


.single-blog-info .blog-info .content ul {
  padding-left: 40px;
}

.single-blog-info .blog-info .content ul li {
  list-style: disc;
}

.single-blog-info .blog-info .content .wp-block-heading {
  margin: 1rem 0 0.5rem;
}

.single-blog-info .blog-gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.single-blog-info .blog-gallery .feature-image-large img {
  aspect-ratio: 476/272;
  margin-bottom: 15px;
}

.single-blog-info .blog-gallery .feature-image-thumb .swiper-slide img {
  aspect-ratio: 149/85;
  cursor: pointer;
}

.single-blog-info .blog-gallery .feature-image-thumb {
  position: unset;
}

.single-blog-info .swiper-button-prev {
  top: auto;
  bottom: 30px;
  left: -40px;
}

.single-blog-info .swiper-button-next {
  top: auto;
  bottom: 30px;
  right: -40px;
}

.single-blog-info .swiper-button-prev::after,
.single-blog-info .swiper-button-next::after {
  font-size: 20px;
  font-weight: 900;
  color: #000;
}

.single-blog-info .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -30px;

  /* display: none; */
}

/* End Single Blog */


/* Shop page */
.woocommerce.woocommerce-shop ul.products {
  padding: 2rem 0;
}

.woocommerce ul.products li.product a img {
  aspect-ratio: 259/350;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  text-align: center;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 22px;
}

.woocommerce ul.products li.product .button {
  display: flex;
  align-items: center;
  min-height: 47px;
  color: #fff;
  background-color: var(--primary-color);
  border-radius: 20px;
  padding: 0 30px;
  font-size: 16px;
  line-height: 1;
  font-family: 'Etna Condensed';
  font-weight: 800;
  width: max-content;
  margin: 1rem auto 0;
}

.woocommerce ul.products li.product .button:hover {
  background-color: var(--secondary-color);
}

.woocommerce ul.products li.product .price {
  color: var(--text-color);
  font-size: 18px;
}

.single-product .single-product-content {
  padding: 0px 0 100px;
}

/* .post-type-archive-product .container {
  padding-top: 120px;
  padding-bottom: 60px;
} */

/* End Shop page */

/* Single Product */
.single-product .woocommerce-product-info {
  display: flex;
  gap: 66px;
}

.single-product .woocommerce-product-info .woocommerce-product-gallery {
  width: 30% !important;
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 30px;
  gap: 30px;
  display: flex;


}

.woocommerce-product-gallery .flex-viewport img {
  aspect-ratio: 345 / 491;
  object-fit: cover;
}

.flex-viewport {
  height: auto !important;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 50%;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  aspect-ratio: 155 / 221;
  opacity: 1;
  object-fit: cover;
}



.woocommerce div.product div.summary .product_title {
  color: var(--text-color);
}

.single-product .product_after_title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 5px 0 10px;
  margin-bottom: 23px;
  border-bottom: 1px solid rgb(30 30 30 / 20%);
  font-size: 15px;
  line-height: 2;
  position: relative;
}

.single-product .product_after_title > *:not(:last-child) {
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}

.single-product .product_after_title > *:not(:last-child):after {
  content: "";
  height: 11px;
  width: 1px;
  background-color: rgb(30 30 30 / 20%);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: var(--primary-color);
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}

.single-product div.product .woocommerce-product-details__short-description {
  margin-bottom: 20px;
}

.woocommerce div.product form.cart {
  padding: 25px 0;
  margin-bottom: 0;
  display: flex;
}

.woocommerce div.product form.cart .button {
  display: flex;
  align-items: center;
  min-height: 47px;
  color: #fff;
  background-color: #5E6AA5;
  border-radius: 20px;
  padding: 0 5px;
  font-size: 16px;
  line-height: 1;
  font-family: 'Etna Condensed';
  font-weight: 800;
  min-width: 100px;
  text-align: center;
  justify-content: center;
  transition: all 0.3s;
}

.woocommerce div.product form.cart .button:hover {
  background-color: var(--cream-color);
  color: var(--text-color);
}

.single-product div.product form.cart .quantity {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 47px;
  margin-bottom: 10px;
  border-radius: 50px;
  margin-right: 10px;
  border: 1px solid #fff;
}

.single-product div.product form.cart .quantity button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  text-align: center;
  z-index: 9;
  top: 0;
  bottom: 0;
  border: none;
  font-size: 12px;
  font-weight: 700;
  width: 30%;
  height: 47px;
  border-radius: 0;
  color: #fff;
  background-color: transparent;
  transition: all 0.3s;
}

.single-product div.product form.cart .quantity button:hover {
  background-color: var(--cream-color);
  color: #000;
}


.single-product div.product form.cart .quantity button.minus {
  border-right: 1px solid #fff;
}

.single-product div.product form.cart .quantity button.plus {
  border-left: 1px solid #fff;
}

.single-product div.product form.cart .quantity .qty {
  padding: 10px 0;
  width: 50px;
  border: none;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  flex: 1;
}

/* Chrome, Safari, Edge */
.single-product div.product form.cart .quantity input[type=number]::-webkit-inner-spin-button,
.single-product div.product form.cart .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.single-product div.product form.cart .quantity input[type=number] {
  -moz-appearance: textfield;
}

.woocommerce div.product form.cart div.quantity {
  margin: 0 10px 0 0;
}

.single-product div.product .product_meta {
  display: flex;
  flex-direction: column;
}

.single-product div.product .product_meta > span {
  display: block;
  color: var(--text-color);
  font-size: 15px;
  line-height: 1.8461538462;
}

.single-product div.product .product_meta > span a,
.single-product div.product .product_meta > span .sku {
  color: #000;
  font-weight: 500;
}




.single-product .woocommerce-product-info .entry-summary {
  width: 70% !important;
}

.single-product .woocommerce-product-info .product-content {
  display: flex;
  gap: 40px;
}

.single-product .woocommerce-product-info .product-content .buy-now {
  max-width: 330px;
  width: 100%;
  background: var(--primary-color);
  border-radius: 50px;
  padding: 35px 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.single-product .product-content .buy-item .heading {
  color: var(--cream-color);
  padding-bottom: 15px;
  font-size: 28px;
}

.single-product .product-content .buy-item .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.single-product .product-content .buy-item .price {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}

.single-product .testimonial {
  background-color: #FFF8EA;
  border-radius: 50px;
  padding: 35px 50px;
  margin-top: 50px;
}

.single-product .testimonial .swiper-pagination,
.single-product .testimonial .swiper-button-prev,
.single-product .testimonial .swiper-button-next {
  display: none;
}

.single-product .testimonial .custom-button-next {
  display: block;
  position: absolute;
  right: -150px;
  transition: all 0.3s;
}


.testimonial.relative::before {
  content: '';
  width: 100%;
  height: 100%;
  /* background: #FFF8EA; */
  top: 0;
  left: auto;
  right: calc((1307px - 100vw) / 2);
  position: absolute;
}

.single-product .testimonial .reader-item {
  font-size: 14px;
  font-style: italic;
}

.testimonial-swiper .reader-item.swiper-slide.swiper-slide-active::before {
  content: '';
  position: absolute;
  right: -40px;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgb(0 0 0 / 50%);
}

.single-product .testimonial .reader-item strong {
  font-style: unset;
  font-weight: 400;
}

/* .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none;
} */


/* Woo Tabs */
.single-product .woocommerce-tabs {
  display: block;
  margin-top: 40px;
}

.single-product .woocommerce-tabs ul.tabs {
  margin: 0;
  list-style: none;
  text-align: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0;
  list-style: none;
  text-align: center;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: transparent;
  border: none;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none;
}

.single-product .woocommerce-tabs ul.tabs li:hover a,
.single-product .woocommerce-tabs ul.tabs li.active a {
  color: #000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: block;
  position: relative;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  padding: 0 30px 13px 30px;
  transition: all 0.3s ease;
  color: #999999;
}

.single-product .woocommerce-tabs ul.tabs li a:before {
  content: "" !important;
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease;
  background-color: #F65D4E;
}

.single-product .woocommerce-tabs ul.tabs li a:hover:before,
.single-product .woocommerce-tabs ul.tabs li.active a:before {
  opacity: 1;
  transform: scale(1);
}

.woocommerce div.product .woocommerce-tabs .panel {
  padding: 35px 10vw;
  border-radius: 15px;
  border: 1px solid rgb(30 30 30 / 20%);
  margin-bottom: 0;
}

.single-product .woocommerce-tabs .panel h2:first-of-type {
  display: none;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-tab-width {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

#reviews {
  outline: none;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce #review_form #respond textarea {
  width: 100%;
  padding: 0.93em 1.5em;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(30 30 30 / 20%);
  box-sizing: border-box;
  font-weight: normal;
  border-radius: 20px;
  outline: 0;
  transition: all ease-in-out 0.3s;
  min-height: 150px;
  resize: none;
}

.woocommerce #review_form #respond .form-submit input {
  display: flex;
  align-items: center;
  min-height: 47px;
  color: #fff;
  background-color: var(--primary-color);
  border-radius: 15px;
  padding: 0 30px;
  font-size: 16px;
  line-height: 1;
  font-family: 'Etna Condensed';
  font-weight: 800;
  min-width: 146px;
  text-align: center;
  justify-content: center;
}

.woocommerce #review_form #respond .form-submit input:hover {
  background-color: var(--secondary-color);
}

.woocommerce .related.products {
  padding-top: 60px;
}

.related > h2:first-child,
.upsells > h2:first-child {
  display: flex;
  align-items: center;
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 40px;
  text-align: left;
}

.related > h2:first-child:after,
.upsells > h2:first-child:after {
  content: "";
  display: inline-block;
  height: 1px;
  flex: 1;
  margin-left: 55px;
  background-color: rgb(30 30 30 / 20%);
}

#comments {
  margin-top: 0;
}


/* End Woo Tabs */

/* End Single Product */

/* Cart page */


.woocommerce-cart main > .container,
.woocommerce-checkout main > .container {
  padding-top: 200px !important;
}

.woocommerce-cart .wc-block-components-sidebar-layout {
  align-items: start;
}

.woocommerce-cart .wc-block-components-sidebar {
  padding: 30px 30px 40px;
  position: relative;
  background-color: transparent;
  border: 1px solid rgb(30 30 30 / 20%);
  border-radius: 5px;
}

.woocommerce-cart .wc-block-components-totals-coupon__input input,
.woocommerce-checkout .wc-block-checkout__form input,
.wc-block-components-totals-coupon__input input {
  background: transparent !important;
  /* border-radius: 20px !important; */
}

.woocommerce-checkout .wc-block-checkout__form select {
  background-color: var(--cream-color) !important;
}

/* Hide WooCommerce mini cart product description */
.wc-block-components-product-metadata__description {
  display: none;
}

input#Field-cvcInput,
input#Field-numberInput,
input#Field-expiryInput {
  border-radius: var(--border-radius) !important;
}

/* End cart page */




.woocommerce-message {
  background: #FFF8EA;
}

.woocommerce-message:focus-visible {
  outline: none !important;
}



/* About Author */
.author-page .about-author {
  margin-top: 60px;
  padding: 60px 0;
}

.author-page .books-kids-thrive {
  padding: 150px 0 80px;
}

.booking-form {
  padding: 60px 0;
}

.author-page .subcribe-today {
  margin-bottom: 120px;
}

/* End About Author */

/* About us page */
.about-page .what-wmw {
  padding: 100px 0 80px;
}

/* End About us page */

/* Contact page */
.contact-page .contact-info .item figure {
  width: 30px;
  height: auto;
  margin-top: 5px;
}

.contact-page .contact-info > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-right: 5px;
}

/* End contact page */














/* Gravity Form */

.gform_wrapper {}

.gform_wrapper .gform_body .gform_fields {
  grid-row-gap: 15px;
}

.gform_wrapper .gform_body .gform_fields .gfield input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.gform_wrapper .gform_body .gform_fields .gfield select,
.gform_wrapper .gform_body .gform_fields .gfield textarea {
  min-height: 47px;
  color: var(--text-color);
  border: 1px solid var(--primary-color);
  font-size: 14px;
  font-weight: 300;
  outline: none;
  box-shadow: none;
  background: transparent;
  resize: none;
  padding: 0 30px;
  border-radius: 20px;
}

.gform_wrapper .gform_body .gform_fields .gfield select {
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
}

.gform_wrapper .gform_body .gform_fields .gfield textarea,
.gform_wrapper .gform_body .gform_fields .gfield textarea.large,
.gform_wrapper .gform_body .gform_fields .gfield textarea.medium {
  height: 87px;
  padding: 10px 16px;
  min-height: 0;
}

.gform_wrapper .gform_body .gform_fields .gfield--type-fileupload .gfield_description,
.gform_wrapper .gform_body .gform_fields .gfield--type-fileupload .gform_drop_instructions {
  display: none;
}

.gform_wrapper .gform_body .gform_fields .gfield--type-fileupload .gform_drop_area {
  padding: 0;
  border: none;
}

.gform_wrapper .gform_body .gform_fields .gform_button_select_files {
  background-color: transparent;
  border: 1px solid var(--light-blue);
  color: var(--light-blue);
  border-radius: 24px;
  transition: all 0.3s;
  min-width: auto;
  min-height: 40px;
  height: 40px;
  white-space: pre;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -1px;
  font-family: 'InputSans';
  position: relative;
  color: transparent;
  min-width: -webkit-fill-available;
}

.gform_wrapper .gform_body .gform_fields .gform_button_select_files::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  color: var(--light-blue);
  background-image: url('assets/images/attach_icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 20px;
}

.gform_wrapper .gform_body .gform_fields .field-upload-cv .gform_button_select_files::after {
  content: "Attach CV*";
}

.gform_wrapper .gform_body .gform_fields .field-upload-cover-letter .gform_button_select_files::after {
  content: "Attach Cover Letter*";
}


.gform_wrapper .gform_body .gform_fields .gform_button_select_files:hover {
  background-color: var(--orange-color) !important;
  border-color: var(--orange-color) !important;
}

.gform_wrapper .gform_body .gform_fields .gform_drop_area {
  margin-bottom: 0;
}


.gform_wrapper input[type="button"],
.gform_wrapper .button {
  border: 1px solid var(--orange-color);
  background: var(--orange-color);
  color: #fff;
  outline: none;
  box-shadow: none;
  margin: 0;
  text-align: center;
  margin-bottom: 0 !important;
  width: max-content;
  border-radius: 4px;
  padding: 0 20px;
  font-size: 15px;
  font-family: 'Proxima Nova ExWd';
  transition: all 0.3s;
  min-height: 48px !important;
}

.gform_wrapper input[type="button"]:hover,
.gform_wrapper .button:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.gform_wrapper .gform_validation_errors {
  display: none
}

.gform_wrapper .gfield_validation_message {
  margin: 0 !important;
  padding: 5px 0 0 !important;
  background: transparent !important;
  border: none !important;
  font-size: 12px !important;
}

.gform_wrapper .gform_body .gform_fields .gfield.gfield_error input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.gform_wrapper .gform_body .gform_fields .gfield.gfield_error select,
.gform_wrapper .gform_body .gform_fields .gfield.gfield_error textarea {
  border-color: #c02b0a !important;
}

.gform_wrapper .gform_body .gform_fields .gfield.gfield_error input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="file"])::placeholder,
.gform_wrapper .gform_body .gform_fields .gfield.gfield_error textarea::placeholder {
  color: #c02b0a !important;
}

.gform_wrapper .gform_footer {
  position: relative;
  justify-content: center;
  margin-top: 30px !important;
  padding: 0 !important;
}

.gform_wrapper .gform_footer .gform_button {
  background: var(--primary-color);
  border-radius: 20px;
  min-height: 47px !important;
  font-size: 16px;
}

.gform_wrapper .gform_footer .gform_button:hover {
  background-color: var(--secondary-color);
}

.gform_wrapper .gform-loader {
  position: absolute !important;
  top: 16px !important;
  left: auto !important;
  right: 10px !important;
  margin: 0 !important;
  z-index: 2;
}

.gfield_required,
.validation_message {
  display: none !important;
}

.gfield--type-stripe_creditcard .validation_message {
  display: block !important;
  font-size: 15px !important;
  padding-top: 20px !important;
  text-align: center !important;
}


/* Gravity Forms Confirmation Message */
.gform_confirmation_message,
.gform_confirmation_message_1 {
  text-align: center;
}

/*  */

header .link-socials-mobile {
  display: none;
}

.what-wmw .btn-read-more {
  display: none;
}

.mini-cart-link-mobile {
  display: none;
}

header .header-right-wrap {
  display: none;
}


























/* RESPONSIVE */

@media (max-width: 1700px) and (min-width: 1025px) {
  header .link-socials {
    top: 20px;
  }
}

@media (max-width: 1600px) {
  .single-product .testimonial .custom-button-next {
    right: -30px;
  }
}

@media (max-width: 1400px) {

  .characters-swiper .swiper-button-next,
  .readers-swiper .swiper-button-next {
    right: 0;
  }

  .characters-swiper .swiper-button-prev,
  .readers-swiper .swiper-button-prev {
    left: 0;
  }

  .readers-swiper {
    margin: 0 50px;
  }

  .single-product .testimonial .custom-button-next {
    right: 0px;
  }



}

@media (max-width: 1200px) {
  footer .footer-widget {
    grid-template-columns: 1fr 1fr;
  }

  footer .image-books img {
    position: relative;
    top: 0;
    right: 0;
  }

  .newsletter .newsletter-content {
    padding: 0;
    justify-content: center;
    flex-direction: column;
  }

  .resources-content {
    padding: 70px 0 100px;
  }
}

@media (max-width: 1024px) {

  header .header-content .menu-header-left-menu-container,
  header .header-content .menu-header-right-menu-container {
    display: none;
  }

  header .toggle-bar {
    display: flex;
    width: 25px;
  }

  header .link-socials {
    position: relative;
    right: auto;
    left: 0;
  }

  header .link-socials a svg {
    max-width: 3rem;
    height: auto;
    max-height: 1.5rem;
    width: 1.5rem;
  }

  header .link-socials a.icon-facebook svg,
  header .link-socials .icon-instagram svg,
  header .link-socials a.icon-linkedin svg,
  header .link-socials a.icon-youtube svg {
    width: 20px;
    height: 20px;
  }

  header .mini-cart-link svg {
    width: 20px;
    height: auto;
  }

  header .toggle-bar svg {
    width: 30px;
    height: auto;
  }

  .posts-swiper {
    margin: 0 50px;
    position: unset;
    padding-bottom: 60px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    background-size: 20px;
  }

  .list-resources {
    position: unset;
    margin: 0 30px;
    overflow: unset;
    overflow-x: clip;
    padding-bottom: 60px;
  }

  .list-resources .resource-item .resource-title {
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
  }

  .list-resources .resource-item {
    text-align: center;
  }

  .list-resources .resource-item .resource-except {
    font-size: 16px;
    text-align: center;
  }

  .list-resources .resource-item .wp-block-buttons {
    justify-content: center;
  }

  .resources-content .container {
    gap: 80px;
  }

  .list-characters-archive {
    display: flex;
    overflow-x: clip;
    /* margin: 0 30px; */
    position: unset;
  }

  .list-characters-archive .swiper-wrapper {
    display: flex !important;
    gap: 0;
  }

  .list-characters-archive .character-item {
    height: auto;
    margin-right: 0;
  }

  .character-wrap .relative {
    background: transparent !important;
  }

  .list-characters-archive .swiper-pagination,
  .list-characters-archive .swiper-button-prev,
  .list-characters-archive .swiper-button-next {
    display: flex;
  }

  .list-characters-archive .swiper-button-prev {
    left: -10px;
  }

  .list-characters-archive .swiper-button-next {
    right: -10px;
  }

  .list-characters-archive .swiper-wrapper {
    pointer-events: all;
  }

  .resources-swiper .swiper-button-next {
    right: -10px;
  }

  .resources-swiper .swiper-button-prev {
    left: -10px;
  }

  .single-product .woocommerce-product-info .product-content {
    flex-direction: column;
    gap: 30px;
  }

  header .header-content .header-menu-wrap {
    display: none;
  }

  header .link-socials-mobile {
    display: flex;
  }

  .list-characters-archive .character-item::before,
  .list-characters-archive .character-item::after {
    display: none;
  }

  header .navbar-brand {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .mini-cart-link-mobile {
    display: flex;
  }

  header .header-right-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
  }





}

@media (max-width: 992px) {
  .single-blog-info .container {
    flex-direction: column;
    gap: 60px;
  }

  .single-blog-info .container:not(:has(.feature-image-thumb)) {
    gap: 20px;
  }

  .single-blog-info .blog-gallery,
  .single-blog-info .blog-info {
    width: 100%;
  }

  .single-product .woocommerce-product-info {
    flex-direction: column;
    gap: 0;
  }

  .single-product .woocommerce-product-info .woocommerce-product-gallery,
  .single-product .woocommerce-product-info .entry-summary {
    width: 100% !important;
  }

  .woocommerce div.product div.images.woocommerce-product-gallery {
    display: flex;
    gap: 10px;

    justify-content: center;
  }

  .woocommerce div.product div.images .flex-control-thumbs {
    flex-direction: column;
    gap: 10px;
    margin-top: 0;

    width: 33%;
  }

  .woocommerce div.product div.images .flex-viewport {
    width: calc(100% - 32%);
  }

  .woocommerce div.product div.images .flex-control-thumbs li {
    width: 100%;
  }

  .single-product .testimonial {
    padding: 35px 50px 80px;
  }

  .single-product .testimonial .custom-button-next,
  .testimonial.relative::before {
    display: none !important;
  }


  .single-product .testimonial .swiper-button-prev,
  .single-product .testimonial .swiper-button-next {
    display: block;
  }

  .single-product .testimonial .swiper-pagination {
    display: flex;
    bottom: 60px;
  }

  .reader-item.swiper-slide.swiper-slide-active::before {
    display: none;
  }

  .single-product .single-product-content {
    padding: 0px 0 60px;
  }

  .woocommerce-product-gallery .flex-viewport img {
    aspect-ratio: 244 / 348;
    transition: none !important;
  }

  .woocommerce div.product div.images .flex-control-thumbs li img {
    aspect-ratio: 118/169;

  }

  .single-product .woocommerce-product-info .product-content {
    text-align: center;
  }

  .single-product .woocommerce-product-info .product-content .buy-now {
    margin: 0 auto;
  }

  .testimonial-swiper {
    position: unset;
    padding-bottom: 30px;
  }

  .testimonial-swiperv .single-product .testimonial .swiper-button-prev {
    left: 5px;
  }

  .testimonial-swiper .single-product .testimonial .swiper-button-next {
    right: 5px;
  }

  .single-product .testimonial .reader-item {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .home.admin-bar .home-banner {
    min-height: 800px !important;
  }

  .admin-bar .home-banner .wp-block-cover__inner-container {
    height: 800px !important;
  }

  .image-birds img {
    max-width: 368px;
    width: 100%;
  }

  .books-kids-thrive .col-right > .wp-block-group {
    margin-top: 0 !important;
  }

  .subcribe-today form {
    flex-direction: column;
    max-width: 228px;
  }

  .subcribe-today .gform_wrapper .gform_body {
    width: 100%;
  }

  .subcribe-today .gform_wrapper .gform_body .gform_fields {
    display: flex;
    flex-direction: column;
  }

  .about-author .wp-block-media-text {
    display: flex;
    flex-direction: column;
  }

  .about-author .wp-block-media-text > .wp-block-media-text__content {
    padding: 0;
  }

  .books-kids-thrive .wp-block-columns {
    flex-direction: column-reverse;
  }

  .books-kids-thrive .col-left {
    text-align: center;
  }

  .books-kids-thrive .col-right .wc-block-product-template {
    flex-wrap: nowrap;
  }

  .cta-content {
    flex-direction: column;
    padding: 30px 50px 110px;
    position: relative;
    z-index: 2;
  }

  .what-wmw {
    padding: 60px 0 80px;
    text-align: center;
  }

  .books-kids-thrive .col-right {
    margin-top: -40px;
  }

  .characters-swiper .character-item {
    padding: 0;
  }

  .characters-swiper,
  .readers-swiper {
    margin: 0 20px;
  }

  .readers-swiper .swiper-button-prev {
    left: -10px;
  }

  .readers-swiper .swiper-button-next {
    right: -10px;
  }


  .about-author {
    position: relative;
    margin-top: -80px;
    padding: 0;
    padding-bottom: 60px;
  }

  .about-author .wp-block-media-text .wp-block-media-text__media {
    position: relative;
    z-index: 3;
    text-align: center;
  }

  .about-author .wp-block-buttons {
    justify-content: center;
  }


  .what-wmw .btn-read-more {
    display: flex;
    padding-top: 30px;
  }

  .what-wmw .wp-block-columns {
    max-height: 200px;
    overflow: hidden;
  }

  .books-kids-thrive ul.wc-block-product-template li .wc-block-components-product-image {
    margin-bottom: 0;
  }

  .books-kids-thrive ul.wc-block-product-template li .wp-block-read-more {
    /* margin-top: -20px;
        position: relative; */
  }

  .books-kids-thrive ul.wc-block-product-template li .wp-block-read-more {
    min-width: 125px;
    margin-top: -20px;
    position: relative;
  }



  .woocommerce-cart main > .container,
  .woocommerce-checkout main > .container {
    padding-top: 130px !important;
  }

  .woocommerce-message {
    display: flex;
    flex-direction: column;
  }

  .woocommerce-message .button {
    margin-top: 10px;
  }

  .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
    padding: 0 1rem;
  }
}

@media (max-width: 550px) {
  .home-banner .home-banner-content .heading {
    font-size: 25px;
  }

  .home-banner .home-banner-content .btn-wrap {
    flex-direction: column;
  }

  .characters-kids .heading-group > .wp-block-group__inner-container {
    gap: 20px;
  }

  .characters-swiper .swiper-pagination {
    display: flex;
  }

  .characters-kids .wp-block-buttons {
    padding-top: 30px;
  }

  #footer {
    padding-top: 160px;
  }

  footer .footer-widget {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  footer .image-books {
    margin-top: -160px;
  }

  footer .footer-content {
    padding: 0px 30px 20px;
    text-align: center;
  }

  footer .link-socials {
    justify-content: center;
    padding: 30px 0;
    gap: 20px;
  }

  footer .link-socials .image-ins,
  footer .link-socials .image-lin {
    width: 19px;
  }

  footer .footer-copy-right {
    text-align: center;
    padding-top: 20px;
  }

  footer .widget-image-brids {
    order: 1;
  }

  footer .widget-quicklinks {
    order: 2;
  }

  footer .widget-get-in-touch {
    order: 3;
  }

  footer .widget-logo {
    order: 4;
  }

  footer .image-books img {
    margin: 0 auto;
  }

  .home .home-banner {
    overflow: unset;
  }

  .home-banner-content {
    margin-bottom: -200px;
  }

  .what-wmw {
    padding-top: 200px;
  }

  .hero-banner .banner-intro {
    font-size: 24px;
  }

  .resources-content .resources-group .heding {
    padding-bottom: 130px;
  }

  .single-blog-info {
    padding: 120px 0 60px;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 15px;
    padding: 0;
    padding-top: 12px;
  }

  .single-product.woocommerce div.product .woocommerce-tabs ul.tabs li {
    width: 100%;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding-left: 0;
    text-align: left;
  }

  .woocommerce div.product .woocommerce-tabs .panel {
    padding: 35px 20px;
  }

  .single-product .woocommerce-tabs ul.tabs li a:before,
  .single-product .woocommerce-tabs ul.tabs li a:before {
    bottom: auto;
    top: -10px;
  }

  .heading mark {
    display: block
  }




}

@media (max-width: 400px) {
  #footer {
    padding-top: 120px;
  }

  footer .image-books {
    margin-top: -120px;
  }

  .what-wmw .heading {
    padding: 0 30px 30px;
  }

  .books-kids-thrive .heading {
    padding: 0 30px 20px;
  }

  .characters-kids .heading {
    padding: 0 30px;
  }
}


.woocommerce .woocommerce-breadcrumb {
  margin-block: 5rem 2rem;
}

/* WooCommerce Ordering Dropdown Styles */
.woocommerce-ordering {
  margin-bottom: 2rem;
}

.woocommerce-ordering select.orderby {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 14px;
  color: #fff;
  min-width: 200px;
  cursor: pointer;
  transition: all 0.3s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 40px;
}

.woocommerce-ordering select.orderby:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.woocommerce-ordering select.orderby:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 2px rgba(0, 97, 115, 0.2);
}

.woocommerce-ordering select.orderby option {
  background-color: #fff;
  color: var(--text-color);
  padding: 8px 12px;
}

/* Min-height for empty product category pages - applied to container */
.tax-product_cat .woocommerce-no-products-found {
  min-height: 30vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border-top:none;
  background-color: transparent;
}

/* Hide Shop H1 title on shop page */
.post-type-archive-product h1.woocommerce-products-header__title,
.post-type-archive-product .woocommerce-products-header {
  display: none !important;
}

/* Category Filter Dropdown Styles - positioned to the left of sort menu */
.woocommerce-category-filter {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 2rem;
}

.woocommerce-category-filter select.category-filter {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 14px;
  color: #fff;
  min-width: 200px;
  cursor: pointer;
  transition: all 0.3s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 40px;
}

.woocommerce-category-filter select.category-filter:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.woocommerce-category-filter select.category-filter:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 2px rgba(0, 97, 115, 0.2);
}

.woocommerce-category-filter select.category-filter option {
  background-color: #fff;
  color: var(--text-color);
  padding: 8px 12px;
}

/* PHP Container for both dropdowns */
.woocommerce-dropdowns-container {
  display: flex;
  align-items: center;
  /* gap: 20px; */
  margin-bottom: 2rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.woocommerce-dropdowns-container .woocommerce-ordering {
  display: inline-block;
  margin-bottom: 0;
}

.woocommerce-dropdowns-container .woocommerce-category-filter {
  margin-bottom: 0;
}

/* Mobile responsive styles for dropdowns */
@media (max-width: 768px) {
  .woocommerce-dropdowns-container {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }
  
  .woocommerce-dropdowns-container .woocommerce-ordering {
    width: 100%;
  }
  
  .woocommerce-dropdowns-container .woocommerce-category-filter {
    width: 100%;
  }
  
  .woocommerce-dropdowns-container .woocommerce-ordering select,
  .woocommerce-dropdowns-container .woocommerce-category-filter select {
    width: 100%;
    min-width: auto;
  }
  .woocommerce-result-count-wrapper {
    display: flex;
    width: 100%;
  }
}

.wp-block-woocommerce-empty-cart-block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  
  .wc-block-cart__empty-cart__title {
    display: grid;
    place-content: center;
    min-height: 13vw;
    padding-block: 2rem;
  }
  .wp-block-heading {
    padding-block: 1rem;
  }
  .wp-block-buttons.is-content-justification-center {
    padding-block: 1rem;
  }
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image) img {
  max-width: 235px;
}

/* Center the "new" products on empty cart page */
.wc-block-product-new {
  display: flex;
  justify-content: center;
}

.wc-block-product-new .wc-block-grid__products {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

/* Error Pages Styling */
.page-404,
.page-500,
.page-403 {
  padding: 80px 0;
  min-height: 60vh;
  display: flex;
  align-items: center;
}

.page-404-content,
.page-500-content,
.page-403-content {
  padding: 2rem;
}

.error-code h1 {
  font-size: 8rem;
  line-height: 1;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

.error-message h2 {
  color: #333;
  font-weight: 600;
}

.error-message p {
  color: #666;
  font-size: 1.1rem;
}

.error-actions {
  margin: 2rem 0;
}

.error-actions .btn {
  padding: 12px 24px;
  font-weight: 500;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.error-actions .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.search-suggestion {
  padding: 2rem;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}

.search-suggestion h4 {
  color: #495057;
  font-weight: 600;
}

.search-suggestion .search-form {
  max-width: 400px;
  margin: 0 auto;
}

.search-suggestion .search-field {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #dee2e6;
  border-radius: 6px;
  font-size: 1rem;
}

.search-suggestion .search-field:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0,123,255,0.1);
}

.helpful-links {
  background: #fff;
  padding: 1.5rem;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}

.helpful-links h4 {
  color: #495057;
  font-weight: 600;
}

.helpful-links ul li {
  margin-bottom: 0.5rem;
}

.helpful-links ul li a {
  color: #007bff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.helpful-links ul li a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.help-info .alert {
  border-radius: 8px;
  border: none;
}

.help-info .alert-heading {
  font-weight: 600;
}

.help-info ul li {
  margin-bottom: 0.5rem;
}

.contact-info p {
  font-size: 0.95rem;
}

.login-suggestion p {
  font-size: 0.95rem;
}

.login-suggestion a {
  color: #007bff;
  font-weight: 500;
}

.login-suggestion a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-404,
  .page-500,
  .page-403 {
    padding: 40px 0;
  }
  
  .error-code h1 {
    font-size: 6rem;
  }
  
  .error-actions .btn {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }
  
  .error-actions .btn:last-child {
    margin-bottom: 0;
  }
  
  .search-suggestion,
  .helpful-links {
    padding: 1rem;
  }
}

@media (max-width: 480px) {
  .error-code h1 {
    font-size: 4rem;
  }
  
  .error-message h2 {
    font-size: 1.5rem;
  }
  
  .error-message p {
    font-size: 1rem;
  }
}
ul.wp-block-list {
  margin-left: 2rem;
  li {
    margin-block: 0.5rem;
  }
}