/* -----------------------
    POST TICKER WIDGET
------------------------- */
.post__slider__widget__content {}

.post__slider__widget__content li {
    overflow: hidden;
}

.post__slider__widget__content li img {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
}

.post__slider__nvigation {
    padding-top: 15px;
    border-top: 1px solid #ddd;
    text-align: right;
}

.post__slider__nvigation>div {
    display: inline-block;
    width: 35px;
    height: 35px;
    font-size: 16px;
    background: #0045ff;
    text-align: center;
    padding-top: 5px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.post__slider__nvigation>div:hover {
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
    background: #ffffff;
    color: #0045ff;
}

/*------------------------
    RESPONSIVE
-------------------------*/
@media (min-width: 768px) and (max-width: 991px) {}

@media only screen and (max-width: 767px) {}