.owl-item {
	float: left;
}

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

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

.home_blog_post .home_blog_post_inner .owl-stage-outer {
	padding: 30px 0 0 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 .blog_post {
	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;
}

.home_blog_post_area {
	position: relative;
}

.post_thumbnail .blog_mask {
	display: none;
}

.home_blog_post .blog_post_content .blog_post_content_top .post_thumbnail {
	position: relative;
	margin: 0;
}

.home_blog_post .owl-item:nth-child(2n+1) {
	margin: -30px 0 0;
}

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

.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: #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;
} */
#index .blog_post_content {
	position: relative;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.home_blog_post .blog_post {
	list-style: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	padding: 0 15px;
}


.home_blog_post .blog_post_content .blog_post_content_bottom {
	padding: 20px;
	text-align: center;
}

.blog_post .blog_post_content .post_title {
	margin: 10px 0 15px;
}
.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: 500 14px/20px "Josefin Sans", Helvetica, sans-serif;
	color: #111;
	margin: 0;
	padding: 0 10px;
	letter-spacing: 1px;
}

.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_date{
	position: relative;
}
.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_date{
	position: relative;
}
.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_date::before {
	position: absolute;
	content: "";
	top: 1px;
	left: auto;
	right: 0;
	bottom: 0;
	width: 1px;
	height: 70%;
	background: #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: #c01a44;
}

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

.home_blog_post .blog_post_content .blog_post_content_bottom .post_content p {
	margin: 0 0 15px 0;
	font: 400 15px/24px "Josefin Sans", Helvetica, sans-serif;
	color: #555556;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.home_blog_post .blog_post_content .blog_post_content_bottom .post_title a {
	margin: 0;
	font: 600 20px/22px "Playfair Display", Helvetica, 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;
	-ms-transition: all 500ms ease-in-out 0s;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.home_blog_post .blog_post_content .blog_post_content_bottom .post_title a:hover {
	color: #c01a44;
}

.home_blog_post .btn-secondary {
	font: 500 14px/16px 'Josefin Sans', Helvetica, sans-serif;
	text-transform: capitalize;
	background: #c01a44;
	padding: 12px 30px 10px;
}

.home_blog_post .btn-secondary::before,
.home_blog_post .btn-secondary:is(:hover, :active, :focus) {
	background: #111;
	color: #fff !important;
}
.home_blog_post .btn-secondary i {
	font-size: 17px;
	width: 12px;
	display: inline-block;
	text-align: right;
}
.blog_post .blog_post_content_bottom .post_meta {
	display: flex;
	align-items: baseline;
	justify-content:center
	;
}

.home_blog_post_area .home_blog_post .page_title_area .page_subtitle {
	display: none;
}

.bolg_wrapper .content_more .meta_category {
	margin: 0;
}

.bolg_wrapper .content_more {
	display: flex;
	align-items: center;
	justify-content: center;
}

#module-xipblog-single .btn-secondary {
	padding: 14px 30px;

}

#module-xipblog-single .btn-secondary::before,
#module-xipblog-single .btn-secondary:is(:hover, :active, :focus) {
		background-color: #111;

}

/* blog-inner */
.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_title {
	font: 600 24px/25px "Playfair Display", Helvetica, serif;
	letter-spacing: 1px;
	color: #111;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

.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: "Josefin Sans", sans-serif;
	color: #111;
}

.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_content {
	line-height: 24px;
	margin-bottom: 20px;
	font-size: 16px;
}
.kr_blog_post_inner .post_content p{
	font-size: 16px;
}

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

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

/* 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 "Josefin Sans", Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #000;
}

#respond .reply-title {
	font: 500 20px/22px "Josefin Sans", 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;
}

.blog_post_content .blog_post_content_bottom .btn-secondary::after {
	display: none;
}

@media (max-width: 1499px) {

}

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

@media (max-width: 1299px) {


	.home_blog_post {
		margin: 0 0 80px 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 {
		padding: 0 8px;
	}

	.home_blog_post .blog_post_content .blog_post_content_bottom {
		padding: 15px;
		text-align: center;
	}

	.blog_post .blog_post_content .post_title {
		margin: 8px 0 12px;
	}
}

@media (max-width:1199px) {
	.home_blog_post {
		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: 14px;
		line-height: 16px;
	}

	.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_date {
		font-size: 14px;
		line-height: 16px;
	}
	.home_blog_post .blog_post_content .blog_post_content_bottom .post_title a {
		font-size: 17px;
		line-height: 19px;
	}

}


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

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

	.blog_post .blog_post_content .post_title {
		margin: 10px 0 10px 0;
	}
	.meta_author,
	.meta_category,
	.meta_comment,
	.post_meta_date {
		display: inline;
	}

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

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

	.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 {
		display: block;
		margin-bottom: 10px !important;
	}

	.home_blog_post_area::after {
		height: 290px;
	}

}

@media (max-width:767px) {

	.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 {
		background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	}

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


	.home_blog_post .blog_post .blog_post_content_bottom .content_more .btn-secondary {
		font-size: 11px;
		line-height: 16px;
	}

	.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 .post_meta{
		display: block;
	} */
	.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_title {
		font-size: 22px;
		list-style: 24px;
	}

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

	.home_blog_post_area::before {
		height: 24%;
	}

	#index .blog_post_content {
		text-align: center;
	}

	.home_blog_post .btn-secondary::before, .home_blog_post .btn-secondary:is(:hover, :active, :focus) {
		background: #111;
		color: #fff !important;
	}

	.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: 18px;
		line-height: 20px;
	}

	.home_blog_post .blog_post {
		width: 92%;
		margin: 0 auto;
		padding: 0;
	}

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

	.home_blog_post .blog_post_content .blog_post_content_bottom .post_content p {
		font-size: 15px;
		line-height: 24px;
	}

	#TB-home-blog .tb-home-blog-carousel li .blog_inner h5 a {
		font-size: 20px;
		line-height: 22px;
	}

	.btn-primary {
		font-size: 14px;
		line-height: 16px;
		padding: 12px 20px;
	}

	.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_date {
		padding: 0 8px 0px 0;
	}

	.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_category{
		padding: 0 0 0 8px;
	}

}

@media (max-width:630px) {

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

	.home_blog_post .blog_post .blog_post_content_bottom .content_more .btn-secondary {
		font-size: 13px;
		line-height: 15px;
		padding: 10px 24px 8px;
	}

}

@media (min-width: 544px) and (max-width: 575px) {
	.home_blog_post .blog_post_content .blog_post_content_bottom .post_title a{
	  font-size: 15px;
	  line-height: 18px;
	}

	.home_blog_post .blog_post_content .blog_post_content_bottom .post_content p {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 10px 0;
	}
	.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta {
		display: flex;
		flex-direction: column-reverse;
		justify-content: center;
		text-align: center;
		align-items: center;
	}

	.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_date::before {
		display: 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 {
		padding: 0 !important;
	}
  }


@media (max-width:575px) {
	

	
}





@media (max-width:480px) {
	.home_blog_post .blog_post_content {
		display: block;
	}
	.kr_blog_post_area .blog_post {
		margin-bottom: 10px;
	}
	#module-xipblog-single .button_previeus-box .btn-primary,
	#module-xipblog-single .btn-secondary {
		padding: 12px 24px;
		font-size: 14px;
	}
	/* .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;
	}

	.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_title {
		margin: 0 0 5px 0;
		line-height: 20px;
		font-size: 18px;
	}

	.home_blog_post .blog_post_content .blog_post_content_top .post_thumbnail {
		width: 100%;
	}

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

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

	.home_blog_post .blog_post {
		width: 95%;
	}

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


	.blog_post .blog_post_content .post_title {
		margin: 8px 0 6px 0;
	}

	.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_date {
		margin: 0;
	}

	.blog_post_content_top.tbhomeblog_image_holder.blog_image_holder {
		width: 100%;
	}

	.home_blog_post .home_blog_post_inner .owl-stage-outer {
		padding: 0;
	}
}

@media (max-width:360px) {
	.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_title {
		font-size: 18px;
		list-style: 22px;
	}

	.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_title {
		margin: 0 0 0px 0;
	}

	.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_meta {
		display: block;
		margin-bottom: 10px !important;
	}

	.home_blog_post_area::after {
		height: 240px;
	}

	.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 {
		padding: 0 10px;
	}	

	.home_blog_post .blog_post {
		width: 100%;
	}

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


	#module-xipblog-single .button_previeus-box .btn-primary, #module-xipblog-single .btn-secondary {
		padding: 10px 16px;
		font-size: 12px;
	}
	.home_blog_post_inner .owl-stage-outer .owl-item .blog_post {
		padding: 0 10px;
	}

}