    .owl-pagination{display:none;}
    .owl-buttons{position: absolute;width:100%;top:50%;margin-top:-65px;height:0;}
	.post-slide{
		margin: 0 10px;
	}
	.post-slide1{
		margin: 0 15px;
	}	
	.post-slide .post-img{
		overflow: hidden;
		border: solid 1px #ddd;		
		position:relative;
	}
	.post-slide .post-img img{
		width: 100%;
		height: auto;
	}

	.post-slide .post-content{
		background: #fff;
		padding: 0px;
	}
	.post-slide .post-title{
		font-size: 17px;
		font-weight: 600;
		margin-top: 0;
		text-transform: capitalize;
	}
	.post-slide .post-title a{
		display: inline-block;
		color: #808080;
		transition: all 0.3s ease 0s;
	}
	.post-slide .post-title a:hover{
		color: #3d3030;
		text-decoration: none;
	}
	.post-slide .post-description{
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 14px;
		margin-top: 14px;
		height:24px;
	}
	.post-slide .post-bar{
		padding: 0;
		margin-bottom: 15px;
		list-style: none;
	}
	.post-slide .post-bar li{
		color: #676767;
		padding: 2px 0;
	}
	.post-slide .post-bar li i{
		margin-right: 5px;
	}
	.post-slide .post-bar li a{
		display: inline-block;
		font-size: 12px;
		color: #808080;
		transition: all 0.3s ease 0s;
	}
	.post-slide .post-bar li a:after{
		content: ",";
	}
	.post-slide .post-bar li a:last-child:after{
		content: "";
	}
	.post-slide .post-bar li a:hover{
		color: #3d3030;
		text-decoration: none;
	}
	.post-slide .read-more{
		display: inline-block;
		padding: 10px 15px;
		font-size: 14px;
		font-weight: bold;
		color: #fff;
		background: #e7989a;
		border-bottom-right-radius: 10px;
		text-transform: capitalize;
		transition: all 0.30s linear;
	}
	.post-slide .read-more:hover{
		background: #333;
		text-decoration: none;
	}
    .owl-nav .disabled{display:none!important;}	