
#news-slider{
    margin-top: 30px;
}
.post-wrapper {
    float: left;
    margin-right: 10px;
    width: 710px;
}
.post-slide{
    margin: 0 9px;
    margin-top: 40px;
    position: relative;
}
 .clear{
	margin:30px;
}
.post-slide .post-date{
    width: 60px;
    background: #a2397b;
    float: left;
  
}
.post-slide:hover .post-date{
    background:#3498db;
}
.post-slide .date{
    font-size:25px;
    color:#fff;
    display: block;
    text-align:center;
    font-weight: bold;
}
.post-slide .month{
    font-size: 13px;
    color:#fff;
    display: block;
    text-align:center;
    text-transform:uppercase;
}
.post-slide .post-content{
    padding-left: 51px;

}
.post-slide .contententry {
	background-image:url(../images/bg1.jpg);
	padding: 14px;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0 8px 24px 0 rgba(0, 0, 0, 0.19);
}
.post-slide .contententry hr{
	border-bottom:2px solid #999999;
}
.post-slide .post-content img{
    width: 100%;
	height:auto;
    max-height:350px;
}
.post-slide .post-title{
    margin:25px 0 15px 0;
}
.post-slide .post-title {
    font-size:20px;
    font-weight:bold;
	font-style:italic;
	font-family:Georgia,"Times New Roman",Times,serif;
    color:#333;
    display: inline-block;
    text-transform:capitalize;
    transition: all 0.3s ease 0s;
	text-align:center;
}
.post-slide .post-title a:hover{
    color:#3498db;
    text-decoration: none;
}
.post-slide .post-description{
    font-size: 14px;
	font-weight:bold;
    line-height:24px;
    color:#808080;
    margin-bottom:25px;
}
.post-slide .read-more{
    display: inline-block;
    color:#fff;
    background: #3498db;
    padding:15px 13px;
    font-weight: bold;
    border-radius:2px;
    text-transform:uppercase;
    border-bottom:4px solid #226595;
    transition: color 0.20s linear;
}

.post-slide .post-content1{
	 padding-left: 98px;
}
.post-slide .contententry1 {
	
	padding: 22px;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0 8px 24px 0 rgba(0, 0, 0, 0.19);
}
.post-slide .contententry1 hr{
	border-bottom:2px solid #999999;
}
.post-slide .post-content1 img{
    width: 100%;
	height:auto;
    max-height:400px;
}
.post-slide .post-title1{
    margin:25px 0 15px 0;
}
.post-slide .post-title1 {
    font-size:20px;
    font-weight:bold;
	font-style:italic;
	font-family:Georgia,"Times New Roman",Times,serif;
    color:#333;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title1 a:hover{
    color:#3498db;
    text-decoration: none;
}

.contententry1 .poetrycontent{
	
    font-size: 20px;
	font-weight:600;
    line-height:40px;
    color:white;
    margin-bottom:25px;
	height:100%;
	padding:100px;
	font-style:italic;
}
.post-description1{
	position:absolute;
	top:100px;
padding:100px;
}
@media only screen and (max-width:640px){
	.post-slide{
		margin:0px;
		width:325px;
	}
    .post-slide .post-date{
        width: 30px;
		padding:0px;
    }
	.post-slide .post-date .date{
		font-size:12px;
	}
	.post-slide .post-date .month{
		font-size:8px;
	}
   .post-slide .post-content{
    padding-left: 36px;
} 
 .post-slide .post-content1{
    padding-left: 36px;
} 
.post-description1{
	padding:40px 10px 10px 10px;
	
}



.post-slide .contententry {
	padding:10px;
}
.post-slide .poetrycontent {
	padding:10px 10px;
	font-size: 15px;
	line-height:20px;
}
}