.carousel-post-plugin {
    width: 80%;
    margin: 0 auto;
}

.carousel-item {
    box-sizing: border-box;
    padding: 10px;
}

.carousel-image-top img {
    width: 100%;
}

.carousel-date {
    font-size: 12px;
    color: #888;
}

.carousel-excerpt {
    font-size: 14px;
}

.cS-hidden {
    display: block;
}

.post-plugin ul.lSPager.lSpg {
    display: none;
}

.post-plugin {
    margin-bottom: 40px;
}


button#goToPrevSlide,
button#goToNextSlide {
    background: transparent !Important;
    padding: 0 !Important;
    cursor: pointer !Important;
}

button#goToPrevSlide,
button#goToNextSlide {
    width: 40px;
    height: 40px;
    border: 2px solid #808080 !Important;
    border-radius: 50px;
    color: #808080;
}


button#goToPrevSlide {
    display: inline-block;
    position: absolute;
    top: 45%;
    left: -20px;
    padding: 0px;
    width: 35px;
    height: 35px;
}

button#goToNextSlide {
    display: inline-block;
    position: absolute;
    top: 45%;
    right: -10px;
    padding: 0px;
    width: 35px;
    height: 35px;
}

.post-plugin .carousel-item {
    min-height: 447px;
    background: #fff;
    padding: 20px;
}

.post-plugin .carousel-item .carousel-image-top {
    margin: -20px -20px 20px;
}

.post-plugin h4 {
    margin: 20px 0 0px;
    color: #bf9f50 !important;
    font-size: 23px !important;
}

.post-plugin h4 a {
    color: #bf9f50 !important;
}

.post-plugin .carousel-date,
.post-plugin .carousel-excerpt {
    font-size: 17px;
    color: #454545;
}