.owl-item {
	float: left;
}
/* .home_blog_post .blog_post_content .blog_post_content_bottom {
	text-align: right;
} */
.home_blog_post_area{
	position: relative;
	/* padding: 50px 0 0 */
}


.home_blog_post{
	margin: 0 0 100px 0;
}
.home_blog_post_inner{
	overflow: hidden;
	margin: -1px;
}
#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: 10px;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border: 2px solid #fff;
}
.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;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	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;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

.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: #e68063;
}
.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: #fff !important;
}
.blog_post_content {
	position: relative;
	/* padding: 0 0 30px 0; */
}
.home_blog_post .blog_post_content .blog_post_content_bottom {
	padding: 20px;
}
.home_blog_post .blog_post {
	list-style: none;
	border-radius: 10px;
	padding: 9px;
	background: #fff;
	position: relative;
	overflow: hidden;
	border: 1px solid #b2b2b2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
/* .home_blog_post .blog_post:before {
	position: absolute;
	content: "";
	background-image: url(../images/blog-before.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 94px;
	top: auto;
	bottom: 0;
	right: 0;
	left: 0;
} */
/* .blog_post_content_top.tbhomeblog_image_holder.blog_image_holder {
	width: 65%;
} */
.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 15px 0;
}
.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 .post_meta .meta_date, .home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_category {
	font: 500 14px/20px "Quicksand", Helvetica, sans-serif;
	color: #e68063;
	margin: 0;
}
.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_date{
	position: relative;
	padding: 0 10px 0 0;
}
.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_category{
	padding: 0 0 0 10px;
}
/* .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: #e68063;
}
.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: 10px 0;
}
.home_blog_post .blog_post_content .blog_post_content_bottom .post_content p {
	margin: 0 0 15px 0;
	font: 500 14px/24px "Quicksand", Helvetica, sans-serif;
	color: #595959;
	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 .content_more a {
	padding: 12px 48px 12px 16px;
}
.home_blog_post .blog_post_content .blog_post_content_bottom .post_title a {
	margin: 0;
	font: 400 28px/30px 'Rancho', cursive;
	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: capitalize;
	letter-spacing: 0.2px;
}
.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: #e68063;
}

.home_blog_post .blog_post  .btn-secondary::after {
	width: 32px;
	height: 32px;
}
/* .home_blog_post .blog_post_content .blog_post_content_bottom .content_more a{
	background: #fff;
	font: 400 14px/16px 'Quicksand', 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{
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	overflow: hidden;
	display: inline-block;
}
.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_title {
	font: 400 34px/36px 'Rancho', 'cursive';
	letter-spacing: 1px;
	color: #000;
	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: "Quicksand", 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: 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: 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: #e68063;
}
/* 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 "Quicksand", Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #000;
}
#respond .reply-title{
	font: 500 20px/22px "Quicksand", 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 "Quicksand", Helvetica, sans-serif !important;
}
.comments_area .comment_list li.comment .comment_body .comment_content .comment_meta .comment_meta_author {
	font-size: 18px;
}

#module-xipblog-single .button_next_box .btn-secondary::after{
	display: none;
}

#module-xipblog-single .button_next_box .btn-secondary {
	padding: 14px 30px;
	text-transform: capitalize;
}
#module-xipblog-single .button_next_box .btn-secondary::before,
#module-xipblog-single .button_next_box .btn-secondary:is(:hover, :active, :focus){
	background-color: #111;
}
#module-xipblog-single .button_next:is(:hover, :active, :focus){
	background-color: #111 !important;
}
@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 {
		margin: 0 0 80px 0;
	}
}
@media (max-width: 1299px){
	.home_blog_post {
		margin: 0 0 60px 0;
	}
}
@media (max-width:1199px){
	.home_blog_post {
		margin: 0 0 60px 0;
	}
	/* .blog_post_content_top.tbhomeblog_image_holder.blog_image_holder {
		width: 55%;
	} */
	/* .home_blog_post .blog_post_content .blog_post_content_bottom {
		width: 60%;
		bottom: auto;
		top: 30px;
	} */
	.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta{
		margin: 0 0 10px 0;
	}
	/* .home_blog_post_inner .owl-stage-outer .owl-item {
		margin: 0 0 80px 0;
	} */

	.home_blog_post .blog_post_content .blog_post_content_bottom .content_more a {
		padding: 10px 45px 10px 12px;
		font-size: 14px;
	}

	.home_blog_post .blog_post .btn-secondary::after {
		width: 28px;
		height: 28px;
		font-size: 20px;
		line-height: 28px;
	}
}
@media (max-width:991px){
	.home_blog_post {
		margin: 0 0 40px 0;
	}
	/* .home_blog_post_inner .owl-stage-outer .owl-item {
		margin: 0 ;
	} */
	.home_blog_post .blog_post{
		margin:  0 0 10px 0;
	}
}
@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 20px 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;
		padding: 0 7px;
	}
	/* .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;
	  }
}
@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;
	} */
}
@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;
	}
}
@media (max-width:480px) {
	/* .home_blog_post_area{
		padding: 20px 0 0;
	} */
	.home_blog_post {
		margin: 0 0 20px 0;
	}
	/* .blog_post_content_top.tbhomeblog_image_holder.blog_image_holder {
		width: 100%;
	} */
	/* .home_blog_post .blog_post_content .blog_post_content_bottom {
		width: auto;
		right: 30px;
		left: 0;
		top: -30px;
		bottom: -20px;
		position: relative;
		margin: 0 10px;
	} */
	/* .home_blog_post .blog_post {
		margin: 0;
	} */
	.blog_post_content {
		padding: 0;
	}
	.home_blog_post .blog_post_content .blog_post_content_bottom {
		padding: 10px 5px;
	}
}
@media (max-width:360px){
	.home_blog_post .blog_post_content .blog_post_content_bottom .post_title a {
		font-size: 26px;
		line-height: 28px;
	}
}