/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.karacter-post-hero{
	min-height:auto;
	padding:70px 60px;
	margin-bottom:50px;
	background-color:#F8F6F4;
	border-radius:40px;
}
.karacter-post-hero .karacter-hero2__content{ width:100%; }
.has-fimage.karacter-post-hero .karacter-hero2__content{
    width: calc(50% + 50vw - 35vw);
    max-width: 100%;
}
/* Meta deasupra titlului: categorie, autor, data. */
.karacter-post-hero__meta{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:12px;
	margin-bottom:20px;
	font-size:14px;
	line-height:1.4;
	color:#6E7B6F;
}
.karacter-post-hero__cat a{
	display:inline-block;
	padding:5px 12px;
	border-radius:4px;
	background-color:#7CB342;
	color:#FFFFFF;
	font-size:12px;
	font-weight:600;
	letter-spacing:.04em;
	text-transform:uppercase;
	text-decoration:none;
}
.karacter-post-hero__cat a:hover,
.karacter-post-hero__cat a:focus{ color:#FFFFFF; opacity:.85; text-decoration:none; }
.karacter-post-hero__sep{ color:#C9C3B4; }


.karacter-has-post-hero > article.post-single-page > .wd-single-post-header > .wd-post-cat,
.karacter-has-post-hero > article.post-single-page > .wd-single-post-header > .wd-post-title,
.karacter-has-post-hero > article.post-single-page > .wd-single-post-header > .wd-post-meta{
	display:none !important;
}

.karacter-post-hero .karacter-hero2__title{
	max-width:100%;
	margin-bottom:22px;
	font-size:52px;
	font-weight:400;
	line-height:1.15;
	color:#2F5D45;
	font-family: Playfair;
}
.karacter-post-hero .karacter-hero2__desc{
	font-size:19px;
	line-height:1.6;
	color:#3C4A3F;
}
.karacter-post-hero .karacter-hero2__buttons{ margin-top:34px; gap:16px; }
.karacter-post-hero .karacter-hero2__btn{
	padding:16px 30px;
	font-size:17px;
	font-weight:600;
	border-radius:6px;
}
.karacter-post-hero .karacter-hero2__pills{ margin-top:40px; gap:12px; }
.karacter-post-hero .karacter-hero2__pill{
	padding:12px 22px;
	font-size:15px;
	font-weight:500;
	color:#2F5D45;
	background-color:transparent;
}
.blog-fimage{
    width: 30vw;
    height: 100%;
    right: 0px;
    background-size: cover !important;
    background-size: auto;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: right bottom;
    position: absolute;
    display: block;
    border-radius: 25px;
    height: 95%;
    top: 0;
    right: 25px;
    margin: auto;
}
@media (max-width:1024px){
	.karacter-post-hero{ padding:50px 40px; margin-bottom:40px; }
	.karacter-post-hero .karacter-hero2__title{ font-size:40px; }
	.karacter-post-hero .karacter-hero2__desc{ font-size:17px; }
	.has-fimage.karacter-post-hero{
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
	}
	.has-fimage .blog-fimage{
        position: static;
        height: 380px;
        width: 100%;
	}
	.has-fimage.karacter-post-hero .karacter-hero2__content{
	    width:100%;
	}
	.has-fimage.karacter-post-hero::after,
	.has-fimage.karacter-post-hero::before{
	    display:None;
	}
}
@media (max-width:767px){
	.karacter-post-hero{ padding:34px 22px; margin-bottom:30px; border-radius:24px; }
	.karacter-post-hero .karacter-hero2__title{ font-size:30px; }
	.karacter-post-hero .karacter-hero2__desc{ font-size:16px; }
	.karacter-post-hero .karacter-hero2__pills{ margin-top:28px; }
	.has-fimage .blog-fimage{
	    height:340px;
	}
}