
a:not(.hfe-read-more){
    font-family:inherit !important;
    font-size:inherit !important;
}
.home .elementor:has(>.sticky-header) {
    position: relative;
}
 .home .sticky-header{
    position:absolute;
    top:0;
}
.hero-section:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: clamp(150px, 18.5vw, 300px);
    height: clamp(150px, 18.5vw, 300px);
    background: url(https://treebleibe.com/wp-content/uploads/2026/07/bottomleaves.webp) no-repeat right bottom;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
    transform: scaleY(-1) rotate(49deg);
    right: -34px;
    opacity: 0.5;
}

.customgallery-wraper figure.gallery-item img {
    aspect-ratio: 1/1.5;
    object-fit: cover;
    object-position: top center;
    height: 100%;
    width: 100%;
}
/* contact-form */
.form-div >div {
    backdrop-filter: blur(2px);
}
.form-div .contact-form .grunion-field-wrap :is(input,textarea),.addpost-form :is(input,textarea){
    background:transparent;
    border-color:#F0E9DB;
    margin:8px 0px 0px;
    border-radius:0px;
    color:#F0E9DB;
}
.form-div .contact-form .grunion-field-wrap :is(input,textarea):focus-visible, .addpost-form :is(input,textarea):focus-visible{
    border-color: #CC9966;
    outline:none;
}
.form-div .contact-form button.pushbutton-wide,.addpost-form button[type="submit"]{
    margin-top:24px;
    background: #CC9966;
    padding: 12px 20px;
    width: fit-content;
    min-width: 160px;
    color: #F0E9DB;
    border-radius:0px;
    transition:transform 0.3s; 
    border-color:#F0E9DB;
}
.form-div .contact-form button.pushbutton-wide:hover{
    background:#0000006b;
    transform:scale(1.1);
    border-color:#00000099;
}
.addpost-form button[type="submit"]:hover{
	transform:scale(1.1);
	 background:#000000;
	border-color:#000000;
}
.contact-form .has-errors {
    background: #d4cbc0;
}

/* shop-listing */

.listing-shop  .fu_etsy_results_container {
    background: transparent !important;
}
.listing-shop .fu_etsy_results_row{
    border:none;
    
}
.listing-shop .fu_etsy_listing_frame {
    color: inherit;
    background: inherit;
}
.listing-shop .fu_etsy_listing_item {
       background: var(--e-global-color-784bd07);
    padding: 20px 16px;
    display: flex;
    margin-bottom: 4px;
    flex-direction: column;
}
.listing-shop .fu_etsy_listing_img, .listing-shop .fu_etsy_listing_img :is(a,img) {
    width: 100% !important;
}

.listing-shop h6.fu_etsy_title {
    font-family: "Cormorant Garamond", Sans-serif;
    font-weight: 500;
    font-size: clamp(16px, 1.3vw,24px);
    line-height:1;
}
.listing-shop h6.fu_etsy_title a {
    color: #CC9966;
    -webkit-line-clamp: 2;
}

.listing-shop .fu_etsy_visitlink {
    background-color: #CC9966;
    font-weight: 400;
    color: #DAD8C8;
    transition-duration: 0.3s;
    border-radius: 0px 0px 0px 0px;
   padding: 14px 7% 14px 7%;
    text-align: center;
    width: fit-content;
    margin-top: 18px;
    border: 1px solid #CC9966;
    cursor: pointer;
    font-size: 12px;
    line-height: 1;
}
.listing-shop .fu_etsy_visitlink:hover{
    background:#000;
}
.listing-shop .fu_etsy_listing_img a:hover img {transform: scale(1.1);}

.listing-shop .fu_etsy_listing_img a {
    overflow: hidden;
}

.listing-shop .fu_etsy_listing_img a img {
    transition: 0.3s;
}

.listing-shop .fu_etsy_listing_content_centre {
    position: relative;
}

@media only screen and (min-width: 1025px){

.sticky-header .current-menu-item{
    position: relative;
}

.sticky-header nav ul > li.current-menu-parent::before,
.sticky-header nav ul > li.current-menu-parent::after,
.sticky-header nav ul > li.current-menu-ancestor::before,
.sticky-header nav ul > li.current-menu-ancestor::after,
.sticky-header nav ul > li.current_page_item::before,
.sticky-header nav ul > li.current_page_item::after {
    content: "";
    position: absolute;
    left: 0;
      top:-7px;
    width: 100%;
    height: 15px;
    opacity: 1;
        background-image:url('https://treebleibe.com/wp-content/uploads/2026/07/activemenu.png');
    background-position:center;
    background-size:contain;
    background-repeat: no-repeat;
}

.sticky-header nav ul > li.current-menu-parent::after,
.sticky-header nav ul > li.current-menu-ancestor::after,
.sticky-header nav ul > li.current_page_item::after {
   bottom: 0px;
     top:auto;
    background-image:url('https://treebleibe.com/wp-content/uploads/2026/07/border-bottm.png');
}

.sticky-header .hfe-nav-menu .sub-menu li.current-menu-item::before,
.sticky-header .hfe-nav-menu .sub-menu li.current-menu-item::after,
.sticky-header .hfe-nav-menu .sub-menu li.current_page_item::before,
.sticky-header .hfe-nav-menu .sub-menu li.current_page_item::after {
    content: none ;
}

.sticky-header .hfe-nav-menu .sub-menu li::before,
.sticky-header .hfe-nav-menu .sub-menu li::after {
    display: none;
}
    .listing-shop h6.fu_etsy_title {
    min-height: 44px;
}
}

body.error404,.single-post,.page-id-11889,body:not(.home) header#masthead {
    background-color: var( --e-global-color-cc42b51 );
}
.single-post{
    color:#DAD8C8;
}
body.error404 main#content:before {
    content: "";
    background: url(https://treebleibe.com/wp-content/uploads/2026/07/404pagenew.png);
    width: 100%;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 560px;
}

body.error404 .page-content {
    text-align:center;
    color:#F0E9DB;
    padding:40px 0px 40px;

}

body.error404 main#content {
    max-width:100%;
    background:var( --e-global-color-784bd07 );
}
.blog-background {
    position: absolute;
    top: 0;
    width: 100%;
    display: block;
    z-index: 0;
}
.blog-background img{
    width:100%;
    height:450px;
    object-fit:cover;
}
.blog-background:after{
    content:"";
    background: linear-gradient(0deg, #00000073, #00000073);
    height:100%;
    width:100%;
    position:absolute;
    z-index:1111;
    top:0;
}
.elementor-shortcode:has(>img) {
    display: flex;
}
img.attachment-thumbnail.size-thumbnail.wp-post-image {
    max-height: 380px;
    object-fit: cover;
}
.single-post .sharedaddy,section#comments >* {
    max-width: 1024px;
    margin: 24px auto !important ;
    text-align: center;
	  padding-inline: 10px !important;
}

.single-post iframe.post-likes-widget.jetpack-likes-widget {
    max-width: 200px;
    margin: 0 auto;
}
.single-post div.sharedaddy h3.sd-title:before{
    display:none;
}
li.hfe-breadcrumbs-item:not(.hfe-breadcrumbs-first,.hfe-breadcrumbs-last),li.hfe-breadcrumbs-item:not(.hfe-breadcrumbs-first,.hfe-breadcrumbs-last) + .hfe-breadcrumbs-separator {
    display:none;
}
.addpost-form label:before,span.submit-icon:before,.contact-form label:before,.contact-form .pushbutton-wide:before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    margin-right:6px;
    color:#DAD8C8;
}
.addpost-form label:has(+ input[name="post_title"]):before,label.name:before {
    content:"\f303";
    
}
.addpost-form label:has(+ input[name="post_authorName"]):before{
    content:"\f007";
}
.addpost-form label:has(+ input[name="featured_image"]):before{
    content:"\f03e";
}
span.submit-icon:before,.contact-form .pushbutton-wide:before{
	content:"\f299";
		 font-family: "Font Awesome 5 Brands";
}
.addpost-form input[type="file"] {
    display: block;
}

.addpost-form label:has( + input[name="post_authorEmail"]):before,label.email:before{
content:"\f0e0";
}
.addpost-form label:has( + textarea[name="post_shortContent"]):before{
content:"\f18c";
	font-family: "Font Awesome 5 Brands";
}
.addpost-form label:has( + textarea[name="post_content"]):before,.contact-form .textarea:before{
content:"\f1bb";
	 
}
.contact-form label.url:before {
    content: "\f7a2";
}




.addpost-form label{
    margin-bottom:8px;
}
.addpost-form input[type="file"]{
    width: 100%;
    padding: 5px;
    background:#2b1b1e;
    border: 1px dashed #DAD8C8;
    border-radius:0px;
    color: #DAD8C8;
    cursor:pointer;
    font-size:14px;
    transition:.3s;
}

.addpost-form input[type="file"]:hover{
    border-color:#c89b5d;
    background:#000;
}

.addpost-form input[type="file"]::file-selector-button{
    background:#3a2628;
    color:#d4ab67;
    border:none;
    border-radius:30px;
    padding:8px 22px;
    margin-right:15px;
    font-size:12px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.addpost-form input[type="file"]::file-selector-button:hover{
    background:#c89b5d;
    color:#000;
}
.colwrap {
    display: flex;
    gap: 8px 24px;
    margin-block: 10px;
    align-items: end;
}
.colwrap p{
	flex:1;
}
.social-hide .sharedaddy {
	display:none;
}

.social-hide .wp-block-audio:before {
    content: "\f001";
    height: 50px;
    width: 50px;
    border: 1px solid #CC9966;
    display: inline-block;
    font-family: "Font Awesome 5 free";
    font-weight: 600;
    color: #CC9966;
    align-content: center;
    text-align: center;
    border-radius: 50px;
    flex:0 0 50px;
}
.social-hide .wp-block-audio{
    display:flex;
    gap:10px;
    align-items: center;
    margin-top: 24px !important;
}


.blog-background img{
	max-height:100% !important;
}

.single-post  .post-wraper .wp-post-image {
    object-fit: contain !important;
	max-height:30rem;
}
#reply-title,.title-comments {
    font-family: "Cormorant Garamond", Sans-serif;
    color: #CC9966;
}
body.single-post .elementor-element .post-wraper {
    border-color: #CC9966;
}
img#preview_image {
    object-fit: contain;
    width: 200px;
	max-height:200px;
	    margin-top: 12px;

}
section#comments {
    padding:50px 0px;
    position: relative;
    background: #210f17;

}

section#comments:before, section#comments:after {
    content: "";
    background-image: url("https://treebleibe.com/wp-content/uploads/2026/07/bottomchangesec2.png");
    width: 100%;
    display: block;
    height: 41px;
    position: absolute;
    top: -41px;
   background-size: cover;
	z-index:111;
	background-repeat:no-repeat;
}
section#comments:after{
	    top: auto;
	bottom:-40px;
}
#comments .comment-list {
    text-align: left;
}

#comments .comment .comment-body, #comments .pingback .comment-body{
	border-color:#CC9966;
}
form#commentform {
    background: #DAD8C8;
	    padding: 14px;
}

@media only screen and (max-width: 1024px){
   .sticky-header nav.hfe-nav-menu__layout-horizontal {
    overflow-x: hidden;
} 
    header .current-menu-item::before,
    header .current-menu-item::after{
        display:none;
    }
        .sticky-header nav ul {
    backdrop-filter: blur(6px);
}
    .sticky-header{
         background: #000000f2;
    }

.text-left .elementor-button-text{
    text-align:left;
}
}

@media screen and (max-width: 500px) {
    .listing-shop h6.fu_etsy_title{
        font-size:24px;
    }
	
	.colwrap{
		flex-direction:column;
	}
	.colwrap p{
		flex:0 0 100%;
	}
	.social-hide .wp-block-audio{
	flex-wrap:wrap;
}
    
}