.style1 .post-slide{
    margin: 0 15px;
}
.style1 .post-slide .post-img{
    overflow: hidden;
}
.style1 .post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}
.style1 .post-slide:hover .post-img img{
    transform: scale(1.08);
}
.style1 .post-slide .post-content{
    background: #fff;
    padding: 20px;
}
.style1 .post-slide .post-title{
    font-size: 17px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
}
.style1 .post-slide .post-title a{
    display: inline-block;
    color: #808080;
    transition: all 0.3s ease 0s;
}
.style1 .post-slide .post-title a:hover{
    color: #3d3030;
    text-decoration: none;
}
.style1 .post-slide .post-description{
    font-size: 15px;
    color: #676767;
    line-height: 24px;
    margin-bottom: 14px;
}
.style1 .post-slide .post-bar{
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
}
.style1 .post-slide .post-bar li{
    color: #676767;
    padding: 2px 0;
}
.style1 .post-slide .post-bar li i{
    margin-right: 5px;
}
.style1 .post-slide .post-bar li a{
    display: inline-block;
    font-size: 12px;
    color: #808080;
    transition: all 0.3s ease 0s;
}
.style1 .post-slide .post-bar li a:after{
    content: ",";
}
.style1 .post-slide .post-bar li a:last-child:after{
    content: "";
}
.style1 .post-slide .post-bar li a:hover{
    color: #3d3030;
    text-decoration: none;
}
.style1 .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;
}
.style1 .post-slide .read-more:hover{
    background: #333;
    text-decoration: none;
}


.style2 .post-slide{
    margin: 0 10px;
}
.style2 .post-slide .post-info{
    padding: 5px 0;
    margin: 0;
    list-style: none;
}
.style2 .post-slide .post-info li{
    display: inline-block;
    margin: 0 5px;
}
.style2 .post-slide .post-info li i{
    margin-right: 8px;
}
.style2 .post-slide .post-info li a{
    font-size: 11px;
    font-weight: bold;
    color: #7e828a;
    text-transform: uppercase;
}
.style2 .post-slide .post-info li a:hover{
    color: #1dcfd1;
    text-decoration: none;
}
.style2 .post-slide .post-img{
    position: relative;
}
.style2 .post-slide .post-img:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgba(0, 0,0,0.6);
    transition: opacity 0.40s linear 0s;
}
.style2 .post-slide:hover .post-img:before{
    opacity: 1;
}
.style2 .post-slide .post-img img{
    width: 100%;
    height: auto;
}
.style2 .post-slide .read{
    position: absolute;
    bottom: 30px;
    left: 50px;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    opacity: 0;
    transition: all 0.40s linear 0s;
}
.style2 .post-slide:hover .read{
    opacity:1;
}
.style2 .post-slide .read:hover{
    text-decoration: none;
    color: #1dcfd1;
}
.style2 .post-slide .post-content{
    padding: 40px 0;
    position: relative;
}
.style2 .post-slide .post-author{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    position: absolute;
    top: -45px;
    right: 10px;
    overflow: hidden;
    border:4px solid #fff;
}
.style2 .post-slide .post-author img{
    width: 100%;
    height: auto;
}
.style2 .post-slide .post-title{
    font-size: 14px;
    font-weight: bold;
    color: #1dcfd1;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    transition: all 0.30s linear 0s;
}
.style2 .post-slide .post-title:after{
    content: "";
    width: 25px;
    display: block;
    margin-top: 10px;
    border-bottom: 4px solid #333;
}
.style2 .post-slide .post-description{
    font-size: 13px;
    color: #555;
    margin-bottom:20px;
}


.style3 .post-slide{
    margin: 0 15px;
    border-bottom: 1px solid #dadada;
    box-shadow: 0 0 5px rgba(167, 197, 167, 0.8);
    transition: all 0.4s ease-in-out 0s;
}
.style3 .post-slide .post-img{
    position: relative;
    overflow: hidden;
}
.style3 .post-slide .post-img:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    transition: all 0.4s linear 0s;
}
.style3 .post-slide:hover .post-img:before{
    background: rgba(0, 0, 0, 0.6);
}
.style3 .post-slide .post-img img{
    width: 100%;
    height: auto;
}
.style3 .post-slide .category {
    width: 20%;
    font-size: 16px;
    color: #fff;
    line-height: 11px;
    text-align: center;
    text-transform: capitalize;
    padding: 11px 0;
    background: #ff9412;
    position: absolute;
    bottom: 0;
    left: -50%;
    transition: all 0.5s ease-in-out 0s;
}
.style3 .post-slide:hover .category{
    left: 0;
}
.style3 .post-slide .post-review{
    padding: 25px 20px;
    background: #fff;
    position: relative;
}
.style3 .post-slide .post-title{
    margin: 0;
}
.style3 .post-slide .post-title a{
    display: inline-block;
    font-size: 16px;
    color: #ff9412;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 25px;
    transition: all 0.30s linear 0s;
}
.style3 .post-slide .post-title a:hover{
    text-decoration: none;
    color: #555;
}
.style3 .post-slide .post-description{
    font-size: 15px;
    color: #555;
    line-height: 26px;
}
.style3 .post-review .post-bar{
    margin-top: 20px;
}
.style3 .post-bar span{
    display: inline-block;
    font-size: 14px;
}
.style3 .post-bar span i{
    margin-right: 5px;
    color: #999;
}
.style3 .post-bar span a{
    color: #999;
    text-transform: uppercase;
}
.style3 .post-bar span a:hover{
    text-decoration: none;
    color: #ff9412;
}
.style3 .post-bar span.comments{
    float: right;
}
.style3 @media only screen and (max-width: 359px) {
    .style3 .post-slide .category{ font-size: 13px; }
}