.post-slider{
    position: relative;
}

.post-slider .post-slider-search{
    position: absolute;
    top: -68px;
    right: 0;
    background-color: transparent;
    border: 0px!important;
    border-bottom: 2px solid #000000!important;
    margin-bottom: 50px;
}
@media (max-width: 768px){
    .post-slider .post-slider-search{
        position: relative;
        margin-top: 0px;
        margin-bottom: 22px;
        top: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.post-slider .left-arrow{
    position: absolute;
    left: -35px;
    top: calc(50% - 21px);
}
.post-slider .right-arrow{
    position: absolute;
    right: -35px;
    top: calc(50% - 24px);
}

.post-slider .right-arrow i,
.post-slider .left-arrow i{
    font-size: 38px;
}

.post-slider .right-arrow:hover,
.post-slider .left-arrow:hover{
    cursor: pointer;
}

.post-slider .post-slide-wrapper{
    padding: 20px;
    transition: all 1000ms;
}

.post-slider .post-slide{
    width: 100%;
    min-height: 250px;
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
}

.post-slider .post-slide-color-overlay{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 10px;

    display: flex;
    justify-content: center;
    align-items: center;
}
.post-slider .post-slide-color-overlay p{
    font-size: 18px;
    font-weight: 500;
    word-break: break-all;
}

@media (max-width: 768px){
    .post-slider .slick-slide {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        transform: scale(0.9);
    }
}
.post-slider .slick-center {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

.post-slider .post-slider-horizontal-container{
    display: flex;
    *justify-content: center;
    *align-items: center;
    max-width: 100%;
}

.post-slider .post-slider-horizontal-container div{
    flex-basis: 80%;
}
.post-slider .post-slider-horizontal-container .arrows{
    flex-base: 10%;
}
