.post-meta>div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.rt-wrapper {
    display: Flex;
    gap: 5px;
    align-items: center;
}

.rt-wrapper {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    color: var(--laser);
    line-height: 1;
}

.rt-wrapper img {
    margin-right: 3px;
    margin-bottom: -1px;
}

.wp-block-post-terms a {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    color: var(--laser) !important;
    text-decoration: none;
}


h1 {
    font-weight: 100;
}


.post-content__container p {
    font-size: 24px;
    line-height: 1.5em;
}

.post-content__container p,
.post-content__container h2,
.post-content__container h3,
.post-content__container h4,
.post-content__container h5,
.post-content__container h6,
.post-content__container h6,
.entry-content > a,
.entry-content > ul,
.entry-content > ol{
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}
.entry-content > ul,
.entry-content > ol{
	padding-left:55px;
	padding-top:16px;
}
.entry-content > ul li{
	text-wrap:pretty;
	line-height:1.3;
}
.entry-content > ul li + li,
.entry-content > ol li + li{
	margin-top:16px;
}

.entry-content > ul li::marker{
color:var(--laser);
}
.entry-content > a{
	display:block!important;
	width:fit-content!important;
	margin-top:15px;
	margin-bottom:15px;
}
.post-content__container h2,
.post-content__container h3,
.post-content__container h4,
.post-content__container h5,
.post-content__container h6 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
	font-family:Inria Sans;
}



.post__featured-img-wrapper {
	width:100%;
    height: 520px;
    object-fit: cover;
    margin: 100px 0;
}

.post__featured-img-wrapper img {
    height: 520px;
}

.post__featured-img-wrapper img {
    object-fit: cover;
}



.post__featured-img-border-div {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: -30px;
    right: -30px;
    border: 3px solid var(--laser);
}

@media screen and (max-width:767px) {
	.post__featured-img-border-div{
		top:-15px;
		right:-15px;
	}
}




.cta-block p {
    margin: 20px 0 40px 0;
}


.wp-block-post-content p, .wp-block-post-content ul, .wp-block-post-content li, .wp-block-post-content span, p.wp-block-post-excerpt__excerpt{
font-size:24px;
font-family:Inria Sans;
font-weight:300;
line-height:1.5em;
}

.kt_simple_share_container a{
	background:var(--laser)!important;
}
.kt_simple_share_container *{
	color:var(--dark-blue)!important;
}
.kt_simple_share_container{
	display:flex;
	justify-content:center;
	gap:10px;
	position:relative;
}

.sharing-container > div{
	display:flex;
	justify-content:center;
	align-items:center;
	margin-top:30px;
}
@media screen and (min-width:1026px){
.sharing-container p{
	margin:0 15px;
}}


@media screen and (max-width:1025px){
.sharing-container{
margin:20px 10px 40px 0;
}
.sharing-container p{
margin:0 10px 0 0;
}
.sharing-container > div{
justify-content:flex-start;
}
.post__featured-img-wrapper, .post__featured-img-wrapper figure, .post__featured-img-wrapper img{
	height:220px!important;
}
body .post__featured-img-wrapper{
margin:80px 0 50px 0;
}
}

.entry-content > figure > img{
	margin:40px auto;
}