/*
 Theme Name:   bilit
 Description:  bilit
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor
*/

.post-img a{
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.post-img img{
    transition: all 0.7s ease;
}

.category-cinema .cinema{
	    box-shadow: 0px 0px 4px 0px rgba(215.61501801748582, 185.2226222826087, 233.43125000000003, 0.5);
    padding: 1rem;
	margin-bottom: 1rem;
	border-radius: 10px;
	overflow: hidden;
}
.category-cinema:hover .post-img img{
	    transform: scale(1.19);
}
.recent-blog .elementor-grid > div:not(:last-child){
	border-bottom: 1px solid #eee;
}