.content_title {
	position: relative;
	margin: 2rem 0 3rem 0;
	line-height: 1.15;
	font-family: var(--theme-primary-font);
}
/* .content_title:after {
	content: "";
	position: absolute;
	background-color: rgb(var(--color-title));
	width: 100%;
	height: .5rem;
	bottom: -1rem;
} */
.content_title__title {
	color: rgb(var(--title-primary-color));
	font-size: 2.6rem;
	font-weight: 700;
	text-transform: capitalize;
}


.content_title.size_lg {
	*margin: 1rem 0 2rem 0;
	line-height: 1.25;
}
.content_title.size_lg:after {
	height: .4rem;
	bottom: -.9rem;
}
.content_title.size_lg .content_title__title {
	font-size: 2.5rem;
	font-weight: 600;
}

.content_title.size_md {
	*margin: 1rem 0 2rem 0;
	line-height: 1.25;
}
.content_title.size_md:after {
	height: .3rem;
	bottom: -.8rem;
}
.content_title.size_md .content_title__title {
	font-size: 2rem;
	font-weight: 600;
}


@media (max-width: 767.98px) {
	.content_title .content_title__title {
		font-size: 2.5rem;
		font-weight: 600;
	}
	.content_title.size_lg .content_title__title {
		font-size: 2rem;
		font-weight: 600;
	}
	.content_title.size_md .content_title__title {
		font-size: 1.5rem;
		font-weight: 600;
	}
}

@media (max-width: 575.98px) {
    .content_title .content_title__title {
		font-size: 2.0rem;
		font-weight: 600;
	}
}

.content_title.line_inline:after {
	left: 0;
	bottom: .5rem;
}
.content_title.line_inline .content_title__title {
	background-color: #fff;
	z-index: 1;
	position: relative;
	display: inline;
	padding-right: 1rem;
}

.content_title__tools {
	position: absolute;
	bottom: 1.25rem;
	right: 0;
	cursor: pointer;
}
.content_title__tools i {
	color: rgb(var(--title-primary-color));
	margin-left: .5rem;
}


.posts__news {
}


.postbox__wrap {
	box-shadow: 0px 2px 20px #EEEEEE;
}
.postbox__image a {
	display: inline-block;
}
.postbox__image img {
	width: 100%;
}
.postbox__content {

}
.postbox__title {
	font-family: var(--theme-primary-font);
	font-size: 1.125rem;
	line-height: 1.375rem;
	text-transform: uppercase;
	font-weight: 700;
}
.postbox__intro {
	font-size: 1rem;
	line-height: 1.25rem;
	margin-top: 1rem;
}
.postbox__footer {
	flex: 1;
	margin-top: 1rem;
}
.postbox__created {
	flex: 1;
	font-weight: 700;
}
.postbox__readmore {
	flex: 1;
	text-transform: uppercase;
	font-weight: 700;
}

.postbox__wrap.size_sm {
}
.postbox__wrap.size_sm .postbox__content {
}

.postbox__wrap.size_md {
}
.postbox__wrap.size_md .postbox__content {
}

.postbox__wrap.size_lg {
}
.postbox__wrap.size_lg .postbox__content {
}

