.grid .element-item {
    position: relative;
    float: left;
    width: calc((100% / 4) - 20px);
    margin: 0px 0 0px 20px;
    display: none;
}
.grid .element-item.show {
    display: flex !important;
}
.equal-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.grid {
    margin-left: -20px;
    position: relative;
}
.thumbs_view.grid.list-view .element-item {
    width: 100% !important;
}
.list-view .gen-card .gen-card-img {
    float: left;
    width: 25%;
    margin-right: 2%;
}
.thumbs_view.grid.list-view .news-style-6 .gen-card .eventItemImage .image-hover .image-hover-main {
    position: inherit;
    width: auto;
    height: auto;
    background: none;
    padding: 0px;
}
.thumbs_view.grid.list-view .news-style-6 .gen-card .eventItemImage .image-hover .image-hover-main h2 {
    position: inherit;
    color: rgb(0, 0, 0);
}
.thumbs_view.grid.list-view .news-style-6 .gen-card .eventItemImage .image-hover .image-hover-main {
    position: inherit;
    background: none !important;
    width: auto;
    height: auto;
    padding: 0;
}
.thumbs_view.grid.list-view .news-style-6 .gen-card:hover .image-hover .image-hover-main h2 {
    -webkit-transform: inherit;
    transform: inherit;
}
.meta-info{
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}
.map-with-icon{
    align-self: end;
    flex-basis: 0;
    flex-shrink: 0;
}
.map-with-icon svg{
    width: 3rem;
    height: 3rem;
}
.news-style-6 .gen-card, .service-style-3 .gen-card, .service-style-4 .gen-card, .video-style-2 .gen-card {
    padding: 15px 15px 15px;
}
.post-meta-content p{
    word-break: break-all;
    position: relative;
}
.post-meta-content{
    width: 80%;
}
.post-meta-content p:first-child::before{
    content: '\f007 ';
    font-family: FontAwesome;
    margin-right: 10px;
}
.post-meta-content p:nth-child(2)::before{
    content: '\f1ad ';
    font-family: FontAwesome;
    margin-right: 10px;
}
.post-meta-content p:nth-child(3)::before{
    content: '\f0c0 ';
    font-family: FontAwesome;
    margin-right: 10px;
}
.post-meta-content p:nth-child(4)::before{
    content: '\f095 ';
    font-family: FontAwesome;
    margin-right: 10px;
}
.post-meta-content p:nth-child(5)::before{
    content: '\f0e0 ';
    font-family: FontAwesome;
    margin-right: 10px;
}
@media screen and (min-width: 992px) {
  
}
@media screen and (max-width: 576px) {
        .grid .element-item {
            width: calc(100% + 0px) !important;
            margin-left: 0px !important;
        }
        .grid {
            margin-left: 0px;
        }
}