.demo{
    background: linear-gradient(to right,#ffcccc,#d3d3d3);
}
.post-slide{
    margin: 0 15px;
}
.post-slide .post-img{
    overflow: hidden;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}
.post-slide:hover .post-img img{
    transform: scale(1.08);
}
.post-slide .post-content{
    background: #fff;
    padding: 20px;
}

.post-slide .post-contents{
	background: #fff;
	padding: 3%;
	float: left;
	width: 94%;
}

.post-slide .post-titles{
	font-size: 18px;
	text-transform: capitalize;
	padding-top: 5px;
	color: #F60;
	margin-top: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6d6d6;
	float: left;
	width: 100%;
}

.post-slide .post-title{
	font-size: 18px;
	text-transform: capitalize;
	line-height: 1.75em;
	padding-top: 0px;
	color: #F60;
	float: left;
	width: 100%;
}
.post-slide .post-title a{
	display: inline-block;
	color: #FF3300;
	transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
	color: #FF6600;
	text-decoration: none;
}
.post-slide .post-description{
	font-size: 16px;
	color: #333;
	line-height: 26px;
	margin-bottom: 20px;
	height:150px;
}

.post-slide .post-descriptions{
	color: #333;
	line-height: 1.75em;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.post-slide .post-bar{
	padding: 0;
	margin-bottom: 0px;
	list-style: none;
	text-align: right;
}


.post-slide .post-bar li{
    color: #676767;
    padding: 2px 0;
	font-family: "Bona Nova", serif;
}
.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;
}


@media(max-width:768px){
.post-slide{
    margin: 0 5px;
}

.post-slide .post-description{
	font-size: 16px;
	color: #333;
	line-height: 26px;
	margin-bottom: 20px;
	height:250px;
}

.post-slide .post-descriptions{
	color: #333;
	line-height: 1.75em;
	margin-bottom: 20px;
	text-align: justify;
	height: 100%;
	overflow-y: scroll;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.post-slide .post-content{
	background: #fff;
	padding: 20px;
	margin-right: 15px;
	margin-left: 15px;
}

.post-slide .post-bar{
	padding: 0;
	margin-bottom: 0px;
	list-style: none;
	text-align: left;
}
}
