/*
Theme Name: Kadence Child
Template: kadence
Version: 1.0
*/

:root {
    --baby-pink: #F6D9E2;
    --medium-pink: #F6B5CA;
    --dark-pink: #A40E4C;
    --cream-bg: #f4f4ed;
    --dark-text: #211E1E;
    --medium-dark-text: #3a3636;
    --less-dark-text: #555151;
    --light-grey: #C2B8B8;
    --white: #faf8f9;
    /* --lighter-text: ; */
}

@font-face {
    font-family: 'Stickers';
    src: url(assets/fonts/Stickers.otf);
}

@font-face {
    font-family: 'GFS Didot';
    src: url(assets/fonts/Didot.ttf) format('truetype');
}

@font-face {
    font-family: 'Caveat';
    src: url(assets/fonts/Caveat.ttf);
}

@font-face {
    font-family: 'Palisade';
    src: url(assets/fonts/Palisade.otf);
}

@font-face {
    font-family: 'Poppins';
    src: url(assets/fonts/Poppins.ttf);
}

/* ========== FONTS ========== */

.site-title {
    font-family: 'Stickers';
}

.site-description,
.serif-subheading,
.newest-entries-text,
body.category .entry-title,
body.search .entry-title {
    font-family: 'GFS Didot';
}

.sticky-note::before {
    font-family: 'Poppins';
}

.cursive-font, 
body.archive .archive-title,
body.category .archive-title {
    font-family: 'Palisade'; 
}

/* ========== HEADER NAVIGATION ========== */

body:not(.home) [data-section="kadence_customizer_header_main"] {
    display: none;
}


#primary-menu {
    gap: 1.5rem;
}

#primary-menu li a {
    background-color: var(--cream-bg);
    border: 2px solid var(--dark-pink);
    padding: 2px 15px;
    border-radius: 50px;
    color: var(--dark-pink);
    transition: all 0.1 ease;
    text-transform: lowercase;
}

#primary-menu li a:hover {
    background-color: var(--dark-pink);
    color: var(--cream-bg);
}

.site-header {
    padding: 1rem 0 1rem 0;
    position: relative;
    overflow: visible;
}

/* ========== TITLE AND TAGLINE ========== */

.site-title {
    position: relative;
    display: inline-block;
}

.site-description {
    text-transform: uppercase;
    margin-top: 0 !important;
    position: relative;
    overflow: visible;
}

/* ========== DOODLES FOR HEADER ========== */

/* --- style 1: thin 4-point sparkle --- */
.site-title::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    top: 36px;
    left: -100px;
    transform: rotate(-8deg);
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232c2420' stroke-width='1.6'%3E%3Cpath d='M12 2 L13 9 L20 12 L13 15 L12 22 L11 15 L4 12 L11 9 Z'/%3E%3C/svg%3E");
}

/* --- style 2: classic 5-point outline star --- */
.site-title::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: -6px;
    right: -22px;
    transform: rotate(12deg);
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232c2420' stroke-width='1.4'%3E%3Cpath d='M12 2 L14.6 9 L22 9.3 L16.2 14 L18.2 21.2 L12 17.1 L5.8 21.2 L7.8 14 L2 9.3 L9.4 9 Z'/%3E%3C/svg%3E");
}

.site-branding {
    position: relative;
    overflow: visible;
}

/* --- style 3: tiny filled asterisk/twinkle --- */
.site-branding::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    top: -12px;
    left: 0px;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232c2420'%3E%3Cpath d='M12 0 L14 10 L24 12 L14 14 L12 24 L10 14 L0 12 L10 10 Z'/%3E%3C/svg%3E");
}

/* --- style 4: loose hand-drawn squiggle star --- */
.site-branding::after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    bottom: 45px;
    right: -20px;
    transform: rotate(-15deg);
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232c2420' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2 C13 8 15 9 21 10 C15 11 13 13 12 19 C11 13 9 11 3 10 C9 9 11 8 12 2 Z'/%3E%3C/svg%3E");
}

/* ========== DOODLES FOR OTHER PLACES ========== */

.doodle {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

.doodle--xoxo {
    background-image: url('assets/img/xoxo.png');
    top: 120px;
    left: -5%;
    width: 200px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-8deg);
}

.doodle--lips {
    background-image: url('assets/img/lips.png');
    top: 12px;
    left: 80%;
    width: 180px;
    height: 180px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(18deg);
}

.doodle--stars {
    background-image: url('assets/img/pink-stars.png');
    top: 400px;
    left: 28%;
    width: 150px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-4deg);
}

.doodle--bolt {
    background-image: url('assets/img/lightning-bolt.png');
    bottom: 180px;
    left: 82%;
    width: 200px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(20deg);
    z-index: 3;
}

.doodle--tape3 {
    background-image: url('assets/img/tape3.png');
    bottom: -100px;
    left: -8%;
    width: 200px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(35deg);
    z-index: 4;
}

/* ========== CONTENT ========== */

body:not(.home) #primary.content-area {
    margin-top: 0;
}

/* STICKY-NOTE LATEST POST */

.sticky-note {
    max-width: 20rem;
    min-height: 10rem;
    margin: -60px auto 0 !important;
    background: var(--medium-pink);
    padding: 16px 20px;
    text-align: center;
    transform: rotate(3deg);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 2;
}

.sticky-note::before {
    content: "newest entry";
    display: block;
    font-size: 1rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--dark-pink);
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 6px;
}

.sticky-note::after {
    content: "";
    position: absolute;
    top: -80px;
    left: 55%;
    transform: translateX(-50%) rotate(3deg);
    width: 12rem;
    height: 10rem;
    background-image: url('assets/img/tape2.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 3;
}

.sticky-note ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sticky-note li a {
    font-size: 1.25rem;
    line-height: 1;
    letter-spacing: 0px;
    color: var(--dark-text);
    text-decoration: none;
    text-transform: uppercase;
}

.sticky-note li a:hover {
    /* text-decoration: underline; */
    font-weight: 600;
}


/* BLOG INTRO COLUMN */

.blog-intro {
    max-width: 60vw;
    margin: auto;
}

.blog-intro-text {
    margin-bottom: .5rem!important;
}

.small-heading {
    font-size: 4.5rem;
    line-height: 1;
    margin-bottom: 1rem !important;
}

.signature,
body.single-post .entry-content p:last-of-type {
    font-family: 'Palisade';
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1;
    color: var(--dark-pink);
    transform: rotate(-3deg);
}


/* LETS TALK COLUMN */

.swirly-arrow {
    position: absolute;
    left: 10%;
    transform: rotate(-8deg);
    z-index: 1;
}

.lets-talk {
    max-width: 70vw;
    margin: auto;
    gap: 0;
}


/* NEWSLETTER CLOUD */
.newsletter-cloud {
    position: relative;
    max-width: 60rem;
    margin: 0 auto;
}

.cloud-svg {
    display: block;
    width: 100%;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.08));
}

.cloud-svg path {
    fill: var(--white);
}

.cloud-content {
    position: absolute;
    top: 53%;
    left: 48%;
    transform: translate(-50%, -50%);
    width: 76%;
    text-align: center;
}

.cloud-content .wp-block-heading {
    font-size: 1rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--dark-pink);
    font-weight: 600;
    margin: 0 0 10px;
}

.cloud-content p {
    font-family: 'GFS Didot', serif;
    font-style: italic;
    font-size: 1rem;
    line-height: 1;
    color: var(--dark-text);
    margin: 0 0 14px;
}

.subscribe-btn {
    padding: 1rem 0 1rem 0;
    text-transform: uppercase;
}

.subscribe-btn a {
    border-radius: 8px;
}

.subscribe-btn a:hover {
    text-decoration: underline;
}

/* ========== ABOUT AND BLOG PAGE SETTINGS ========== */

.page-heading {
    font-size: 8rem;
    line-height: 1;
    letter-spacing: 0.03em;
    text-align: center;
    color: var(--dark-text);
    padding-bottom: 3rem;
    text-transform: lowercase;
}

#post-15.content-bg, #post-13.content-bg {
    background-color: transparent;
    box-shadow: none;
    max-width: 80vw;
    margin: auto;
}

/* ========== POST PAGE ========== */

/* POST PAGE STICKERS */

#post-15 .entry-content-wrap {
    position: relative;
}

#post-15 .sticker--book {
    position: absolute;
    top: 30px;
    left: 10%;
    width: 200px;
    height: 200px;
    background-image: url('assets/img/book.png');
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    transform: rotate(25deg);
}

#post-15 .sticker--3-stars {
    position: absolute;
    top: 10px;
    right: 15%;
    width: 180px;
    height: 180px;
    background-image: url('assets/img/3-stars.png');
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

#post-15 .sticker--hearts {
    position: absolute;
    top: 750px;
    left: -12%;
    width: 200px;
    height: 200px;
    background-image: url('assets/img/hearts.png');
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

#post-15 .sticker--exclamation {
    position: absolute;
    bottom: -100px;
    right: -8%;
    width: 180px;
    height: 180px;
    background-image: url('assets/img/exclamation.png');
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    transform: rotate(15deg);
}

/* POST SEARCH BAR */

.blog-search .wp-block-search__input {
    border: 1.5px solid var(--dark-pink)!important;
    border-radius: 8px;
    background-color: var(--white);
}

.blog-search .wp-block-search__button {
    color: var(--cream-bg)!important;
    background-color: var(--dark-pink)!important;
    border-radius: 8px;
}

/* POST CATEGORIES */

.categories-list {
    width: 100%!important;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
}

.categories-list li {
    background-color: var(--dark-pink);
    text-align: center;
    width: 10rem;
    border-radius: 8px;
    padding: .3rem .15rem;
}

.categories-list li a {
    color: var(--cream-bg);
    text-decoration: none;
    transition: all 0.1 ease;
}

.categories-list li a:hover {
    font-weight: 600;
}

.newest-entries-text {
    font-size: 1.75rem;
    color: var(--dark-pink);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
}

.post-diary-title {
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: -1px;
    line-height: 1;
    padding-top: 1rem;
    text-transform: uppercase;
}

.blog-grid .wp-block-post {
    background: var(--cream-bg);
    padding: .5rem .5rem;
    border-radius: 8px;
    max-width: 20rem;
    min-width: 18rem;
    box-shadow: 0 0.6rem 1.1rem rgba(0, 0, 0, 0.18),
        0 0.1rem 0.2rem rgba(0, 0, 0, 0.12);
}

.wp-block-post-template.is-layout-grid {
    gap: 3rem;
}

.blog-grid .wp-block-post .wp-block-group {
    font-size: .65rem;
    color: var(--less-dark-text);
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.blog-grid .wp-block-post .wp-block-separator {
    border-color: var(--dark-text);
    border-width: 1px;
    margin: 3px 0;
}

.blog-grid .wp-block-post-title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -1px;
    color: var(--dark-text);
    margin: .5rem 0;
    min-height: 9rem;
    overflow: hidden;
    text-transform: uppercase;
}

.blog-grid .wp-block-post-title a {
    color: inherit;
    text-decoration: none;
}

.blog-grid .wp-block-post-excerpt {
    font-size: .85rem;
    color: var(--less-dark-text);
    line-height: 1.6;
}

/* TAPE FOR BLOG POSTS */

.wp-block-post-template>li.wp-block-post {
    position: relative;
    justify-self: center;
}

.wp-block-post-template>li.wp-block-post::before {
    content: "";
    position: absolute;
    top: -3.8rem;
    left: 50%;
    transform: translateX(-50%);
    width: 9rem;
    height: 7rem;
    background-image: url('assets/img/tape1.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    pointer-events: none;
    /* filter: drop-shadow(0 0.10rem 0.2rem rgba(0, 0, 0, 0.35)); */
}

.wp-block-post-template > li.wp-block-post:nth-child(2)::before,
.wp-block-post-template > li.wp-block-post:nth-child(4)::before,
.wp-block-post-template > li.wp-block-post:nth-child(6)::before
{
    transform: rotate(-15deg);
    left: 30%;
    top: -4.2rem;
}

.wp-block-post-template > li.wp-block-post:nth-child(3)::before,
.wp-block-post-template > li.wp-block-post:nth-child(5)::before
{
    left: 30%;
    transform: rotate(-6deg);
}

/* ========== SINGLE POST PAGE ========== */

body.single-post .entry-title {
    font-family: 'Caveat';
    font-size: 4rem;
    line-height: 1;
}

body.single-post .category-links a {
    color: var(--dark-pink);
}

body.single-post .entry-content-wrap {
    margin-top: 3rem;
    position: relative;
}

body.single-post .entry-content-wrap::before {
    content: '';
    position: absolute;
    top: -60px;
    left: -60px;
    width: 180px;
    height: 180px;
    background-image: url('assets/img/corner-tape.png');
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    transform: rotate(90deg);
    z-index: 3;
}

body.single-post .entry-content-wrap::after {
    content: '';
    position: absolute;
    top: -15px;
    right: -15px;
    width: 150px;
    height: 150px;
    background-image: url('assets/img/pink-tape.png');
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    transform: rotate(45deg);
    z-index: 3;
}

.comments-area .comments-title {
    display: none;
}

.comments-area .comment-body {
    border-bottom: 1px solid var(--dark-pink);
}


.comments-area .comment-reply-link {
    border-color: var(--dark-pink);
    background-color: var(--cream-bg);
    border-radius: 8px;
}

.comments-area .comment-reply-link:hover {
    text-decoration: underline;
    border-color: var(--dark-pink);
}

.comment-title {
    font-family: 'Palisade';
    font-size: 3.5rem;
    position: relative;
}

.comment-title::after {
    content: '';
    position: absolute;
    top: -15px;
    right: -140px;
    width: 100px;
    height: 100px;
    background-image: url('assets/img/teacup.png');
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(15deg);
}

.comment-subtitle {
    margin-top: 0;
    font-size: 1.5rem;
    font-weight: 500;
}

.logged-in-as {
    font-size: 1rem;
}

.comment-form-float-label label.float-label {
    font-size: 1rem;
}



label.float-label[for="author"], 
label.float-label[for="email"], 
label.float-label[for="url"] {
    font-size: 1rem;
}

p.comment-form-cookies-consent {
    font-size: 1.25rem;
}

.comment-form input#submit,
.comment-form input[type="submit"] {
    background-color: var(--dark-pink);
    border-color: var(--dark-pink);
    border-radius: 8px;
}

/* ========== ARCHIVE POSTS ========== */

#archive-container {
    max-width: 80vw;
    margin: auto;
}

body.archive .archive-title,
body.category .archive-title {
    font-weight: 500;
    font-size: 6rem;
    text-transform: lowercase;
    line-height: 1;
    color: var(--dark-text);
    margin-bottom: 2rem;
}

body.archive .entry-content-wrap,
body.category .entry-content-wrap {
    padding: 0.5rem;
}

body.archive #archive-container.grid-cols,
body.category #archive-container.grid-cols {
    gap: 3rem;
}

body.archive .entry.content-bg,
body.category .entry.content-bg {
    background: var(--cream-bg);
    border-radius: 8px;
    max-width: 20rem;
    min-width: 18rem;
    margin: 0 auto;
    box-shadow: 0 0.6rem 1.1rem rgba(0, 0, 0, 0.18),
        0 0.1rem 0.2rem rgba(0, 0, 0, 0.12);
    border: none;
}

body.archive .entry-title,
body.category .entry-title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -1px;
    color: var(--dark-text);
    margin: .5rem 0;
    min-height: 9rem;
    overflow: hidden;
}

body.archive .entry-title a,
body.category .entry-title a {
    color: inherit;
    text-decoration: none;
}

body.archive .entry-meta,
body.category .entry-meta {
    font-size: .65rem;
    color: var(--less-dark-text);
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

body.archive .entry-summary p,
body.category .entry-summary p {
    font-size: .85rem;
    color: var(--less-dark-text);
    line-height: 1.6;
    margin: 0;
}

body.archive .post-more-link,
body.category .post-more-link {
    display: none;
}

/* ========== SEARCH RESULTS POSTS ========== */

body.search #archive-container {
    max-width: 80vw;
    margin: auto;
}

body.search .search-title {
    /* font-weight: 500;
    font-size: 6rem; */
    text-transform: lowercase;
    line-height: 1;
    color: var(--dark-text);
    margin-bottom: 2rem;
}

body.search .entry-content-wrap {
    padding: 0.5rem;
}

body.search #archive-container.grid-cols {
    gap: 3rem;
}

body.search .entry.content-bg {
    background: var(--cream-bg);
    border-radius: 8px;
    max-width: 20rem;
    min-width: 18rem;
    margin: 0 auto;
    box-shadow: 0 0.6rem 1.1rem rgba(0, 0, 0, 0.18),
        0 0.1rem 0.2rem rgba(0, 0, 0, 0.12);
    border: none;
}

body.search .entry-title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -1px;
    color: var(--dark-text);
    margin: .5rem 0;
    min-height: 9rem;
    overflow: hidden;
}

body.search .entry-title a {
    color: inherit;
    text-decoration: none;
}

body.search .entry-meta {
    font-size: .65rem;
    color: var(--less-dark-text);
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

body.search .entry-summary p {
    font-size: .85rem;
    color: var(--less-dark-text);
    line-height: 1.6;
    margin: 0;
}

body.search .post-more-link {
    display: none;
}

/* ========== ABOUT PAGE ========== */

.about-bio-section .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bio-polaroid {
    position: relative;
    display: inline-block;
}

.bio-polaroid img {
    max-width: 25rem;
    height: auto;
    margin: auto;
    transform: rotate(-3deg);
    filter: drop-shadow(0 10px 14px rgba(0, 0, 0, 0.25));
}

.bio-polaroid::before {
    content: "";
    position: absolute;
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%) rotate(-8deg);
    width: 10rem;
    height: 8rem;
    background-image: url('assets/img/tape3.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 3;
    pointer-events: none;
}

/* ABOUT STICKERS */

#post-13 .entry-content-wrap {
    position: relative;
}

#post-13 .about-bio-section {
    position: relative;
}

#post-13 .sticker--disco-ball {
    position: absolute;
    top: 120px;
    left: 5%;
    width: 180px;
    height: 180px;
    background-image: url('assets/img/disco-ball.png');
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

/* #post-13 .sticker--exclamation {
    position: absolute;
    top: -30px;
    right: 15%;
    width: 60px;
    height: 60px;
    background-image: url('assets/img/exclamation.png');
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
} */

/* #post-13 .sticker--hearts {
    position: absolute;
    bottom: -40px;
    left: 110px;
    width: 140px;
    height: 140px;
    background-image: url('assets/img/hearts.png');
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
} */


/* #post-13 .sticker--denim-heart {
    position: absolute;
    top: 200px;
    right: 120px;
    width: 250px;
    height: 250px;
    background-image: url('assets/img/denim-heart.png');
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    transform: rotate(15deg);
} */

#post-13 .sticker--paper-plane {
    position: absolute;
    bottom: -80px;
    left: 120px;
    width: 160px;
    height: 160px;
    background-image: url('assets/img/paper-plane.png');
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

#post-13 .sticker--pink-arrows {
    position: absolute;
    bottom: 320px;
    right: -5%;
    width: 220px;
    height: 220px;
    background-image: url('assets/img/pink-arrows.png');
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    transform: rotate(25deg);
}

/* #post-13 .sticker--speaker {
    position: absolute;
    top: 250px;
    right: 15%;
    width: 180px;
    height: 180px;
    background-image: url('assets/img/speaker.png');
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
} */

/* FOOTER */
.site-middle-footer-inner-wrap {
    padding: 1rem 0 1rem 0;
}

.site-bottom-footer-inner-wrap {
    padding: 1rem 0 1rem 0;
}

.light-separator {
    border-color: var(--light-grey) !important;
    border-width: 1px;
    margin: 3px 0;
}


/* ==========================
   Mobile (max 768px)
   ========================== */
@media (max-width: 768px) {

    /* HEADER */

    /* HOME PAGE */

    body.home .entry-content {
        margin-top: 2.5rem;
    }

    .sticky-note {
        margin: -60px auto 0 !important;
        max-width: 18rem;
    }

    .blog-intro {
        max-width: 80vw;
        margin: auto;
        padding-top: 4rem !important;
    }

    .lets-talk {
        max-width: 100vw;
    }

    .wp-block-image:has(img.wp-image-169) {
        display: flex !important;
        justify-content: center !important;
        width: 100% !important;
    }

    figure.alignright:has(img.wp-image-169) {
        float: none !important;
        margin: 0 !important;
    }

    .newsletter-cloud {
        width: 120%;
        margin-left: -10%;
    }

    .subscribe-btn {
        padding: .25rem 0 .25rem 0;
    }

    .site-header {
        padding: 0;
        position: relative;
        overflow: visible;
    }

    .site-title {
        font-size: 3.5rem;
    }

    #primary-menu li a {
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: 0.9rem;
    }

    .site-header::before,
    .site-header::after {
        display: none;
    }

    .site-title::before,
    .site-title::after,
    .site-branding::before,
    .site-branding::after {
        width: 12px;
        height: 12px;
    }

    .site-title::before {
        top: -10px;
        left: -16px;
    }

    .site-title::after {
        top: -6px;
        right: -14px;
    }

    .site-branding::before {
        top: -16px;
        left: 4%;
    }

    .site-branding::after {
        top: -14px;
        right: 4%;
    }

    .blog-intro .wp-block-image.is-style-rounded img {
        max-width: 75%;
        height: auto;
        margin: 0 auto;
    }

    .doodle--xoxo {
        top: 18%;
        left: -4%;
        width: 120px;
        height: 120px;
    }

    .doodle--lips {
        top: 12px;
        left: 80%;
        width: 100px;
        height: 100px;
        z-index: 3;
    }

    .doodle--stars {
        top: 425px;
        left: 60%;
        width: 100px;
        height: 100px;
    }

    .doodle--bolt {
        bottom: 180px;
        left: 68%;
        width: 150px;
        height: 150px;
    }

    .swirly-arrow {
        display: none;
    }

    .doodle--tape3 {
        display: none;
    }

    /* BLOG PAGE */

    #post-15 .sticker--book {
        top: 180px;
        left: -35%;
        transform: rotate(35deg);
        height: 180px;
        width: 180px;
    }

    #post-15 .sticker--3-stars {
        top: 60px;
        right: -15%;
        height: 120px;
        width: 120px;
    }

    #post-15 .sticker--hearts {
        top: 1200px;
        left: -35%;
    }

    #post-15 .sticker--exclamation {
        bottom: -80px;
        right: -20%;
    }

    .blog-search {
        width: 120%;
        margin-left: -10%;
    }

    .categories-wrap {
        margin-bottom: 1rem!important;
    }

    .categories-list {
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }

    .newest-entries-wrap {
        gap: .5rem;
        margin-top: 2rem!important;
    }

    .hearts-wrap .wp-block-image,
    .hearts-wrap.wp-block-image {
        display: flex;
        justify-content: center;
    }

    .hearts-wrap .wp-block-image .alignright.size-medium,
    .hearts-wrap .wp-block-image .alignleft.size-medium,
    .hearts-wrap.wp-block-image .alignright.size-medium,
    .hearts-wrap.wp-block-image .alignleft.size-medium {
        float: none;
        margin: 0;
    }

    .post-diary-title {
        font-size: 1.75rem;
    }

    /* SINGLE POST PAGE */

    body.single-post .entry-title {
        font-size: 2.5rem;
    }

    .comment-form .comment-input-wrap p {
        margin-bottom: .5rem!important;
    }

    /* ABOUT PAGE */

    #post-13 .entry-content-wrap {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #post-13 .sticker--paper-plane {
        position: absolute;
        bottom: -40px;
        left: 220px;
        width: 120px;
        height: 120px;
    }

    #post-13 .sticker--pink-arrows {
        position: absolute;
        bottom: 760px;
        right: -5%;
        width: 180px;
        height: 180px;
        z-index: 2;
    }

    #post-13 .sticker--disco-ball {
        position: absolute;
        top: 390px;
        left: -20%;
        width: 160px;
        height: 160px;
        z-index: 5;
    }

}



/* ==========================
   Tablet and below (max 1024px)
   ========================== */
@media (min-width: 769px) and (max-width: 1024px) {

    /* HOME PAGE */

    #primary-menu {
        gap: 1.5rem;
    }

    .doodle--lips {
        top: 40px;
        left: 75%;
    }

    .doodle--stars {
        top: 500px;
        left: 22%;
        height: 110px;
        width: 110px;
    }

    .doodle--xoxo {
        top: 180px;
        left: 5%;
    }

    .doodle--bolt {
        bottom: 150px;
        left: 80%;
    }

    .doodle--tape3 {
        bottom: -120px;
        left: -80px;
    }

    .sticky-note {
        margin: -50px auto 0 !important;
    }

    .blog-intro {
        max-width: 80vw;
        margin: auto;
        padding-top: 4rem !important;
        align-items: center!important;
    }

    .lets-talk {
        max-width: 100vw;
    }

    .wp-block-image:has(img.wp-image-169) {
        display: flex !important;
        justify-content: center !important;
        width: 100% !important;
    }

    figure.alignright:has(img.wp-image-169) {
        float: none !important;
        margin: 0 !important;
    }

    .swirly-arrow {
        display: none;
    }

    .newsletter-cloud {
        width: 120%;
        margin-left: -10%;
    }

    .subscribe-btn {
        padding: .25rem 0 .25rem 0;
    }

    /* BLOG PAGE */

    #post-15.content-bg {
        max-width: 100vw;
    }

    #post-15 .entry-content-wrap {
        padding: 0;
    }

    .wp-block-post-template.is-layout-grid {
        gap: 2rem;
    }

    .blog-grid .wp-block-post {
        min-width: 14rem;
    }

    .post-diary-title {
        font-size: 1.5rem;
    }

    /* BLOG STICKERS */

    #post-15 .sticker--book {
        top: 20px;
        left: -5%;
        transform: rotate(35deg);
        height: 180px;
        width: 180px;
    }

    #post-15 .sticker--3-stars {
        top: 10px;
        right: 5%;
        height: 120px;
        width: 120px;
    }


    /* ABOUT PAGE */

    #post-13 .sticker--paper-plane {
        position: absolute;
        bottom: -40px;
        left: 100px;
        width: 120px;
        height: 120px;
    }

    #post-13 .sticker--pink-arrows {
        position: absolute;
        bottom: 450px;
        right: -5%;
        width: 220px;
        height: 220px;
        z-index: 2;
    }

    #post-13 .sticker--disco-ball {
        position: absolute;
        top: 240px;
        left: -5%;
        width: 200px;
        height: 200px;
        z-index: 5;
    }
}