
 
.post-slide{
    margin: 0 15px;
    padding: 0 25px 20px 25px;
    background: #fff;
    box-shadow:0 2px 13px 8px rgba(0, 0, 0, 0.07);
}
.post-slide .post-img{
    position: relative;
    margin-bottom: 20px;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
}
.post-slide .post-icon{
    width: 268px;
    height: 60px;
    display: block;
    position: absolute;
    bottom: 25px;
    left: 14px;
    text-align: center;
    background: rgb(15, 5, 5);
    opacity: 0;
    border-radius: 3px;
    transition: all 300ms ease-in-out 0s;
    color: rgb(9, 15, 17) !important;
}
.post-slide:hover .post-icon{
    opacity: 1;
}
.post-slide .post-icon i{
    font-size: 20px;
    color: orange;
    line-height: 60px;
}
.post-slide .post-bar{
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
}
.post-slide .post-bar li{
    display: inline-block;
    font-size: 15px;
    color: #676767;
    margin-right: 5px;
}
.post-slide .post-bar li:after{
    content: "/";
    margin-left: 5px;
}
.post-slide .post-bar li:last-child:after{
    content: "";
}
.post-slide .post-bar li a{
    color: #3d1ee9;
    transition: all 0.3s ease 0s;
    font-size: 15px;
    font-weight: 600;   
}
.post-slide .post-bar li a:hover{
    color: #333;
    text-decoration: none;
}
.post-slide .post-bar li a:after{
    content: ",";
    margin: 0 5px;
}
.post-slide .post-bar li a:last-child:after{
    content: "";
}
.post-slide .post-title{
    margin: 15px 0;
    text-transform: capitalize;
}
.post-slide .post-title a{
    font-size: 15px;
    font-weight: 600;
    
    color: #3c3c3c;
    transition: all 300ms linear 0ms;
}
.post-slide .post-title a:hover{
    color: #8e44ad;
    text-decoration: none;
}
.post-slide .post-description{
    font-size: 16px;
    color: #676767;
    line-height: 24px;
    padding-bottom: 15px;
}
.post-slide .read-more{
    display: inline-block;
}
.post-slide .read-more:hover{
    text-decoration: none;
}
.post-slide .read-more i{
    font-size: 19px;
    color: #333;
    margin-right: 5px;
    transition: all 0.40s linear 0s;
}
.post-slide .read-more span{
    font-size: 16px;
    color: #333;
    opacity: 0;
    text-transform: uppercase;
    transition: all 0.40s linear 0s;
}
.post-slide .read-more:after{
    content: "";
    display: block;
    width: 40%;
    position: relative;
    bottom: -20px;
    border-bottom: 3px solid #333;
    opacity: 0;
    transition: all 0.40s linear 0s;
}
.post-slide:hover .read-more span,
.post-slide:hover .read-more:after{
    opacity: 1;
}
.post-slide .read-more:hover span,
.post-slide .read-more:hover i,
.post-slide .read-more:hover:after{
    color: #8e44ad;
    border-bottom-color: #8e44ad;
}

@media only screen and (max-width: 600px) {
    
    .post-slide .post-icon{
        width: 209px;
        height: 60px;
        display: block;
        position: absolute;
        bottom: 25px;
        left: 10px;
        text-align: center;
        background: rgb(15, 5, 5);
        opacity: 0;
        border-radius: 3px;
        transition: all 300ms ease-in-out 0s;
        color: rgb(9, 15, 17) !important;
    }
    #fa-con{
        display: none;
    }
  }