.owl-item {
	float: left;
}

.home_blog_post .owl-stage-outer {
	overflow: hidden;
}

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

.home_blog_post_area {
	margin: 0 0 80px 0;
}

.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: none;
	display: block;
}

.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: 50%;
	left: 0;
	top: auto;
	right: 0;
	bottom: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}

.home_blog_post .blog_post_content:is(:hover, :active, :focus) .blog_post_content_top .post_thumbnail .tb-black-shadow,
#blog_post .blog_post_content:is(:hover, :active, :focus).blog_post_content_top .post_thumbnail.tb-black-shadow {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
	height: 80%;
}



/* .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;
} */
.comments_area .comment_list li.comment .comment_body .comment_content {
	background-color: #232323;
}

.comment_meta_date time {
	font-size: 13px;
}

.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: 15px;
	right: 15px;
	bottom: auto;
	left: auto;
	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;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	background: #fff;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	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;
	-ms-transition: all 500ms 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: #ffbe00;
}

.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 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;
	-ms-transition: all 500ms 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: #111;
}

.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;
} */
.blog_post_content {
	position: relative;
}

.home_blog_post .blog_post {
	list-style: none;
	/*margin: 0 0 30px 0;
	*/
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	/* border: 1px solid #b0b0b0; */
	/* padding: 9px; */
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.home_blog_post .blog_post_content {
	position: relative;
}

.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_top .post_thumbnail {
	border: 2px solid #4a4a4a;
}


.home_blog_post .blog_post_content .blog_post_content_bottom_main {
	text-align: left;
	z-index: 1;
	position: absolute;
	top: auto;
	bottom: 0;
	height: 95px;
	overflow: hidden;
	transition: all 400ms ease-in-out;
}

.home_blog_post .blog_post:hover .blog_post_content_bottom_main {
	height: 190px;
}


.home_blog_post .blog_post_content .blog_post_content_bottom {
	padding: 20px;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background: transparent;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

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

.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 .post_meta .meta_date,
.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_category {
	font: 400 14px/20px "Lexend", Helvetica, sans-serif;
	color: #ffbe00;
	margin: 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 {
	font: 400 14px/16px 'Lexend', helvetica, sans-serif;
	color: #fff;
	margin: 0;
}

.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 .post_content p {
	margin: 10px 0 20px 0;
	font: 400 15px/22px 'Lexend', helvetica, sans-serif;
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	line-height: 1.5;
	max-height: calc(2 * 1.5em);
}

.home_blog_post .blog_post_content .blog_post_content_bottom .post_title a {
	margin: 0;
	font: 400 30px/32px 'Tw Cen MT', helvetica, sans-serif;
	color: #fff;
	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;
	-ms-transition: all 500ms ease-in-out 0s;
	text-decoration: none;
	text-transform: capitalize;
}

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

.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: #ffbe00;
}

/* blog-inner */
.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_title {
	font: 400 32px/34px 'Tw Cen MT', helvetica, sans-serif;
	letter-spacing: 1px;
	color: #fff;
	margin: 0 0 20px 0;
	text-transform: capitalize;
}

.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 #444;
	font-size: 14px;
	line-height: 16px;
	font-family: "Lexend", sans-serif;
	color: #fff;
}

.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_content {
	line-height: 18px;
	margin-bottom: 20px;
	font-size: 14px;
}

.blog_post_content_bottom .content_more a {
	text-transform: capitalize;
	font: 400 16px/18px 'Lexend', helvetica, sans-serif;
}

.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .content_more .read_more {
	color: #fff;
	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;
	-ms-transition: all 500ms ease-in-out 0s;
	font-size: 16px;
}

.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: #ffbe00;
}

/* 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;
	display: inline-block;
	border: 2px solid #848484;
}

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

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

#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;
} */

.home_blog_post_inner .owl-nav {
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 100%;
}

.home_blog_post .btn-primary {
	padding: 0 !important;
	background-color: transparent;
	color: #fff;
	position: relative;
}

.home_blog_post .btn-primary:hover {
	background-color: transparent;
	color: #ffbe00;
}

.home_blog_post .btn-primary::before {
	background-color: transparent;
}

.home_blog_post .btn-primary:is(:hover, :active, :focus) {
	background-color: transparent !important;
	color: #ffbe00 !important;
}


.home_blog_post .content_more .btn-primary::after {
	content: "\ea94";
	font-size: 17px;
	text-align: right;
	position: absolute;
	top: 2px;
	bottom: 0;
	left: auto;
	right: -25px;
	margin: auto;
	font-family: 'IcoFont';
}



/* .kr_blog_post_area .blog_post_content{
	display: flex;
}

.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_top{
	width: 50%;
	padding: 0 20px 0 0;
}

.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom{
	width: 50%;
	padding: 0 0 0 20px;

} */



@media (max-width: 1499px) {
	/* .home_blog_post .blog_post_content .blog_post_content_bottom .post_content p {
		font-size: 13px;
		line-height: 22px;
	} */
}

@media (max-width: 1399px) {
	.home_blog_post .blog_post_content .blog_post_content_bottom .post_title a {
		font-size: 26px;
		line-height: 30px;
	}
}

@media (min-width:1200px) and (max-width: 1399px) {
	.home_blog_post .blog_post:hover .blog_post_content_bottom_main {
		height: 188px;
	}

	.home_blog_post .blog_post_content .blog_post_content_bottom_main {
		height: 92px;
	}
}

@media (max-width: 1299px) {


	/* .home_blog_post .blog_post_content .blog_post_content_bottom .post_content p {
		font-size: 14px;
	} */
	/* .home_blog_post_area {
		margin: 0 0 80px 0;
	} */

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

@media (max-width:1199px) {
	.home_blog_post_area {
		margin: 0 0 60px 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 {
		font-size: 15px;
		line-height: 17px;
	} */

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

	.home_blog_post .blog_post:hover .blog_post_content_bottom_main {
		height: 185px;
	}

	.home_blog_post .blog_post_content .blog_post_content_bottom_main {
		height: 92px;
	}

}

@media (max-width:991px) {

	.home_blog_post_area {
		margin: 0 0 40px 0;
	}

	.home_blog_post .blog_post_content .blog_post_content_bottom_main {
		height: 88px;
	}

	.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta {
		margin: 0 0 10px 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 {
		font-size: 11px;
		line-height: 18px;
		padding: 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 {
		font-size: 14px;
		line-height: 16px;
	} */

	.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .content_more .read_more {
		padding: 0;
	}

	.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_meta>div {
		line-height: 28px;
	}

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

	.home_blog_post .blog_post:hover .blog_post_content_bottom_main {
		height: 168px;
	}

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

@media (max-width:767px) {

	.blog_image_holder {
		text-align: center;
	}

	#TB-home-blog .tb-home-blog-carousel li {
		list-style: none;

	}

	.home_blog_post .blog_post_content .blog_post_content_bottom .post_content p {
		margin: 12px 0 14px 0;
		font-size: 13px;
		line-height: 22px;
	}

	.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,
	.home_blog_post .blog_post_content .blog_post_content_top .post_thumbnail:is(:hover, :active, :focus) .tb-black-shadow,
	#blog_post .blog_post_content .blog_post_content_top .post_thumbnail:is(:hover, :active, :focus) .tb-black-shadow {
		background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
		height: 80%;
	}



	.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_top {
		margin-bottom: 20px;
	}

	.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);
	}

	.home_blog_post .blog_post_content .blog_post_content_bottom_main {
		height: auto;
	}

	.home_blog_post .blog_post:hover .blog_post_content_bottom_main {
		height: auto;

	}

	/* .home_blog_post .blog_post_content .blog_post_content_bottom {
		padding: 20px;
	} */

	/* .home_blog_post .blog_post_content .blog_post_content_bottom .post_meta{
		display: block;
		} */
	.meta_author,
	.meta_category,
	.meta_comment,
	.post_meta_date {
		display: inline;
	}

	.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,
	.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_category {
		font-size: 13px;
		line-height: 15px;
	} */

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

@media (max-width:630px) {
	/* .home_blog_post .blog_post_content .blog_post_content_bottom {
		padding: 20px;
	} */

	.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta {
		display: flex;
	}

	/* .home_blog_post .blog_post_content .blog_post_content_bottom .post_title a {
		font-size: 25px;
		line-height: 27px;
	} */

	.blog_post_content_bottom .content_more a {
		font-size: 14px;
line-height: 16px;
	}
}

@media (max-width:575px) {
	.home_blog_post .blog_post_content .blog_post_content_bottom .post_title a {
		font-size: 26px;
		line-height: 28px;
	}
}

@media (max-width:480px) {
	.home_blog_post .blog_post_content {
		display: block;
	}

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

	.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-size: 13px;
		line-height: 15px; */
		padding: 0;
	}

	/* .home_blog_post {
		margin: 0 0 20px 0;
	} */



	/* .home_blog_post .blog_post_content .blog_post_content_bottom {
		margin: 0 auto;
		left: 0;
	} */

	.blog_post_content_top.tbhomeblog_image_holder.blog_image_holder,
	.home_blog_post .blog_post_content .blog_post_content_bottom {
		text-align: left;
	}

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

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

	.home_blog_post_area {
		margin: 0 0 20px 0;
	}

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

	

}

@media (max-width:360px) {

	.home_blog_post .blog_post_content .blog_post_content_bottom .post_content p {
		margin: 3px 0 5px 0;
	}
}