.owl-item {
	float: left;
}

/* .home_blog_post .blog_post_content .blog_post_content_bottom {
	text-align: right;
} */

.home_blog_post_inner {
	overflow: hidden;
	margin: 0;
}

#module-xipblog-archive .breadcrumb ol li:nth-child(2) a,
#module-xipblog-single .breadcrumb ol li:nth-child(2) a {
	display: none;
}

.home_blog_post_inner .owl-stage-outer .owl-item {
	margin: 0 0 30px 0;
}

#module-xipblog-archive .breadcrumb ol li:nth-child(2):after,
#module-xipblog-single .breadcrumb ol li:nth-child(2):after {
	content: none;
}

.post_thumbnail .blog_mask {
	display: none;
}

.home_blog_post .blog_post_content .blog_post_content_top .post_thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	overflow: hidden;
}

.home_blog_post .blog_post_content .blog_post_content_top .post_thumbnail .tb-black-shadow,
#blog_post .blog_post_content .blog_post_content_top .post_thumbnail .tb-black-shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}

.home_blog_post .blog_post_content:hover .blog_post_content_top .post_thumbnail .tb-black-shadow,
.home_blog_post .blog_post_content:active .blog_post_content_top .post_thumbnail .tb-black-shadow,
.home_blog_post .blog_post_content:focus .blog_post_content_top .post_thumbnail .tb-black-shadow,
#blog_post .blog_post_content:hover .blog_post_content_top .post_thumbnail .tb-black-shadow,
#blog_post .blog_post_content:active .blog_post_content_top .post_thumbnail .tb-black-shadow,
#blog_post .blog_post_content:focus .blog_post_content_top .post_thumbnail .tb-black-shadow {
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}

.home_blog_post .blog_post_content .blog_post_content_top .post_thumbnail .bloglinks,
#blog_post .blog_post_content .blog_post_content_top .post_thumbnail .bloglinks {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	width: 45px;
	height: 45px;
}

.home_blog_post .blog_post_content .blog_post_content_top .post_thumbnail .bloglinks a,
#blog_post .blog_post_content .blog_post_content_top .post_thumbnail .bloglinks a {
	width: 45px;
	height: 45px;
	background: #fff;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	text-decoration: none;
}

.home_blog_post .blog_post_content .blog_post_content_top .post_thumbnail .bloglinks a:hover,
.home_blog_post .blog_post_content .blog_post_content_top .post_thumbnail .bloglinks a:active,
.home_blog_post .blog_post_content .blog_post_content_top .post_thumbnail .bloglinks a:focus,
#blog_post .blog_post_content .blog_post_content_top .post_thumbnail .bloglinks a:hover,
#blog_post .blog_post_content .blog_post_content_top .post_thumbnail .bloglinks a:active,
#blog_post .blog_post_content .blog_post_content_top .post_thumbnail .bloglinks a:focus {

	background: #ff435b;
}

.home_blog_post .blog_post_content .blog_post_content_top .post_thumbnail .bloglinks a i,
#blog_post .blog_post_content .blog_post_content_top .post_thumbnail .bloglinks a i {
	line-height: 45px;
	color: #111;
	font-weight: 500;
	font-size: 16px;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}

.home_blog_post .blog_post_content .blog_post_content_top .post_thumbnail .bloglinks a:hover i,
.home_blog_post .blog_post_content .blog_post_content_top .post_thumbnail .bloglinks a:active i,
.home_blog_post .blog_post_content .blog_post_content_top .post_thumbnail .bloglinks a:focus i,
#blog_post .blog_post_content .blog_post_content_top .post_thumbnail .bloglinks a:hover i,
#blog_post .blog_post_content .blog_post_content_top .post_thumbnail .bloglinks a:active i,
#blog_post .blog_post_content .blog_post_content_top .post_thumbnail .bloglinks a:focus i {
	color: #fff;
}

.home_blog_post .blog_post_content:hover .blog_post_content_top .post_thumbnail .bloglinks a,
.home_blog_post .blog_post_content:active .blog_post_content_top .post_thumbnail .bloglinks a,
.home_blog_post .blog_post_content:focus .blog_post_content_top .post_thumbnail .bloglinks a,
#blog_post .blog_post_content:hover .blog_post_content_top .post_thumbnail .bloglinks a,
#blog_post .blog_post_content:active .blog_post_content_top .post_thumbnail .bloglinks a,
#blog_post .blog_post_content:focus .blog_post_content_top .post_thumbnail .bloglinks a {
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}

/* .button_previeus{
	float: right;
} */
.button_next::before {
	background: #111 !important;
}

.button_next:hover {
	color: #fff !important;
	background: #111 !important;
}

.button_next_box .btn-secondary {
	padding: 13px 30px;
	font-size: 16px;
}

.blog_post .blog_post_content {
	position: relative;
	overflow: hidden;
	display: flex;
	width: 100%;
	align-items: center;
}

.home_blog_post .blog_post_content_top {
	width: 45%;
}

.home_blog_post .bolg_wrapper {
	width: 55%;
}

.kr_blog_post_area .blog_post .blog_post_content {
	border: none;
	display: block;
}

.home_blog_post .blog_post_content .blog_post_content_bottom {
	padding: 0 0px 0px 20px;
	text-align: left;
	background: #fff;
}

.home_blog_post .blog_post {
	list-style: none;
	position: relative;
	overflow: hidden;
	border: 3px solid #fff;
}

.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta p {
	/* padding: 0 10px; */
	position: relative;
}

/* .home_blog_post .blog_post_content .blog_post_content_bottom .post_meta p.meta_date::before{
	content: "";
	width: 2px;
	height: 20px;
	background: #666666;
	right: 0;
	left: auto;
	top: 0;
	bottom: 0;
	position: absolute;
} */

.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta::after {
	content: none;
}


.home_blog_post .blog_post_content .blog_post_content_bottom .content_more {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_date,
.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_category {
	font: 400 14px/20px "Lexend Deca", Helvetica, sans-serif;
	color: #ff435b;
	margin: 0 0 15px 0;
	padding: 0;
	letter-spacing: 1px;
}

.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_date span {
	font: 500 46px/48px 'Lexend Deca', helvetica, sans-serif;
	margin: 0 0 4px;
}

/* .home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_date::before {
	content: "";
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 2px;
	height: 16px;
	background: #111;
} */
.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_category a {
	color: #111;
}

.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_category a:hover,
.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_category a:active,
.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_category a:focus {
	color: #ff435b;
}

.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_date i {
	font-size: 16px !important;
}

.home_blog_post .blog_post_content .blog_post_content_bottom h3 {
	margin: 0 0;
}

.home_blog_post .blog_post_content .blog_post_content_bottom .post_title a {
	margin: 0;
	font: 700 22px/24px 'Oswald', Helvetica, sans-serif;
	color: #111;
	transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	text-decoration: none;
	text-transform: uppercase;
}


.home_blog_post .blog_post_content .blog_post_content_bottom .post_content p {
	margin: 10px  0;
	font: 300 14px/24px 'Lexend Deca', helvetica, sans-serif;
	color: #555;
	overflow: hidden;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


.home_blog_post .blog_post_content .blog_post_content_bottom .post_title a {
	margin: 0;
	font: 500 24px/26px "Oswald", Helvetica, sans-serif;
	color: #111;
	transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	text-decoration: none;
	text-transform: none;
	text-transform: uppercase;
}

.home_blog_post .blog_post_content .blog_post_content_bottom .post_title a:hover,
.home_blog_post .blog_post_content .blog_post_content_bottom .post_title a:active,
.home_blog_post .blog_post_content .blog_post_content_bottom .post_title a:focus,
.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_title a:hover,
.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_title a:active,
.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_title a:focus {
	color: #ff435b;
}

.home_blog_post .blog_post .btn-secondary {
	background-color: #ff435b;
	font: 400 16px/18px 'Lexend Deca', helvetica, sans-serif;
	padding: 14px 24px !important;
}

.home_blog_post .blog_post .btn-secondary:is(:hover, :Active, :focus) {
	background-color: #ffb93c;
}

/* .home_blog_post .blog_post_content .blog_post_content_bottom .content_more a{
	background: #fff;
	font: 400 14px/16px 'Lexend Deca', sans-serif;
	padding: 10px 20px;
} */
/* .home_blog_post .blog_post_content .blog_post_content_bottom .content_more a:hover,.home_blog_post .blog_post_content .blog_post_content_bottom .content_more a:active,.home_blog_post .blog_post_content .blog_post_content_bottom .content_more a:focus{
	color: #fff;
} */

/* blog-inner */
.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_top .post_thumbnail {
	overflow: hidden;
	display: inline-block;
}

.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_title {
	font: 500 26px/28px "Oswald", Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #000;
	margin: 0 0 12px 0;
	text-transform: uppercase;
}

.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_meta>div {
	margin-right: 12px;
	padding-right: 12px;
	border-right: 1px solid #999;
	font-size: 14px;
	line-height: 16px;
	font-family: "Lexend Deca", sans-serif;
	color: #111;
}

.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_content {
	line-height: 24px;
	margin-bottom: 15px;
	font-size: 15px;
	color: #7a7a7a;
}

.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .content_more .read_more {
	color: #111;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	font-size: 15px;
}

.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .content_more .read_more:hover,
.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .content_more .read_more:active,
.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .content_more .read_more:focus {
	color: #ff435b;
}

/* singel-blog */
#module-xipblog-single .kr_blog_post_area .blog_post .blog_post_content .blog_post_content_top .post_thumbnail {
	margin: 0 0 20px 0;
}

#comments .comments_title {
	font: 500 20px/22px "Lexend Deca", Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #000;
}

#respond .reply-title {
	font: 500 20px/22px "Lexend Deca", Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #000;
}

#module-xipblog-archive .bottom-pagination-content {
	display: none;
}

/* #xipblogs_commentfrom .xipblog_submit_btn.disabled:active,#xipblogs_commentfrom .xipblog_submit_btn.disabled:focus{
	color: #ddd;
	background: #f6f6f6;
} */

#xipblogs_commentfrom .xipblog_submit_btn {
	color: #fff;
	background: #000;
	opacity: 1;
	border: none;
}

#xipblogs_commentfrom .disabled {
	opacity: 0.5;
}

.comments_area .comment_list li.comment .comment_body .comment_content {
	overflow: hidden;
	padding: 15px 20px 10px;
	border: 1px solid #111;
	background: #f9f3f0;
}

.comment_meta_date {
	font: 500 15px/17px "Lexend Deca", Helvetica, sans-serif !important;
}

.comments_area .comment_list li.comment .comment_body .comment_content .comment_meta .comment_meta_author {
	font-size: 18px;
}

@media (max-width: 1499px) {

	.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_date span {
		font-size: 38px;
		line-height: 40px;
	}
}

@media (max-width: 1399px) {

	/* .home_blog_post .blog_post_content .blog_post_content_bottom .post_title a{
		font-size: 17px;
		list-style: 19px;	
	} */

	.home_blog_post .blog_post .btn-secondary {
		padding: 12px 24px !important;
	}

	.home_blog_post .blog_post_content .blog_post_content_bottom .post_title a {
		font-size: 20px;
		line-height: 22px;
	}
}

@media (max-width: 1299px) {
	.home_blog_post .blog_post .btn-secondary {
		padding: 12px 20px !important;
	}

	.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_date i {
		font-size: 15px !important;
	}

	.home_blog_post .blog_post_content .blog_post_content_bottom .post_title a {
		font-size: 20px;
		line-height: 22px;
	}

	.home_blog_post .blog_post_content .blog_post_content_bottom .post_content p {
		font-size: 14px;
		line-height: 26px;
		margin: 5px 0;
	}

	.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_date,
	.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_category {
		margin: 0 0 8px 0;
	}

}

@media (max-width:1199px) {
	.home_blog_post .blog_post_content .blog_post_content_bottom {
		padding: 0 0px 0px 15px;
	}

	.home_blog_post .blog_post_content .blog_post_content_bottom .post_title a {
		font-size: 16px;
		line-height: 18px;
	}

	.home_blog_post .blog_post .btn-secondary {
		padding: 12px 16px !important;
	}
}

@media (max-width:991px) {


	.home_blog_post .blog_post {
		margin: 0 0 10px 0;
	}

	.home_blog_post .blog_post_content .blog_post_content_bottom .post_title a {
		font-size: 24px;
		line-height: 30px;
	}

	.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_date,
	.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_category {
		margin: 0 0 10px 0;
		font-size: 14px;
		line-height: 18px;
	}

	.home_blog_post .blog_post_content .blog_post_content_bottom .post_content p {
		font-size: 14px;
		line-height: 25px;
		margin: 10px 0 10px 0;
	}

	.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_title {
		line-height: 32px;
		font-size: 24px;
	}

	.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_meta {
		margin-bottom: 10px;
	}

	.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_content {
		margin-bottom: 10px;
	}

	.button_previeus-box .btn-primary,
	.button_next_box .btn-secondary {
		padding: 10px 20px;
		font-size: 14px;
		line-height: 16px;
	}

	.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_date span {
		font-size: 34px;
		line-height: 36px;
	}
}

@media (max-width:767px) {
	.home_blog_post .blog_post_content .blog_post_content_top .post_thumbnail .tb-black-shadow {
		background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	}

	.home_blog_post .blog_post_content .blog_post_content_top .post_thumbnail .bloglinks a,
	#blog_post .blog_post_content .blog_post_content_top .post_thumbnail .bloglinks a {
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_top .post_thumbnail {
		margin: 0 0 10px 0;
	}

	/* .home_blog_post .blog_post_content .blog_post_content_bottom{
		right: 15px;
		top: 100px;
		width: 50%;
	} */
	.home_blog_post_inner .owl-stage-outer .owl-item {
		overflow: hidden;
		margin: 0 0 10px 0;
	}

	.bottom-custom-nav-content.clearfix.row {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#module-xipblog-single .content_back {
		padding: 0;
	}

	.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_date span {
		font-size: 40px;
		line-height: 40px;
	}

	.home_blog_post .blog_post_content .blog_post_content_bottom .post_title a {
		font-size: 18px;
		line-height: 20px;
	}

	.home_blog_post .blog_post_content .blog_post_content_bottom .post_content p {
		font-size: 14px;
		line-height: 23px;
		margin: 8px 0px 8px 0;
	}
}

@media (min-width: 631px) and (max-width: 767px) {
	/* .home_blog_post .blog_post {
		margin: 0 0 70px 0;
	} */
}

@media (max-width:630px) {
	/* .home_blog_post .blog_post_content .blog_post_content_bottom{
		width: 65%;
	} */
	/* .home_blog_post .blog_post {
		margin: 0 0 90px 0;
	} */

	.home_blog_post .blog_post {
		width: 95%;
		margin: 0 auto 10px;
	}
}

@media (max-width:575px) {

	/* .home_blog_post .blog_post {
		margin: 0 0 130px 0;
	} */
	.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_meta>div {
		line-height: 26px;
	}

	.home_blog_post .blog_post {
		/* margin: 8px 7px 10px; */
		width: 90%;
	}

	.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_date span {
		font-size: 14px;
		line-height: 16px;
	}

	.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_date,
	.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_category {
		margin: 0 0 10px 0;
	}

	.home_blog_post .blog_post_content .blog_post_content_bottom .post_title a {
		font-size: 22px;
		line-height: 26px;
	}

	.blog_post .blog_post_content {
		display: block;
	}

	.home_blog_post .blog_post_content_top {
		width: 100%;
	}

	.home_blog_post .bolg_wrapper {
		width: 100%;
	}

	.home_blog_post .blog_post_content .blog_post_content_bottom {
		padding: 15px 0 0 0;
	}
}

@media (max-width:480px) {
	.home_blog_post {
		margin: 0 0 20px 0;
	}

	.blog_post_content {
		padding: 0;
	}

	.home_blog_post .blog_post .btn-secondary {
		font-size: 13px;
		line-height: 16px;
		padding: 10px 14px !important;
	}

	.home_blog_post .blog_post {
		width: 100%;
	}

	.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_title {
		line-height: 22px;
		font-size: 20px;
	}

	.home_blog_post .blog_post_content .blog_post_content_bottom .post_title a {
		font-size: 20px;
		line-height: 22px;
	}

	.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_date,
	.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_category {
		margin: 0 0 8px 0;
	}
}

@media (max-width:360px) {
	.home_blog_post .blog_post_content .blog_post_content_bottom .post_title a {
		font-size: 16px;
		line-height: 18px;
	}

	.home_blog_post .blog_post_content .blog_post_content_bottom {
		padding: 10px 0 0 0;
	}

}



.comments_area .comment_list li.comment .comment_body .comment_content {
	overflow: hidden;
	background-color: transparent;
	padding: 0;
	width: 95%;
	border: none;
}

.comments_area .comment_list li.comment .comment_body .comment_content .comment_meta {
	margin-bottom: 0;
	display: inline-grid;
	align-items: baseline;
	gap: 8px;
}

.comments_area .comment_list li.comment .comment_body .comment_content .comment_content_bottom p {
	margin-bottom: 0;
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	/*Limitto4lines*/
	-webkit-box-orient: vertical;
	overflow: hidden;
	position: relative;
	transition: max-height 0.3s ease;
	max-height: 100px;
	-webkit-transition: max-height 0.3s ease;
	-moz-transition: max-height 0.3s ease;
	-ms-transition: max-height 0.3s ease;
	-o-transition: max-height 0.3s ease;
}

.comments_area .comment_list li.comment .comment_body .comment_content .comment_content_bottom p.expanded {
	-webkit-line-clamp: unset;
	max-height: none;
}

.read-more-btn {
	background-color: transparent;
	color: #111;
	border: none;
	cursor: pointer;
	padding: 15px 0 0 0;
	text-decoration: underline;
}

.comments_area .comment_list li.comment .comment_body .comment_content .comment_content_name_image {
	display: flex;
	align-items: center;
	margin: 0 0 10px 0;
	gap: 20px;
}

.comments_area .comment_list li.comment .comment_body .comment_content .comment_meta .comment_meta_date {
	font-size: 12px;
	line-height: 20px;
}

.comments_area .comment_list li.comment .comment_body {
	margin-bottom: 0;
	display: flex;
	align-items: flex-start;
	gap: 20px;
	background: #fff;
	border-radius: 20px;
	padding: 20px;
	box-shadow: rgba(17, 17, 26, 0.2) 0px 4px 16px, rgba(17, 17, 26, 0) 0px 8px 32px;
	margin: 0 0 20px 0;
}

.comments_area .comment_list li.comment .comment_body .comment_content .comment_meta .comment_meta_author {
	margin-right: 0;
	text-transform: capitalize;
}

.comments_area .comment_list li.comment .comment_body .comment_author {
	margin: 0 !important;
}

@media (max-width:1499px) {
	.comments_area .comment_list li.comment .comment_body .comment_content {
		width: 90%;
	}

	.comments_area .comment_list li.comment .comment_body .comment_author {
		width: auto;
	}
}

@media (max-width:991px) {
	.comments_area .comment_list li.comment .comment_body .comment_content .comment_meta .comment_meta_author {
		margin-right: 0;
		text-transform: capitalize;
	}
}

@media (max-width:575px) {
	.comments_area .comment_list li.comment .comment_body {
		display: block;
		text-align: center;
	}

	.comments_area .comment_list li.comment .comment_body .comment_content {
		width: 100%;
	}

	.comments_area .comment_list li.comment .comment_body .comment_content .comment_meta {
		justify-content: center;
		margin: 0 0 10px 0;
	}

	.comments_area .comment_list li.comment .comment_body .comment_author img {
		overflow: hidden;
		border-radius: 50%;
	}

	.comments_area .comment_list li.comment .comment_body .comment_author {
		width: 100%;
		display: flex;
		justify-content: center;
		border-radius: 50%;
		overflow: hidden;
		margin: 0 0 20px 0 !important;
	}
}

@media (max-width:480px) {
	.comments_area .comment_list li.comment .comment_body .comment_content .comment_meta {
		margin-bottom: 5px;
		display: flex;
		align-items: center;
		gap: 10px;
		flex-direction: column;
	}

	.comments_area .comment_list li.comment .comment_body .comment_content .comment_content_bottom p {
		font-size: 14px;
		line-height: 22px;
	}
}