.geodir-category-listing {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 20px;
}

.geodir-category-listing .listing-item-grid {
    position: relative;
}

.geodir-category-listing .listing-item-grid img {
    border-radius: 6px;
    width: 100%;
}

.category-name {
    float: left;
    margin-right: 10px;
    position: relative;
    color: #999;
    top: -2px;
    border-radius: 2px;
    background: #eee;
    padding: 4px 14px;
}

.geodir-category-content p a {
    color: #171717;
}


.geodir-category-img {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.product-grid__img {
    float: left;
    width: 50%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.geodir-category-img .listing-counter {
    top: 20px;
    left: 20px;
}

.geodir-category-img .listing-counter strong {
    padding-left: 4px;
}

.geodir-category-img img, .gallery-item img {
    width: 100%;
    height: auto;
    -webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    border-radius: 6px;
}
.listing-item-cat {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 35px 15px;
    z-index: 10;
    text-align: left;
    overflow: hidden;
    border-radius: 0 0 16px 16px;
}

.listing-counter {
    position: absolute;
    left: 35px;
    top: 40px;
    color: #fff;
    z-index: 10;
    font-size: 11px;
    border-radius: 4px;
    background: #ed721dad;
    color: #fff;
    padding: 9px 12px;
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
}

.listing-item-cat h3 {
    font-size: 30px;
    float: left;
}

.listing-item-cat p {
    color: rgba(255, 255, 255, 0.71);
}

.listing-item-cat p a {
    color: #fff;
}

.listing-item-cat .h3 {
    margin-bottom: 0;
}

.listing-item-cat .h3 a {
    color: #fff;
    font-size: 24px;
}

.weather-grid {
    float: left;
    position: relative;
    top: 2px;
    margin-left: 20px;
}

.gallery-items.mr-bot {
    margin-bottom: 40px;
}

.grid-item-holder, .gallery-items {
    float: unset;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    /* display: flex; */
    /* justify-content: center; */
    /* flex-wrap: nowrap; */
}

.grid-item-holder {
    padding: 10px;
}

.grid-small-pad .grid-item-holder {
    padding: 0 4px 4px 0;
}

.gallery-item {
    width: 25%;
    position: relative;
    float: left;
}

.gallery-items.home-grid .gallery-item .listing-item-grid {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.gallery-item-second, .grid-sizer-second {
    width: 66.6%;
}

.four-column .gallery-item {
    width: 25%;
}

.four-column .gallery-item.gallery-item-second {
    width: 50%;
}

.gallery-item img {
    position: relative;
    z-index: 1;
}

.list-single-main-item .gallery-items .gallery-item {
    overflow: hidden;
}

.gallery-item .box-item {
    border-radius: 0;
}
.list-single-hero-title, .map-card-rainting, .listing-item-cat, .ajax-modal-title {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(6, 27, 65, 0)), color-stop(100%, rgb(7 41 120)));
    background: -webkit-linear-gradient(top, rgba(6, 27, 65, 0) 0%, rgb(7 41 120) 100%);
    background: -o-linear-gradient(top, rgba(6, 27, 65, 0) 0%, rgba(6, 27, 65, 0.95) 100%);
    background: -ms-linear-gradient(top, rgba(6, 27, 65, 0) 0%, rgba(6, 27, 65, 0.95) 100%);
    background: linear-gradient(to bottom, rgba(6, 27, 65, 0) 0%, #000000 100%);
}
.listing-item-cat {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 35px 15px;
    z-index: 10;
    text-align: left;
    overflow: hidden;
    border-radius: 6px;
}