


header {
	margin-bottom: -20px;
}

body {
  background-color: #f9f5ec;
}

.wp-site-blocks > header {
    margin-top: 30px;
}

@media only screen and (max-width: 600px) {
  .wp-site-blocks {
    padding-left: 3rem;
    padding-right: 3rem;
    max-width: 100%; /* Optional: ensures it doesn't overflow */
    box-sizing: border-box;
  }

  body {
    overflow-x: hidden; /* Optional: prevents horizontal scroll */
  }
}

body {
  font-size: 18px; /* Change this value to what feels right */
  line-height: 1.5; /* Optional: improves readability */
	letter-spacing: -.1px;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 18.5px;
  }
}

.wp-block-post-title {
  text-align: center;
}

h1.entry-title {
  text-align: center;
}

.archive .wp-block-post-featured-image {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
	max-width: 355px;
}

.archive .wp-block-post-featured-image img {
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

.single .wp-block-post-featured-image {
  display: none !important;
}


.wp-block-post-title {
  margin-bottom: 1px !important;
  display: block;
}

.wp-block-post-title {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}

/* Center all images inside the main content */
.entry-content .wp-block-image,
.entry-content .wp-block-image figure,
.entry-content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* Optional: Remove default float on alignleft and alignright */
.entry-content .alignleft,
.entry-content .alignright {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
}

/* Center all image blocks and their figures */
.entry-content .wp-block-image,
.entry-content .wp-block-image figure {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* Center the image itself and add a soft shadow */
.entry-content .wp-block-image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

/* Center captions */
.entry-content .wp-block-image figcaption {
    text-align: center;
    font-size: 0.9em;
    color: #555; /* subtle caption tone */
    margin-top: 0.5em;
}

/* Make sure the image and caption container is centered */
.entry-content .wp-block-image {
    text-align: center;
}

/* Ensure the figcaption inside that container is centered */
.entry-content .wp-block-image figcaption {
    display: block;
    text-align: center;
    font-size: 0.9em;
    color: #555;
    margin-top: 0.5em;
    max-width: 100%;
}

/* Caption box centered and matching image width */
.entry-content .wp-block-image figcaption {
    display: block;
    text-align: center;
    font-size: 0.9em;
    font-family: 'Averia Serif Libre', serif;
    background-color: #111111;
    color: #f9f5ec;
    padding: 0.3em 1em;
    margin-top: 0.5em;
    border-radius: 3px;
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* Style caption links to blend with the caption */
.entry-content .wp-block-image figcaption a {
    color: #f9f5ec; /* white to match caption text */
    text-decoration: none; /* removes underline */
    font-weight: 500;
}

/* Hide the author name */
.wp-block-post-author__name {
    display: none !important;
}

/* Hide all category displays by default */
.wp-block-post-terms.taxonomy-category {
  display: none !important;
}

/* Show only the first one that appears (assumed under the title) */
.wp-block-post-terms.taxonomy-category:first-of-type {
  display: block !important;
}

.wp-block-post-terms.taxonomy-category:first-of-type {
  text-align: center;
  font-family: 'Averia Serif Libre', serif;
  font-size: 0.8em;
  margin-bottom: 1.5em;
}

.single-post .wp-block-post-terms.taxonomy-category a,
.single-post .wp-block-post-terms.taxonomy-category a:visited,
.single-post .wp-block-post-terms.taxonomy-category a:hover,
.single-post .wp-block-post-terms.taxonomy-category a:focus {
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  color: inherit;
}

/* Remove underline from tags */
.taxonomy-post_tag a,
.taxonomy-post_tag a:visited,
.taxonomy-post_tag a:hover,
.taxonomy-post_tag a:focus {
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  color: inherit;
	font-style: italic;
}

/* Remove tag icon */
.taxonomy-post_tag.is-style-post-tag-icon::before {
  content: none !important;
}


/* Hide the post date icon and its link */
.wp-block-post-date {
    display: none !important;
}
/* Hide the author photo icon */
.wp-block-post-author {
    display: none !important;
}

/* Hide "Proudly Powered by WordPress" in the footer */
footer p.has-text-align-center {
    display: none !important;
}
/* Hide "Proudly Powered by WordPress" text */
footer p.has-text-align-center {
    display: none !important;
}

/* Hide "Customize buttons" link */
.share-customize-link {
    display: none !important;
}

/* Add spacing below the comment section heading */
.wp-block-comments-title {
  margin-bottom: 44px; /* Adjust spacing as desired */
}

#reply-title.comment-reply-title {
  margin-bottom: 30px !important; /* Adjust the spacing as needed */
}

.book-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 30px auto;
  padding: 0;
  box-sizing: border-box;
}

.book-slide-track {
  display: flex;
  width: max-content;
  animation: scrollSlider 25s linear infinite;
}

.book-slide-track a {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2rem;
}

.book-slide-track img {
  height: 250px;
  width: auto;
  object-fit: contain;
  transition: transform 0.8s ease;
}

.book-slide-track img:hover {
  transform: scale(1.6);
}

@keyframes scrollSlider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 768px) {
  .book-slide-track a {
    margin-right: 1rem;
  }

  .book-slide-track img {
    height: 190px;
  }
}


/* Optional: Force 4 covers on mobile too */
@media screen and (max-width: 768px) {
  .book-slide-track a {
    flex: 0 0 25%;
  }
}

@media screen and (max-width: 768px) {
  .book-slide-track a {
    flex: 0 0 auto; /* Show 3 covers */
  }
  .book-slide-track img {
    height: 150px; /* Reduced height on mobile */
  }
  .book-slide-track {
    gap: .3rem; /* Increased gap between covers */
  }
}

mark {
  padding: 0.2em 0.4em; /* top-bottom, left-right */
line-height: 1.6; /* Increases space between lines */
    box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
	 color: #f9f5ec !important;
}

.wp-block-coblocks-posts__content a {
  font-family: 'Averia Serif Libre', serif !important;
  color: #000 !important;
  text-decoration: none !important;
	line-height: 1.1em;
}

.wp-block-coblocks-posts__image {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  min-height: 345px; /* Optional: ensures consistent height */
  width: 100% !important;
}

.wp-block-coblocks-posts__image a {
  display: block;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .wp-block-coblocks-posts__image {
   /* Adjust the height for mobile */
    min-height: 375px;
  }

  .wp-block-coblocks-posts__content a {
    font-size: 18px;  /* Optionally, adjust font size for mobile */
  }
}

.author-slider {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: 11rem auto;
}

.slide-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  flex: 0 0 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  text-decoration: none;
  color: inherit;
}

.slide img {
  width: 60%;
  max-height: 399px;
	height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.slide-text {
  width: 50%;
  font-size: 1.2rem;
	 color: #f9f5ec;
}

@media (max-width: 768px) {
  .slide {
    flex-direction: column;
  }

  .slide img,
  .slide-text {
    width: 100%;
  }

  .slide-text {
    margin-top: 1rem;
    text-align: center;
  }
}

.slide-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: white;
  border: none;
  font-size: 2rem;
  padding: 0.5rem;
  cursor: pointer;
  z-index: 1;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.sd-like-enabled,
.jetpack-likes-widget-wrapper {
  display: none !important;
}

.sharedaddy,
.sd-block {
  display: none !important;
}

.wp-block-query-title {
  font-size: 2rem;
  font-weight: 500;
}

.wp-block-query-title::before {
  content: none !important;
}

.wp-block-query-title {
  color: #111;
	text-align: center;
}

.wp-block-query-title span::before {
  content: none !important;
}

.wp-block-button__link {
  line-height: 1.1 !important;
  padding-top: 0.6em !important;
  padding-bottom: 0.6em !important;
}

.taxonomy-post_tag {
  display: none !important;
}

span.crowdsignal-forms-poll__answer-results-votes {
  display: none !important;
}

.crowdsignal-forms-poll__answer-results-votes,
.crowdsignal-forms-poll__results-total {
  display: none !important;
}

.crowdsignal-forms-poll__closed-banner {
  display: none !important;
}

@media (max-width: 768px) {
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        padding-top: 40px;   
    }
}

~ updated 05.02.2026 ~

/* HERO SECTION */

.hero-section {
  background: #f3e8db;
  padding: 60px 20px;
}

.hero-container {
  max-width: 720px;
  margin: auto;
  display: flex;
  gap: 30px;
  align-items: center;
}

/* LEFT SIDE */

.hero-left {
  flex: 0.9;
}

.hero-left h1 {
  font-size: 2.2rem;
  line-height: 1.0;
	font-weight: bold;
	letter-spacing: 0.55;
  margin: 18px 0;
}


/* RIGHT COLLAGE */

.hero-right {
  flex: 1.0;
  position: relative;
  height: 280px;
	width: 280px;
	margin: auto;
}

.hero-right img {
  position: absolute;
}

/* Portrait (anchor element) */

.portrait {
  position: relative;
	left: 130px;
  transform: translateX(-50%);
  top: 30px;
  width: 220px;
  z-index: 2;
}

/* Books */

.book {
  width: 80px;
}

/* Book placement */

.reading {
  top: 70px;
  left: -50px;
  z-index: 2;
	 transform: rotate(-30deg);
}

.reviews {
	width: 200px;
  bottom: -30px;
  left: -30px;
  z-index: 3;
}

.releases {
	width: 150px;
  top: 100px;
  right: -15px;
  z-index: 3;
	transform: rotate(10deg);
}

/* Doodle */

.doodle {
position: absolute;
  z-index: 5;
}

/* Individual Doodles */

.fanna {
  top: 70px;
  right: 165px;
  width: 125px;
}

.sparkle {
  top: 85px;
  left: -100px;
  width: 40px;
}

.arrow.hi {
  top: 15px;
  right: 80px;
  width: 120px;
	 transform: rotate(-40deg);
}

.arrow.cr {
  top: 30px;
  left: -40px;
  width: 80px;
	transform: rotate(-30deg);
}

.star.black {
  top: 23px;
  left: 35px;
  width: 60px;
}

.star.golden {
  bottom: 10px;
  left: -55px;
  width: 50px;
}

.heart {
  top: 250px;
  right: 10px;
  width: 50px;
}





/* LABEL TEXT */

.label {
  position: absolute;
  font-family: 'Homemade Apple', cursive;
  font-size: 0.95rem;
	line-height: 15px;
  letter-spacing: 0.03em;
	z-index: 6;
}

/* Label placement */

.reading-label {
  top: -7px;
  left: -15px;
	width: 110px;
}

.reviews-label {
  bottom: -50px;
  left: 5px;
	width: 150px;
}

.releases-label {
  top: 80px;
  right: -50px;
  transform: rotate(9deg);
	width: 150px;
}

.intro-label {
	top: -40px;
	right: -55px;
	width: 190px;
	line-height: 20px;
	text-align: center;
}

/* MOBILE RESPONSIVE */

@media (max-width: 600px) {

  .hero-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
	
	.hero-section {
    min-height: 620px; /* this is the key */
  }

	@media (max-width: 768px) {

  .homepage-hero-spacer {
    height: 0px !important;
  }

}


  .hero-right {
    transform: scale(0.9);
    margin-top: 10px;
  }

  .portrait {
		top: 50px;
    left: 50%;
    transform: translateX(-50%);
  }

  .reading {
    top: 10px;
    left: -10%;
		transform: rotate(-10deg);
		width: 90px;
  }

  .reviews {
    bottom: -350px;
    left: -10%;
		width: 210px;
  }

  .releases {
    top: 120px;
    right: -20%;
		width: 120px;
  }

  .reading-label {
    top: -45px;
    left: 20%;
  }

  .reviews-label {
    bottom: 20px;
    left: 35%;
  }

  .releases-label {
    top: 45px;
    right: 15%;
  }

	.fanna {
		top: 85px;
		left: 30%;
		width: 130px;
	}
	
	.heart {
		top: 230px;
		right: 15%;
	}
	
	.star.golden {
		top: 290px;
		width: 40px;
	}
	
	.star.black {
		top: 10px;
		width: 40px;
	}
	
	.arrow.cr {
		top: -10px;
		left: 13%;
		transform: rotate(-30deg);
	}
	
	.arrow.hi {
		width: 110px;
		top: 50px;
		right: -5%;
	}
	
	.star.black {
		top: 30px;
		right: 35%;
		width: 70px;
	}
	
	 .reading-label {
    top: -45px;
    left: 16%;
  }
	
	.reviews-label {
    bottom: -380px;
    left: 5%;
  }
	
	.releases-label {
    top: 86px;
    right: -26%;
		width: 100px;
  }
	
	.intro-label {
		top: -15px;
		right: -25%;
	}
}

.pagebreaker {
  height: 60px;
	width: 1300px;
}

/* =========================
   SECTION 1: SCRAPBOOK OFFERINGS
========================= */

.offerings-scrapbook {
  background: #c9bb63;
  padding: 5px 5px;
}

.offerings-wrapper {
	max-width: 1000px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.offerings-heading {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}

.offerings-heading h2 {
  font-size: 2.0rem;
	width: 320px;
	align-content: center;
	line-height: 0.95;
	font-weight: bold;
	letter-spacing: 0.35;
	z-index: 0;
}

.blue-book-doodle {
  position: absolute;
  right: 320px;
  top: 20px;
  width: 50px;
	transform: rotate(-15deg);
}

.book-stack-doodle {
  position: absolute;
  right: -10px;
  top: 63px;
  width: 60px;
	z-index: 3;
	transform: rotate(-3deg);
}

.blue-dragon-doodle {
  position: absolute;
  right: 255px;
  top: 55px;
  width: 70px;
	z-index: 3;
}

.pen-doodle {
  position: absolute;
  right: -55px;
  top: 40px;
  width: 40px;
	z-index: 2;
}

.confetti-doodle {
  position: absolute;
  left: -20px;
  top: 62px;
  width: 40px;
	z-index: 3;
}

.confetti-doodle-2 {
  position: absolute;
  right: -20px;
  top: 32px;
  width: 40px;
	z-index: 3;
	transform: rotate(20deg);
}

.black-underline {
	position: absolute;
	right: -25px;
	bottom: -5px;
	width: 380px;
	z-index: 1;
}

.section-2-cards {
  position: relative;
  padding: 60px 20px 20px;
	overflow: visible;
}

.cards-grid {
  max-width: 900px;
margin: 0 auto;
}

.section-2-cards .card-featured {
  transform: scale(1.02) translateY(-12px);
  z-index: 2;
  box-shadow: 0 16px 40px rgba(0,0,0,0.2);
transform-origin: center center;
}


.section-2-cards .card {
  background: #f9f5ec;
  padding: 26px 22px;
  border-radius: 14px;
  position: relative;
}

@media (max-width: 768px) {

  .section-2-cards .card-featured {
    transform: none;
    box-shadow: none;
  }

}

.section-2-cards .doodle {
  position: absolute;
  z-index: 3;
}

.section-2-cards .doodle.green.heart {
  top: 280px;
  left: 380px;
  width: 70px;
	z-index: 2;
}

.section-2-cards .doodle.green.books {
  top: 280px;
  left: 420px;
  width: 110px;
}

.section-2-cards .wp-block-button__link {
  background: transparent;
  color: #000;
  border: 2px solid #000;
  border-radius: 999px;
  font-weight: 600;
	display: inline-block;
  transition: transform 0.2s ease,
              background-color 0.2s ease,
              color 0.2s ease;
}

.section-2-cards .wp-block-button__link:hover {
  background: #f9f5ec;
  color: #111111;
}

@media (max-width: 768px) {

  .heading-section-two {
   display: none;
  }

}






