/*
Theme Name:   Kadence Child
Theme URI:    https://www.kadencewp.com/
Description:  Kadence Child Theme
Author:       Your Name
Author URI:   https://yourwebsite.com/
Template:     kadence
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  kadence-child
*/

/* Add your custom CSS below this line */



@font-face {
    font-family: 'Sundays';
    src: url('/wp-content/fonts/SundaysRegular.woff2') format('woff2'),
        url('/wp-content/fonts/SundaysRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aurelly Signature';
    src: url('/wp-content/fonts/AurellySignature.woff2') format('woff2'),
        url('/wp-content/fonts/AurellySignature.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 !important;
}

.collab-btn:hover {
    color: #e5e5e5 !important;
}

.sundays {
    font-family: 'Sundays' !important;
}

.aurelly {
    font-family: 'Aurelly Signature' !important;
}

.wp-block-kadence-image {
    margin-bottom: 0 !important;
}

.low-opacity img {
    opacity: 1;
}

.low-opacity img:hover {
    opacity: 0.4;
    /* Hidden by default */
    transition: opacity .8s ease-in-out;
}

.newsletter2 input {
    text-align: center;
}

.popup-newsletter .kt-btn-inner-text {
    font-size: 0 !important;
}

.popup-newsletter .kt-btn-inner-text:after {
    color: #fff;
    content: 'SIGN UP';
    font-size: 20px;
    letter-spacing: 1.4000000000000004px;
    font-family: 'Sundays';
    font-weight: 400;
    line-height: 1.2;
}

/*==================================================header & footer*/
.site__logo {
    line-height: 1;
    font-size: 50px;
    text-align: left;
    font-weight: 400;
    font-style: normal;
}

.header-navigation li {
    text-transform: uppercase;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-size: 16px;
    text-align: right;
    font-weight: 400;
}

#masthead .site-main-header-inner-wrap {
    min-height: max-content;
}

#masthead .search-toggle-open {
    flex-direction: row-reverse;
}

.search-toggle-open .search-toggle-label {
    text-transform: uppercase;
    font-size: 14px;
    text-align: right;
    line-height: 1.8;
    letter-spacing: 0.1em;
    padding-left: 30px;
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
}

.site-footer-row-container-inner .site-container {
    padding: 0;
}

#footer-two .widget_nav_menu .collapse-sub-navigation #menu-nav_menu-1 {
    display: flex;
    flex-direction: row;
    max-width: 1200px;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 auto;
}

#footer-two .widget.widget_nav_menu {
    width: 100%;
    background-color: #cfd0cb;
}

#footer-two .widget_nav_menu .collapse-sub-navigation #menu-nav_menu-1 li a {
    border: none;
    text-transform: uppercase;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-size: 14px;
    font-weight: 700;
    padding-top: .9em;
    padding-bottom: .9em;
}

#footer-two .wp-block-image img {
    height: 140px;
    object-fit: contain;
}

.site-bottom-footer-wrap .footer-html-inner p {
    text-transform: uppercase;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
}

#colophon .site-bottom-footer-inner-wrap {
    padding-top: 15px;
}

#colophon .wp-block-social-links {
    padding-top: 15px;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram,
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest,
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook {
    background-color: transparent;
    color: #000;
}

.footer__grid {
    max-width: 1152px;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fit, 184px);
    padding-inline-end: 20px;
    padding-inline-start: 20px;
}

.footer__grid .wp-block-kadence-image:not(:last-child) {
    margin-bottom: 0;
}

header .kadence-search-svg {
    display: none;
}

header span.kadence-svg-iconset {
    position: relative;
}

header span.kadence-svg-iconset:before {
    content: '';
    display: inline-block;
    background-image: url('https://thesassybarncom.bigscoots-staging.com/wp-content/uploads/2026/02/Vector-23.png');
    width: 20px;
    height: 20px;
    background-size: 100%;
    background-repeat: no-repeat;
}

/*================================================== end header & footer*/

/*=====================home banner*/

.hero_block.kb-row-layout-id17_60251b-e4>.kt-row-layout-overlay {
    opacity: 0.2;
}

.hero_block .kt-adv-heading17_e71385-7e {
    position: relative;
    text-transform: uppercase;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-size: 18px;
    font-weight: 700;
}

.hero_block .kt-adv-heading17_e71385-7e:before {
    position: absolute;
    content: '';
    width: 120%;
    height: 50px;
    background-color: #cfd0cb;
    left: 0;
    top: 50%;
    transform: scale(1, 1) translate(-65%, -50%);
    z-index: -1;
    overflow: hidden;
    border-radius: 0px 140px 140px 0px;

}

.hero_block .kt-adv-heading17_dcee68-58,
.hero_block .kt-adv-heading17_5e3190-d0 {
    font-family: 'Sundays';
}

.margin-minus {
    margin-top: -20px !important;
}

.blog-post-sec .category-links {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    font-family: Lato;
    text-transform: uppercase;
    letter-spacing: 0.1em;

}

.blog-post-sec .entry-taxonomies {
    border-bottom: 1px solid #cfd0cb;
    padding-bottom: 10px;
}

.blog-post-sec .entry-title {
    font-size: var(--global-kb-font-size-md, 1.25rem);
    font-weight: 400;
    letter-spacing: 0px;
    font-family: 'Sundays' !important;
    padding-top: 8px;
}


.scucribe-form-conact input {
    text-align: center;
}

/*contact page*/

.wp-block-kadence-advanced-form229-cpt-id input,
.wp-block-kadence-advanced-form229-cpt-id textarea {
    border-bottom: 1px solid #000 !important;
    padding-bottom: 0 !important;
}

.submittosubscribe {
    font-size: 0 !important;
    border-radius: 0 !important;
    flex-grow: 1;
}

.submittosubscribe:hover {
    background-color: #000 !important;
}

.submittosubscribe::after {
    content: 'SUBSCRIBE';
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 2px;
}

.scucribe-form-conact {
    max-width: 720px;
    width: 100%;
}

.scucribe-form-conact input::placeholder {
    text-align: center;

}

.sub-button-wrap {
    width: max-content;
}

/*.scucribe-form-conact input{
    min-width: 240px;
}*/


/*==================blog page*/

.blog-search .kb-search-input-wrapper .kb-search-icon-submit {
    left: -45px;
    top: 70%;
    right: unset;
}

/*coupon page*/
.coupon-page-sec .wp-block-post-title,
.coupon-page-sec .wp-block-post-excerpt p,
.coupon-page-sec .wp-block-post-excerpt+p {
    text-align: center;
}

.coupon-page-sec .wp-block-post-featured-image img {
    aspect-ratio: 1/1;
}

.coupon-page-sec .wp-block-post-featured-image {
    margin-bottom: 1rem;
}

.coupon-page-sec .wp-block-post-title {
    color: rgba(25, 25, 26, 1);
    line-height: 1.2;
    letter-spacing: 0em;
    font-size: 34px;
    font-weight: 400;
    margin-bottom: .7rem !important;
}

.coupon-page-sec .wp-block-post-excerpt p {
    color: rgba(25, 25, 26, 1);
    line-height: 1.8;
    letter-spacing: 0em;
    font-size: 16px;
    font-weight: 400;
}

.coupon-page-sec .wp-block-post-excerpt {
    margin-bottom: 1.5rem;
}

.coupon-page-sec .shop-now-btn {
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    background-color: rgba(116, 116, 116, 1);
    padding: 12px 40px;
}


.type-post .category-links {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

#reply-title,
#related-posts-title,
.type-post .entry-title {
    font-family: 'Sundays';
    color: rgba(25, 25, 26, 1);
    line-height: 1.2;
    letter-spacing: 0em;
    font-weight: 400;
}

#commentform .submit {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.2em;
    font-weight: 700;
    text-transform: uppercase;
}

#related-posts-title {
    font-size: 34px;
    margin-bottom: 1rem !important;
}

.post-navigation-sub small {
    font-weight: 400 !important;
    letter-spacing: .1em !important;
}


.blog-grid-new {
    max-width: 1200px;
    margin: 0 auto !important;
    gap: 2.5rem;
}

.blog-grid-new .wp-block-post-title a {
    font-size: var(--global-kb-font-size-md, 1.25rem);
    line-height: 1.2;
    letter-spacing: 0em;
    font-weight: 400;
}

.blog-grid-new .wp-block-post-terms a {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-decoration: none;
    font-weight: bold;
}

.blog-grid-new .wp-block-separator {
    border-top: 1px solid !important;
}

.main-blog-page-grid .wp-block-query-pagination {
    padding: 35px;
    gap: 0;
}

.main-blog-page-grid .wp-block-query-pagination-next,
.main-blog-page-grid .wp-block-query-pagination-previous {
    font-size: 0;
    text-decoration: none;
    position: relative;
    padding: 5px 15px;
}

.main-blog-page-grid .wp-block-query-pagination-next:before,
.main-blog-page-grid .wp-block-query-pagination-previous:before {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 17px;
    text-align: right;
    font-family: 'Lato';
    font-weight: 700;
    color: rgba(25, 25, 26, 1);
}

.main-blog-page-grid .wp-block-query-pagination-next:before {
    content: 'Newer posts';
}

.main-blog-page-grid .wp-block-query-pagination-previous:before {
    content: 'Older posts';
}

.main-blog-page-grid .wp-block-query-pagination-previous {
    border-right: 1px solid;
}



/*===================================favroute page*/

.favrite-grid .wp-block-post-featured-image {
    margin-bottom: 0;
}

.favrite-grid .wp-block-post-title {
    padding: 10px 14px 10px 14px;
    border-width: 0px;
    border-color: rgba(0, 0, 0, 1);
    background-color: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1.8;
    text-align: center;
    transition-duration: 0.5s;
}

.favrite-grid .wp-block-post-featured-image~p a:hover {
    background-color: rgba(207, 208, 203, 1);
}



.favrite-grid .wp-block-post-featured-image~p a:hover {
    color: #000;
}

.favrite-grid .wp-block-post-featured-image~p {
    text-align: center;
}

.favrite-grid .wp-block-post-featured-image~p a {
    padding: 10px 14px 10px 14px;
    border-width: 0px;
    border-color: rgba(0, 0, 0, 1);
    background-color: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1.8;
    text-align: center;
    transition-duration: 0.5s;
    display: block;
    width: 100%;
    text-decoration: none;
}

/*=======================================colabrator page*/
@media (min-width: 1025px) {
    .main-grid-cont .kt-row-column-wrap.kt-has-6-columns {
        display: grid;
        grid-template-columns: repeat(5, 1fr) !important;
        grid-template-rows: repeat(3, 1fr) !important;
        gap: 12px;
    }

    .no-one {
        grid-row: span 2 / span 2;
    }

    .no-two {
        grid-column-start: 1;
        grid-row-start: 3;
    }

    .no-three {
        grid-column: span 2 / span 2;
        grid-column-start: 2;
        grid-row-start: 1;
    }

    .no-four {
        grid-column: span 2 / span 2;
        grid-column-start: 2;
        grid-row-start: 2;
    }

    .no-five {
        grid-column: span 2 / span 2;
        grid-column-start: 2;
        grid-row-start: 3;
    }

    .no-six {
        grid-column: span 2 / span 2;
        grid-row: span 3 / span 3;
        grid-column-start: 4;
        grid-row-start: 1;
    }
}

@media (max-width: 1024px) and (min-width: 921px) {
    .main-grid-cont .kt-row-column-wrap.kt-has-6-columns {
        display: grid;
        grid-template-columns: 1fr 2fr 1.2fr;
        grid-template-rows: repeat(3, 1fr);
        gap: 12px;
        grid-auto-flow: row;
    }

    .no-one {
        grid-column: 1;
        grid-row: 1 / span 2;
    }

    .no-two {
        grid-column: 1;
        grid-row: 3;
    }

    .no-three {
        grid-column: 2;
        grid-row: 1;
    }

    .no-four {
        grid-column: 2;
        grid-row: 2;
    }

    .no-five {
        grid-column: 2;
        grid-row: 3;
    }

    .no-six {
        grid-column: 3;
        grid-row: 1 / span 3;
    }
}





.no-one svg,
.no-six svg {
    width: 53px;
    height: 53px;
}

.collab-form .kb-advanced-form {
    gap: 1rem !important;
}

.collab-form .kb-advanced-form input,
.collab-form .kb-advanced-form textarea {
    text-align: center;
}

.collab-form .kt-btn-inner-text {
    font-size: 0;
    position: relative;
}

.collab-form .kt-btn-inner-text:after {
    content: 'Send Form';
    color: #000;
    display: inline-block;
    font-size: var(--global-kb-font-size-lg, 2rem);
    font-family: 'Sundays' !important;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
}

/*=======================================blog inner page*/



.post-header .post-category-links,
.post-header .post-date {
    color: rgba(25, 25, 26, 1);
    text-transform: uppercase;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

.post-header .post-title {
    color: rgba(25, 25, 26, 1);
    line-height: 1.2;
    letter-spacing: 0em;
    font-size: clamp(28px, calc(28px + 22 * ((100vw - 320px) / 1600)), 50px);
    font-weight: 400;
    font-family: 'Sundays';
}

/*===================================about page*/

.paddng-secc .kt-inside-inner-col {
    padding: 50px 30px 50px 40px !important;
}

@media (min-width: 2040px) {
    .hero_block .kt-adv-heading17_e71385-7e:before {
        width: 43vw;
    }
}

@media (min-width: 1024px) {
    #footer-two .wp-block-image img {
        height: 176px;
        object-fit: contain;
    }

}

@media (max-width: 1024px) {
    .paddng-secc .kt-inside-inner-col {
        padding: 30px 30px 30px 30px !important;
    }
}

@media (max-width: 1100px) {
    .favrite-grid .wp-block-post-featured-image {
        width: 100% !important;
        height: 100% !important;
        aspect-ratio: 1/1 !important;
    }

    .hero_block .kt-adv-heading17_e71385-7e:before {
        width: 130%;
    }
}


@media (max-width: 920px) {
    .hero_block .kt-adv-heading17_e71385-7e:before {
        transform: scale(1, 1) translate(-45%, -50%);
    }

    .coupon-page-sec .wp-block-post-title {
        font-size: 25px;
    }

    .coupon-page-sec .shop-now-btn {
        font-size: 16px;
        padding: 10px 30px;
    }



}

@media (max-width: 920px) and (min-width: 767px) {
    .main-grid-cont .kt-row-column-wrap.kt-has-6-columns {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-auto-flow: row;
        gap: 12px;
    }

    .no-one {
        grid-column: span 2 / span 2;
        grid-row: span 2 / span 2;
    }

    .no-two {
        grid-column: span 2 / span 2;
        grid-column-start: 1;
        grid-row-start: 3;
    }

    .no-three {
        grid-column: span 3 / span 3;
        grid-column-start: 3;
        grid-row-start: 1;
    }

    .no-four {
        grid-column: span 3 / span 3;
        grid-column-start: 3;
        grid-row-start: 2;
    }

    .no-five {
        grid-column: span 3 / span 3;
        grid-column-start: 3;
        grid-row-start: 3;
    }

    .no-six {
        grid-column: span 5 / span 5;
        grid-row: span 2 / span 2;
        grid-row-start: 5;
    }
}

@media (max-width: 767px) {
    .main-blog-page-grid .wp-block-query-pagination-previous {
        border-right: unset;
        border-bottom: 1px solid;
    }

    #footer-two .widget_nav_menu .collapse-sub-navigation #menu-nav_menu-1 {
        flex-direction: column;
    }

    .site-footer .footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sub-button-wrap {
        width: 100%;
    }

    .paddng-secc .kt-inside-inner-col {
        padding: 30px 20px !important;
    }

    .main-grid-cont .kt-row-column-wrap.kt-has-6-columns {
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-flow: row;
        gap: 12px;
    }

    .inner-column-2 .kt-inside-inner-col {
        align-items: flex-end !important;
    }

    .inner-column-2 .wp-block-image {
        position: absolute;
        right: 0;
        bottom: -15px;
    }

    .inner-column-2 .wp-block-kadence-advancedgallery {
        max-width: 85%;
    }

    .inner-column-2 .kt-inside-inner-col {
        justify-content: flex-start !important;
    }

    .hero_block .kt-adv-heading17_e71385-7e:before {
        width: 100%;
    }
}

/*=============================================blog archive page*/
.archive .post-archive-hero-section{
        background-color: #636363;
        padding: 3rem 0;
}
.archive .post-archive-hero-section .entry-hero-container-inner{
    background-color: #636363;
}
.archive .post-archive-hero-section .archive-title{
    text-align: center;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: 'Sundays';
    color: #fff;
}

.archive .entry-title{
    font-size: 20px;
    border-top: 1px solid #cfd0cb;
    padding-top: 8px;
}
.archive .pagination .nav-links{
    display: flex;
}

/* ==========================
   SINGLE BLOG POST LAYOUT
   ========================== */

/* Post Header Section - Full Width */
.post-header {
    background: #cfd0cb;
    padding: 60px 20px;
    text-align: left;
    margin-bottom: 0;

}

.comment-navigation .nav-previous:after,
.post-navigation .nav-previous:after {
    display: none;
}

.post-headwrap {
    max-width: 1152px;
    margin: 0 auto;
}

/* Content + Sidebar Container */
.content-sidebar-wrapper {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 60px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 20px;
}

.blog-single-content {
    max-width: 100%;
}

.post-category-links {
    font-size: 11px;
    letter-spacing: 2px;
    color: #2c2c2c;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.post-category-links a {
    color: #2c2c2c;
    text-decoration: none;
}

.post-title {
    font-family: 'Cormorant Garamond', 'Georgia', serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #2c2c2c;
}

.post-date {
    font-size: 12px;
    letter-spacing: 1.5px;
    color: #666;
    font-weight: 500;
    text-transform: uppercase;
}

/* Post Content */
.post-content-wrapper {
    background: white;
    padding: 0;
}

.post-content {
    font-family: 'Lato', 'Arial', sans-serif;
    font-size: 16px;
    line-height: 1.9;
    color: #2c2c2c;
    margin-bottom: 50px;
}

.post-content p {
    margin-bottom: 25px;
}

.post-content h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 36px;
    font-weight: 400;
    margin: 40px 0 20px;
}

.post-content h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    font-weight: 400;
    margin: 30px 0 15px;
}

.post-content img {
    max-width: 100%;
    height: auto;
    margin: 30px 0;
}

/* Post Navigation - Full Width */
.post-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 40px 80px;
    background: #ecebe8;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    margin: 0 !important;
}

.nav-previous a,
.nav-next a {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #2c2c2c;
    text-decoration: none;
    transition: color 0.3s;
    text-transform: uppercase;
}

.nav-previous a:hover,
.nav-next a:hover {
    color: #666;
}

.nav-divider {
    color: #2c2c2c;
    font-weight: 300;
}

/* Comments Section - Full Width */
.comments-section {
    background: #e8e4df;
    padding: 50px 80px;
    text-align: center;
    width: 100%;

}

.comments-section-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.comments-title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: #2c2c2c;
    text-transform: uppercase;
}

.comments-subtitle,
.comments-form-text {
    font-size: 14px;
    color: #666;
    margin: 10px 0;
}

/* Newsletter Section - Full Width */
.newsletter-section {
    background: #cfd0cb;
    padding: 60px 40px;
    text-align: center;
    margin-top: 0;
    width: 100%;
}

.newsletter-title {
    font-family: 'Sundays';
    font-size: 28px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 15px !important;
    color: #2c2c2c;
}

.newsletter-form {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.newsletter-input {
    padding: 15px 20px;
    border: 1px solid #999;
    background: white;
    font-size: 14px;
    width: 200px;
    text-align: center;
}

.newsletter-input::placeholder {
    color: #666;
}

.newsletter-submit {
    padding: 15px 35px;
    background: #2c2c2c;
    color: white;
    border: none;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1.5px;
    cursor: pointer;
    transition: background 0.3s;
    text-transform: uppercase;
}

.newsletter-submit:hover {
    background: #000;
    color: #fff;
}

/* ==========================
   SIDEBAR
   ========================== */
   #block-16 .wp-block-term-template{
    margin: 0;
   }

.blog-sidebar {
    /*position: sticky;
    top: 100px;
    height: fit-content;*/
}

/* About Section */
.sidebar-about {
    margin-bottom: 50px;
    text-align: center;
}

.blog-sidebar .wp-block-heading{
    font-family: 'Aurelly Signature';
    font-size: 65px!important;
    font-weight: 400;
    margin-bottom: 30px;
    color: #2c2c2c;
}

.blog-sidebar .wp-block-image {
    margin-bottom: 25px;
    overflow: hidden;
}

.blog-sidebar .wp-block-image img {
    width: 100%;
    height: auto;
    display: block;
}

.blog-sidebar .widget_block.widget_text {
    font-size: 14px;
    line-height: 1.7;
    color: #2c2c2c;
    text-align: center;
}

.blog-sidebar .widget_block.widget_text p {
    margin-bottom: 15px;
}

/* Categories Section */
.sidebar-categories {
    background: transparent;
    padding: 0;
    text-align: center;
}

#block-14 .wp-block-heading {
    font-family: 'Sundays'!important;
    font-size: 32px!important;
    font-weight: 400;
    margin-bottom: 10px !important;
    color: #2c2c2c;
}

#block-16 .wp-block-term-template  {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#block-16 .taxonomy-category a {
    display: block;
    background: #2c2c2c;
    color: white;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    transition: background 0.3s;
    text-transform: uppercase;
    border: 1px solid #2c2c2c;
    text-decoration: none;
}
#block-16 .taxonomy-category p{
    background: transparent;
    padding: 0;
    margin: 0;

}

#block-16 .taxonomy-category a:hover {
    background: #fff;
    color: #2c2c2c;
}

/* ==========================
   RESPONSIVE
   ========================== */

@media (max-width: 1024px) {
    .content-sidebar-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .blog-sidebar {
        position: static;
        max-width: 600px;
        margin: 0 auto;
    }

    .post-header,
    .post-navigation,
    .comments-section {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 768px) {
    .post-title {
        font-size: 36px;
    }

    .newsletter-title {
        font-size: 24px;
    }

    .newsletter-form {
        flex-direction: column;
        align-items: center;
    }

    .newsletter-input {
        width: 100%;
        max-width: 300px;
    }

    .post-navigation {
        flex-direction: column;
        gap: 10px;
    }

    .nav-divider {
        display: none;
    }

    .post-header,
    .post-navigation,
    .comments-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .alignfull, .alignwide, .entry-content .alignwide, .entry-content .alignfull{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    #block-14, #block-16{
        display: none;
    }
}