.wpcap-feed-main .wpcap-feed-item {
position: relative;
line-height: 0;
}
.wpcap-feed-main .wpcap-feed-item a {
display: inline-block;
width: 100%;
line-height: 0;
position: relative;
}
.wpcap-feed-main .wpcap-feed-item a:before {
content: "";
background: rgba(0,0,0,0.5);
position: absolute;
top:0;
left: 0;
opacity: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.wpcap-feed-main .wpcap-feed-item .wpcap-feed-likes-comments {
width: 100%;
text-align: center;
position: absolute;
top: 0;
left: 0;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
}
.wpcap-feed-main .wpcap-feed-item .wpcap-feed-likes-comments span {
display: inline-block;
position: relative;
margin:0px 15px;
z-index: 5;
color: #fff;
}
.wpcap-feed-main .wpcap-feed-item:hover a:before,
.wpcap-feed-main .wpcap-feed-item:hover .wpcap-feed-likes-comments {
opacity: 1;
}
.wpcap-feed-main .wpcap-feed-item a:before,
.wpcap-feed-main .wpcap-feed-item:hover a:before,
.wpcap-feed-main .wpcap-feed-item:hover .wpcap-feed-likes-comments,
.wpcap-feed-main .wpcap-feed-item .wpcap-feed-likes-comments {
-webkit-transition:0.4s ease-in-out;
-moz-transition: 0.4s ease-in-out;
-o-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
}.wpcap-grid-container .wpcap-post {
overflow: hidden;
}
.wpcap-grid-container .wpcap-post a.read-more-btn{
display: inline-block;
}
.wpcap-grid-container .post-grid-thumbnail{
margin-bottom: 20px;
}
.wpcap-grid-container .post-grid-meta{
margin-bottom: 10px;
}
.wpcap-grid-container .wpcap-post .post-grid-meta span + span:before {
margin-left: 2px;
margin-right: 4px;
}
.grid-meta-bottom .post-grid-text-wrap {
border-bottom: 1px solid #ddd;
margin-bottom: 20px;
padding-bottom: 20px;
}
.grid-meta-bottom .wpcap-post {
padding: 20px;
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}
.elementor-widget-elementor-blog-posts .wpcap-grid .wpcap-grid-container .wpcap-post,
.elementor-widget-elementor-blog-posts .wpcap-grid .wpcap-grid-container .wpcap-post:hover{
background: transparent;
margin-top: 0;
}
.elementor-widget-elementor-blog-posts .wpcap-grid .wpcap-grid-container .wpcap-post .title,
.elementor-widget-elementor-blog-posts .wpcap-grid .wpcap-grid-container .wpcap-post .title > a{
margin: 5px 0;
padding: 5px 0;
}
.elementor-widget-elementor-blog-posts .wpcap-grid .wpcap-grid-container .wpcap-post .post-grid-excerpt p,
.elementor-widget-elementor-blog-posts .wpcap-grid .wpcap-grid-container .wpcap-post a.read-more-btn,
.elementor-widget-elementor-blog-posts .wpcap-grid .wpcap-grid-container .wpcap-post .post-grid-meta span{
font-weight: 400;
}