/* custom HR or seperator */
.entry-content .wp-block-separator,
.page-content .wp-block-separator,
.post-content .wp-block-separator {
  position: relative;
  overflow: visible;
  border: none !important;
  background: none !important;
  height: 1.5rem;
  margin: 3rem auto;
  max-width: 180px;
  opacity: 1;
}

.entry-content .wp-block-separator::before,
.page-content .wp-block-separator::before,
.post-content .wp-block-separator::before {
  content: "";
  display: block;
  border-top: 1px solid #d6d2cc;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.entry-content .wp-block-separator::after,
.page-content .wp-block-separator::after,
.post-content .wp-block-separator::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background: #8a7f72;
  transform: translate(-50%, -50%) rotate(45deg);
}
/* END custom HR or seperator */

/* Remove publication date from posts */
.post-date {

display: none;

}

.post-date+span.meta-sep, .post-author+span.meta-sep {

display: none;

}

.post-date {
    display: none !important;
}
.post-date + span.meta-sep, 
.post-author + span.meta-sep { 
    display: none !important; 
}
/* END remove publication date from posts */

/* Left justify the website title on the homepage */
.page-header,
.page-header .inner,
.page-header-inner,
.page-header-content {
  height: 100%;
}

.page-header {
  min-height: 60vh;
}

.page-header-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: left;
}

.home .header-logo {
  margin-left: 5% !important;
  max-width: 500px;
}

.page-header-content {
  padding-bottom: 12vh;
  max-width: 34rem;
  padding-left: 2rem;
  padding-right: 2rem;
  box-sizing: border-box;
}

.site-title {
    text-align: left !important;
    margin-left: 5%;
    padding-left: 5%;
}
.site-description {
    text-align: left !important;
		margin-left: 5%;
		padding-left: 5%;
}

.header-logo {

float: left !important;

}

.home .header-logo {

margin-left: 35px !important;

}

/* Header typography */
.page-header .site-title,
.page-header h1,
.page-header .site-description {
  color: #F7F3EE !important;
  text-align: left !important;
  margin-left: 0;
  margin-right: 0;
}

.page-header .site-title,
.page-header h1 {
  font-weight: 500;
}

.page-header .site-title {
  letter-spacing: 0.02em;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.1;
}

.page-header .site-description {
  font-size: clamp(0.95rem, 1.5vw, 1.15rem);
  line-height: 1.4;
  margin-top: 0.5rem;
}

/* Tablet */
@media (max-width: 1024px) {
  .page-header {
    min-height: 52vh;
  }

  .page-header-content {
    padding-bottom: 10vh;
    max-width: 30rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .page-header {
    min-height: 44vh;
  }

  .page-header-content {
    padding-bottom: 8vh;
    max-width: 22rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .page-header .site-title {
    letter-spacing: 0.015em;
  }

  .page-header .site-description {
    margin-top: 0.35rem;
  }
}
/* END left justify the webiste title on the homepage */

/* =========================================
   MAISON THYME — TYPOGRAPHY + HOMEPAGE CSS
   For Ashe Pro
   ========================================= */

/* ---------- 1. Base typography ---------- */

body,
button,
input,
select,
textarea {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: #2f2f2f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-bottom: 1.15em;
}

strong,
b {
  font-weight: 600;
}

em,
i {
  font-style: italic;
}

/* ---------- 2. Headings ---------- */

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.entry-title,
.widget-title {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.2;
  color: #3a3a3a;
	text-align: left !important;	
}

h1,
.entry-title {
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.08;
}

h2 {
  font-size: clamp(2rem, 3vw, 2.7rem);
  margin-top: 2.2em;
  margin-bottom: 0.5em;
}

h3 {
  font-size: clamp(1.45rem, 2vw, 1.8rem);
  margin-top: 1.8em;
  margin-bottom: 0.45em;
}

h4 {
  font-size: 1.25rem;
  margin-top: 1.4em;
  margin-bottom: 0.4em;
}

/* ---------- 3. Links ---------- */

a {
  color: #4f6b57;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.12em;
}

a:hover,
a:focus {
  color: #6f886f;
}

/* ---------- 4. Site title / tagline ---------- */

.site-title a {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  letter-spacing: 0.02em;
	text-align: left !important;		
}

.site-description {
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  color: #F5F3EE;
  letter-spacing: 0.01em;
	text-align: left !important;
}

/* ---------- 5. Navigation ---------- */

.main-navigation a,
#site-navigation a {
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ---------- 6. Content width + breathing room ---------- */

.site-main,
.entry-content,
.page-content {
  max-width: 760px;
}

.entry-content,
.page-content {
  font-size: 1.03rem;
}

.entry-content > *:first-child,
.page-content > *:first-child {
  margin-top: 0;
}

/* ---------- 7. Homepage section rhythm ---------- */

.home .site-main section,
.home .entry-content > h2,
.home .entry-content > h3,
.home .entry-content > p {
  scroll-margin-top: 80px;
}

.home .entry-content > h2 {
  margin-top: 2.8em;
}

.home .entry-content > h2:first-of-type {
  margin-top: 1.2em;
}

/* ---------- 8. Hero image overlay support ---------- */
/* Use this if Ashe lets you place text over the featured image or hero block */

.hero-overlay,
.page-hero-overlay,
.home-hero-overlay {
  position: relative;
  color: #f5f3ee;
}

.hero-overlay h1,
.page-hero-overlay h1,
.home-hero-overlay h1 {
  color: #f5f3ee;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.05;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  margin-bottom: 0.2em;
}

.hero-overlay p,
.page-hero-overlay p,
.home-hero-overlay p {
  color: #f5f3ee;
  font-family: "Inter", sans-serif;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.6;
  max-width: 34rem;
}

/* ---------- 9. Optional text block styling for homepage intro ---------- */

.maison-intro,
.spring-table-intro,
.home-intro {
  max-width: 760px;
  margin: 0 auto;
}

.maison-intro p,
.spring-table-intro p,
.home-intro p {
  font-size: 1.05rem;
  color: #3f3f3f;
}

/* ---------- 10. Slider captions / featured post areas ---------- */

.featured-slider .entry-title,
.ashe-slider .entry-title,
.slide-caption .entry-title {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.featured-slider .entry-meta,
.ashe-slider .entry-meta,
.slide-caption .entry-meta {
  font-family: "Inter", sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

/* ---------- 11. Blockquotes / editorial notes ---------- */

blockquote {
  border-left: 2px solid #b7c3b0;
  margin: 2em 0;
  padding: 0.25em 0 0.25em 1.2em;
  color: #4a4a4a;
  font-family: "Playfair Display", serif;
  font-size: 1.35rem;
  line-height: 1.45;
}

blockquote p:last-child {
  margin-bottom: 0;
}

/* ---------- 12. Signature info boxes ---------- */
/* Useful for “From the French Kitchen” */

.from-french-kitchen,
.kitchen-note,
.market-note {
  background: #f7f5ef;
  border-left: 3px solid #a8b79f;
  padding: 1.25rem 1.25rem 1rem;
  margin: 2em 0;
}

.from-french-kitchen h3,
.kitchen-note h3,
.market-note h3 {
  margin-top: 0;
  margin-bottom: 0.35em;
  font-size: 1.45rem;
}

.from-french-kitchen p,
.kitchen-note p,
.market-note p {
  margin-bottom: 0.6em;
}

/* ---------- 13. Lists ---------- */

.entry-content ul,
.entry-content ol,
.page-content ul,
.page-content ol {
  margin-bottom: 1.2em;
  padding-left: 1.35em;
}

.entry-content li,
.page-content li {
  margin-bottom: 0.45em;
}

/* ---------- 14. Buttons ---------- */

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-button__link {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  border-radius: 0;
}

/* ---------- 15. Mobile refinement ---------- */

@media (max-width: 768px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 16px;
    line-height: 1.68;
  }

  h2 {
    margin-top: 2em;
  }

  .from-french-kitchen,
  .kitchen-note,
  .market-note {
    padding: 1rem;
  }
}
.home .site-branding,
.home .site-title,
.home .site-description {
  text-align: left !important;
}
.home .site-branding {
  align-items: flex-start !important;
}
.home .site-branding {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.home .site-branding,
.home .site-title,
.home .site-title a,
.home .site-description {
  text-align: left !important;
}

.home .site-branding {
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: center;
  margin-left: 0 !important;
  margin-right: auto !important;
}

}
.home .cvr-inner {
  text-align: left !important;
  align-items: flex-start !important;
  justify-content: center !important;
}

/* Ensure text block aligns left */
.home .header-logo {
  text-align: left !important;
  margin-left: 0 !important;
}

/* Pull hero text block further left */
.home .cvr-container {
  padding-left: 0 !important;
}

.home .cvr-inner {
  padding-left: 0 !important;
}

