

.staybnb-post-categories .staybnb-post-categories-list:not(.slick-initialized) {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.staybnb-post-categories ul li a.staybnb-post-category.staybnb-active-cat {
    color: #000000;
}

.staybnb-post-categories ul li a.staybnb-post-category.staybnb-active-cat span{
    border-bottom: 2px solid #000000;
}

.staybnb-post-categories ul li a.staybnb-post-category {
    display: flex;
    flex-direction: column;
    gap: 8px;
    cursor: pointer;
    text-align: center;
    color: #717171;
}

.staybnb-post-categories ul li a.staybnb-post-category span {
    padding-bottom: 14px;
    font-size: 0.75rem;
    display: inline;
    width: fit-content;
    margin: auto;
}

.staybnb-post-categories ul li a.staybnb-post-category:hover span{
    border-bottom: 2px solid #dddddd;
}

.staybnb-post-categories ul li a.staybnb-post-category:hover {
    color: #000000;
}

.staybnb-post-categories ul li a.staybnb-post-category i {
    font-size: 22px;
}

.staybnb-post-loop-thumnail:not(.slick-initialized) .staybnb-thumbnail-img:not(:first-child){
    display: none;
}

.staybnb-posts-by-category {
    margin-top: 16px;
}

.staybnb-posts-by-category>.row {
    gap: 20px 0;
}

.staybnb-post-card .staybnb-post-thumbnail .staybnb-thumbnail-img a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.staybnb-posts-by-category .staybnb-post-head {
    height: 270px;
    position: relative;
}

.staybnb-posts-by-category .staybnb-post-content {
    margin-top: 10px;
}

.staybnb-posts-by-category .staybnb-post-head .staybnb-post-save span.staybnb-post-save {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 999;
}

.staybnb-posts-by-category .staybnb-post-head .staybnb-post-save span.staybnb-post-save  svg {
    stroke: #fff;
    width: 24px;
    height: 24px;
    overflow: visible !important;
    fill: #00000080;
}

.staybnb-posts-by-category .staybnb-post-head .staybnb-post-save span.staybnb-post-save.cwp-saved-post svg{
    fill: #FF385C;
}

.staybnb-post-thumbnail {
    border-radius: 12px;
    overflow: hidden;
}

.staybnb-post-thumbnail span.staybnb-prev-arrow {
    position: absolute;
    top: 46%;
    z-index: 9999;
    left: 10px;
    color: #000000;
    background: #ffffffd6;
}

.staybnb-post-thumbnail span.staybnb-next-arrow {
    position: absolute;
    top: 46%;
    right: 10px;
    color: #000000;
    background: #ffffffd6;
    z-index: 9999;
}

.staybnb-post-thumbnail span:hover {
    border-color: rgba(0,0,0,0.08);
    box-shadow: 0 0 0 1px transparent,0 0 0 4px transparent,var(--cizosd);
    transform: scale(1.04);
    background: rgb(255 255 255 / 90%);
}

.staybnb-post-thumbnail span {
    opacity: 0;
    transition: 0.3s;
}

.staybnb-post-card:hover .staybnb-post-thumbnail span{
    opacity: 1;
}

.staybnb-posts-by-category .staybnb-post-content .staybnb-post-loc-rating {
    margin-bottom: 3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.staybnb-posts-by-category .staybnb-post-content p.staybnb-post-title {
    margin-bottom: 3px;
    font-size: 14px;
    color: #717171;
}

.staybnb-posts-by-category .staybnb-post-content .staybnb-post-pricing {
    display: flex;
    gap: 0 3px;
    align-items: center;
}

.staybnb-posts-by-category .staybnb-post-content .staybnb-post-pricing p {
    font-size: 14px;
    color: #222222;
}

.staybnb-post-card .staybnb-post-thumbnail .staybnb-thumbnail-img {
    height: 270px;
    overflow: hidden;
    border-radius: 12px;
}

.staybnb-post-thumbnail .staybnb-loop-arrow {
    font-size: 14px;
    border-radius: 40px;
    width: 26px;
    height: 26px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.staybnb-post-thumbnail span.staybnb-prev-arrow {
    position: absolute;
    top: 46%;
    z-index: 9999;
    left: 10px;
    color: #000000;
    background: #ffffffd6;
}

.staybnb-post-thumbnail span.staybnb-next-arrow {
    position: absolute;
    top: 46%;
    right: 10px;
    color: #000000;
    background: #ffffffd6;
    z-index: 9999;
}

.staybnb-post-thumbnail .staybnb-loop-arrow:hover {
    border-color: rgba(0,0,0,0.08);
    box-shadow: 0 0 0 1px transparent,0 0 0 4px transparent,var(--cizosd);
    transform: scale(1.04);
    background: rgb(255 255 255 / 90%);
}

.staybnb-post-thumbnail .staybnb-loop-arrow {
    opacity: 0;
    transition: 0.3s;
}

.staybnb-post-card:hover .staybnb-post-thumbnail .staybnb-loop-arrow{
    opacity: 1;
}

.staybnb-post-thumbnail .staybnb-loop-arrow.slick-disabled {
    display: none !important;
}


.staybnb-left-arrow.slick-arrow,
.staybnb-right-arrow.slick-arrow{
    border: 1px solid #0000004D;
    background: #fff;
    color: #000000;
    font-size: 14px;
    border-radius: 40px;
    width: 26px;
    height: 26px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 15px;
    left:-15px;
    z-index: 1;
}
.staybnb-right-arrow.slick-arrow{
    right: -15px;
    left: unset;
}
.staybnb-left-arrow.slick-arrow.slick-disabled,
.staybnb-right-arrow.slick-arrow.slick-disabled {
    display: none !important;
}

/*-------- Loader ---------*/
/* @media only screen and (min-width: 768px) {
    .staybnb-posts-by-category-container.staybnb-processing-ajax .staybnb-posts-by-category {
        position: relative;
    }
    .staybnb-posts-by-category-container.staybnb-processing-ajax .staybnb-posts-by-category:after {
        background-image: url("../images/staybnb-home-grid6-loader.gif");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        content: "";
        min-height: 700px;
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 999;
    }
} */

.staybnb-processing-ajax .staybnb-post.staybnb-post-style-1 .staybnb-post-head,
.staybnb-processing-ajax .staybnb-post.staybnb-post-style-1 .staybnb-post-content .staybnb-post-loc-rating,
.staybnb-processing-ajax .staybnb-post.staybnb-post-style-1 .staybnb-post-content .staybnb-post-title,
.staybnb-processing-ajax .staybnb-post.staybnb-post-style-1 .staybnb-post-content .staybnb-post-pricing {
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    border-radius: 5px;
    background-size: 200% 100%;
    animation: 1.5s shine linear infinite;
}

.staybnb-processing-ajax .staybnb-post.staybnb-post-style-1 .staybnb-post-head .staybnb-post-thumbnail,
.staybnb-processing-ajax .staybnb-post.staybnb-post-style-1 .staybnb-post-head .staybnb-post-save,
.staybnb-processing-ajax .staybnb-post.staybnb-post-style-1 .staybnb-post-head .staybnb-boosted-post,
.staybnb-processing-ajax .staybnb-post.staybnb-post-style-1 .staybnb-post-content .staybnb-post-loc-rating .staybnb-post-loc,
.staybnb-processing-ajax .staybnb-post.staybnb-post-style-1 .staybnb-post-content .staybnb-post-loc-rating .staybnb-post-rating,
.staybnb-processing-ajax .staybnb-post.staybnb-post-style-1 .staybnb-post-content .staybnb-post-pricing h6,
.staybnb-processing-ajax .staybnb-post.staybnb-post-style-1 .staybnb-post-content .staybnb-post-pricing p
{
    display: none;
}

.staybnb-processing-ajax .staybnb-post.staybnb-post-style-1 .staybnb-post-content .staybnb-post-title{
    color: transparent !important;
}

.staybnb-processing-ajax .staybnb-post.staybnb-post-style-1 .staybnb-post-content .staybnb-post-loc-rating,
.staybnb-processing-ajax .staybnb-post.staybnb-post-style-1 .staybnb-post-content .staybnb-post-title,
.staybnb-processing-ajax .staybnb-post.staybnb-post-style-1 .staybnb-post-content .staybnb-post-pricing {
    height: 25px;
    margin-bottom: 10px;
}

.staybnb-processing-ajax .staybnb-post.staybnb-post-style-1 .staybnb-post-content .staybnb-post-title{
    width: 70%;
}
.staybnb-processing-ajax .staybnb-post.staybnb-post-style-1 .staybnb-post-content .staybnb-post-pricing {
    width: 40%;
}


@keyframes shine {
    to {
        background-position-x: -200%;
    }
}